Documentation TYPO3 par Ameos

locallang_csh_sysworkf.php

00001 <?php
00006 $LOCAL_LANG = Array (
00007         'default' => Array (
00008                 '.description' => 'Workflow records defines a certain task to be done by a To-Do item in the Task Center. ',
00009                 '.details' => 'Basically a Workflow record lets you define a database table in which a record should be created, a review user and Backend usergroups from which the issuer and recipients of a workflow task (To-Do) is selected. It also contains information about what happens with the record attached to the workflow after it done. For instance you can configure a workflow to create the record in one page and by the event of finalizing the workflow it\'s automatically moved to another page and maybe even unhidden (published online).
00010 
00011 Workflows are an integrated part of the Task Center\'s To-Do facility.',
00012                 'title.description' => 'Enter a title as it will appear in the Task Centers list of To-Do workflows.',
00013                 'description.description' => 'Describe the general purpose of the workflow. This will be visible in the To-Do Details view.',
00014                 'hidden.description' => 'Check this to temporarily disable the workflow.',
00015                 'tablename.description' => 'Enter the table in which the workflow should create a record when it\'s begun.',
00016                 'tablename.details' => '<strong>Notice:</strong> The user/group which the workflow task is assigned to should be allowed to work on this table and furthermore have regular edit permissions set up in the Working area. In addition records from this table should be allowed to be created in the Working Area as defined by the Pagetype of the Working Area page.',
00017                 'working_area.description' => 'The page where the new records from the above table are created and edited during the workflow process.',
00018                 'working_area.details' => '<strong>Notice: </strong>See Workflow / Table description for information about permission setting!
00019 ',
00020                 '_working_area.seeAlso' => 'sys_workflows:tablename',
00021                 'allowed_groups.description' => 'Backend user groups, allowed to assign the workflow to other users through To-Do items.',
00022                 'target_groups.description' => 'Backend user groups to which, this workflow can be assigned.',
00023                 'review_users.description' => 'Review users (first is default) which should review items before they are finalized by the owner.',
00024                 'final_unhide.description' => 'If you want the workflow to un-hide the record attached when the workflow is finalized, set this option.',
00025                 'final_set_perms.description' => 'If you want page permissions to be changed when the workflow is finalized, set this option (Only if the Table is "Page").',
00026                 'final_set_perms.details' => 'When you set this option it makes sense only if the table operated on by the workflow is "Page" because only pages has the permission fields. However it does no harm if the table is not "Page" - it just does not make sense.
00027 When the option is set, save the record and then you can set the permissions afterwards.',
00028                 'final_target.description' => 'Target page to which the record is moved when the workflow is finalized.',
00029                 'final_perms_userid.description' => 'Insert the owner Backend user.',
00030                 'final_perms_groupid.description' => 'Select the owner Backend usergroup.',
00031                 'final_perms_user.description' => 'Enter page permissions for the Backend user.',
00032                 'final_perms_group.description' => 'Enter page permissions for the Backend usergroups.',
00033                 'final_perms_everybody.description' => 'Enter page permissions for Everybody (all Backend users).',
00034         ),
00035         'dk' => Array (
00036         ),
00037         'de' => Array (
00038         ),
00039         'no' => Array (
00040         ),
00041         'it' => Array (
00042         ),
00043         'fr' => Array (
00044         ),
00045         'es' => Array (
00046         ),
00047         'nl' => Array (
00048         ),
00049         'cz' => Array (
00050         ),
00051         'pl' => Array (
00052         ),
00053         'si' => Array (
00054         ),
00055         'fi' => Array (
00056         ),
00057         'tr' => Array (
00058         ),
00059         'se' => Array (
00060         ),
00061         'pt' => Array (
00062         ),
00063         'ru' => Array (
00064         ),
00065         'ro' => Array (
00066         ),
00067         'ch' => Array (
00068         ),
00069         'sk' => Array (
00070         ),
00071         'lt' => Array (
00072         ),
00073         'is' => Array (
00074         ),
00075         'hr' => Array (
00076         ),
00077         'hu' => Array (
00078         ),
00079         'gl' => Array (
00080         ),
00081         'th' => Array (
00082         ),
00083         'gr' => Array (
00084         ),
00085         'hk' => Array (
00086         ),
00087         'eu' => Array (
00088         ),
00089         'bg' => Array (
00090         ),
00091         'br' => Array (
00092         ),
00093         'et' => Array (
00094         ),
00095         'ar' => Array (
00096         ),
00097         'he' => Array (
00098         ),
00099         'ua' => Array (
00100         ),
00101 );
00102 ?>


Généré par L'expert TYPO3 avec  doxygen 1.4.6