diff --git a/bin/genpo.sh b/bin/genpo.sh index 6eef689..1592ec8 100755 --- a/bin/genpo.sh +++ b/bin/genpo.sh @@ -8,6 +8,6 @@ pwd rm -f i18n/templates.c find resources -name "*.js" | sort | python ./bin/jsi18n.py > templates/ktcore/javascript_i18n.smarty php bin/smarty_to_gettext.php . > i18n/templates.c -find . -type f -name "*.php" -o -name "*.inc" | sort | xgettext --no-wrap -d knowledgeTree -L PHP -s -f - --keyword=_kt -o i18n/knowledgeTree.po -echo i18n/templates.c i18n/permissions.c | xargs -n 1 | sort | xgettext --no-wrap -d knowledgeTree -j -s -f - -o i18n/knowledgeTree.po +find . -type f -name "*.php" -o -name "*.inc" | sort | xgettext --no-wrap -d knowledgeTree -L PHP -s -f - --keyword=_kt -o i18n/knowledgeTree.pot +echo i18n/templates.c i18n/permissions.c | xargs -n 1 | sort | xgettext --no-wrap -d knowledgeTree -j -s -f - -o i18n/knowledgeTree.pot diff --git a/i18n/knowledgeTree.pot b/i18n/knowledgeTree.pot index ab6acff..2bdf92c 100644 --- a/i18n/knowledgeTree.pot +++ b/i18n/knowledgeTree.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-04 19:31+0200\n" +"POT-Creation-Date: 2006-07-27 13:41+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,100 +16,131 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: lib/documentmanagement/documentutil.inc.php:413 +#: lib/documentmanagement/documentutil.inc.php:431 msgid " Document" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:167 -#: plugins/ktcore/admin/groupManagement.php:526 +#: plugins/ktcore/admin/groupManagement.php:177 +#: plugins/ktcore/admin/groupManagement.php:584 msgid " Note: group is set as unit administrator, but is not assigned to a unit." msgstr "" -#: i18n/templates.c:704 +#: i18n/templates.c:1322 msgid "#itemCount# items, #batchSize# per page" msgstr "" -#: i18n/templates.c:1766 +#: i18n/templates.c:2354 msgid "#name#'s authentication is handled by the #provider#." msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:145 +#: plugins/ktcore/admin/deletedDocuments.php:143 #, php-format msgid "%d documents expunged." msgstr "" -#: plugins/ktcore/admin/archivedDocuments.php:190 +#: plugins/ktcore/admin/archivedDocuments.php:188 #, php-format msgid "%d documents made active." msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:231 +#: plugins/ktcore/admin/deletedDocuments.php:237 #, php-format msgid "%d documents restored." msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:429 +#: plugins/ktstandard/KTSubscriptions.php:427 #, php-format msgid "%d successful, %d failures" msgstr "" -#: lib/mime.inc.php:106 lib/widgets/fieldsetDisplay.inc.php:151 +#: lib/metadata/metadatautil.inc.php:565 +#, php-format +msgid "%d values for the Master Field are not assigned to behaviours." +msgstr "" + +#: plugins/ktcore/admin/workflows.php:1261 +#, php-format +msgid "%s (%s)" +msgstr "" + +#: lib/mime.inc.php:118 lib/widgets/fieldsetDisplay.inc.php:149 #, php-format msgid "%s File" msgstr "" -#: plugins/ktcore/admin/archivedDocuments.php:186 +#: plugins/ktcore/admin/archivedDocuments.php:184 #, php-format msgid "%s could not be made \"live\"." msgstr "" -#: lib/groups/GroupUtil.php:343 +#: lib/groups/GroupUtil.php:357 #, php-format msgid "%s is a direct member." msgstr "" -#: lib/groups/GroupUtil.php:366 +#: lib/groups/GroupUtil.php:380 #, php-format msgid "%s is a member of %s" msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:86 -#: plugins/ktcore/admin/deletedDocuments.php:112 -#: plugins/ktcore/admin/deletedDocuments.php:165 +#: plugins/ktcore/admin/deletedDocuments.php:84 +#: plugins/ktcore/admin/deletedDocuments.php:110 +#: plugins/ktcore/admin/deletedDocuments.php:163 #, php-format msgid "%s is not a deleted document. Aborting expunge" msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:189 +#: plugins/ktcore/admin/deletedDocuments.php:187 #, php-format msgid "%s is not a deleted document. Aborting restore" msgstr "" -#: plugins/ktcore/admin/archivedDocuments.php:146 -#: plugins/ktcore/admin/archivedDocuments.php:172 +#: plugins/ktcore/admin/archivedDocuments.php:144 +#: plugins/ktcore/admin/archivedDocuments.php:170 #, php-format msgid "%s is not an archived document. Aborting restore." msgstr "" -#: i18n/templates.c:746 +#: i18n/templates.c:1364 i18n/templates.c:4511 msgid "© 2006 The Jam Warehouse Software (Pty) Ltd. All Rights Reserved" msgstr "" -#: plugins/ktcore/folder/addDocument.php:83 -#: plugins/ktcore/folder/BulkImport.php:65 -#: plugins/ktcore/folder/BulkUpload.php:72 +#: plugins/ktcore/folder/addDocument.php:81 +#: plugins/ktcore/folder/BulkImport.php:63 +#: plugins/ktcore/folder/BulkUpload.php:70 msgid "<Please select a document type>" msgstr "" -#: i18n/templates.c:2210 i18n/templates.c:2492 +#: plugins/ktcore/admin/workflows.php:1247 +msgid "-- Please select a trigger --" +msgstr "" + +#: i18n/templates.c:2798 i18n/templates.c:3083 msgid "Please Note: you can only delete states or transitions while the workflow has no documents or document-versions assigned to the workflow." msgstr "" -#: i18n/templates.c:899 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:557 +msgid "The folder required for this trigger has been deleted, so the transition cannot be performed." +msgstr "" + +#: plugins/ktcore/KTWorkflowTriggers.inc.php:553 +msgid "This transition cannot be performed: no folder has been selected." +msgstr "" + +#: plugins/wintools/BaobabPlugin.php:25 +#, php-format +msgid "You are using an evaluation copy of KnowledgeTree Professional. Please consider upgrading to a full version, and supporting the continued development of this application." +msgstr "" + +#: i18n/templates.c:1520 msgid "or to a new behaviour called" msgstr "" -#: i18n/templates.c:1175 i18n/templates.c:1190 +#: i18n/templates.c:4724 i18n/templates.c:4733 +msgid "A user, #user#, has requested help on the document #name#, and you are the owner or an admin of this document." +msgstr "" + +#: i18n/templates.c:1802 msgid "A conditional fieldset contains only lookup fields. The values for each field can depend on the user's selections for the others." msgstr "" @@ -117,721 +148,837 @@ msgstr "" msgid "A brief description of the information stored in this field." msgstr "" -#: plugins/ktcore/admin/documentFields.php:62 -#: plugins/ktcore/admin/documentFields.php:105 +#: plugins/ktcore/admin/documentFields.php:60 +#: plugins/ktcore/admin/documentFields.php:103 msgid "A brief description of the information stored in this fieldset." msgstr "" -#: i18n/templates.c:2195 +#: i18n/templates.c:2783 msgid "A checked-out document may not be modified by others. Please ensure that you check-in your documents to the repository as soon as you have finished working with them." msgstr "" -#: i18n/templates.c:2498 +#: i18n/templates.c:3089 msgid "A critical part of workflow is the creation of various different states for documents." msgstr "" -#: i18n/templates.c:1208 +#: plugins/ktcore/KTDocumentActions.php:845 +msgid "A document with that filename also exists in this folder. Please try a different name." +msgstr "" + +#: plugins/ktcore/KTDocumentActions.php:840 +msgid "A document with that name also exists in this folder. Please try a different name." +msgstr "" + +#: plugins/ktcore/KTDocumentActions.php:801 +msgid "A document with the same filename already exists in the folder. Please supply an alternative filename" +msgstr "" + +#: plugins/ktcore/KTDocumentActions.php:798 +msgid "A document with the same title already exists in the folder. Please supply an alternative filename" +msgstr "" + +#: i18n/templates.c:1832 msgid "A fieldset is a collection of fields that comprise a defined set of document metadata. You may add, edit or delete members of this fieldset collection below." msgstr "" -#: plugins/ktcore/admin/documentFields.php:148 -#: plugins/ktcore/admin/documentFields.php:184 +#: plugins/ktcore/admin/documentFields.php:154 +#: plugins/ktcore/admin/documentFields.php:208 msgid "A fieldset with that name already exists" msgstr "" -#: plugins/ktcore/folder/Rename.php:82 plugins/ktcore/KTFolderActions.php:74 +#: plugins/ktcore/folder/Rename.php:81 plugins/ktcore/KTFolderActions.php:72 msgid "A folder with that name already exists." msgstr "" -#: i18n/templates.c:1694 +#: i18n/templates.c:2297 msgid "A folder with this name already exists in this location. Please select another folder before creating the unit." msgstr "" -#: plugins/ktcore/admin/documentFields.php:63 +#: plugins/ktcore/KTAssist.php:46 +msgid "A full description of the assistance that you with to receive. Provide all necessary information to assist in your request." +msgstr "" + +#: plugins/ktcore/admin/documentFields.php:61 msgid "A generic fieldset is one that is available for every document by default. These fieldsets will be available for users to edit and add for every document in the document management system." msgstr "" -#: plugins/ktcore/admin/workflows.php:605 -#: plugins/ktcore/admin/workflows.php:1219 +#: plugins/ktcore/admin/workflows.php:611 +#: plugins/ktcore/admin/workflows.php:1235 msgid "A human-readable name for the state." msgstr "" -#: plugins/ktcore/admin/workflows.php:658 +#: plugins/ktcore/admin/workflows.php:664 msgid "A human-readable name for the transition." msgstr "" -#: plugins/ktcore/admin/workflows.php:414 -#: plugins/ktcore/admin/workflows.php:441 +#: plugins/ktcore/admin/workflows.php:412 +#: plugins/ktcore/admin/workflows.php:439 msgid "A human-readable name for the workflow." msgstr "" -#: plugins/ktcore/admin/workflows.php:853 +#: plugins/ktcore/admin/workflows.php:861 msgid "A human-readable name for this state. This is shown on the \"Browse\" page, as well as on the user's workflow page." msgstr "" -#: plugins/ktcore/admin/documentFields.php:61 -#: plugins/ktcore/admin/documentFields.php:103 +#: plugins/ktcore/admin/documentFields.php:59 +#: plugins/ktcore/admin/documentFields.php:101 #: plugins/ktcore/admin/documentFields.php:107 msgid "A human-readable name, used in add and edit forms." msgstr "" -#: plugins/ktstandard/KTEmail.php:265 +#: plugins/ktstandard/KTEmail.php:288 msgid "A message for those who receive the document" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:234 +#: lib/validation/dispatchervalidation.inc.php:232 msgid "A non-numeric value was given" msgstr "" -#: plugins/ktcore/admin/documentLinks.php:50 -#: plugins/ktcore/admin/documentLinks.php:79 +#: plugins/ktcore/KTAssist.php:45 +msgid "A one-line description introducing the assistance that you wish to receive" +msgstr "" + +#: plugins/ktcore/admin/documentLinks.php:54 +#: plugins/ktcore/admin/documentLinks.php:83 msgid "A short brief description of the relationship implied by this link type." msgstr "" -#: plugins/ktcore/admin/groupManagement.php:101 -#: plugins/ktcore/admin/groupManagement.php:466 +#: plugins/ktcore/admin/groupManagement.php:108 +#: plugins/ktcore/admin/groupManagement.php:524 msgid "A short name for the group. e.g. administrators." msgstr "" -#: plugins/ktcore/admin/unitManagement.php:72 -#: plugins/ktcore/admin/unitManagement.php:134 -#: plugins/ktcore/admin/unitManagement.php:189 +#: plugins/ktcore/admin/unitManagement.php:70 +#: plugins/ktcore/admin/unitManagement.php:132 +#: plugins/ktcore/admin/unitManagement.php:187 msgid "A short name for the unit. e.g. Accounting." msgstr "" -#: plugins/ktcore/admin/managePermissions.php:43 +#: plugins/ktcore/admin/managePermissions.php:41 msgid "A short name that is shown to users whenever permissions must be assigned." msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:48 -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:74 -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:127 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:46 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:72 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:125 msgid "A short name which helps identify this source of authentication data." msgstr "" -#: plugins/ktcore/admin/documentTypes.php:51 +#: plugins/ktcore/admin/documentTypes.php:49 msgid "A short, human-readable name for the document type." msgstr "" -#: plugins/ktcore/admin/documentLinks.php:49 -#: plugins/ktcore/admin/documentLinks.php:78 +#: plugins/ktcore/admin/documentLinks.php:53 +#: plugins/ktcore/admin/documentLinks.php:82 msgid "A short, human-readable name for the link type." msgstr "" -#: plugins/ktcore/admin/roleManagement.php:55 -#: plugins/ktcore/admin/roleManagement.php:61 +#: plugins/ktcore/admin/roleManagement.php:59 +#: plugins/ktcore/admin/roleManagement.php:65 msgid "A short, human-readable name for the role." msgstr "" -#: plugins/ktcore/admin/workflows.php:801 +#: plugins/ktcore/admin/workflows.php:809 msgid "A state by that name already exists" msgstr "" -#: plugins/ktcore/admin/workflows.php:1147 +#: plugins/ktcore/admin/workflows.php:1163 msgid "A transition by that name already exists" msgstr "" -#: plugins/ktcore/admin/unitManagement.php:92 -#: plugins/ktcore/admin/unitManagement.php:166 -#: plugins/ktcore/admin/unitManagement.php:207 +#: plugins/ktcore/admin/unitManagement.php:90 +#: plugins/ktcore/admin/unitManagement.php:164 +#: plugins/ktcore/admin/unitManagement.php:205 msgid "A unit with that name already exists." msgstr "" -#: plugins/ktcore/admin/userManagement.php:449 +#: plugins/ktcore/admin/userManagement.php:476 msgid "A user with that username already exists" msgstr "" -#: lib/browse/BrowseColumns.inc.php:60 +#: lib/browse/BrowseColumns.inc.php:58 msgid "Abstract" msgstr "" -#: i18n/templates.c:683 i18n/templates.c:731 +#: plugins/ktcore/admin/workflows.php:1258 i18n/templates.c:125 +#: i18n/templates.c:203 i18n/templates.c:317 i18n/templates.c:395 +#: i18n/templates.c:599 i18n/templates.c:608 i18n/templates.c:1304 +#: i18n/templates.c:1349 msgid "Action" msgstr "" -#: plugins/ktcore/admin/workflows.php:765 +#: plugins/ktcore/admin/workflows.php:773 msgid "Action availability updated." msgstr "" -#: plugins/ktcore/admin/workflows.php:69 i18n/templates.c:89 -#: i18n/templates.c:4049 +#: plugins/ktcore/admin/workflows.php:67 i18n/templates.c:695 +#: i18n/templates.c:4862 msgid "Actions" msgstr "" -#: i18n/templates.c:2261 +#: i18n/templates.c:2849 msgid "Actions Allowed" msgstr "" -#: i18n/templates.c:2330 +#: i18n/templates.c:2918 msgid "Actions allowed" msgstr "" -#: plugins/ktstandard/KTLDAPAuthenticationPlugin.php:46 +#: i18n/templates.c:3179 +msgid "Actions which are performed when the document follows the transition." +msgstr "" + +#: plugins/ktstandard/KTLDAPAuthenticationPlugin.php:44 msgid "ActiveDirectory Authentication" msgstr "" -#: plugins/ktstandard/ldap/activedirectoryauthenticationprovider.inc.php:42 +#: plugins/ktstandard/ldap/activedirectoryauthenticationprovider.inc.php:40 msgid "ActiveDirectory authentication provider" msgstr "" -#: i18n/templates.c:26 i18n/templates.c:50 i18n/templates.c:1076 -#: i18n/templates.c:2660 i18n/templates.c:2756 i18n/templates.c:2882 -#: i18n/templates.c:3461 i18n/templates.c:3470 i18n/templates.c:3599 -#: i18n/templates.c:3692 i18n/templates.c:3731 i18n/templates.c:3860 +#: i18n/templates.c:632 i18n/templates.c:656 i18n/templates.c:1700 +#: i18n/templates.c:3323 i18n/templates.c:3422 i18n/templates.c:3530 +#: i18n/templates.c:4148 i18n/templates.c:4157 i18n/templates.c:4286 +#: i18n/templates.c:4379 i18n/templates.c:4418 i18n/templates.c:4652 msgid "Add" msgstr "" -#: plugins/ktcore/folder/addDocument.php:44 +#: i18n/templates.c:4607 +msgid "Add Column to View" +msgstr "" + +#: plugins/ktcore/folder/addDocument.php:42 msgid "Add Document" msgstr "" -#: i18n/templates.c:3623 i18n/templates.c:3770 +#: i18n/templates.c:4310 i18n/templates.c:4457 msgid "Add Field to set" msgstr "" -#: i18n/templates.c:1520 +#: i18n/templates.c:2138 msgid "Add Group" msgstr "" -#: i18n/templates.c:245 i18n/templates.c:260 +#: i18n/templates.c:845 i18n/templates.c:860 msgid "Add Link" msgstr "" -#: i18n/templates.c:3224 +#: i18n/templates.c:3896 msgid "Add Link Type" msgstr "" -#: i18n/templates.c:1514 +#: i18n/templates.c:2132 msgid "Add New Group" msgstr "" -#: i18n/templates.c:3899 +#: i18n/templates.c:4691 msgid "Add New Subcategory to #category#" msgstr "" -#: i18n/templates.c:1889 +#: i18n/templates.c:2477 msgid "Add New Unit" msgstr "" -#: plugins/ktcore/admin/userManagement.php:97 -#: plugins/ktcore/admin/userManagement.php:147 +#: plugins/ktcore/admin/userManagement.php:99 +#: plugins/ktcore/admin/userManagement.php:149 msgid "Add New User" msgstr "" -#: i18n/templates.c:1895 +#: i18n/templates.c:476 +msgid "Add Quicklink" +msgstr "" + +#: i18n/templates.c:2483 msgid "Add Unit" msgstr "" -#: plugins/ktcore/KTFolderActions.php:49 +#: i18n/templates.c:4604 +msgid "Add a Column" +msgstr "" + +#: plugins/ktcore/KTFolderActions.php:47 msgid "Add a Folder" msgstr "" -#: i18n/templates.c:1640 +#: i18n/templates.c:2243 msgid "Add a Role" msgstr "" -#: plugins/ktcore/folder/addDocument.php:66 -#: plugins/ktcore/folder/addDocument.php:111 i18n/templates.c:3452 -#: i18n/templates.c:3455 +#: plugins/ktcore/folder/addDocument.php:64 +#: plugins/ktcore/folder/addDocument.php:109 i18n/templates.c:4139 +#: i18n/templates.c:4142 msgid "Add a document" msgstr "" -#: i18n/templates.c:3041 +#: i18n/templates.c:3704 msgid "Add a folder" msgstr "" -#: i18n/templates.c:1580 +#: i18n/templates.c:2198 msgid "Add a group from an authentication source" msgstr "" -#: i18n/templates.c:3218 +#: i18n/templates.c:3890 msgid "Add a link type" msgstr "" -#: i18n/templates.c:785 +#: i18n/templates.c:1403 msgid "Add a new authentication source" msgstr "" -#: i18n/templates.c:2873 +#: i18n/templates.c:3521 msgid "Add a new dynamic permission" msgstr "" -#: i18n/templates.c:1136 i18n/templates.c:1220 i18n/templates.c:2057 +#: i18n/templates.c:1760 i18n/templates.c:1853 i18n/templates.c:2645 msgid "Add a new field" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:460 -#: plugins/ktcore/admin/groupManagement.php:463 i18n/templates.c:1523 -#: i18n/templates.c:1574 +#: plugins/ktcore/admin/groupManagement.php:518 +#: plugins/ktcore/admin/groupManagement.php:521 i18n/templates.c:2141 +#: i18n/templates.c:2192 msgid "Add a new group" msgstr "" -#: i18n/templates.c:299 i18n/templates.c:302 +#: i18n/templates.c:899 i18n/templates.c:902 msgid "Add a new link" msgstr "" -#: i18n/templates.c:818 +#: i18n/templates.c:1436 msgid "Add a new source" msgstr "" -#: plugins/ktcore/admin/unitManagement.php:68 -#: plugins/ktcore/admin/unitManagement.php:69 -#: plugins/ktcore/admin/unitManagement.php:84 -#: plugins/ktcore/admin/unitManagement.php:85 i18n/templates.c:1673 -#: i18n/templates.c:1865 i18n/templates.c:1898 +#: plugins/ktcore/admin/unitManagement.php:66 +#: plugins/ktcore/admin/unitManagement.php:67 +#: plugins/ktcore/admin/unitManagement.php:82 +#: plugins/ktcore/admin/unitManagement.php:83 i18n/templates.c:2276 +#: i18n/templates.c:2453 i18n/templates.c:2486 msgid "Add a new unit" msgstr "" -#: i18n/templates.c:1811 i18n/templates.c:1814 +#: i18n/templates.c:2399 i18n/templates.c:2402 msgid "Add a new user" msgstr "" -#: i18n/templates.c:1787 +#: i18n/templates.c:2375 msgid "Add a user" msgstr "" -#: i18n/templates.c:1817 +#: i18n/templates.c:2405 msgid "Add a user from an authentication source" msgstr "" -#: i18n/templates.c:815 +#: i18n/templates.c:1433 msgid "Add an authentication source" msgstr "" -#: i18n/templates.c:3602 +#: i18n/templates.c:4289 msgid "Add another set of criteria" msgstr "" -#: i18n/templates.c:782 +#: i18n/templates.c:1400 msgid "Add authentication source" msgstr "" -#: plugins/ktstandard/KTEmail.php:263 +#: plugins/ktstandard/KTEmail.php:282 msgid "Add extra email addresses here" msgstr "" -#: i18n/templates.c:1154 i18n/templates.c:1226 i18n/templates.c:2075 +#: i18n/templates.c:1778 i18n/templates.c:1859 i18n/templates.c:2663 msgid "Add field" msgstr "" -#: i18n/templates.c:3050 i18n/templates.c:3053 +#: i18n/templates.c:3713 i18n/templates.c:3716 msgid "Add folder" msgstr "" -#: i18n/templates.c:1586 i18n/templates.c:1823 +#: i18n/templates.c:2204 i18n/templates.c:2411 msgid "Add from source" msgstr "" -#: i18n/templates.c:1805 +#: i18n/templates.c:2393 msgid "Add new users" msgstr "" -#: i18n/templates.c:1073 +#: i18n/templates.c:1697 msgid "Add new values" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:117 +#: plugins/ktcore/KTCorePlugin.php:147 msgid "Add or remove groups from the system." msgstr "" -#: plugins/ktcore/KTCorePlugin.php:114 +#: plugins/wintools/BaobabPlugin.php:122 +msgid "Add or remove keys, and review their expiry dates." +msgstr "" + +#: plugins/ktcore/KTCorePlugin.php:144 msgid "Add or remove users from the system." msgstr "" -#: i18n/templates.c:3632 i18n/templates.c:3641 i18n/templates.c:3779 -#: i18n/templates.c:3788 +#: i18n/templates.c:4319 i18n/templates.c:4328 i18n/templates.c:4466 +#: i18n/templates.c:4475 msgid "Add to Fieldset" msgstr "" -#: i18n/templates.c:3923 +#: i18n/templates.c:4715 msgid "Add to category" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:321 -#: plugins/ktcore/admin/groupManagement.php:448 +#: plugins/ktcore/admin/groupManagement.php:353 +#: plugins/ktcore/admin/groupManagement.php:506 msgid "Added" msgstr "" -#: plugins/ktcore/admin/userManagement.php:558 +#: plugins/ktcore/admin/manageViews.php:104 +msgid "Added Entry" +msgstr "" + +#: plugins/ktcore/admin/userManagement.php:588 msgid "Added to groups" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:301 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:299 msgid "Added users" msgstr "" -#: i18n/templates.c:3464 +#: i18n/templates.c:4151 msgid "Additional Information about this Document" msgstr "" -#: admin.php:41 admin.php:129 config/siteMap.inc:42 lib/dispatcher.inc.php:360 -#: plugins/ktcore/KTPortlets.php:153 +#: plugins/ktstandard/KTAdminVersionPlugin.php:72 +msgid "Admin Version Plugin" +msgstr "" + +#: admin.php:39 admin.php:127 config/siteMap.inc:46 lib/dispatcher.inc.php:409 +#: plugins/ktcore/KTPortlets.php:151 +#: plugins/network/quicklinks/manageQuicklinks.php:271 msgid "Administration" msgstr "" -#: plugins/ktcore/KTPortlets.php:106 +#: plugins/ktcore/KTPortlets.php:104 msgid "Administrator mode" msgstr "" -#: browse.php:898 browse.php:903 browse.php:905 +#: browse.php:897 browse.php:902 browse.php:904 msgid "Administrator mode disabled" msgstr "" -#: browse.php:857 browse.php:862 browse.php:864 +#: browse.php:856 browse.php:861 browse.php:863 msgid "Administrator mode enabled" msgstr "" -#: i18n/templates.c:512 +#: i18n/templates.c:1124 msgid "Administrator mode is enabled." msgstr "" -#: i18n/templates.c:524 +#: i18n/templates.c:1136 msgid "Administrator mode is not currently enabled." msgstr "" -#: config/siteMap.inc:45 search/booleanSearch.php:54 -#: search/booleanSearch.php:228 i18n/templates.c:116 i18n/templates.c:548 +#: config/siteMap.inc:49 search/booleanSearch.php:54 +#: search/booleanSearch.php:229 i18n/templates.c:722 i18n/templates.c:1160 msgid "Advanced Search" msgstr "" -#: plugins/ktcore/admin/workflows.php:242 +#: i18n/templates.c:92 i18n/templates.c:170 i18n/templates.c:284 +#: i18n/templates.c:362 +msgid "All Actions" +msgstr "" + +#: plugins/ktcore/admin/workflows.php:240 msgid "All actions available." msgstr "" -#: lib/documentmanagement/documentutil.inc.php:501 +#: lib/documentmanagement/documentutil.inc.php:519 msgid "All done..." msgstr "" -#: i18n/templates.c:2117 +#: i18n/templates.c:2705 msgid "All indexers claim to be working correctly." msgstr "" -#: i18n/templates.c:3437 +#: i18n/templates.c:4100 i18n/templates.c:4124 msgid "All paths are relative to your Documents directory." msgstr "" -#: plugins/ktcore/admin/documentFields.php:78 +#: plugins/ktcore/admin/documentFields.php:76 msgid "All types use this generic fieldset." msgstr "" -#: i18n/templates.c:2909 i18n/templates.c:2915 -msgid "Allocate Groups to Role" +#: i18n/templates.c:3578 +msgid "Allocate Groups" +msgstr "" + +#: i18n/templates.c:3572 +msgid "Allocate Groups to Role: #rolename#" +msgstr "" + +#: i18n/templates.c:20 +msgid "Allocate Key" +msgstr "" + +#: plugins/wintools/BaobabPlugin.php:125 +#: plugins/wintools/baobabUserManagement.php:23 +#: plugins/wintools/baobabUserManagement.php:62 +msgid "Allocate Keys" msgstr "" -#: plugins/ktcore/KTPermissions.php:213 plugins/ktcore/KTPermissions.php:217 -#: plugins/ktcore/KTPermissions.php:218 i18n/templates.c:2666 +#: plugins/ktcore/KTPermissions.php:285 plugins/ktcore/KTPermissions.php:289 +#: plugins/ktcore/KTPermissions.php:290 msgid "Allocate Roles" msgstr "" -#: i18n/templates.c:2774 i18n/templates.c:2777 +#: i18n/templates.c:3329 +msgid "Allocate Roles for \"#foldername#\"" +msgstr "" + +#: i18n/templates.c:3443 i18n/templates.c:3446 msgid "Allocate User to Role" msgstr "" -#: i18n/templates.c:2681 +#: plugins/wintools/BaobabPlugin.php:120 +msgid "Allocate keys to users, and manage the keys you have purchased." +msgstr "" + +#: i18n/templates.c:3344 msgid "Allocated users" msgstr "" -#: i18n/templates.c:3185 +#: i18n/templates.c:3848 msgid "Allocated users and groups" msgstr "" -#: plugins/ktcore/KTPermissions.php:548 plugins/ktcore/KTPermissions.php:603 +#: plugins/ktcore/KTPermissions.php:622 plugins/ktcore/KTPermissions.php:677 msgid "Allocation changed." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:332 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:330 msgid "Allow for multiple users to be selected to be added (will not get to manually verify the details if selected)" msgstr "" -#: i18n/templates.c:2627 i18n/templates.c:2636 i18n/templates.c:2645 -#: i18n/templates.c:2825 i18n/templates.c:2834 i18n/templates.c:2867 -#: i18n/templates.c:2903 i18n/templates.c:2954 i18n/templates.c:2963 -#: i18n/templates.c:2972 i18n/templates.c:3491 i18n/templates.c:3518 -#: i18n/templates.c:3527 i18n/templates.c:3536 +#: i18n/templates.c:3272 i18n/templates.c:3281 i18n/templates.c:3290 +#: i18n/templates.c:3305 i18n/templates.c:3515 i18n/templates.c:3566 +#: i18n/templates.c:3617 i18n/templates.c:3626 i18n/templates.c:3635 +#: i18n/templates.c:4178 i18n/templates.c:4205 i18n/templates.c:4214 +#: i18n/templates.c:4223 msgid "Allowed" msgstr "" -#: plugins/ktcore/KTPermissions.php:375 +#: plugins/ktcore/KTCorePlugin.php:211 +msgid "Allows you to specify the columns that are to be used by a particular view (e.g. Browse documents, Search)" +msgstr "" + +#: plugins/ktcore/KTPermissions.php:446 msgid "Already using a different descriptor." msgstr "" -#: i18n/templates.c:1589 +#: i18n/templates.c:2207 msgid "Alternatively, you can manually create a user within KnowledgeTree below." msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:167 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:165 msgid "An authentication source with that name already exists" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:210 +#: lib/validation/dispatchervalidation.inc.php:208 msgid "An empty string was given" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:229 +#: lib/validation/dispatchervalidation.inc.php:227 msgid "An empty value was given" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:402 +#: lib/validation/dispatchervalidation.inc.php:400 #, php-format msgid "An entity with that name already exists: class %s, name %s" msgstr "" -#: lib/documentmanagement/documentutil.inc.php:65 -#: lib/documentmanagement/documentutil.inc.php:807 +#: lib/documentmanagement/documentutil.inc.php:68 +#: lib/documentmanagement/documentutil.inc.php:844 msgid "An error occurred while storing the new file" msgstr "" -#: lib/documentmanagement/documentutil.inc.php:89 -#: lib/documentmanagement/documentutil.inc.php:819 +#: lib/documentmanagement/documentutil.inc.php:98 +#: lib/documentmanagement/documentutil.inc.php:856 msgid "An error occurred while storing this document in the database" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:259 +#: plugins/ktcore/KTDocumentActions.php:271 msgid "An error occurred while trying to check in the document" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:119 +#: lib/validation/dispatchervalidation.inc.php:117 msgid "An error occurred, and no error message was given" msgstr "" -#: i18n/templates.c:2462 +#: i18n/templates.c:3053 msgid "An important part of workflow is controlling which actions are available to users at various stages. For example, it may be necessary to prevent the \"Edit Metadata\" action from being used when a document is \"published\". Doing this is a two step process: first, you need to specify that \"Edit Metadata\" is an action you wish to control within this workflow; second, you need to specify that the action is not to be made available when documents are in the \"published\" state." msgstr "" -#: lib/validation/dispatchervalidation.inc.php:258 +#: lib/validation/dispatchervalidation.inc.php:256 msgid "An internal error occurred receiving the uploaded document" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:374 +#: lib/validation/dispatchervalidation.inc.php:372 msgid "An invalid email address was given" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:386 +#: plugins/ktcore/admin/groupManagement.php:418 +msgid "An invalid group was selected" +msgstr "" + +#: lib/validation/dispatchervalidation.inc.php:384 msgid "An item with this name already exists" msgstr "" -#: lib/session/Session.inc:198 +#: lib/session/Session.inc:205 msgid "Anonymous logins are no longer allowed by the system administrator. Please login." msgstr "" -#: i18n/templates.c:161 +#: i18n/templates.c:3164 +msgid "Anybody (with the ability to see the document) can perform this transition." +msgstr "" + +#: i18n/templates.c:767 msgid "Apply" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:844 i18n/templates.c:2999 -#: i18n/templates.c:3002 +#: plugins/ktcore/KTDocumentActions.php:933 i18n/templates.c:3662 +#: i18n/templates.c:3665 msgid "Archive" msgstr "" -#: plugins/ktcore/folder/BulkUpload.php:70 +#: plugins/ktcore/folder/BulkUpload.php:68 msgid "Archive file" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:157 +#: plugins/ktcore/KTCorePlugin.php:187 msgid "Archived Document Restoration" msgstr "" -#: plugins/ktcore/admin/archivedDocuments.php:61 -#: plugins/ktcore/admin/archivedDocuments.php:132 i18n/templates.c:3296 +#: plugins/ktcore/admin/archivedDocuments.php:59 +#: plugins/ktcore/admin/archivedDocuments.php:130 i18n/templates.c:3968 msgid "Archived Documents" msgstr "" -#: i18n/templates.c:2993 +#: i18n/templates.c:3656 msgid "Archiving a document changes the document's state to invisible to non-administrative users. Only an Administrator may unarchive a document. Please note that this is a non-permanent change and does not delete the document from the repository." msgstr "" +#: plugins/ktcore/admin/documentFields.php:109 +msgid "Are the values in this field required?" +msgstr "" + #: lib/templating/kt3template.inc.php:108 msgid "Are you sure you wish to delete this item?" msgstr "" -#: plugins/ktcore/admin/userManagement.php:126 -#: plugins/ktcore/admin/userManagement.php:174 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:218 +#: plugins/ktcore/admin/userManagement.php:128 +#: plugins/ktcore/admin/userManagement.php:178 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:216 msgid "As a safety precaution, it is useful to limit the number of times a given account can log in, before logging out. This prevents a single account being used by many different people." msgstr "" -#: i18n/templates.c:3905 +#: i18n/templates.c:4697 msgid "As an example, if you are creating a tree of the countries in the world, the actual countries would be keywords (e.g. South Africa, England, Pakistan, India). The highest group of categories would be continents — e.g. Africa, Europe, Asia, The Americas — followed by subcategories that contain actual countries — e.g. Western Europe, Sub-saharan Africa, Austalasia." msgstr "" -#: i18n/templates.c:2240 i18n/templates.c:2276 i18n/templates.c:2489 +#: i18n/templates.c:2828 i18n/templates.c:2864 i18n/templates.c:3080 msgid "As documents move through their lifecycle, they are placed in certain states. For example, an invoice which has been mailed might be in the \"Pending\" state after the \"sent\" transition has been performed by a user." msgstr "" -#: i18n/templates.c:1391 +#: i18n/templates.c:2024 msgid "Assign" msgstr "" -#: i18n/templates.c:2474 +#: i18n/templates.c:3065 msgid "Assign Actions to States" msgstr "" -#: i18n/templates.c:2234 +#: i18n/templates.c:2822 msgid "Assign Transition Availability" msgstr "" -#: i18n/templates.c:176 +#: i18n/templates.c:782 msgid "Assign Workflow" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:102 -msgid "Assign permissions to users and groups, and specify which permissions are required to interact with various parts of the Document Management System." +#: plugins/wintools/BaobabPlugin.php:125 +msgid "Assign keys to users, or change the current assignment." msgstr "" -#: i18n/templates.c:893 -msgid "Assign to behaviour" +#: plugins/ktcore/KTCorePlugin.php:132 +msgid "Assign permissions to users and groups, and specify which permissions are required to interact with various parts of the Document Management System." msgstr "" -#: i18n/templates.c:1463 i18n/templates.c:1715 -msgid "Assigned Groups" +#: i18n/templates.c:1514 +msgid "Assign to behaviour" msgstr "" -#: i18n/templates.c:881 +#: i18n/templates.c:1502 msgid "Assigned Items" msgstr "" -#: i18n/templates.c:2303 +#: i18n/templates.c:2891 msgid "Assigned Permissions" msgstr "" -#: i18n/templates.c:1322 i18n/templates.c:1325 +#: plugins/ktcore/KTAssist.php:223 +msgid "Assistance Request cleared." +msgstr "" + +#: plugins/ktcore/KTAssist.php:164 +#, php-format +msgid "Assistance request: %s" +msgstr "" + +#: i18n/templates.c:1955 i18n/templates.c:1958 msgid "Associate Fieldsets" msgstr "" -#: i18n/templates.c:1358 +#: i18n/templates.c:1991 msgid "Associated Fieldsets" msgstr "" -#: i18n/templates.c:3704 +#: i18n/templates.c:4391 msgid "Assuming this field has behaviour \"" msgstr "" -#: plugins/ktstandard/KTEmail.php:260 +#: plugins/ktstandard/KTEmail.php:276 msgid "Attach document" msgstr "" -#: i18n/templates.c:3917 +#: i18n/templates.c:4709 msgid "Attach keywords to #category#" msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:40 -#: plugins/ktcore/KTCorePlugin.php:78 i18n/templates.c:1763 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:38 +#: plugins/ktcore/KTCorePlugin.php:85 i18n/templates.c:2351 msgid "Authentication" msgstr "" -#: i18n/templates.c:767 i18n/templates.c:776 +#: i18n/templates.c:1385 i18n/templates.c:1394 msgid "Authentication Sources" msgstr "" -#: login.php:153 +#: login.php:157 msgid "Authentication failure. Please try again." msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:57 -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:83 -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:136 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:55 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:81 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:134 msgid "Authentication provider" msgstr "" -#: i18n/templates.c:794 +#: i18n/templates.c:1412 msgid "Authentication source" msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:216 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:214 msgid "Authentication source deleted" msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:219 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:217 msgid "Authentication source is still in use, not deleted" msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:100 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:98 #, php-format msgid "Authentication source: %s" msgstr "" -#: plugins/ktstandard/workflow/FolderAssociator.php:116 +#: plugins/ktstandard/workflow/FolderAssociator.php:114 msgid "Automatic Workflow" msgstr "" -#: plugins/ktstandard/KTWorkflowAssociation.php:54 -#: plugins/ktstandard/workflow/adminpage.php:44 +#: plugins/ktstandard/KTWorkflowAssociation.php:52 +#: plugins/ktstandard/workflow/adminpage.php:42 msgid "Automatic Workflow Assignments" msgstr "" -#: i18n/templates.c:125 +#: i18n/templates.c:731 msgid "Automatic Workflow Selection" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:148 +#: plugins/ktcore/admin/documentTypes.php:146 msgid "Available Fieldsets" msgstr "" -#: i18n/templates.c:1460 i18n/templates.c:1712 i18n/templates.c:2921 +#: i18n/templates.c:3584 msgid "Available Groups" msgstr "" -#: i18n/templates.c:1616 i18n/templates.c:2783 +#: i18n/templates.c:3452 msgid "Available Users" msgstr "" -#: i18n/templates.c:1394 +#: i18n/templates.c:2027 msgid "Back to folder" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:43 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:139 +#: lib/browse/advancedcolumns.inc.php:18 +msgid "Base Column" +msgstr "" + +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:41 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:137 msgid "Base DN" msgstr "" -#: plugins/ktcore/admin/documentFields.php:450 +#: lib/workflow/workflowtrigger.inc.php:52 +msgid "Base class for workflow triggers" +msgstr "" + +#: plugins/ktcore/admin/documentFields.php:484 msgid "Became conditional" msgstr "" -#: i18n/templates.c:1199 +#: i18n/templates.c:1823 msgid "Become conditional" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:110 -#: plugins/ktstandard/KTDiscussion.php:202 +#: plugins/ktstandard/KTDiscussion.php:122 +#: plugins/ktstandard/KTDiscussion.php:224 msgid "Body" msgstr "" -#: config/siteMap.inc:46 i18n/templates.c:3566 i18n/templates.c:3656 -#: i18n/templates.c:3824 +#: config/siteMap.inc:50 i18n/templates.c:4253 i18n/templates.c:4343 +#: i18n/templates.c:4616 msgid "Boolean Search" msgstr "" -#: plugins/ktcore/admin/managePermissions.php:60 -#: plugins/ktcore/admin/managePermissions.php:75 +#: plugins/ktcore/admin/managePermissions.php:58 +#: plugins/ktcore/admin/managePermissions.php:73 msgid "Both names not given" msgstr "" -#: browse.php:96 browse.php:144 edit.php:97 -#: lib/actions/documentaction.inc.php:49 lib/actions/folderaction.inc.php:50 -#: search/booleanSearch.php:48 search/simpleSearch.php:129 view.php:61 +#: browse.php:102 browse.php:150 edit.php:95 +#: lib/actions/documentaction.inc.php:51 lib/actions/folderaction.inc.php:48 +#: search/booleanSearch.php:48 search/simpleSearch.php:134 view.php:61 msgid "Browse" msgstr "" #: lib/templating/kt3template.inc.php:124 -#: lib/templating/kt3template.inc.php:226 +#: lib/templating/kt3template.inc.php:226 plugins/ktcore/KTCorePlugin.php:112 msgid "Browse Documents" msgstr "" -#: plugins/ktcore/KTPortlets.php:76 +#: plugins/ktcore/KTPortlets.php:74 msgid "Browse Documents By" msgstr "" -#: plugins/ktstandard/contents/OpenDocumentIndexer.php:88 -#: i18n/templates.c:3953 +#: plugins/ktstandard/contents/OpenDocumentIndexer.php:86 +#: i18n/templates.c:4766 msgid "Built-in" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:37 +#: lib/authentication/builtinauthenticationprovider.inc.php:35 msgid "Built-in authentication provider" msgstr "" -#: i18n/templates.c:4022 +#: i18n/templates.c:4835 msgid "Built-in set." msgstr "" @@ -843,489 +990,543 @@ msgstr "" msgid "Bulk Export Plugin" msgstr "" -#: i18n/templates.c:2651 +#: i18n/templates.c:3314 msgid "Bulk import" msgstr "" -#: plugins/ktcore/folder/BulkImport.php:129 +#: plugins/ktcore/folder/BulkImport.php:128 msgid "Bulk import failed" msgstr "" -#: plugins/ktcore/folder/BulkUpload.php:46 +#: plugins/ktcore/folder/BulkUpload.php:44 msgid "Bulk upload" msgstr "" -#: plugins/ktcore/folder/BulkUpload.php:126 +#: plugins/ktcore/folder/BulkUpload.php:125 msgid "Bulk upload failed" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:78 +#: plugins/ktcore/KTCorePlugin.php:85 msgid "By default, KnowledgeTree controls its own users and groups and stores all information about them inside the database. In many situations, an organisation will already have a list of users and groups, and needs to use that existing information to allow access to the DMS. These Authentication Sources allow the system administrator to specify additional sources of authentication data." msgstr "" -#: i18n/templates.c:779 +#: i18n/templates.c:1397 msgid "By default, KnowledgeTree controls its own users and groups and stores all information about them inside the database. In many situations, an organisation will already have a list of users and groups, and needs to use that existing information to allow access to the DMS. These Authentication Sources allow the system administrator to specify additional sources of authentication data." msgstr "" -#: plugins/ktstandard/KTEmail.php:260 +#: plugins/ktstandard/KTEmail.php:277 msgid "By default, documents are sent as links into the document management system. Select this option if you want the document contents to be sent as an attachment in the email." msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:215 +#: lib/authentication/builtinauthenticationprovider.inc.php:213 msgid "Can not use the same password as before." msgstr "" -#: plugins/ktcore/admin/managePermissions.php:82 +#: plugins/ktcore/admin/managePermissions.php:80 msgid "Can't delete built-in permission" msgstr "" -#: i18n/templates.c:59 i18n/templates.c:71 i18n/templates.c:596 -#: i18n/templates.c:1475 i18n/templates.c:1493 i18n/templates.c:1508 -#: i18n/templates.c:1601 i18n/templates.c:1631 i18n/templates.c:1652 -#: i18n/templates.c:1697 i18n/templates.c:1727 i18n/templates.c:1760 -#: i18n/templates.c:1784 i18n/templates.c:1799 i18n/templates.c:1880 -#: i18n/templates.c:2030 i18n/templates.c:2744 i18n/templates.c:2771 -#: i18n/templates.c:2798 i18n/templates.c:2843 i18n/templates.c:2936 -#: i18n/templates.c:2990 i18n/templates.c:3005 i18n/templates.c:3038 -#: i18n/templates.c:3095 i18n/templates.c:3110 i18n/templates.c:3134 -#: i18n/templates.c:3164 i18n/templates.c:3209 i18n/templates.c:3419 +#: i18n/templates.c:464 i18n/templates.c:524 i18n/templates.c:665 +#: i18n/templates.c:677 i18n/templates.c:1208 i18n/templates.c:2093 +#: i18n/templates.c:2111 i18n/templates.c:2126 i18n/templates.c:2219 +#: i18n/templates.c:2234 i18n/templates.c:2255 i18n/templates.c:2300 +#: i18n/templates.c:2315 i18n/templates.c:2348 i18n/templates.c:2372 +#: i18n/templates.c:2387 i18n/templates.c:2468 i18n/templates.c:2618 +#: i18n/templates.c:3407 i18n/templates.c:3440 i18n/templates.c:3467 +#: i18n/templates.c:3497 i18n/templates.c:3599 i18n/templates.c:3653 +#: i18n/templates.c:3668 i18n/templates.c:3701 i18n/templates.c:3758 +#: i18n/templates.c:3773 i18n/templates.c:3797 i18n/templates.c:3827 +#: i18n/templates.c:3872 i18n/templates.c:4094 msgid "Cancel" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:274 i18n/templates.c:3137 -#: i18n/templates.c:3146 +#: plugins/ktcore/KTDocumentActions.php:288 i18n/templates.c:3800 +#: i18n/templates.c:3809 msgid "Cancel Checkout" msgstr "" -#: lib/workflow/workflowutil.inc.php:142 +#: lib/workflow/workflowutil.inc.php:156 msgid "Cannot assign workflow with no starting state set" msgstr "" -#: notify.php:59 +#: lib/documentmanagement/Document.inc:546 +msgid "Cannot create new version of document: Document is immutable" +msgstr "" + +#: notify.php:57 msgid "Cannot find the notification you requested. Notification may already have been cleared." msgstr "" -#: plugins/ktcore/admin/documentFields.php:753 +#: plugins/ktcore/admin/documentFields.php:819 msgid "Category added" msgstr "" -#: plugins/ktcore/admin/documentFields.php:758 +#: plugins/ktcore/admin/documentFields.php:824 msgid "Category removed." msgstr "" -#: i18n/templates.c:1064 i18n/templates.c:1124 i18n/templates.c:1184 -#: i18n/templates.c:1304 i18n/templates.c:2045 +#: i18n/templates.c:1688 i18n/templates.c:1748 i18n/templates.c:1796 +#: i18n/templates.c:1937 i18n/templates.c:2633 msgid "Change" msgstr "" -#: i18n/templates.c:1700 i18n/templates.c:1706 +#: i18n/templates.c:2303 i18n/templates.c:2309 msgid "Change #name#'s Groups" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:50 +#: lib/authentication/builtinauthenticationprovider.inc.php:48 #, php-format msgid "Change %s's password" msgstr "" -#: edit.php:145 i18n/templates.c:3422 i18n/templates.c:3428 +#: edit.php:143 i18n/templates.c:4109 i18n/templates.c:4115 msgid "Change Document Type" msgstr "" -#: i18n/templates.c:1484 +#: i18n/templates.c:2102 msgid "Change Group Details" msgstr "" -#: i18n/templates.c:3233 +#: i18n/templates.c:3905 msgid "Change Link Type" msgstr "" -#: i18n/templates.c:1454 +#: i18n/templates.c:2087 msgid "Change Sub-Groups in #name#" msgstr "" -#: i18n/templates.c:1775 +#: i18n/templates.c:2363 msgid "Change Unit Details" msgstr "" -#: i18n/templates.c:1751 +#: i18n/templates.c:2339 msgid "Change User Details" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:60 -#: plugins/ktcore/admin/userManagement.php:201 +#: lib/authentication/builtinauthenticationprovider.inc.php:58 +#: plugins/ktcore/admin/userManagement.php:206 msgid "Change User Password" msgstr "" -#: i18n/templates.c:1409 i18n/templates.c:1412 +#: i18n/templates.c:2042 i18n/templates.c:2045 msgid "Change User's Password" msgstr "" -#: i18n/templates.c:2408 +#: i18n/templates.c:2999 msgid "Change Workflow" msgstr "" -#: i18n/templates.c:1646 +#: i18n/templates.c:2249 msgid "Change a role's details" msgstr "" -#: plugins/ktstandard/KTDisclaimers.php:52 +#: plugins/ktstandard/KTDisclaimers.php:50 msgid "Change disclaimers displayed on login and at the bottom of each page." msgstr "" -#: i18n/templates.c:998 +#: i18n/templates.c:1619 msgid "Change master field" msgstr "" -#: i18n/templates.c:1922 +#: i18n/templates.c:2510 msgid "Change organisation details" msgstr "" -#: i18n/templates.c:587 +#: i18n/templates.c:794 +msgid "Change state" +msgstr "" + +#: i18n/templates.c:1199 msgid "Change the document type" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:165 +#: plugins/ktcore/KTCorePlugin.php:195 msgid "Change the help files that are displayed to users." msgstr "" -#: i18n/templates.c:1481 +#: i18n/templates.c:491 +msgid "Change the order in which quicklinks are shown." +msgstr "" + +#: plugins/network/quicklinks/QuicklinksPlugin.php:53 +msgid "Change the quicklinks that are displayed on user's dashboards." +msgstr "" + +#: i18n/templates.c:791 +msgid "Change the state of this thread" +msgstr "" + +#: i18n/templates.c:2099 msgid "Change the system's information about group #name#" msgstr "" -#: i18n/templates.c:1772 +#: i18n/templates.c:2360 msgid "Change the system's information about unit #name#" msgstr "" -#: i18n/templates.c:1415 +#: i18n/templates.c:2048 msgid "Change the user's password. Password rules may have been defined that this new password must abide by." msgstr "" -#: i18n/templates.c:974 +#: i18n/templates.c:1595 msgid "Change to complex" msgstr "" -#: i18n/templates.c:965 +#: i18n/templates.c:1586 msgid "Change to simple" msgstr "" -#: i18n/templates.c:2402 +#: i18n/templates.c:2990 msgid "Change workflow on document" msgstr "" -#: i18n/templates.c:755 i18n/templates.c:758 i18n/templates.c:1445 +#: i18n/templates.c:1373 i18n/templates.c:1376 i18n/templates.c:2078 msgid "Change your password" msgstr "" -#: i18n/templates.c:1433 +#: i18n/templates.c:2066 msgid "Change your password." msgstr "" -#: plugins/ktcore/admin/documentFields.php:670 +#: plugins/ktcore/admin/documentFields.php:736 msgid "Changed to complex" msgstr "" -#: plugins/ktcore/admin/documentFields.php:657 +#: plugins/ktcore/admin/documentFields.php:723 msgid "Changed to simple" msgstr "" -#: i18n/templates.c:1034 +#: i18n/templates.c:1493 i18n/templates.c:1655 msgid "Changes made here are stored immediately, without you needing to refresh the page." msgstr "" -#: plugins/ktcore/admin/documentTypes.php:192 -#: plugins/ktcore/admin/documentTypes.php:211 +#: plugins/ktcore/admin/documentTypes.php:190 +#: plugins/ktcore/admin/documentTypes.php:209 msgid "Changes not saved" msgstr "" -#: plugins/ktcore/admin/documentFields.php:164 -#: plugins/ktcore/admin/documentFields.php:321 -#: plugins/ktcore/admin/workflows.php:508 -#: plugins/ktcore/admin/workflows.php:556 -#: plugins/ktcore/admin/workflows.php:891 -#: plugins/ktcore/admin/workflows.php:1044 -#: plugins/ktcore/admin/workflows.php:1115 -#: plugins/ktcore/admin/workflows.php:1341 +#: plugins/ktcore/admin/documentFields.php:188 +#: plugins/ktcore/admin/documentFields.php:355 +#: plugins/ktcore/admin/workflows.php:506 +#: plugins/ktcore/admin/workflows.php:554 +#: plugins/ktcore/admin/workflows.php:907 +#: plugins/ktcore/admin/workflows.php:1060 +#: plugins/ktcore/admin/workflows.php:1131 +#: plugins/ktcore/admin/workflows.php:1353 msgid "Changes saved" msgstr "" -#: plugins/ktcore/admin/documentFields.php:745 +#: plugins/ktcore/admin/documentFields.php:811 msgid "Changes saved." msgstr "" -#: i18n/templates.c:977 +#: i18n/templates.c:1598 msgid "Changing the conditional type set will remove all existing field ordering!" msgstr "" -#: i18n/templates.c:995 +#: i18n/templates.c:1616 msgid "Changing the master field set will remove all existing field ordering!" msgstr "" -#: i18n/templates.c:1286 +#: i18n/templates.c:1919 msgid "Check the plugins that require activation and then click \"Update\". To disable a plugin, uncheck the plugin and click \"Update\"." msgstr "" -#: plugins/ktcore/KTCorePlugin.php:153 +#: i18n/templates.c:95 i18n/templates.c:173 i18n/templates.c:287 +#: i18n/templates.c:365 +msgid "Check-ins/Check-outs" +msgstr "" + +#: plugins/ktcore/KTCorePlugin.php:183 msgid "Checked Out Document Control" msgstr "" -#: i18n/templates.c:3365 +#: i18n/templates.c:4040 msgid "Checked Out Documents" msgstr "" -#: i18n/templates.c:3383 i18n/templates.c:3410 +#: i18n/templates.c:4058 i18n/templates.c:4085 msgid "Checked out by" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:177 i18n/templates.c:3062 -#: i18n/templates.c:3065 i18n/templates.c:3143 +#: plugins/ktcore/KTDocumentActions.php:185 i18n/templates.c:3725 +#: i18n/templates.c:3728 i18n/templates.c:3806 msgid "Checkin" msgstr "" -#: i18n/templates.c:3056 +#: i18n/templates.c:3719 msgid "Checking in a document updates the document and allows others to make changes to the document and its metadata." msgstr "" -#: i18n/templates.c:3068 +#: i18n/templates.c:3731 msgid "Checking out a document reserves it for your exclusive use. This ensures that you can edit the document without anyone else changing the document and placing it into the document management system." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:93 i18n/templates.c:3071 -#: i18n/templates.c:3074 +#: plugins/ktcore/KTDocumentActions.php:101 i18n/templates.c:3734 +#: i18n/templates.c:3737 msgid "Checkout" msgstr "" -#: i18n/templates.c:1676 +#: i18n/templates.c:2279 msgid "Choose unit folder location" msgstr "" -#: i18n/templates.c:95 +#: i18n/templates.c:701 msgid "Clear" msgstr "" -#: i18n/templates.c:428 i18n/templates.c:431 i18n/templates.c:434 -#: i18n/templates.c:443 i18n/templates.c:452 i18n/templates.c:455 -#: i18n/templates.c:458 i18n/templates.c:467 i18n/templates.c:470 -#: i18n/templates.c:479 i18n/templates.c:488 i18n/templates.c:497 -#: i18n/templates.c:506 i18n/templates.c:2369 +#: i18n/templates.c:1040 i18n/templates.c:1043 i18n/templates.c:1046 +#: i18n/templates.c:1055 i18n/templates.c:1064 i18n/templates.c:1067 +#: i18n/templates.c:1070 i18n/templates.c:1079 i18n/templates.c:1082 +#: i18n/templates.c:1091 i18n/templates.c:1100 i18n/templates.c:1109 +#: i18n/templates.c:1118 i18n/templates.c:2957 i18n/templates.c:4730 +#: i18n/templates.c:4742 msgid "Clear Alert" msgstr "" -#: i18n/templates.c:2168 i18n/templates.c:2171 +#: i18n/templates.c:2756 i18n/templates.c:2759 msgid "Clear all notifications" msgstr "" -#: i18n/templates.c:2228 +#: i18n/templates.c:2816 msgid "Click on any transition below to edit it directly, or use the checkboxes to assign which states the transition is available from." msgstr "" -#: i18n/templates.c:932 +#: i18n/templates.c:1553 msgid "Clicking on a given behaviour below will show you which fields and values can be selected when the clicked behaviour is active." msgstr "" -#: i18n/templates.c:185 i18n/templates.c:188 -msgid "Close this thread" +#: i18n/templates.c:1865 +msgid "Collections of fields are associated into fieldsets. These represent a set of related information which can be associated with a document and thus comprise part of the document's metadata." msgstr "" -#: i18n/templates.c:1232 -msgid "Collections of fields are associated into fieldsets. These represent a set of related information which can be associated with a document and thus comprise part of the document's metadata." +#: i18n/templates.c:4592 +msgid "Column" +msgstr "" + +#: plugins/ktcore/admin/manageViews.php:50 +msgid "Columns" msgstr "" -#: plugins/ktstandard/KTEmail.php:265 i18n/templates.c:689 -#: i18n/templates.c:740 +#: plugins/ktstandard/KTEmail.php:287 i18n/templates.c:134 +#: i18n/templates.c:212 i18n/templates.c:326 i18n/templates.c:404 +#: i18n/templates.c:1310 i18n/templates.c:1358 msgid "Comment" msgstr "" -#: i18n/templates.c:3557 +#: i18n/templates.c:602 i18n/templates.c:611 +msgid "Comments" +msgstr "" + +#: i18n/templates.c:4244 msgid "Compare" msgstr "" -#: i18n/templates.c:569 +#: i18n/templates.c:1181 msgid "Compare with Current" msgstr "" -#: i18n/templates.c:572 +#: i18n/templates.c:1184 msgid "Compare with Other Version" msgstr "" -#: i18n/templates.c:869 +#: i18n/templates.c:3650 +msgid "Complete Copy" +msgstr "" + +#: i18n/templates.c:1487 msgid "Complex Conditional Metadata depends on what are called \"behaviours\". Essentially, behaviours are assigned to a single field, and can contain any number of values that are available in that field. Each field can have multiple behaviours assigned to it." msgstr "" -#: i18n/templates.c:941 +#: i18n/templates.c:1562 msgid "Complex fieldsets allow you to give far more detailed structure to your information: The value of \"Residents\" can depend not only on \"Street\", but on how the user was allowed to select the specific street (given another field)." msgstr "" -#: i18n/templates.c:2861 i18n/templates.c:2879 +#: i18n/templates.c:842 +msgid "Conclusion" +msgstr "" + +#: i18n/templates.c:3302 i18n/templates.c:3509 i18n/templates.c:3527 msgid "Condition" msgstr "" -#: i18n/templates.c:1952 +#: i18n/templates.c:2540 msgid "Condition Name" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:201 +#: lib/validation/dispatchervalidation.inc.php:199 msgid "Condition is a saved search, but not a condition" msgstr "" -#: i18n/templates.c:1172 +#: i18n/templates.c:1805 msgid "Conditional" msgstr "" -#: i18n/templates.c:914 +#: i18n/templates.c:1535 msgid "Conditional Metadata Overview" msgstr "" -#: i18n/templates.c:917 +#: i18n/templates.c:1538 msgid "Conditional Metadata is made up of fields, values and behaviours. For a given behaviour, various values in other fields can be selected. Depending on both the behaviour and the newly selected value, additional fields and values may be selected, which cause a new behaviour to be \"active\"." msgstr "" -#: i18n/templates.c:938 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:347 +msgid "Conditional Restrictions" +msgstr "" + +#: i18n/templates.c:1559 msgid "Conditional fieldsets allow you to restrict the options a user has for values in some fields based on the values in other fields. There are two kinds of conditional fieldsets: Simple and Complex . Simple fieldsets should be sufficient for most things: they allow you to say that the values of one field are restricted to a certain subset of values if another field has a specific value. For example, you could say that if the field \"Street\" is \"Jeffrey\", then the field \"Residents\" must be one of \"Jones\",\"Smith\" or \"Friedman\"." msgstr "" -#: i18n/templates.c:956 +#: i18n/templates.c:1577 msgid "Conditional type" msgstr "" -#: i18n/templates.c:1187 +#: i18n/templates.c:1799 msgid "Conditionality" msgstr "" -#: plugins/ktcore/admin/conditions.php:38 +#: plugins/ktcore/admin/conditions.php:36 msgid "Conditions Management" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:186 +#: i18n/templates.c:3170 i18n/templates.c:3188 +msgid "Configuration" +msgstr "" + +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:184 msgid "Configuration updated" msgstr "" -#: plugins/ktstandard/workflow/FolderAssociator.php:91 +#: plugins/ktstandard/workflow/FolderAssociator.php:89 msgid "Configure Workflows" msgstr "" -#: plugins/ktstandard/workflow/FolderAssociator.php:95 -#: plugins/ktstandard/workflow/FolderAssociator.php:96 +#: plugins/ktstandard/workflow/FolderAssociator.php:93 +#: plugins/ktstandard/workflow/FolderAssociator.php:94 msgid "Configure Workflows for Folder" msgstr "" -#: i18n/templates.c:164 +#: i18n/templates.c:770 msgid "Configure Workflows for this Folder" msgstr "" -#: plugins/ktstandard/KTWorkflowAssociation.php:55 +#: plugins/ktstandard/KTWorkflowAssociation.php:53 msgid "Configure how documents are allocated to workflows." msgstr "" -#: plugins/ktcore/KTCorePlugin.php:108 +#: plugins/ktcore/KTCorePlugin.php:138 msgid "Configure the document metadata: Document Types, Document Fieldsets, Link Types and Workflows." msgstr "" -#: plugins/ktcore/KTCorePlugin.php:148 +#: plugins/ktcore/KTCorePlugin.php:178 msgid "Configure the process documents go through." msgstr "" -#: i18n/templates.c:3308 i18n/templates.c:3323 +#: i18n/templates.c:3980 i18n/templates.c:3995 msgid "Confirm De-archival" msgstr "" -#: i18n/templates.c:3329 i18n/templates.c:3341 +#: i18n/templates.c:4001 i18n/templates.c:4013 msgid "Confirm Expunge" msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:76 +#: plugins/ktcore/admin/deletedDocuments.php:74 #, php-format msgid "Confirm Expunge of %d documents" msgstr "" -#: i18n/templates.c:3395 +#: i18n/templates.c:4070 msgid "Confirm Forced Check-in" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:71 -#: lib/authentication/builtinauthenticationprovider.inc.php:181 -#: plugins/ktcore/admin/userManagement.php:123 -#: plugins/ktcore/admin/userManagement.php:215 preferences.php:100 +#: lib/authentication/builtinauthenticationprovider.inc.php:69 +#: lib/authentication/builtinauthenticationprovider.inc.php:179 +#: plugins/ktcore/admin/userManagement.php:125 +#: plugins/ktcore/admin/userManagement.php:222 preferences.php:98 msgid "Confirm Password" msgstr "" -#: i18n/templates.c:3347 i18n/templates.c:3359 +#: i18n/templates.c:4019 i18n/templates.c:4034 msgid "Confirm Restore" msgstr "" -#: plugins/ktcore/admin/archivedDocuments.php:136 +#: plugins/ktcore/admin/archivedDocuments.php:134 +#: plugins/ktcore/admin/deletedDocuments.php:153 #: plugins/ktcore/admin/deletedDocuments.php:155 -#: plugins/ktcore/admin/deletedDocuments.php:157 #, php-format msgid "Confirm Restore of %d documents" msgstr "" -#: plugins/ktcore/admin/conditions.php:51 -#: plugins/ktcore/admin/conditions.php:52 +#: plugins/ktcore/admin/conditions.php:49 +#: plugins/ktcore/admin/conditions.php:50 msgid "Confirm deletion" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:71 -#: lib/authentication/builtinauthenticationprovider.inc.php:181 -#: plugins/ktcore/admin/userManagement.php:123 -#: plugins/ktcore/admin/userManagement.php:215 preferences.php:100 +#: lib/authentication/builtinauthenticationprovider.inc.php:69 +#: lib/authentication/builtinauthenticationprovider.inc.php:179 +#: plugins/ktcore/admin/userManagement.php:125 +#: plugins/ktcore/admin/userManagement.php:222 preferences.php:98 msgid "Confirm the password specified above." msgstr "" -#: i18n/templates.c:566 +#: i18n/templates.c:1178 msgid "Content Version" msgstr "" -#: i18n/templates.c:737 +#: i18n/templates.c:131 i18n/templates.c:209 i18n/templates.c:323 +#: i18n/templates.c:401 i18n/templates.c:1355 msgid "Content version" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:120 +#: plugins/ktcore/KTCorePlugin.php:150 msgid "Control Units" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:100 +#: plugins/ktcore/KTCorePlugin.php:130 msgid "Control which users can log in, and are part of which groups and organisational units, from these management panels." msgstr "" -#: i18n/templates.c:2516 i18n/templates.c:2585 +#: i18n/templates.c:3107 i18n/templates.c:3221 msgid "Controlled Actions available:" msgstr "" -#: plugins/ktcore/admin/workflows.php:1082 +#: plugins/ktcore/admin/workflows.php:1098 msgid "Controlled Actions changed." msgstr "" -#: i18n/templates.c:2339 +#: i18n/templates.c:2927 msgid "Controlled Permissions" msgstr "" -#: plugins/ktcore/admin/workflows.php:776 +#: plugins/ktcore/admin/workflows.php:784 msgid "Controlled actions changed." msgstr "" -#: i18n/templates.c:3974 +#: i18n/templates.c:4787 msgid "Convert" msgstr "" -#: i18n/templates.c:3968 +#: i18n/templates.c:4781 msgid "Convert to Trees." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:658 -#: plugins/ktcore/KTDocumentActions.php:686 -#: plugins/ktcore/KTDocumentActions.php:739 i18n/templates.c:2984 +#: plugins/ktcore/KTDocumentActions.php:698 +#: plugins/ktcore/KTDocumentActions.php:726 +#: plugins/ktcore/KTDocumentActions.php:779 i18n/templates.c:3647 +#: i18n/templates.c:3815 i18n/templates.c:3824 msgid "Copy" msgstr "" -#: i18n/templates.c:2981 i18n/templates.c:3149 +#: i18n/templates.c:3644 i18n/templates.c:3812 msgid "Copy document" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:40 +#: plugins/ktcore/KTCorePlugin.php:39 msgid "Core Application Functionality" msgstr "" -#: plugins/ktcore/KTCoreLanguagePlugin.php:40 +#: plugins/ktcore/KTCoreLanguagePlugin.php:38 msgid "Core Language Support" msgstr "" @@ -1353,1274 +1554,1395 @@ msgstr "" msgid "Core: Write" msgstr "" -#: plugins/ktcore/admin/documentFields.php:447 +#: plugins/ktcore/admin/documentFields.php:481 msgid "Could not become conditional" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:280 +#: plugins/ktstandard/KTDocumentLinks.php:278 msgid "Could not create document link" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:71 +#: plugins/ktcore/admin/documentTypes.php:69 msgid "Could not create document type" msgstr "" -#: plugins/ktcore/admin/documentFields.php:252 +#: plugins/ktcore/admin/documentFields.php:279 msgid "Could not create field" msgstr "" -#: plugins/ktcore/KTFolderActions.php:81 +#: plugins/ktcore/KTFolderActions.php:79 msgid "Could not create folder in the document management system" msgstr "" -#: plugins/ktcore/admin/workflows.php:533 +#: plugins/network/quicklinks/manageQuicklinks.php:175 +msgid "Could not create quicklink" +msgstr "" + +#: plugins/ktcore/admin/workflows.php:531 msgid "Could not create workflow" msgstr "" -#: plugins/ktcore/admin/workflows.php:812 +#: plugins/ktcore/admin/workflows.php:820 msgid "Could not create workflow state" msgstr "" -#: plugins/ktcore/admin/workflows.php:1176 +#: plugins/ktcore/admin/workflows.php:1192 msgid "Could not create workflow transition" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:322 +#: plugins/ktstandard/KTDocumentLinks.php:320 msgid "Could not delete document link" msgstr "" -#: plugins/ktcore/admin/documentFields.php:680 +#: plugins/ktcore/admin/documentFields.php:746 msgid "Could not delete fieldset" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:97 -#: plugins/ktstandard/admin/manageDisclaimers.php:145 +#: plugins/ktcore/admin/manageHelp.php:95 +#: plugins/ktstandard/admin/manageDisclaimers.php:143 msgid "Could not delete specified item" msgstr "" -#: plugins/ktcore/admin/unitManagement.php:245 +#: plugins/ktcore/admin/unitManagement.php:243 msgid "Could not delete this unit because it has groups assigned to it" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:101 +#: plugins/ktcore/admin/documentTypes.php:99 msgid "Could not disable document type" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:116 +#: plugins/ktcore/admin/documentTypes.php:114 msgid "Could not enable document type" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:84 -#: plugins/ktcore/admin/manageHelp.php:93 -#: plugins/ktcore/admin/manageHelp.php:106 -#: plugins/ktstandard/admin/manageDisclaimers.php:65 -#: plugins/ktstandard/admin/manageDisclaimers.php:85 -#: plugins/ktstandard/admin/manageDisclaimers.php:141 +#: plugins/ktcore/admin/manageHelp.php:82 +#: plugins/ktcore/admin/manageHelp.php:91 +#: plugins/ktcore/admin/manageHelp.php:104 +#: plugins/ktstandard/admin/manageDisclaimers.php:63 +#: plugins/ktstandard/admin/manageDisclaimers.php:83 +#: plugins/ktstandard/admin/manageDisclaimers.php:139 msgid "Could not find specified item" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:207 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:205 msgid "Could not find user in LDAP server" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:180 +#: plugins/ktcore/admin/documentTypes.php:178 msgid "Could not save document type changes" msgstr "" -#: plugins/ktcore/admin/documentFields.php:318 +#: plugins/ktcore/admin/documentFields.php:352 msgid "Could not save field changes" msgstr "" -#: plugins/ktcore/admin/documentFields.php:161 +#: plugins/ktcore/admin/documentFields.php:173 +#: plugins/ktcore/admin/documentFields.php:185 msgid "Could not save fieldset changes" msgstr "" -#: plugins/ktcore/admin/documentFields.php:493 +#: plugins/ktcore/admin/documentFields.php:528 msgid "Could not stop being conditional" msgstr "" -#: plugins/ktcore/admin/documentFields.php:644 +#: plugins/ktcore/admin/documentFields.php:679 msgid "Could not to complete" msgstr "" -#: i18n/templates.c:2138 +#: i18n/templates.c:2726 msgid "Crash Course in KnowledgeTree" msgstr "" -#: i18n/templates.c:1280 i18n/templates.c:1346 i18n/templates.c:2105 -#: i18n/templates.c:2429 i18n/templates.c:3941 +#: i18n/templates.c:1913 i18n/templates.c:1979 i18n/templates.c:2693 +#: i18n/templates.c:3020 i18n/templates.c:4754 msgid "Create" msgstr "" -#: i18n/templates.c:4034 +#: i18n/templates.c:4847 msgid "Create Fieldset" msgstr "" -#: i18n/templates.c:4025 +#: i18n/templates.c:4838 msgid "Create a new Fieldset" msgstr "" -#: plugins/ktcore/admin/conditions.php:77 -#: plugins/ktcore/admin/conditions.php:78 -#: plugins/ktcore/admin/conditions.php:86 i18n/templates.c:1943 +#: plugins/ktcore/admin/conditions.php:75 +#: plugins/ktcore/admin/conditions.php:76 +#: plugins/ktcore/admin/conditions.php:84 i18n/templates.c:2531 msgid "Create a new condition" msgstr "" -#: i18n/templates.c:2102 +#: i18n/templates.c:2690 msgid "Create a new document field set" msgstr "" -#: i18n/templates.c:1277 +#: i18n/templates.c:1910 msgid "Create a new document fieldset" msgstr "" -#: i18n/templates.c:1340 +#: i18n/templates.c:1973 msgid "Create a new document type" msgstr "" -#: i18n/templates.c:53 +#: i18n/templates.c:659 msgid "Create a new group" msgstr "" -#: i18n/templates.c:3938 +#: i18n/templates.c:4751 msgid "Create a new permission" msgstr "" -#: plugins/ktcore/admin/savedSearch.php:63 i18n/templates.c:1982 +#: plugins/network/quicklinks/manageQuicklinks.php:97 +#: plugins/network/quicklinks/manageQuicklinks.php:98 i18n/templates.c:485 +msgid "Create a new quicklink" +msgstr "" + +#: i18n/templates.c:479 +msgid "Create a new quicklink that will appear on users' dashboards." +msgstr "" + +#: i18n/templates.c:482 +msgid "Create a new quicklink that will appear on your dashboard." +msgstr "" + +#: plugins/ktcore/admin/savedSearch.php:61 i18n/templates.c:2570 msgid "Create a new saved search" msgstr "" -#: i18n/templates.c:2243 i18n/templates.c:2495 i18n/templates.c:2501 +#: i18n/templates.c:2831 i18n/templates.c:3086 i18n/templates.c:3092 msgid "Create a new state" msgstr "" -#: i18n/templates.c:215 i18n/templates.c:218 +#: i18n/templates.c:824 i18n/templates.c:827 msgid "Create a new thread" msgstr "" -#: i18n/templates.c:2213 i18n/templates.c:2216 i18n/templates.c:2219 -#: i18n/templates.c:2537 +#: i18n/templates.c:2801 i18n/templates.c:2804 i18n/templates.c:2807 +#: i18n/templates.c:3128 msgid "Create a new transition" msgstr "" -#: i18n/templates.c:65 i18n/templates.c:1793 +#: i18n/templates.c:671 i18n/templates.c:2381 msgid "Create a new user" msgstr "" -#: i18n/templates.c:2426 +#: i18n/templates.c:3017 msgid "Create a new workflow" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:125 +#: plugins/ktcore/KTCorePlugin.php:155 msgid "Create or delete permissions." msgstr "" -#: plugins/ktcore/KTCorePlugin.php:127 +#: plugins/ktcore/KTCorePlugin.php:157 msgid "Create or delete roles" msgstr "" -#: i18n/templates.c:2270 +#: i18n/templates.c:2858 msgid "Create state" msgstr "" -#: i18n/templates.c:2546 +#: i18n/templates.c:3137 msgid "Create transition" msgstr "" -#: browse.php:219 search/booleanSearch.php:244 search/simpleSearch.php:156 +#: plugins/ktcore/KTColumns.inc.php:157 msgid "Created" msgstr "" -#: i18n/templates.c:335 i18n/templates.c:380 +#: i18n/templates.c:947 i18n/templates.c:992 msgid "Created by" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:453 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:459 msgid "Created new group" msgstr "" -#: plugins/ktcore/admin/userManagement.php:471 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:268 +#: plugins/network/quicklinks/manageQuicklinks.php:180 +msgid "Created new quicklink" +msgstr "" + +#: plugins/ktcore/admin/userManagement.php:496 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:266 msgid "Created new user" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:156 +#: plugins/ktcore/admin/manageHelp.php:154 msgid "Created replacement." msgstr "" -#: lib/documentmanagement/documentutil.inc.php:182 +#: lib/documentmanagement/documentutil.inc.php:191 msgid "Creating database entry" msgstr "" -#: browse.php:221 lib/browse/Criteria.inc:859 search/booleanSearch.php:246 -#: search/simpleSearch.php:158 i18n/templates.c:197 +#: plugins/ktcore/KTCorePlugin.php:105 +msgid "Creation Date" +msgstr "" + +#: lib/browse/Criteria.inc:886 plugins/ktcore/KTColumns.inc.php:225 +#: plugins/ktcore/KTCorePlugin.php:107 i18n/templates.c:803 msgid "Creator" msgstr "" -#: i18n/templates.c:3590 i18n/templates.c:3680 i18n/templates.c:3737 -#: i18n/templates.c:3848 +#: i18n/templates.c:4277 i18n/templates.c:4367 i18n/templates.c:4424 +#: i18n/templates.c:4640 msgid "Criteria" msgstr "" -#: i18n/templates.c:3578 i18n/templates.c:3668 i18n/templates.c:3734 -#: i18n/templates.c:3836 +#: i18n/templates.c:4265 i18n/templates.c:4355 i18n/templates.c:4421 +#: i18n/templates.c:4628 msgid "Criteria Group" msgstr "" -#: i18n/templates.c:857 +#: i18n/templates.c:1475 msgid "Current Conditional Fieldsets" msgstr "" -#: i18n/templates.c:3611 i18n/templates.c:3758 +#: i18n/templates.c:4298 i18n/templates.c:4445 msgid "Current Fields in Set" msgstr "" -#: i18n/templates.c:1850 +#: i18n/templates.c:2438 msgid "Current Groups" msgstr "" -#: i18n/templates.c:845 +#: i18n/templates.c:1463 msgid "Current Name" msgstr "" -#: plugins/ktcore/document/Rename.php:75 +#: plugins/ktcore/document/Rename.php:74 msgid "Current file name" msgstr "" -#: i18n/templates.c:4037 +#: i18n/templates.c:4850 msgid "Current help assignments" msgstr "" -#: i18n/templates.c:1745 +#: i18n/templates.c:2333 msgid "Current users" msgstr "" -#: i18n/templates.c:2384 +#: i18n/templates.c:2972 msgid "Current workflow settings" msgstr "" -#: admin.php:68 admin.php:98 lib/templating/kt3template.inc.php:125 +#: admin.php:66 admin.php:96 lib/templating/kt3template.inc.php:125 #: lib/templating/kt3template.inc.php:219 msgid "DMS Administration" msgstr "" -#: dashboard.php:51 dashboard.php:66 help.php:64 +#: dashboard.php:55 dashboard.php:70 help.php:62 #: lib/templating/kt3template.inc.php:123 #: lib/templating/kt3template.inc.php:223 -#: lib/templating/kt3template.inc.php:238 preferences.php:61 -#: preferences.php:91 +#: lib/templating/kt3template.inc.php:238 preferences.php:59 +#: preferences.php:89 msgid "Dashboard" msgstr "" -#: lib/validation/errorviewer.inc.php:132 +#: lib/validation/errorviewer.inc.php:130 msgid "Database error:" msgstr "" -#: i18n/templates.c:686 i18n/templates.c:734 +#: i18n/templates.c:128 i18n/templates.c:206 i18n/templates.c:320 +#: i18n/templates.c:398 i18n/templates.c:596 i18n/templates.c:605 +#: i18n/templates.c:1307 i18n/templates.c:1352 msgid "Date" msgstr "" -#: lib/browse/Criteria.inc:862 +#: lib/browse/Criteria.inc:889 msgid "Date Created" msgstr "" -#: lib/browse/Criteria.inc:871 +#: lib/browse/Criteria.inc:898 msgid "Date Modified" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:381 i18n/templates.c:284 -#: i18n/templates.c:290 i18n/templates.c:545 i18n/templates.c:611 -#: i18n/templates.c:803 i18n/templates.c:812 i18n/templates.c:1256 -#: i18n/templates.c:1274 i18n/templates.c:1544 i18n/templates.c:1562 -#: i18n/templates.c:1661 i18n/templates.c:1667 i18n/templates.c:1844 -#: i18n/templates.c:1856 i18n/templates.c:1907 i18n/templates.c:1916 -#: i18n/templates.c:1958 i18n/templates.c:1967 i18n/templates.c:2000 -#: i18n/templates.c:2009 i18n/templates.c:2027 i18n/templates.c:2093 -#: i18n/templates.c:2231 i18n/templates.c:2510 i18n/templates.c:2579 -#: i18n/templates.c:2741 i18n/templates.c:2864 i18n/templates.c:3014 -#: i18n/templates.c:3017 i18n/templates.c:3257 i18n/templates.c:3950 -#: i18n/templates.c:4019 i18n/templates.c:4052 +#: i18n/templates.c:71 i18n/templates.c:149 i18n/templates.c:263 +#: i18n/templates.c:341 +msgid "Date Range" +msgstr "" + +#: i18n/templates.c:23 +msgid "De-allocate Key" +msgstr "" + +#: plugins/ktcore/KTDocumentActions.php:420 i18n/templates.c:506 +#: i18n/templates.c:509 i18n/templates.c:884 i18n/templates.c:890 +#: i18n/templates.c:1157 i18n/templates.c:1232 i18n/templates.c:1421 +#: i18n/templates.c:1430 i18n/templates.c:1889 i18n/templates.c:1907 +#: i18n/templates.c:2162 i18n/templates.c:2180 i18n/templates.c:2264 +#: i18n/templates.c:2270 i18n/templates.c:2432 i18n/templates.c:2444 +#: i18n/templates.c:2495 i18n/templates.c:2504 i18n/templates.c:2546 +#: i18n/templates.c:2555 i18n/templates.c:2588 i18n/templates.c:2597 +#: i18n/templates.c:2615 i18n/templates.c:2681 i18n/templates.c:2819 +#: i18n/templates.c:3101 i18n/templates.c:3176 i18n/templates.c:3194 +#: i18n/templates.c:3215 i18n/templates.c:3404 i18n/templates.c:3512 +#: i18n/templates.c:3677 i18n/templates.c:3680 i18n/templates.c:3929 +#: i18n/templates.c:4595 i18n/templates.c:4598 i18n/templates.c:4763 +#: i18n/templates.c:4832 i18n/templates.c:4865 msgid "Delete" msgstr "" -#: lib/foldermanagement/folderutil.inc.php:475 +#: lib/foldermanagement/folderutil.inc.php:487 msgid "Delete Aborted. Unexpected failure to copydocument: " msgstr "" -#: lib/foldermanagement/folderutil.inc.php:314 +#: lib/foldermanagement/folderutil.inc.php:323 msgid "Delete Aborted. Unexpected failure to delete document: " msgstr "" -#: i18n/templates.c:2015 +#: i18n/templates.c:2603 msgid "Delete Dynamic Condition" msgstr "" -#: i18n/templates.c:2726 +#: i18n/templates.c:3389 msgid "Delete Files and Folders" msgstr "" -#: i18n/templates.c:3956 +#: i18n/templates.c:4769 msgid "Delete Permission" msgstr "" -#: i18n/templates.c:1496 i18n/templates.c:1502 +#: i18n/templates.c:2114 i18n/templates.c:2120 msgid "Delete Unit" msgstr "" -#: i18n/templates.c:2021 +#: i18n/templates.c:2609 msgid "Delete a condition" msgstr "" -#: plugins/ktcore/admin/unitManagement.php:228 +#: plugins/ktcore/admin/unitManagement.php:226 msgid "Delete folder" msgstr "" -#: i18n/templates.c:1505 +#: i18n/templates.c:2123 msgid "Delete unit" msgstr "" -#: i18n/templates.c:1499 +#: i18n/templates.c:2117 msgid "Delete unit #name# from the system" msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:43 -#: plugins/ktcore/admin/deletedDocuments.php:72 -#: plugins/ktcore/admin/deletedDocuments.php:151 i18n/templates.c:3269 +#: plugins/ktcore/admin/deletedDocuments.php:41 +#: plugins/ktcore/admin/deletedDocuments.php:70 +#: plugins/ktcore/admin/deletedDocuments.php:149 i18n/templates.c:3941 msgid "Deleted Documents" msgstr "" -#: i18n/templates.c:3008 +#: plugins/ktcore/admin/manageViews.php:87 +msgid "Deleted Entry" +msgstr "" + +#: i18n/templates.c:3671 msgid "Deleting a document marks it as no longer being displayed. The document management system does not remove the document entirely, and it can be restored at a later stage." msgstr "" -#: i18n/templates.c:2018 +#: i18n/templates.c:2606 msgid "Deleting a dynamic condition will potentially change the permissions on a number of items in the document management system. Users may experience a lack of access to documents that they usually have access to if you continue with this action." msgstr "" -#: i18n/templates.c:3284 +#: i18n/templates.c:3956 msgid "Deletion Comment" msgstr "" -#: lib/documentmanagement/DocumentType.inc:236 +#: lib/documentmanagement/DocumentType.inc:156 msgid "Demo Delegator" msgstr "" -#: i18n/templates.c:2630 i18n/templates.c:2639 i18n/templates.c:2648 -#: i18n/templates.c:2828 i18n/templates.c:2837 i18n/templates.c:2870 -#: i18n/templates.c:2906 i18n/templates.c:2957 i18n/templates.c:2966 -#: i18n/templates.c:2975 i18n/templates.c:3494 i18n/templates.c:3521 -#: i18n/templates.c:3530 i18n/templates.c:3539 +#: i18n/templates.c:3275 i18n/templates.c:3284 i18n/templates.c:3293 +#: i18n/templates.c:3308 i18n/templates.c:3518 i18n/templates.c:3569 +#: i18n/templates.c:3620 i18n/templates.c:3629 i18n/templates.c:3638 +#: i18n/templates.c:4181 i18n/templates.c:4208 i18n/templates.c:4217 +#: i18n/templates.c:4226 msgid "Denied" msgstr "" -#: i18n/templates.c:3710 +#: i18n/templates.c:4397 msgid "Dependencies for value \"" msgstr "" -#: i18n/templates.c:3707 +#: i18n/templates.c:4394 msgid "Dependencies saved. (at" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:216 +#: plugins/ktcore/KTDocumentActions.php:224 msgid "Describe the changes made to the document." msgstr "" -#: plugins/ktstandard/KTDiscussion.php:210 -msgid "Describe the reason for closing this thread" +#: plugins/ktstandard/KTDiscussion.php:233 +msgid "Describe the reason for the state change, or the conclusion reached through discussion" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:952 +#: plugins/ktcore/KTDocumentActions.php:1041 msgid "Describe why this document qualifies to be changed from its current state to the destination state of the transition chosen." msgstr "" -#: plugins/ktcore/admin/documentFields.php:62 -#: plugins/ktcore/admin/documentFields.php:105 +#: plugins/ktcore/admin/documentFields.php:60 +#: plugins/ktcore/admin/documentFields.php:103 #: plugins/ktcore/admin/documentFields.php:108 -#: plugins/ktcore/admin/documentFields.php:153 -#: plugins/ktcore/admin/documentLinks.php:50 -#: plugins/ktcore/admin/documentLinks.php:79 -#: plugins/ktcore/KTDocumentActions.php:216 i18n/templates.c:1058 -#: i18n/templates.c:3251 +#: plugins/ktcore/admin/documentFields.php:159 +#: plugins/ktcore/admin/documentLinks.php:54 +#: plugins/ktcore/admin/documentLinks.php:83 i18n/templates.c:1679 +#: i18n/templates.c:3923 msgid "Description" msgstr "" -#: plugins/ktcore/admin/workflows.php:665 -#: plugins/ktcore/admin/workflows.php:1226 +#: plugins/ktcore/admin/workflows.php:671 +#: plugins/ktcore/admin/workflows.php:1242 msgid "Destination State" msgstr "" -#: browse.php:546 +#: browse.php:539 msgid "Destination folder" msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:157 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:119 +#: plugins/ktcore/KTAssist.php:46 +msgid "Details" +msgstr "" + +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:155 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:117 msgid "Details updated" msgstr "" -#: i18n/templates.c:2123 +#: i18n/templates.c:2711 msgid "Diagnostic" msgstr "" -#: i18n/templates.c:1088 i18n/templates.c:1373 i18n/templates.c:2456 +#: i18n/templates.c:1712 i18n/templates.c:2006 i18n/templates.c:3047 msgid "Disable" msgstr "" -#: i18n/templates.c:515 i18n/templates.c:518 +#: i18n/templates.c:1127 i18n/templates.c:1130 msgid "Disable Admin Mode" msgstr "" -#: i18n/templates.c:1364 +#: i18n/templates.c:1997 msgid "Disable/Enable" msgstr "" -#: i18n/templates.c:2447 +#: i18n/templates.c:3038 msgid "Disabled" msgstr "" -#: i18n/templates.c:1097 +#: i18n/templates.c:1721 msgid "Disabled values" msgstr "" -#: i18n/templates.c:1316 +#: i18n/templates.c:1949 msgid "Disassociate Fieldsets" msgstr "" -#: i18n/templates.c:77 +#: i18n/templates.c:683 msgid "Disclaimers" msgstr "" -#: plugins/ktstandard/KTDisclaimers.php:42 +#: plugins/ktstandard/KTDisclaimers.php:40 msgid "Disclaimers Plugin" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:100 +#: plugins/ktstandard/KTDiscussion.php:112 msgid "Discussion" msgstr "" -#: lib/browse/Criteria.inc:889 +#: lib/browse/Criteria.inc:916 msgid "Discussion Threads" msgstr "" -#: lib/actions/documentaction.inc.php:158 lib/actions/folderaction.inc.php:153 +#: lib/actions/documentaction.inc.php:177 lib/actions/folderaction.inc.php:156 msgid "Dispatcher component of action not implemented." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:50 +#: plugins/ktcore/KTDocumentActions.php:48 msgid "Display Details" msgstr "" -#: plugins/ktcore/admin/managePermissions.php:43 i18n/templates.c:3947 +#: plugins/ktcore/admin/managePermissions.php:41 i18n/templates.c:4760 msgid "Display Name" msgstr "" -#: i18n/templates.c:23 i18n/templates.c:47 +#: i18n/templates.c:629 i18n/templates.c:653 msgid "Distinguished Name (LDAP DN)" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:97 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:95 msgid "Distinguished name" msgstr "" -#: i18n/templates.c:2024 +#: i18n/templates.c:2612 msgid "Do you still wish to continue with deleting this item?" msgstr "" -#: i18n/templates.c:3380 +#: i18n/templates.c:122 i18n/templates.c:200 i18n/templates.c:314 +#: i18n/templates.c:392 i18n/templates.c:4055 msgid "Document" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:429 +#: plugins/ktcore/KTDocumentActions.php:468 #, php-format msgid "Document \"%s\" Deleted." msgstr "" -#: plugins/ktcore/document/Rename.php:99 +#: plugins/ktcore/document/Rename.php:98 #, php-format msgid "Document \"%s\" renamed." msgstr "" -#: edit.php:105 lib/actions/documentaction.inc.php:148 view.php:78 +#: edit.php:103 lib/actions/documentaction.inc.php:167 view.php:75 msgid "Document Actions" msgstr "" -#: plugins/ktcore/admin/documentCheckout.php:42 -#: plugins/ktcore/admin/documentCheckout.php:58 +#: plugins/ktcore/admin/documentCheckout.php:45 +#: plugins/ktcore/admin/documentCheckout.php:61 msgid "Document Checkout" msgstr "" -#: lib/browse/Criteria.inc:877 -msgid "Document Contents" -msgstr "" - -#: lib/templating/kt3template.inc.php:229 i18n/templates.c:3401 +#: lib/templating/kt3template.inc.php:229 i18n/templates.c:4076 msgid "Document Details" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:39 +#: plugins/ktstandard/KTDiscussion.php:43 msgid "Document Discussions Plugin" msgstr "" -#: plugins/ktcore/admin/documentFields.php:50 -#: plugins/ktcore/admin/manageConditionals.php:50 i18n/templates.c:1334 +#: plugins/ktcore/admin/documentFields.php:48 +#: plugins/ktcore/admin/manageConditionals.php:48 i18n/templates.c:1967 msgid "Document Field Management" msgstr "" -#: i18n/templates.c:2078 +#: i18n/templates.c:2666 msgid "Document Fields" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:140 i18n/templates.c:1229 +#: plugins/ktcore/KTCorePlugin.php:170 i18n/templates.c:1862 msgid "Document Fieldsets" msgstr "" -#: i18n/templates.c:329 i18n/templates.c:374 +#: i18n/templates.c:941 i18n/templates.c:986 msgid "Document Filename" msgstr "" -#: view.php:248 view.php:295 +#: view.php:259 view.php:306 msgid "Document History" msgstr "" -#: i18n/templates.c:557 i18n/templates.c:725 i18n/templates.c:3548 +#: i18n/templates.c:1169 i18n/templates.c:1343 i18n/templates.c:4235 msgid "Document History for KnowledgeTree New UI Presentation" msgstr "" -#: i18n/templates.c:356 i18n/templates.c:395 +#: lib/browse/Criteria.inc:895 plugins/ktcore/KTColumns.inc.php:389 +#: plugins/ktcore/KTCorePlugin.php:109 i18n/templates.c:968 +#: i18n/templates.c:1007 msgid "Document ID" msgstr "" -#: i18n/templates.c:3212 +#: plugins/network/gotodocumentid/GoToDocumentIdPlugin.php:42 +msgid "Document Jump Dashlet" +msgstr "" + +#: i18n/templates.c:3884 msgid "Document Link Type Management" msgstr "" -#: plugins/ktcore/admin/documentLinks.php:42 -#: plugins/ktcore/admin/documentLinks.php:71 i18n/templates.c:269 +#: plugins/ktcore/admin/documentLinks.php:46 +#: plugins/ktcore/admin/documentLinks.php:75 i18n/templates.c:869 msgid "Document Links" msgstr "" -#: i18n/templates.c:3467 +#: i18n/templates.c:4154 msgid "Document Metadata allows you to provide additional, important information about this document that can be used to classify and report on its contents. The exact information required depends on the Document Type you selected above. Some of this information may be required, so please review the list of requested information carefully before finishing the process." msgstr "" -#: plugins/ktcore/admin/manageConditionals.php:49 -#: plugins/ktcore/KTCorePlugin.php:107 i18n/templates.c:1331 +#: plugins/ktcore/admin/manageConditionals.php:47 +#: plugins/ktcore/KTCorePlugin.php:137 i18n/templates.c:1964 msgid "Document Metadata and Workflow Configuration" msgstr "" -#: i18n/templates.c:3275 i18n/templates.c:3317 i18n/templates.c:3338 -#: i18n/templates.c:3356 i18n/templates.c:3404 +#: i18n/templates.c:3947 i18n/templates.c:3989 i18n/templates.c:4010 +#: i18n/templates.c:4028 i18n/templates.c:4079 msgid "Document Name" msgstr "" -#: i18n/templates.c:3278 +#: i18n/templates.c:3950 msgid "Document Path" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:105 +#: plugins/ktcore/KTCorePlugin.php:135 msgid "Document Storage" msgstr "" -#: i18n/templates.c:3431 +#: i18n/templates.c:4118 msgid "Document Storage Verification" msgstr "" -#: lib/widgets/fieldsetDisplay.inc.php:321 i18n/templates.c:326 +#: i18n/templates.c:410 +msgid "Document Summary for \"#name#\"" +msgstr "" + +#: lib/browse/Criteria.inc:904 +msgid "Document Text" +msgstr "" + +#: lib/widgets/fieldsetDisplay.inc.php:319 i18n/templates.c:938 msgid "Document Title" msgstr "" -#: lib/browse/Criteria.inc:865 plugins/ktcore/folder/addDocument.php:91 -#: plugins/ktcore/folder/BulkImport.php:73 -#: plugins/ktcore/folder/BulkUpload.php:79 plugins/ktcore/KTPortlets.php:86 -#: i18n/templates.c:152 i18n/templates.c:344 i18n/templates.c:386 -#: i18n/templates.c:1301 i18n/templates.c:1355 +#: lib/browse/Criteria.inc:892 plugins/ktcore/folder/addDocument.php:89 +#: plugins/ktcore/folder/BulkImport.php:71 +#: plugins/ktcore/folder/BulkUpload.php:77 plugins/ktcore/KTPortlets.php:84 +#: i18n/templates.c:758 i18n/templates.c:956 i18n/templates.c:998 +#: i18n/templates.c:1934 i18n/templates.c:1988 msgid "Document Type" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:46 -#: plugins/ktcore/admin/documentTypes.php:126 +#: plugins/ktcore/admin/documentTypes.php:44 +#: plugins/ktcore/admin/documentTypes.php:124 msgid "Document Type Management" msgstr "" -#: browse.php:200 plugins/ktcore/KTCorePlugin.php:136 i18n/templates.c:1250 -#: i18n/templates.c:1337 i18n/templates.c:1388 +#: browse.php:214 plugins/ktcore/KTCorePlugin.php:166 i18n/templates.c:1883 +#: i18n/templates.c:1970 i18n/templates.c:2021 msgid "Document Types" msgstr "" -#: i18n/templates.c:143 +#: i18n/templates.c:749 msgid "Document Types with no pre-allocated workflow will either have no workflow set (for new documents) or keep their old workflow (for documents which have had their type changed)." msgstr "" -#: plugins/ktcore/folder/addDocument.php:91 -#: plugins/ktcore/folder/BulkImport.php:73 -#: plugins/ktcore/folder/BulkUpload.php:79 +#: plugins/ktcore/folder/addDocument.php:89 +#: plugins/ktcore/folder/BulkImport.php:71 +#: plugins/ktcore/folder/BulkUpload.php:77 msgid "Document Types, defined by the administrator, are used to categorise documents. Please select a Document Type from the list below." msgstr "" -#: i18n/templates.c:2372 +#: i18n/templates.c:2960 msgid "Document Workflow" msgstr "" -#: lib/dashboard/Notification.inc.php:193 -#: lib/subscriptions/subscriptions.inc.php:674 +#: lib/dashboard/Notification.inc.php:199 +#: lib/subscriptions/subscriptions.inc.php:672 msgid "Document added" msgstr "" -#: lib/dashboard/Notification.inc.php:200 -#: lib/subscriptions/subscriptions.inc.php:681 +#: lib/dashboard/Notification.inc.php:206 +#: lib/subscriptions/subscriptions.inc.php:679 msgid "Document archived" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:905 +#: plugins/ktcore/KTDocumentActions.php:994 msgid "Document archived." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:884 +#: plugins/ktcore/KTDocumentActions.php:973 #, php-format msgid "Document archived: %s" msgstr "" -#: lib/dashboard/Notification.inc.php:197 -#: lib/subscriptions/subscriptions.inc.php:678 +#: lib/dashboard/Notification.inc.php:203 +#: lib/subscriptions/subscriptions.inc.php:676 msgid "Document checked in" msgstr "" -#: lib/dashboard/Notification.inc.php:198 -#: lib/subscriptions/subscriptions.inc.php:679 +#: lib/dashboard/Notification.inc.php:204 +#: lib/subscriptions/subscriptions.inc.php:677 msgid "Document checked out" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:802 +#: plugins/ktcore/KTDocumentActions.php:890 msgid "Document copied." msgstr "" -#: i18n/templates.c:2381 +#: i18n/templates.c:2969 msgid "Document has no assigned workflow." msgstr "" -#: i18n/templates.c:464 i18n/templates.c:476 i18n/templates.c:494 -#: i18n/templates.c:503 i18n/templates.c:2366 +#: i18n/templates.c:1076 i18n/templates.c:1088 i18n/templates.c:1106 +#: i18n/templates.c:1115 i18n/templates.c:2954 i18n/templates.c:4739 msgid "Document is no longer available" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:286 +#: plugins/ktstandard/KTDocumentLinks.php:284 msgid "Document link created" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:328 +#: plugins/ktstandard/KTDocumentLinks.php:326 msgid "Document link deleted" msgstr "" -#: lib/dashboard/Notification.inc.php:196 -#: lib/subscriptions/subscriptions.inc.php:677 +#: lib/dashboard/Notification.inc.php:202 +#: lib/subscriptions/subscriptions.inc.php:675 msgid "Document modified" msgstr "" -#: lib/dashboard/Notification.inc.php:199 -#: lib/subscriptions/subscriptions.inc.php:680 +#: lib/dashboard/Notification.inc.php:205 +#: lib/subscriptions/subscriptions.inc.php:678 msgid "Document moved" msgstr "" -#: i18n/templates.c:3497 +#: plugins/network/extendedtransactioninfo/adminReports.php:210 +#: plugins/network/extendedtransactioninfo/latestchanges.php:45 +#: plugins/network/extendedtransactioninfo/latestchanges.php:58 +#: plugins/network/extendedtransactioninfo/rssfeed.php:49 +#: plugins/network/extendedtransactioninfo/standardReports.php:376 +#: plugins/network/topdownloads/TopDownloadsPlugin.php:159 +#: plugins/network/topdownloads/TopDownloadsPlugin.php:172 +#: plugins/network/userhistory/UserHistoryEntities.inc.php:62 +#: plugins/network/userhistory/UserHistoryEntities.inc.php:142 +msgid "Document no longer exists." +msgstr "" + +#: i18n/templates.c:4184 msgid "Document permissions" msgstr "" -#: lib/dashboard/Notification.inc.php:194 -#: lib/dashboard/Notification.inc.php:195 -#: lib/subscriptions/subscriptions.inc.php:675 -#: lib/subscriptions/subscriptions.inc.php:676 +#: lib/dashboard/Notification.inc.php:200 +#: lib/dashboard/Notification.inc.php:201 +#: lib/subscriptions/subscriptions.inc.php:673 +#: lib/subscriptions/subscriptions.inc.php:674 msgid "Document removed" msgstr "" -#: lib/dashboard/Notification.inc.php:201 -#: lib/subscriptions/subscriptions.inc.php:682 +#: lib/dashboard/Notification.inc.php:207 +#: lib/subscriptions/subscriptions.inc.php:680 msgid "Document restored" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:692 +#: plugins/ktcore/KTDocumentActions.php:732 +#: plugins/ktcore/KTDocumentActions.php:792 msgid "Document to copy" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:490 -#: plugins/ktcore/KTDocumentActions.php:552 -#: plugins/ktcore/KTDocumentActions.php:746 +#: plugins/ktcore/KTDocumentActions.php:530 +#: plugins/ktcore/KTDocumentActions.php:592 msgid "Document to move" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:86 +#: plugins/ktcore/admin/documentTypes.php:84 msgid "Document type could not be deleted" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:74 +#: plugins/ktcore/admin/documentTypes.php:72 msgid "Document type created" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:90 +#: plugins/ktcore/admin/documentTypes.php:88 msgid "Document type deleted" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:105 +#: plugins/ktcore/admin/documentTypes.php:103 msgid "Document type disabled" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:120 +#: plugins/ktcore/admin/documentTypes.php:118 msgid "Document type enabled" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:81 +#: plugins/ktcore/admin/documentTypes.php:79 msgid "Document type still in use, could not be deleted" msgstr "" -#: i18n/templates.c:1376 +#: i18n/templates.c:2009 msgid "Document types" msgstr "" -#: lib/documentmanagement/documentutil.inc.php:405 +#: lib/documentmanagement/documentutil.inc.php:423 msgid "Document with that filename already exists in this folder, and appears to be invalid. Please contact the system administrator." msgstr "" -#: lib/documentmanagement/documentutil.inc.php:408 +#: lib/documentmanagement/documentutil.inc.php:426 msgid "Document with that filename already exists in this folder, but it has been archived or deleted and is still available for restoration. To prevent it being overwritten, you are not allowed to add a document with the same title or filename." msgstr "" -#: lib/documentmanagement/documentutil.inc.php:410 +#: lib/documentmanagement/documentutil.inc.php:428 msgid "Document with that filename already exists in this folder." msgstr "" -#: lib/documentmanagement/documentutil.inc.php:421 +#: lib/documentmanagement/documentutil.inc.php:439 msgid "Document with that title already exists in this folder, and appears to be invalid. Please contact the system administrator." msgstr "" -#: lib/documentmanagement/documentutil.inc.php:424 +#: lib/documentmanagement/documentutil.inc.php:442 msgid "Document with that title already exists in this folder, but it has been archived or deleted and is still available for restoration. To prevent it being overwritten, you are not allowed to add a document with the same title or filename." msgstr "" -#: lib/documentmanagement/documentutil.inc.php:426 +#: lib/documentmanagement/documentutil.inc.php:444 msgid "Document with that title already exists in this folder." msgstr "" -#: i18n/templates.c:131 +#: i18n/templates.c:431 +msgid "Documents" +msgstr "" + +#: i18n/templates.c:737 msgid "Documents may be associated on creation or modification with a workflow. Workflow assignment may occur on a per Folder or per Document Type basis and only one mode may be selected for the system. In order to automatically associate documents with a workflow, please select the appropriate plugin from the list below." msgstr "" -#: plugins/ktcore/admin/workflows.php:278 -#: plugins/ktcore/admin/workflows.php:282 +#: plugins/ktcore/admin/workflows.php:276 +#: plugins/ktcore/admin/workflows.php:280 msgid "Documents start in this state" msgstr "" -#: i18n/templates.c:3272 +#: i18n/templates.c:3944 msgid "Documents which are deleted by users are hidden from view but still available for restoration. Since \"soft deletes\" consume system resources, it is possible to expunge these documents. Alternatively, you can restore them as necessary." msgstr "" -#: browse.php:409 browse.php:503 browse.php:569 browse.php:735 -#: lib/foldermanagement/folderutil.inc.php:301 -#: lib/foldermanagement/folderutil.inc.php:395 +#: browse.php:402 browse.php:496 browse.php:562 browse.php:728 +#: lib/foldermanagement/folderutil.inc.php:310 +#: lib/foldermanagement/folderutil.inc.php:407 msgid "Documents: " msgstr "" -#: i18n/templates.c:2150 i18n/templates.c:2189 +#: i18n/templates.c:2738 i18n/templates.c:2777 msgid "Don't show me this again." msgstr "" -#: i18n/templates.c:698 +#: i18n/templates.c:1319 msgid "Down" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:60 +#: plugins/ktcore/KTColumns.inc.php:380 +#: plugins/ktcore/KTDocumentActions.php:58 msgid "Download" msgstr "" -#: lib/browse/BrowseColumns.inc.php:418 +#: lib/browse/BrowseColumns.inc.php:417 plugins/ktcore/KTColumns.inc.php:377 msgid "Download Document" msgstr "" -#: i18n/templates.c:3884 i18n/templates.c:3887 +#: plugins/ktcore/KTCorePlugin.php:108 +msgid "Download File" +msgstr "" + +#: i18n/templates.c:4676 i18n/templates.c:4679 msgid "Download PHP information" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:130 i18n/templates.c:1937 +#: plugins/ktcore/KTCorePlugin.php:160 i18n/templates.c:2525 +#: i18n/templates.c:3296 msgid "Dynamic Conditions" msgstr "" -#: i18n/templates.c:1940 +#: i18n/templates.c:2528 msgid "Dynamic Conditions give the administrator the cability to define what permissions are applied to document within a folder based on a set of rules. These rules may be applied to the document's metadata, contents, or transactional information. Dynamic Conditions are applied on a per folder basis and may be setup from the folder's permissions section." msgstr "" -#: plugins/ktcore/admin/conditions.php:73 +#: plugins/ktcore/admin/conditions.php:71 msgid "Dynamic condition deleted" msgstr "" -#: plugins/ktcore/admin/conditions.php:175 -#: plugins/ktcore/admin/conditions.php:210 +#: plugins/ktcore/admin/conditions.php:173 +#: plugins/ktcore/admin/conditions.php:208 msgid "Dynamic condition saved" msgstr "" -#: plugins/ktcore/folder/Permissions.php:368 +#: plugins/ktcore/folder/Permissions.php:530 msgid "Dynamic permission added" msgstr "" -#: plugins/ktcore/folder/Permissions.php:398 +#: plugins/ktcore/folder/Permissions.php:560 msgid "Dynamic permission removed" msgstr "" -#: i18n/templates.c:2852 +#: i18n/templates.c:3500 msgid "Dynamic permissions" msgstr "" -#: i18n/templates.c:872 +#: i18n/templates.c:1490 msgid "Each behaviour can cause a number of other behaviours — in the field's child fields — to become available. By assigning values to behaviours, and creating relationships between behaviours, you can create extremely complex relationships between available lookup values." msgstr "" -#: plugins/ktcore/admin/unitManagement.php:228 +#: plugins/ktcore/admin/unitManagement.php:226 msgid "Each unit has an associated folder. While the unit is being deleted, there may be some documents within the associated folder. By unselecting this option, they will not be removed." msgstr "" -#: i18n/templates.c:92 i18n/templates.c:620 i18n/templates.c:797 -#: i18n/templates.c:806 i18n/templates.c:809 i18n/templates.c:863 -#: i18n/templates.c:1253 i18n/templates.c:1271 i18n/templates.c:1361 -#: i18n/templates.c:1367 i18n/templates.c:1541 i18n/templates.c:1559 -#: i18n/templates.c:1658 i18n/templates.c:1664 i18n/templates.c:1841 -#: i18n/templates.c:1853 i18n/templates.c:1904 i18n/templates.c:1913 -#: i18n/templates.c:1931 i18n/templates.c:1934 i18n/templates.c:1955 -#: i18n/templates.c:1964 i18n/templates.c:1997 i18n/templates.c:2006 -#: i18n/templates.c:2444 i18n/templates.c:2453 i18n/templates.c:3254 -#: i18n/templates.c:4016 +#: i18n/templates.c:68 i18n/templates.c:260 +msgid "Each user will have performed a large number of different actions. In order to make the report more useful, please specify more details about the information you need." +msgstr "" + +#: i18n/templates.c:698 i18n/templates.c:1241 i18n/templates.c:1415 +#: i18n/templates.c:1424 i18n/templates.c:1427 i18n/templates.c:1481 +#: i18n/templates.c:1841 i18n/templates.c:1886 i18n/templates.c:1904 +#: i18n/templates.c:1994 i18n/templates.c:2000 i18n/templates.c:2159 +#: i18n/templates.c:2177 i18n/templates.c:2261 i18n/templates.c:2267 +#: i18n/templates.c:2429 i18n/templates.c:2441 i18n/templates.c:2492 +#: i18n/templates.c:2501 i18n/templates.c:2519 i18n/templates.c:2522 +#: i18n/templates.c:2543 i18n/templates.c:2552 i18n/templates.c:2585 +#: i18n/templates.c:2594 i18n/templates.c:3035 i18n/templates.c:3044 +#: i18n/templates.c:3173 i18n/templates.c:3191 i18n/templates.c:3926 +#: i18n/templates.c:4829 msgid "Edit" msgstr "" -#: plugins/ktcore/admin/userManagement.php:297 +#: plugins/ktcore/admin/userManagement.php:310 #, php-format msgid "Edit %s's groups" msgstr "" -#: i18n/templates.c:905 +#: i18n/templates.c:1526 msgid "Edit Behaviour" msgstr "" -#: i18n/templates.c:3965 +#: i18n/templates.c:4778 msgid "Edit Categorisation" msgstr "" -#: i18n/templates.c:866 +#: i18n/templates.c:1484 msgid "Edit Complex Conditional Metadata" msgstr "" +#: plugins/ktstandard/admin/manageDisclaimers.php:39 #: plugins/ktstandard/admin/manageDisclaimers.php:41 -#: plugins/ktstandard/admin/manageDisclaimers.php:43 -#: plugins/ktstandard/admin/manageDisclaimers.php:68 -#: plugins/ktstandard/KTDisclaimers.php:52 +#: plugins/ktstandard/admin/manageDisclaimers.php:66 +#: plugins/ktstandard/KTDisclaimers.php:50 msgid "Edit Disclaimers" msgstr "" -#: config/siteMap.inc:39 +#: config/siteMap.inc:43 msgid "Edit Document" msgstr "" -#: plugins/ktcore/admin/conditions.php:137 +#: plugins/ktcore/admin/conditions.php:135 msgid "Edit Dynamic Condition" msgstr "" -#: i18n/templates.c:1049 +#: i18n/templates.c:1670 msgid "Edit Field" msgstr "" -#: i18n/templates.c:3608 i18n/templates.c:3755 +#: i18n/templates.c:4295 i18n/templates.c:4442 msgid "Edit Fieldset" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:98 +#: plugins/ktcore/admin/groupManagement.php:105 #, php-format msgid "Edit Group (%s)" msgstr "" -#: i18n/templates.c:1478 +#: i18n/templates.c:2096 msgid "Edit Group Details" msgstr "" -#: i18n/templates.c:2687 i18n/templates.c:2711 i18n/templates.c:2714 +#: i18n/templates.c:3350 i18n/templates.c:3374 i18n/templates.c:3377 msgid "Edit Groups" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:165 +#: plugins/ktcore/KTCorePlugin.php:195 msgid "Edit Help files" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:75 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:73 msgid "Edit LDAP info" msgstr "" -#: plugins/ktcore/admin/documentFields.php:789 i18n/templates.c:3893 +#: plugins/ktcore/admin/documentFields.php:855 i18n/templates.c:4685 msgid "Edit Lookup Tree" msgstr "" -#: i18n/templates.c:2846 i18n/templates.c:2849 -msgid "Edit Permission Assignments" +#: i18n/templates.c:1418 +msgid "Edit Provider Information" msgstr "" -#: i18n/templates.c:800 -msgid "Edit Provider Information" +#: plugins/network/quicklinks/manageQuicklinks.php:55 +#: plugins/network/quicklinks/manageQuicklinks.php:96 +#: plugins/network/quicklinks/manageQuicklinks.php:186 +#: plugins/network/quicklinks/QuicklinksPlugin.php:52 +msgid "Edit Quicklinks" msgstr "" -#: plugins/ktcore/admin/savedSearch.php:138 search/booleanSearch.php:219 +#: plugins/ktcore/admin/savedSearch.php:136 search/booleanSearch.php:220 msgid "Edit Search" msgstr "" -#: i18n/templates.c:1769 +#: i18n/templates.c:2357 msgid "Edit Unit Details" msgstr "" -#: i18n/templates.c:1748 +#: i18n/templates.c:2336 msgid "Edit User Details" msgstr "" -#: i18n/templates.c:2684 i18n/templates.c:2705 i18n/templates.c:2708 +#: i18n/templates.c:3347 i18n/templates.c:3368 i18n/templates.c:3371 msgid "Edit Users" msgstr "" -#: i18n/templates.c:3227 +#: i18n/templates.c:4586 +msgid "Edit View" +msgstr "" + +#: i18n/templates.c:3899 msgid "Edit a link type" msgstr "" -#: i18n/templates.c:770 +#: i18n/templates.c:1388 msgid "Edit an authentication source" msgstr "" -#: plugins/ktcore/admin/conditions.php:130 -#: plugins/ktcore/admin/savedSearch.php:131 search/booleanSearch.php:212 +#: plugins/ktcore/admin/conditions.php:128 +#: plugins/ktcore/admin/savedSearch.php:129 search/booleanSearch.php:213 msgid "Edit an existing condition" msgstr "" -#: plugins/ktcore/admin/documentFields.php:266 +#: plugins/ktcore/admin/documentFields.php:293 msgid "Edit field" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:75 +#: plugins/ktcore/admin/manageHelp.php:73 msgid "Edit help item" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:365 +#: plugins/ktcore/KTDocumentActions.php:403 msgid "Edit metadata" msgstr "" -#: i18n/templates.c:2606 +#: i18n/templates.c:3242 i18n/templates.c:3548 msgid "Edit permissions" msgstr "" -#: i18n/templates.c:836 +#: i18n/templates.c:1454 msgid "Edit provider configuration" msgstr "" -#: i18n/templates.c:830 +#: i18n/templates.c:1448 msgid "Edit standard configuration" msgstr "" -#: i18n/templates.c:2279 +#: i18n/templates.c:2867 msgid "Edit state properties" msgstr "" -#: i18n/templates.c:2159 +#: i18n/templates.c:2747 msgid "Edit the [email] section of the config.ini file to set your email server and the sending address of the KnowledgeTree server." msgstr "" -#: i18n/templates.c:3980 i18n/templates.c:3983 +#: i18n/templates.c:4793 i18n/templates.c:4796 msgid "Edit this help page." msgstr "" -#: i18n/templates.c:2129 i18n/templates.c:2132 +#: i18n/templates.c:2717 i18n/templates.c:2720 msgid "Edit this introduction." msgstr "" -#: i18n/templates.c:2552 +#: i18n/templates.c:3143 msgid "Edit transition properties" msgstr "" -#: i18n/templates.c:2564 +#: i18n/templates.c:3200 msgid "Edit workflow properties" msgstr "" -#: i18n/templates.c:584 +#: i18n/templates.c:1196 msgid "Editing" msgstr "" -#: i18n/templates.c:1028 +#: i18n/templates.c:1649 msgid "Editing Fieldset Rules (Simple)" msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:122 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:120 #, php-format msgid "Editing authentication source: %s" msgstr "" -#: i18n/templates.c:878 +#: i18n/templates.c:1499 msgid "Editing behaviour Jack" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:67 -#: plugins/ktstandard/admin/manageDisclaimers.php:70 +#: plugins/ktcore/admin/manageHelp.php:65 +#: plugins/ktstandard/admin/manageDisclaimers.php:68 msgid "Editing: " msgstr "" -#: plugins/ktstandard/KTEmail.php:250 i18n/templates.c:242 +#: i18n/templates.c:155 i18n/templates.c:347 +msgid "Either select a range in which to view the actions, or specify the number of days into the past to view." +msgstr "" + +#: i18n/templates.c:77 i18n/templates.c:269 +msgid "Either select a range in which to view the users actions, or specify the number of days into the past to view." +msgstr "" + +#: plugins/ktstandard/KTEmail.php:248 i18n/templates.c:839 msgid "Email" msgstr "" -#: plugins/ktcore/admin/userManagement.php:120 -#: plugins/ktcore/admin/userManagement.php:171 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:215 -#: preferences.php:70 +#: plugins/ktcore/admin/userManagement.php:122 +#: plugins/ktcore/admin/userManagement.php:175 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:213 +#: preferences.php:68 msgid "Email Address" msgstr "" -#: plugins/ktcore/admin/userManagement.php:121 -#: plugins/ktcore/admin/userManagement.php:172 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:216 -#: preferences.php:71 +#: plugins/ktcore/admin/userManagement.php:123 +#: plugins/ktcore/admin/userManagement.php:176 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:214 +#: preferences.php:69 msgid "Email Notifications" msgstr "" -#: plugins/ktstandard/KTEmail.php:363 +#: plugins/ktstandard/KTEmail.php:430 msgid "Email Plugin" msgstr "" -#: plugins/ktstandard/KTEmail.php:263 +#: plugins/ktstandard/KTEmail.php:281 msgid "Email addresses" msgstr "" -#: i18n/templates.c:221 +#: i18n/templates.c:836 msgid "Email document" msgstr "" -#: i18n/templates.c:2156 +#: i18n/templates.c:2744 msgid "Email has not been configured on this server. Emailing of documents and sending of notifications are disabled." msgstr "" -#: lib/email/Email.inc:93 lib/email/Email.inc:147 lib/email/Email.inc:207 -#: lib/email/Email.inc:242 lib/email/Email.inc:263 +#: lib/email/Email.inc:97 lib/email/Email.inc:151 lib/email/Email.inc:211 +#: lib/email/Email.inc:246 lib/email/Email.inc:267 msgid "Email is not configured." msgstr "" -#: plugins/ktstandard/KTEmail.php:352 +#: plugins/ktstandard/KTEmail.php:419 msgid "Email sent" msgstr "" -#: plugins/ktcore/admin/documentFields.php:331 +#: plugins/ktcore/admin/documentFields.php:365 msgid "Empty lookup not added" msgstr "" -#: i18n/templates.c:1103 i18n/templates.c:1370 +#: i18n/templates.c:1727 i18n/templates.c:2003 msgid "Enable" msgstr "" -#: i18n/templates.c:527 i18n/templates.c:530 +#: i18n/templates.c:1139 i18n/templates.c:1142 msgid "Enable Admin Mode" msgstr "" -#: i18n/templates.c:2450 +#: i18n/templates.c:17 i18n/templates.c:3041 msgid "Enabled" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:180 +#: lib/authentication/builtinauthenticationprovider.inc.php:178 msgid "Enter a new password for the account." msgstr "" -#: plugins/ktcore/admin/groupManagement.php:65 +#: plugins/ktcore/admin/groupManagement.php:68 msgid "Enter part of the group's name. e.g. ad will match administrators." msgstr "" -#: plugins/ktcore/admin/userManagement.php:67 +#: plugins/ktcore/admin/userManagement.php:68 +#: plugins/network/extendedtransactioninfo/adminReports.php:37 +#: plugins/network/extendedtransactioninfo/standardReports.php:56 +#: plugins/professional-reporting/admin/userReporting.php:47 +#: plugins/wintools/baobabUserManagement.php:80 msgid "Enter part of the person's username. e.g. ra will match brad." msgstr "" -#: plugins/ktcore/admin/documentFields.php:599 +#: plugins/ktcore/admin/documentFields.php:634 msgid "Error adding Fields" msgstr "" -#: plugins/ktstandard/workflow/FolderAssociator.php:149 +#: plugins/ktstandard/workflow/FolderAssociator.php:147 msgid "Error assigning workflow." msgstr "" -#: plugins/ktcore/admin/documentFields.php:778 +#: plugins/ktcore/admin/documentFields.php:844 msgid "Error building tree. Is this a valid tree-lookup field?" msgstr "" -#: plugins/ktcore/admin/documentFields.php:668 +#: plugins/ktcore/admin/documentFields.php:734 msgid "Error changing to complex" msgstr "" -#: plugins/ktcore/admin/documentFields.php:655 +#: plugins/ktcore/admin/documentFields.php:691 +#: plugins/ktcore/admin/documentFields.php:719 msgid "Error changing to simple" msgstr "" -#: plugins/ktcore/KTPermissions.php:354 +#: plugins/ktcore/KTPermissions.php:425 msgid "Error creating allocation" msgstr "" -#: plugins/ktcore/admin/managePermissions.php:67 +#: plugins/ktcore/admin/managePermissions.php:65 msgid "Error creating permission" msgstr "" -#: plugins/ktcore/admin/managePermissions.php:86 +#: plugins/ktcore/admin/managePermissions.php:84 msgid "Error deleting permission" msgstr "" -#: search/booleanSearch.php:167 +#: search/booleanSearch.php:168 msgid "Error deleting search" msgstr "" -#: plugins/ktcore/admin/managePermissions.php:79 +#: plugins/ktcore/admin/managePermissions.php:77 msgid "Error finding permission" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:309 +#: plugins/ktstandard/KTDiscussion.php:332 msgid "Error getting permission" msgstr "" -#: plugins/ktcore/admin/documentFields.php:83 +#: plugins/network/quicklinks/manageQuicklinks.php:251 +msgid "Error re-ordering quicklinks" +msgstr "" + +#: plugins/ktcore/admin/documentFields.php:81 msgid "Error retrieving list of types." msgstr "" -#: plugins/ktcore/admin/savedSearch.php:220 +#: plugins/ktcore/admin/savedSearch.php:218 msgid "Error retrieving username" msgstr "" -#: plugins/ktcore/admin/workflows.php:889 +#: plugins/ktcore/admin/workflows.php:905 msgid "Error saving state" msgstr "" -#: plugins/ktcore/admin/workflows.php:818 -#: plugins/ktcore/admin/workflows.php:1080 +#: plugins/ktcore/admin/workflows.php:826 +#: plugins/ktcore/admin/workflows.php:1096 msgid "Error saving state enabled actions" msgstr "" -#: plugins/ktcore/admin/workflows.php:1323 +#: plugins/ktcore/admin/workflows.php:1335 msgid "Error saving transition" msgstr "" -#: plugins/ktcore/admin/workflows.php:1042 +#: plugins/ktcore/admin/workflows.php:1058 msgid "Error saving transitions" msgstr "" -#: plugins/ktcore/admin/workflows.php:505 -#: plugins/ktcore/admin/workflows.php:551 +#: plugins/ktcore/admin/workflows.php:503 +#: plugins/ktcore/admin/workflows.php:549 msgid "Error saving workflow" msgstr "" -#: plugins/ktcore/admin/workflows.php:774 +#: plugins/ktcore/admin/workflows.php:782 msgid "Error saving workflow controlled actions" msgstr "" -#: plugins/ktcore/admin/documentFields.php:618 +#: plugins/ktcore/admin/documentFields.php:653 msgid "Error setting master field" msgstr "" -#: plugins/ktcore/admin/workflows.php:760 +#: plugins/ktcore/admin/workflows.php:768 msgid "Error updating actions:" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:122 -#: plugins/ktstandard/admin/manageDisclaimers.php:101 +#: plugins/ktcore/admin/manageHelp.php:120 +#: plugins/ktstandard/admin/manageDisclaimers.php:99 msgid "Error updating item" msgstr "" -#: plugins/ktcore/folder/Permissions.php:269 -#: plugins/ktcore/folder/Permissions.php:299 -#: plugins/ktcore/folder/Permissions.php:322 -#: plugins/ktcore/folder/Permissions.php:354 -#: plugins/ktcore/folder/Permissions.php:391 +#: plugins/ktcore/folder/Permissions.php:235 +#: plugins/ktcore/folder/Permissions.php:453 +#: plugins/ktcore/folder/Permissions.php:484 +#: plugins/ktcore/folder/Permissions.php:516 +#: plugins/ktcore/folder/Permissions.php:553 msgid "Error updating permissions" msgstr "" -#: plugins/ktcore/admin/workflows.php:734 +#: plugins/ktcore/admin/workflows.php:742 msgid "Error updating transitions:" msgstr "" -#: plugins/ktcore/admin/documentFields.php:104 +#: plugins/ktcore/admin/documentFields.php:102 msgid "Every fieldset needs to have a system name (used internally by the document management system). For fieldsets which you create, this is automatically created by the system, but for fieldsets created by plugins, this controls how the fieldset works." msgstr "" -#: i18n/templates.c:1949 +#: i18n/templates.c:2537 msgid "Existing Conditions" msgstr "" -#: i18n/templates.c:4004 +#: i18n/templates.c:4817 msgid "Existing Fieldsets" msgstr "" -#: i18n/templates.c:1988 +#: i18n/templates.c:2576 msgid "Existing Searches" msgstr "" -#: i18n/templates.c:4043 +#: i18n/templates.c:4856 msgid "Existing customised help pages" msgstr "" -#: i18n/templates.c:83 +#: i18n/templates.c:689 msgid "Existing disclaimers" msgstr "" -#: i18n/templates.c:1235 +#: i18n/templates.c:1868 msgid "Existing document fieldsets" msgstr "" -#: i18n/templates.c:1349 +#: i18n/templates.c:1982 msgid "Existing document types" msgstr "" -#: i18n/templates.c:2081 +#: i18n/templates.c:2669 msgid "Existing generic document fields" msgstr "" -#: i18n/templates.c:1130 i18n/templates.c:1211 i18n/templates.c:2051 +#: i18n/templates.c:1754 i18n/templates.c:1835 i18n/templates.c:2639 msgid "Existing members" msgstr "" -#: i18n/templates.c:1004 +#: i18n/templates.c:1625 msgid "Existing ordering" msgstr "" -#: i18n/templates.c:3932 +#: i18n/templates.c:4745 msgid "Existing permissions" msgstr "" -#: search/booleanSearch.php:284 +#: search/booleanSearch.php:279 msgid "Existing search" msgstr "" -#: i18n/templates.c:191 +#: i18n/templates.c:797 msgid "Existing threads" msgstr "" -#: i18n/templates.c:1082 +#: i18n/templates.c:1706 msgid "Existing values" msgstr "" -#: i18n/templates.c:2432 +#: i18n/templates.c:3023 msgid "Existing workflows" msgstr "" -#: i18n/templates.c:3287 +#: i18n/templates.c:3959 msgid "Expunge" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:430 +#: plugins/network/extendedtransactioninfo/adminReports.php:10 +msgid "Extended Transaction History Information" +msgstr "" + +#: plugins/network/extendedtransactioninfo/ExtendedTransactionInfoPlugin.php:45 +#: i18n/templates.c:35 +msgid "Extended Transaction Information" +msgstr "" + +#: plugins/network/extendedtransactioninfo/ExtendedTransactionInfoPlugin.php:54 +msgid "Extended Transaction Reports" +msgstr "" + +#: plugins/ktcore/admin/groupManagement.php:488 #, php-format msgid "Failed to add %s to %s" msgstr "" -#: plugins/ktcore/admin/workflows.php:1023 -#: plugins/ktcore/admin/workflows.php:1027 +#: plugins/ktcore/admin/workflows.php:1039 +#: plugins/ktcore/admin/workflows.php:1043 msgid "Failed to allocate as specified." msgstr "" -#: plugins/ktcore/admin/documentFields.php:1060 +#: plugins/ktcore/admin/documentFields.php:1142 msgid "Failed to change name of behaviour." msgstr "" -#: plugins/ktcore/KTPermissions.php:530 plugins/ktcore/KTPermissions.php:585 +#: plugins/ktcore/KTPermissions.php:604 plugins/ktcore/KTPermissions.php:659 msgid "Failed to change the role allocation." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:147 +#: plugins/ktcore/KTDocumentActions.php:155 #, php-format msgid "Failed to check out the document: %s" msgstr "" @@ -2629,1712 +2951,2003 @@ msgstr "" msgid "Failed to clear notifications." msgstr "" -#: plugins/ktcore/admin/workflows.php:982 +#: plugins/ktcore/KTDocumentActions.php:852 +#: plugins/ktcore/KTDocumentActions.php:863 +msgid "Failed to copy document: " +msgstr "" + +#: plugins/ktcore/admin/workflows.php:998 msgid "Failed to create permission assignment: " msgstr "" -#: plugins/ktcore/KTPermissions.php:343 +#: plugins/ktcore/KTPermissions.php:414 msgid "Failed to create the role allocation." msgstr "" -#: plugins/ktcore/admin/savedSearch.php:82 +#: plugins/ktcore/admin/savedSearch.php:80 msgid "Failed to delete search" msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:146 +#: plugins/ktcore/admin/deletedDocuments.php:144 msgid "Failed to expunge" msgstr "" -#: plugins/ktcore/admin/documentCheckout.php:108 -#: plugins/ktcore/admin/documentCheckout.php:116 -#: plugins/ktcore/KTDocumentActions.php:334 -#: plugins/ktcore/KTDocumentActions.php:342 +#: plugins/ktcore/admin/documentCheckout.php:111 +#: plugins/ktcore/admin/documentCheckout.php:119 +#: plugins/ktcore/KTDocumentActions.php:371 +#: plugins/ktcore/KTDocumentActions.php:379 msgid "Failed to force the document's checkin." msgstr "" -#: plugins/ktstandard/workflow/TypeAssociator.php:105 +#: plugins/ktstandard/workflow/TypeAssociator.php:103 msgid "Failed to get type mapping: " msgstr "" -#: lib/validation/dispatchervalidation.inc.php:138 +#: lib/validation/dispatchervalidation.inc.php:136 msgid "Failed to locate template" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:776 -msgid "Failed to move document: " -msgstr "" - -#: browse.php:695 +#: browse.php:688 msgid "Failed to move the folder: " msgstr "" -#: plugins/ktcore/admin/groupManagement.php:441 +#: plugins/ktcore/admin/groupManagement.php:499 #, php-format msgid "Failed to remove %s from %s" msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:232 +#: plugins/ktcore/admin/manageViews.php:84 +#, php-format +msgid "Failed to remove that column: %s" +msgstr "" + +#: plugins/ktcore/admin/deletedDocuments.php:238 msgid "Failed to restore" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:156 +#: lib/browse/DocumentCollection.inc.php:484 +#, php-format +msgid "Failed to retrieve documents: %s" +msgstr "" + +#: lib/browse/DocumentCollection.inc.php:478 +#, php-format +msgid "Failed to retrieve folders: %s" +msgstr "" + +#: plugins/ktcore/admin/groupManagement.php:166 msgid "Failed to set group details." msgstr "" -#: plugins/ktcore/admin/unitManagement.php:213 +#: plugins/ktcore/admin/unitManagement.php:211 msgid "Failed to set unit details." msgstr "" -#: plugins/ktcore/admin/workflows.php:1113 +#: plugins/ktcore/admin/workflows.php:1129 #, php-format msgid "Failed to update the notification lists: %s" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:93 +#: lib/authentication/builtinauthenticationprovider.inc.php:91 msgid "Failed to update user" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:127 -#: plugins/ktcore/admin/userManagement.php:261 -#: plugins/ktcore/admin/userManagement.php:397 preferences.php:147 +#: lib/authentication/builtinauthenticationprovider.inc.php:125 +#: plugins/ktcore/admin/userManagement.php:271 +#: plugins/ktcore/admin/userManagement.php:424 preferences.php:145 msgid "Failed to update user." msgstr "" -#: preferences.php:195 +#: preferences.php:193 msgid "Failed to update your details." msgstr "" -#: lib/foldermanagement/folderutil.inc.php:329 +#: lib/foldermanagement/folderutil.inc.php:338 msgid "Failure deleting folders." msgstr "" -#: plugins/ktcore/KTPermissions.php:639 +#: plugins/ktcore/KTPermissions.php:713 msgid "Failure to generate folderlisting." msgstr "" -#: plugins/ktcore/admin/documentFields.php:593 +#: i18n/templates.c:1838 +msgid "Field Name" +msgstr "" + +#: plugins/ktcore/admin/documentFields.php:628 msgid "Field cannot be its own parent field" msgstr "" -#: plugins/ktcore/admin/documentFields.php:256 -#: plugins/ktcore/admin/documentFields.php:258 +#: plugins/ktcore/admin/documentFields.php:283 +#: plugins/ktcore/admin/documentFields.php:285 msgid "Field created" msgstr "" -#: i18n/templates.c:3644 i18n/templates.c:3791 +#: i18n/templates.c:4331 i18n/templates.c:4478 msgid "Field has conditions attached to it." msgstr "" -#: i18n/templates.c:1001 +#: i18n/templates.c:1622 msgid "Field ordering" msgstr "" -#: i18n/templates.c:1052 +#: i18n/templates.c:1673 msgid "Field properties" msgstr "" -#: i18n/templates.c:1247 i18n/templates.c:2090 +#: i18n/templates.c:1880 i18n/templates.c:2678 msgid "Fields" msgstr "" -#: plugins/ktcore/admin/documentFields.php:119 +#: plugins/ktcore/admin/documentFields.php:120 msgid "Fields may be of type \"Normal\", \"Lookup\", or \"Tree\". Normal fields are simple text entry fields. Lookups are drop-down controls populated with values by your chosen values. Tree fields provide a rich means of selecting values from tree-like information structures." msgstr "" -#: plugins/ktcore/admin/documentFields.php:602 +#: plugins/ktcore/admin/documentFields.php:637 msgid "Fields ordered" msgstr "" -#: plugins/ktcore/admin/documentFields.php:508 +#: plugins/ktcore/admin/documentFields.php:543 msgid "Fields removed" msgstr "" -#: i18n/templates.c:3962 +#: i18n/templates.c:4775 msgid "Fields that have lookup categories." msgstr "" -#: i18n/templates.c:3614 i18n/templates.c:3626 i18n/templates.c:3761 -#: i18n/templates.c:3773 +#: i18n/templates.c:4301 i18n/templates.c:4313 i18n/templates.c:4448 +#: i18n/templates.c:4460 msgid "Fields which are currently not included in any set can be added to this set." msgstr "" -#: i18n/templates.c:1112 i18n/templates.c:1157 i18n/templates.c:1313 -#: i18n/templates.c:2033 +#: i18n/templates.c:1736 i18n/templates.c:1781 i18n/templates.c:1946 +#: i18n/templates.c:2621 msgid "Fieldset" msgstr "" -#: i18n/templates.c:3653 i18n/templates.c:3800 +#: i18n/templates.c:4340 i18n/templates.c:4487 msgid "Fieldset cannot be made conditional. One of the fields must not be a lookup." msgstr "" -#: plugins/ktcore/admin/documentFields.php:209 +#: plugins/ktcore/admin/documentFields.php:233 msgid "Fieldset created" msgstr "" -#: plugins/ktcore/admin/documentFields.php:682 +#: plugins/ktcore/admin/documentFields.php:748 msgid "Fieldset deleted" msgstr "" -#: i18n/templates.c:1127 i18n/templates.c:1205 i18n/templates.c:2048 +#: i18n/templates.c:1751 i18n/templates.c:1829 i18n/templates.c:2636 msgid "Fieldset members" msgstr "" -#: i18n/templates.c:1115 i18n/templates.c:1166 i18n/templates.c:2036 +#: i18n/templates.c:1739 i18n/templates.c:1790 i18n/templates.c:2624 msgid "Fieldset properties" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:214 +#: plugins/ktcore/admin/documentTypes.php:212 msgid "Fieldsets associated." msgstr "" -#: plugins/ktcore/admin/documentTypes.php:195 +#: plugins/ktcore/admin/documentTypes.php:193 msgid "Fieldsets removed." msgstr "" -#: i18n/templates.c:860 +#: i18n/templates.c:1478 msgid "Fieldsets that are marked as conditional." msgstr "" -#: plugins/ktcore/folder/addDocument.php:72 -#: plugins/ktcore/KTDocumentActions.php:215 +#: plugins/ktcore/folder/addDocument.php:70 +#: plugins/ktcore/KTDocumentActions.php:223 msgid "File" msgstr "" -#: lib/browse/Criteria.inc:874 +#: lib/browse/Criteria.inc:901 msgid "File Size" msgstr "" -#: i18n/templates.c:332 i18n/templates.c:377 +#: i18n/templates.c:944 i18n/templates.c:989 msgid "File is a" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:263 +#: lib/validation/dispatchervalidation.inc.php:261 msgid "File uploads are disabled in your PHP configuration" msgstr "" -#: i18n/templates.c:227 i18n/templates.c:230 i18n/templates.c:236 -#: i18n/templates.c:239 i18n/templates.c:1466 i18n/templates.c:1469 -#: i18n/templates.c:1622 i18n/templates.c:1625 i18n/templates.c:1718 -#: i18n/templates.c:1721 i18n/templates.c:2789 i18n/templates.c:2792 -#: i18n/templates.c:2927 i18n/templates.c:2930 +#: plugins/ktcore/KTDocumentActions.php:801 +msgid "Filename" +msgstr "" + +#: i18n/templates.c:3458 i18n/templates.c:3461 i18n/templates.c:3590 +#: i18n/templates.c:3593 msgid "Filter" msgstr "" -#: i18n/templates.c:2186 +#: i18n/templates.c:2774 msgid "Find out what's new in KT 3." msgstr "" -#: i18n/templates.c:3701 +#: i18n/templates.c:4388 msgid "Finish with this column's behaviours." msgstr "" -#: plugins/ktcore/KTPortlets.php:85 i18n/templates.c:1382 -#: i18n/templates.c:1910 +#: plugins/ktcore/KTPortlets.php:83 i18n/templates.c:2015 +#: i18n/templates.c:2498 msgid "Folder" msgstr "" -#: plugins/ktcore/folder/Rename.php:93 +#: plugins/ktcore/folder/Rename.php:92 #, php-format msgid "Folder \"%s\" renamed to \"%s\"." msgstr "" -#: browse.php:163 lib/actions/folderaction.inc.php:142 +#: browse.php:177 lib/actions/folderaction.inc.php:137 msgid "Folder Actions" msgstr "" -#: plugins/ktcore/folder/Transactions.php:74 i18n/templates.c:677 +#: plugins/ktcore/folder/Transactions.php:72 i18n/templates.c:1298 msgid "Folder History" msgstr "" -#: lib/dashboard/Notification.inc.php:190 -#: lib/subscriptions/subscriptions.inc.php:671 +#: lib/dashboard/Notification.inc.php:196 +#: lib/subscriptions/subscriptions.inc.php:669 msgid "Folder added" msgstr "" -#: i18n/templates.c:425 i18n/templates.c:449 +#: i18n/templates.c:1037 i18n/templates.c:1061 msgid "Folder is no longer available" msgstr "" -#: plugins/ktcore/KTFolderActions.php:56 +#: plugins/ktcore/KTFolderActions.php:54 msgid "Folder name" msgstr "" -#: i18n/templates.c:2801 -msgid "Folder permissions" +#: i18n/templates.c:3470 +msgid "Folder permissions for \"#foldername#\"" msgstr "" -#: lib/dashboard/Notification.inc.php:191 -#: lib/dashboard/Notification.inc.php:192 -#: lib/subscriptions/subscriptions.inc.php:672 -#: lib/subscriptions/subscriptions.inc.php:673 +#: lib/dashboard/Notification.inc.php:197 +#: lib/dashboard/Notification.inc.php:198 +#: lib/subscriptions/subscriptions.inc.php:670 +#: lib/subscriptions/subscriptions.inc.php:671 msgid "Folder removed" msgstr "" -#: plugins/ktcore/folder/Transactions.php:43 -#: plugins/ktcore/folder/Transactions.php:48 +#: plugins/ktcore/folder/Transactions.php:41 +#: plugins/ktcore/folder/Transactions.php:46 msgid "Folder transactions" msgstr "" -#: lib/browse/browseutil.inc.php:190 +#: lib/browse/browseutil.inc.php:194 i18n/templates.c:428 msgid "Folders" msgstr "" -#: browse.php:820 +#: browse.php:819 msgid "Folders and Documents Deleted." msgstr "" -#: i18n/templates.c:3044 +#: i18n/templates.c:3707 msgid "Folders are one way of organising documents in the document management system. Folders provide meaning in the traditional file storage way - through a file path." msgstr "" -#: browse.php:400 browse.php:494 browse.php:560 browse.php:723 -#: lib/foldermanagement/folderutil.inc.php:304 -#: lib/foldermanagement/folderutil.inc.php:398 +#: browse.php:393 browse.php:487 browse.php:553 browse.php:716 +#: lib/foldermanagement/folderutil.inc.php:313 +#: lib/foldermanagement/folderutil.inc.php:410 msgid "Folders: " msgstr "" -#: plugins/ktcore/admin/groupManagement.php:160 -#: plugins/ktcore/admin/groupManagement.php:326 -#: plugins/ktcore/admin/groupManagement.php:552 -#: plugins/ktcore/admin/userManagement.php:563 +#: plugins/ktcore/admin/groupManagement.php:170 +#: plugins/ktcore/admin/groupManagement.php:358 +#: plugins/ktcore/admin/groupManagement.php:612 +#: plugins/ktcore/admin/userManagement.php:593 msgid "For security purposes, you cannot remove your own administration priviledges." msgstr "" -#: i18n/templates.c:923 +#: i18n/templates.c:1544 msgid "For the majority of conditional cases, simply walking through a test is sufficient. You can do that below for the fieldset you have selected." msgstr "" -#: i18n/templates.c:3416 +#: i18n/templates.c:4091 msgid "Force Checkin" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:217 +#: plugins/ktcore/KTDocumentActions.php:225 msgid "Force Original Filename" msgstr "" -#: i18n/templates.c:1403 +#: i18n/templates.c:2036 msgid "Force the user to change their password on their next login." msgstr "" -#: i18n/templates.c:1397 i18n/templates.c:1400 +#: i18n/templates.c:2030 i18n/templates.c:2033 msgid "Force user to change password" msgstr "" -#: i18n/templates.c:3239 +#: i18n/templates.c:3911 msgid "From this panel you can edit or delete existing link types." msgstr "" -#: plugins/ktstandard/KTIndexer.php:36 +#: i18n/templates.c:542 +msgid "Full login history for users" +msgstr "" + +#: plugins/ktstandard/KTIndexer.php:34 msgid "Full-text Content Indexing" msgstr "" -#: plugins/ktcore/admin/documentFields.php:63 i18n/templates.c:1241 -#: i18n/templates.c:2087 +#: plugins/ktcore/admin/documentFields.php:61 +#: plugins/ktcore/admin/documentFields.php:104 i18n/templates.c:1874 +#: i18n/templates.c:2675 msgid "Generic" msgstr "" -#: lib/widgets/fieldsetDisplay.inc.php:331 +#: plugins/ktcore/KTColumns.inc.php:115 +msgid "Generic Date Function" +msgstr "" + +#: lib/widgets/fieldsetDisplay.inc.php:329 msgid "Generic Document Information" msgstr "" -#: i18n/templates.c:320 i18n/templates.c:368 +#: i18n/templates.c:932 i18n/templates.c:980 msgid "Generic Information" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:312 +#: plugins/ktcore/KTDocumentActions.php:345 msgid "Give a reason for cancelling this checkout." msgstr "" -#: plugins/ktstandard/KTBulkExportPlugin.php:134 +#: i18n/templates.c:140 +msgid "Global Activity" +msgstr "" + +#: i18n/templates.c:332 +msgid "Global Activity in \"#folder#\"" +msgstr "" + +#: i18n/templates.c:440 +msgid "Go" +msgstr "" + +#: plugins/ktstandard/KTBulkExportPlugin.php:154 #, php-format msgid "Go here to download the zip file if you are not automatically redirected there" msgstr "" -#: i18n/templates.c:2858 i18n/templates.c:2876 +#: i18n/templates.c:3299 i18n/templates.c:3506 i18n/templates.c:3524 msgid "Group" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:526 -#: plugins/ktcore/admin/groupManagement.php:528 +#: plugins/ktcore/admin/groupManagement.php:584 +#: plugins/ktcore/admin/groupManagement.php:586 #, php-format msgid "Group \"%s\" created." msgstr "" -#: plugins/ktcore/admin/groupManagement.php:556 +#: plugins/ktcore/admin/groupManagement.php:616 #, php-format msgid "Group \"%s\" deleted." msgstr "" -#: i18n/templates.c:1511 +#: i18n/templates.c:2129 msgid "Group Administration" msgstr "" +#: plugins/ktcore/admin/groupManagement.php:45 #: plugins/ktcore/admin/groupManagement.php:47 -#: plugins/ktcore/admin/groupManagement.php:49 -#: plugins/ktcore/admin/groupManagement.php:89 -#: plugins/ktcore/admin/groupManagement.php:204 -#: plugins/ktcore/admin/groupManagement.php:459 -#: plugins/ktcore/admin/groupManagement.php:569 +#: plugins/ktcore/admin/groupManagement.php:96 +#: plugins/ktcore/admin/groupManagement.php:221 +#: plugins/ktcore/admin/groupManagement.php:517 +#: plugins/ktcore/admin/groupManagement.php:629 msgid "Group Management" msgstr "" -#: i18n/templates.c:1847 +#: i18n/templates.c:2435 msgid "Group Memberships" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:65 -#: plugins/ktcore/admin/groupManagement.php:101 -#: plugins/ktcore/admin/groupManagement.php:466 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:412 -#: i18n/templates.c:20 i18n/templates.c:1535 +#: plugins/ktcore/admin/groupManagement.php:68 +#: plugins/ktcore/admin/groupManagement.php:108 +#: plugins/ktcore/admin/groupManagement.php:524 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:418 +#: i18n/templates.c:626 i18n/templates.c:2153 msgid "Group Name" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:585 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:258 +msgid "Group Restrictions" +msgstr "" + +#: plugins/ktcore/admin/groupManagement.php:645 msgid "Group currently has no subgroups." msgstr "" -#: plugins/ktcore/admin/groupManagement.php:167 -#: plugins/ktcore/admin/groupManagement.php:169 +#: plugins/ktcore/admin/groupManagement.php:177 +#: plugins/ktcore/admin/groupManagement.php:179 msgid "Group details updated." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:379 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:385 msgid "Group's name" msgstr "" -#: i18n/templates.c:2351 i18n/templates.c:2633 i18n/templates.c:2831 -#: i18n/templates.c:2960 i18n/templates.c:3524 +#: i18n/templates.c:2939 i18n/templates.c:3278 i18n/templates.c:3623 +#: i18n/templates.c:4211 msgid "Group:" msgstr "" -#: i18n/templates.c:224 i18n/templates.c:2258 i18n/templates.c:2294 +#: plugins/ktcore/admin/groupManagement.php:391 +#: plugins/ktcore/admin/userManagement.php:333 +#: plugins/ktstandard/KTEmail.php:260 i18n/templates.c:2846 +#: i18n/templates.c:2882 msgid "Groups" msgstr "" -#: i18n/templates.c:1517 +#: i18n/templates.c:2135 msgid "Groups allow you to assign permissions and roles to a number of different users at once." msgstr "" -#: i18n/templates.c:1451 +#: i18n/templates.c:2084 msgid "Groups may contain other groups, allowing for a convenient way to build tree's of users and efficiently assign security privileges." msgstr "" -#: i18n/templates.c:2912 +#: i18n/templates.c:3575 msgid "Groups must be allocated to roles to ensure that the workflow transition this role is supposed to support can be acted upon by a user." msgstr "" -#: plugins/ktcore/admin/workflows.php:335 i18n/templates.c:2699 -#: i18n/templates.c:3191 +#: plugins/ktcore/admin/workflows.php:333 i18n/templates.c:3362 +#: i18n/templates.c:3854 msgid "Groups:" msgstr "" -#: plugins/ktcore/admin/workflows.php:699 -#: plugins/ktcore/admin/workflows.php:1260 -msgid "Guard Condition." +#: plugins/ktcore/admin/workflows.php:1255 +msgid "Guard" msgstr "" -#: plugins/ktcore/admin/workflows.php:681 -#: plugins/ktcore/admin/workflows.php:1242 -msgid "Guard Group." +#: i18n/templates.c:4529 i18n/templates.c:4565 +msgid "Guard Condition" +msgstr "" + +#: i18n/templates.c:4526 i18n/templates.c:4562 +msgid "Guard Condition for Transition" +msgstr "" + +#: i18n/templates.c:4541 +msgid "Guard Groups" +msgstr "" + +#: i18n/templates.c:4538 +msgid "Guard Groups for Transition" +msgstr "" + +#: i18n/templates.c:4517 +msgid "Guard Permissions" +msgstr "" + +#: i18n/templates.c:4553 +msgid "Guard Roles" +msgstr "" + +#: i18n/templates.c:4550 +msgid "Guard Roles for Transition" msgstr "" -#: plugins/ktcore/admin/workflows.php:672 -#: plugins/ktcore/admin/workflows.php:1234 -msgid "Guard Permission." +#: i18n/templates.c:4514 +msgid "Guard permissions for Transition" msgstr "" -#: plugins/ktcore/admin/workflows.php:689 -#: plugins/ktcore/admin/workflows.php:1250 -msgid "Guard Role." +#: i18n/templates.c:3158 +msgid "Guards" msgstr "" -#: plugins/ktstandard/workflow/adminpage.php:88 +#: plugins/ktstandard/workflow/adminpage.php:86 msgid "Handler removed." msgstr "" -#: plugins/ktstandard/workflow/adminpage.php:107 +#: plugins/ktstandard/workflow/adminpage.php:105 msgid "Handler set." msgstr "" -#: config/siteMap.inc:55 help.php:65 +#: config/siteMap.inc:59 help.php:63 msgid "Help" msgstr "" +#: plugins/ktcore/admin/manageHelp.php:47 #: plugins/ktcore/admin/manageHelp.php:49 -#: plugins/ktcore/admin/manageHelp.php:51 -#: plugins/ktcore/admin/manageHelp.php:66 +#: plugins/ktcore/admin/manageHelp.php:64 msgid "Help Administration" msgstr "" -#: dashboard.php:65 +#: dashboard.php:69 msgid "Home" msgstr "" -#: i18n/templates.c:536 i18n/templates.c:539 +#: i18n/templates.c:1148 i18n/templates.c:1151 msgid "How do I search?" msgstr "" -#: i18n/templates.c:4007 +#: i18n/templates.c:4820 msgid "Human Name" msgstr "" -#: lib/browse/Criteria.inc:868 -msgid "ID" -msgstr "" - -#: plugins/ktcore/KTDocumentActions.php:217 +#: plugins/ktcore/KTDocumentActions.php:225 msgid "If this is checked, the uploaded document must have the same filename as the original." msgstr "" -#: plugins/ktcore/admin/userManagement.php:172 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:216 +#: plugins/ktcore/admin/userManagement.php:176 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:214 msgid "If this is specified then the user will have notifications sent to the email address entered above. If it is not set, then the user will only see notifications on the Dashboard" msgstr "" -#: plugins/ktcore/admin/userManagement.php:121 +#: plugins/ktcore/admin/userManagement.php:123 msgid "If this is specified then the user will have notifications sent to the email address entered above. If it isn't set, then the user will only see notifications on the Dashboard" msgstr "" -#: preferences.php:71 +#: preferences.php:69 msgid "If this is specified then the you will receive certain notifications. If it is not set, then you will only see notifications on the Dashboard" msgstr "" -#: i18n/templates.c:2180 +#: i18n/templates.c:2768 msgid "If this is your first KnowledgeTree installation, or if you've just upgraded from KnowledgeTree 2.x, we've put together some information which might help you get to grips with the new system." msgstr "" -#: i18n/templates.c:3047 +#: i18n/templates.c:3875 +msgid "If you are unable to perform an action on this document that you think you should be able to, or wish to request a change in location, metadata values, or workflow status, you can use this form to contact the owner of the document and/or the administrators to request this change." +msgstr "" + +#: i18n/templates.c:3710 msgid "If you do not intend to add a folder, you should cancel this action." msgstr "" -#: i18n/templates.c:2996 +#: i18n/templates.c:3659 msgid "If you do not intend to archive this document, you should cancel the archive." msgstr "" -#: i18n/templates.c:3059 +#: i18n/templates.c:3722 msgid "If you do not intend to change the document, or you do not wish to prevent others from changing the document, you should rather use the action menu to cancel this checkout." msgstr "" -#: i18n/templates.c:3011 +#: i18n/templates.c:3674 msgid "If you do not intend to delete this document, you should cancel the deletion." msgstr "" -#: i18n/templates.c:3080 i18n/templates.c:3200 +#: i18n/templates.c:3743 i18n/templates.c:3863 msgid "If you do not intend to move this document, you should cancel the move." msgstr "" -#: i18n/templates.c:2657 i18n/templates.c:2753 i18n/templates.c:3458 +#: i18n/templates.c:3320 i18n/templates.c:3419 i18n/templates.c:4145 msgid "If you do not need to modify any the metadata for this document (see below), then you can simply click \"Add\" here to finish the process and add the document." msgstr "" -#: i18n/templates.c:3140 +#: i18n/templates.c:3803 msgid "If you do not want to have this document be checked-out, please give a reason and cancel the checkout." msgstr "" -#: i18n/templates.c:3881 +#: i18n/templates.c:4673 msgid "If you feel that the information presents to much specific information about your system (e.g. you feel that it would be a security risk to reveal aspects of it), please do sanitise the information, or ask us if you can mail it directly to the developer who is dealing with your issue." msgstr "" -#: lib/dispatcher.inc.php:210 +#: lib/dispatcher.inc.php:218 msgid "If you feel that this is incorrect, please report both the action and your username to a system administrator." msgstr "" -#: i18n/templates.c:842 +#: i18n/templates.c:1460 msgid "If you have converted a simple conditional fieldset to a complex one, it may be useful to rename some of the system-generated names. You can do that here." msgstr "" -#: i18n/templates.c:1295 +#: i18n/templates.c:1928 msgid "If you have moved the location of KnowledgeTree on your server filesystem, or installed or removed plugins, the plugins must be re-read from the filesystem" msgstr "" -#: plugins/ktstandard/workflow/FolderAssociator.php:116 +#: i18n/templates.c:437 +msgid "If you know the numeric ID of a document, type it in here and press \"go\"" +msgstr "" + +#: i18n/templates.c:1229 +msgid "If you require assistance from an administrator to perform one of these tasks, use the Request Assistance action." +msgstr "" + +#: plugins/ktstandard/workflow/FolderAssociator.php:114 msgid "If you specify an automatic workflow, new documents will automatically enter that workflow's starting state. Setting this to \"No Automatic Workflow\" will mean that users can choose the appropriate workflow." msgstr "" -#: i18n/templates.c:2759 +#: plugins/ktstandard/ImmutableActionPlugin.php:8 +msgid "Immutable action plugin" +msgstr "" + +#: i18n/templates.c:3425 msgid "Import" msgstr "" -#: plugins/ktcore/folder/BulkImport.php:48 i18n/templates.c:2747 +#: i18n/templates.c:3410 +msgid "Import files into \"#foldername#\"" +msgstr "" + +#: plugins/ktcore/folder/BulkImport.php:46 i18n/templates.c:3413 msgid "Import from Server Location" msgstr "" -#: i18n/templates.c:2669 i18n/templates.c:3176 +#: i18n/templates.c:3332 i18n/templates.c:3839 msgid "In many cases, workflow actions will be assigned to certain roles (e.g. Manager, Interviewer, Researcher, Journalist). You can assign these roles to specific groups in particular areas of the document management system." msgstr "" -#: i18n/templates.c:992 +#: i18n/templates.c:1613 msgid "In order to have a chain of conditions, one initial field must be shown to the user. This is called the master field." msgstr "" -#: i18n/templates.c:3299 +#: i18n/templates.c:3971 msgid "In order to keep the documents which are visible useful to end users it is possible to archive old documents. Users who want to see these old documents need to request their restoration. These requests will typically be done within the system and will generate a notification to you." msgstr "" -#: i18n/templates.c:3902 +#: i18n/templates.c:4694 msgid "In order to organise the options into a \"tree\", you need to add subcategories at each level. The \"top\" level is called the root, and holds all the toplevel items. \"Root\" will not be shown to the final user, but provides a single \"parent\" to the toplevel items." msgstr "" -#: i18n/templates.c:662 +#: i18n/templates.c:146 i18n/templates.c:338 +msgid "In order to refine the kind of information shown to you, please provide further information below." +msgstr "" + +#: i18n/templates.c:1283 msgid "In some circumstances it is useful to view all documents of a given document type. Select a document type from the list below to view all relevant documents." msgstr "" -#: i18n/templates.c:635 +#: i18n/templates.c:1256 msgid "In some circumstances it is useful to view all documents with a given value for a lookup field. Select the value from the list below to view all relevant documents." msgstr "" -#: i18n/templates.c:668 +#: i18n/templates.c:1289 msgid "In some circumstances it is useful to view all documents with a given value for a lookup field. Select the lookup field from the list below to view all relevant documents." msgstr "" -#: i18n/templates.c:1160 +#: lib/session/Session.inc:173 +#, php-format +msgid "Incompatible database version (%s, expected version %s) - contact the administrator" +msgstr "" + +#: i18n/templates.c:1784 msgid "Incomplete" msgstr "" -#: i18n/templates.c:2108 +#: i18n/templates.c:2696 msgid "Indexer Status" msgstr "" -#: i18n/templates.c:2285 +#: i18n/templates.c:2873 msgid "Inform Which Users?" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:175 +#: plugins/ktcore/KTCorePlugin.php:205 msgid "Information about this system and how to get support." msgstr "" -#: i18n/templates.c:2249 +#: i18n/templates.c:2837 msgid "Informed Users" msgstr "" -#: i18n/templates.c:2816 +#: i18n/templates.c:3488 msgid "Inherit permissions" msgstr "" -#: i18n/templates.c:1583 +#: i18n/templates.c:443 +msgid "Inline View" +msgstr "" + +#: plugins/network/inlineview/InlineViewPlugin.php:64 +msgid "Inline View of Documents" +msgstr "" + +#: i18n/templates.c:2201 msgid "Instead of manually creating the group within the document management system, the group can be found within an authentication source (such as an LDAP directory) that has already been configured. This ensures that the group is correctly set up with limited intervention from the administrator, and that the group's membership will be maintained as it is in the authentication source." msgstr "" -#: i18n/templates.c:1820 +#: i18n/templates.c:2408 msgid "Instead of manually creating the user within the document management system, the user can be found within an authentication source (such as an LDAP directory) that has already been configured. This ensures that the user is correctly set up with limited intervention from the administrator, and that the user will not need to remember an additional password for the document management system." msgstr "" -#: lib/validation/dispatchervalidation.inc.php:60 +#: lib/validation/dispatchervalidation.inc.php:58 msgid "Insufficient permissions to perform action" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:71 +#: plugins/ktstandard/KTDocumentLinks.php:69 msgid "Inter-document linking" msgstr "" -#: browse.php:799 +#: browse.php:798 msgid "Invalid Document selected." msgstr "" -#: edit.php:79 edit.php:139 edit.php:204 edit.php:274 +#: edit.php:77 edit.php:137 edit.php:202 edit.php:272 msgid "Invalid Document." msgstr "" -#: browse.php:788 +#: browse.php:787 msgid "Invalid Folder selected." msgstr "" -#: plugins/ktcore/KTPermissions.php:326 plugins/ktcore/KTPermissions.php:368 +#: plugins/ktcore/KTPermissions.php:397 plugins/ktcore/KTPermissions.php:439 msgid "Invalid Role." msgstr "" -#: plugins/ktstandard/workflow/adminpage.php:91 +#: plugins/ktstandard/workflow/adminpage.php:89 msgid "Invalid assignment" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:296 +#: lib/validation/dispatchervalidation.inc.php:294 msgid "Invalid authentication source" msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:84 -#: plugins/ktcore/admin/deletedDocuments.php:110 -#: plugins/ktcore/admin/deletedDocuments.php:163 +#: plugins/ktcore/admin/deletedDocuments.php:82 +#: plugins/ktcore/admin/deletedDocuments.php:108 +#: plugins/ktcore/admin/deletedDocuments.php:161 msgid "Invalid document id specified. Aborting expunge" msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:187 +#: plugins/ktcore/admin/deletedDocuments.php:185 msgid "Invalid document id specified. Aborting restore" msgstr "" -#: plugins/ktcore/admin/archivedDocuments.php:144 -#: plugins/ktcore/admin/archivedDocuments.php:170 +#: plugins/ktcore/admin/archivedDocuments.php:142 +#: plugins/ktcore/admin/archivedDocuments.php:168 msgid "Invalid document id specified. Aborting restore." msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:307 +#: plugins/ktstandard/KTDocumentLinks.php:305 msgid "Invalid document link selected." msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:312 +#: plugins/ktstandard/KTDocumentLinks.php:310 msgid "Invalid document selected." msgstr "" -#: view.php:361 +#: view.php:372 msgid "Invalid document to compare against." msgstr "" -#: plugins/ktcore/folder/BulkImport.php:99 -#: plugins/ktcore/folder/BulkUpload.php:103 +#: plugins/ktcore/folder/BulkImport.php:98 +#: plugins/ktcore/folder/BulkUpload.php:102 msgid "Invalid document type provided" msgstr "" -#: edit.php:290 +#: edit.php:288 msgid "Invalid document type specified for change." msgstr "" -#: browse.php:626 +#: browse.php:619 msgid "Invalid document." msgstr "" -#: preferences.php:171 +#: preferences.php:169 msgid "Invalid email address." msgstr "" -#: plugins/ktcore/admin/documentFields.php:731 +#: plugins/ktcore/admin/documentFields.php:797 msgid "Invalid field." msgstr "" -#: plugins/ktcore/admin/unitManagement.php:158 +#: plugins/ktcore/admin/unitManagement.php:156 msgid "Invalid folder chosen" msgstr "" -#: browse.php:340 browse.php:431 plugins/ktcore/admin/archivedDocuments.php:67 -#: plugins/ktstandard/KTDocumentLinks.php:137 +#: browse.php:333 browse.php:424 plugins/ktcore/admin/archivedDocuments.php:65 +#: plugins/ktstandard/KTDocumentLinks.php:135 +#: plugins/network/quicklinks/manageQuicklinks.php:102 msgid "Invalid folder selected." msgstr "" -#: browse.php:691 +#: browse.php:684 msgid "Invalid folder." msgstr "" -#: plugins/ktcore/admin/workflows.php:1106 +#: plugins/ktcore/admin/workflows.php:1122 msgid "Invalid groups specified" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:69 +#: lib/validation/dispatchervalidation.inc.php:67 #, php-format msgid "Invalid identifier provided for: %s" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:265 +#: plugins/wintools/baobabKeyManagement.php:66 +#, php-format +msgid "Invalid license: %s" +msgstr "" + +#: plugins/ktstandard/KTDocumentLinks.php:263 msgid "Invalid link type selected." msgstr "" -#: plugins/ktcore/admin/documentFields.php:367 -#: plugins/ktcore/admin/documentFields.php:387 -#: plugins/ktcore/admin/documentFields.php:408 +#: plugins/ktcore/admin/documentFields.php:401 +#: plugins/ktcore/admin/documentFields.php:421 +#: plugins/ktcore/admin/documentFields.php:442 msgid "Invalid lookup selected" msgstr "" -#: plugins/ktcore/admin/documentFields.php:429 +#: plugins/ktcore/admin/documentFields.php:463 msgid "Invalid lookups selected" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:131 -#: plugins/ktstandard/KTDocumentLinks.php:200 -#: plugins/ktstandard/KTDocumentLinks.php:253 +#: plugins/ktstandard/KTDocumentLinks.php:129 +#: plugins/ktstandard/KTDocumentLinks.php:198 +#: plugins/ktstandard/KTDocumentLinks.php:251 msgid "Invalid parent document selected." msgstr "" -#: plugins/ktcore/folder/BulkImport.php:102 +#: plugins/ktcore/folder/BulkImport.php:101 msgid "Invalid path provided" msgstr "" -#: help.php:199 +#: help.php:197 msgid "Invalid return key from help system." msgstr "" -#: plugins/ktcore/admin/workflows.php:1099 +#: plugins/ktcore/admin/workflows.php:1115 msgid "Invalid roles specified" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:206 -#: plugins/ktstandard/KTDocumentLinks.php:259 +#: plugins/ktstandard/KTDocumentLinks.php:204 +#: plugins/ktstandard/KTDocumentLinks.php:257 msgid "Invalid target document selected." msgstr "" -#: plugins/ktcore/admin/workflows.php:1053 +#: plugins/ktcore/admin/workflows.php:1069 +#: plugins/ktstandard/KTDiscussion.php:342 msgid "Invalid transition" msgstr "" -#: edit.php:184 +#: edit.php:182 msgid "Invalid type selected." msgstr "" -#: i18n/templates.c:3368 +#: plugins/network/extendedtransactioninfo/adminReports.php:62 +#: plugins/network/extendedtransactioninfo/standardReports.php:83 +msgid "Invalid user selected." +msgstr "" + +#: i18n/templates.c:4043 msgid "It may be necessary to override the checked-out status of a document if" msgstr "" -#: i18n/templates.c:692 +#: i18n/templates.c:1313 msgid "Item" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:99 -#: plugins/ktstandard/admin/manageDisclaimers.php:147 +#: plugins/ktcore/admin/manageHelp.php:97 +#: plugins/ktstandard/admin/manageDisclaimers.php:145 msgid "Item deleted" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:124 -#: plugins/ktstandard/admin/manageDisclaimers.php:103 +#: plugins/ktcore/admin/manageHelp.php:122 +#: plugins/ktstandard/admin/manageDisclaimers.php:101 msgid "Item updated" msgstr "" -#: i18n/templates.c:2162 +#: i18n/templates.c:2750 msgid "Items that require your attention" msgstr "" -#: i18n/templates.c:2735 +#: i18n/templates.c:3398 msgid "Items to delete" msgstr "" -#: i18n/templates.c:3026 i18n/templates.c:3119 +#: i18n/templates.c:3689 i18n/templates.c:3782 msgid "Items to move" msgstr "" -#: plugins/ktcore/admin/documentFields.php:771 +#: i18n/templates.c:3161 +msgid "Items which control whether a given user can perform this transition on a specific document. All of these must allow the user to perform the transition." +msgstr "" + +#: i18n/templates.c:425 +msgid "Items you've viewed recently within the DMS." +msgstr "" + +#: i18n/templates.c:434 +msgid "Jump To Document" +msgstr "" + +#: plugins/wintools/BaobabPlugin.php:119 +msgid "KTIS Administration" +msgstr "" + +#: i18n/templates.c:26 +msgid "Key Assigned" +msgstr "" + +#: plugins/wintools/BaobabPlugin.php:122 +msgid "Key Overview" +msgstr "" + +#: plugins/ktcore/admin/documentFields.php:837 msgid "Keyword moved to base of tree." msgstr "" -#: plugins/ktcore/admin/documentFields.php:766 +#: plugins/ktcore/admin/documentFields.php:832 msgid "Keywords added to category." msgstr "" -#: i18n/templates.c:3920 +#: i18n/templates.c:4712 msgid "Keywords which are directly below the Root are considered \"free\" — they are not attached to a subcategory. Only free keywords can be associated with a subcategory. To free a keyword, click on the \"unlink\" command next to it in the preview tree below." msgstr "" -#: i18n/templates.c:3911 +#: i18n/templates.c:4703 msgid "Keywords which are directly below the Root are considered \"free\" — they are not attached to a subcategory. Only free keywords can be associated with a subcategory. To free a keyword, click on the \"unlink\" command next to it in the preview tree below. Deleting a subcategory will automatically unlink all keywords below it (including those in subcategories of the subcategory)." msgstr "" -#: i18n/templates.c:3872 +#: i18n/templates.c:4664 msgid "KnowledgeTree Issue Tracker" msgstr "" -#: i18n/templates.c:749 +#: i18n/templates.c:218 +msgid "KnowledgeTree Recent Documents" +msgstr "" + +#: i18n/templates.c:4508 +msgid "KnowledgeTree Version" +msgstr "" + +#: i18n/templates.c:1367 msgid "KnowledgeTree Version: #version#" msgstr "" -#: i18n/templates.c:2177 +#: i18n/templates.c:2765 msgid "KnowledgeTree administrator's Guide" msgstr "" -#: i18n/templates.c:1886 +#: i18n/templates.c:2474 msgid "KnowledgeTree allows administrators the ability to create Units that model the organisation's business units. Units may have their own administrators and groups may be assigned to these units." msgstr "" -#: plugins/ktstandard/KTLDAPAuthenticationPlugin.php:43 +#: plugins/ktstandard/KTLDAPAuthenticationPlugin.php:41 msgid "LDAP Authentication" msgstr "" -#: plugins/ktstandard/KTLDAPAuthenticationPlugin.php:38 +#: plugins/ktstandard/KTLDAPAuthenticationPlugin.php:36 msgid "LDAP Authentication Plugin" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:212 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:411 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:210 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:417 msgid "LDAP DN" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:45 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:43 msgid "LDAP Search Password" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:44 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:42 msgid "LDAP Search User" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:42 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:40 msgid "LDAP Server" msgstr "" -#: plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php:41 +#: plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php:39 msgid "LDAP authentication provider" msgstr "" -#: i18n/templates.c:3815 +#: i18n/templates.c:4502 msgid "Language" msgstr "" -#: i18n/templates.c:3281 +#: i18n/templates.c:3953 msgid "Last Modification" msgstr "" -#: browse.php:220 search/booleanSearch.php:245 search/simpleSearch.php:157 -msgid "Last Modified" +#: i18n/templates.c:812 +msgid "Last activity" msgstr "" -#: i18n/templates.c:206 -msgid "Last activity" +#: i18n/templates.c:581 +msgid "Last login" +msgstr "" + +#: i18n/templates.c:530 i18n/templates.c:566 i18n/templates.c:569 +msgid "Last login information" +msgstr "" + +#: plugins/professional-reporting/admin/userReporting.php:75 +msgid "Last login reporting" msgstr "" -#: i18n/templates.c:341 i18n/templates.c:383 +#: i18n/templates.c:953 i18n/templates.c:995 msgid "Last update by" msgstr "" -#: i18n/templates.c:2147 +#: i18n/templates.c:2735 msgid "Learn about KnowledgeTree 3." msgstr "" -#: i18n/templates.c:254 i18n/templates.c:266 +#: i18n/templates.c:461 i18n/templates.c:854 i18n/templates.c:866 msgid "Link" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:221 +#: plugins/ktstandard/KTDocumentLinks.php:219 msgid "Link Type" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:144 +#: plugins/ktcore/KTCorePlugin.php:174 msgid "Link Type Management" msgstr "" -#: plugins/ktcore/admin/documentLinks.php:129 +#: plugins/ktcore/admin/documentLinks.php:133 msgid "Link Type created." msgstr "" -#: plugins/ktcore/admin/documentLinks.php:113 +#: plugins/ktcore/admin/documentLinks.php:117 msgid "Link Type updated." msgstr "" -#: plugins/ktcore/admin/documentLinks.php:153 +#: plugins/ktcore/admin/documentLinks.php:157 msgid "Link types deleted." msgstr "" -#: i18n/templates.c:287 +#: i18n/templates.c:887 msgid "Linked from this document" msgstr "" -#: i18n/templates.c:1310 +#: i18n/templates.c:1943 msgid "Linked Fieldsets" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:84 -#: plugins/ktstandard/KTDocumentLinks.php:90 -#: plugins/ktstandard/KTDocumentLinks.php:91 +#: plugins/ktstandard/KTDocumentLinks.php:82 +#: plugins/ktstandard/KTDocumentLinks.php:88 +#: plugins/ktstandard/KTDocumentLinks.php:89 msgid "Links" msgstr "" -#: i18n/templates.c:293 +#: i18n/templates.c:893 msgid "Links to this document" msgstr "" -#: i18n/templates.c:3716 +#: i18n/templates.c:4403 msgid "Loading Dependencies for value \"" msgstr "" -#: i18n/templates.c:3320 i18n/templates.c:3386 i18n/templates.c:3407 +#: i18n/templates.c:3992 i18n/templates.c:4061 i18n/templates.c:4082 msgid "Location" msgstr "" -#: i18n/templates.c:440 i18n/templates.c:485 +#: i18n/templates.c:1052 i18n/templates.c:1097 msgid "Location is no longer available" msgstr "" -#: lib/templating/kt3template.inc.php:314 i18n/templates.c:3803 +#: lib/templating/kt3template.inc.php:314 i18n/templates.c:4490 msgid "Login" msgstr "" -#: login.php:147 login.php:158 +#: plugins/professional-reporting/admin/userReporting.php:145 +#: i18n/templates.c:536 +msgid "Login activity" +msgstr "" + +#: login.php:151 login.php:162 msgid "Login failed. Please check your username and password, and try again." msgstr "" -#: config/siteMap.inc:58 lib/templating/kt3template.inc.php:308 +#: plugins/professional-reporting/admin/userReporting.php:131 +#: i18n/templates.c:557 i18n/templates.c:584 +msgid "Login history" +msgstr "" + +#: config/siteMap.inc:62 lib/templating/kt3template.inc.php:308 #: lib/templating/kt3template.inc.php:311 msgid "Logout" msgstr "" -#: lib/documentmanagement/DocumentField.inc:183 -#: plugins/ktcore/admin/documentFields.php:116 i18n/templates.c:1148 -#: i18n/templates.c:2069 +#: lib/documentmanagement/DocumentField.inc:166 +#: plugins/ktcore/admin/documentFields.php:116 i18n/templates.c:1772 +#: i18n/templates.c:2657 msgid "Lookup" msgstr "" -#: plugins/ktcore/KTPortlets.php:87 +#: plugins/ktcore/KTPortlets.php:85 msgid "Lookup Value" msgstr "" -#: browse.php:184 i18n/templates.c:1070 +#: browse.php:198 i18n/templates.c:1694 msgid "Lookup Values" msgstr "" -#: plugins/ktcore/admin/documentFields.php:337 +#: plugins/ktcore/admin/documentFields.php:371 msgid "Lookup added" msgstr "" -#: i18n/templates.c:1067 +#: i18n/templates.c:1691 msgid "Lookup fields may be composed of an arbitrary number of values. These values may be added to the Lookup field by entering them in below. If these values are being generated by, or synchronised to, an external datasource, toggling the Sticky attribute of a value will ensure that it will not be modified by changes in the external datasource list." msgstr "" -#: i18n/templates.c:3971 +#: i18n/templates.c:4784 msgid "Lookup fields without categories." msgstr "" -#: plugins/ktcore/admin/documentFields.php:435 +#: plugins/ktcore/admin/documentFields.php:469 msgid "Lookup stickiness toggled" msgstr "" -#: plugins/ktcore/admin/documentFields.php:392 +#: plugins/ktcore/admin/documentFields.php:426 msgid "Lookups disabled" msgstr "" -#: plugins/ktcore/admin/documentFields.php:413 +#: plugins/ktcore/admin/documentFields.php:447 msgid "Lookups enabled" msgstr "" -#: plugins/ktcore/admin/documentFields.php:371 +#: plugins/ktcore/admin/documentFields.php:405 msgid "Lookups removed" msgstr "" -#: i18n/templates.c:2153 +#: i18n/templates.c:2741 msgid "Mail server status" msgstr "" -#: i18n/templates.c:3635 i18n/templates.c:3782 +#: plugins/ktstandard/ImmutableActionPlugin.php:25 +msgid "Make immutable" +msgstr "" + +#: i18n/templates.c:4322 i18n/templates.c:4469 msgid "Make this fieldset conditional" msgstr "" -#: i18n/templates.c:4013 +#: i18n/templates.c:4826 msgid "Manage" msgstr "" -#: i18n/templates.c:2459 +#: i18n/templates.c:3050 msgid "Manage Actions" msgstr "" -#: i18n/templates.c:3236 +#: i18n/templates.c:3908 msgid "Manage Existing Link Types" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:117 i18n/templates.c:1859 +#: plugins/ktcore/KTCorePlugin.php:147 i18n/templates.c:2447 msgid "Manage Groups" msgstr "" -#: plugins/ktcore/KTPermissions.php:459 plugins/ktcore/KTPermissions.php:460 +#: plugins/ktcore/KTPermissions.php:530 msgid "Manage Groups for Role" msgstr "" -#: i18n/templates.c:3959 +#: plugins/ktcore/KTPermissions.php:531 +#, php-format +msgid "Manage Groups for Role \"%s\"" +msgstr "" + +#: plugins/wintools/baobabKeyManagement.php:23 +#: plugins/wintools/baobabKeyManagement.php:28 +msgid "Manage Keys" +msgstr "" + +#: i18n/templates.c:4772 msgid "Manage Lookup Trees" msgstr "" -#: plugins/ktcore/admin/managePermissions.php:38 -#: plugins/ktcore/admin/managePermissions.php:39 +#: plugins/ktcore/admin/managePermissions.php:36 +#: plugins/ktcore/admin/managePermissions.php:37 msgid "Manage Permissions" msgstr "" -#: i18n/templates.c:2486 +#: i18n/templates.c:467 +msgid "Manage Quicklinks" +msgstr "" + +#: i18n/templates.c:3077 msgid "Manage States" msgstr "" -#: i18n/templates.c:1448 +#: i18n/templates.c:2081 msgid "Manage Sub-Groups in #name#" msgstr "" -#: i18n/templates.c:2204 i18n/templates.c:2528 +#: i18n/templates.c:2792 i18n/templates.c:3119 msgid "Manage Transitions" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:114 i18n/templates.c:1547 -#: i18n/templates.c:1565 +#: plugins/ktcore/KTCorePlugin.php:144 i18n/templates.c:2165 +#: i18n/templates.c:2183 msgid "Manage Users" msgstr "" -#: plugins/ktcore/KTPermissions.php:413 plugins/ktcore/KTPermissions.php:414 +#: plugins/ktcore/KTPermissions.php:484 plugins/ktcore/KTPermissions.php:485 msgid "Manage Users for Role" msgstr "" -#: i18n/templates.c:1604 i18n/templates.c:1610 i18n/templates.c:1730 +#: i18n/templates.c:2222 i18n/templates.c:2228 i18n/templates.c:2318 msgid "Manage Users in #name#" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:106 +#: plugins/ktcore/admin/manageViews.php:12 +msgid "Manage Views" +msgstr "" + +#: plugins/ktcore/KTCorePlugin.php:136 msgid "Manage checked-out, archived and deleted documents." msgstr "" -#: plugins/ktcore/admin/manageConditionals.php:152 i18n/templates.c:962 +#: plugins/ktcore/admin/manageConditionals.php:198 i18n/templates.c:1583 msgid "Manage complex conditional" msgstr "" -#: i18n/templates.c:1193 +#: i18n/templates.c:1817 msgid "Manage conditional" msgstr "" -#: plugins/ktcore/admin/documentFields.php:570 +#: plugins/ktcore/admin/documentFields.php:605 +#: plugins/ktcore/admin/documentFields.php:1037 msgid "Manage conditional field" msgstr "" -#: plugins/ktcore/admin/manageConditionals.php:90 -#: plugins/ktcore/admin/manageConditionals.php:136 i18n/templates.c:935 +#: plugins/ktcore/admin/manageConditionals.php:88 +#: plugins/ktcore/admin/manageConditionals.php:161 i18n/templates.c:1556 msgid "Manage conditional fieldset" msgstr "" -#: i18n/templates.c:3647 i18n/templates.c:3794 +#: i18n/templates.c:4334 i18n/templates.c:4481 msgid "Manage conditions." msgstr "" -#: plugins/ktcore/KTCorePlugin.php:131 +#: plugins/ktcore/KTCorePlugin.php:161 msgid "Manage criteria which determine whether a user is permitted to perform a system action." msgstr "" -#: i18n/templates.c:1079 +#: i18n/templates.c:1703 msgid "Manage lookup tree" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:346 +#: plugins/ktcore/admin/groupManagement.php:380 #, php-format msgid "Manage members of %s" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:207 +#: plugins/ktcore/admin/groupManagement.php:224 #, php-format msgid "Manage members of group %s" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:172 +#: plugins/ktcore/KTCorePlugin.php:202 msgid "Manage plugins" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:169 +#: plugins/ktcore/KTCorePlugin.php:199 msgid "Manage saved searches - searches available by default to all users." msgstr "" -#: i18n/templates.c:2603 i18n/templates.c:3503 +#: i18n/templates.c:3239 i18n/templates.c:3248 i18n/templates.c:3476 +#: i18n/templates.c:3545 i18n/templates.c:3554 i18n/templates.c:4190 msgid "Manage security" msgstr "" -#: plugins/ktcore/admin/manageConditionals.php:92 i18n/templates.c:971 +#: plugins/ktcore/admin/manageConditionals.php:90 i18n/templates.c:1592 msgid "Manage simple conditional" msgstr "" -#: i18n/templates.c:1550 i18n/templates.c:1568 +#: i18n/templates.c:2168 i18n/templates.c:2186 msgid "Manage sub-groups" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:120 +#: plugins/ktstandard/KTSubscriptions.php:118 msgid "Manage subscriptions" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:137 +#: plugins/ktcore/KTCorePlugin.php:167 msgid "Manage the different classes of document which can be added to the system." msgstr "" -#: plugins/ktcore/KTCorePlugin.php:141 +#: plugins/ktcore/KTCorePlugin.php:171 msgid "Manage the different types of information that can be associated with classes of documents." msgstr "" -#: plugins/ktcore/KTCorePlugin.php:145 +#: plugins/ktcore/KTCorePlugin.php:175 msgid "Manage the different ways documents can be associated with one another." msgstr "" -#: i18n/templates.c:3896 +#: plugins/ktcore/KTCorePlugin.php:211 +msgid "Manage views" +msgstr "" + +#: i18n/templates.c:4688 msgid "Many \"lookup\" fields make sense in a hierachy: countries are part of continents and sub-continents, school classes are part of grades and programs, Powerbooks are Apple Macs, while Thinkpads are made by Lenovo. This page will allow you to arrange the lookups in the field in a hierachy. All changes are immediately stored, so when you are done simply navigate back to the field menu." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:332 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:330 msgid "Mass import" msgstr "" -#: i18n/templates.c:980 i18n/templates.c:989 +#: i18n/templates.c:1601 i18n/templates.c:1610 msgid "Master field" msgstr "" -#: plugins/ktcore/admin/documentFields.php:620 +#: lib/metadata/metadatautil.inc.php:550 +msgid "Master field has no values which are assigned to behaviours." +msgstr "" + +#: plugins/ktcore/admin/documentFields.php:655 msgid "Master field set" msgstr "" -#: plugins/ktcore/admin/userManagement.php:126 -#: plugins/ktcore/admin/userManagement.php:174 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:218 +#: plugins/ktcore/admin/userManagement.php:128 +#: plugins/ktcore/admin/userManagement.php:178 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:216 msgid "Maximum Sessions" msgstr "" -#: plugins/ktcore/admin/workflows.php:900 -#: plugins/ktcore/admin/workflows.php:1056 +#: plugins/ktcore/admin/workflows.php:916 +#: plugins/ktcore/admin/workflows.php:1072 msgid "May not delete items from an active workflow" msgstr "" -#: i18n/templates.c:2924 +#: i18n/templates.c:3587 msgid "Member groups" msgstr "" -#: i18n/templates.c:1619 i18n/templates.c:2786 +#: i18n/templates.c:3455 msgid "Member users" msgstr "" -#: i18n/templates.c:563 i18n/templates.c:3554 +#: i18n/templates.c:1175 i18n/templates.c:4241 msgid "Metadata Version" msgstr "" -#: i18n/templates.c:2120 +#: i18n/templates.c:2708 msgid "Mime Types" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:109 +#: plugins/ktcore/KTCorePlugin.php:139 msgid "Miscellaneous" msgstr "" -#: plugins/ktcore/admin/userManagement.php:125 -#: plugins/ktcore/admin/userManagement.php:173 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:217 -#: preferences.php:72 +#: plugins/ktcore/admin/userManagement.php:127 +#: plugins/ktcore/admin/userManagement.php:177 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:215 +#: preferences.php:70 msgid "Mobile Number" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:573 +#: plugins/ktcore/KTCorePlugin.php:106 +msgid "Modification Date" +msgstr "" + +#: plugins/ktcore/KTColumns.inc.php:170 +msgid "Modified" +msgstr "" + +#: plugins/ktcore/admin/groupManagement.php:633 msgid "Modify Group Details" msgstr "" -#: plugins/ktcore/admin/userManagement.php:156 +#: plugins/ktcore/admin/userManagement.php:158 msgid "Modify User Details" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:457 i18n/templates.c:614 -#: i18n/templates.c:2987 i18n/templates.c:3023 i18n/templates.c:3035 -#: i18n/templates.c:3083 i18n/templates.c:3092 i18n/templates.c:3116 -#: i18n/templates.c:3131 i18n/templates.c:3152 i18n/templates.c:3161 -#: i18n/templates.c:3203 i18n/templates.c:3206 +#: plugins/ktcore/KTDocumentActions.php:497 i18n/templates.c:1235 +#: i18n/templates.c:3686 i18n/templates.c:3698 i18n/templates.c:3746 +#: i18n/templates.c:3755 i18n/templates.c:3779 i18n/templates.c:3794 +#: i18n/templates.c:3866 i18n/templates.c:3869 i18n/templates.c:4577 msgid "Move" msgstr "" -#: i18n/templates.c:3020 i18n/templates.c:3113 +#: i18n/templates.c:4574 +msgid "Move Action for Transition" +msgstr "" + +#: i18n/templates.c:3683 i18n/templates.c:3776 msgid "Move Files and Folders" msgstr "" -#: browse.php:537 +#: browse.php:530 msgid "Move cancelled." msgstr "" -#: browse.php:701 +#: browse.php:694 msgid "Move completed." msgstr "" -#: i18n/templates.c:3077 i18n/templates.c:3197 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:431 +msgid "Moves Document" +msgstr "" + +#: plugins/ktcore/KTWorkflowTriggers.inc.php:432 +msgid "Moves the document to another folder." +msgstr "" + +#: i18n/templates.c:3740 i18n/templates.c:3860 msgid "Moving a document relocates the document within the document repository." msgstr "" -#: plugins/ktcore/admin/documentFields.php:749 +#: plugins/ktcore/KTColumns.inc.php:288 +msgid "Multiple Selection" +msgstr "" + +#: plugins/ktcore/admin/documentFields.php:815 msgid "Must enter a name for the new category." msgstr "" -#: plugins/ktcore/admin/documentFields.php:729 +#: plugins/ktcore/admin/documentFields.php:795 msgid "Must select a field to edit." msgstr "" -#: lib/browse/Criteria.inc:853 plugins/ktcore/admin/documentFields.php:61 -#: plugins/ktcore/admin/documentFields.php:103 +#: lib/browse/Criteria.inc:880 plugins/ktcore/admin/documentFields.php:59 +#: plugins/ktcore/admin/documentFields.php:101 #: plugins/ktcore/admin/documentFields.php:107 -#: plugins/ktcore/admin/documentLinks.php:49 -#: plugins/ktcore/admin/documentLinks.php:78 -#: plugins/ktcore/admin/documentTypes.php:51 -#: plugins/ktcore/admin/roleManagement.php:55 -#: plugins/ktcore/admin/roleManagement.php:61 -#: plugins/ktcore/admin/userManagement.php:119 -#: plugins/ktcore/admin/userManagement.php:170 -#: plugins/ktcore/admin/workflows.php:414 -#: plugins/ktcore/admin/workflows.php:441 -#: plugins/ktcore/admin/workflows.php:605 -#: plugins/ktcore/admin/workflows.php:658 -#: plugins/ktcore/admin/workflows.php:853 -#: plugins/ktcore/admin/workflows.php:1219 -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:48 -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:74 -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:127 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:214 -#: preferences.php:69 i18n/templates.c:44 i18n/templates.c:86 -#: i18n/templates.c:824 i18n/templates.c:1055 i18n/templates.c:1118 -#: i18n/templates.c:1139 i18n/templates.c:1238 i18n/templates.c:1835 -#: i18n/templates.c:2039 i18n/templates.c:2060 i18n/templates.c:2084 -#: i18n/templates.c:2438 i18n/templates.c:3248 i18n/templates.c:4028 -#: i18n/templates.c:4046 +#: plugins/ktcore/admin/documentLinks.php:53 +#: plugins/ktcore/admin/documentLinks.php:82 +#: plugins/ktcore/admin/documentTypes.php:49 +#: plugins/ktcore/admin/roleManagement.php:59 +#: plugins/ktcore/admin/roleManagement.php:65 +#: plugins/ktcore/admin/userManagement.php:121 +#: plugins/ktcore/admin/userManagement.php:174 +#: plugins/ktcore/admin/workflows.php:412 +#: plugins/ktcore/admin/workflows.php:439 +#: plugins/ktcore/admin/workflows.php:611 +#: plugins/ktcore/admin/workflows.php:664 +#: plugins/ktcore/admin/workflows.php:861 +#: plugins/ktcore/admin/workflows.php:1235 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:46 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:72 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:125 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:212 +#: preferences.php:67 i18n/templates.c:11 i18n/templates.c:53 +#: i18n/templates.c:245 i18n/templates.c:551 i18n/templates.c:575 +#: i18n/templates.c:650 i18n/templates.c:692 i18n/templates.c:1442 +#: i18n/templates.c:1676 i18n/templates.c:1742 i18n/templates.c:1763 +#: i18n/templates.c:1871 i18n/templates.c:2423 i18n/templates.c:2627 +#: i18n/templates.c:2648 i18n/templates.c:2672 i18n/templates.c:3029 +#: i18n/templates.c:3920 i18n/templates.c:4841 i18n/templates.c:4859 msgid "Name" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:183 +#: plugins/ktcore/admin/documentTypes.php:181 msgid "Name changed." msgstr "" -#: plugins/ktcore/admin/conditions.php:87 +#: plugins/ktcore/admin/conditions.php:85 msgid "Name of condition" msgstr "" -#: plugins/ktcore/admin/documentFields.php:1064 +#: plugins/ktcore/admin/documentFields.php:1146 msgid "Names changed." msgstr "" -#: plugins/ktcore/admin/documentFields.php:104 -#: plugins/ktcore/admin/documentFields.php:151 i18n/templates.c:1121 -#: i18n/templates.c:2042 i18n/templates.c:4010 i18n/templates.c:4031 +#: plugins/ktcore/admin/documentFields.php:102 +#: plugins/ktcore/admin/documentFields.php:157 i18n/templates.c:1745 +#: i18n/templates.c:2630 i18n/templates.c:4823 i18n/templates.c:4844 msgid "Namespace" msgstr "" -#: i18n/templates.c:1946 i18n/templates.c:1985 +#: i18n/templates.c:2534 i18n/templates.c:2573 msgid "New" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:143 -#: plugins/ktcore/admin/manageHelp.php:144 +#: plugins/ktcore/admin/manageHelp.php:141 +#: plugins/ktcore/admin/manageHelp.php:142 msgid "New Help File" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:118 -#: plugins/ktstandard/KTDocumentLinks.php:119 +#: plugins/ktstandard/KTDocumentLinks.php:116 +#: plugins/ktstandard/KTDocumentLinks.php:117 msgid "New Link" msgstr "" -#: i18n/templates.c:848 +#: i18n/templates.c:1466 msgid "New Name" msgstr "" -#: plugins/ktcore/admin/savedSearch.php:67 +#: i18n/templates.c:452 i18n/templates.c:455 +msgid "New Quicklink" +msgstr "" + +#: plugins/ktcore/admin/savedSearch.php:65 msgid "New Saved Search" msgstr "" -#: i18n/templates.c:2237 +#: i18n/templates.c:2825 msgid "New State" msgstr "" -#: plugins/ktcore/document/Rename.php:76 +#: i18n/templates.c:905 +msgid "New Version Available" +msgstr "" + +#: plugins/ktcore/document/Rename.php:75 msgid "New file name" msgstr "" -#: plugins/ktcore/folder/Rename.php:57 +#: plugins/ktcore/folder/Rename.php:55 msgid "New folder name" msgstr "" -#: search/booleanSearch.php:274 +#: search/booleanSearch.php:269 msgid "New search" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:176 +#: plugins/ktstandard/KTDiscussion.php:198 msgid "New thread created" msgstr "" -#: i18n/templates.c:2141 +#: i18n/templates.c:2729 msgid "New to Document Management, or to KnowledgeTree™ 3? We've written some quick documentation to help you along" msgstr "" -#: i18n/templates.c:1877 +#: i18n/templates.c:2465 msgid "Next" msgstr "" -#: i18n/templates.c:1181 i18n/templates.c:1262 i18n/templates.c:1268 -#: i18n/templates.c:2099 +#: i18n/templates.c:1811 i18n/templates.c:1895 i18n/templates.c:1901 +#: i18n/templates.c:2687 msgid "No" msgstr "" -#: i18n/templates.c:1973 +#: i18n/templates.c:2561 msgid "No Conditions have been defined." msgstr "" -#: i18n/templates.c:2012 +#: i18n/templates.c:29 +msgid "No Key Assigned" +msgstr "" + +#: i18n/templates.c:2600 msgid "No Saved Searches have been defined." msgstr "" -#: plugins/ktcore/admin/savedSearch.php:77 +#: plugins/ktcore/admin/savedSearch.php:75 msgid "No Such search" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:111 -#: plugins/ktcore/admin/groupManagement.php:473 +#: i18n/templates.c:137 i18n/templates.c:215 i18n/templates.c:329 +#: i18n/templates.c:407 +msgid "No Transactions matched your query." +msgstr "" + +#: plugins/ktcore/admin/groupManagement.php:118 +#: plugins/ktcore/admin/groupManagement.php:531 msgid "No Unit" msgstr "" -#: plugins/ktcore/admin/workflows.php:63 +#: i18n/templates.c:416 +msgid "No Workflow" +msgstr "" + +#: plugins/ktcore/admin/workflows.php:61 msgid "No Workflow Selected." msgstr "" -#: browse.php:331 browse.php:532 +#: browse.php:324 browse.php:525 msgid "No action selected." msgstr "" -#: plugins/ktcore/admin/documentFields.php:345 +#: plugins/ktcore/admin/documentFields.php:379 msgid "No action specified" msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:68 +#: plugins/ktcore/admin/deletedDocuments.php:66 msgid "No action specified." msgstr "" -#: i18n/templates.c:2336 +#: i18n/templates.c:2924 msgid "No actions are controlled by this workflow, so all actions are available when documents are in this state." msgstr "" -#: i18n/templates.c:2267 +#: i18n/templates.c:2855 msgid "No actions are controlled by this workflow." msgstr "" -#: i18n/templates.c:2480 +#: i18n/templates.c:3071 msgid "No actions are controlled by this workflow. All actions will be available at all states." msgstr "" -#: plugins/ktcore/admin/workflows.php:261 +#: i18n/templates.c:3182 +msgid "No actions are performed when this transition occurs." +msgstr "" + +#: plugins/ktcore/admin/workflows.php:259 msgid "No actions available." msgstr "" -#: i18n/templates.c:791 +#: i18n/templates.c:1409 msgid "No additional authentication sources have been defined." msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:170 -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:192 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:168 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:190 msgid "No authentication provider chosen" msgstr "" -#: i18n/templates.c:158 +#: i18n/templates.c:764 msgid "No automatic workflow" msgstr "" -#: plugins/ktstandard/workflow/FolderAssociator.php:102 +#: plugins/ktstandard/workflow/FolderAssociator.php:100 msgid "No automatic workflow." msgstr "" -#: plugins/ktstandard/KTDiscussion.php:132 -#: plugins/ktstandard/KTDiscussion.php:246 +#: plugins/ktstandard/KTDiscussion.php:154 +#: plugins/ktstandard/KTDiscussion.php:269 msgid "No body provided" msgstr "" -#: lib/templating/smartytemplate.inc.php:285 +#: lib/templating/smartytemplate.inc.php:289 msgid "No breadcrumbs available" msgstr "" -#: i18n/templates.c:3977 +#: i18n/templates.c:4601 +msgid "No columns have been added to this view" +msgstr "" + +#: plugins/ktcore/KTWorkflowTriggers.inc.php:407 +msgid "No condition must be fulfilled before this transition becomes available." +msgstr "" + +#: lib/workflow/workflowtrigger.inc.php:101 +msgid "No configuration has been implemented for this plugin." +msgstr "" + +#: i18n/templates.c:4790 msgid "No content specified for this help file yet. Edit it first." msgstr "" -#: i18n/templates.c:2414 +#: i18n/templates.c:3005 msgid "No defined workflows" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:110 -#: plugins/ktstandard/admin/manageDisclaimers.php:89 +#: plugins/ktcore/admin/manageHelp.php:108 +#: plugins/ktstandard/admin/manageDisclaimers.php:87 msgid "No description given" msgstr "" -#: edit.php:75 edit.php:135 edit.php:200 edit.php:269 +#: edit.php:73 edit.php:133 edit.php:198 edit.php:267 msgid "No document specified for editing." msgstr "" -#: i18n/templates.c:3392 +#: i18n/templates.c:4067 msgid "No documents are currently checked out." msgstr "" -#: i18n/templates.c:3293 +#: i18n/templates.c:3965 msgid "No documents are marked as deleted." msgstr "" -#: plugins/ktstandard/KTBulkExportPlugin.php:65 +#: plugins/ktstandard/KTBulkExportPlugin.php:71 msgid "No documents found to export" msgstr "" -#: i18n/templates.c:701 -msgid "No documents or folders available in this location." +#: search/booleanSearch.php:258 search/simpleSearch.php:164 +msgid "No documents or folders match this query." msgstr "" -#: i18n/templates.c:3326 i18n/templates.c:3344 i18n/templates.c:3362 +#: i18n/templates.c:3998 i18n/templates.c:4016 i18n/templates.c:4037 msgid "No documents were selected." msgstr "" -#: i18n/templates.c:3617 i18n/templates.c:3764 +#: i18n/templates.c:4304 i18n/templates.c:4451 msgid "No fields associated with this fieldset." msgstr "" -#: plugins/ktcore/admin/documentTypes.php:221 +#: plugins/ktcore/admin/documentTypes.php:219 msgid "No fieldsets" msgstr "" -#: i18n/templates.c:1328 +#: i18n/templates.c:1961 msgid "No fieldsets are available to be added. To add a fieldset, please go to DMS Administration" msgstr "" -#: i18n/templates.c:1319 +#: i18n/templates.c:1952 msgid "No fieldsets are currently associated with this type." msgstr "" -#: lib/validation/dispatchervalidation.inc.php:257 +#: lib/validation/dispatchervalidation.inc.php:255 msgid "No file was selected to be uploaded to the document management system" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:234 +#: plugins/ktcore/KTDocumentActions.php:246 msgid "No file was uploaded" msgstr "" -#: plugins/ktcore/document/Rename.php:90 +#: plugins/ktcore/document/Rename.php:89 msgid "No filename given" msgstr "" -#: plugins/ktcore/folder/Rename.php:71 +#: plugins/ktcore/folder/Rename.php:70 msgid "No folder name given" msgstr "" -#: browse.php:541 +#: browse.php:534 msgid "No folder selected." msgstr "" -#: i18n/templates.c:3629 i18n/templates.c:3638 i18n/templates.c:3776 -#: i18n/templates.c:3785 +#: plugins/ktcore/admin/unitManagement.php:103 +msgid "No folders available in this location." +msgstr "" + +#: lib/browse/DocumentCollection.inc.php:68 +#: lib/browse/DocumentCollection.inc.php:315 +msgid "No folders or documents in this location." +msgstr "" + +#: i18n/templates.c:4316 i18n/templates.c:4325 i18n/templates.c:4463 +#: i18n/templates.c:4472 msgid "No free fields." msgstr "" -#: i18n/templates.c:3914 +#: i18n/templates.c:4706 msgid "No free keywords. Use the \"unlink\" action on a keyword to make it available." msgstr "" -#: i18n/templates.c:2297 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:323 +msgid "No group is required to perform this transition" +msgstr "" + +#: i18n/templates.c:2885 msgid "No groups or roles are defined in the DMS." msgstr "" -#: i18n/templates.c:4055 +#: i18n/templates.c:4868 msgid "No help files have been customised." msgstr "" -#: help.php:85 help.php:86 +#: help.php:83 help.php:84 msgid "No help page specified." msgstr "" -#: i18n/templates.c:2126 +#: i18n/templates.c:2714 msgid "No indicated problem." msgstr "" -#: i18n/templates.c:887 +#: i18n/templates.c:1508 msgid "No items have been assigned with the current \t\t parent behaviour." msgstr "" -#: i18n/templates.c:716 +#: i18n/templates.c:1334 msgid "No items in the category." msgstr "" -#: i18n/templates.c:2174 +#: i18n/templates.c:2762 msgid "No items require your attention." msgstr "" -#: plugins/ktcore/admin/documentFields.php:762 +#: plugins/ktcore/admin/documentFields.php:828 msgid "No keywords selected" msgstr "" -#: i18n/templates.c:3266 +#: i18n/templates.c:3938 msgid "No link administrator changeable link types available." msgstr "" -#: i18n/templates.c:257 +#: i18n/templates.c:857 msgid "No link types are defined. Please ask the administrator to add them." msgstr "" -#: plugins/ktcore/admin/documentFields.php:496 +#: plugins/ktcore/admin/documentFields.php:531 msgid "No longer conditional" msgstr "" -#: browse.php:266 +#: browse.php:259 msgid "No lookup fields available." msgstr "" -#: plugins/ktcore/admin/documentFields.php:362 -#: plugins/ktcore/admin/documentFields.php:382 -#: plugins/ktcore/admin/documentFields.php:403 -#: plugins/ktcore/admin/documentFields.php:424 +#: plugins/ktcore/admin/documentFields.php:396 +#: plugins/ktcore/admin/documentFields.php:416 +#: plugins/ktcore/admin/documentFields.php:437 +#: plugins/ktcore/admin/documentFields.php:458 msgid "No lookups selected" msgstr "" -#: i18n/templates.c:983 +#: i18n/templates.c:1604 msgid "No master field is set, please select the master field" msgstr "" -#: edit.php:279 plugins/ktcore/admin/unitManagement.php:89 -#: plugins/ktcore/admin/unitManagement.php:163 -#: plugins/ktcore/admin/unitManagement.php:204 -#: plugins/ktcore/KTFolderActions.php:70 +#: edit.php:277 plugins/ktcore/admin/unitManagement.php:87 +#: plugins/ktcore/admin/unitManagement.php:161 +#: plugins/ktcore/admin/unitManagement.php:202 +#: plugins/ktcore/KTFolderActions.php:68 msgid "No name given" msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:164 -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:188 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:162 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:186 msgid "No name provided" msgstr "" -#: plugins/ktcore/admin/documentFields.php:147 -#: plugins/ktcore/admin/documentFields.php:183 +#: plugins/ktcore/admin/documentFields.php:153 +#: plugins/ktcore/admin/documentFields.php:207 msgid "No name was given for the fieldset" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:383 +#: lib/validation/dispatchervalidation.inc.php:381 msgid "No name was given for this item" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:412 +#: lib/validation/dispatchervalidation.inc.php:410 msgid "No password confirmation was provided" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:410 +#: lib/validation/dispatchervalidation.inc.php:408 msgid "No password was provided" msgstr "" -#: plugins/ktcore/admin/workflows.php:395 +#: plugins/ktcore/admin/workflows.php:393 msgid "No permissions are changed in this state." msgstr "" -#: i18n/templates.c:2357 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:118 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:127 +msgid "No permissions are required to perform this transition" +msgstr "" + +#: i18n/templates.c:2945 msgid "No permissions have been created within KnowledgeTree." msgstr "" -#: i18n/templates.c:3449 +#: i18n/templates.c:4136 msgid "No problems found - database is consistent with the contents of the repository." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:566 -#: plugins/ktcore/KTDocumentActions.php:760 +#: plugins/ktcore/KTDocumentActions.php:606 +#: plugins/ktcore/KTDocumentActions.php:816 msgid "No reason given" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:315 +#: plugins/ktstandard/KTDiscussion.php:346 msgid "No reason provided" msgstr "" -#: plugins/ktstandard/KTEmail.php:335 +#: plugins/ktstandard/KTEmail.php:402 msgid "No recipients set" msgstr "" -#: i18n/templates.c:1571 i18n/templates.c:1862 +#: i18n/templates.c:32 i18n/templates.c:563 i18n/templates.c:590 +#: i18n/templates.c:2189 i18n/templates.c:2450 msgid "No results for your search." msgstr "" -#: i18n/templates.c:2723 i18n/templates.c:3194 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:234 +msgid "No role is required to perform this transition" +msgstr "" + +#: i18n/templates.c:3386 i18n/templates.c:3857 msgid "No roles defined in the Role Administration area." msgstr "" -#: i18n/templates.c:3509 +#: i18n/templates.c:4196 msgid "No roles or groups have been defined or have permissions." msgstr "" -#: i18n/templates.c:2804 +#: i18n/templates.c:3473 msgid "No roles or groups have been defined. Permissions can only be allocated to roles and groups." msgstr "" -#: i18n/templates.c:2618 i18n/templates.c:2945 +#: i18n/templates.c:3263 i18n/templates.c:3608 msgid "No roles, groups, or users have been defined or have permissions." msgstr "" -#: search/booleanSearch.php:87 +#: search/booleanSearch.php:88 msgid "No search parameters given" msgstr "" -#: i18n/templates.c:17 +#: i18n/templates.c:623 msgid "No search specified, or no results for your search. Please choose some criteria from the list above to find groups." msgstr "" -#: i18n/templates.c:41 +#: i18n/templates.c:647 msgid "No search specified, or no results for your search. Please choose some criteria from the list above to find users." msgstr "" -#: plugins/ktstandard/KTDiscussion.php:128 -#: plugins/ktstandard/KTDiscussion.php:242 +#: plugins/ktstandard/KTDiscussion.php:150 +#: plugins/ktstandard/KTDiscussion.php:265 msgid "No subject provided" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:397 +#: plugins/ktstandard/KTSubscriptions.php:395 msgid "No subscriptions were chosen" msgstr "" -#: browse.php:354 +#: browse.php:347 msgid "No such action." msgstr "" -#: plugins/ktcore/admin/groupManagement.php:201 -#: plugins/ktcore/admin/groupManagement.php:258 -#: plugins/ktcore/admin/groupManagement.php:341 +#: lib/browse/columnregistry.inc.php:62 +#, php-format +msgid "No such column: %s" +msgstr "" + +#: plugins/ktcore/admin/groupManagement.php:218 +#: plugins/ktcore/admin/groupManagement.php:291 +#: plugins/ktcore/admin/groupManagement.php:375 msgid "No such group." msgstr "" -#: plugins/ktcore/KTPermissions.php:409 plugins/ktcore/KTPermissions.php:455 -#: plugins/ktcore/KTPermissions.php:501 plugins/ktcore/KTPermissions.php:556 +#: plugins/ktcore/KTPermissions.php:480 plugins/ktcore/KTPermissions.php:526 +#: plugins/ktcore/KTPermissions.php:575 plugins/ktcore/KTPermissions.php:630 msgid "No such role allocation." msgstr "" -#: search/booleanSearch.php:123 search/booleanSearch.php:160 +#: search/booleanSearch.php:124 search/booleanSearch.php:161 msgid "No such search" msgstr "" -#: plugins/ktcore/admin/userManagement.php:292 +#: plugins/ktcore/admin/userManagement.php:303 msgid "No such user." msgstr "" -#: plugins/ktcore/admin/manageHelp.php:116 -#: plugins/ktstandard/admin/manageDisclaimers.php:95 +#: lib/browse/columnregistry.inc.php:73 +#, php-format +msgid "No such view: %s" +msgstr "" + +#: plugins/ktcore/admin/manageHelp.php:114 +#: plugins/ktstandard/admin/manageDisclaimers.php:93 msgid "No title given" msgstr "" -#: plugins/ktcore/admin/workflows.php:378 +#: plugins/ktcore/admin/workflows.php:376 msgid "No transitions available" msgstr "" -#: i18n/templates.c:2327 +#: i18n/templates.c:2915 msgid "No transitions have been defined for this workflow." msgstr "" -#: i18n/templates.c:2318 +#: i18n/templates.c:2906 msgid "No transitions lead to this state." msgstr "" -#: i18n/templates.c:2894 i18n/templates.c:3482 +#: i18n/templates.c:3542 i18n/templates.c:4169 msgid "No users have permissions on this item." msgstr "" -#: plugins/ktcore/admin/workflows.php:345 +#: plugins/ktcore/admin/workflows.php:343 msgid "No users to be notified." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:369 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:375 msgid "No valid LDAP group chosen" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:321 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:319 msgid "No valid LDAP user chosen" msgstr "" -#: lib/widgets/fieldsetDisplay.inc.php:86 +#: lib/widgets/fieldsetDisplay.inc.php:84 msgid "No value" msgstr "" -#: i18n/templates.c:350 i18n/templates.c:353 i18n/templates.c:392 -#: i18n/templates.c:2378 +#: i18n/templates.c:962 i18n/templates.c:965 i18n/templates.c:1004 +#: i18n/templates.c:2966 msgid "No workflow" msgstr "" -#: plugins/ktcore/admin/documentFields.php:86 -#: plugins/ktcore/admin/workflows.php:676 -#: plugins/ktcore/admin/workflows.php:684 -#: plugins/ktcore/admin/workflows.php:694 -#: plugins/ktcore/admin/workflows.php:1229 -#: plugins/ktcore/admin/workflows.php:1237 -#: plugins/ktcore/admin/workflows.php:1245 -#: plugins/ktcore/admin/workflows.php:1255 +#: lib/documentmanagement/Document.inc:208 lib/ktentity.inc:636 +msgid "Non-numeric identifier" +msgstr "" + +#: plugins/ktcore/admin/documentFields.php:84 msgid "None" msgstr "" -#: plugins/ktcore/admin/workflows.php:444 +#: plugins/ktcore/admin/workflows.php:442 msgid "None - documents cannot use this workflow." msgstr "" -#: lib/documentmanagement/DocumentField.inc:180 -#: plugins/ktcore/admin/documentFields.php:114 i18n/templates.c:1145 -#: i18n/templates.c:2066 +#: lib/documentmanagement/DocumentField.inc:163 +#: plugins/ktcore/admin/documentFields.php:114 i18n/templates.c:1769 +#: i18n/templates.c:2654 msgid "Normal" msgstr "" -#: i18n/templates.c:3242 i18n/templates.c:3311 i18n/templates.c:3332 -#: i18n/templates.c:3350 +#: lib/documentmanagement/DocumentField.inc:204 +msgid "Not Required" +msgstr "" + +#: i18n/templates.c:3914 i18n/templates.c:3983 i18n/templates.c:4004 +#: i18n/templates.c:4022 msgid "Note" msgstr "" -#: i18n/templates.c:170 +#: i18n/templates.c:776 msgid "Note that documents which are moved into this folder will change to use this workflow, and if their previous workflow was different they will lose any progress they have made in that workflow." msgstr "" -#: lib/widgets/fieldsetDisplay.inc.php:479 +#: lib/widgets/fieldsetDisplay.inc.php:477 msgid "Note that the options which are available depends on previous choices within this fieldset." msgstr "" @@ -4342,1551 +4955,1921 @@ msgstr "" msgid "Notifications cleared." msgstr "" -#: i18n/templates.c:2513 i18n/templates.c:2582 +#: i18n/templates.c:3104 i18n/templates.c:3218 msgid "Notified groups & roles:" msgstr "" -#: i18n/templates.c:3713 +#: i18n/templates.c:4400 msgid "Now editing field \"" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:47 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:147 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:45 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:145 msgid "Object Classes" msgstr "" -#: i18n/templates.c:3170 +#: plugins/network/quicklinks/Quicklink.inc.php:83 +msgid "Object no longer exists" +msgstr "" + +#: i18n/templates.c:3833 msgid "Once the document has been downloaded, you should return to the document view." msgstr "" -#: plugins/ktcore/admin/workflows.php:665 -#: plugins/ktcore/admin/workflows.php:1226 +#: plugins/ktcore/admin/workflows.php:671 +#: plugins/ktcore/admin/workflows.php:1242 msgid "Once this transition is complete, which state should the document be in?" msgstr "" -#: i18n/templates.c:788 +#: i18n/templates.c:1406 msgid "Only the standard database authentication is currently available. If you need to use a different authentication type (e.g. LDAP) you will need to ensure that the Plugin is enabled." msgstr "" -#: i18n/templates.c:1019 -msgid "Order" +#: plugins/ktcore/KTCorePlugin.php:110 +msgid "Open Containing Folder" msgstr "" -#: i18n/templates.c:1010 -msgid "Order Fields" +#: plugins/ktcore/KTColumns.inc.php:420 +msgid "Opening Containing Folder" msgstr "" -#: i18n/templates.c:1928 +#: i18n/templates.c:1640 +msgid "Order" +msgstr "" + +#: i18n/templates.c:1631 +msgid "Order Fields" +msgstr "" + +#: i18n/templates.c:2516 msgid "Organisation Name" msgstr "" -#: i18n/templates.c:1919 +#: i18n/templates.c:2507 msgid "Orgnisation Administration" msgstr "" +#: plugins/ktcore/admin/deletedDocuments.php:247 +msgid "Original folder no longer exists. Document will be restored in the root folder." +msgstr "" + #: i18n/templates.c:2 msgid "Orphaned Folders" msgstr "" -#: plugins/browseabledashlet/BrowseableDashletPlugin.php:37 +#: plugins/browseabledashlet/BrowseableDashletPlugin.php:35 msgid "Orphaned Folders Plugin" msgstr "" -#: i18n/templates.c:2702 +#: i18n/templates.c:3365 msgid "Override Parent Allocation" msgstr "" -#: i18n/templates.c:2810 -msgid "Override Permissions" +#: i18n/templates.c:3257 +msgid "Override permissions" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:154 +#: plugins/ktcore/KTCorePlugin.php:184 msgid "Override the checked-out status of documents if a user has failed to do so." msgstr "" -#: plugins/ktcore/admin/workflows.php:66 +#: plugins/ktcore/admin/documentFields.php:1042 +#: plugins/ktcore/admin/workflows.php:64 msgid "Overview" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:71 -#: lib/authentication/builtinauthenticationprovider.inc.php:180 -#: plugins/ktcore/admin/userManagement.php:122 -#: plugins/ktcore/admin/userManagement.php:214 preferences.php:99 -#: i18n/templates.c:1436 i18n/templates.c:3812 +#: lib/authentication/builtinauthenticationprovider.inc.php:69 +#: lib/authentication/builtinauthenticationprovider.inc.php:178 +#: plugins/ktcore/admin/userManagement.php:124 +#: plugins/ktcore/admin/userManagement.php:221 preferences.php:97 +#: i18n/templates.c:2069 i18n/templates.c:4499 msgid "Password" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:417 +#: lib/validation/dispatchervalidation.inc.php:415 msgid "Password and confirmation password do not match" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:233 +#: lib/authentication/builtinauthenticationprovider.inc.php:231 msgid "Password changed" msgstr "" -#: plugins/ktcore/folder/BulkImport.php:63 +#: plugins/ktcore/folder/BulkImport.php:61 msgid "Path" msgstr "" -#: i18n/templates.c:2396 +#: i18n/templates.c:2984 msgid "Perform Transition" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:178 +#: plugins/ktcore/KTCorePlugin.php:208 msgid "Performs a check to see if the documents in your repositories all are stored on the back-end storage (usually on disk)." msgstr "" -#: i18n/templates.c:3944 +#: i18n/templates.c:4757 msgid "Permission" msgstr "" -#: lib/dispatcher.inc.php:209 +#: lib/dispatcher.inc.php:217 msgid "Permission Denied" msgstr "" -#: plugins/ktcore/admin/managePermissions.php:69 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:44 +msgid "Permission Restrictions" +msgstr "" + +#: plugins/ktcore/admin/managePermissions.php:67 msgid "Permission created" msgstr "" -#: plugins/ktcore/admin/managePermissions.php:88 +#: plugins/ktcore/admin/managePermissions.php:86 msgid "Permission deleted" msgstr "" -#: plugins/ktcore/folder/Permissions.php:21 -#: plugins/ktcore/folder/Permissions.php:25 -#: plugins/ktcore/folder/Permissions.php:124 -#: plugins/ktcore/KTCorePlugin.php:125 plugins/ktcore/KTPermissions.php:55 -#: plugins/ktcore/KTPermissions.php:147 i18n/templates.c:2597 -#: i18n/templates.c:2939 +#: plugins/ktcore/folder/Permissions.php:22 +#: plugins/ktcore/folder/Permissions.php:26 +#: plugins/ktcore/folder/Permissions.php:155 +#: plugins/ktcore/KTCorePlugin.php:155 plugins/ktcore/KTPermissions.php:56 +#: plugins/ktcore/KTPermissions.php:183 i18n/templates.c:3602 msgid "Permissions" msgstr "" -#: plugins/ktcore/admin/workflows.php:1032 +#: plugins/ktcore/admin/workflows.php:1048 msgid "Permissions Allocated." msgstr "" -#: i18n/templates.c:3935 +#: i18n/templates.c:4748 msgid "Permissions are descriptors used to ascertain whether groups of users have access to certain functionality. The built-in permissions below facilitate the default functionality of the DMS and can't be changed. Plugin developers may choose to add additional permissions below that manage access to their plugins functionality." msgstr "" -#: plugins/ktcore/admin/workflows.php:1002 +#: plugins/ktcore/admin/workflows.php:1018 msgid "Permissions for workflow assigned" msgstr "" -#: i18n/templates.c:2519 i18n/templates.c:2588 +#: i18n/templates.c:3110 i18n/templates.c:3224 msgid "Permissions overridden:" msgstr "" -#: plugins/ktcore/folder/Permissions.php:305 -#: plugins/ktcore/folder/Permissions.php:328 +#: plugins/ktcore/folder/Permissions.php:490 msgid "Permissions updated" msgstr "" -#: i18n/templates.c:3998 +#: i18n/templates.c:4811 msgid "Please be aware that - depending on your selections - new values may become available." msgstr "" -#: i18n/templates.c:1679 +#: i18n/templates.c:2282 msgid "Please choose a location to place your unit folder." msgstr "" -#: i18n/templates.c:1169 +#: i18n/templates.c:1793 msgid "Please complete the following fields to edit the fieldset's properties and then click Change. Required fields are marked with a red square." msgstr "" -#: i18n/templates.c:1790 +#: i18n/templates.c:2378 msgid "Please complete the form below to add a new user. Fields marked with a red square are required. By default, users are created using KnowledgeTree's builtin authentication provider. Should you wish to use an external authentication provider such as LDAP, please ensure that the provider's plugin is registered and use the form on the User Management page." msgstr "" -#: i18n/templates.c:1754 +#: i18n/templates.c:2342 msgid "Please complete the form below to edit the user. Fields marked with a red square are required. By default, users are created using KnowledgeTree's builtin authentication provider. Should you wish to use an external authentication provider such as LDAP, please ensure that the provider's plugin is registered and enabled." msgstr "" -#: i18n/templates.c:3398 +#: i18n/templates.c:4073 msgid "Please confirm that this is the document that you wish to check-in." msgstr "" -#: search/booleanSearch.php:107 +#: search/booleanSearch.php:108 msgid "Please either enter a name, or select a search to save over" msgstr "" -#: plugins/ktcore/admin/documentLinks.php:104 -#: plugins/ktcore/admin/documentLinks.php:121 +#: plugins/ktcore/admin/documentLinks.php:108 +#: plugins/ktcore/admin/documentLinks.php:125 msgid "Please enter information for all fields." msgstr "" -#: i18n/templates.c:1595 +#: i18n/templates.c:2213 msgid "Please enter the Group's details below and then click create group. Fields marked with a red square are required." msgstr "" -#: i18n/templates.c:1874 +#: i18n/templates.c:2462 msgid "Please enter the Unit's details below and then click create unit. Fields marked with a red square are required." msgstr "" -#: i18n/templates.c:3806 +#: i18n/templates.c:4493 msgid "Please enter your details below to login." msgstr "" -#: login.php:142 +#: login.php:146 msgid "Please enter your password." msgstr "" -#: login.php:138 +#: login.php:142 msgid "Please enter your username." msgstr "" -#: i18n/templates.c:2732 +#: plugins/ktcore/KTDocumentActions.php:359 +msgid "Please give a reason for cancelling the check-out." +msgstr "" + +#: i18n/templates.c:3395 msgid "Please give a reason for deleting these files. This will be recorded in the documents' \"Transaction History\"" msgstr "" -#: plugins/ktcore/admin/roleManagement.php:79 -#: plugins/ktcore/admin/roleManagement.php:101 +#: plugins/ktcore/admin/roleManagement.php:83 +#: plugins/ktcore/admin/roleManagement.php:105 msgid "Please give the role a name." msgstr "" -#: i18n/templates.c:3032 +#: i18n/templates.c:3695 msgid "Please give these final details." msgstr "" -#: i18n/templates.c:647 i18n/templates.c:653 +#: i18n/templates.c:1268 i18n/templates.c:1274 msgid "Please note" msgstr "" -#: i18n/templates.c:2246 +#: i18n/templates.c:2834 msgid "Please note that additional configuration is possible on states beyond what is specified here (e.g. which users to notify about the document, etc). Please edit the state to access and modify these other properties." msgstr "" -#: i18n/templates.c:2675 +#: i18n/templates.c:3338 msgid "Please note that changing role allocations may take a some time, depending on the number of folders below this one." msgstr "" -#: search/simpleSearch.php:138 +#: i18n/templates.c:2993 +msgid "Please note that changing the workflow on a document will start the workflow at the beginning of the new workflow. This is true even if the new workflow is identical to the old one." +msgstr "" + +#: search/simpleSearch.php:143 msgid "Please provide a search term" msgstr "" -#: i18n/templates.c:80 +#: i18n/templates.c:686 msgid "Please select a disclaimer to customise." msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:66 -#: plugins/ktcore/admin/userManagement.php:162 -#: plugins/ktcore/admin/userManagement.php:207 -#: plugins/ktcore/admin/userManagement.php:478 -#: plugins/ktcore/admin/userManagement.php:489 +#: lib/authentication/builtinauthenticationprovider.inc.php:64 +#: plugins/ktcore/admin/userManagement.php:166 +#: plugins/ktcore/admin/userManagement.php:214 +#: plugins/ktcore/admin/userManagement.php:504 +#: plugins/ktcore/admin/userManagement.php:519 msgid "Please select a user first." msgstr "" -#: plugins/ktcore/admin/userManagement.php:250 -#: plugins/ktcore/admin/userManagement.php:378 +#: plugins/ktcore/admin/userManagement.php:260 +#: plugins/ktcore/admin/userManagement.php:405 msgid "Please select a user to modify first." msgstr "" -#: plugins/ktcore/folder/addDocument.php:159 +#: plugins/ktcore/folder/addDocument.php:157 msgid "Please select a valid document type" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:95 -#: plugins/ktcore/admin/groupManagement.php:133 +#: plugins/ktcore/admin/groupManagement.php:102 +#: plugins/ktcore/admin/groupManagement.php:143 msgid "Please select a valid group." msgstr "" -#: plugins/ktcore/admin/roleManagement.php:96 -#: plugins/ktcore/admin/roleManagement.php:118 +#: plugins/ktcore/admin/roleManagement.php:100 +#: plugins/ktcore/admin/roleManagement.php:122 msgid "Please select a valid role first." msgstr "" -#: browse.php:345 browse.php:439 +#: browse.php:338 browse.php:432 msgid "Please select documents or folders first." msgstr "" -#: plugins/ktcore/admin/documentLinks.php:136 +#: plugins/ktcore/admin/documentLinks.php:140 msgid "Please select one or more link types to delete." msgstr "" -#: plugins/ktcore/folder/Permissions.php:343 +#: plugins/ktcore/folder/Permissions.php:505 msgid "Please select one or more permissions." msgstr "" -#: i18n/templates.c:149 +#: i18n/templates.c:755 msgid "Please select the appropriate workflows for each document type." msgstr "" -#: i18n/templates.c:2252 i18n/templates.c:2288 +#: i18n/templates.c:2840 i18n/templates.c:2876 msgid "Please select which roles or groups should be informed when this state is reached." msgstr "" -#: i18n/templates.c:2543 +#: i18n/templates.c:3134 msgid "Please select which states this transition should be available from. Note that transitions are never available from their target state, even if you specify it below." msgstr "" -#: plugins/ktcore/admin/documentLinks.php:66 +#: plugins/ktcore/admin/documentLinks.php:70 msgid "Please specify a link type to edit." msgstr "" -#: plugins/ktcore/admin/documentLinks.php:97 +#: plugins/ktcore/admin/documentLinks.php:101 msgid "Please specify a link type to update." msgstr "" -#: plugins/ktcore/admin/groupManagement.php:136 -#: plugins/ktcore/admin/groupManagement.php:505 +#: plugins/ktcore/admin/groupManagement.php:146 +#: plugins/ktcore/admin/groupManagement.php:563 msgid "Please specify a name for the group." msgstr "" -#: plugins/ktcore/admin/plugins.php:46 i18n/templates.c:1283 +#: i18n/templates.c:914 +msgid "Please visit www.ktdms.com to find out more." +msgstr "" + +#: plugins/ktcore/admin/plugins.php:44 i18n/templates.c:1916 msgid "Plugins" msgstr "" -#: plugins/ktstandard/workflow/adminpage.php:59 +#: plugins/ktstandard/workflow/adminpage.php:57 msgid "Plugins providing workflow allocators." msgstr "" -#: plugins/ktcore/admin/plugins.php:74 +#: plugins/ktcore/admin/plugins.php:72 msgid "Plugins read from the filesystem" msgstr "" -#: plugins/ktcore/admin/plugins.php:69 +#: plugins/ktcore/admin/plugins.php:67 msgid "Plugins updated" msgstr "" -#: plugins/ktcore/admin/roleManagement.php:125 +#: plugins/ktcore/admin/roleManagement.php:129 msgid "Possible cause" msgstr "" -#: i18n/templates.c:179 i18n/templates.c:182 +#: i18n/templates.c:785 i18n/templates.c:788 msgid "Post a reply" msgstr "" -#: config/siteMap.inc:52 lib/templating/kt3template.inc.php:235 -#: lib/templating/kt3template.inc.php:310 preferences.php:54 -#: i18n/templates.c:1421 +#: config/siteMap.inc:56 lib/templating/kt3template.inc.php:235 +#: lib/templating/kt3template.inc.php:310 preferences.php:52 +#: i18n/templates.c:2054 msgid "Preferences" msgstr "" -#: i18n/templates.c:3926 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:348 +msgid "Prevents this transition from occuring if the condition specified is not met for the document." +msgstr "" + +#: plugins/ktcore/KTWorkflowTriggers.inc.php:259 +msgid "Prevents users who are not members of the specified group from using this transition." +msgstr "" + +#: plugins/ktcore/KTWorkflowTriggers.inc.php:45 +msgid "Prevents users who do not have the specified permission from using this transition." +msgstr "" + +#: plugins/ktcore/KTWorkflowTriggers.inc.php:149 +msgid "Prevents users who do not have the specified role from using this transition." +msgstr "" + +#: i18n/templates.c:4718 msgid "Preview" msgstr "" -#: plugins/ktcore/KTPermissions.php:596 +#: plugins/ktcore/KTPermissions.php:670 msgid "Problem assigning role groups" msgstr "" -#: plugins/ktcore/KTPermissions.php:394 +#: plugins/ktcore/KTPermissions.php:465 msgid "Problem assigning role to parent allocation" msgstr "" -#: plugins/ktcore/KTPermissions.php:541 +#: plugins/ktcore/KTPermissions.php:615 msgid "Problem assigning role users" msgstr "" -#: i18n/templates.c:3995 +#: plugins/network/quicklinks/manageQuicklinks.php:240 +msgid "Problem retrieving quicklinks" +msgstr "" + +#: plugins/professional-reporting/ProfessionalReportingPlugin.php:27 +msgid "Professional Reporting" +msgstr "" + +#: i18n/templates.c:4808 msgid "Project Details" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:358 +#: lib/validation/dispatchervalidation.inc.php:356 #, php-format msgid "Provided variable %s is not a valid %s" msgstr "" -#: i18n/templates.c:827 +#: i18n/templates.c:1445 msgid "Provider" msgstr "" -#: i18n/templates.c:833 +#: i18n/templates.c:1451 msgid "Provider configuration" msgstr "" -#: lib/authentication/authenticationprovider.inc.php:84 -#: lib/authentication/authenticationprovider.inc.php:88 +#: lib/authentication/authenticationprovider.inc.php:82 +#: lib/authentication/authenticationprovider.inc.php:86 msgid "Provider does not support editing" msgstr "" -#: i18n/templates.c:1292 +#: plugins/network/quicklinks/manageQuicklinks.php:90 +msgid "Quicklink deleted" +msgstr "" + +#: i18n/templates.c:446 +msgid "Quicklinks" +msgstr "" + +#: plugins/network/quicklinks/QuicklinksPlugin.php:42 +msgid "Quicklinks Plugin" +msgstr "" + +#: i18n/templates.c:470 +msgid "Quicklinks allow the administrator to create and order a collection of links to documents and folders, which will display on users' dashboards." +msgstr "" + +#: i18n/templates.c:473 +msgid "Quicklinks are links to documents and folders which you use often." +msgstr "" + +#: i18n/templates.c:521 +msgid "Re-order" +msgstr "" + +#: plugins/network/quicklinks/manageQuicklinks.php:187 +#: plugins/network/quicklinks/manageQuicklinks.php:188 i18n/templates.c:488 +#: i18n/templates.c:512 i18n/templates.c:515 +msgid "Re-order Quicklinks" +msgstr "" + +#: i18n/templates.c:494 +msgid "Re-order quicklinks" +msgstr "" + +#: plugins/network/quicklinks/manageQuicklinks.php:257 +msgid "Re-ordered quicklinks" +msgstr "" + +#: i18n/templates.c:1925 msgid "Read plugins from filesystem" msgstr "" -#: i18n/templates.c:2183 +#: i18n/templates.c:2771 msgid "Read the admin introduction." msgstr "" -#: browse.php:547 browse.php:749 plugins/ktcore/KTDocumentActions.php:126 -#: plugins/ktcore/KTDocumentActions.php:312 -#: plugins/ktcore/KTDocumentActions.php:408 -#: plugins/ktcore/KTDocumentActions.php:554 -#: plugins/ktcore/KTDocumentActions.php:748 -#: plugins/ktcore/KTDocumentActions.php:858 -#: plugins/ktstandard/KTDiscussion.php:210 +#: browse.php:540 browse.php:748 plugins/ktcore/KTDocumentActions.php:134 +#: plugins/ktcore/KTDocumentActions.php:224 +#: plugins/ktcore/KTDocumentActions.php:345 +#: plugins/ktcore/KTDocumentActions.php:447 +#: plugins/ktcore/KTDocumentActions.php:594 +#: plugins/ktcore/KTDocumentActions.php:794 +#: plugins/ktcore/KTDocumentActions.php:947 +#: plugins/ktstandard/KTDiscussion.php:233 msgid "Reason" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:952 +#: plugins/ktcore/KTDocumentActions.php:1041 msgid "Reason for transition" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:172 +#: i18n/templates.c:98 i18n/templates.c:176 i18n/templates.c:290 +#: i18n/templates.c:368 +msgid "Recent Downloads" +msgstr "" + +#: i18n/templates.c:101 i18n/templates.c:179 i18n/templates.c:293 +#: i18n/templates.c:371 +msgid "Recent Uploads" +msgstr "" + +#: i18n/templates.c:224 +msgid "Recently Added/Changed Documents" +msgstr "" + +#: plugins/ktcore/KTCorePlugin.php:202 msgid "Register new plugins, disable plugins, and so forth" msgstr "" -#: i18n/templates.c:281 +#: i18n/templates.c:881 msgid "Relationship" msgstr "" -#: i18n/templates.c:1094 i18n/templates.c:1109 i18n/templates.c:2855 -#: i18n/templates.c:3620 i18n/templates.c:3686 i18n/templates.c:3725 -#: i18n/templates.c:3767 i18n/templates.c:3854 +#: i18n/templates.c:1718 i18n/templates.c:1733 i18n/templates.c:3503 +#: i18n/templates.c:4307 i18n/templates.c:4373 i18n/templates.c:4412 +#: i18n/templates.c:4454 i18n/templates.c:4646 msgid "Remove" msgstr "" -#: i18n/templates.c:1196 +#: i18n/templates.c:1820 msgid "Remove conditional" msgstr "" -#: i18n/templates.c:1133 i18n/templates.c:1217 i18n/templates.c:2054 +#: i18n/templates.c:1757 i18n/templates.c:1850 i18n/templates.c:2642 msgid "Remove fields" msgstr "" -#: i18n/templates.c:107 +#: i18n/templates.c:713 msgid "Remove subscription" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:322 -#: plugins/ktcore/admin/groupManagement.php:449 +#: plugins/ktcore/admin/groupManagement.php:354 +#: plugins/ktcore/admin/groupManagement.php:507 msgid "Removed" msgstr "" -#: plugins/ktcore/admin/userManagement.php:559 +#: plugins/ktcore/admin/userManagement.php:589 msgid "Removed from groups" msgstr "" -#: plugins/ktcore/document/Rename.php:47 plugins/ktcore/folder/Rename.php:43 -#: i18n/templates.c:2765 i18n/templates.c:2768 i18n/templates.c:3104 -#: i18n/templates.c:3107 +#: plugins/ktcore/document/Rename.php:46 plugins/ktcore/folder/Rename.php:41 +#: i18n/templates.c:3434 i18n/templates.c:3437 i18n/templates.c:3767 +#: i18n/templates.c:3770 msgid "Rename" msgstr "" -#: i18n/templates.c:839 i18n/templates.c:851 i18n/templates.c:1022 -#: i18n/templates.c:1025 +#: i18n/templates.c:1457 i18n/templates.c:1469 i18n/templates.c:1643 +#: i18n/templates.c:1646 msgid "Rename Behaviours" msgstr "" -#: i18n/templates.c:3098 +#: i18n/templates.c:3761 msgid "Rename document" msgstr "" -#: plugins/ktcore/folder/Rename.php:53 +#: plugins/ktcore/folder/Rename.php:51 msgid "Rename folder" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:137 +#: i18n/templates.c:3428 +msgid "Renaming folder: #name#" +msgstr "" + +#: plugins/ktcore/admin/manageHelp.php:135 msgid "Replacement already exists. Editing the existing copy instead of replacing." msgstr "" -#: i18n/templates.c:203 +#: i18n/templates.c:809 msgid "Replies" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:288 +#: plugins/ktstandard/KTDiscussion.php:311 msgid "Reply posted" msgstr "" -#: i18n/templates.c:752 +#: plugins/professional-reporting/ProfessionalReportingPlugin.php:37 +msgid "Report on usage of KnowledgeTree" +msgstr "" + +#: plugins/professional-reporting/ProfessionalReportingPlugin.php:36 +msgid "Reporting" +msgstr "" + +#: plugins/professional-reporting/ProfessionalReportingPlugin.php:41 +msgid "Reports on user activities - login history and last login information." +msgstr "" + +#: plugins/ktcore/KTAssist.php:38 i18n/templates.c:3878 i18n/templates.c:3881 +msgid "Request Assistance" +msgstr "" + +#: i18n/templates.c:1370 msgid "Request created in #timing#s" msgstr "" -#: i18n/templates.c:398 i18n/templates.c:401 i18n/templates.c:404 -#: i18n/templates.c:407 i18n/templates.c:410 i18n/templates.c:413 -#: i18n/templates.c:416 i18n/templates.c:419 +#: lib/documentmanagement/DocumentField.inc:202 +#: plugins/ktcore/admin/documentFields.php:109 i18n/templates.c:74 +#: i18n/templates.c:86 i18n/templates.c:152 i18n/templates.c:164 +#: i18n/templates.c:266 i18n/templates.c:278 i18n/templates.c:344 +#: i18n/templates.c:356 i18n/templates.c:1010 i18n/templates.c:1013 +#: i18n/templates.c:1016 i18n/templates.c:1019 i18n/templates.c:1022 +#: i18n/templates.c:1025 i18n/templates.c:1028 i18n/templates.c:1031 +#: i18n/templates.c:1685 msgid "Required" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:313 +#: lib/validation/dispatchervalidation.inc.php:311 #, php-format msgid "Required value %s not set" msgstr "" -#: i18n/templates.c:1298 +#: i18n/templates.c:1931 msgid "Reread plugins" msgstr "" -#: i18n/templates.c:2885 i18n/templates.c:3473 +#: i18n/templates.c:4160 msgid "Resolved permissions per user" msgstr "" -#: i18n/templates.c:3290 i18n/templates.c:3305 +#: i18n/templates.c:3533 +msgid "Resolved permissions per user for \"#foldername#\"" +msgstr "" + +#: i18n/templates.c:3962 i18n/templates.c:3977 msgid "Restore" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:157 +#: i18n/templates.c:4031 +msgid "Restore To" +msgstr "" + +#: plugins/ktcore/KTCorePlugin.php:187 msgid "Restore old (archived) documents, usually at a user's request." msgstr "" -#: plugins/ktcore/KTCorePlugin.php:160 +#: plugins/ktcore/KTCorePlugin.php:190 msgid "Restore or Expunge Deleted Documents" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:160 +#: plugins/ktcore/KTCorePlugin.php:190 msgid "Restore previously deleted documents, or permanently expunge them." msgstr "" -#: i18n/templates.c:1385 +#: i18n/templates.c:2018 msgid "Restrict document types" msgstr "" -#: i18n/templates.c:3743 +#: i18n/templates.c:4430 msgid "Return items which match" msgstr "" -#: i18n/templates.c:3575 i18n/templates.c:3665 i18n/templates.c:3833 +#: i18n/templates.c:4262 i18n/templates.c:4352 i18n/templates.c:4625 msgid "Return items which match  #options# of the criteria groups specified." msgstr "" -#: i18n/templates.c:3587 +#: i18n/templates.c:4274 msgid "Return items which match  #options# of the criteria specified below." msgstr "" -#: i18n/templates.c:3677 i18n/templates.c:3845 +#: i18n/templates.c:4364 i18n/templates.c:4637 msgid "Return items which match  #options# of the criteria specified." msgstr "" -#: i18n/templates.c:3986 i18n/templates.c:3989 +#: i18n/templates.c:4799 i18n/templates.c:4802 msgid "Return to where you came from." msgstr "" -#: i18n/templates.c:2678 i18n/templates.c:3182 +#: i18n/templates.c:3341 i18n/templates.c:3845 msgid "Role" msgstr "" -#: plugins/ktcore/admin/roleManagement.php:89 +#: plugins/ktcore/admin/roleManagement.php:93 #, php-format msgid "Role \"%s\" created." msgstr "" -#: plugins/ktcore/admin/roleManagement.php:128 +#: plugins/ktcore/admin/roleManagement.php:132 #, php-format msgid "Role \"%s\" deleted. " msgstr "" -#: plugins/ktcore/admin/roleManagement.php:111 +#: plugins/ktcore/admin/roleManagement.php:115 #, php-format msgid "Role \"%s\" updated." msgstr "" -#: i18n/templates.c:1634 +#: i18n/templates.c:2237 msgid "Role Administration" msgstr "" -#: plugins/ktcore/admin/roleManagement.php:41 -#: plugins/ktcore/admin/roleManagement.php:42 +#: plugins/ktcore/admin/roleManagement.php:45 +#: plugins/ktcore/admin/roleManagement.php:46 msgid "Role Management" msgstr "" -#: i18n/templates.c:1655 +#: i18n/templates.c:2258 msgid "Role Name" msgstr "" -#: plugins/ktcore/KTPermissions.php:361 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:148 +msgid "Role Restrictions" +msgstr "" + +#: plugins/ktcore/KTPermissions.php:432 msgid "Role allocation created." msgstr "" -#: plugins/ktcore/KTPermissions.php:401 +#: plugins/ktcore/KTPermissions.php:472 msgid "Role now uses parent." msgstr "" -#: i18n/templates.c:2345 i18n/templates.c:2621 i18n/templates.c:2819 -#: i18n/templates.c:2948 i18n/templates.c:3512 +#: i18n/templates.c:2933 i18n/templates.c:3266 i18n/templates.c:3611 +#: i18n/templates.c:4199 msgid "Role or Group" msgstr "" -#: i18n/templates.c:2348 i18n/templates.c:2624 i18n/templates.c:2822 -#: i18n/templates.c:2951 i18n/templates.c:3515 +#: i18n/templates.c:2936 i18n/templates.c:3269 i18n/templates.c:3614 +#: i18n/templates.c:4202 msgid "Role:" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:127 i18n/templates.c:2255 -#: i18n/templates.c:2291 +#: plugins/ktcore/KTCorePlugin.php:157 i18n/templates.c:2843 +#: i18n/templates.c:2879 msgid "Roles" msgstr "" -#: plugins/ktcore/admin/workflows.php:341 +#: plugins/ktcore/admin/workflows.php:339 msgid "Roles:" msgstr "" -#: i18n/templates.c:1970 +#: plugins/ktcore/admin/documentFields.php:968 +msgid "Root" +msgstr "" + +#: i18n/templates.c:2558 msgid "Run Condition" msgstr "" -#: plugins/ktcore/admin/conditions.php:89 -#: plugins/ktcore/admin/savedSearch.php:65 i18n/templates.c:29 -#: i18n/templates.c:62 i18n/templates.c:629 i18n/templates.c:773 -#: i18n/templates.c:2282 i18n/templates.c:2324 i18n/templates.c:2558 +#: plugins/ktcore/admin/conditions.php:87 +#: plugins/ktcore/admin/savedSearch.php:63 i18n/templates.c:635 +#: i18n/templates.c:668 i18n/templates.c:1250 i18n/templates.c:1391 +#: i18n/templates.c:2870 i18n/templates.c:2912 i18n/templates.c:3149 msgid "Save" msgstr "" -#: i18n/templates.c:593 +#: i18n/templates.c:1205 msgid "Save Changes" msgstr "" -#: i18n/templates.c:623 +#: i18n/templates.c:4523 i18n/templates.c:4535 i18n/templates.c:4547 +#: i18n/templates.c:4559 i18n/templates.c:4571 i18n/templates.c:4583 +msgid "Save Trigger" +msgstr "" + +#: i18n/templates.c:1244 msgid "Save this search" msgstr "" -#: search/booleanSearch.php:231 i18n/templates.c:122 +#: search/booleanSearch.php:232 i18n/templates.c:728 msgid "Saved Search" msgstr "" -#: search/booleanSearch.php:232 +#: search/booleanSearch.php:233 msgid "Saved Search: " msgstr "" -#: plugins/ktcore/admin/savedSearch.php:42 i18n/templates.c:119 -#: i18n/templates.c:542 +#: plugins/ktcore/admin/savedSearch.php:40 i18n/templates.c:725 +#: i18n/templates.c:1154 msgid "Saved Searches" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:168 i18n/templates.c:1976 +#: plugins/ktcore/KTCorePlugin.php:198 i18n/templates.c:2564 msgid "Saved searches" msgstr "" -#: i18n/templates.c:1979 +#: i18n/templates.c:2567 msgid "Saved searches are searches which are particular to your location For example, you could define a search which returns all documents in a particular workflow state, or all documents which are considered \"common\" within your organisation (leave policy, newsletters, etc.) based on a category or fieldset value." msgstr "" -#: lib/templating/kt3template.inc.php:232 plugins/ktcore/KTPortlets.php:35 -#: search/booleanSearch.php:214 i18n/templates.c:110 i18n/templates.c:3605 -#: i18n/templates.c:3698 i18n/templates.c:3866 +#: lib/templating/kt3template.inc.php:232 plugins/ktcore/KTCorePlugin.php:113 +#: plugins/ktcore/KTPortlets.php:33 search/booleanSearch.php:215 +#: i18n/templates.c:716 i18n/templates.c:4292 i18n/templates.c:4385 +#: i18n/templates.c:4658 msgid "Search" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:46 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:146 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:44 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:144 msgid "Search Attributes" msgstr "" -#: plugins/ktstandard/SearchDashletPlugin.php:38 +#: plugins/ktstandard/SearchDashletPlugin.php:36 msgid "Search Dashlet Plugin" msgstr "" -#: plugins/ktcore/admin/savedSearch.php:85 +#: plugins/ktcore/admin/savedSearch.php:83 msgid "Search Deleted" msgstr "" -#: i18n/templates.c:1991 +#: i18n/templates.c:2579 msgid "Search Name" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:141 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:139 msgid "Search Password" msgstr "" -#: search/booleanSearch.php:229 +#: search/booleanSearch.php:230 msgid "Search Results" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:140 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:138 msgid "Search User" msgstr "" -#: i18n/templates.c:11 +#: i18n/templates.c:617 msgid "Search for group" msgstr "" -#: i18n/templates.c:1526 +#: i18n/templates.c:2144 msgid "Search for groups" msgstr "" -#: i18n/templates.c:35 +#: i18n/templates.c:641 msgid "Search for user" msgstr "" -#: i18n/templates.c:1826 +#: i18n/templates.c:44 i18n/templates.c:236 i18n/templates.c:2414 msgid "Search for users" msgstr "" -#: plugins/ktcore/admin/conditions.php:71 +#: plugins/ktcore/admin/conditions.php:69 msgid "Search not deleted" msgstr "" -#: plugins/ktcore/admin/conditions.php:173 -#: plugins/ktcore/admin/conditions.php:208 -#: plugins/ktcore/admin/savedSearch.php:175 -#: plugins/ktcore/admin/savedSearch.php:211 search/booleanSearch.php:146 +#: plugins/ktcore/admin/conditions.php:171 +#: plugins/ktcore/admin/conditions.php:206 +#: plugins/ktcore/admin/savedSearch.php:173 +#: plugins/ktcore/admin/savedSearch.php:209 search/booleanSearch.php:147 msgid "Search not saved" msgstr "" -#: plugins/ktcore/admin/savedSearch.php:177 -#: plugins/ktcore/admin/savedSearch.php:213 search/booleanSearch.php:150 +#: plugins/ktcore/admin/savedSearch.php:175 +#: plugins/ktcore/admin/savedSearch.php:211 search/booleanSearch.php:151 msgid "Search saved" msgstr "" -#: lib/browse/Criteria.inc:886 -msgid "Searchable Text" -msgstr "" - -#: plugins/ktcore/KTCorePlugin.php:101 +#: plugins/ktcore/KTCorePlugin.php:131 msgid "Security Management" msgstr "" -#: view.php:488 i18n/templates.c:3542 +#: view.php:495 i18n/templates.c:4229 msgid "Select Document Version to compare against" msgstr "" -#: i18n/templates.c:854 +#: i18n/templates.c:1472 msgid "Select Fieldset" msgstr "" -#: i18n/templates.c:665 +#: i18n/templates.c:41 i18n/templates.c:233 +msgid "Select User" +msgstr "" + +#: i18n/templates.c:4610 +msgid "Select View" +msgstr "" + +#: i18n/templates.c:1286 msgid "Select a Field" msgstr "" -#: i18n/templates.c:632 +#: i18n/templates.c:1253 msgid "Select a Value" msgstr "" -#: i18n/templates.c:896 i18n/templates.c:911 +#: i18n/templates.c:1517 i18n/templates.c:1532 msgid "Select a behaviour" msgstr "" -#: i18n/templates.c:908 +#: i18n/templates.c:1529 msgid "Select a behaviour from this list to change the items which are available." msgstr "" -#: i18n/templates.c:659 +#: plugins/ktcore/admin/manageViews.php:50 +msgid "Select a column to add to the view. Please note that while you can add multiple copies of a column, they will all behave as a single column" +msgstr "" + +#: i18n/templates.c:1280 msgid "Select a document type" msgstr "" -#: i18n/templates.c:1352 +#: i18n/templates.c:1985 msgid "Select a document type from the list below to change its details, or use the enable/disable buttons to change its availability state." msgstr "" -#: i18n/templates.c:263 +#: i18n/templates.c:863 msgid "Select a link type." msgstr "" -#: i18n/templates.c:248 +#: i18n/templates.c:848 msgid "Select a target document to link to." msgstr "" -#: i18n/templates.c:2435 +#: i18n/templates.c:3026 msgid "Select a workflow to modify. To enable a disabled workflow, edit it and set a proper starting state." msgstr "" -#: i18n/templates.c:173 +#: i18n/templates.c:779 msgid "Select appropriate workflow" msgstr "" -#: i18n/templates.c:1379 +#: i18n/templates.c:2012 msgid "Select document types allowed in folder" msgstr "" -#: i18n/templates.c:2468 +#: i18n/templates.c:3491 +msgid "Select roles and groups for whom you wish to change permission assignement from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'." +msgstr "" + +#: i18n/templates.c:3059 msgid "Select the actions you want this workflow to control from the list below. Actions you do not specify will be available no matter what the state of the document." msgstr "" -#: plugins/ktcore/admin/documentTypes.php:148 +#: plugins/ktcore/admin/documentTypes.php:146 msgid "Select the fieldsets which you wish to associate with this document type" msgstr "" -#: i18n/templates.c:1457 -msgid "Select the groups from the left-hand list that you would like to add to this group and then click the right pointing arrows. Once you have added all the groups that you require, press save changes. Only groups that are logically capable of being included in this group will be available to be added." +#: plugins/ktcore/admin/groupManagement.php:392 +msgid "Select the groups from the left-hand list that you would like to add to this group and then click the right pointing arrows. Once you have added all the groups that you require, press save changes. Only groups that are logically capable of being included in this group will be available to be added." msgstr "" -#: i18n/templates.c:2918 +#: i18n/templates.c:3581 msgid "Select the groups which should be part of this role." msgstr "" -#: i18n/templates.c:1709 +#: plugins/ktcore/admin/userManagement.php:334 msgid "Select the groups which this user should belong to from the left-hand list and then click the right pointing arrows. Once you have added all the groups that you require, press save changes." msgstr "" -#: i18n/templates.c:2555 +#: plugins/ktstandard/KTDiscussion.php:232 +msgid "Select the state to move this discussion into" +msgstr "" + +#: i18n/templates.c:3146 msgid "Select the target state of the transition, and select the permission, group, and/or role necessary to perform the transition. Selecting more than one of permission, group, or role will require that the user wishing to perform the transition fulfil every requirement." msgstr "" -#: i18n/templates.c:1613 +#: plugins/ktcore/admin/workflows.php:1265 +msgid "Select the trigger to add to this transition. Each trigger indicates whether it controls who can see this transition, what occurs when the transition is performed, or both." +msgstr "" + +#: plugins/ktcore/admin/groupManagement.php:248 msgid "Select the users which should be part of this group from the left-hand list and then click the right pointing arrows. Once you have added all the users that you require, press save changes." msgstr "" -#: i18n/templates.c:2780 +#: i18n/templates.c:3449 msgid "Select the users which should be part of this role." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:138 +#: i18n/templates.c:89 i18n/templates.c:167 i18n/templates.c:281 +#: i18n/templates.c:359 +msgid "Select what kind of report you'd like to view." +msgstr "" + +#: plugins/ktcore/KTCorePlugin.php:102 +msgid "Selection" +msgstr "" + +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:136 msgid "Server name" msgstr "" -#: lib/session/Session.inc:231 +#: lib/session/Session.inc:238 msgid "Session timed out" msgstr "" -#: i18n/templates.c:2333 +#: i18n/templates.c:2921 msgid "Set allowed actions" msgstr "" -#: i18n/templates.c:2471 +#: i18n/templates.c:3062 msgid "Set controlled actions" msgstr "" -#: i18n/templates.c:2342 +#: i18n/templates.c:2930 msgid "Set controlled permissions" msgstr "" -#: i18n/templates.c:986 +#: i18n/templates.c:1607 msgid "Set master field" msgstr "" -#: plugins/ktcore/admin/documentFields.php:638 +#: plugins/ktcore/admin/documentFields.php:673 msgid "Set to complete" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:103 -#: plugins/ktcore/admin/groupManagement.php:468 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:414 +#: plugins/ktcore/admin/groupManagement.php:110 +#: plugins/ktcore/admin/groupManagement.php:526 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:420 msgid "Should all the members of this group be given system administration privileges?" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:102 -#: plugins/ktcore/admin/groupManagement.php:467 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:413 +#: plugins/ktcore/admin/groupManagement.php:109 +#: plugins/ktcore/admin/groupManagement.php:525 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:419 msgid "Should all the members of this group be given unit administration privileges?" msgstr "" -#: search/simpleSearch.php:130 +#: i18n/templates.c:116 i18n/templates.c:194 i18n/templates.c:308 +#: i18n/templates.c:386 +msgid "Show #max# of #total# transactions." +msgstr "" + +#: i18n/templates.c:104 i18n/templates.c:182 i18n/templates.c:296 +#: i18n/templates.c:374 +msgid "Show Items" +msgstr "" + +#: search/simpleSearch.php:135 msgid "Simple Search" msgstr "" +#: lib/browse/Criteria.inc:913 +msgid "Simple Search Text" +msgstr "" + #: i18n/templates.c:5 msgid "Since KnowledgeTree only shows you the folders and documents you are allowed to see, there are some placed that you can view but can't get to — for example, if they are in a folder you are not allowed to see. These are called \"orphaned folders\" since you can't access their parents and they are are listed below." msgstr "" -#: i18n/templates.c:8 +#: i18n/templates.c:614 msgid "Since there may be many groups in the system, please provider a few letters from the groups's name to begin." msgstr "" -#: i18n/templates.c:1529 +#: i18n/templates.c:2147 msgid "Since there may be many groups in the system, please type a few letters from the group's name to begin. Alternatively, view all groups (note that this action may take some time if you have many groups)." msgstr "" -#: i18n/templates.c:32 +#: i18n/templates.c:638 msgid "Since there may be many users in the system, please provider a few letters from the person's user name to begin." msgstr "" -#: i18n/templates.c:1829 +#: i18n/templates.c:47 i18n/templates.c:239 +msgid "Since there may be many users in the system, please select a group from the list below, or type a few letters from the person's username to begin." +msgstr "" + +#: i18n/templates.c:2417 msgid "Since there may be many users in the system, please select a group from the list below, or type a few letters from the person's username to begin. Alternatively, view all users (note that this may be very slow if you have many users)." msgstr "" -#: i18n/templates.c:2540 +#: i18n/templates.c:545 +msgid "Since there may be many users in the system, please select a user from the list below, or type a few letters from the person's username to begin. Alternatively, view all users (note that this may be very slow if you have many users)." +msgstr "" + +#: plugins/ktcore/admin/documentFields.php:122 +msgid "Since this is a conditional fieldset, fields may be of type \"Lookup\", or \"Tree\". Lookups are drop-down controls populated with values by your chosen values. Tree fields provide a rich means of selecting values from tree-like information structures." +msgstr "" + +#: plugins/ktcore/KTDashlets.php:59 +msgid "Since you are a system administrator, you can see this message. Please click \"edit\" below here to create some welcome content, since there is no welcome content available in your language." +msgstr "" + +#: plugins/ktcore/KTColumns.inc.php:328 plugins/ktcore/KTCorePlugin.php:103 +msgid "Single Selection" +msgstr "" + +#: i18n/templates.c:3131 msgid "Source States" msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:205 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:203 msgid "Source created" msgstr "" -#: i18n/templates.c:2465 +#: i18n/templates.c:3056 msgid "Specify Controlled Actions" msgstr "" -#: i18n/templates.c:2729 +#: i18n/templates.c:3392 msgid "Specify Reason for Delete" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:71 -#: plugins/ktcore/admin/userManagement.php:122 -#: plugins/ktcore/admin/userManagement.php:214 +#: i18n/templates.c:65 i18n/templates.c:143 i18n/templates.c:257 +#: i18n/templates.c:335 +msgid "Specify Search Details" +msgstr "" + +#: lib/authentication/builtinauthenticationprovider.inc.php:69 +#: plugins/ktcore/admin/userManagement.php:124 +#: plugins/ktcore/admin/userManagement.php:221 msgid "Specify an initial password for the user." msgstr "" -#: i18n/templates.c:1592 +#: i18n/templates.c:2210 msgid "Specify group details" msgstr "" -#: i18n/templates.c:3221 +#: i18n/templates.c:3893 msgid "Specify the details for a new link type below." msgstr "" -#: i18n/templates.c:3230 +#: i18n/templates.c:3902 msgid "Specify the details for the link type below." msgstr "" -#: i18n/templates.c:1871 +#: i18n/templates.c:107 i18n/templates.c:185 i18n/templates.c:299 +#: i18n/templates.c:377 +msgid "Specify the maximum items to show, or leave it at zero or blank to show all transactions matching your report" +msgstr "" + +#: i18n/templates.c:2459 msgid "Specify unit details" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:120 +#: i18n/templates.c:4532 i18n/templates.c:4568 +msgid "Specify which condition the document must fulfill before this transition becomes available." +msgstr "" + +#: i18n/templates.c:4580 +msgid "Specify which folder to which the document must be moved." +msgstr "" + +#: i18n/templates.c:4544 +msgid "Specify which group the user will require in order to perform this transition." +msgstr "" + +#: plugins/ktcore/KTCorePlugin.php:150 msgid "Specify which organisational units are available within the repository." msgstr "" -#: preferences.php:99 +#: i18n/templates.c:4520 +msgid "Specify which permissions the user will require in order to perform this transition. Note that the user will be required to have all these permissions." +msgstr "" + +#: i18n/templates.c:4556 +msgid "Specify which role the user will require in order to perform this transition." +msgstr "" + +#: preferences.php:97 msgid "Specify your new password." msgstr "" -#: i18n/templates.c:821 +#: i18n/templates.c:1439 msgid "Standard configuration" msgstr "" -#: i18n/templates.c:2405 +#: i18n/templates.c:2996 msgid "Start Workflow" msgstr "" -#: i18n/templates.c:2399 +#: i18n/templates.c:2987 msgid "Start workflow on document" msgstr "" -#: plugins/ktcore/admin/workflows.php:449 +#: plugins/ktcore/admin/workflows.php:447 msgid "Starting State" msgstr "" -#: plugins/ktcore/admin/workflows.php:848 i18n/templates.c:209 -#: i18n/templates.c:2273 i18n/templates.c:2390 i18n/templates.c:2507 -#: i18n/templates.c:2576 +#: plugins/ktcore/admin/workflows.php:856 +#: plugins/ktstandard/KTDiscussion.php:232 i18n/templates.c:815 +#: i18n/templates.c:2861 i18n/templates.c:2978 i18n/templates.c:3098 +#: i18n/templates.c:3212 msgid "State" msgstr "" -#: plugins/ktcore/admin/workflows.php:948 +#: plugins/ktcore/admin/workflows.php:964 msgid "State deleted." msgstr "" -#: plugins/ktcore/admin/workflows.php:946 +#: plugins/ktcore/admin/workflows.php:962 #, php-format msgid "State deleted. Also deleted transitions ending in that state: %s" msgstr "" -#: plugins/ktcore/admin/workflows.php:67 +#: plugins/ktcore/admin/workflows.php:65 msgid "States" msgstr "" -#: i18n/templates.c:2441 +#: i18n/templates.c:3032 msgid "Status" msgstr "" -#: i18n/templates.c:1553 +#: i18n/templates.c:2171 msgid "Subgroups" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:109 -#: plugins/ktstandard/KTDiscussion.php:201 i18n/templates.c:194 +#: plugins/ktcore/KTAssist.php:45 plugins/ktstandard/KTDiscussion.php:121 +#: plugins/ktstandard/KTDiscussion.php:223 i18n/templates.c:800 msgid "Subject" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:137 +#: plugins/ktstandard/KTSubscriptions.php:135 msgid "Subscribe to document" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:309 +#: plugins/ktstandard/KTSubscriptions.php:307 msgid "Subscribe to folder" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:376 +#: plugins/ktstandard/KTSubscriptions.php:374 msgid "Subscription Management" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:82 i18n/templates.c:104 +#: plugins/ktstandard/KTSubscriptions.php:45 +msgid "Subscription Plugin" +msgstr "" + +#: plugins/ktstandard/KTSubscriptions.php:80 i18n/templates.c:710 msgid "Subscriptions" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:427 +#: plugins/ktstandard/KTSubscriptions.php:425 msgid "Subscriptions removed" msgstr "" -#: plugins/ktcore/admin/documentCheckout.php:119 +#: plugins/ktcore/admin/documentCheckout.php:122 #, php-format msgid "Successfully forced \"%s\" to be checked in." msgstr "" -#: i18n/templates.c:3869 +#: i18n/templates.c:4661 msgid "Support and System Information" msgstr "" -#: plugins/ktcore/admin/techsupport.php:39 plugins/ktcore/KTCorePlugin.php:175 +#: plugins/ktcore/admin/techsupport.php:37 plugins/ktcore/KTCorePlugin.php:205 msgid "Support and System information" msgstr "" -#: i18n/templates.c:1736 +#: i18n/templates.c:2324 msgid "Synchronise Users in #name#" msgstr "" -#: i18n/templates.c:1244 +#: i18n/templates.c:1877 msgid "System" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:103 -#: plugins/ktcore/admin/groupManagement.php:468 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:414 +#: plugins/ktcore/admin/groupManagement.php:110 +#: plugins/ktcore/admin/groupManagement.php:526 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:420 msgid "System Administrators" msgstr "" -#: plugins/ktcore/admin/managePermissions.php:42 +#: plugins/ktcore/admin/managePermissions.php:40 msgid "System Name" msgstr "" -#: i18n/templates.c:2144 +#: i18n/templates.c:2732 msgid "Take the crash course." msgstr "" -#: i18n/templates.c:275 +#: i18n/templates.c:503 i18n/templates.c:875 msgid "Target" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:553 -#: plugins/ktcore/KTDocumentActions.php:747 i18n/templates.c:1682 -#: i18n/templates.c:3086 i18n/templates.c:3125 i18n/templates.c:3155 +#: plugins/ktcore/KTDocumentActions.php:593 +#: plugins/ktcore/KTDocumentActions.php:793 i18n/templates.c:2285 +#: i18n/templates.c:3749 i18n/templates.c:3788 i18n/templates.c:3818 msgid "Target folder" msgstr "" -#: i18n/templates.c:920 +#: i18n/templates.c:1541 msgid "Test Instance" msgstr "" -#: i18n/templates.c:3650 i18n/templates.c:3797 +#: i18n/templates.c:4337 i18n/templates.c:4484 msgid "Test conditions" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:146 +#: plugins/ktcore/admin/manageViews.php:78 +msgid "That column is not for the specified view" +msgstr "" + +#: plugins/ktcore/admin/manageViews.php:74 +msgid "That column is required" +msgstr "" + +#: i18n/templates.c:38 +msgid "The DMS tracks a large amount of activity by users. Use these reports to get better information on who's doing what on the system. Note that transactions are only shown for documents you are allowed to view." +msgstr "" + +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:144 msgid "The LDAP attributes to use to search for users when given their name (one per line, examples: cn, mail)" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:147 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:145 msgid "The LDAP object classes to search for users (one per line, example: user, inetOrgPerson, posixAccount)" msgstr "" -#: plugins/ktcore/folder/BulkUpload.php:70 +#: plugins/ktstandard/KTBulkExportPlugin.php:221 +msgid "The ZIP can only be downloaded once - if you cancel the download, you will need to reload the Bulk Export page." +msgstr "" + +#: plugins/ktcore/folder/BulkUpload.php:68 msgid "The archive file containing the documents you wish to add to the document management system." msgstr "" -#: i18n/templates.c:2750 +#: i18n/templates.c:3416 msgid "The bulk import facility allows for a number of documents to be added to the document management system easily. Provide a path on the server, and all documents and folders within that path will be added to the document management system." msgstr "" -#: i18n/templates.c:2654 +#: i18n/templates.c:3317 msgid "The bulk upload facility allows for a number of documents to be added to the document management system. Provide an archive (ZIP) file from your local computer, and all documents and folders within that archive will be added to the document management system." msgstr "" -#: plugins/ktcore/folder/addDocument.php:72 +#: i18n/templates.c:4589 +msgid "The columns included in this view are displayed below. To add additional columns into the view, use the form below the list. To remove items, click on the \"delete\" icon next to the column name. Note that some columns may be required in a given view. Also, while you can have multiple copies of a given column in a specific view this is not recommended." +msgstr "" + +#: plugins/ktcore/KTWorkflowTriggers.inc.php:411 +msgid "The condition required for this trigger has been deleted, so it is always available." +msgstr "" + +#: plugins/ktcore/folder/addDocument.php:70 msgid "The contents of the document to be added to the document management system." msgstr "" -#: plugins/ktcore/document/Rename.php:75 +#: plugins/ktcore/document/Rename.php:74 msgid "The current file name is shown below:" msgstr "" -#: i18n/templates.c:272 +#: i18n/templates.c:872 msgid "The current links to and from this document are displayed below." msgstr "" -#: i18n/templates.c:362 +#: i18n/templates.c:974 msgid "The data for this conditional metadata fieldset was not completely provided. Provide the extra information, and save your changes afterwards." msgstr "" -#: lib/import/bulkimport.inc.php:108 lib/import/bulkimport.inc.php:112 +#: lib/import/bulkimport.inc.php:112 lib/import/bulkimport.inc.php:116 #, php-format msgid "The document %s is already present in %s. Ignoring." msgstr "" -#: i18n/templates.c:2360 +#: i18n/templates.c:2948 msgid "The document #name# has changed to state #state#, and you are specified as one of the users to inform about documents in this state." msgstr "" -#: lib/documentmanagement/documentutil.inc.php:616 +#: lib/documentmanagement/documentutil.inc.php:644 #, php-format msgid "The document is checked out and cannot be deleted: %s" msgstr "" -#: lib/widgets/fieldsetDisplay.inc.php:322 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:413 +#, php-format +msgid "The document must match condition \"%s\"." +msgstr "" + +#: lib/widgets/fieldsetDisplay.inc.php:320 msgid "The document title is used as the main name of a document throughout KnowledgeTree™." msgstr "" -#: plugins/ktcore/folder/addDocument.php:73 +#: plugins/ktcore/folder/addDocument.php:71 msgid "The document title is used as the main name of a document throughout KnowledgeTree." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:541 +#: plugins/ktcore/KTDocumentActions.php:581 msgid "The document was already in this folder" msgstr "" -#: plugins/ktcore/admin/documentCheckout.php:68 -#: plugins/ktcore/admin/documentCheckout.php:99 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:559 +#, php-format +msgid "The document will be moved to folder \"%s\"." +msgstr "" + +#: plugins/network/gotodocumentid/GoToDocumentIdPlugin.php:85 +msgid "The document you requested does not exist." +msgstr "" + +#: plugins/ktcore/admin/documentCheckout.php:71 +#: plugins/ktcore/admin/documentCheckout.php:102 msgid "The document you specified appears to be invalid." msgstr "" -#: i18n/templates.c:3167 +#: i18n/templates.c:3830 msgid "The document you wish to check out will begin to download soon. If it does not automatically start to download, you can use this link to start it yourself." msgstr "" -#: plugins/ktcore/admin/userManagement.php:120 -#: plugins/ktcore/admin/userManagement.php:171 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:215 +#: plugins/ktcore/admin/userManagement.php:122 +#: plugins/ktcore/admin/userManagement.php:175 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:213 msgid "The email address of the user. Notifications and alerts are mailed to this address if email notifications is set below. e.g. jsmith@acme.com" msgstr "" -#: plugins/ktcore/admin/documentFields.php:151 -#: plugins/ktcore/admin/documentFields.php:153 +#: plugins/ktcore/admin/documentFields.php:157 +#: plugins/ktcore/admin/documentFields.php:159 #, php-format msgid "The field '%s' is a required field" msgstr "" -#: i18n/templates.c:959 +#: i18n/templates.c:1580 msgid "The fieldset is currently designated as Complex" msgstr "" -#: i18n/templates.c:968 +#: i18n/templates.c:1589 msgid "The fieldset is currently designated as Simple" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:250 +#: plugins/ktcore/KTDocumentActions.php:262 msgid "The file name of the uploaded file does not match the file name of the document in the system" msgstr "" -#: lib/foldermanagement/folderutil.inc.php:66 +#: plugins/ktcore/KTDocumentActions.php:79 +msgid "The file you requested is not available - please contact the system administrator if this is incorrect." +msgstr "" + +#: lib/foldermanagement/folderutil.inc.php:70 #, php-format msgid "The folder %s already exists." msgstr "" -#: lib/import/bulkimport.inc.php:78 +#: lib/import/bulkimport.inc.php:82 #, php-format msgid "The folder %s is already present in %s. Adding files into pre-existing folder." msgstr "" -#: i18n/templates.c:3089 i18n/templates.c:3158 -msgid "The folder given below is where the document is going to be moved to. Use the folder collection and path below to browse to the folder you wish to move the documents into." +#: i18n/templates.c:2288 +msgid "The folder given below is where the unit folder will be created. Use the folder collection and path below to browse to the folder you wish to create the unit folder into." msgstr "" -#: i18n/templates.c:1685 -msgid "The folder given below is where the unit folder will be created. Use the folder collection and path below to browse to the folder you wish to create the unit folder into." +#: plugins/ktcore/KTWorkflowTriggers.inc.php:440 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:451 +msgid "The folder to which this document should be moved does not exist. Cancelling the transition - please contact a system administrator." msgstr "" -#: browse.php:546 +#: browse.php:539 msgid "The folder which will contain the previously selected files and folders." msgstr "" -#: i18n/templates.c:590 +#: i18n/templates.c:1202 msgid "The following document metadata is available for editing." msgstr "" -#: browse.php:422 +#: browse.php:415 msgid "The following documents can not be moved as they are either checked out, or controlled by a workflow" msgstr "" -#: i18n/templates.c:3446 +#: i18n/templates.c:4106 i18n/templates.c:4133 msgid "The following files are present in the repository, but do not exist in the database." msgstr "" -#: browse.php:419 +#: browse.php:412 msgid "The following folders can not be moved" msgstr "" -#: plugins/ktcore/admin/userManagement.php:119 -#: plugins/ktcore/admin/userManagement.php:170 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:214 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:131 +#, php-format +msgid "The following permissions are required: %s" +msgstr "" + +#: i18n/templates.c:908 +msgid "The following upgrade is available:" +msgstr "" + +#: i18n/templates.c:911 +msgid "The following upgrades are available:" +msgstr "" + +#: plugins/ktcore/admin/userManagement.php:121 +#: plugins/ktcore/admin/userManagement.php:174 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:212 msgid "The full name of the user. This is shown in reports and listings. e.g. John Smith" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:379 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:327 +msgid "The group required for this trigger has been deleted, so anyone can perform this action." +msgstr "" + +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:385 msgid "The group's name, or part thereof, to find the group that you wish to add" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:138 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:136 msgid "The host name or IP address of the LDAP server" msgstr "" -#: i18n/templates.c:323 i18n/templates.c:371 +#: i18n/templates.c:935 i18n/templates.c:983 msgid "The information in this section is stored by KnowledgeTree™ for every document." msgstr "" -#: lib/widgets/fieldsetDisplay.inc.php:332 +#: lib/widgets/fieldsetDisplay.inc.php:330 msgid "The information in this section is stored by KnowledgeTree™ for every document." msgstr "" -#: plugins/ktcore/admin/managePermissions.php:42 +#: plugins/ktcore/admin/managePermissions.php:40 msgid "The internal name used for the permission. This should never be changed." msgstr "" -#: i18n/templates.c:2738 +#: i18n/templates.c:3401 msgid "The items that you selected to delete." msgstr "" -#: i18n/templates.c:3029 i18n/templates.c:3122 +#: i18n/templates.c:3692 i18n/templates.c:3785 msgid "The items that you selected to move." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:139 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:137 msgid "The location in the LDAP directory to start searching from (CN=Users,DC=mycorp,DC=com)" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:411 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:417 msgid "The location of the group within the LDAP directory." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:212 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:210 msgid "The location of the user within the LDAP directory." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:97 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:95 msgid "The location of this user in the LDAP tree" msgstr "" -#: plugins/ktcore/admin/userManagement.php:125 -#: plugins/ktcore/admin/userManagement.php:173 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:217 +#: plugins/ktcore/admin/userManagement.php:127 +#: plugins/ktcore/admin/userManagement.php:177 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:215 msgid "The mobile phone number of the user. e.g. 999 9999 999" msgstr "" -#: plugins/ktcore/KTFolderActions.php:56 +#: plugins/ktcore/KTFolderActions.php:54 msgid "The name for the new folder." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:412 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:418 msgid "The name the group will enter to gain access to KnowledgeTree. e.g. accountants" msgstr "" -#: search/booleanSearch.php:274 +#: search/booleanSearch.php:269 msgid "The name to save this search as" msgstr "" -#: plugins/ktcore/document/Rename.php:76 +#: plugins/ktcore/document/Rename.php:75 msgid "The name to which the current file should be renamed." msgstr "" -#: plugins/ktcore/folder/Rename.php:57 +#: plugins/ktcore/folder/Rename.php:55 msgid "The name to which the current folder should be renamed." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:141 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:139 msgid "The password for the user account in the LDAP directory that performs searches" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:117 -#: lib/authentication/builtinauthenticationprovider.inc.php:209 -#: plugins/ktcore/admin/userManagement.php:238 -#: plugins/ktcore/admin/userManagement.php:440 +#: lib/authentication/builtinauthenticationprovider.inc.php:115 +#: lib/authentication/builtinauthenticationprovider.inc.php:207 +#: plugins/ktcore/admin/userManagement.php:248 +#: plugins/ktcore/admin/userManagement.php:467 #, php-format msgid "The password must be at least %d characters long." msgstr "" -#: plugins/ktcore/admin/userManagement.php:242 -#: plugins/ktcore/admin/userManagement.php:444 preferences.php:122 +#: plugins/ktcore/admin/userManagement.php:252 +#: plugins/ktcore/admin/userManagement.php:471 preferences.php:120 msgid "The passwords you specified do not match." msgstr "" -#: plugins/ktcore/folder/BulkImport.php:63 +#: plugins/ktcore/folder/BulkImport.php:61 msgid "The path containing the documents to be added to the document management system." msgstr "" -#: browse.php:547 +#: browse.php:540 msgid "The reason for moving these documents and folders, for historical purposes." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:858 +#: plugins/ktcore/KTDocumentActions.php:947 msgid "The reason for the archiving of this document. This will be displayed when the archived document is to be displayed." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:126 +#: plugins/ktcore/KTDocumentActions.php:134 msgid "The reason for the checkout of this document for historical purposes, and to inform those who wish to check out this document." msgstr "" -#: browse.php:749 +#: browse.php:748 msgid "The reason for the deletion of these documents and folders for historical purposes." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:554 -#: plugins/ktcore/KTDocumentActions.php:748 +#: plugins/ktcore/KTDocumentActions.php:794 +msgid "The reason for this document to be copied." +msgstr "" + +#: plugins/ktcore/KTDocumentActions.php:594 msgid "The reason for this document to be moved." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:408 +#: plugins/ktcore/KTDocumentActions.php:447 msgid "The reason for this document to be removed." msgstr "" -#: lib/help/help.inc.php:146 +#: lib/help/help.inc.php:150 msgid "The requested help language has no contents." msgstr "" -#: lib/validation/dispatchervalidation.inc.php:218 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:238 +msgid "The role required for this trigger has been deleted, so anyone can perform this action." +msgstr "" + +#: lib/validation/dispatchervalidation.inc.php:216 msgid "The string is too long: the maximum length in characters is " msgstr "" -#: lib/widgets/fieldsetDisplay.inc.php:418 +#: lib/widgets/fieldsetDisplay.inc.php:416 msgid "The system rejected your value for this field." msgstr "" -#: i18n/templates.c:2477 +#: i18n/templates.c:3068 msgid "The table below lists the actions you have specified as controlled by this workflow, and all the states within the workflow. From here you can assign those actions to the various states in this workflow. Checked items are available to users whose permissions would normally allow them when the document is in that state. Unchecked items are not available to any users." msgstr "" -#: plugins/ktstandard/KTDiscussion.php:109 -#: plugins/ktstandard/KTDiscussion.php:201 +#: i18n/templates.c:422 +msgid "The top downloads for the last 7 days. Only documents which you are allowed to see are listed." +msgstr "" + +#: plugins/ktstandard/KTDiscussion.php:121 +#: plugins/ktstandard/KTDiscussion.php:223 msgid "The topic of discussion in this thread" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:222 +#: plugins/ktcore/KTDocumentActions.php:1039 +msgid "The transition listed will cause the document to change from its current state to the listed destination state." +msgstr "" + +#: plugins/ktstandard/KTDocumentLinks.php:220 msgid "The type of link you wish to use" msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:57 -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:83 -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:136 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:55 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:81 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:134 msgid "The type of source (e.g. LDAP)" msgstr "" -#: i18n/templates.c:1688 +#: i18n/templates.c:2291 msgid "The unit administrators have additional rights within that portion of the document management system." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:215 +#: plugins/ktcore/KTDocumentActions.php:223 msgid "The updated document." msgstr "" -#: lib/validation/dispatchervalidation.inc.php:255 +#: lib/validation/dispatchervalidation.inc.php:253 msgid "The uploaded file is larger than the MAX_FILE_SIZE directive that was specified in the HTML form" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:254 +#: lib/validation/dispatchervalidation.inc.php:252 msgid "The uploaded file is larger than the PHP upload_max_filesize setting" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:256 +#: lib/validation/dispatchervalidation.inc.php:254 msgid "The uploaded file was not fully uploaded to the document management system" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:140 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:138 msgid "The user account in the LDAP directory to perform searches in the LDAP directory as (such as CN=searchUser,CN=Users,DC=mycorp,DC=com or searchUser@mycorp.com)" msgstr "" -#: i18n/templates.c:3413 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:329 +#, php-format +msgid "The user must be a member of the group \"%s\"." +msgstr "" + +#: i18n/templates.c:4088 msgid "The user who checked this document out is no longer valid." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:331 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:240 +#, php-format +msgid "The user will require the %s role." +msgstr "" + +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:329 msgid "The user's name, or part thereof, to find the user that you wish to add" msgstr "" -#: plugins/ktcore/admin/userManagement.php:118 -#: plugins/ktcore/admin/userManagement.php:169 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:213 +#: plugins/ktcore/admin/userManagement.php:120 +#: plugins/ktcore/admin/userManagement.php:173 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:211 msgid "The username the user will enter to gain access to KnowledgeTree. e.g. jsmith" msgstr "" -#: i18n/templates.c:1013 +#: i18n/templates.c:1634 msgid "The value of the field" msgstr "" -#: i18n/templates.c:2114 +#: i18n/templates.c:818 +msgid "There are #closed# closed threads - use the \"View All\" option below to view them." +msgstr "" + +#: i18n/templates.c:2702 msgid "There are currently no active indexers registered. No content indexing will occur." msgstr "" -#: i18n/templates.c:1670 +#: i18n/templates.c:2273 msgid "There are currently no roles created within the system." msgstr "" -#: i18n/templates.c:2417 +#: i18n/templates.c:3008 msgid "There are no defined workflows which can be started on this document. An administrator can create workflows to map the lifecycle of a document. Contact your administrator to discuss workflows." msgstr "" -#: i18n/templates.c:212 -msgid "There are no existing threads for this document" +#: i18n/templates.c:896 +msgid "There are no links to or from this document." msgstr "" -#: i18n/templates.c:296 -msgid "There are no links to or from this document." +#: i18n/templates.c:821 +msgid "There are no open threads for this document." msgstr "" -#: lib/help/help.inc.php:221 lib/help/help.inc.php:225 +#: i18n/templates.c:449 +msgid "There are no quicklinks." +msgstr "" + +#: i18n/templates.c:497 +msgid "There are no system quicklinks." +msgstr "" + +#: lib/help/help.inc.php:239 lib/help/help.inc.php:243 msgid "There is no help available in your language for this plugin" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:880 +#: plugins/ktcore/KTDocumentActions.php:969 msgid "There was a database error while trying to archive this file" msgstr "" -#: lib/documentmanagement/documentutil.inc.php:139 +#: lib/documentmanagement/documentutil.inc.php:148 msgid "There was a problem checking out the document." msgstr "" -#: lib/documentmanagement/documentutil.inc.php:656 +#: lib/documentmanagement/documentutil.inc.php:690 msgid "There was a problem deleting the document from storage." msgstr "" -#: lib/documentmanagement/documentutil.inc.php:634 +#: lib/documentmanagement/documentutil.inc.php:668 msgid "There was a problem deleting the document from the database." msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:157 +#: plugins/ktstandard/KTSubscriptions.php:155 msgid "There was a problem subscribing you to this document" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:330 +#: plugins/ktstandard/KTSubscriptions.php:328 msgid "There was a problem subscribing you to this folder" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:191 +#: plugins/ktstandard/KTSubscriptions.php:189 msgid "There was a problem unsubscribing you from this document" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:364 +#: plugins/ktstandard/KTSubscriptions.php:362 msgid "There was a problem unsubscribing you from this folder" msgstr "" -#: browse.php:641 plugins/ktcore/KTDocumentActions.php:590 +#: browse.php:634 plugins/ktcore/KTDocumentActions.php:630 msgid "There was a problem updating the document's location in the database" msgstr "" -#: browse.php:649 plugins/ktcore/KTDocumentActions.php:599 +#: browse.php:642 plugins/ktcore/KTDocumentActions.php:639 msgid "There was a problem updating the document's location in the repository storage" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:152 -#: plugins/ktstandard/KTDiscussion.php:260 +#: plugins/ktstandard/KTDiscussion.php:174 +#: plugins/ktstandard/KTDiscussion.php:283 msgid "There was an error adding the comment to the thread" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:143 +#: plugins/ktstandard/KTDiscussion.php:165 msgid "There was an error creating a new thread" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:170 -#: plugins/ktstandard/KTDiscussion.php:280 -#: plugins/ktstandard/KTDiscussion.php:327 +#: plugins/ktstandard/KTDiscussion.php:192 +#: plugins/ktstandard/KTDiscussion.php:303 +#: plugins/ktstandard/KTDiscussion.php:370 msgid "There was an error updating the thread with the new comment" msgstr "" -#: i18n/templates.c:2165 +#: i18n/templates.c:2753 msgid "These are the most recent #visible# notifications. You have a total of #count# notifications waiting." msgstr "" -#: i18n/templates.c:929 +#: i18n/templates.c:1550 msgid "These behaviours and the fields and values they allow are shown below for the active field." msgstr "" -#: i18n/templates.c:3443 +#: i18n/templates.c:4103 i18n/templates.c:4130 msgid "These documents have versions that are not present on the filesystem. Consider restoring them from backups." msgstr "" -#: lib/dashboard/dashlet.inc.php:39 +#: lib/dashboard/dashlet.inc.php:37 msgid "This Dashlet is incomplete." msgstr "" -#: lib/email/Email.inc:251 +#: lib/email/Email.inc:255 msgid "This bug can be found on this page" msgstr "" -#: i18n/templates.c:875 +#: i18n/templates.c:1496 msgid "This column is not active." msgstr "" -#: i18n/templates.c:1163 +#: i18n/templates.c:1787 msgid "This conditional fieldset cannot be used" msgstr "" -#: i18n/templates.c:944 -msgid "This conditional fieldset is marked such that it cannot be used. This happens when the fieldset has been edited and has not been set to complete. Setting the fieldset to complete will do a check to see if the fieldset is usable by the user." +#: i18n/templates.c:1565 +msgid "This conditional fieldset is marked such that it cannot be used. The system automatically checks whether the fieldset is useable, and if not it will prevent it being used in a \"conditional\" fashion. Please correct the issues identified below." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:675 +#: plugins/ktcore/KTDocumentActions.php:715 msgid "This document can't be copied because it is checked out" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:397 -#: plugins/ktcore/KTDocumentActions.php:473 +#: plugins/ktcore/KTDocumentActions.php:436 +#: plugins/ktcore/KTDocumentActions.php:513 msgid "This document can't be deleted because it is checked out" msgstr "" -#: plugins/ktcore/document/Rename.php:63 +#: plugins/ktcore/document/Rename.php:62 msgid "This document can't be renamed because it is checked out" msgstr "" -#: view.php:119 +#: view.php:117 msgid "This document has been archived." msgstr "" -#: view.php:107 +#: view.php:105 msgid "This document has been archived. Please contact the system administrator to have it restored if it is still needed." msgstr "" -#: view.php:121 +#: view.php:119 msgid "This document has been deleted." msgstr "" -#: view.php:110 +#: view.php:108 msgid "This document has been deleted. Please contact the system administrator to have it restored if it is still needed." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:115 +#: plugins/ktcore/KTDocumentActions.php:123 msgid "This document is already checked out" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:202 -#: plugins/ktcore/KTDocumentActions.php:299 +#: plugins/ktcore/KTDocumentActions.php:210 +#: plugins/ktcore/KTDocumentActions.php:332 msgid "This document is checked out, but not by you" msgstr "" -#: i18n/templates.c:608 +#: i18n/templates.c:1220 +msgid "This document is currently checked out by #checkoutuser#, but you have sufficient priviledges to cancel their checkout." +msgstr "" + +#: i18n/templates.c:1223 msgid "This document is currently checked out by #checkoutuser#. You cannot make changes until that user checks it in. If you have urgent modifications to make, please contact your KnowledgeTree Administrator." msgstr "" -#: i18n/templates.c:605 +#: i18n/templates.c:1217 msgid "This document is currently checked out by you. If this is incorrect, or you no longer need to make changes to it, please cancel the checkout." msgstr "" -#: i18n/templates.c:3425 +#: i18n/templates.c:4112 msgid "This document is currently of type #doctype#. If this is incorrect, you can change it here." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:197 -#: plugins/ktcore/KTDocumentActions.php:294 +#: browse.php:738 +msgid "This document is immutable and cannot be deleted: " +msgstr "" + +#: i18n/templates.c:1226 +msgid "This document is immutable. No further content changes can be made to this document, and only administrators (in administration mode) can make changes to the metadata or can move or delete it." +msgstr "" + +#: plugins/ktcore/KTDocumentActions.php:205 +#: plugins/ktcore/KTDocumentActions.php:317 msgid "This document is not checked out" msgstr "" -#: i18n/templates.c:947 +#: i18n/templates.c:1568 i18n/templates.c:1814 msgid "This error prevents this fieldset from being set to complete" msgstr "" -#: i18n/templates.c:1037 +#: i18n/templates.c:1658 msgid "This field is not controlled by the currently active group." msgstr "" -#: i18n/templates.c:1202 +#: i18n/templates.c:1826 msgid "This fieldset cannot be made conditional, since it contains fields which are not lookup types." msgstr "" -#: i18n/templates.c:2612 i18n/templates.c:2807 +#: i18n/templates.c:3254 msgid "This folder inherits its permissions from #permission_source#." msgstr "" -#: i18n/templates.c:2615 i18n/templates.c:2813 +#: i18n/templates.c:3260 i18n/templates.c:3485 msgid "This folder defines its own permissions." msgstr "" -#: i18n/templates.c:1739 +#: plugins/ktcore/folder/Permissions.php:260 +msgid "This folder does not override its permissions" +msgstr "" + +#: i18n/templates.c:2327 msgid "This group is synchronised from \tan authentication source, and direct changes can not be made to \tthe members of this group within the document management system. Select the button below to synchronise the group from the authentication source." msgstr "" -#: plugins/ktstandard/workflow/TypeAssociator.php:53 +#: plugins/ktstandard/workflow/TypeAssociator.php:51 msgid "This installation assigns workflows by Document Type. Configure this process here." msgstr "" -#: i18n/templates.c:167 +#: i18n/templates.c:773 msgid "This installation of KnowledgeTree allocates workflows to documents by their location. To specify the workflow to be used by all documents directly in this folder, please specify the workflow below. Otherwise, users will be able to choose the workflow, and some documents may have no workflow attached." msgstr "" -#: i18n/templates.c:308 +#: lib/workflow/workflowtrigger.inc.php:53 +msgid "This is an abstract base class for the overall workflow trigger. It should never actually be available for installation." +msgstr "" + +#: i18n/templates.c:920 msgid "This is the data assigned to the #name# aspect of this document." msgstr "" -#: lib/dashboard/Notification.inc.php:147 +#: lib/dashboard/Notification.inc.php:153 msgid "This notification handler does not support publication." msgstr "" -#: i18n/templates.c:2570 +#: i18n/templates.c:3206 msgid "This page allows you to get a quick overview of the workflow. To modify items, either select them from the overview below, or use the \"Workflow\" menu on the left to create new ones." msgstr "" -#: i18n/templates.c:2762 +#: i18n/templates.c:3431 msgid "This page allows you to rename a folder." msgstr "" -#: i18n/templates.c:3101 +#: i18n/templates.c:3764 msgid "This page allows you to rename the file name (not the document title) for a document." msgstr "" -#: i18n/templates.c:3179 +#: i18n/templates.c:3842 msgid "This page allows you to see the roles as they apply to this particular document." msgstr "" @@ -5894,1280 +6877,1527 @@ msgstr "" msgid "This page did not produce any content" msgstr "" -#: i18n/templates.c:554 i18n/templates.c:3545 +#: i18n/templates.c:1166 i18n/templates.c:4232 msgid "This page lists versions of document metadata and allows you to compare a metadata version with the current metadata content." msgstr "" -#: i18n/templates.c:722 +#: i18n/templates.c:1340 msgid "This page provides details of all activities that have been carried out on the document." msgstr "" -#: i18n/templates.c:674 +#: i18n/templates.c:1295 msgid "This page provides details of all activities that have been carried out on the folder." msgstr "" -#: i18n/templates.c:3500 +#: i18n/templates.c:4187 msgid "This page shows the permissions that apply to this specific document. Where the folder view shows you information by role and group, this page shows the actual groups (and, if they are assigned directly to a role, the users) who have the different permissions. As a result, groups, users and roles with no permissions are not shown." msgstr "" -#: i18n/templates.c:2600 i18n/templates.c:2942 +#: i18n/templates.c:3236 i18n/templates.c:3605 msgid "This page shows the permissions that apply to this specific folder. Only the roles or groups which have permissions assigned are shown." msgstr "" -#: i18n/templates.c:3476 +#: i18n/templates.c:4163 msgid "This page shows the permissions that individual users have on this document. Only the users which have permissions assigned are shown." msgstr "" -#: i18n/templates.c:2888 +#: i18n/templates.c:3536 msgid "This page shows the permissions that individual users have on this folder. Only the users which have permissions assigned are shown." msgstr "" -#: plugins/ktcore/admin/workflows.php:273 +#: plugins/ktcore/admin/workflows.php:271 msgid "This state is unreachable." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:64 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:113 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:229 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:318 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:402 +#: plugins/ktcore/KTWorkflowTriggers.inc.php:548 +msgid "This trigger has no configuration." +msgstr "" + +#: plugins/ktcore/KTDocumentActions.php:62 msgid "This will download a copy of the document and is not the same as Checking Out a document. Changes to this downloaded file will not be managed in the DMS." msgstr "" -#: i18n/templates.c:2504 i18n/templates.c:2573 +#: i18n/templates.c:3095 i18n/templates.c:3209 msgid "This workflow does not define any states." msgstr "" -#: i18n/templates.c:2222 +#: i18n/templates.c:2810 msgid "This workflow does not define any transitions. Use the \"Create a new transition\" link above to add new transitions." msgstr "" -#: plugins/ktcore/admin/workflows.php:451 +#: plugins/ktcore/admin/workflows.php:449 msgid "This workflow is currently disabled. To enable it, please assign a starting state in the \"Edit workflow properties\" box." msgstr "" -#: plugins/ktstandard/KTDiscussion.php:333 -msgid "Thread closed" +#: plugins/ktstandard/KTDiscussion.php:376 +msgid "Thread state changed" msgstr "" -#: lib/browse/BrowseColumns.inc.php:96 lib/browse/Criteria.inc:856 -#: plugins/ktcore/folder/addDocument.php:73 +#: lib/browse/BrowseColumns.inc.php:94 lib/browse/Criteria.inc:883 +#: plugins/ktcore/folder/addDocument.php:71 +#: plugins/ktcore/KTColumns.inc.php:19 plugins/ktcore/KTCorePlugin.php:101 +#: plugins/ktcore/KTDocumentActions.php:798 msgid "Title" msgstr "" -#: i18n/templates.c:1223 +#: i18n/templates.c:1856 msgid "To add a new field, enter the field's name, description and field type below and then click Add field. If the field type requires additional lookup values you will be prompted to enter them." msgstr "" -#: i18n/templates.c:1808 +#: i18n/templates.c:2396 msgid "To add users to the DMS authentication provider, you need to provide them with credentials through this section. If you are using an external source of login information like LDAP, ensure the appropriate plugin is loaded and use the section below." msgstr "" -#: i18n/templates.c:4040 +#: i18n/templates.c:4853 msgid "To customise a help file, please visit that file via the help system and click on customise this help file." msgstr "" -#: i18n/templates.c:1031 +#: i18n/templates.c:1652 msgid "To make a value in a child field available to the user when another value is selected in a parent field, first ensure that the parent field is being edited (it will have \"save\" and \"done\" as the buttons at the bottom of the column) and then select the value for the parent field. Now select the value(s) in the child column(s) you wish to be available to the user when the parent field's value is selected, and click \"save\". Note you that you can use Ctrl-<click> to select multiple child values at the same time." msgstr "" -#: i18n/templates.c:617 +#: i18n/templates.c:1238 msgid "To modify this search, press the 'Edit' button." msgstr "" -#: search/booleanSearch.php:284 +#: search/booleanSearch.php:279 msgid "To save over one of your existing searches, select it here." msgstr "" -#: i18n/templates.c:626 +#: i18n/templates.c:1247 msgid "To save this search permanently, so that you can run it again at any time, fill in a name below and click 'Save'." msgstr "" -#: i18n/templates.c:1343 +#: i18n/templates.c:1976 msgid "To start the process of creating a new document type, please enter a name for the type below." msgstr "" -#: i18n/templates.c:1091 i18n/templates.c:1106 +#: i18n/templates.c:1715 i18n/templates.c:1730 msgid "Toggle stickiness" msgstr "" -#: lib/help/help.inc.php:171 +#: lib/help/help.inc.php:175 msgid "Too few parts to the requested help location." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:815 i18n/templates.c:671 -#: i18n/templates.c:719 +#: i18n/templates.c:419 +msgid "Top Downloads" +msgstr "" + +#: plugins/network/topdownloads/TopDownloadsPlugin.php:39 +msgid "Top Downloads for the last Week" +msgstr "" + +#: plugins/ktcore/KTDocumentActions.php:903 i18n/templates.c:1292 +#: i18n/templates.c:1337 msgid "Transaction History" msgstr "" -#: lib/browse/Criteria.inc:883 +#: lib/browse/Criteria.inc:910 msgid "Transaction Text" msgstr "" -#: lib/documentmanagement/documentutil.inc.php:456 +#: i18n/templates.c:83 i18n/templates.c:161 i18n/templates.c:275 +#: i18n/templates.c:353 +msgid "Transaction Type" +msgstr "" + +#: lib/documentmanagement/documentutil.inc.php:474 msgid "Transforming file" msgstr "" -#: i18n/templates.c:2549 +#: i18n/templates.c:3140 msgid "Transition" msgstr "" -#: i18n/templates.c:2225 +#: i18n/templates.c:2813 msgid "Transition Availability" msgstr "" -#: plugins/ktcore/admin/workflows.php:739 +#: plugins/ktcore/admin/workflows.php:747 msgid "Transition Availability updated." msgstr "" -#: plugins/ktcore/admin/workflows.php:1070 +#: i18n/templates.c:3152 +msgid "Transition Triggers" +msgstr "" + +#: plugins/ktcore/admin/workflows.php:1086 msgid "Transition deleted." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:1001 -#: plugins/ktcore/KTDocumentActions.php:1004 +#: plugins/ktcore/KTDocumentActions.php:1090 +#: plugins/ktcore/KTDocumentActions.php:1093 msgid "Transition performed" msgstr "" -#: i18n/templates.c:2393 +#: i18n/templates.c:2981 msgid "Transition to another workflow state" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:950 +#: plugins/ktcore/KTDocumentActions.php:1039 msgid "Transition to perform" msgstr "" -#: plugins/ktcore/admin/workflows.php:68 i18n/templates.c:2309 +#: i18n/templates.c:3155 +msgid "Transition triggers allow you to have special actions automatically occur when a transition is performed, and to control who can perform the transition. Some triggers perform both of these functions, especially if performing the action requires that certain conditions are in place before the action will occur." +msgstr "" + +#: plugins/ktcore/admin/workflows.php:66 i18n/templates.c:2897 msgid "Transitions" msgstr "" -#: i18n/templates.c:2312 +#: i18n/templates.c:2900 msgid "Transitions are how documents move from one state to another. Typically, most transitions can only be performed by people with a specific role (e.g. Manager) or part of a specific group (e.g. Marketing Department)." msgstr "" -#: i18n/templates.c:2207 i18n/templates.c:2531 +#: i18n/templates.c:2795 i18n/templates.c:3122 msgid "Transitions are what drive the workflow of documents. Each step that needs to be followed in the document's lifecycle could map to a transition, and can be allowed or denied by a combination of roles, permissions and groups." msgstr "" -#: i18n/templates.c:2522 i18n/templates.c:2591 +#: i18n/templates.c:3113 i18n/templates.c:3227 msgid "Transitions available:" msgstr "" -#: i18n/templates.c:2321 +#: i18n/templates.c:2909 msgid "Transitions from this state" msgstr "" -#: i18n/templates.c:2315 +#: i18n/templates.c:2903 msgid "Transitions to this state" msgstr "" -#: i18n/templates.c:2525 i18n/templates.c:2594 +#: i18n/templates.c:3116 i18n/templates.c:3230 msgid "Transitions to this state:" msgstr "" -#: lib/documentmanagement/DocumentField.inc:185 -#: plugins/ktcore/admin/documentFields.php:117 i18n/templates.c:1151 -#: i18n/templates.c:2072 +#: lib/documentmanagement/DocumentField.inc:168 +#: plugins/ktcore/admin/documentFields.php:117 i18n/templates.c:1775 +#: i18n/templates.c:2660 msgid "Tree" msgstr "" -#: lib/import/bulkimport.inc.php:84 +#: plugins/ktcore/admin/workflows.php:1265 i18n/templates.c:3167 +#: i18n/templates.c:3185 +msgid "Trigger" +msgstr "" + +#: plugins/ktcore/admin/workflows.php:1388 +msgid "Trigger added." +msgstr "" + +#: plugins/ktcore/admin/workflows.php:1498 +msgid "Trigger deleted." +msgstr "" + +#: plugins/ktcore/admin/workflows.php:1463 +msgid "Trigger saved." +msgstr "" + +#: lib/import/bulkimport.inc.php:88 #, php-format msgid "Two folders named %s present in %s. Unable to decide which to use..." msgstr "" -#: plugins/ktcore/admin/documentFields.php:119 i18n/templates.c:278 -#: i18n/templates.c:1061 i18n/templates.c:1142 i18n/templates.c:2063 +#: plugins/ktcore/admin/documentFields.php:125 i18n/templates.c:878 +#: i18n/templates.c:1682 i18n/templates.c:1766 i18n/templates.c:2651 msgid "Type" msgstr "" -#: plugins/ktstandard/workflow/TypeAssociator.php:150 +#: i18n/templates.c:1844 +msgid "Type Description" +msgstr "" + +#: plugins/ktstandard/workflow/TypeAssociator.php:148 msgid "Type mapping updated." msgstr "" -#: i18n/templates.c:1307 +#: i18n/templates.c:1940 msgid "Type-specific field sets" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:285 +#: plugins/wintools/baobabKeyManagement.php:51 +msgid "Unable to add license." +msgstr "" + +#: plugins/ktcore/admin/workflows.php:1373 +#: plugins/ktcore/admin/workflows.php:1384 +#: plugins/ktcore/admin/workflows.php:1413 +msgid "Unable to add trigger." +msgstr "" + +#: plugins/ktcore/admin/groupManagement.php:317 #, php-format msgid "Unable to add user \"%s\" to group \"%s\"" msgstr "" -#: plugins/ktcore/admin/userManagement.php:519 +#: plugins/ktcore/admin/userManagement.php:549 #, php-format msgid "Unable to add user to group \"%s\"" msgstr "" -#: plugins/ktcore/admin/workflows.php:1196 +#: plugins/ktcore/admin/workflows.php:1212 #, php-format msgid "Unable to assign new transition to state %s" msgstr "" -#: plugins/ktcore/KTPermissions.php:382 +#: plugins/ktcore/KTPermissions.php:453 msgid "Unable to change role allocation." msgstr "" -#: plugins/ktcore/admin/workflows.php:936 +#: plugins/ktcore/admin/workflows.php:952 msgid "Unable to change workflow starting state: " msgstr "" -#: plugins/ktcore/admin/workflows.php:912 +#: plugins/ktcore/admin/workflows.php:928 msgid "Unable to clear references to item" msgstr "" -#: plugins/ktstandard/admin/manageDisclaimers.php:129 +#: plugins/ktstandard/admin/manageDisclaimers.php:127 msgid "Unable to create disclaimer" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:154 +#: plugins/ktcore/admin/manageHelp.php:152 msgid "Unable to create replacement" msgstr "" -#: plugins/ktcore/admin/roleManagement.php:86 +#: plugins/ktcore/admin/roleManagement.php:90 msgid "Unable to create role." msgstr "" -#: plugins/ktcore/admin/workflows.php:1068 +#: plugins/ktcore/admin/workflows.php:1084 msgid "Unable to delete item" msgstr "" -#: plugins/ktcore/admin/workflows.php:941 +#: plugins/ktcore/admin/workflows.php:957 msgid "Unable to delete item: " msgstr "" -#: plugins/ktcore/admin/roleManagement.php:125 +#: plugins/network/quicklinks/manageQuicklinks.php:87 +#, php-format +msgid "Unable to delete item: %s" +msgstr "" + +#: plugins/ktcore/admin/roleManagement.php:129 msgid "Unable to delete the role." msgstr "" -#: plugins/ktcore/admin/documentFields.php:704 +#: plugins/ktcore/admin/workflows.php:1494 +msgid "Unable to delete trigger: " +msgstr "" + +#: plugins/ktcore/admin/userManagement.php:508 +msgid "Unable to delete user - the user may still be referred by documents." +msgstr "" + +#: plugins/ktcore/admin/documentFields.php:770 msgid "Unable to find field" msgstr "" -#: plugins/ktcore/admin/documentFields.php:698 +#: plugins/ktcore/admin/documentFields.php:764 msgid "Unable to find fieldset" msgstr "" -#: plugins/ktstandard/contents/OpenDocumentIndexer.php:101 -#: plugins/ktstandard/contents/PdfIndexer.php:51 -#: plugins/ktstandard/contents/PowerpointIndexer.php:48 -#: plugins/ktstandard/contents/PsIndexer.php:54 -#: plugins/ktstandard/contents/RtfIndexer.php:53 -#: plugins/ktstandard/contents/WordIndexer.php:68 +#: plugins/network/extendedtransactioninfo/latestchanges.php:63 +#: plugins/network/topdownloads/TopDownloadsPlugin.php:177 +msgid "Unable to find folder." +msgstr "" + +#: plugins/ktstandard/contents/OpenDocumentIndexer.php:99 +#: plugins/ktstandard/contents/PdfIndexer.php:50 +#: plugins/ktstandard/contents/PowerpointIndexer.php:46 +#: plugins/ktstandard/contents/PsIndexer.php:52 +#: plugins/ktstandard/contents/RtfIndexer.php:52 +#: plugins/ktstandard/contents/WordIndexer.php:67 #, php-format msgid "Unable to find required command for indexing. Please ensure that %s is installed and in the KnowledgeTree Path. For more information on indexers and helper applications, please visit the KTDMS site." msgstr "" -#: lib/widgets/fieldsetDisplay.inc.php:193 -#: lib/widgets/fieldsetDisplay.inc.php:199 -#: lib/widgets/fieldsetDisplay.inc.php:247 -#: lib/widgets/fieldsetDisplay.inc.php:272 +#: lib/widgets/fieldsetDisplay.inc.php:191 +#: lib/widgets/fieldsetDisplay.inc.php:197 +#: lib/widgets/fieldsetDisplay.inc.php:245 +#: lib/widgets/fieldsetDisplay.inc.php:270 msgid "Unable to find the document's creator" msgstr "" -#: lib/widgets/fieldsetDisplay.inc.php:263 +#: lib/widgets/fieldsetDisplay.inc.php:261 msgid "Unable to find the document's modifier" msgstr "" -#: plugins/ktcore/KTPermissions.php:653 +#: lib/workflow/workflowutil.inc.php:770 +#, php-format +msgid "Unable to find workflow trigger: %s" +msgstr "" + +#: plugins/ktcore/KTPermissions.php:727 #, php-format msgid "Unable to get documents in folder %s: %s" msgstr "" -#: plugins/ktcore/KTPermissions.php:647 +#: plugins/ktcore/admin/workflows.php:1402 +#: plugins/ktcore/admin/workflows.php:1441 +#: plugins/ktcore/admin/workflows.php:1452 +#: plugins/ktcore/admin/workflows.php:1476 +#: plugins/ktcore/admin/workflows.php:1487 +msgid "Unable to load trigger." +msgstr "" + +#: plugins/ktcore/KTPermissions.php:721 msgid "Unable to locate folder: " msgstr "" -#: lib/help/help.inc.php:136 +#: plugins/ktcore/admin/manageViews.php:70 +msgid "Unable to locate the entry" +msgstr "" + +#: lib/help/help.inc.php:135 lib/help/help.inc.php:140 msgid "Unable to locate the requested help file for this language." msgstr "" -#: browse.php:848 +#: browse.php:847 msgid "Unable to log admin mode entry. Not activating admin mode." msgstr "" -#: browse.php:892 +#: browse.php:891 msgid "Unable to log admin mode exit. Not de-activating admin mode." msgstr "" -#: plugins/ktcore/admin/workflows.php:924 -#: plugins/ktcore/admin/workflows.php:1065 +#: plugins/wintools/baobabUserManagement.php:32 +#: plugins/wintools/baobabUserManagement.php:41 +msgid "Unable to obtain key information." +msgstr "" + +#: plugins/ktcore/admin/workflows.php:940 +#: plugins/ktcore/admin/workflows.php:1081 msgid "Unable to remove transition references for: " msgstr "" -#: plugins/ktcore/admin/workflows.php:927 +#: plugins/ktcore/admin/workflows.php:943 msgid "Unable to remove transition: " msgstr "" -#: plugins/ktcore/admin/groupManagement.php:296 +#: plugins/ktcore/admin/groupManagement.php:328 #, php-format msgid "Unable to remove user \"%s\" from group \"%s\"" msgstr "" -#: plugins/ktcore/admin/userManagement.php:533 +#: plugins/ktcore/admin/userManagement.php:563 #, php-format msgid "Unable to remove user from group \"%s\"" msgstr "" -#: plugins/ktcore/folder/Rename.php:77 +#: plugins/ktcore/folder/Rename.php:76 msgid "Unable to retrieve parent folder." msgstr "" -#: lib/util/ktutil.inc:607 +#: lib/util/ktutil.inc:610 #, php-format msgid "Unable to retrieve system setting %s: %s" msgstr "" -#: plugins/ktcore/admin/roleManagement.php:108 +#: plugins/ktcore/admin/workflows.php:1459 +msgid "Unable to save trigger: " +msgstr "" + +#: plugins/ktcore/admin/roleManagement.php:112 msgid "Unable to update role." msgstr "" -#: i18n/templates.c:890 +#: i18n/templates.c:1511 msgid "Unassigned/Unavailable" msgstr "" -#: i18n/templates.c:3719 i18n/templates.c:3722 +#: i18n/templates.c:4406 i18n/templates.c:4409 msgid "Undo" msgstr "" -#: i18n/templates.c:3992 +#: i18n/templates.c:4805 msgid "Undo change" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:115 -#: plugins/ktcore/admin/groupManagement.php:477 +#: plugins/ktcore/admin/groupManagement.php:122 +#: plugins/ktcore/admin/groupManagement.php:535 msgid "Unit" msgstr "" -#: i18n/templates.c:1883 +#: i18n/templates.c:2471 msgid "Unit Administration" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:102 -#: plugins/ktcore/admin/groupManagement.php:467 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:413 +#: plugins/ktcore/admin/groupManagement.php:109 +#: plugins/ktcore/admin/groupManagement.php:525 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:419 msgid "Unit Administrators" msgstr "" -#: plugins/ktcore/admin/unitManagement.php:48 -#: plugins/ktcore/admin/unitManagement.php:54 +#: plugins/ktcore/admin/unitManagement.php:46 +#: plugins/ktcore/admin/unitManagement.php:52 msgid "Unit Management" msgstr "" -#: plugins/ktcore/admin/unitManagement.php:72 -#: plugins/ktcore/admin/unitManagement.php:134 -#: plugins/ktcore/admin/unitManagement.php:189 i18n/templates.c:1538 -#: i18n/templates.c:1901 +#: plugins/ktcore/admin/unitManagement.php:70 +#: plugins/ktcore/admin/unitManagement.php:132 +#: plugins/ktcore/admin/unitManagement.php:187 i18n/templates.c:2156 +#: i18n/templates.c:2489 msgid "Unit Name" msgstr "" -#: plugins/ktcore/admin/unitManagement.php:182 +#: plugins/ktcore/admin/unitManagement.php:180 msgid "Unit created" msgstr "" -#: plugins/ktcore/admin/unitManagement.php:221 +#: plugins/ktcore/admin/unitManagement.php:219 msgid "Unit details updated" msgstr "" -#: plugins/ktcore/admin/unitManagement.php:259 +#: plugins/ktcore/admin/unitManagement.php:257 msgid "Unit removed" msgstr "" -#: i18n/templates.c:1868 +#: i18n/templates.c:2456 msgid "Units allow you to delegate a portion of the document management system to a particular part of your organisation. Unit administrators have additional right within that portion of the document management system, and they can also adjust the membership of groups that belong to the unit." msgstr "" -#: i18n/templates.c:1892 +#: i18n/templates.c:2480 msgid "Units allow you to delegate the administration of a portion of the DMS repository to a particular part of your organisation. Unit administrators have additional rights within that portion of the document management system, and they can also adjust the membership of groups that belong to the unit." msgstr "" -#: lib/documentmanagement/DocumentTransaction.inc:114 +#: lib/documentmanagement/DocumentTransaction.inc:118 msgid "Unknown Action" msgstr "" -#: lib/mime.inc.php:111 +#: lib/mime.inc.php:123 msgid "Unknown Type" msgstr "" -#: plugins/ktcore/admin/documentFields.php:351 +#: plugins/ktcore/admin/documentFields.php:385 msgid "Unknown action specified" msgstr "" -#: lib/validation/errorviewer.inc.php:92 +#: lib/validation/errorviewer.inc.php:90 msgid "Unknown error" msgstr "" -#: lib/validation/dispatchervalidation.inc.php:318 +#: lib/validation/dispatchervalidation.inc.php:316 #, php-format msgid "Unknown validation function for required value %s" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:61 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:59 msgid "Unset" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:171 +#: plugins/ktstandard/KTSubscriptions.php:169 msgid "Unsubscribe from document" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:344 +#: plugins/ktstandard/KTSubscriptions.php:342 msgid "Unsubscribe from folder" msgstr "" -#: lib/help/help.inc.php:148 +#: lib/help/help.inc.php:152 msgid "Untitled Help File" msgstr "" -#: i18n/templates.c:695 +#: i18n/templates.c:1316 msgid "Up" msgstr "" -#: i18n/templates.c:74 i18n/templates.c:134 i18n/templates.c:1289 -#: i18n/templates.c:3890 +#: i18n/templates.c:680 i18n/templates.c:740 i18n/templates.c:1922 +#: i18n/templates.c:4682 msgid "Update" msgstr "" -#: i18n/templates.c:2483 +#: i18n/templates.c:3074 msgid "Update Action Availability" msgstr "" -#: i18n/templates.c:2354 +#: i18n/templates.c:2942 msgid "Update Allocated Permissions" msgstr "" -#: plugins/ktcore/admin/conditions.php:132 +#: plugins/ktcore/admin/conditions.php:130 msgid "Update Dynamic Condition" msgstr "" -#: i18n/templates.c:2840 i18n/templates.c:2978 +#: i18n/templates.c:3494 i18n/templates.c:3641 msgid "Update Permission Assignments" msgstr "" -#: plugins/ktcore/admin/savedSearch.php:133 +#: plugins/ktcore/admin/savedSearch.php:131 msgid "Update Saved Search" msgstr "" -#: plugins/ktcore/authentication/authenticationadminpage.inc.php:153 +#: plugins/ktcore/authentication/authenticationadminpage.inc.php:151 msgid "Update failed" msgstr "" -#: i18n/templates.c:2300 +#: i18n/templates.c:2888 msgid "Update users to inform" msgstr "" -#: i18n/templates.c:2567 +#: i18n/templates.c:3203 msgid "Update workflow properties" msgstr "" -#: i18n/templates.c:1430 +#: i18n/templates.c:2063 msgid "Update your details" msgstr "" -#: i18n/templates.c:2663 +#: i18n/templates.c:3326 msgid "Upload" msgstr "" -#: plugins/ktcore/folder/addDocument.php:57 -#: plugins/ktcore/folder/BulkUpload.php:59 +#: i18n/templates.c:3311 +msgid "Upload files into \"#foldername#\"" +msgstr "" + +#: plugins/ktcore/folder/addDocument.php:55 +#: plugins/ktcore/folder/BulkUpload.php:57 msgid "Upload larger than maximum POST size (post_max_size variable in .htaccess or php.ini)" msgstr "" -#: i18n/templates.c:2690 +#: plugins/network/extendedtransactioninfo/standardReports.php:21 +#: plugins/network/extendedtransactioninfo/standardReports.php:26 +msgid "Usage Information" +msgstr "" + +#: i18n/templates.c:227 +msgid "Usage Information for \"#folder#\"" +msgstr "" + +#: i18n/templates.c:3353 msgid "Use Parent" msgstr "" -#: i18n/templates.c:2717 i18n/templates.c:2720 +#: i18n/templates.c:3380 i18n/templates.c:3383 msgid "Use parent's allocation" msgstr "" -#: i18n/templates.c:3929 +#: i18n/templates.c:4721 msgid "Use the +/- arrows to open or close the tree. Bold items are metadata keywords. To edit a category (including adding or removing keywords) click on the \"attach keywords\" link next to it." msgstr "" -#: i18n/templates.c:3377 +#: i18n/templates.c:4052 msgid "Use the force checkin action in the listing below to override the checked-out status." msgstr "" -#: i18n/templates.c:251 +#: i18n/templates.c:458 i18n/templates.c:851 msgid "Use the folder collection and path below to browse to the document you wish to link to." msgstr "" -#: i18n/templates.c:3302 +#: i18n/templates.c:3974 msgid "Use the folder collection and path below to browse to the folder containing the documents you wish to restore." msgstr "" -#: i18n/templates.c:3128 +#: i18n/templates.c:3821 +msgid "Use the folder collection and path below to browse to the folder into which you wish to copy the documents." +msgstr "" + +#: i18n/templates.c:3752 +msgid "Use the folder collection and path below to browse to the folder into which you wish to move the documents." +msgstr "" + +#: i18n/templates.c:3791 msgid "Use the folder collection and path below to browse to the folder you wish to move the documents into." msgstr "" -#: i18n/templates.c:2534 +#: i18n/templates.c:3125 msgid "Use the form below to create a new Transition, and assign or edit existing transitions using the table below." msgstr "" -#: i18n/templates.c:2135 +#: i18n/templates.c:2723 msgid "Use the standard introduction." msgstr "" -#: i18n/templates.c:560 i18n/templates.c:680 i18n/templates.c:728 -#: i18n/templates.c:1994 i18n/templates.c:2897 i18n/templates.c:3485 -#: i18n/templates.c:3551 +#: i18n/templates.c:518 +msgid "Use the up and down arrows to move an item. Please note that changes are only saved when you click the 're-order' button." +msgstr "" + +#: i18n/templates.c:119 i18n/templates.c:197 i18n/templates.c:311 +#: i18n/templates.c:389 i18n/templates.c:593 i18n/templates.c:1172 +#: i18n/templates.c:1301 i18n/templates.c:1346 i18n/templates.c:2582 +#: i18n/templates.c:3560 i18n/templates.c:4172 i18n/templates.c:4238 msgid "User" msgstr "" +#: plugins/network/userhistory/UserHistoryPlugin.php:43 +msgid "User History" +msgstr "" + +#: i18n/templates.c:62 +msgid "User Information: #username#" +msgstr "" + +#: i18n/templates.c:254 +msgid "User Information: #username# in \"#folder#\"" +msgstr "" + +#: plugins/ktcore/admin/userManagement.php:45 #: plugins/ktcore/admin/userManagement.php:47 -#: plugins/ktcore/admin/userManagement.php:49 -#: plugins/ktcore/admin/userManagement.php:95 -#: plugins/ktcore/admin/userManagement.php:143 -#: plugins/ktcore/admin/userManagement.php:154 -#: plugins/ktcore/admin/userManagement.php:199 -#: plugins/ktcore/admin/userManagement.php:272 i18n/templates.c:1802 +#: plugins/ktcore/admin/userManagement.php:97 +#: plugins/ktcore/admin/userManagement.php:145 +#: plugins/ktcore/admin/userManagement.php:156 +#: plugins/ktcore/admin/userManagement.php:204 +#: plugins/ktcore/admin/userManagement.php:282 i18n/templates.c:2390 msgid "User Management" msgstr "" -#: plugins/ktcore/admin/userManagement.php:482 +#: plugins/professional-reporting/admin/userReporting.php:26 +#: plugins/professional-reporting/admin/userReporting.php:31 +#: plugins/professional-reporting/admin/userReporting.php:75 +#: plugins/professional-reporting/admin/userReporting.php:131 +#: plugins/professional-reporting/admin/userReporting.php:145 +#: i18n/templates.c:527 +msgid "User Reporting" +msgstr "" + +#: plugins/ktcore/admin/userManagement.php:511 msgid "User deleted" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:131 -#: plugins/ktcore/admin/userManagement.php:265 -#: plugins/ktcore/admin/userManagement.php:401 +#: lib/authentication/builtinauthenticationprovider.inc.php:129 +#: plugins/ktcore/admin/userManagement.php:275 +#: plugins/ktcore/admin/userManagement.php:428 msgid "User information updated." msgstr "" -#: plugins/ktcore/admin/userManagement.php:577 +#: plugins/ktcore/admin/userManagement.php:606 msgid "User is currently not a member of any groups." msgstr "" -#: view.php:510 +#: view.php:517 msgid "User no longer exists" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:98 +#: plugins/professional-reporting/ProfessionalReportingPlugin.php:41 +msgid "User reports" +msgstr "" + +#: lib/authentication/builtinauthenticationprovider.inc.php:96 msgid "User will need to change password on next login." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:331 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:329 msgid "User's name" msgstr "" -#: i18n/templates.c:2642 i18n/templates.c:2900 i18n/templates.c:2969 -#: i18n/templates.c:3488 i18n/templates.c:3533 +#: i18n/templates.c:3287 i18n/templates.c:3563 i18n/templates.c:3632 +#: i18n/templates.c:4175 i18n/templates.c:4220 msgid "User:" msgstr "" -#: plugins/ktcore/admin/userManagement.php:67 -#: plugins/ktcore/admin/userManagement.php:118 -#: plugins/ktcore/admin/userManagement.php:169 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:213 -#: i18n/templates.c:1838 i18n/templates.c:3809 +#: i18n/templates.c:221 +msgid "User: #username# <br /> Action: #action# <br /> #reason#" +msgstr "" + +#: plugins/ktcore/admin/userManagement.php:68 +#: plugins/ktcore/admin/userManagement.php:120 +#: plugins/ktcore/admin/userManagement.php:173 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:211 +#: plugins/network/extendedtransactioninfo/adminReports.php:37 +#: plugins/network/extendedtransactioninfo/standardReports.php:56 +#: plugins/professional-reporting/admin/userReporting.php:47 +#: plugins/wintools/baobabUserManagement.php:80 i18n/templates.c:14 +#: i18n/templates.c:56 i18n/templates.c:248 i18n/templates.c:554 +#: i18n/templates.c:578 i18n/templates.c:2426 i18n/templates.c:4496 msgid "Username" msgstr "" -#: i18n/templates.c:233 +#: plugins/ktcore/admin/groupManagement.php:247 +#: plugins/ktstandard/KTEmail.php:267 msgid "Users" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:99 +#: plugins/ktcore/KTCorePlugin.php:129 msgid "Users and Groups" msgstr "" -#: i18n/templates.c:1607 i18n/templates.c:1733 +#: i18n/templates.c:2225 i18n/templates.c:2321 msgid "Users may be associated with Groups which are then used to grant these users security privileges." msgstr "" -#: i18n/templates.c:1487 i18n/templates.c:1577 i18n/templates.c:1703 +#: i18n/templates.c:2105 i18n/templates.c:2195 i18n/templates.c:2306 msgid "Users may be classed together as Groups and these groups may be used to set security privileges throughout the document management system." msgstr "" -#: i18n/templates.c:1778 +#: i18n/templates.c:2366 msgid "Users may be classed together as Units and these units may be used to set security privileges throughout the document management system." msgstr "" -#: i18n/templates.c:3479 +#: i18n/templates.c:4166 msgid "Users may have permissions on this document due to membership of a group, or fulfilling a specific role on this document." msgstr "" -#: i18n/templates.c:2891 +#: i18n/templates.c:3539 msgid "Users may have permissions on this folder due to membership of a group, or fulfilling a specific role on this folder." msgstr "" -#: plugins/ktcore/admin/workflows.php:329 i18n/templates.c:2696 -#: i18n/templates.c:3188 +#: plugins/ktcore/admin/workflows.php:327 i18n/templates.c:3359 +#: i18n/templates.c:3851 msgid "Users:" msgstr "" -#: lib/documentmanagement/documentutil.inc.php:839 +#: lib/documentmanagement/documentutil.inc.php:940 msgid "Validation Failed" msgstr "" -#: edit.php:481 +#: edit.php:488 msgid "Validation failed. The values below correspond to your attempt to change the metadata on this item, and are not necessarily the values saved for the document. The validation errors are shown next to the metadata that failed validation. Select Cancel to return to the saved values." msgstr "" -#: i18n/templates.c:3593 i18n/templates.c:3683 i18n/templates.c:3740 -#: i18n/templates.c:3851 +#: i18n/templates.c:4280 i18n/templates.c:4370 i18n/templates.c:4427 +#: i18n/templates.c:4643 msgid "Values" msgstr "" -#: plugins/ktcore/KTCorePlugin.php:110 +#: plugins/ktcore/KTCorePlugin.php:140 msgid "Various settings which do not fit into the other categories, including managing help and saved searches." msgstr "" -#: plugins/ktcore/KTCorePlugin.php:178 +#: plugins/ktcore/KTCorePlugin.php:208 msgid "Verify document storage" msgstr "" -#: i18n/templates.c:3821 -msgid "Version" -msgstr "" - -#: i18n/templates.c:641 +#: i18n/templates.c:1262 msgid "Version Comparison" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:829 i18n/templates.c:551 +#: plugins/ktcore/KTDocumentActions.php:917 i18n/templates.c:1163 msgid "Version History" msgstr "" -#: config/siteMap.inc:38 i18n/templates.c:461 i18n/templates.c:473 -#: i18n/templates.c:491 i18n/templates.c:500 i18n/templates.c:2198 -#: i18n/templates.c:2363 +#: i18n/templates.c:560 i18n/templates.c:587 +msgid "View" +msgstr "" + +#: config/siteMap.inc:42 i18n/templates.c:1073 i18n/templates.c:1085 +#: i18n/templates.c:1103 i18n/templates.c:1112 i18n/templates.c:2786 +#: i18n/templates.c:2951 i18n/templates.c:4727 i18n/templates.c:4736 msgid "View Document" msgstr "" -#: i18n/templates.c:437 i18n/templates.c:446 +#: plugins/ktcore/KTColumns.inc.php:407 plugins/ktcore/KTColumns.inc.php:417 +#: i18n/templates.c:1049 i18n/templates.c:1058 msgid "View Folder" msgstr "" -#: i18n/templates.c:422 +#: plugins/network/inlineview/InlineViewPlugin.php:26 +msgid "View Inline" +msgstr "" + +#: i18n/templates.c:1034 msgid "View New Folder" msgstr "" -#: i18n/templates.c:482 +#: i18n/templates.c:1094 msgid "View New Location" msgstr "" -#: i18n/templates.c:950 i18n/templates.c:953 +#: i18n/templates.c:1571 i18n/templates.c:1574 msgid "View Overview" msgstr "" -#: i18n/templates.c:1961 i18n/templates.c:2003 +#: i18n/templates.c:3233 +msgid "View Permissions for \"#foldername#\"" +msgstr "" + +#: i18n/templates.c:2549 i18n/templates.c:2591 msgid "View Results" msgstr "" -#: plugins/ktcore/KTPermissions.php:672 plugins/ktcore/KTPermissions.php:676 -#: plugins/ktcore/KTPermissions.php:677 i18n/templates.c:3173 +#: plugins/ktcore/KTPermissions.php:746 plugins/ktcore/KTPermissions.php:750 +#: plugins/ktcore/KTPermissions.php:751 i18n/templates.c:3836 msgid "View Roles" msgstr "" -#: i18n/templates.c:2609 i18n/templates.c:3506 +#: i18n/templates.c:59 i18n/templates.c:251 +msgid "View Transactions" +msgstr "" + +#: i18n/templates.c:830 +msgid "View all threads" +msgstr "" + +#: plugins/network/extendedtransactioninfo/ExtendedTransactionInfoPlugin.php:54 +msgid "View detailed information about user activity." +msgstr "" + +#: i18n/templates.c:230 +msgid "View information about what documents have been added, or changed in folder and its children. You can view this information by user or as a whole." +msgstr "" + +#: i18n/templates.c:3479 i18n/templates.c:3551 i18n/templates.c:3557 +msgid "View permissions overview" +msgstr "" + +#: i18n/templates.c:3245 i18n/templates.c:3251 i18n/templates.c:3482 +#: i18n/templates.c:4193 msgid "View resolved permissions for user" msgstr "" -#: i18n/templates.c:200 +#: i18n/templates.c:833 +msgid "View threads" +msgstr "" + +#: i18n/templates.c:806 msgid "Views" msgstr "" -#: i18n/templates.c:3875 +#: i18n/templates.c:4613 +msgid "Views are the selections of documents and folders you will find throughout KnowledgeTree. Some of those can be configured to use different kinds of columns (e.g. workflow state, the creator's name, etc.)" +msgstr "" + +#: i18n/templates.c:4667 msgid "Visit the #tracker#" msgstr "" -#: i18n/templates.c:2111 i18n/templates.c:2672 +#: i18n/templates.c:533 i18n/templates.c:572 +msgid "Want to know when last users of your system logged in? You can get an overview of the last login times of all users, or of users that have or have not logged in recently." +msgstr "" + +#: i18n/templates.c:539 +msgid "Want to know who all has logged in the system over a period of time? You can get an overview of all login activity for all users over a specified period of time." +msgstr "" + +#: i18n/templates.c:2699 i18n/templates.c:3335 msgid "Warning:" msgstr "" -#: i18n/templates.c:3440 +#: i18n/templates.c:4127 msgid "Warning: Database is inconsistent with the contents of the repository." msgstr "" -#: plugins/ktcore/admin/groupManagement.php:315 +#: plugins/ktcore/admin/groupManagement.php:347 msgid "Warning: some users are still members of some subgroups" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:309 +#: plugins/ktcore/admin/groupManagement.php:341 msgid "Warning: some users were already members of some subgroups" msgstr "" -#: plugins/ktcore/admin/userManagement.php:552 +#: plugins/ktcore/admin/userManagement.php:582 msgid "Warning: the user is still a member of some subgroups" msgstr "" -#: plugins/ktcore/admin/userManagement.php:546 +#: plugins/ktcore/admin/userManagement.php:576 msgid "Warning: the user was already a member of some subgroups" msgstr "" -#: i18n/templates.c:509 i18n/templates.c:521 -msgid "What is admin mode?" +#: i18n/templates.c:4097 +msgid "Warning: Database is inconsistent with the contents of the repository." msgstr "" -#: plugins/ktcore/admin/workflows.php:449 -msgid "When a document has this workflow applied to it, to which state should it initially be set. Note that workflows without a starting state cannot be applied to documents." +#: plugins/ktcore/KTDashlets.php:58 +msgid "Welcome message" msgstr "" -#: i18n/templates.c:3434 -msgid "When restoring from backups or checking that everything is functioning correctly with your DMS, it is important to know that all files that've been added to the system are present, and that no extraneous files have been found in the repository. This page shows you any such issues which you should investigate." +#: i18n/templates.c:1121 i18n/templates.c:1133 +msgid "What is admin mode?" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:115 -#: plugins/ktcore/admin/groupManagement.php:477 -msgid "Which Unit is this group part of?" +#: plugins/ktcore/admin/workflows.php:447 +msgid "When a document has this workflow applied to it, to which state should it initially be set. Note that workflows without a starting state cannot be applied to documents." msgstr "" -#: plugins/ktcore/admin/workflows.php:699 -#: plugins/ktcore/admin/workflows.php:1260 -msgid "Which condition (stored search) must be satisfied before the transition can take place?" +#: i18n/templates.c:4121 +msgid "When restoring from backups or checking that everything is functioning correctly with your DMS, it is important to know that all files that've been added to the system are present, and that no extraneous files have been found in the repository. This page shows you any such issues which you should investigate." msgstr "" -#: plugins/ktcore/admin/workflows.php:681 -#: plugins/ktcore/admin/workflows.php:1242 -msgid "Which group must the user belong to in order to follow this transition?" +#: plugins/ktcore/admin/documentFields.php:104 +msgid "Whether this fieldset applies to all documents, or only those directly associated with it. Note that changing this setting will cause the fieldset to be removed from document types which are related to it." msgstr "" -#: plugins/ktcore/admin/workflows.php:672 -#: plugins/ktcore/admin/workflows.php:1234 -msgid "Which permission must the user have in order to follow this transition?" +#: plugins/ktcore/admin/groupManagement.php:122 +#: plugins/ktcore/admin/groupManagement.php:535 +msgid "Which Unit is this group part of?" msgstr "" -#: plugins/ktcore/admin/workflows.php:689 -#: plugins/ktcore/admin/workflows.php:1250 -msgid "Which role must the user have in order to follow this transition?" +#: i18n/templates.c:2894 +msgid "While in this workflow state, additional permissions may be given. This is done either to expose the document to more users or to allow a particular role to be fulfilled before a workflow transition can be accomplished." msgstr "" -#: i18n/templates.c:2306 -msgid "While in this workflow state, additional permissions may be given. This is done either to expose the document to more users or to allow a particular role to be fulfilled before a workflow transition can be accomplished." +#: plugins/wintools/BaobabPlugin.php:41 +msgid "Windows Tools: Key Management" msgstr "" -#: i18n/templates.c:3215 +#: i18n/templates.c:3887 msgid "Within KnowledgeTree it is possible for users to create links between related documents. Link types may include constructs such as \"associated with\" and \"duplicated by\". Please create link types required by your organisation below." msgstr "" -#: plugins/ktcore/admin/workflows.php:100 -#: plugins/ktcore/KTDocumentActions.php:920 i18n/templates.c:155 -#: i18n/templates.c:2387 +#: plugins/ktcore/admin/workflows.php:98 +#: plugins/ktcore/KTDocumentActions.php:1009 i18n/templates.c:761 +#: i18n/templates.c:2975 msgid "Workflow" msgstr "" -#: i18n/templates.c:128 +#: i18n/templates.c:734 msgid "Workflow Allocation Plugins" msgstr "" -#: i18n/templates.c:137 +#: i18n/templates.c:743 msgid "Workflow Allocation by Document Type" msgstr "" -#: plugins/ktstandard/workflow/TypeAssociator.php:52 -#: plugins/ktstandard/workflow/TypeAssociator.php:91 +#: plugins/ktstandard/workflow/TypeAssociator.php:50 +#: plugins/ktstandard/workflow/TypeAssociator.php:89 msgid "Workflow Allocation by Document Types" msgstr "" -#: i18n/templates.c:146 +#: i18n/templates.c:752 msgid "Workflow Allocations" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:47 -#: plugins/ktstandard/KTWorkflowAssociation.php:42 +#: plugins/ktstandard/KTWorkflowAssociation.php:40 msgid "Workflow Association Plugin" msgstr "" -#: lib/dashboard/Notification.inc.php:410 +#: i18n/templates.c:413 +msgid "Workflow Info" +msgstr "" + +#: lib/dashboard/Notification.inc.php:414 msgid "Workflow Notification cleared." msgstr "" -#: lib/dashboard/Notification.inc.php:379 +#: lib/dashboard/Notification.inc.php:383 #, php-format msgid "Workflow Notification: %s" msgstr "" -#: i18n/templates.c:2561 +#: i18n/templates.c:3197 msgid "Workflow Overview" msgstr "" -#: plugins/ktstandard/workflow/adminpage.php:59 +#: plugins/ktstandard/workflow/adminpage.php:57 msgid "Workflow Plugins" msgstr "" -#: browse.php:222 search/booleanSearch.php:247 search/simpleSearch.php:159 +#: plugins/ktcore/KTColumns.inc.php:338 plugins/ktcore/KTCorePlugin.php:104 msgid "Workflow State" msgstr "" -#: i18n/templates.c:1637 +#: i18n/templates.c:2240 msgid "Workflow actions may be assigned to certain roles within the DMS. User groups are allocated to roles on a per-directory basis and are inherited from the root folder of the DMS. Roles may for example include \"Document Creator\", \"Document Reviewer\", \"Document Publisher\"." msgstr "" -#: plugins/ktstandard/workflow/TypeAssociator.php:37 +#: plugins/ktstandard/workflow/TypeAssociator.php:35 msgid "Workflow allocation by document type" msgstr "" -#: plugins/ktstandard/workflow/FolderAssociator.php:41 +#: plugins/ktstandard/workflow/FolderAssociator.php:39 msgid "Workflow allocation by location" msgstr "" -#: plugins/ktstandard/workflow/FolderAssociator.php:137 +#: plugins/ktstandard/workflow/FolderAssociator.php:135 msgid "Workflow assignment removed." msgstr "" -#: plugins/ktstandard/workflow/FolderAssociator.php:152 +#: plugins/ktstandard/workflow/FolderAssociator.php:150 msgid "Workflow assignment updated." msgstr "" -#: plugins/ktcore/admin/workflows.php:535 +#: plugins/ktcore/admin/workflows.php:533 msgid "Workflow created" msgstr "" -#: i18n/templates.c:2375 i18n/templates.c:2423 +#: i18n/templates.c:2963 i18n/templates.c:3014 msgid "Workflow is a description of a document's lifecycle. It is made up of workflow states, which describe where in the lifecycle the document is, and workflow transitions, which describe the next steps within the lifecycle of the document." msgstr "" -#: plugins/ktcore/KTDocumentActions.php:980 +#: plugins/ktcore/KTDocumentActions.php:1069 msgid "Workflow started" msgstr "" -#: lib/browse/Criteria.inc:880 +#: lib/browse/Criteria.inc:907 msgid "Workflow state" msgstr "" -#: plugins/ktcore/admin/workflows.php:821 +#: plugins/ktcore/admin/workflows.php:829 msgid "Workflow state created" msgstr "" -#: i18n/templates.c:347 i18n/templates.c:389 +#: i18n/templates.c:959 i18n/templates.c:1001 msgid "Workflow status" msgstr "" -#: plugins/ktcore/admin/workflows.php:1201 +#: plugins/ktcore/admin/workflows.php:1217 msgid "Workflow transition created" msgstr "" -#: i18n/templates.c:140 +#: i18n/templates.c:746 msgid "Workflow types are allocated by Document Type in this KnowledgeTree installation. Documents will be assigned a workflow based on their document type and will have their allocated workflows changed if their document type changes. Naturally, if the workflow changes then the documents will lose any \"progress\" in the old workflow." msgstr "" -#: plugins/ktcore/admin/workflows.php:91 plugins/ktcore/KTCorePlugin.php:148 -#: i18n/templates.c:2420 +#: plugins/ktcore/admin/workflows.php:89 plugins/ktcore/KTCorePlugin.php:178 +#: i18n/templates.c:3011 msgid "Workflows" msgstr "" -#: i18n/templates.c:2264 +#: i18n/templates.c:2852 msgid "Workflows can control which actions (edit metadata, download, etc.) are available on a given document. Please specify which of the actions controlled by this workflow are available when the document is in this state." msgstr "" -#: i18n/templates.c:1178 i18n/templates.c:1259 i18n/templates.c:1265 -#: i18n/templates.c:2096 +#: i18n/templates.c:1808 i18n/templates.c:1892 i18n/templates.c:1898 +#: i18n/templates.c:2684 msgid "Yes" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:150 +#: plugins/ktstandard/KTSubscriptions.php:148 msgid "You are already subscribed to that document" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:323 +#: plugins/ktstandard/KTSubscriptions.php:321 msgid "You are already subscribed to that folder" msgstr "" -#: lib/session/Session.inc:205 +#: lib/session/Session.inc:212 msgid "You are coming from a different IP address than the session requires" msgstr "" -#: i18n/templates.c:638 i18n/templates.c:743 +#: i18n/templates.c:1259 i18n/templates.c:1361 msgid "You are here" msgstr "" -#: lib/foldermanagement/folderutil.inc.php:349 +#: lib/foldermanagement/folderutil.inc.php:361 msgid "You are not allowed to create folders in the destination." msgstr "" -#: view.php:113 view.php:339 view.php:478 +#: view.php:111 view.php:350 view.php:485 msgid "You are not allowed to view this document" msgstr "" -#: browse.php:835 browse.php:879 +#: browse.php:834 browse.php:878 msgid "You are not an administrator" msgstr "" -#: i18n/templates.c:761 +#: plugins/network/gotodocumentid/GoToDocumentIdPlugin.php:91 +msgid "You are not permitted to access that document." +msgstr "" + +#: i18n/templates.c:1379 msgid "You are required to change your password as it has expired." msgstr "" -#: i18n/templates.c:101 +#: i18n/templates.c:707 msgid "You are subscribed to the folders and documents listed below. You can remove your subscription by selecting the folders and documents to which you no longer wish to subscribe." msgstr "" -#: lib/validation/dispatchervalidation.inc.php:251 +#: lib/validation/dispatchervalidation.inc.php:249 msgid "You did not select a valid document to upload" msgstr "" -#: i18n/templates.c:2411 +#: plugins/ktcore/folder/Permissions.php:309 +msgid "You do not have permission to alter security settings." +msgstr "" + +#: i18n/templates.c:3002 msgid "You do not have permission to change the workflow that is assigned to this document." msgstr "" -#: plugins/ktstandard/KTDiscussion.php:312 +#: plugins/ktstandard/KTDiscussion.php:336 msgid "You do not have permission to close this thread" msgstr "" -#: lib/foldermanagement/folderutil.inc.php:400 +#: plugins/ktcore/KTDocumentActions.php:822 +msgid "You do not have permission to copy a document to this location" +msgstr "" + +#: lib/foldermanagement/folderutil.inc.php:412 msgid "You do not have permission to copy these items. " msgstr "" -#: browse.php:739 +#: plugins/network/quicklinks/manageQuicklinks.php:81 +msgid "You do not have permission to delete that quicklink." +msgstr "" + +#: browse.php:735 msgid "You do not have permission to delete the document: " msgstr "" -#: browse.php:727 +#: browse.php:720 msgid "You do not have permission to delete the folder: " msgstr "" -#: lib/foldermanagement/folderutil.inc.php:306 +#: lib/foldermanagement/folderutil.inc.php:315 msgid "You do not have permission to delete these items. " msgstr "" -#: plugins/ktcore/KTDocumentActions.php:572 -#: plugins/ktcore/KTDocumentActions.php:766 +#: plugins/ktcore/KTDocumentActions.php:612 msgid "You do not have permission to move a document to this location" msgstr "" -#: browse.php:613 +#: browse.php:606 msgid "You do not have permission to move items to this location" msgstr "" -#: browse.php:801 +#: browse.php:800 #, php-format msgid "You do not have permissions to delete the document: %s" msgstr "" -#: browse.php:790 +#: browse.php:789 #, php-format msgid "You do not have permissions to delete the folder: %s" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:124 +#: plugins/ktstandard/KTDocumentLinks.php:122 msgid "You do not have sufficient permissions to add a document link" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:299 +#: plugins/ktstandard/KTDocumentLinks.php:297 msgid "You do not have sufficient permissions to delete a link" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:155 +#: plugins/ktstandard/KTSubscriptions.php:153 msgid "You have been subscribed to this document" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:328 +#: plugins/ktstandard/KTSubscriptions.php:326 msgid "You have been subscribed to this folder" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:189 +#: plugins/ktstandard/KTSubscriptions.php:187 msgid "You have been unsubscribed from this document" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:362 +#: plugins/ktstandard/KTSubscriptions.php:360 msgid "You have been unsubscribed from this folder" msgstr "" -#: i18n/templates.c:2201 +#: i18n/templates.c:2789 msgid "You have no documents which are currently checked out." msgstr "" -#: i18n/templates.c:98 +#: i18n/templates.c:500 +msgid "You have no quicklinks." +msgstr "" + +#: i18n/templates.c:704 msgid "You have no subscriptions" msgstr "" -#: edit.php:187 +#: edit.php:185 #, php-format msgid "You have selected a different document type (%s). Please review the information below, and save changes to the metadata once you are satisfied." msgstr "" -#: i18n/templates.c:1424 +#: i18n/templates.c:2057 msgid "You may change details about yourself by editing the entries below. Once you have completed the form, click on Update your details." msgstr "" -#: i18n/templates.c:1439 +#: i18n/templates.c:2072 msgid "You may change your password by entering it in the fields below. Your system administrator may have defined certain rules (such as minimum password length) that your password must abide by." msgstr "" -#: login.php:192 +#: lib/dispatcher.inc.php:212 +msgid "You must be logged in to perform this action" +msgstr "" + +#: login.php:196 msgid "You must have cookies enabled to use the document management system." msgstr "" -#: plugins/ktcore/admin/documentFields.php:188 -#: plugins/ktcore/admin/documentFields.php:239 -#: plugins/ktcore/admin/documentFields.php:312 +#: plugins/ktcore/admin/documentFields.php:212 +#: plugins/ktcore/admin/documentFields.php:265 +#: plugins/ktcore/admin/documentFields.php:339 msgid "You must provide a description" msgstr "" -#: plugins/ktcore/admin/documentFields.php:303 -#: plugins/ktcore/admin/userManagement.php:352 -#: plugins/ktcore/admin/userManagement.php:418 +#: plugins/ktcore/admin/documentFields.php:330 +#: plugins/ktcore/admin/userManagement.php:379 +#: plugins/ktcore/admin/userManagement.php:445 msgid "You must provide a name" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:138 -#: plugins/ktcore/KTDocumentActions.php:871 +#: plugins/ktcore/KTDocumentActions.php:146 +#: plugins/ktcore/KTDocumentActions.php:960 msgid "You must provide a reason" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:991 +#: plugins/ktcore/KTDocumentActions.php:1080 msgid "You must provide a reason for the transition" msgstr "" -#: plugins/ktcore/admin/userManagement.php:357 +#: plugins/ktcore/admin/userManagement.php:384 msgid "You must provide a username" msgstr "" -#: plugins/ktcore/admin/documentCheckout.php:63 -#: plugins/ktcore/admin/documentCheckout.php:94 +#: plugins/ktcore/admin/documentCheckout.php:66 +#: plugins/ktcore/admin/documentCheckout.php:97 msgid "You must select a document to check in first." msgstr "" -#: plugins/ktcore/admin/documentTypes.php:204 +#: plugins/ktcore/admin/documentTypes.php:202 msgid "You must select at least one fieldset" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:432 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:438 msgid "You must specify a name for the group." msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:238 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:236 msgid "You must specify a name for the user." msgstr "" -#: plugins/ktcore/admin/userManagement.php:413 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:240 +#: plugins/ktcore/admin/userManagement.php:440 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:238 msgid "You must specify a new username." msgstr "" -#: plugins/ktcore/admin/userManagement.php:429 +#: plugins/ktcore/admin/userManagement.php:456 msgid "You must specify a numeric value for maximum sessions." msgstr "" -#: plugins/ktcore/admin/userManagement.php:240 -#: plugins/ktcore/admin/userManagement.php:442 +#: plugins/ktcore/admin/userManagement.php:250 +#: plugins/ktcore/admin/userManagement.php:469 msgid "You must specify a password for the user." msgstr "" -#: preferences.php:120 +#: preferences.php:118 msgid "You must specify a password." msgstr "" -#: preferences.php:164 +#: preferences.php:162 msgid "You must specify your name." msgstr "" -#: browse.php:595 browse.php:776 +#: browse.php:588 browse.php:775 plugins/ktcore/KTDocumentActions.php:237 msgid "You must supply a reason." msgstr "" -#: plugins/ktcore/admin/conditions.php:160 -#: plugins/ktcore/admin/conditions.php:186 -#: plugins/ktcore/admin/savedSearch.php:162 -#: plugins/ktcore/admin/savedSearch.php:195 search/booleanSearch.php:91 -#: search/booleanSearch.php:117 search/booleanSearch.php:190 +#: plugins/ktcore/admin/conditions.php:158 +#: plugins/ktcore/admin/conditions.php:184 +#: plugins/ktcore/admin/savedSearch.php:160 +#: plugins/ktcore/admin/savedSearch.php:193 search/booleanSearch.php:92 +#: search/booleanSearch.php:118 search/booleanSearch.php:191 msgid "You need to have at least 1 condition." msgstr "" -#: lib/session/Session.inc:171 +#: lib/session/Session.inc:178 msgid "You need to login to access this page" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:1001 +#: plugins/ktcore/KTDocumentActions.php:1090 msgid "You no longer have permission to view this document" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:184 +#: plugins/ktstandard/KTSubscriptions.php:182 msgid "You were not subscribed to that document" msgstr "" -#: plugins/ktstandard/KTSubscriptions.php:357 +#: plugins/ktstandard/KTSubscriptions.php:355 msgid "You were not subscribed to that folder" msgstr "" -#: i18n/templates.c:2192 +#: i18n/templates.c:2780 msgid "Your Checked-out Documents" msgstr "" -#: i18n/templates.c:1427 i18n/templates.c:1442 +#: i18n/templates.c:2060 i18n/templates.c:2075 msgid "Your Details" msgstr "" -#: preferences.php:90 +#: preferences.php:88 msgid "Your Password" msgstr "" -#: preferences.php:60 +#: preferences.php:58 msgid "Your Preferences" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:110 -#: plugins/ktstandard/KTDiscussion.php:202 +#: plugins/ktstandard/KTDiscussion.php:122 +#: plugins/ktstandard/KTDiscussion.php:224 msgid "Your contribution to the discussion in this thread" msgstr "" -#: preferences.php:199 +#: preferences.php:197 msgid "Your details have been updated." msgstr "" -#: preferences.php:70 +#: preferences.php:68 msgid "Your email address. Notifications and alerts are mailed to this address if email notifications is set below. e.g. jsmith@acme.com" msgstr "" -#: preferences.php:69 +#: preferences.php:67 msgid "Your full name. This is shown in reports and listings. e.g. John Smith" msgstr "" -#: preferences.php:72 +#: preferences.php:70 msgid "Your mobile phone number. e.g. +27 99 999 9999" msgstr "" -#: preferences.php:151 +#: preferences.php:149 msgid "Your password has been changed." msgstr "" -#: preferences.php:129 +#: preferences.php:127 #, php-format msgid "Your password is too short - passwords must be at least %d characters long." msgstr "" -#: plugins/ktcore/admin/groupManagement.php:570 +#: lib/dispatcher.inc.php:260 +msgid "Your session has expired, please log in again." +msgstr "" + +#: plugins/ktcore/admin/groupManagement.php:630 msgid "add a new group" msgstr "" -#: plugins/ktcore/admin/userManagement.php:96 -#: plugins/ktcore/admin/userManagement.php:144 +#: plugins/ktcore/admin/userManagement.php:98 +#: plugins/ktcore/admin/userManagement.php:146 msgid "add a new user" msgstr "" -#: i18n/templates.c:3695 i18n/templates.c:3863 +#: i18n/templates.c:4382 i18n/templates.c:4655 msgid "add another set of criteria" msgstr "" -#: plugins/ktcore/folder/addDocument.php:65 -#: plugins/ktcore/folder/addDocument.php:110 +#: plugins/ktcore/folder/addDocument.php:63 +#: plugins/ktcore/folder/addDocument.php:108 msgid "add document" msgstr "" -#: plugins/ktcore/KTFolderActions.php:53 +#: plugins/ktcore/KTFolderActions.php:51 msgid "add folder" msgstr "" -#: i18n/templates.c:3908 +#: i18n/templates.c:4700 msgid "add new subcategory" msgstr "" -#: i18n/templates.c:3569 i18n/templates.c:3581 i18n/templates.c:3659 -#: i18n/templates.c:3671 i18n/templates.c:3746 i18n/templates.c:3827 -#: i18n/templates.c:3839 +#: i18n/templates.c:4256 i18n/templates.c:4268 i18n/templates.c:4346 +#: i18n/templates.c:4358 i18n/templates.c:4433 i18n/templates.c:4619 +#: i18n/templates.c:4631 msgid "all" msgstr "" -#: i18n/templates.c:3572 i18n/templates.c:3584 i18n/templates.c:3662 -#: i18n/templates.c:3674 i18n/templates.c:3749 i18n/templates.c:3830 -#: i18n/templates.c:3842 +#: i18n/templates.c:4259 i18n/templates.c:4271 i18n/templates.c:4349 +#: i18n/templates.c:4361 i18n/templates.c:4436 i18n/templates.c:4622 +#: i18n/templates.c:4634 msgid "any" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:855 +#: plugins/ktcore/KTDocumentActions.php:944 msgid "archiving" msgstr "" -#: plugins/ktcore/admin/archivedDocuments.php:63 +#: plugins/ktcore/KTAssist.php:42 +msgid "assistance" +msgstr "" + +#: plugins/ktcore/admin/documentFields.php:1012 +msgid "attach keywords" +msgstr "" + +#: plugins/ktcore/admin/archivedDocuments.php:61 msgid "browse" msgstr "" -#: config/siteMap.inc:37 +#: config/siteMap.inc:41 msgid "browse documents" msgstr "" -#: plugins/ktcore/folder/BulkImport.php:60 +#: plugins/ktcore/folder/BulkImport.php:58 msgid "bulk import" msgstr "" -#: plugins/ktcore/folder/BulkUpload.php:67 +#: plugins/ktcore/folder/BulkUpload.php:65 msgid "bulk upload" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:307 +#: plugins/ktcore/KTDocumentActions.php:340 msgid "cancel checkout" msgstr "" -#: i18n/templates.c:764 i18n/templates.c:1406 i18n/templates.c:1418 +#: i18n/templates.c:1382 i18n/templates.c:2039 i18n/templates.c:2051 msgid "change password" msgstr "" -#: lib/authentication/builtinauthenticationprovider.inc.php:59 -#: plugins/ktcore/admin/userManagement.php:200 +#: lib/authentication/builtinauthenticationprovider.inc.php:57 +#: plugins/ktcore/admin/userManagement.php:205 msgid "change user password" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:123 +#: plugins/ktcore/KTDocumentActions.php:131 msgid "checkout" msgstr "" -#: i18n/templates.c:3563 +#: i18n/templates.c:4250 msgid "compare" msgstr "" -#: view.php:351 +#: view.php:362 msgid "compare versions" msgstr "" -#: i18n/templates.c:578 +#: i18n/templates.c:1190 msgid "compare with current" msgstr "" -#: i18n/templates.c:581 +#: i18n/templates.c:1193 msgid "compare with other version" msgstr "" -#: i18n/templates.c:3560 +#: i18n/templates.c:4247 msgid "comparing against this version" msgstr "" -#: i18n/templates.c:305 i18n/templates.c:926 +#: i18n/templates.c:917 i18n/templates.c:1547 msgid "conditional data." msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:78 +#: plugins/ktcore/admin/deletedDocuments.php:76 #, php-format msgid "confirm expunge of %d documents" msgstr "" -#: plugins/ktcore/admin/documentCheckout.php:59 +#: plugins/ktcore/admin/documentCheckout.php:62 msgid "confirm forced check-in" msgstr "" -#: plugins/ktcore/admin/archivedDocuments.php:138 +#: plugins/ktcore/admin/archivedDocuments.php:136 #, php-format msgid "confirm restore of %d documents" msgstr "" -#: lib/browse/Criteria.inc:200 +#: lib/browse/Criteria.inc:204 msgid "contains" msgstr "" -#: i18n/templates.c:1007 +#: i18n/templates.c:1628 msgid "controls the values available in" msgstr "" -#: i18n/templates.c:1016 +#: i18n/templates.c:1637 msgid "controls the values of the following fields" msgstr "" -#: i18n/templates.c:902 +#: i18n/templates.c:1523 msgid "create behaviour" msgstr "" -#: i18n/templates.c:56 i18n/templates.c:1598 +#: i18n/templates.c:662 i18n/templates.c:2216 msgid "create group" msgstr "" -#: i18n/templates.c:1643 +#: i18n/templates.c:2246 msgid "create new role" msgstr "" -#: i18n/templates.c:1691 +#: i18n/templates.c:2294 msgid "create unit" msgstr "" -#: i18n/templates.c:68 i18n/templates.c:1796 +#: i18n/templates.c:674 i18n/templates.c:2384 msgid "create user" msgstr "" -#: i18n/templates.c:575 +#: i18n/templates.c:1187 msgid "current version" msgstr "" @@ -7175,323 +8405,367 @@ msgstr "" msgid "defining search" msgstr "" -#: i18n/templates.c:3245 +#: plugins/ktcore/admin/documentFields.php:1013 +msgid "delete" +msgstr "" + +#: i18n/templates.c:3917 msgid "deleting a link type will delete all links of that type within the system." msgstr "" -#: plugins/ktstandard/KTDiscussion.php:104 -#: plugins/ktstandard/KTDiscussion.php:189 +#: plugins/ktstandard/KTDiscussion.php:116 +#: plugins/ktstandard/KTDiscussion.php:211 msgid "discussion" msgstr "" -#: view.php:133 +#: view.php:131 msgid "document details" msgstr "" -#: lib/browse/Criteria.inc:199 +#: lib/browse/Criteria.inc:203 msgid "does not contain" msgstr "" -#: plugins/ktcore/admin/documentFields.php:97 -#: plugins/ktcore/admin/documentTypes.php:154 i18n/templates.c:1214 +#: plugins/ktcore/admin/documentFields.php:95 +#: plugins/ktcore/admin/documentFields.php:969 +#: plugins/ktcore/admin/documentTypes.php:152 i18n/templates.c:1847 msgid "edit" msgstr "" -#: plugins/ktcore/admin/documentFields.php:280 i18n/templates.c:1040 +#: plugins/ktcore/admin/documentFields.php:307 i18n/templates.c:1661 msgid "edit field" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:90 +#: plugins/ktcore/admin/groupManagement.php:97 msgid "edit group" msgstr "" -#: plugins/ktcore/admin/userManagement.php:296 +#: plugins/ktcore/admin/userManagement.php:309 msgid "edit groups" msgstr "" -#: i18n/templates.c:3260 i18n/templates.c:3263 +#: i18n/templates.c:3932 i18n/templates.c:3935 msgid "edit link type" msgstr "" -#: plugins/ktcore/admin/documentFields.php:722 +#: plugins/ktcore/admin/documentFields.php:788 msgid "edit lookup tree" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:89 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:87 msgid "editing LDAP details" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:127 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:125 msgid "editing LDAP settings" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:45 +#: plugins/ktcore/admin/workflows.php:1393 +#: plugins/ktcore/admin/workflows.php:1432 +msgid "editing trigger" +msgstr "" + +#: plugins/ktcore/KTDocumentActions.php:43 +#: plugins/ktcore/KTDocumentActions.php:80 #, php-format msgid "fDocumentId=%d" msgstr "" -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:446 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:452 msgid "failed to create group." msgstr "" -#: plugins/ktcore/admin/userManagement.php:465 -#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:264 +#: plugins/ktcore/admin/userManagement.php:492 +#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:262 msgid "failed to create user." msgstr "" -#: i18n/templates.c:1046 +#: i18n/templates.c:1667 msgid "finished with this field" msgstr "" -#: i18n/templates.c:3878 +#: i18n/templates.c:4670 msgid "first if you believe you have found a bug. Always check for known issues relating to the version you are using — we may already have found the problem you're referring to, and may have fixed it in a newer version. If we ask for your PHP_INFO data, we're looking for the information described below." msgstr "" -#: i18n/templates.c:3596 i18n/templates.c:3689 i18n/templates.c:3728 -#: i18n/templates.c:3857 +#: i18n/templates.c:4283 i18n/templates.c:4376 i18n/templates.c:4415 +#: i18n/templates.c:4649 msgid "first select a type of query" msgstr "" -#: i18n/templates.c:3389 +#: i18n/templates.c:4064 msgid "force checkin" msgstr "" -#: lib/widgets/fieldsetDisplay.inc.php:149 +#: lib/widgets/fieldsetDisplay.inc.php:147 msgid "friendly_name" msgstr "" -#: view.php:225 view.php:285 +#: view.php:236 view.php:296 msgid "history" msgstr "" -#: i18n/templates.c:2693 +#: i18n/templates.c:3356 msgid "inherited from parent folder." msgstr "" -#: browse.php:149 +#: browse.php:163 msgid "invalid folder" msgstr "" -#: lib/browse/Criteria.inc:197 +#: lib/browse/Criteria.inc:201 msgid "is" msgstr "" -#: lib/browse/Criteria.inc:196 +#: lib/browse/Criteria.inc:200 msgid "is not" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:196 -#: plugins/ktstandard/KTDocumentLinks.php:248 -#: plugins/ktstandard/KTDocumentLinks.php:293 +#: plugins/professional-reporting/admin/userReporting.php:76 +msgid "last login reporting" +msgstr "" + +#: plugins/ktstandard/KTDocumentLinks.php:194 +#: plugins/ktstandard/KTDocumentLinks.php:246 +#: plugins/ktstandard/KTDocumentLinks.php:291 msgid "link" msgstr "" -#: plugins/ktcore/admin/documentCheckout.php:43 +#: plugins/ktcore/admin/documentCheckout.php:46 msgid "list checked out documents" msgstr "" -#: i18n/templates.c:3818 +#: i18n/templates.c:4505 msgid "login" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:206 -#: plugins/ktcore/admin/groupManagement.php:345 +#: plugins/professional-reporting/admin/userReporting.php:146 +msgid "login activity" +msgstr "" + +#: plugins/professional-reporting/admin/userReporting.php:132 +#, php-format +msgid "login history for %s" +msgstr "" + +#: plugins/ktcore/admin/groupManagement.php:223 +#: plugins/ktcore/admin/groupManagement.php:379 msgid "manage members" msgstr "" -#: plugins/ktcore/admin/userManagement.php:155 +#: plugins/ktcore/admin/userManagement.php:157 msgid "modify user details" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:484 -#: plugins/ktcore/KTDocumentActions.php:537 +#: plugins/ktcore/KTDocumentActions.php:524 +#: plugins/ktcore/KTDocumentActions.php:577 msgid "move" msgstr "" -#: i18n/templates.c:710 i18n/templates.c:713 +#: i18n/templates.c:1328 i18n/templates.c:1331 msgid "next" msgstr "" -#: plugins/ktcore/KTPermissions.php:307 plugins/ktcore/KTPermissions.php:744 +#: plugins/ktcore/KTPermissions.php:377 plugins/ktcore/KTPermissions.php:818 msgid "no groups" msgstr "" -#: plugins/ktcore/KTPermissions.php:731 +#: plugins/ktcore/KTPermissions.php:364 plugins/ktcore/KTPermissions.php:805 msgid "no users" msgstr "" -#: i18n/templates.c:317 i18n/templates.c:365 +#: i18n/templates.c:929 i18n/templates.c:977 msgid "no value" msgstr "" -#: i18n/templates.c:311 i18n/templates.c:314 +#: i18n/templates.c:923 i18n/templates.c:926 msgid "no value in this version" msgstr "" -#: i18n/templates.c:1556 +#: i18n/templates.c:2174 msgid "not part of a unit" msgstr "" -#: i18n/templates.c:3752 +#: i18n/templates.c:4439 msgid "of the criteria specified." msgstr "" -#: i18n/templates.c:3335 +#: i18n/templates.c:4007 msgid "please confirm that you want to delete these documents." msgstr "" -#: i18n/templates.c:3314 +#: i18n/templates.c:3986 msgid "please confirm that you want to restore these documents from an archived state." msgstr "" -#: i18n/templates.c:3353 +#: i18n/templates.c:4025 msgid "please confirm that you want to restore these documents." msgstr "" -#: i18n/templates.c:707 +#: i18n/templates.c:1325 msgid "prev" msgstr "" -#: i18n/templates.c:884 +#: i18n/templates.c:1505 msgid "remove behaviour" msgstr "" -#: plugins/ktcore/folder/Rename.php:52 +#: plugins/ktcore/folder/Rename.php:50 msgid "rename" msgstr "" -#: i18n/templates.c:4001 +#: i18n/templates.c:4814 msgid "save" msgstr "" -#: i18n/templates.c:1472 i18n/templates.c:1628 i18n/templates.c:1724 -#: i18n/templates.c:1757 i18n/templates.c:2795 i18n/templates.c:2933 +#: i18n/templates.c:2090 i18n/templates.c:2231 i18n/templates.c:2312 +#: i18n/templates.c:2345 i18n/templates.c:3464 i18n/templates.c:3596 msgid "save changes" msgstr "" -#: i18n/templates.c:1490 +#: i18n/templates.c:2108 msgid "save changes to group" msgstr "" -#: i18n/templates.c:1781 +#: i18n/templates.c:2369 msgid "save changes to unit" msgstr "" -#: i18n/templates.c:1043 +#: i18n/templates.c:1664 msgid "save this dependency" msgstr "" -#: i18n/templates.c:113 i18n/templates.c:533 +#: i18n/templates.c:719 i18n/templates.c:1145 msgid "search" msgstr "" -#: i18n/templates.c:14 i18n/templates.c:1532 +#: i18n/templates.c:620 i18n/templates.c:2150 msgid "search for groups" msgstr "" -#: i18n/templates.c:38 i18n/templates.c:1832 +#: i18n/templates.c:8 i18n/templates.c:50 i18n/templates.c:242 +#: i18n/templates.c:548 i18n/templates.c:644 i18n/templates.c:2420 msgid "search for users" msgstr "" -#: plugins/ktcore/admin/groupManagement.php:48 +#: plugins/ktcore/admin/groupManagement.php:46 msgid "select a group" msgstr "" -#: plugins/ktcore/admin/manageHelp.php:50 -#: plugins/ktstandard/admin/manageDisclaimers.php:42 +#: plugins/ktcore/admin/manageHelp.php:48 +#: plugins/ktstandard/admin/manageDisclaimers.php:40 msgid "select a section" msgstr "" -#: plugins/ktcore/admin/unitManagement.php:53 +#: plugins/ktcore/admin/unitManagement.php:51 msgid "select a unit" msgstr "" -#: plugins/ktcore/admin/userManagement.php:48 +#: plugins/ktcore/admin/userManagement.php:46 msgid "select a user" msgstr "" -#: i18n/templates.c:644 +#: i18n/templates.c:113 i18n/templates.c:191 i18n/templates.c:305 +#: i18n/templates.c:383 +msgid "show transactions" +msgstr "" + +#: i18n/templates.c:1265 msgid "showing comparison between versions #from# and #to#" msgstr "" -#: i18n/templates.c:599 i18n/templates.c:602 +#: i18n/templates.c:1211 i18n/templates.c:1214 msgid "showing information for version #version#" msgstr "" -#: i18n/templates.c:1085 +#: i18n/templates.c:1709 msgid "stuck, will never be disabled when synchronising from another source" msgstr "" -#: i18n/templates.c:1100 +#: i18n/templates.c:1724 msgid "stuck, will never be enabled when synchronising from another source" msgstr "" -#: i18n/templates.c:1742 +#: i18n/templates.c:2330 msgid "synchronise" msgstr "" -#: i18n/templates.c:650 i18n/templates.c:656 +#: i18n/templates.c:1271 i18n/templates.c:1277 msgid "the information for version #version# comes from an older version of KnowledgeTree and may be incorrect." msgstr "" -#: i18n/templates.c:3371 +#: i18n/templates.c:4046 msgid "the local copy of the checked-out document has been lost" msgstr "" -#: i18n/templates.c:3374 +#: i18n/templates.c:4049 msgid "the user who did the check-out is not currently available to check it back in" msgstr "" -#: i18n/templates.c:338 i18n/templates.c:359 +#: i18n/templates.c:950 i18n/templates.c:971 msgid "this cannot not change between versions" msgstr "" -#: plugins/ktcore/folder/Transactions.php:47 +#: plugins/ktcore/folder/Transactions.php:45 msgid "transactions" msgstr "" -#: lib/widgets/fieldsetDisplay.inc.php:145 +#: i18n/templates.c:80 i18n/templates.c:158 i18n/templates.c:272 +#: i18n/templates.c:350 +msgid "transactions in the last #widget# days" +msgstr "" + +#: i18n/templates.c:110 i18n/templates.c:188 i18n/templates.c:302 +#: i18n/templates.c:380 +msgid "transactions." +msgstr "" + +#: lib/widgets/fieldsetDisplay.inc.php:143 msgid "unknown type" msgstr "" -#: i18n/templates.c:1925 +#: plugins/ktcore/admin/documentFields.php:1008 +msgid "unlink" +msgstr "" + +#: i18n/templates.c:2513 msgid "update organisation information" msgstr "" -#: i18n/templates.c:1649 +#: i18n/templates.c:2252 msgid "update role information" msgstr "" -#: plugins/ktcore/admin/deletedDocuments.php:45 -#: plugins/ktcore/admin/documentLinks.php:43 -#: plugins/ktcore/admin/documentLinks.php:72 +#: plugins/ktcore/admin/deletedDocuments.php:43 +#: plugins/ktcore/admin/documentLinks.php:47 +#: plugins/ktcore/admin/documentLinks.php:76 msgid "view" msgstr "" -#: plugins/ktcore/admin/documentFields.php:56 +#: plugins/ktcore/admin/documentFields.php:54 msgid "view fieldsets" msgstr "" -#: plugins/ktcore/admin/documentTypes.php:48 +#: plugins/ktcore/admin/documentTypes.php:46 msgid "view types" msgstr "" -#: plugins/ktstandard/KTDiscussion.php:195 +#: plugins/ktstandard/KTDiscussion.php:217 msgid "viewing comments" msgstr "" -#: plugins/ktcore/folder/Permissions.php:183 +#: plugins/ktcore/folder/Permissions.php:245 msgid "viewing permissions" msgstr "" -#: plugins/ktcore/KTDocumentActions.php:924 +#: plugins/ktcore/KTDocumentActions.php:1013 msgid "workflow" msgstr "" -#: plugins/ktstandard/KTDocumentLinks.php:49 +#: plugins/ktstandard/KTDocumentLinks.php:47 msgid "you cannot link to the source document" msgstr "" -#: browse.php:71 +#: browse.php:77 msgid "you cannot move folders to themselves" msgstr "" diff --git a/i18n/templates.c b/i18n/templates.c index e725b8d..a0e9f1a 100644 --- a/i18n/templates.c +++ b/i18n/templates.c @@ -4,6 +4,612 @@ gettext("Orphaned Folders"); /* ./plugins/browseabledashlet/templates/browseabledashlet/dashlet.smarty */ gettext("Since KnowledgeTree only shows you the folders and documents you are allowed to see, there are some placed that you can view but can't get to — for example, if they are in a folder you are not allowed to see. These are called \"orphaned folders\" since you can't access their parents and they are are listed below."); +/* ./plugins/wintools/templates/wintools/allocate_keys.smarty */ +gettext("search for users"); + +/* ./plugins/wintools/templates/wintools/allocate_keys.smarty */ +gettext("Name"); + +/* ./plugins/wintools/templates/wintools/allocate_keys.smarty */ +gettext("Username"); + +/* ./plugins/wintools/templates/wintools/allocate_keys.smarty */ +gettext("Enabled"); + +/* ./plugins/wintools/templates/wintools/allocate_keys.smarty */ +gettext("Allocate Key"); + +/* ./plugins/wintools/templates/wintools/allocate_keys.smarty */ +gettext("De-allocate Key"); + +/* ./plugins/wintools/templates/wintools/allocate_keys.smarty */ +gettext("Key Assigned"); + +/* ./plugins/wintools/templates/wintools/allocate_keys.smarty */ +gettext("No Key Assigned"); + +/* ./plugins/wintools/templates/wintools/allocate_keys.smarty */ +gettext("No results for your search."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/admin_main.smarty */ +gettext("Extended Transaction Information"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/admin_main.smarty */ +gettext("The DMS tracks a large amount of activity by users. Use these reports to get better information on who's doing what on the system. Note that transactions are only shown for documents you are allowed to view."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_info.smarty */ +gettext("Select User"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_info.smarty */ +gettext("Search for users"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_info.smarty */ +gettext("Since there may be many users in the system, please select a group from the list below, or type a few letters from the person's username to begin."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_info.smarty */ +gettext("search for users"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_info.smarty */ +gettext("Name"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_info.smarty */ +gettext("Username"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_info.smarty */ +gettext("View Transactions"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("User Information: #username#"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Specify Search Details"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Each user will have performed a large number of different actions. In order to make the report more useful, please specify more details about the information you need."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Date Range"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Required"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Either select a range in which to view the users actions, or specify the number of days into the past to view."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("transactions in the last #widget# days"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Transaction Type"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Required"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Select what kind of report you'd like to view."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("All Actions"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Check-ins/Check-outs"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Recent Downloads"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Recent Uploads"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Show Items"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Specify the maximum items to show, or leave it at zero or blank to show all transactions matching your report"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("transactions."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("show transactions"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Show #max# of #total# transactions."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("User"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Document"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Action"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Date"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Content version"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("Comment"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/user_details.smarty */ +gettext("No Transactions matched your query."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Global Activity"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Specify Search Details"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("In order to refine the kind of information shown to you, please provide further information below."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Date Range"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Required"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Either select a range in which to view the actions, or specify the number of days into the past to view."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("transactions in the last #widget# days"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Transaction Type"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Required"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Select what kind of report you'd like to view."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("All Actions"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Check-ins/Check-outs"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Recent Downloads"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Recent Uploads"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Show Items"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Specify the maximum items to show, or leave it at zero or blank to show all transactions matching your report"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("transactions."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("show transactions"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Show #max# of #total# transactions."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("User"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Document"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Action"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Date"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Content version"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("Comment"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/global_activity.smarty */ +gettext("No Transactions matched your query."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/recent_rss.smarty */ +gettext("KnowledgeTree Recent Documents"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/recent_rss.smarty */ +gettext("User: #username# <br /> Action: #action# <br /> #reason#"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/dashlet.smarty */ +gettext("Recently Added/Changed Documents"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_main.smarty */ +gettext("Usage Information for \"#folder#\""); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_main.smarty */ +gettext("View information about what documents have been added, or changed in folder and its children. You can view this information by user or as a whole."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_info.smarty */ +gettext("Select User"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_info.smarty */ +gettext("Search for users"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_info.smarty */ +gettext("Since there may be many users in the system, please select a group from the list below, or type a few letters from the person's username to begin."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_info.smarty */ +gettext("search for users"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_info.smarty */ +gettext("Name"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_info.smarty */ +gettext("Username"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_info.smarty */ +gettext("View Transactions"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("User Information: #username# in \"#folder#\""); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Specify Search Details"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Each user will have performed a large number of different actions. In order to make the report more useful, please specify more details about the information you need."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Date Range"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Required"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Either select a range in which to view the users actions, or specify the number of days into the past to view."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("transactions in the last #widget# days"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Transaction Type"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Required"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Select what kind of report you'd like to view."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("All Actions"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Check-ins/Check-outs"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Recent Downloads"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Recent Uploads"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Show Items"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Specify the maximum items to show, or leave it at zero or blank to show all transactions matching your report"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("transactions."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("show transactions"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Show #max# of #total# transactions."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("User"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Document"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Action"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Date"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Content version"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("Comment"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_user_details.smarty */ +gettext("No Transactions matched your query."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Global Activity in \"#folder#\""); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Specify Search Details"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("In order to refine the kind of information shown to you, please provide further information below."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Date Range"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Required"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Either select a range in which to view the actions, or specify the number of days into the past to view."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("transactions in the last #widget# days"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Transaction Type"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Required"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Select what kind of report you'd like to view."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("All Actions"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Check-ins/Check-outs"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Recent Downloads"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Recent Uploads"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Show Items"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Specify the maximum items to show, or leave it at zero or blank to show all transactions matching your report"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("transactions."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("show transactions"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Show #max# of #total# transactions."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("User"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Document"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Action"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Date"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Content version"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("Comment"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_global_activity.smarty */ +gettext("No Transactions matched your query."); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_workflow_doctypes.smarty */ +gettext("Document Summary for \"#name#\""); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_workflow_doctypes.smarty */ +gettext("Workflow Info"); + +/* ./plugins/network/extendedtransactioninfo/templates/extendedtransactioninfo/standard_workflow_doctypes.smarty */ +gettext("No Workflow"); + +/* ./plugins/network/topdownloads/templates/topdownloads/dashlet.smarty */ +gettext("Top Downloads"); + +/* ./plugins/network/topdownloads/templates/topdownloads/dashlet.smarty */ +gettext("The top downloads for the last 7 days. Only documents which you are allowed to see are listed."); + +/* ./plugins/network/userhistory/templates/userhistory/dashlet.smarty */ +gettext("Items you've viewed recently within the DMS."); + +/* ./plugins/network/userhistory/templates/userhistory/dashlet.smarty */ +gettext("Folders"); + +/* ./plugins/network/userhistory/templates/userhistory/dashlet.smarty */ +gettext("Documents"); + +/* ./plugins/network/gotodocumentid/templates/gotodocid/dashlet.smarty */ +gettext("Jump To Document"); + +/* ./plugins/network/gotodocumentid/templates/gotodocid/dashlet.smarty */ +gettext("If you know the numeric ID of a document, type it in here and press \"go\""); + +/* ./plugins/network/gotodocumentid/templates/gotodocid/dashlet.smarty */ +gettext("Go"); + +/* ./plugins/network/inlineview/templates/inlineview/view.smarty */ +gettext("Inline View"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/dashlet.smarty */ +gettext("Quicklinks"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/dashlet.smarty */ +gettext("There are no quicklinks."); + +/* ./plugins/network/quicklinks/templates/Quicklinks/addlink.smarty */ +gettext("New Quicklink"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/addlink.smarty */ +gettext("New Quicklink"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/addlink.smarty */ +gettext("Use the folder collection and path below to browse to the document you wish to link to."); + +/* ./plugins/network/quicklinks/templates/Quicklinks/addlink.smarty */ +gettext("Link"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/addlink.smarty */ +gettext("Cancel"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Manage Quicklinks"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Quicklinks allow the administrator to create and order a collection of links to documents and folders, which will display on users' dashboards."); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Quicklinks are links to documents and folders which you use often."); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Add Quicklink"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Create a new quicklink that will appear on users' dashboards."); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Create a new quicklink that will appear on your dashboard."); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Create a new quicklink"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Re-order Quicklinks"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Change the order in which quicklinks are shown."); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Re-order quicklinks"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("There are no system quicklinks."); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("You have no quicklinks."); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Target"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Delete"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/managequicklinks.smarty */ +gettext("Delete"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/reorderquicklinks.smarty */ +gettext("Re-order Quicklinks"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/reorderquicklinks.smarty */ +gettext("Re-order Quicklinks"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/reorderquicklinks.smarty */ +gettext("Use the up and down arrows to move an item. Please note that changes are only saved when you click the 're-order' button."); + +/* ./plugins/network/quicklinks/templates/Quicklinks/reorderquicklinks.smarty */ +gettext("Re-order"); + +/* ./plugins/network/quicklinks/templates/Quicklinks/reorderquicklinks.smarty */ +gettext("Cancel"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("User Reporting"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("Last login information"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("Want to know when last users of your system logged in? You can get an overview of the last login times of all users, or of users that have or have not logged in recently."); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("Login activity"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("Want to know who all has logged in the system over a period of time? You can get an overview of all login activity for all users over a specified period of time."); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("Full login history for users"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("Since there may be many users in the system, please select a user from the list below, or type a few letters from the person's username to begin. Alternatively, view all users (note that this may be very slow if you have many users)."); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("search for users"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("Name"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("Username"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("Login history"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("View"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userreporting.smarty */ +gettext("No results for your search."); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/lastlogins.smarty */ +gettext("Last login information"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/lastlogins.smarty */ +gettext("Last login information"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/lastlogins.smarty */ +gettext("Want to know when last users of your system logged in? You can get an overview of the last login times of all users, or of users that have or have not logged in recently."); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/lastlogins.smarty */ +gettext("Name"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/lastlogins.smarty */ +gettext("Username"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/lastlogins.smarty */ +gettext("Last login"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/lastlogins.smarty */ +gettext("Login history"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/lastlogins.smarty */ +gettext("View"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/lastlogins.smarty */ +gettext("No results for your search."); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/loginhistory.smarty */ +gettext("User"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/loginhistory.smarty */ +gettext("Date"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/loginhistory.smarty */ +gettext("Action"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/loginhistory.smarty */ +gettext("Comments"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userloginhistory.smarty */ +gettext("Date"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userloginhistory.smarty */ +gettext("Action"); + +/* ./plugins/professional-reporting/templates/ktprofessional/reporting/userloginhistory.smarty */ +gettext("Comments"); + /* ./templates/ktstandard/authentication/ldapsearchgroup.smarty */ gettext("Since there may be many groups in the system, please provider a few letters from the groups's name to begin."); @@ -182,10 +788,10 @@ gettext("Post a reply"); gettext("Post a reply"); /* ./templates/ktstandard/action/discussion_thread.smarty */ -gettext("Close this thread"); +gettext("Change the state of this thread"); /* ./templates/ktstandard/action/discussion_thread.smarty */ -gettext("Close this thread"); +gettext("Change state"); /* ./templates/ktstandard/action/discussion.smarty */ gettext("Existing threads"); @@ -209,38 +815,32 @@ gettext("Last activity"); gettext("State"); /* ./templates/ktstandard/action/discussion.smarty */ -gettext("There are no existing threads for this document"); +gettext("There are #closed# closed threads - use the \"View All\" option below to view them."); /* ./templates/ktstandard/action/discussion.smarty */ -gettext("Create a new thread"); +gettext("There are no open threads for this document."); /* ./templates/ktstandard/action/discussion.smarty */ gettext("Create a new thread"); -/* ./templates/ktstandard/action/email.smarty */ -gettext("Email document"); - -/* ./templates/ktstandard/action/email.smarty */ -gettext("Groups"); - -/* ./templates/ktstandard/action/email.smarty */ -gettext("Filter"); - -/* ./templates/ktstandard/action/email.smarty */ -gettext("Filter"); +/* ./templates/ktstandard/action/discussion.smarty */ +gettext("Create a new thread"); -/* ./templates/ktstandard/action/email.smarty */ -gettext("Users"); +/* ./templates/ktstandard/action/discussion.smarty */ +gettext("View all threads"); -/* ./templates/ktstandard/action/email.smarty */ -gettext("Filter"); +/* ./templates/ktstandard/action/discussion.smarty */ +gettext("View threads"); /* ./templates/ktstandard/action/email.smarty */ -gettext("Filter"); +gettext("Email document"); /* ./templates/ktstandard/action/email.smarty */ gettext("Email"); +/* ./templates/ktstandard/action/discussion_thread_list_item.smarty */ +gettext("Conclusion"); + /* ./templates/ktstandard/action/link.smarty */ gettext("Add Link"); @@ -301,6 +901,18 @@ gettext("Add a new link"); /* ./templates/ktstandard/action/document_links.smarty */ gettext("Add a new link"); +/* ./templates/ktstandard/adminversion/dashlet.smarty */ +gettext("New Version Available"); + +/* ./templates/ktstandard/adminversion/dashlet.smarty */ +gettext("The following upgrade is available:"); + +/* ./templates/ktstandard/adminversion/dashlet.smarty */ +gettext("The following upgrades are available:"); + +/* ./templates/ktstandard/adminversion/dashlet.smarty */ +gettext("Please visit www.ktdms.com to find out more."); + /* ./templates/kt3/fieldsets/conditional_editable.smarty */ gettext("conditional data."); @@ -605,8 +1217,17 @@ gettext("showing information for version #version#"); gettext("This document is currently checked out by you. If this is incorrect, or you no longer need to make changes to it, please cancel the checkout."); /* ./templates/kt3/view_document.smarty */ +gettext("This document is currently checked out by #checkoutuser#, but you have sufficient priviledges to cancel their checkout."); + +/* ./templates/kt3/view_document.smarty */ gettext("This document is currently checked out by #checkoutuser#. You cannot make changes until that user checks it in. If you have urgent modifications to make, please contact your KnowledgeTree Administrator."); +/* ./templates/kt3/view_document.smarty */ +gettext("This document is immutable. No further content changes can be made to this document, and only administrators (in administration mode) can make changes to the metadata or can move or delete it."); + +/* ./templates/kt3/view_document.smarty */ +gettext("If you require assistance from an administrator to perform one of these tasks, use the Request Assistance action."); + /* ./templates/kt3/browse.smarty */ gettext("Delete"); @@ -698,9 +1319,6 @@ gettext("Up"); gettext("Down"); /* ./templates/kt3/document_collection.smarty */ -gettext("No documents or folders available in this location."); - -/* ./templates/kt3/document_collection.smarty */ gettext("#itemCount# items, #batchSize# per page"); /* ./templates/kt3/document_collection.smarty */ @@ -872,6 +1490,9 @@ gettext("Complex Conditional Metadata depends on what are called \"behaviours\". gettext("Each behaviour can cause a number of other behaviours — in the field's child fields — to become available. By assigning values to behaviours, and creating relationships between behaviours, you can create extremely complex relationships between available lookup values."); /* ./templates/ktcore/metadata/conditional/editcomplex.smarty */ +gettext("Changes made here are stored immediately, without you needing to refresh the page."); + +/* ./templates/ktcore/metadata/conditional/editcomplex.smarty */ gettext("This column is not active."); /* ./templates/ktcore/metadata/conditional/editcomplex.smarty */ @@ -941,7 +1562,7 @@ gettext("Conditional fieldsets allow you to restrict the options a user has for gettext("Complex fieldsets allow you to give far more detailed structure to your information: The value of \"Residents\" can depend not only on \"Street\", but on how the user was allowed to select the specific street (given another field)."); /* ./templates/ktcore/metadata/conditional/manageConditional.smarty */ -gettext("This conditional fieldset is marked such that it cannot be used. This happens when the fieldset has been edited and has not been set to complete. Setting the fieldset to complete will do a check to see if the fieldset is usable by the user."); +gettext("This conditional fieldset is marked such that it cannot be used. The system automatically checks whether the fieldset is useable, and if not it will prevent it being used in a \"conditional\" fashion. Please correct the issues identified below."); /* ./templates/ktcore/metadata/conditional/manageConditional.smarty */ gettext("This error prevents this fieldset from being set to complete"); @@ -1061,6 +1682,9 @@ gettext("Description"); gettext("Type"); /* ./templates/ktcore/metadata/editField.smarty */ +gettext("Required"); + +/* ./templates/ktcore/metadata/editField.smarty */ gettext("Change"); /* ./templates/ktcore/metadata/editField.smarty */ @@ -1169,25 +1793,25 @@ gettext("Fieldset properties"); gettext("Please complete the following fields to edit the fieldset's properties and then click Change. Required fields are marked with a red square."); /* ./templates/ktcore/metadata/editFieldset.smarty */ -gettext("Conditional"); +gettext("Change"); /* ./templates/ktcore/metadata/editFieldset.smarty */ -gettext("A conditional fieldset contains only lookup fields. The values for each field can depend on the user's selections for the others."); +gettext("Conditionality"); /* ./templates/ktcore/metadata/editFieldset.smarty */ -gettext("Yes"); +gettext("A conditional fieldset contains only lookup fields. The values for each field can depend on the user's selections for the others."); /* ./templates/ktcore/metadata/editFieldset.smarty */ -gettext("No"); +gettext("Conditional"); /* ./templates/ktcore/metadata/editFieldset.smarty */ -gettext("Change"); +gettext("Yes"); /* ./templates/ktcore/metadata/editFieldset.smarty */ -gettext("Conditionality"); +gettext("No"); /* ./templates/ktcore/metadata/editFieldset.smarty */ -gettext("A conditional fieldset contains only lookup fields. The values for each field can depend on the user's selections for the others."); +gettext("This error prevents this fieldset from being set to complete"); /* ./templates/ktcore/metadata/editFieldset.smarty */ gettext("Manage conditional"); @@ -1211,6 +1835,15 @@ gettext("A fieldset is a collection of fields that comprise a defined set of doc gettext("Existing members"); /* ./templates/ktcore/metadata/editFieldset.smarty */ +gettext("Field Name"); + +/* ./templates/ktcore/metadata/editFieldset.smarty */ +gettext("Edit"); + +/* ./templates/ktcore/metadata/editFieldset.smarty */ +gettext("Type Description"); + +/* ./templates/ktcore/metadata/editFieldset.smarty */ gettext("edit"); /* ./templates/ktcore/metadata/editFieldset.smarty */ @@ -1454,21 +2087,6 @@ gettext("Groups may contain other groups, allowing for a convenient way to build gettext("Change Sub-Groups in #name#"); /* ./templates/ktcore/principals/groups_managesubgroups.smarty */ -gettext("Select the groups from the left-hand list that you would like to add to this group and then click the right pointing arrows. Once you have added all the groups that you require, press save changes. Only groups that are logically capable of being included in this group will be available to be added."); - -/* ./templates/ktcore/principals/groups_managesubgroups.smarty */ -gettext("Available Groups"); - -/* ./templates/ktcore/principals/groups_managesubgroups.smarty */ -gettext("Assigned Groups"); - -/* ./templates/ktcore/principals/groups_managesubgroups.smarty */ -gettext("Filter"); - -/* ./templates/ktcore/principals/groups_managesubgroups.smarty */ -gettext("Filter"); - -/* ./templates/ktcore/principals/groups_managesubgroups.smarty */ gettext("save changes"); /* ./templates/ktcore/principals/groups_managesubgroups.smarty */ @@ -1610,21 +2228,6 @@ gettext("Users may be associated with Groups which are then used to grant these gettext("Manage Users in #name#"); /* ./templates/ktcore/principals/groups_manageusers.smarty */ -gettext("Select the users which should be part of this group from the left-hand list and then click the right pointing arrows. Once you have added all the users that you require, press save changes."); - -/* ./templates/ktcore/principals/groups_manageusers.smarty */ -gettext("Available Users"); - -/* ./templates/ktcore/principals/groups_manageusers.smarty */ -gettext("Member users"); - -/* ./templates/ktcore/principals/groups_manageusers.smarty */ -gettext("Filter"); - -/* ./templates/ktcore/principals/groups_manageusers.smarty */ -gettext("Filter"); - -/* ./templates/ktcore/principals/groups_manageusers.smarty */ gettext("save changes"); /* ./templates/ktcore/principals/groups_manageusers.smarty */ @@ -1706,21 +2309,6 @@ gettext("Users may be classed together as Groups and these groups may be used to gettext("Change #name#'s Groups"); /* ./templates/ktcore/principals/usergroups.smarty */ -gettext("Select the groups which this user should belong to from the left-hand list and then click the right pointing arrows. Once you have added all the groups that you require, press save changes."); - -/* ./templates/ktcore/principals/usergroups.smarty */ -gettext("Available Groups"); - -/* ./templates/ktcore/principals/usergroups.smarty */ -gettext("Assigned Groups"); - -/* ./templates/ktcore/principals/usergroups.smarty */ -gettext("Filter"); - -/* ./templates/ktcore/principals/usergroups.smarty */ -gettext("Filter"); - -/* ./templates/ktcore/principals/usergroups.smarty */ gettext("save changes"); /* ./templates/ktcore/principals/usergroups.smarty */ @@ -2402,6 +2990,9 @@ gettext("Start workflow on document"); gettext("Change workflow on document"); /* ./templates/ktcore/workflow/documentWorkflow.smarty */ +gettext("Please note that changing the workflow on a document will start the workflow at the beginning of the new workflow. This is true even if the new workflow is identical to the old one."); + +/* ./templates/ktcore/workflow/documentWorkflow.smarty */ gettext("Start Workflow"); /* ./templates/ktcore/workflow/documentWorkflow.smarty */ @@ -2557,6 +3148,51 @@ gettext("Select the target state of the transition, and select the permission, g /* ./templates/ktcore/workflow/editTransition.smarty */ gettext("Save"); +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Transition Triggers"); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Transition triggers allow you to have special actions automatically occur when a transition is performed, and to control who can perform the transition. Some triggers perform both of these functions, especially if performing the action requires that certain conditions are in place before the action will occur."); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Guards"); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Items which control whether a given user can perform this transition on a specific document. All of these must allow the user to perform the transition."); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Anybody (with the ability to see the document) can perform this transition."); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Trigger"); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Configuration"); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Edit"); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Delete"); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Actions which are performed when the document follows the transition."); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("No actions are performed when this transition occurs."); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Trigger"); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Configuration"); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Edit"); + +/* ./templates/ktcore/workflow/editTransition.smarty */ +gettext("Delete"); + /* ./templates/ktcore/workflow/editWorkflow.smarty */ gettext("Workflow Overview"); @@ -2594,7 +3230,7 @@ gettext("Transitions available:"); gettext("Transitions to this state:"); /* ./templates/ktcore/folder/view_permissions.smarty */ -gettext("Permissions"); +gettext("View Permissions for \"#foldername#\""); /* ./templates/ktcore/folder/view_permissions.smarty */ gettext("This page shows the permissions that apply to this specific folder. Only the roles or groups which have permissions assigned are shown."); @@ -2609,9 +3245,18 @@ gettext("Edit permissions"); gettext("View resolved permissions for user"); /* ./templates/ktcore/folder/view_permissions.smarty */ +gettext("Manage security"); + +/* ./templates/ktcore/folder/view_permissions.smarty */ +gettext("View resolved permissions for user"); + +/* ./templates/ktcore/folder/view_permissions.smarty */ gettext("This folder inherits its permissions from #permission_source#."); /* ./templates/ktcore/folder/view_permissions.smarty */ +gettext("Override permissions"); + +/* ./templates/ktcore/folder/view_permissions.smarty */ gettext("This folder defines its own permissions."); /* ./templates/ktcore/folder/view_permissions.smarty */ @@ -2647,6 +3292,24 @@ gettext("Allowed"); /* ./templates/ktcore/folder/view_permissions.smarty */ gettext("Denied"); +/* ./templates/ktcore/folder/view_permissions.smarty */ +gettext("Dynamic Conditions"); + +/* ./templates/ktcore/folder/view_permissions.smarty */ +gettext("Group"); + +/* ./templates/ktcore/folder/view_permissions.smarty */ +gettext("Condition"); + +/* ./templates/ktcore/folder/view_permissions.smarty */ +gettext("Allowed"); + +/* ./templates/ktcore/folder/view_permissions.smarty */ +gettext("Denied"); + +/* ./templates/ktcore/folder/bulkUpload.smarty */ +gettext("Upload files into \"#foldername#\""); + /* ./templates/ktcore/folder/bulkUpload.smarty */ gettext("Bulk import"); @@ -2663,7 +3326,7 @@ gettext("Add"); gettext("Upload"); /* ./templates/ktcore/folder/roles.smarty */ -gettext("Allocate Roles"); +gettext("Allocate Roles for \"#foldername#\""); /* ./templates/ktcore/folder/roles.smarty */ gettext("In many cases, workflow actions will be assigned to certain roles (e.g. Manager, Interviewer, Researcher, Journalist). You can assign these roles to specific groups in particular areas of the document management system."); @@ -2744,6 +3407,9 @@ gettext("Delete"); gettext("Cancel"); /* ./templates/ktcore/folder/bulkImport.smarty */ +gettext("Import files into \"#foldername#\""); + +/* ./templates/ktcore/folder/bulkImport.smarty */ gettext("Import from Server Location"); /* ./templates/ktcore/folder/bulkImport.smarty */ @@ -2759,6 +3425,9 @@ gettext("Add"); gettext("Import"); /* ./templates/ktcore/folder/rename.smarty */ +gettext("Renaming folder: #name#"); + +/* ./templates/ktcore/folder/rename.smarty */ gettext("This page allows you to rename a folder."); /* ./templates/ktcore/folder/rename.smarty */ @@ -2798,43 +3467,28 @@ gettext("save changes"); gettext("Cancel"); /* ./templates/ktcore/folder/permissions.smarty */ -gettext("Folder permissions"); +gettext("Folder permissions for \"#foldername#\""); /* ./templates/ktcore/folder/permissions.smarty */ gettext("No roles or groups have been defined. Permissions can only be allocated to roles and groups."); /* ./templates/ktcore/folder/permissions.smarty */ -gettext("This folder inherits its permissions from #permission_source#."); - -/* ./templates/ktcore/folder/permissions.smarty */ -gettext("Override Permissions"); - -/* ./templates/ktcore/folder/permissions.smarty */ -gettext("This folder defines its own permissions."); - -/* ./templates/ktcore/folder/permissions.smarty */ -gettext("Inherit permissions"); - -/* ./templates/ktcore/folder/permissions.smarty */ -gettext("Role or Group"); - -/* ./templates/ktcore/folder/permissions.smarty */ -gettext("Role:"); +gettext("Manage security"); /* ./templates/ktcore/folder/permissions.smarty */ -gettext("Allowed"); +gettext("View permissions overview"); /* ./templates/ktcore/folder/permissions.smarty */ -gettext("Denied"); +gettext("View resolved permissions for user"); /* ./templates/ktcore/folder/permissions.smarty */ -gettext("Group:"); +gettext("This folder defines its own permissions."); /* ./templates/ktcore/folder/permissions.smarty */ -gettext("Allowed"); +gettext("Inherit permissions"); /* ./templates/ktcore/folder/permissions.smarty */ -gettext("Denied"); +gettext("Select roles and groups for whom you wish to change permission assignement from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'."); /* ./templates/ktcore/folder/permissions.smarty */ gettext("Update Permission Assignments"); @@ -2843,12 +3497,6 @@ gettext("Update Permission Assignments"); gettext("Cancel"); /* ./templates/ktcore/folder/permissions.smarty */ -gettext("Edit Permission Assignments"); - -/* ./templates/ktcore/folder/permissions.smarty */ -gettext("Edit Permission Assignments"); - -/* ./templates/ktcore/folder/permissions.smarty */ gettext("Dynamic permissions"); /* ./templates/ktcore/folder/permissions.smarty */ @@ -2882,7 +3530,7 @@ gettext("Condition"); gettext("Add"); /* ./templates/ktcore/folder/resolved_permissions_user.smarty */ -gettext("Resolved permissions per user"); +gettext("Resolved permissions per user for \"#foldername#\""); /* ./templates/ktcore/folder/resolved_permissions_user.smarty */ gettext("This page shows the permissions that individual users have on this folder. Only the users which have permissions assigned are shown."); @@ -2894,6 +3542,21 @@ gettext("Users may have permissions on this folder due to membership of a group, gettext("No users have permissions on this item."); /* ./templates/ktcore/folder/resolved_permissions_user.smarty */ +gettext("Manage security"); + +/* ./templates/ktcore/folder/resolved_permissions_user.smarty */ +gettext("Edit permissions"); + +/* ./templates/ktcore/folder/resolved_permissions_user.smarty */ +gettext("View permissions overview"); + +/* ./templates/ktcore/folder/resolved_permissions_user.smarty */ +gettext("Manage security"); + +/* ./templates/ktcore/folder/resolved_permissions_user.smarty */ +gettext("View permissions overview"); + +/* ./templates/ktcore/folder/resolved_permissions_user.smarty */ gettext("User"); /* ./templates/ktcore/folder/resolved_permissions_user.smarty */ @@ -2906,13 +3569,13 @@ gettext("Allowed"); gettext("Denied"); /* ./templates/ktcore/folder/roles_managegroups.smarty */ -gettext("Allocate Groups to Role"); +gettext("Allocate Groups to Role: #rolename#"); /* ./templates/ktcore/folder/roles_managegroups.smarty */ gettext("Groups must be allocated to roles to ensure that the workflow transition this role is supposed to support can be acted upon by a user."); /* ./templates/ktcore/folder/roles_managegroups.smarty */ -gettext("Allocate Groups to Role"); +gettext("Allocate Groups"); /* ./templates/ktcore/folder/roles_managegroups.smarty */ gettext("Select the groups which should be part of this role."); @@ -2984,7 +3647,7 @@ gettext("Copy document"); gettext("Copy"); /* ./templates/ktcore/action/copy_final.smarty */ -gettext("Move"); +gettext("Complete Copy"); /* ./templates/ktcore/action/copy_final.smarty */ gettext("Cancel"); @@ -3086,7 +3749,7 @@ gettext("Move"); gettext("Target folder"); /* ./templates/ktcore/action/move.smarty */ -gettext("The folder given below is where the document is going to be moved to. Use the folder collection and path below to browse to the folder you wish to move the documents into."); +gettext("Use the folder collection and path below to browse to the folder into which you wish to move the documents."); /* ./templates/ktcore/action/move.smarty */ gettext("Move"); @@ -3149,16 +3812,16 @@ gettext("Cancel Checkout"); gettext("Copy document"); /* ./templates/ktcore/action/copy.smarty */ -gettext("Move"); +gettext("Copy"); /* ./templates/ktcore/action/copy.smarty */ gettext("Target folder"); /* ./templates/ktcore/action/copy.smarty */ -gettext("The folder given below is where the document is going to be moved to. Use the folder collection and path below to browse to the folder you wish to move the documents into."); +gettext("Use the folder collection and path below to browse to the folder into which you wish to copy the documents."); /* ./templates/ktcore/action/copy.smarty */ -gettext("Move"); +gettext("Copy"); /* ./templates/ktcore/action/copy.smarty */ gettext("Cancel"); @@ -3208,6 +3871,15 @@ gettext("Move"); /* ./templates/ktcore/action/move_final.smarty */ gettext("Cancel"); +/* ./templates/ktcore/action/assistance.smarty */ +gettext("If you are unable to perform an action on this document that you think you should be able to, or wish to request a change in location, metadata values, or workflow status, you can use this form to contact the owner of the document and/or the administrators to request this change."); + +/* ./templates/ktcore/action/assistance.smarty */ +gettext("Request Assistance"); + +/* ./templates/ktcore/action/assistance.smarty */ +gettext("Request Assistance"); + /* ./templates/ktcore/document/admin/linktypesadmin.smarty */ gettext("Document Link Type Management"); @@ -3356,6 +4028,9 @@ gettext("please confirm that you want to restore these documents."); gettext("Document Name"); /* ./templates/ktcore/document/admin/restoreconfirmlist.smarty */ +gettext("Restore To"); + +/* ./templates/ktcore/document/admin/restoreconfirmlist.smarty */ gettext("Confirm Restore"); /* ./templates/ktcore/document/admin/restoreconfirmlist.smarty */ @@ -3418,6 +4093,18 @@ gettext("Force Checkin"); /* ./templates/ktcore/document/admin/force_checkin_confirm.smarty */ gettext("Cancel"); +/* ./templates/ktcore/document/cleanup_script.smarty */ +gettext("Warning: Database is inconsistent with the contents of the repository."); + +/* ./templates/ktcore/document/cleanup_script.smarty */ +gettext("All paths are relative to your Documents directory."); + +/* ./templates/ktcore/document/cleanup_script.smarty */ +gettext("These documents have versions that are not present on the filesystem. Consider restoring them from backups."); + +/* ./templates/ktcore/document/cleanup_script.smarty */ +gettext("The following files are present in the repository, but do not exist in the database."); + /* ./templates/ktcore/document/change_type.smarty */ gettext("Change Document Type"); @@ -3818,7 +4505,112 @@ gettext("Language"); gettext("login"); /* ./templates/ktcore/login.smarty */ -gettext("Version"); +gettext("KnowledgeTree Version"); + +/* ./templates/ktcore/login.smarty */ +gettext("© 2006 The Jam Warehouse Software (Pty) Ltd. All Rights Reserved"); + +/* ./templates/ktcore/workflowtriggers/permissions.smarty */ +gettext("Guard permissions for Transition"); + +/* ./templates/ktcore/workflowtriggers/permissions.smarty */ +gettext("Guard Permissions"); + +/* ./templates/ktcore/workflowtriggers/permissions.smarty */ +gettext("Specify which permissions the user will require in order to perform this transition. Note that the user will be required to have all these permissions."); + +/* ./templates/ktcore/workflowtriggers/permissions.smarty */ +gettext("Save Trigger"); + +/* ./templates/ktcore/workflowtriggers/condition.smarty */ +gettext("Guard Condition for Transition"); + +/* ./templates/ktcore/workflowtriggers/condition.smarty */ +gettext("Guard Condition"); + +/* ./templates/ktcore/workflowtriggers/condition.smarty */ +gettext("Specify which condition the document must fulfill before this transition becomes available."); + +/* ./templates/ktcore/workflowtriggers/condition.smarty */ +gettext("Save Trigger"); + +/* ./templates/ktcore/workflowtriggers/group.smarty */ +gettext("Guard Groups for Transition"); + +/* ./templates/ktcore/workflowtriggers/group.smarty */ +gettext("Guard Groups"); + +/* ./templates/ktcore/workflowtriggers/group.smarty */ +gettext("Specify which group the user will require in order to perform this transition."); + +/* ./templates/ktcore/workflowtriggers/group.smarty */ +gettext("Save Trigger"); + +/* ./templates/ktcore/workflowtriggers/roles.smarty */ +gettext("Guard Roles for Transition"); + +/* ./templates/ktcore/workflowtriggers/roles.smarty */ +gettext("Guard Roles"); + +/* ./templates/ktcore/workflowtriggers/roles.smarty */ +gettext("Specify which role the user will require in order to perform this transition."); + +/* ./templates/ktcore/workflowtriggers/roles.smarty */ +gettext("Save Trigger"); + +/* ./templates/ktcore/workflowtriggers/copyaction.smarty */ +gettext("Guard Condition for Transition"); + +/* ./templates/ktcore/workflowtriggers/copyaction.smarty */ +gettext("Guard Condition"); + +/* ./templates/ktcore/workflowtriggers/copyaction.smarty */ +gettext("Specify which condition the document must fulfill before this transition becomes available."); + +/* ./templates/ktcore/workflowtriggers/copyaction.smarty */ +gettext("Save Trigger"); + +/* ./templates/ktcore/workflowtriggers/moveaction.smarty */ +gettext("Move Action for Transition"); + +/* ./templates/ktcore/workflowtriggers/moveaction.smarty */ +gettext("Move"); + +/* ./templates/ktcore/workflowtriggers/moveaction.smarty */ +gettext("Specify which folder to which the document must be moved."); + +/* ./templates/ktcore/workflowtriggers/moveaction.smarty */ +gettext("Save Trigger"); + +/* ./templates/ktcore/misc/columns/edit_view.smarty */ +gettext("Edit View"); + +/* ./templates/ktcore/misc/columns/edit_view.smarty */ +gettext("The columns included in this view are displayed below. To add additional columns into the view, use the form below the list. To remove items, click on the \"delete\" icon next to the column name. Note that some columns may be required in a given view. Also, while you can have multiple copies of a given column in a specific view this is not recommended."); + +/* ./templates/ktcore/misc/columns/edit_view.smarty */ +gettext("Column"); + +/* ./templates/ktcore/misc/columns/edit_view.smarty */ +gettext("Delete"); + +/* ./templates/ktcore/misc/columns/edit_view.smarty */ +gettext("Delete"); + +/* ./templates/ktcore/misc/columns/edit_view.smarty */ +gettext("No columns have been added to this view"); + +/* ./templates/ktcore/misc/columns/edit_view.smarty */ +gettext("Add a Column"); + +/* ./templates/ktcore/misc/columns/edit_view.smarty */ +gettext("Add Column to View"); + +/* ./templates/ktcore/misc/columns/select_view.smarty */ +gettext("Select View"); + +/* ./templates/ktcore/misc/columns/select_view.smarty */ +gettext("Views are the selections of documents and folders you will find throughout KnowledgeTree. Some of those can be configured to use different kinds of columns (e.g. workflow state, the creator's name, etc.)"); /* ./templates/ktcore/boolean_search_change.smarty */ gettext("Boolean Search"); @@ -3928,6 +4720,27 @@ gettext("Preview"); /* ./templates/ktcore/edit_lookuptrees.smarty */ gettext("Use the +/- arrows to open or close the tree. Bold items are metadata keywords. To edit a category (including adding or removing keywords) click on the \"attach keywords\" link next to it."); +/* ./templates/ktcore/assist/assist_notification_details.smarty */ +gettext("A user, #user#, has requested help on the document #name#, and you are the owner or an admin of this document."); + +/* ./templates/ktcore/assist/assist_notification_details.smarty */ +gettext("View Document"); + +/* ./templates/ktcore/assist/assist_notification_details.smarty */ +gettext("Clear Alert"); + +/* ./templates/ktcore/assist/assist_notification.smarty */ +gettext("A user, #user#, has requested help on the document #name#, and you are the owner or an admin of this document."); + +/* ./templates/ktcore/assist/assist_notification.smarty */ +gettext("View Document"); + +/* ./templates/ktcore/assist/assist_notification.smarty */ +gettext("Document is no longer available"); + +/* ./templates/ktcore/assist/assist_notification.smarty */ +gettext("Clear Alert"); + /* ./templates/ktcore/manage_permissions.smarty */ gettext("Existing permissions");