|
### Eclipse Workspace Patch 1.0
|
|
#P igeworkspace42
|
|
Index: typo3/sysext/lang/locallang_tca.xml
|
|
===================================================================
|
|
--- typo3/sysext/lang/locallang_tca.xml (revision 270)
|
|
+++ typo3/sysext/lang/locallang_tca.xml (working copy)
|
|
@@ -60,6 +60,7 @@
|
|
<label index="sys_filemounts.tabs.users">Users</label>
|
|
<label index="sys_filemounts.tabs.mountpoints">Mountpoints</label>
|
|
<label index="sys_filemounts.tabs.publishing">Publishing</label>
|
|
+ <label index="sys_filemounts.tabs.staging">Staging</label>
|
|
<label index="sys_filemounts.tabs.other">Other</label>
|
|
<label index="sys_filemounts.title">Label:</label>
|
|
<label index="sys_filemounts.path">Path:</label>
|
|
@@ -79,6 +80,12 @@
|
|
<label index="sys_workspace.vtypes">Disable Versioning Types for members and reviewers:</label>
|
|
<label index="sys_workspace.publish_access">Publish access:</label>
|
|
<label index="sys_workspace.stagechg_notification">Stage change notification by email:</label>
|
|
+ <label index="sys_workspace.use_custom_staging">Use custom stages:</label>
|
|
+ <label index="sys_workspace.custom_stages">Custom stages:</label>
|
|
+ <label index="sys_workspace_stage.responsible_persons">Responsible persons:</label>
|
|
+ <label index="sys_workspace_stage.default_mailcomment">Default mail comment:</label>
|
|
+ <label index="sys_workspace_stage.parentid">UID of parent record:</label>
|
|
+ <label index="sys_workspace_stage.parenttable">Parent table:</label>
|
|
<label index="pages">Page</label>
|
|
<label index="doktype.I.0">Standard</label>
|
|
<label index="doktype.I.1">SysFolder</label>
|
|
@@ -94,6 +101,7 @@
|
|
<label index="sys_language.isocode">Select Official Language (ISO code):</label>
|
|
<label index="sys_language.flag">Select flag icon:</label>
|
|
<label index="sys_workspace">Workspace</label>
|
|
+ <label index="sys_workspace_stage">Workspace Stage</label>
|
|
<label index="editlock">Restrict editing by non-Admins:</label>
|
|
</languageKey>
|
|
</data>
|
|
Index: typo3/sysext/lang/locallang_mod_user_ws.xml
|
|
===================================================================
|
|
--- typo3/sysext/lang/locallang_mod_user_ws.xml (revision 270)
|
|
+++ typo3/sysext/lang/locallang_mod_user_ws.xml (working copy)
|
|
@@ -92,6 +92,7 @@
|
|
<label index="stage_approved_for_publish">"%s" approved for "Publish"</label>
|
|
<label index="stage_rejected">"%s" rejected element!</label>
|
|
<label index="stage_reset_to_editing">"%s" reset to "Editing"</label>
|
|
+ <label index="stage_custom">"%s" sent the element to "%s"</label>
|
|
<label index="stage_undefined">[undefined]</label>
|
|
<label index="stage_label_user_comment">User Comment:</label>
|
|
<label index="workspace_list_mount_point_inaccessible">This mount point is defined for workspace but not accessible to you. If you need access to this mount point, ask your system administrator to give you access to it.</label>
|
|
@@ -142,6 +143,7 @@
|
|
<label index="label_allWSes">All workspaces</label>
|
|
<label index="label_notapplicable">n/a</label>
|
|
<label index="label_percentchange">%%% change:</label>
|
|
+ <label index="label_sendToNextStage">Send to next stage</label>
|
|
</languageKey>
|
|
</data>
|
|
</T3locallang>
|
|
Index: typo3/sysext/lang/locallang_csh_sysws.xml
|
|
===================================================================
|
|
--- typo3/sysext/lang/locallang_csh_sysws.xml (revision 270)
|
|
+++ typo3/sysext/lang/locallang_csh_sysws.xml (working copy)
|
|
@@ -49,6 +49,9 @@
|
|
<label index="publish_access.description">Refines the rules of publishing</label>
|
|
<label index="publish_access.details">"Publish only content in publish stage" : Only when content is in publish stage can it be published.
|
|
"Only workspace owner can publish" : Only the workspace owner can publish the content in the workspace, even if members or reviewers have access to the Live workspace.</label>
|
|
+ <label index="use_custom_staging.description">To create a defined working proccess using the custom workspace stage records activate this checkbox. If not activated custom workspace stage records will not be used.</label>
|
|
+ <label index="custom_stages.description">For every workspace a defined working process can be created. For this workspace stage records have to be inserted in this IRRE field.</label>
|
|
+ <label index="custom_stages.details">Workspaces with related custom stages records and checkbox "Use custom stages" activated there will be a defined working proccess for the BE users. If the BE user raises the version of a content to the next stage, he can define, which BE users responsible for the next workspace stage should get an email notification. Then the mail will be send to the selected email recipients and the process will go on.</label>
|
|
</languageKey>
|
|
</data>
|
|
</T3locallang>
|
|
\ No newline at end of file
|
|
Index: typo3/sysext/lang/locallang_csh_sysws_stage.xml
|
|
===================================================================
|
|
--- typo3/sysext/lang/locallang_csh_sysws_stage.xml (revision 0)
|
|
+++ typo3/sysext/lang/locallang_csh_sysws_stage.xml (revision 0)
|
|
@@ -0,0 +1,16 @@
|
|
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
+<T3locallang>
|
|
+ <meta type="array">
|
|
+ <description>CSH for Workspace stage table.</description>
|
|
+ <type>CSH</type>
|
|
+ <csh_table>sys_workspace_stage</csh_table>
|
|
+ </meta>
|
|
+ <data type="array">
|
|
+ <languageKey index="default" type="array">
|
|
+ <label index=".description">Defines custom workspace stages in TYPO3 which allows for groups of people to work together in a defined process. More information about workspaces can be found in the document "Inside TYPO3".</label>
|
|
+ <label index="title.description">Enter the name of the workspace stage.</label>
|
|
+ <label index="responsible_persons.description">Define which BE users are responsible for this workspace stage. This selected BE users are possible recipients for the stage change emails.</label>
|
|
+ <label index="default_mailcomment.description">Here its possible to define a standard mail comment which will be inserted into the stage change mail. When no standard mail comment was defined here its possible to write a comment for the mail on every stage change.</label>
|
|
+ </languageKey>
|
|
+ </data>
|
|
+</T3locallang>
|
|
\ No newline at end of file
|