Documentation TYPO3 par Ameos

locallang_csh_sysaction.php

00001 <?php
00006 $LOCAL_LANG = Array (
00007         'default' => Array (
00008                 '.description' => 'An \'Action\' is a configuration of a specific task which may be performed by assigned usergroups via the Task Center.',
00009                 '.details' => 'Currently an Action may be configured to create additional backend usergroups without being and admin-user and by selecting from a limited set of options. Another option is to let an action initiate a SQL SELECT-query in the database and return the result as a CSV file.
00010 Actions can be assigned to a Backend usergroup and they are activated by a single click in the Task Center.',
00011                 'title.description' => 'Enter the title of the action. This is shown in the list of available actions in the Task Center.',
00012                 'description.description' => 'Describe what the action does or allows to do.',
00013                 'hidden.description' => 'Check this option if you wish to disable the availability of the action or non-admin users.',
00014                 'hidden.details' => 'This option is a great way to disable an action during changes made to it because it still allows you as an \'Admin\'-user to activate it for test purposes.',
00015                 'type.description' => 'Select the action type.',
00016                 'type.details' => '<strong>"Create Backend User"</strong> allows to create backend users with a limited set of options. This action type is meant for semi-administrators among your users which is in charge of daily user administration - still without being full fledged \'Admin\'-users with \'a License to Kill everything\'.
00017 When you select this option, you get to enter a \'template\' user, enter a prefix which the new users will automatically have and whether or not a user home-dir is created in the proces. Finally you can select a limited number of usergroups which the can be selected among.
00018 
00019 <strong>"SQL-query"</strong> allows to make a fixed SQL SELECT-query in the database returned as CSV lists. When you have created an action of this type, you need to go to the Tools>DBint module and enter the Advanced Search feature. Here you can design your SQL-query. When you have designed it to select what you want correctly, you can select this action (by it\'s name) and save the query to the action there. From that point it will be effective from the Task Center. (Notice that the form of output selected in the Advanced Search function is also stored, so make sure to select CSV output there!)
00020 ',
00021                 'assign_to_groups.description' => 'Select the backend users groups allowed to activate the action in the Task Center.',
00022                 't1_userprefix.description' => 'Enter a prefix which is forcibly prepended to new usernames (eg. "news_")',
00023                 't1_allowed_groups.description' => 'Enter the Backend user groups which the user performing the action is able to choose among (if any).',
00024                 't1_create_user_dir.description' => 'If checked, a private home-directory is also created during user creation. ',
00025                 't1_create_user_dir.details' => '<strong>Notice:</strong> $TYPO3_CONF_VARS["BE"]["userHomePath"] must be configured correctly along with $TYPO3_CONF_VARS["BE"]["lockRootPath"] and writable!',
00026                 't1_copy_of_user.description' => 'Insert a current Backend user which will be used as a template for the new users created. ',
00027                 't1_copy_of_user.details' => 'All values are copied to the new user, except username, password, name and email is of course overridden.
00028 If the template user is a member of a group which is not defined among the "Groups which may be assigned through the action" that group is still set for the user and cannot be removed by the user carrying out the action.',
00029                 't4_recordsToEdit.description' => '[FILL IN] sys_action->t4_recordsToEdit',
00030                 't3_listPid.description' => '[FILL IN] sys_action->t3_listPid',
00031                 't3_tables.description' => '[FILL IN] sys_action->t3_tables',
00032 
00033         ),
00034         'dk' => Array (
00035         ),
00036         'de' => Array (
00037         ),
00038         'no' => Array (
00039         ),
00040         'it' => Array (
00041         ),
00042         'fr' => Array (
00043         ),
00044         'es' => Array (
00045         ),
00046         'nl' => Array (
00047         ),
00048         'cz' => Array (
00049         ),
00050         'pl' => Array (
00051         ),
00052         'si' => Array (
00053         ),
00054         'fi' => Array (
00055         ),
00056         'tr' => Array (
00057         ),
00058         'se' => Array (
00059         ),
00060         'pt' => Array (
00061         ),
00062         'ru' => Array (
00063         ),
00064         'ro' => Array (
00065         ),
00066         'ch' => Array (
00067         ),
00068         'sk' => Array (
00069         ),
00070         'lt' => Array (
00071         ),
00072         'is' => Array (
00073         ),
00074         'hr' => Array (
00075         ),
00076         'hu' => Array (
00077         ),
00078         'gl' => Array (
00079         ),
00080         'th' => Array (
00081         ),
00082         'gr' => Array (
00083         ),
00084         'hk' => Array (
00085         ),
00086         'eu' => Array (
00087         ),
00088         'bg' => Array (
00089         ),
00090         'br' => Array (
00091         ),
00092         'et' => Array (
00093         ),
00094         'ar' => Array (
00095         ),
00096         'he' => Array (
00097         ),
00098         'ua' => Array (
00099         ),
00100 );
00101 ?>


Généré par Les spécialistes TYPO3 avec  doxygen 1.4.6