diff --git a/bin/genpo.sh b/bin/genpo.sh
index 3426a7a..b549f97 100755
--- a/bin/genpo.sh
+++ b/bin/genpo.sh
@@ -5,9 +5,26 @@ cd $DIR
cd ..
pwd
+#pull in comm stuff
+cp -a ../Commercial-Plugins-DEV-trunk/conditional-metadata plugins/
+cp -a ../Commercial-Plugins-DEV-trunk/custom-numbering plugins/
+cp -a ../Commercial-Plugins-DEV-trunk/documentcomparison plugins/
+cp -a ../Commercial-Plugins-DEV-trunk/documentpreview plugins/
+cp -a ../Commercial-Plugins-DEV-trunk/network plugins/
+cp -a ../Commercial-Plugins-DEV-trunk/professional-reporting plugins/
+cp -a ../Commercial-Plugins-DEV-trunk/wintools plugins/
+
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.pot
echo i18n/templates.c i18n/transactions.c i18n/permissions.c | xargs -n 1 | sort | xgettext --no-wrap -d knowledgeTree -j -s -f - -o i18n/knowledgeTree.pot
+#remove comm stuff again
+rm -rf plugins/conditional-metadata
+rm -rf plugins/custom-numbering
+rm -rf plugins/documentcomparison
+rm -rf plugins/documentpreview
+rm -rf plugins/network
+rm -rf plugins/professional-reporting
+rm -rf plugins/wintools
diff --git a/i18n/knowledgeTree.pot b/i18n/knowledgeTree.pot
index baaa2f5..7c7e3eb 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: 2008-07-01 10:36+0200\n"
+"POT-Creation-Date: 2008-07-10 12:52+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -36,7 +36,7 @@ msgstr ""
msgid " %d second(s)"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:209
+#: lib/foldermanagement/folderutil.inc.php:210
#, php-format
msgid " (reason: %s)"
msgstr ""
@@ -67,23 +67,23 @@ msgstr ""
msgid "\"%s\"is not a valid selection."
msgstr ""
-#: i18n/templates.c:6149
+#: i18n/templates.c:6176
msgid "#appname# #versionname#"
msgstr ""
-#: i18n/templates.c:5825
+#: i18n/templates.c:5852
msgid "#appname# Database Counters Report"
msgstr ""
-#: i18n/templates.c:5822
+#: i18n/templates.c:5849
msgid "#appname# Database Schema (the structure of the database only)"
msgstr ""
-#: i18n/templates.c:5828
+#: i18n/templates.c:5855
msgid "#appname# Database Storage Engine Report"
msgstr ""
-#: i18n/templates.c:5798
+#: i18n/templates.c:5825
msgid "#appname# Issue Tracker"
msgstr ""
@@ -95,15 +95,15 @@ msgstr ""
msgid "#appname# Recent Documents"
msgstr ""
-#: i18n/templates.c:5816
+#: i18n/templates.c:5843
msgid "#appname# System Settings"
msgstr ""
-#: i18n/templates.c:6737
+#: i18n/templates.c:6764
msgid "#appname# Version"
msgstr ""
-#: i18n/templates.c:5819
+#: i18n/templates.c:5846
msgid "#appname# Version Files"
msgstr ""
@@ -111,15 +111,15 @@ msgstr ""
msgid "#appname# Version: #version#"
msgstr ""
-#: i18n/templates.c:3116
+#: i18n/templates.c:3128
msgid "#appname# administrator's Guide"
msgstr ""
-#: i18n/templates.c:6200
+#: i18n/templates.c:6227
msgid "#appname# 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 ""
-#: i18n/templates.c:5069
+#: i18n/templates.c:5096
msgid "#appname# has a powerful security model, in which users can only see documents they have permissions to see. Workflow is the finest-grained way to allocate permissions to a document, since it can override the permissions assigned at a folder level."
msgstr ""
@@ -127,7 +127,7 @@ msgstr ""
msgid "#itemCount# items, #batchSize# per page"
msgstr ""
-#: i18n/templates.c:5864
+#: i18n/templates.c:5891
msgid "#name#'s authentication is handled by the #provider#."
msgstr ""
@@ -220,11 +220,11 @@ msgstr ""
msgid "%s successfully copied as %s"
msgstr ""
-#: i18n/templates.c:6155
+#: i18n/templates.c:6182
msgid "© 2008 KnowledgeTree Inc."
msgstr ""
-#: i18n/templates.c:6743
+#: i18n/templates.c:6770
msgid "© 2008 KnowledgeTree Inc."
msgstr ""
@@ -232,7 +232,7 @@ msgstr ""
msgid "© 2008 KnowledgeTree Inc."
msgstr ""
-#: i18n/templates.c:2030
+#: i18n/templates.c:2042
msgid "(Closed at metadata version: #ver#)"
msgstr ""
@@ -245,21 +245,21 @@ msgstr ""
msgid "(Evaluation)"
msgstr ""
-#: i18n/templates.c:5078 i18n/templates.c:5084
+#: i18n/templates.c:5105 i18n/templates.c:5111
msgid "(by state)"
msgstr ""
-#: i18n/templates.c:5240
+#: i18n/templates.c:5267
msgid "(e.g. which transitions lead to which states)"
msgstr ""
-#: i18n/templates.c:5300
+#: i18n/templates.c:5327
msgid "(e.g. workflow name, starting state)"
msgstr ""
+#: plugins/ktcore/folder/addDocument.php:138
#: plugins/ktcore/folder/BulkImport.php:75
#: plugins/ktcore/folder/BulkUpload.php:82
-#: plugins/ktcore/folder/addDocument.php:138
msgid "- Please select a document type -"
msgstr ""
@@ -278,7 +278,7 @@ msgstr ""
msgid "; Reason given was: "
msgstr ""
-#: i18n/templates.c:6740
+#: i18n/templates.c:6767
msgid "Document Management Software"
msgstr ""
@@ -293,19 +293,19 @@ msgid ""
"
"
msgstr ""
-#: i18n/templates.c:2408
+#: i18n/templates.c:2420
msgid "Deleted, which completely removes the selected items from the lookup. Note that this may not be possible if some other aspect of the system depends on a particular lookup."
msgstr ""
-#: i18n/templates.c:2402
+#: i18n/templates.c:2414
msgid "Enabled, which means that users can specify this as an option when editing or creating documents."
msgstr ""
-#: i18n/templates.c:5480 i18n/templates.c:5522
+#: i18n/templates.c:5507 i18n/templates.c:5549
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:2405
+#: i18n/templates.c:2417
msgid "Sticky, which is used if you have some external plugin controlling this lookup set. This will then tell that plugin not to remove the \"sticky\" value, even if it no longer available in the remote source."
msgstr ""
@@ -322,19 +322,19 @@ msgstr ""
msgid "You are using an evaluation copy of %s Commercial. Please consider upgrading to a full version, and supporting the continued development of this application."
msgstr ""
-#: i18n/templates.c:2795
+#: i18n/templates.c:2807
msgid "or to a new behaviour called"
msgstr ""
-#: i18n/templates.c:4217 i18n/templates.c:4241
+#: i18n/templates.c:4235 i18n/templates.c:4259
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:3032
+#: i18n/templates.c:3044
msgid "A conditional fieldset contains only lookup fields. The values for each field can depend on the user's selections for the others."
msgstr ""
-#: i18n/templates.c:3155
+#: i18n/templates.c:3167
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 ""
@@ -342,7 +342,7 @@ msgstr ""
msgid "A conditional fieldset must have a master field before it can be used. To correct this, please use the \"manage field ordering\" link below. This fieldset will display as a normal, non-conditional fieldset until this problem is corrected."
msgstr ""
-#: i18n/templates.c:5486
+#: i18n/templates.c:5513
msgid "A critical part of workflow is the creation of various different states for documents."
msgstr ""
@@ -350,13 +350,13 @@ msgstr ""
msgid "A document cannot be linked to itself."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1085
-#: plugins/ktcore/KTDocumentActions.php:1291
+#: plugins/ktcore/KTDocumentActions.php:1114
+#: plugins/ktcore/KTDocumentActions.php:1320
msgid "A document with this filename already exists in your chosen folder. Please choose a different folder, or specify a new filename for the copied document."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1074
-#: plugins/ktcore/KTDocumentActions.php:1279
+#: plugins/ktcore/KTDocumentActions.php:1103
+#: plugins/ktcore/KTDocumentActions.php:1308
msgid "A document with this title already exists in your chosen folder. Please choose a different folder, or specify a new title for the copied document."
msgstr ""
@@ -364,7 +364,7 @@ msgstr ""
msgid "A field with that name already exists in this fieldset."
msgstr ""
-#: i18n/templates.c:3062
+#: i18n/templates.c:3074
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 ""
@@ -372,7 +372,7 @@ msgstr ""
msgid "A fieldset with that name already exists."
msgstr ""
-#: plugins/ktcore/KTFolderActions.php:141 plugins/ktcore/folder/Rename.php:93
+#: plugins/ktcore/folder/Rename.php:93 plugins/ktcore/KTFolderActions.php:141
msgid "A folder with that name already exists."
msgstr ""
@@ -402,7 +402,7 @@ msgstr ""
msgid "A one-line description introducing the assistance that you wish to receive"
msgstr ""
-#: i18n/templates.c:5186
+#: i18n/templates.c:5213
msgid "A particular workflow state can override some, all, or none of the permissions that would normally apply to a document. In this way you can (for example) let the folder's permissions decide who can see the document (with Read permissions), while having the workflow restrict access to the \"edit\" permission."
msgstr ""
@@ -468,11 +468,11 @@ msgstr ""
msgid "A workflow with that name already exists. Please choose a different name for this workflow."
msgstr ""
-#: about.php:53 config/siteMap.inc:75 lib/templating/kt3template.inc.php:385
+#: about.php:53 config/siteMap.inc:75 lib/templating/kt3template.inc.php:365
msgid "About"
msgstr ""
-#: browse.php:160 lib/actions/folderaction.inc.php:152
+#: browse.php:171 lib/actions/folderaction.inc.php:152
msgid "About this folder"
msgstr ""
@@ -488,19 +488,19 @@ msgstr ""
#: plugins/ktcore/admin/workflowsv2.php:1887 i18n/templates.c:464
#: i18n/templates.c:563 i18n/templates.c:641 i18n/templates.c:731
#: i18n/templates.c:1013 i18n/templates.c:1031 i18n/templates.c:1043
-#: i18n/templates.c:1580 i18n/templates.c:5150 i18n/templates.c:7124
+#: i18n/templates.c:1580 i18n/templates.c:5177 i18n/templates.c:7151
msgid "Action"
msgstr ""
-#: i18n/templates.c:5081
+#: i18n/templates.c:5108
msgid "Action Restrictions"
msgstr ""
-#: lib/actions/bulkaction.php:417
+#: lib/actions/bulkaction.php:480
msgid "Action component not implemented"
msgstr ""
-#: lib/actions/bulkaction.php:437
+#: lib/actions/bulkaction.php:500
msgid "Action is disabled by workflow"
msgstr ""
@@ -512,32 +512,32 @@ msgstr ""
msgid "Action/Effect Type"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:1517 i18n/templates.c:1883
-#: i18n/templates.c:4913
+#: plugins/ktcore/admin/workflowsv2.php:1517 i18n/templates.c:1895
+#: i18n/templates.c:4940
msgid "Actions"
msgstr ""
-#: i18n/templates.c:5687
+#: i18n/templates.c:5714
msgid "Actions Allowed"
msgstr ""
-#: i18n/templates.c:5018
+#: i18n/templates.c:5045
msgid "Actions Overview"
msgstr ""
-#: i18n/templates.c:5606
+#: i18n/templates.c:5633
msgid "Actions allowed"
msgstr ""
-#: browse.php:165 lib/actions/folderaction.inc.php:157
+#: browse.php:176 lib/actions/folderaction.inc.php:157
msgid "Actions on this folder"
msgstr ""
-#: i18n/templates.c:5165
+#: i18n/templates.c:5192
msgid "Actions which are checked on this page will not be available to users."
msgstr ""
-#: i18n/templates.c:5444
+#: i18n/templates.c:5471
msgid "Actions which are performed when the document follows the transition."
msgstr ""
@@ -553,11 +553,11 @@ msgstr ""
msgid "ActiveDirectory authentication provider"
msgstr ""
-#: plugins/ktcore/folder/addDocument.php:86 i18n/templates.c:2138
-#: i18n/templates.c:2174 i18n/templates.c:2285 i18n/templates.c:2330
-#: i18n/templates.c:2666 i18n/templates.c:3293 i18n/templates.c:3920
-#: i18n/templates.c:4484 i18n/templates.c:4649 i18n/templates.c:4769
-#: i18n/templates.c:7145 i18n/templates.c:7154
+#: plugins/ktcore/folder/addDocument.php:86 i18n/templates.c:2150
+#: i18n/templates.c:2186 i18n/templates.c:2297 i18n/templates.c:2342
+#: i18n/templates.c:2678 i18n/templates.c:3305 i18n/templates.c:3932
+#: i18n/templates.c:4502 i18n/templates.c:4667 i18n/templates.c:4796
+#: i18n/templates.c:7172 i18n/templates.c:7181
msgid "Add"
msgstr ""
@@ -565,15 +565,15 @@ msgstr ""
msgid "Add Action"
msgstr ""
-#: i18n/templates.c:2234
+#: i18n/templates.c:2246
msgid "Add Column to View"
msgstr ""
-#: i18n/templates.c:3317
+#: i18n/templates.c:3329
msgid "Add Dashlet"
msgstr ""
-#: i18n/templates.c:3320
+#: i18n/templates.c:3332
msgid "Add Dashlets"
msgstr ""
@@ -581,7 +581,7 @@ msgstr ""
msgid "Add Document"
msgstr ""
-#: i18n/templates.c:2009
+#: i18n/templates.c:2021
msgid "Add External Link"
msgstr ""
@@ -589,7 +589,7 @@ msgstr ""
msgid "Add Field"
msgstr ""
-#: i18n/templates.c:3944 i18n/templates.c:6599
+#: i18n/templates.c:3956 i18n/templates.c:6626
msgid "Add Field to set"
msgstr ""
@@ -597,20 +597,20 @@ msgstr ""
msgid "Add Folder"
msgstr ""
-#: i18n/templates.c:5885
+#: i18n/templates.c:5912
msgid "Add Group"
msgstr ""
-#: i18n/templates.c:1943 i18n/templates.c:2000
+#: i18n/templates.c:1955 i18n/templates.c:2012
msgid "Add Link"
msgstr ""
-#: i18n/templates.c:6809
+#: i18n/templates.c:6836
msgid "Add Link Type"
msgstr ""
-#: plugins/ktcore/admin/fieldsets/basic.inc.php:315 i18n/templates.c:2459
-#: i18n/templates.c:2462
+#: plugins/ktcore/admin/fieldsets/basic.inc.php:315 i18n/templates.c:2471
+#: i18n/templates.c:2474
msgid "Add Lookup Values"
msgstr ""
@@ -618,21 +618,21 @@ msgstr ""
msgid "Add Lookups"
msgstr ""
-#: plugins/ktcore/admin/fieldsets/basic.inc.php:101 i18n/templates.c:2549
-#: i18n/templates.c:2552 i18n/templates.c:2855 i18n/templates.c:2858
+#: plugins/ktcore/admin/fieldsets/basic.inc.php:101 i18n/templates.c:2561
+#: i18n/templates.c:2564 i18n/templates.c:2867 i18n/templates.c:2870
msgid "Add New Field"
msgstr ""
-#: i18n/templates.c:5879
+#: i18n/templates.c:5906
msgid "Add New Group"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:696 i18n/templates.c:5246
-#: i18n/templates.c:5249
+#: plugins/ktcore/admin/workflowsv2.php:696 i18n/templates.c:5273
+#: i18n/templates.c:5276
msgid "Add New States"
msgstr ""
-#: i18n/templates.c:2483
+#: i18n/templates.c:2495
msgid "Add New Subcategory to #category#"
msgstr ""
@@ -644,12 +644,12 @@ msgstr ""
msgid "Add New Transition Restriction"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:804 i18n/templates.c:5270
-#: i18n/templates.c:5273
+#: plugins/ktcore/admin/workflowsv2.php:804 i18n/templates.c:5297
+#: i18n/templates.c:5300
msgid "Add New Transitions"
msgstr ""
-#: i18n/templates.c:6203
+#: i18n/templates.c:6230
msgid "Add New Unit"
msgstr ""
@@ -670,12 +670,16 @@ msgstr ""
msgid "Add Restriction"
msgstr ""
+#: i18n/templates.c:4712
+msgid "Add Shortcut"
+msgstr ""
+
#: plugins/ktcore/admin/workflowsv2.php:697
#: plugins/ktcore/admin/workflowsv2.php:727
msgid "Add States"
msgstr ""
-#: i18n/templates.c:5123
+#: i18n/templates.c:5150
msgid "Add States to Workflow"
msgstr ""
@@ -684,15 +688,15 @@ msgstr ""
msgid "Add Transitions"
msgstr ""
-#: i18n/templates.c:5306
+#: i18n/templates.c:5333
msgid "Add Transitions to Workflow"
msgstr ""
-#: i18n/templates.c:6209
+#: i18n/templates.c:6236
msgid "Add Unit"
msgstr ""
-#: i18n/templates.c:2231
+#: i18n/templates.c:2243
msgid "Add a Column"
msgstr ""
@@ -700,13 +704,13 @@ msgstr ""
msgid "Add a Folder"
msgstr ""
-#: i18n/templates.c:6002
+#: i18n/templates.c:6029
msgid "Add a Role"
msgstr ""
#: plugins/ktcore/folder/addDocument.php:79
-#: plugins/ktcore/folder/addDocument.php:183 i18n/templates.c:7136
-#: i18n/templates.c:7139
+#: plugins/ktcore/folder/addDocument.php:183 i18n/templates.c:7163
+#: i18n/templates.c:7166
msgid "Add a document"
msgstr ""
@@ -718,84 +722,84 @@ msgstr ""
msgid "Add a folder"
msgstr ""
-#: i18n/templates.c:4073
+#: i18n/templates.c:4085
msgid "Add a folder to"
msgstr ""
-#: i18n/templates.c:6239
+#: i18n/templates.c:6266
msgid "Add a group from an authentication source"
msgstr ""
-#: i18n/templates.c:6803
+#: i18n/templates.c:6830
msgid "Add a link type"
msgstr ""
-#: i18n/templates.c:6536
+#: i18n/templates.c:6563
msgid "Add a new authentication source"
msgstr ""
-#: i18n/templates.c:4760
+#: i18n/templates.c:4787
msgid "Add a new dynamic permission"
msgstr ""
-#: i18n/templates.c:2726 i18n/templates.c:3083 i18n/templates.c:4283
+#: i18n/templates.c:2738 i18n/templates.c:3095 i18n/templates.c:4301
msgid "Add a new field"
msgstr ""
-#: plugins/ktcore/admin/groupManagement.php:617 i18n/templates.c:5888
-#: i18n/templates.c:6233
+#: plugins/ktcore/admin/groupManagement.php:617 i18n/templates.c:5915
+#: i18n/templates.c:6260
msgid "Add a new group"
msgstr ""
-#: i18n/templates.c:1931 i18n/templates.c:1934 i18n/templates.c:1937
+#: i18n/templates.c:1943 i18n/templates.c:1946 i18n/templates.c:1949
msgid "Add a new link"
msgstr ""
-#: i18n/templates.c:6524
+#: i18n/templates.c:6551
msgid "Add a new source"
msgstr ""
#: plugins/ktcore/admin/unitManagement.php:78
#: plugins/ktcore/admin/unitManagement.php:79
#: plugins/ktcore/admin/unitManagement.php:94
-#: plugins/ktcore/admin/unitManagement.php:95 i18n/templates.c:6119
-#: i18n/templates.c:6179 i18n/templates.c:6212
+#: plugins/ktcore/admin/unitManagement.php:95 i18n/templates.c:6146
+#: i18n/templates.c:6206 i18n/templates.c:6239
msgid "Add a new unit"
msgstr ""
-#: i18n/templates.c:6287 i18n/templates.c:6290
+#: i18n/templates.c:6314 i18n/templates.c:6317
msgid "Add a new user"
msgstr ""
-#: i18n/templates.c:6071
+#: i18n/templates.c:6098
msgid "Add a user"
msgstr ""
-#: i18n/templates.c:6293
+#: i18n/templates.c:6320
msgid "Add a user from an authentication source"
msgstr ""
-#: i18n/templates.c:6521
+#: i18n/templates.c:6548
msgid "Add an authentication source"
msgstr ""
-#: i18n/templates.c:1940
+#: i18n/templates.c:1952
msgid "Add an external link"
msgstr ""
-#: i18n/templates.c:2288 i18n/templates.c:3878
+#: i18n/templates.c:2300 i18n/templates.c:3890
msgid "Add another set of criteria"
msgstr ""
-#: i18n/templates.c:6533
+#: i18n/templates.c:6560
msgid "Add authentication source"
msgstr ""
-#: i18n/templates.c:2744 i18n/templates.c:3089 i18n/templates.c:4301
+#: i18n/templates.c:2756 i18n/templates.c:3101 i18n/templates.c:4319
msgid "Add field"
msgstr ""
-#: i18n/templates.c:6245 i18n/templates.c:6299
+#: i18n/templates.c:6272 i18n/templates.c:6326
msgid "Add from source"
msgstr ""
@@ -803,11 +807,11 @@ msgstr ""
msgid "Add new key"
msgstr ""
-#: i18n/templates.c:6281
+#: i18n/templates.c:6308
msgid "Add new users"
msgstr ""
-#: i18n/templates.c:2663
+#: i18n/templates.c:2675
msgid "Add new values"
msgstr ""
@@ -819,7 +823,7 @@ msgstr ""
msgid "Add or remove keys, and review their expiry dates."
msgstr ""
-#: i18n/templates.c:4400
+#: i18n/templates.c:4418
msgid "Add or remove users for this role."
msgstr ""
@@ -827,12 +831,16 @@ msgstr ""
msgid "Add or remove users from the system."
msgstr ""
-#: i18n/templates.c:3953 i18n/templates.c:3962 i18n/templates.c:6608
-#: i18n/templates.c:6617
+#: i18n/templates.c:4718
+msgid "Add shortcut"
+msgstr ""
+
+#: i18n/templates.c:3965 i18n/templates.c:3974 i18n/templates.c:6635
+#: i18n/templates.c:6644
msgid "Add to Fieldset"
msgstr ""
-#: i18n/templates.c:2507
+#: i18n/templates.c:2519
msgid "Add to category"
msgstr ""
@@ -857,11 +865,11 @@ msgstr ""
msgid "Added users"
msgstr ""
-#: i18n/templates.c:2543
+#: i18n/templates.c:2555
msgid "Additional Information"
msgstr ""
-#: i18n/templates.c:7148
+#: i18n/templates.c:7175
msgid "Additional Information about this Document"
msgstr ""
@@ -889,11 +897,11 @@ msgstr ""
msgid "Administrator mode"
msgstr ""
-#: browse.php:413 browse.php:418 browse.php:420
+#: browse.php:426 browse.php:431 browse.php:433
msgid "Administrator mode disabled"
msgstr ""
-#: browse.php:372 browse.php:377 browse.php:379
+#: browse.php:385 browse.php:390 browse.php:392
msgid "Administrator mode enabled"
msgstr ""
@@ -905,14 +913,14 @@ msgstr ""
msgid "Administrator mode is not currently enabled."
msgstr ""
-#: i18n/templates.c:3575
+#: i18n/templates.c:3587
msgid "Advanced Query"
msgstr ""
-#: config/siteMap.inc:65 search/booleanSearch.php:67
-#: search/booleanSearch.php:251 search2.php:575 search2.php:576
-#: i18n/templates.c:1373 i18n/templates.c:1469 i18n/templates.c:1859
-#: i18n/templates.c:3476 i18n/templates.c:3638 i18n/templates.c:3824
+#: config/siteMap.inc:65 search2.php:575 search2.php:576
+#: search/booleanSearch.php:67 search/booleanSearch.php:251
+#: i18n/templates.c:1373 i18n/templates.c:1469 i18n/templates.c:1871
+#: i18n/templates.c:3488 i18n/templates.c:3650 i18n/templates.c:3836
msgid "Advanced Search"
msgstr ""
@@ -929,19 +937,19 @@ msgstr ""
msgid "All documents are scheduled for indexing."
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:652
+#: lib/documentmanagement/documentutil.inc.php:800
msgid "All done..."
msgstr ""
-#: i18n/templates.c:3098
+#: i18n/templates.c:3110
msgid "All indexers claim to be working correctly."
msgstr ""
-#: i18n/templates.c:5048
+#: i18n/templates.c:5075
msgid "All of these must allow the user to perform the transition."
msgstr ""
-#: i18n/templates.c:7025 i18n/templates.c:7259
+#: i18n/templates.c:7052 i18n/templates.c:7286
msgid "All paths are relative to your Documents directory."
msgstr ""
@@ -949,7 +957,7 @@ msgstr ""
msgid "All references will be changed, including on old documents."
msgstr ""
-#: i18n/templates.c:1418 i18n/templates.c:6158 i18n/templates.c:6749
+#: i18n/templates.c:1418 i18n/templates.c:6185 i18n/templates.c:6776
msgid "All rights reserved."
msgstr ""
@@ -957,15 +965,15 @@ msgstr ""
msgid "All types use this generic fieldset."
msgstr ""
-#: i18n/templates.c:3671
+#: i18n/templates.c:3683
msgid "All users"
msgstr ""
-#: i18n/templates.c:4496
+#: i18n/templates.c:4514
msgid "Allocate Groups"
msgstr ""
-#: i18n/templates.c:4490
+#: i18n/templates.c:4508
msgid "Allocate Groups to Role: #rolename#"
msgstr ""
@@ -987,23 +995,23 @@ msgstr ""
msgid "Allocate Roles"
msgstr ""
-#: i18n/templates.c:4334
+#: i18n/templates.c:4352
msgid "Allocate Roles for"
msgstr ""
-#: i18n/templates.c:4397 i18n/templates.c:4403
+#: i18n/templates.c:4415 i18n/templates.c:4421
msgid "Allocate User to Role"
msgstr ""
-#: i18n/templates.c:5372 i18n/templates.c:5375
+#: i18n/templates.c:5399 i18n/templates.c:5402
msgid "Allocate permissions"
msgstr ""
-#: i18n/templates.c:4349
+#: i18n/templates.c:4367
msgid "Allocated users"
msgstr ""
-#: i18n/templates.c:4106
+#: i18n/templates.c:4118
msgid "Allocated users and groups"
msgstr ""
@@ -1015,11 +1023,11 @@ msgstr ""
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:4445 i18n/templates.c:4454 i18n/templates.c:4463
-#: i18n/templates.c:4562 i18n/templates.c:4571 i18n/templates.c:4580
-#: i18n/templates.c:4595 i18n/templates.c:4688 i18n/templates.c:4754
-#: i18n/templates.c:7079 i18n/templates.c:7088 i18n/templates.c:7097
-#: i18n/templates.c:7193
+#: i18n/templates.c:4463 i18n/templates.c:4472 i18n/templates.c:4481
+#: i18n/templates.c:4580 i18n/templates.c:4589 i18n/templates.c:4598
+#: i18n/templates.c:4613 i18n/templates.c:4706 i18n/templates.c:4781
+#: i18n/templates.c:7106 i18n/templates.c:7115 i18n/templates.c:7124
+#: i18n/templates.c:7220
msgid "Allowed"
msgstr ""
@@ -1027,7 +1035,7 @@ msgstr ""
msgid "Allows you to specify the columns that are to be used by a particular view (e.g. Browse documents, Search)"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:171
+#: lib/documentmanagement/documentutil.inc.php:177
msgid "Already checked out."
msgstr ""
@@ -1035,7 +1043,7 @@ msgstr ""
msgid "Already using a different descriptor."
msgstr ""
-#: i18n/templates.c:6248
+#: i18n/templates.c:6275
msgid "Alternatively, you can manually create a user within #appname# below."
msgstr ""
@@ -1077,15 +1085,15 @@ msgstr ""
msgid "An error occurred while removing the sub-group."
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:89
-#: lib/documentmanagement/documentutil.inc.php:318
-#: lib/documentmanagement/documentutil.inc.php:1136
+#: lib/documentmanagement/documentutil.inc.php:91
+#: lib/documentmanagement/documentutil.inc.php:466
+#: lib/documentmanagement/documentutil.inc.php:1308
msgid "An error occurred while storing the new file"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:122
-#: lib/documentmanagement/documentutil.inc.php:346
-#: lib/documentmanagement/documentutil.inc.php:1153
+#: lib/documentmanagement/documentutil.inc.php:124
+#: lib/documentmanagement/documentutil.inc.php:494
+#: lib/documentmanagement/documentutil.inc.php:1325
msgid "An error occurred while storing this document in the database"
msgstr ""
@@ -1097,7 +1105,7 @@ msgstr ""
msgid "An error occurred, and no error message was given"
msgstr ""
-#: i18n/templates.c:5639
+#: i18n/templates.c:5666
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 ""
@@ -1133,26 +1141,28 @@ msgstr ""
msgid "Any Metadata"
msgstr ""
-#: i18n/templates.c:5051 i18n/templates.c:5429
+#: i18n/templates.c:5078 i18n/templates.c:5456
msgid "Anybody (with the ability to see the document) can perform this transition."
msgstr ""
-#: i18n/templates.c:2117
+#: i18n/templates.c:2129
msgid "Apply"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:428 plugins/ktcore/KTBulkActions.php:436
-#: plugins/ktcore/KTDocumentActions.php:1339
+#: plugins/ktcore/KTBulkActions.php:482 plugins/ktcore/KTBulkActions.php:490
+#: plugins/ktcore/KTDocumentActions.php:1368
msgid "Archive"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1352
-#: plugins/ktcore/KTDocumentActions.php:1356
-#: plugins/ktcore/KTDocumentActions.php:1378 i18n/templates.c:4157
+#: plugins/ktcore/KTDocumentActions.php:1386
+#: plugins/ktcore/KTDocumentActions.php:1397
+#: plugins/ktcore/KTDocumentActions.php:1401
+#: plugins/ktcore/KTDocumentActions.php:1427 i18n/templates.c:4130
+#: i18n/templates.c:4172
msgid "Archive Document"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:435
+#: plugins/ktcore/KTBulkActions.php:489
msgid "Archive Items"
msgstr ""
@@ -1164,7 +1174,7 @@ msgstr ""
msgid "Archive file given does not exist"
msgstr ""
-#: lib/documentmanagement/Document.inc:659
+#: lib/documentmanagement/Document.inc:742
msgid "Archived"
msgstr ""
@@ -1173,15 +1183,15 @@ msgid "Archived Document Restoration"
msgstr ""
#: plugins/ktcore/admin/archivedDocuments.php:71
-#: plugins/ktcore/admin/archivedDocuments.php:134 i18n/templates.c:6887
+#: plugins/ktcore/admin/archivedDocuments.php:134 i18n/templates.c:6914
msgid "Archived Documents"
msgstr ""
-#: view.php:462
+#: view.php:475
msgid "Archived document request"
msgstr ""
-#: i18n/templates.c:4160
+#: i18n/templates.c:4175
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 ""
@@ -1194,43 +1204,49 @@ msgstr ""
msgid "Are you sure you want to do this? Add 'positive' as a parameter to continue."
msgstr ""
-#: i18n/templates.c:3170 i18n/templates.c:3176
+#: i18n/templates.c:3182 i18n/templates.c:3188
msgid "Are you sure you wish to clear all notifications?"
msgstr ""
#: i18n/templates.c:1595 i18n/templates.c:1604 i18n/templates.c:1625
#: i18n/templates.c:1640 i18n/templates.c:1661 i18n/templates.c:1673
#: i18n/templates.c:1694 i18n/templates.c:1715 i18n/templates.c:1721
-#: i18n/templates.c:1763 i18n/templates.c:1817 i18n/templates.c:4232
-#: i18n/templates.c:4235 i18n/templates.c:4250 i18n/templates.c:4253
+#: i18n/templates.c:1769 i18n/templates.c:1829 i18n/templates.c:4250
+#: i18n/templates.c:4253 i18n/templates.c:4268 i18n/templates.c:4271
msgid "Are you sure you wish to clear the notification?"
msgstr ""
-#: i18n/templates.c:4889
+#: i18n/templates.c:4916
msgid "Are you sure you wish to delete this document type? It will be permanently removed from the system."
msgstr ""
-#: lib/templating/kt3template.inc.php:157
+#: lib/templating/kt3template.inc.php:137
msgid "Are you sure you wish to delete this item?"
msgstr ""
-#: i18n/templates.c:4880
+#: i18n/templates.c:4907
msgid "Are you sure you wish to disable this document type?"
msgstr ""
-#: i18n/templates.c:4544
+#: i18n/templates.c:4562
msgid "Are you sure you wish to override the permissions?"
msgstr ""
-#: i18n/templates.c:4709
+#: i18n/templates.c:4736
msgid "Are you sure you wish to reinstate inherited permissions?"
msgstr ""
-#: i18n/templates.c:4385
+#: i18n/templates.c:4403
msgid "Are you sure you wish to remove this role allocation?"
msgstr ""
-#: i18n/templates.c:5093
+#: plugins/ktcore/KTBulkActions.php:103 plugins/ktcore/KTBulkActions.php:535
+#: plugins/ktcore/KTDocumentActions.php:864
+#: plugins/ktcore/KTDocumentActions.php:1381
+msgid "Are you sure?"
+msgstr ""
+
+#: i18n/templates.c:5120
msgid "As a document moves through a workflow, it can cause varies other actions to occur. For example, you can attach a \"Move\" action to a transition, which will cause any document moving through that workflow to be moved to a particular folder. Or you can specify that when a document reaches the \"Pending Review\" state, users with the role \"Reviewer\" on that document are informed."
msgstr ""
@@ -1240,11 +1256,11 @@ msgstr ""
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:2489
+#: i18n/templates.c:2501
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, etc.). 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, Australasia."
msgstr ""
-#: i18n/templates.c:5477 i18n/templates.c:5552 i18n/templates.c:5666
+#: i18n/templates.c:5504 i18n/templates.c:5579 i18n/templates.c:5693
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 ""
@@ -1260,27 +1276,27 @@ msgstr ""
msgid "As documents progress through their lifecycle, they pass through a number of states. These states describe a step in the process the document must follow. Examples of states include \"reviewed\",\"submitted\" or \"pending\". State names must be unique, and this includes states already in this workflow."
msgstr ""
-#: i18n/templates.c:821 i18n/templates.c:4787
+#: i18n/templates.c:821 i18n/templates.c:4814
msgid "Assign"
msgstr ""
-#: i18n/templates.c:5651
+#: i18n/templates.c:5678
msgid "Assign Actions to States"
msgstr ""
-#: i18n/templates.c:5168
+#: i18n/templates.c:5195
msgid "Assign Blocked Actions"
msgstr ""
-#: i18n/templates.c:5546
+#: i18n/templates.c:5573
msgid "Assign Transition Availability"
msgstr ""
-#: i18n/templates.c:2078
+#: i18n/templates.c:2090
msgid "Assign Workflow"
msgstr ""
-#: i18n/templates.c:5162
+#: i18n/templates.c:5189
msgid "Assign blocked actions"
msgstr ""
@@ -1288,23 +1304,23 @@ msgstr ""
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:2789
+#: i18n/templates.c:2801
msgid "Assign to behaviour"
msgstr ""
-#: i18n/templates.c:1514 i18n/templates.c:3239
+#: i18n/templates.c:1514 i18n/templates.c:3251
msgid "Assigned"
msgstr ""
-#: i18n/templates.c:4721 i18n/templates.c:4982
+#: i18n/templates.c:4748 i18n/templates.c:5009
msgid "Assigned Entities"
msgstr ""
-#: i18n/templates.c:2777
+#: i18n/templates.c:2789
msgid "Assigned Items"
msgstr ""
-#: i18n/templates.c:5579
+#: i18n/templates.c:5606
msgid "Assigned Permissions"
msgstr ""
@@ -1317,16 +1333,16 @@ msgstr ""
msgid "Assistance request: %s"
msgstr ""
-#: i18n/templates.c:848 i18n/templates.c:851 i18n/templates.c:4814
-#: i18n/templates.c:4817
+#: i18n/templates.c:848 i18n/templates.c:851 i18n/templates.c:4841
+#: i18n/templates.c:4844
msgid "Associate Fieldsets"
msgstr ""
-#: i18n/templates.c:884 i18n/templates.c:4850
+#: i18n/templates.c:884 i18n/templates.c:4877
msgid "Associated Fieldsets"
msgstr ""
-#: i18n/templates.c:3263
+#: i18n/templates.c:3275
msgid "Assuming this field has behaviour \""
msgstr ""
@@ -1334,7 +1350,7 @@ msgstr ""
msgid "Attach document"
msgstr ""
-#: i18n/templates.c:2501
+#: i18n/templates.c:2513
msgid "Attach keywords to #category#"
msgstr ""
@@ -1344,13 +1360,12 @@ msgstr ""
msgid "Attempting to index %d %s but it is not available."
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:116
#: plugins/ktcore/authentication/authenticationadminpage.inc.php:50
-#: i18n/templates.c:5861
+#: plugins/ktcore/KTCorePlugin.php:116 i18n/templates.c:5888
msgid "Authentication"
msgstr ""
-#: i18n/templates.c:6512 i18n/templates.c:6527
+#: i18n/templates.c:6539 i18n/templates.c:6554
msgid "Authentication Sources"
msgstr ""
@@ -1368,7 +1383,7 @@ msgstr ""
msgid "Authentication provider class does not exist. "
msgstr ""
-#: i18n/templates.c:6545
+#: i18n/templates.c:6572
msgid "Authentication source"
msgstr ""
@@ -1398,40 +1413,40 @@ msgstr ""
msgid "Automatic Workflow Assignments"
msgstr ""
-#: i18n/templates.c:2081
+#: i18n/templates.c:2093
msgid "Automatic Workflow Selection"
msgstr ""
-#: i18n/templates.c:992 i18n/templates.c:1511 i18n/templates.c:3236
+#: i18n/templates.c:992 i18n/templates.c:1511 i18n/templates.c:3248
msgid "Available"
msgstr ""
-#: i18n/templates.c:3857
+#: i18n/templates.c:3869
msgid "Available Criteria"
msgstr ""
-#: i18n/templates.c:4718 i18n/templates.c:4979
+#: i18n/templates.c:4745 i18n/templates.c:5006
msgid "Available Entities"
msgstr ""
#: plugins/ktcore/admin/documentTypes.php:173
-#: plugins/wintools/email/emailDocumentTypes.php:247 i18n/templates.c:3860
+#: plugins/wintools/email/emailDocumentTypes.php:247 i18n/templates.c:3872
msgid "Available Fieldsets"
msgstr ""
-#: i18n/templates.c:4502
+#: i18n/templates.c:4520
msgid "Available Groups"
msgstr ""
-#: i18n/templates.c:7268
+#: i18n/templates.c:7295
msgid "Available Transitions"
msgstr ""
-#: i18n/templates.c:4412
+#: i18n/templates.c:4430
msgid "Available Users"
msgstr ""
-#: i18n/templates.c:3863
+#: i18n/templates.c:3875
msgid "Available Workflows"
msgstr ""
@@ -1439,7 +1454,7 @@ msgstr ""
msgid "B"
msgstr ""
-#: i18n/templates.c:824 i18n/templates.c:4790
+#: i18n/templates.c:824 i18n/templates.c:4817
msgid "Back to folder"
msgstr ""
@@ -1464,7 +1479,7 @@ msgstr ""
msgid "Basic"
msgstr ""
-#: i18n/templates.c:3053
+#: i18n/templates.c:3065
msgid "Become conditional"
msgstr ""
@@ -1480,7 +1495,7 @@ msgstr ""
msgid "Below you can see a list of the keys that are currently active for your organisation."
msgstr ""
-#: i18n/templates.c:5174
+#: i18n/templates.c:5201
msgid "Block actions"
msgstr ""
@@ -1489,8 +1504,8 @@ msgstr ""
msgid "Body"
msgstr ""
-#: config/siteMap.inc:66 i18n/templates.c:2252 i18n/templates.c:2294
-#: i18n/templates.c:3884
+#: config/siteMap.inc:66 i18n/templates.c:2264 i18n/templates.c:2306
+#: i18n/templates.c:3896
msgid "Boolean Search"
msgstr ""
@@ -1504,8 +1519,8 @@ msgstr ""
msgid "Browse"
msgstr ""
-#: lib/templating/kt3template.inc.php:176
-#: lib/templating/kt3template.inc.php:298 plugins/ktcore/KTCorePlugin.php:147
+#: lib/templating/kt3template.inc.php:156
+#: lib/templating/kt3template.inc.php:278 plugins/ktcore/KTCorePlugin.php:147
msgid "Browse Documents"
msgstr ""
@@ -1518,7 +1533,7 @@ msgid "Browse view format"
msgstr ""
#: plugins/ktstandard/contents/OpenDocumentIndexer.php:98
-#: i18n/templates.c:7328
+#: i18n/templates.c:7355
msgid "Built-in"
msgstr ""
@@ -1526,11 +1541,11 @@ msgstr ""
msgid "Built-in authentication provider"
msgstr ""
-#: i18n/templates.c:6386
+#: i18n/templates.c:6413
msgid "Built-in set."
msgstr ""
-#: lib/actions/bulkaction.php:176
+#: lib/actions/bulkaction.php:227
msgid "Bulk Actions"
msgstr ""
@@ -1570,11 +1585,11 @@ msgstr ""
msgid "Bulk import succeeded"
msgstr ""
-#: i18n/templates.c:4640
+#: i18n/templates.c:4658
msgid "Bulk upload"
msgstr ""
-#: i18n/templates.c:6530
+#: i18n/templates.c:6557
msgid "By default, #appname# 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 ""
@@ -1618,23 +1633,23 @@ msgstr ""
#: plugins/ktcore/admin/fieldsets/basic.inc.php:438 i18n/templates.c:119
#: i18n/templates.c:149 i18n/templates.c:293 i18n/templates.c:308
-#: i18n/templates.c:1835 i18n/templates.c:2150 i18n/templates.c:2183
-#: i18n/templates.c:2444 i18n/templates.c:3233 i18n/templates.c:4091
-#: i18n/templates.c:4130 i18n/templates.c:4187 i18n/templates.c:4199
-#: i18n/templates.c:4427 i18n/templates.c:4517 i18n/templates.c:4619
-#: i18n/templates.c:4634 i18n/templates.c:4736 i18n/templates.c:4997
-#: i18n/templates.c:5015 i18n/templates.c:5177 i18n/templates.c:5858
-#: i18n/templates.c:5954 i18n/templates.c:5969 i18n/templates.c:6014
-#: i18n/templates.c:6050 i18n/templates.c:6083 i18n/templates.c:6116
-#: i18n/templates.c:6131 i18n/templates.c:6146 i18n/templates.c:6194
-#: i18n/templates.c:6260 i18n/templates.c:6275 i18n/templates.c:6416
-#: i18n/templates.c:6995
+#: i18n/templates.c:1847 i18n/templates.c:2162 i18n/templates.c:2195
+#: i18n/templates.c:2456 i18n/templates.c:3245 i18n/templates.c:4103
+#: i18n/templates.c:4145 i18n/templates.c:4205 i18n/templates.c:4217
+#: i18n/templates.c:4445 i18n/templates.c:4535 i18n/templates.c:4637
+#: i18n/templates.c:4652 i18n/templates.c:4763 i18n/templates.c:5024
+#: i18n/templates.c:5042 i18n/templates.c:5204 i18n/templates.c:5885
+#: i18n/templates.c:5981 i18n/templates.c:5996 i18n/templates.c:6041
+#: i18n/templates.c:6077 i18n/templates.c:6110 i18n/templates.c:6143
+#: i18n/templates.c:6158 i18n/templates.c:6173 i18n/templates.c:6221
+#: i18n/templates.c:6287 i18n/templates.c:6302 i18n/templates.c:6443
+#: i18n/templates.c:7022
msgid "Cancel"
msgstr ""
#: plugins/ktcore/KTDocumentActions.php:703
#: plugins/ktcore/KTDocumentActions.php:757
-#: plugins/ktcore/KTDocumentActions.php:761 i18n/templates.c:4172
+#: plugins/ktcore/KTDocumentActions.php:761 i18n/templates.c:4190
msgid "Cancel Checkout"
msgstr ""
@@ -1662,7 +1677,7 @@ msgstr ""
msgid "Cannot create allocation for non-root locations."
msgstr ""
-#: lib/documentmanagement/Document.inc:572
+#: lib/documentmanagement/Document.inc:655
msgid "Cannot create new version of document: Document is immutable"
msgstr ""
@@ -1702,15 +1717,15 @@ msgstr ""
msgid "Cannot locate user:"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:122
+#: lib/foldermanagement/folderutil.inc.php:123
msgid "Cannot move folder into a descendant folder!"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:110
+#: lib/foldermanagement/folderutil.inc.php:111
msgid "Cannot move root folder!"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:337
+#: lib/foldermanagement/folderutil.inc.php:338
#, php-format
msgid "Cannot remove unit folder: %s."
msgstr ""
@@ -1727,12 +1742,12 @@ msgstr ""
msgid "Category removed."
msgstr ""
-#: i18n/templates.c:830 i18n/templates.c:2654 i18n/templates.c:2714
-#: i18n/templates.c:3026 i18n/templates.c:4271 i18n/templates.c:4796
+#: i18n/templates.c:830 i18n/templates.c:2666 i18n/templates.c:2726
+#: i18n/templates.c:3038 i18n/templates.c:4289 i18n/templates.c:4823
msgid "Change"
msgstr ""
-#: i18n/templates.c:6263 i18n/templates.c:6269
+#: i18n/templates.c:6290 i18n/templates.c:6296
msgid "Change #name#'s Groups"
msgstr ""
@@ -1741,13 +1756,13 @@ msgstr ""
msgid "Change %s's password"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1623
-#: plugins/ktcore/KTDocumentActions.php:1629
+#: plugins/ktcore/KTDocumentActions.php:1683
+#: plugins/ktcore/KTDocumentActions.php:1689
msgid "Change Document Ownership"
msgstr ""
#: plugins/ktcore/document/edit.php:255 plugins/ktcore/document/edit.php:295
-#: i18n/templates.c:7049 i18n/templates.c:7055
+#: i18n/templates.c:7076 i18n/templates.c:7082
msgid "Change Document Type"
msgstr ""
@@ -1759,27 +1774,27 @@ msgstr ""
msgid "Change Frequency"
msgstr ""
-#: i18n/templates.c:6041
+#: i18n/templates.c:6068
msgid "Change Group Details"
msgstr ""
-#: i18n/templates.c:6818
+#: i18n/templates.c:6845
msgid "Change Link Type"
msgstr ""
-#: i18n/templates.c:6752
+#: i18n/templates.c:6779
msgid "Change Ownership"
msgstr ""
-#: i18n/templates.c:6110
+#: i18n/templates.c:6137
msgid "Change Sub-Groups in #name#"
msgstr ""
-#: i18n/templates.c:5945
+#: i18n/templates.c:5972
msgid "Change Unit Details"
msgstr ""
-#: i18n/templates.c:5849
+#: i18n/templates.c:5876
msgid "Change User Details"
msgstr ""
@@ -1789,15 +1804,15 @@ msgstr ""
msgid "Change User Password"
msgstr ""
-#: i18n/templates.c:5984 i18n/templates.c:5987
+#: i18n/templates.c:6011 i18n/templates.c:6014
msgid "Change User's Password"
msgstr ""
-#: i18n/templates.c:4964
+#: i18n/templates.c:4991
msgid "Change Workflow"
msgstr ""
-#: i18n/templates.c:6008
+#: i18n/templates.c:6035
msgid "Change a role's details"
msgstr ""
@@ -1805,23 +1820,23 @@ msgstr ""
msgid "Change disclaimers displayed on login and at the bottom of each page."
msgstr ""
-#: i18n/templates.c:2960
+#: i18n/templates.c:2972
msgid "Change master field"
msgstr ""
-#: i18n/templates.c:6056
+#: i18n/templates.c:6083
msgid "Change organisation details"
msgstr ""
-#: i18n/templates.c:2042
+#: i18n/templates.c:2054
msgid "Change state"
msgstr ""
-#: i18n/templates.c:1826
+#: i18n/templates.c:1838
msgid "Change the document type"
msgstr ""
-#: i18n/templates.c:7106
+#: i18n/templates.c:7133
msgid "Change the document type. The current type is \"#name#\""
msgstr ""
@@ -1837,35 +1852,35 @@ msgstr ""
msgid "Change the quicklinks that are displayed on user's dashboards."
msgstr ""
-#: i18n/templates.c:2039
+#: i18n/templates.c:2051
msgid "Change the state of this thread"
msgstr ""
-#: i18n/templates.c:6038
+#: i18n/templates.c:6065
msgid "Change the system's information about group #name#"
msgstr ""
-#: i18n/templates.c:5942
+#: i18n/templates.c:5969
msgid "Change the system's information about unit #name#"
msgstr ""
-#: i18n/templates.c:5990
+#: i18n/templates.c:6017
msgid "Change the user's password. Password rules may have been defined that this new password must abide by."
msgstr ""
-#: i18n/templates.c:2936
+#: i18n/templates.c:2948
msgid "Change to complex"
msgstr ""
-#: i18n/templates.c:4955
+#: i18n/templates.c:4982
msgid "Change workflow on document"
msgstr ""
-#: preferences.php:123 i18n/templates.c:6500 i18n/templates.c:6503
+#: preferences.php:123 i18n/templates.c:6527 i18n/templates.c:6530
msgid "Change your password"
msgstr ""
-#: i18n/templates.c:5873
+#: i18n/templates.c:5900
msgid "Change your password."
msgstr ""
@@ -1874,7 +1889,7 @@ msgstr ""
msgid "Changed to simple"
msgstr ""
-#: i18n/templates.c:2768 i18n/templates.c:2816
+#: i18n/templates.c:2780 i18n/templates.c:2828
msgid "Changes made here are stored immediately, without you needing to refresh the page."
msgstr ""
@@ -1889,15 +1904,15 @@ msgstr ""
msgid "Changes saved."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1660
+#: plugins/ktcore/KTDocumentActions.php:1720
msgid "Changing Ownership"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1630
+#: plugins/ktcore/KTDocumentActions.php:1690
msgid "Changing document ownership allows you to keep the \"owner\" role relevant, even when the original user no longer is an appropriate choice."
msgstr ""
-#: i18n/templates.c:2939
+#: i18n/templates.c:2951
msgid "Changing the conditional type set will remove all existing field ordering!"
msgstr ""
@@ -1911,7 +1926,7 @@ msgid ""
"ordering!"
msgstr ""
-#: i18n/templates.c:2957
+#: i18n/templates.c:2969
msgid "Changing the master field set will remove all existing field ordering!"
msgstr ""
@@ -1923,7 +1938,7 @@ msgstr ""
msgid "Check Out"
msgstr ""
-#: i18n/templates.c:6701
+#: i18n/templates.c:6728
msgid "Check the plugins that require activation and then click \"Update\". To disable a plugin, uncheck the plugin and click \"Update\"."
msgstr ""
@@ -1936,7 +1951,7 @@ msgstr ""
msgid "Checked Out"
msgstr ""
-#: plugins/ktcore/KTColumns.inc.php:427 plugins/ktcore/KTCorePlugin.php:138
+#: plugins/ktcore/KTColumns.inc.php:468 plugins/ktcore/KTCorePlugin.php:138
#: search2/search/fields/CheckedOutByField.inc.php:44
msgid "Checked Out By"
msgstr ""
@@ -1949,15 +1964,15 @@ msgstr ""
msgid "Checked Out Document Control"
msgstr ""
-#: i18n/templates.c:6941
+#: i18n/templates.c:6968
msgid "Checked Out Documents"
msgstr ""
-#: i18n/templates.c:6959 i18n/templates.c:6986
+#: i18n/templates.c:6986 i18n/templates.c:7013
msgid "Checked out by"
msgstr ""
-#: i18n/templates.c:3422
+#: i18n/templates.c:3434
msgid "Checked out by:"
msgstr ""
@@ -1971,29 +1986,29 @@ msgstr ""
msgid "Checkin"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:576 i18n/templates.c:4163
+#: plugins/ktcore/KTDocumentActions.php:576 i18n/templates.c:4181
msgid "Checkin Document"
msgstr ""
-#: i18n/templates.c:4166
+#: i18n/templates.c:4184
msgid "Checking in a document updates the document and allows others to make changes to the document and its metadata."
msgstr ""
-#: i18n/templates.c:4070
+#: i18n/templates.c:4082
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 ""
-#: lib/documentmanagement/documentutil.inc.php:639
+#: lib/documentmanagement/documentutil.inc.php:787
msgid "Checking permissions..."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:741 plugins/ktcore/KTBulkActions.php:772
+#: plugins/ktcore/KTBulkActions.php:854 plugins/ktcore/KTBulkActions.php:885
#: plugins/ktcore/KTDocumentActions.php:380
#: plugins/ktcore/KTDocumentActions.php:413
msgid "Checkout"
msgstr ""
-#: i18n/templates.c:4040 i18n/templates.c:4067
+#: i18n/templates.c:4052 i18n/templates.c:4079
msgid "Checkout Document"
msgstr ""
@@ -2001,7 +2016,7 @@ msgstr ""
msgid "Checkout Guard"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:771
+#: plugins/ktcore/KTBulkActions.php:884
msgid "Checkout Items"
msgstr ""
@@ -2009,28 +2024,28 @@ msgstr ""
msgid "Checkout document"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:759 plugins/ktcore/KTBulkActions.php:995
+#: plugins/ktcore/KTBulkActions.php:872 plugins/ktcore/KTBulkActions.php:1106
msgid "Checkout is restricted by the workflow state."
msgstr ""
-#: i18n/templates.c:6122
+#: i18n/templates.c:6149
msgid "Choose unit folder location"
msgstr ""
-#: i18n/templates.c:1889 i18n/templates.c:3587
+#: i18n/templates.c:1901 i18n/templates.c:3599
msgid "Clear"
msgstr ""
#: i18n/templates.c:1598 i18n/templates.c:1607 i18n/templates.c:1628
#: i18n/templates.c:1643 i18n/templates.c:1664 i18n/templates.c:1676
#: i18n/templates.c:1697 i18n/templates.c:1718 i18n/templates.c:1724
-#: i18n/templates.c:1742 i18n/templates.c:1766 i18n/templates.c:1784
-#: i18n/templates.c:1799 i18n/templates.c:1820 i18n/templates.c:4238
-#: i18n/templates.c:4256 i18n/templates.c:5471
+#: i18n/templates.c:1742 i18n/templates.c:1772 i18n/templates.c:1790
+#: i18n/templates.c:1805 i18n/templates.c:1832 i18n/templates.c:4256
+#: i18n/templates.c:4274 i18n/templates.c:5498
msgid "Clear Alert"
msgstr ""
-#: i18n/templates.c:3173 i18n/templates.c:3179
+#: i18n/templates.c:3185 i18n/templates.c:3191
msgid "Clear all notifications"
msgstr ""
@@ -2042,15 +2057,15 @@ msgstr ""
msgid "Clearing mime type associations."
msgstr ""
-#: i18n/templates.c:1994
+#: i18n/templates.c:2006
msgid "Click below to view all discussion threads on this document, including those that are closed."
msgstr ""
-#: i18n/templates.c:3875
+#: i18n/templates.c:3887
msgid "Click on a field above to add it to the criteria group."
msgstr ""
-#: i18n/templates.c:5540
+#: i18n/templates.c:5567
msgid "Click on any transition below to edit it directly, or use the checkboxes to assign which states the transition is available from."
msgstr ""
@@ -2062,12 +2077,12 @@ msgstr ""
msgid "Click on the hyperlink below to view it."
msgstr ""
-#: i18n/templates.c:2849
+#: i18n/templates.c:2861
msgid "Clicking on a given behaviour below will show you which fields and values can be selected when the clicked behaviour is active."
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:333
#: plugins/ktcore/admin/configSettings.php:153
+#: plugins/ktcore/KTCorePlugin.php:333
msgid "Client Tools Settings"
msgstr ""
@@ -2083,11 +2098,11 @@ msgstr ""
msgid "Collaboration Step Rollback"
msgstr ""
-#: i18n/templates.c:2342 i18n/templates.c:2585
+#: i18n/templates.c:2354 i18n/templates.c:2597
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:2210
+#: i18n/templates.c:2222
msgid "Column"
msgstr ""
@@ -2101,7 +2116,7 @@ msgstr ""
#: plugins/ktstandard/KTEmail.php:398 i18n/templates.c:473
#: i18n/templates.c:572 i18n/templates.c:650 i18n/templates.c:740
-#: i18n/templates.c:1586 i18n/templates.c:7133
+#: i18n/templates.c:1586 i18n/templates.c:7160
msgid "Comment"
msgstr ""
@@ -2111,11 +2126,11 @@ msgstr ""
msgid "Comments"
msgstr ""
-#: plugins/wintools/key.inc.php:144 i18n/templates.c:6719
+#: plugins/wintools/key.inc.php:144 i18n/templates.c:6746
msgid "Community Edition"
msgstr ""
-#: i18n/templates.c:1223 i18n/templates.c:1235 i18n/templates.c:6770
+#: i18n/templates.c:1223 i18n/templates.c:1235 i18n/templates.c:6797
msgid "Compare"
msgstr ""
@@ -2123,11 +2138,11 @@ msgstr ""
msgid "Compare file could not be copied to tmp directory for comparison."
msgstr ""
-#: i18n/templates.c:7217
+#: i18n/templates.c:7244
msgid "Compare with Current"
msgstr ""
-#: i18n/templates.c:7220
+#: i18n/templates.c:7247
msgid "Compare with Other Version"
msgstr ""
@@ -2135,23 +2150,23 @@ msgstr ""
msgid "Comparison produced no content. The document may be an unsupported mime type."
msgstr ""
-#: i18n/templates.c:4196
+#: i18n/templates.c:4214
msgid "Complete Copy"
msgstr ""
-#: i18n/templates.c:2762
+#: i18n/templates.c:2774
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 ""
-#: plugins/ktstandard/KTDiscussion.php:121 i18n/templates.c:2027
+#: plugins/ktstandard/KTDiscussion.php:121 i18n/templates.c:2039
msgid "Conclusion"
msgstr ""
-#: i18n/templates.c:4592 i18n/templates.c:4748 i18n/templates.c:4766
+#: i18n/templates.c:4610 i18n/templates.c:4775 i18n/templates.c:4793
msgid "Condition"
msgstr ""
-#: i18n/templates.c:6434
+#: i18n/templates.c:6461
msgid "Condition Name"
msgstr ""
@@ -2159,15 +2174,15 @@ msgstr ""
msgid "Condition is a saved search, but not a condition"
msgstr ""
-#: plugins/ktcore/admin/documentFieldsv2.php:109 i18n/templates.c:3035
+#: plugins/ktcore/admin/documentFieldsv2.php:109 i18n/templates.c:3047
msgid "Conditional"
msgstr ""
-#: i18n/templates.c:2867
+#: i18n/templates.c:2879
msgid "Conditional Fieldset Management"
msgstr ""
-#: i18n/templates.c:2831
+#: i18n/templates.c:2843
msgid "Conditional Metadata Overview"
msgstr ""
@@ -2175,7 +2190,7 @@ msgstr ""
msgid "Conditional Metadata Plugin"
msgstr ""
-#: i18n/templates.c:2834
+#: i18n/templates.c:2846
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 ""
@@ -2183,15 +2198,15 @@ msgstr ""
msgid "Conditional Restrictions"
msgstr ""
-#: i18n/templates.c:2918
+#: i18n/templates.c:2930
msgid "Conditional fieldsets allow you to restrict the options a user has for values in some fields based on the values in other fields, allowing 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:2933
+#: i18n/templates.c:2945
msgid "Conditional type"
msgstr ""
-#: i18n/templates.c:3029
+#: i18n/templates.c:3041
msgid "Conditionality"
msgstr ""
@@ -2199,8 +2214,8 @@ msgstr ""
msgid "Conditions Management"
msgstr ""
-#: i18n/templates.c:5063 i18n/templates.c:5159 i18n/templates.c:5435
-#: i18n/templates.c:5453
+#: i18n/templates.c:5090 i18n/templates.c:5186 i18n/templates.c:5462
+#: i18n/templates.c:5480
msgid "Configuration"
msgstr ""
@@ -2208,8 +2223,8 @@ msgstr ""
msgid "Configuration updated"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:559 i18n/templates.c:5234
-#: i18n/templates.c:5237
+#: plugins/ktcore/admin/workflowsv2.php:559 i18n/templates.c:5261
+#: i18n/templates.c:5264
msgid "Configure Workflow Process"
msgstr ""
@@ -2222,7 +2237,7 @@ msgstr ""
msgid "Configure Workflows for Folder"
msgstr ""
-#: i18n/templates.c:2066
+#: i18n/templates.c:2078
msgid "Configure Workflows for this Folder"
msgstr ""
@@ -2238,15 +2253,15 @@ msgstr ""
msgid "Configure the document metadata: Document Types, Document Fieldsets, Link Types and Workflows."
msgstr ""
-#: i18n/templates.c:3254
+#: i18n/templates.c:3266
msgid "Confirm #label#"
msgstr ""
-#: i18n/templates.c:6899 i18n/templates.c:6914
+#: i18n/templates.c:6926 i18n/templates.c:6941
msgid "Confirm De-archival"
msgstr ""
-#: i18n/templates.c:6779 i18n/templates.c:6791
+#: i18n/templates.c:6806 i18n/templates.c:6818
msgid "Confirm Expunge"
msgstr ""
@@ -2255,7 +2270,7 @@ msgstr ""
msgid "Confirm Expunge of %d documents"
msgstr ""
-#: i18n/templates.c:6971
+#: i18n/templates.c:6998
msgid "Confirm Forced Check-in"
msgstr ""
@@ -2266,7 +2281,7 @@ msgstr ""
msgid "Confirm Password"
msgstr ""
-#: i18n/templates.c:6920 i18n/templates.c:6935
+#: i18n/templates.c:6947 i18n/templates.c:6962
msgid "Confirm Restore"
msgstr ""
@@ -2277,6 +2292,16 @@ msgstr ""
msgid "Confirm Restore of %d documents"
msgstr ""
+#: plugins/ktcore/KTBulkActions.php:561
+#: plugins/ktcore/KTDocumentActions.php:1440
+msgid "Confirm archive"
+msgstr ""
+
+#: plugins/ktcore/KTBulkActions.php:129
+#: plugins/ktcore/KTDocumentActions.php:921
+msgid "Confirm delete"
+msgstr ""
+
#: plugins/ktcore/admin/conditions.php:62
#: plugins/ktcore/admin/conditions.php:63
msgid "Confirm deletion"
@@ -2293,24 +2318,25 @@ msgstr ""
msgid "Confirm the password specified above."
msgstr ""
-#: i18n/templates.c:7238 i18n/templates.c:7244
+#: i18n/templates.c:7265 i18n/templates.c:7271
msgid "Content"
msgstr ""
-#: i18n/templates.c:1220 i18n/templates.c:7214
+#: i18n/templates.c:1220 i18n/templates.c:7241
msgid "Content Version"
msgstr ""
#: i18n/templates.c:470 i18n/templates.c:569 i18n/templates.c:647
-#: i18n/templates.c:737 i18n/templates.c:7130
+#: i18n/templates.c:737 i18n/templates.c:7157
msgid "Content version"
msgstr ""
-#: lib/actions/bulkaction.php:307
+#: lib/actions/bulkaction.php:370 plugins/ktcore/KTBulkActions.php:108
+#: plugins/ktcore/KTBulkActions.php:540
msgid "Continue"
msgstr ""
-#: i18n/templates.c:59 i18n/templates.c:5195
+#: i18n/templates.c:59 i18n/templates.c:5222
msgid "Control"
msgstr ""
@@ -2322,11 +2348,11 @@ msgstr ""
msgid "Control which users can log in, and are part of which groups and organisational units, from these management panels."
msgstr ""
-#: i18n/templates.c:5504 i18n/templates.c:5723
+#: i18n/templates.c:5531 i18n/templates.c:5750
msgid "Controlled Actions available"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:1266 i18n/templates.c:5615
+#: plugins/ktcore/admin/workflowsv2.php:1266 i18n/templates.c:5642
msgid "Controlled Permissions"
msgstr ""
@@ -2334,7 +2360,7 @@ msgstr ""
msgid "Controlled permission updated."
msgstr ""
-#: i18n/templates.c:7292
+#: i18n/templates.c:7319
msgid "Convert"
msgstr ""
@@ -2346,16 +2372,16 @@ msgstr ""
msgid "Convert Document to PDF"
msgstr ""
-#: i18n/templates.c:7286
+#: i18n/templates.c:7313
msgid "Convert to Trees."
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:1094
+#: lib/documentmanagement/documentutil.inc.php:1266
#, php-format
msgid "Copied from original in folder \"%s\". %s"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:1090
+#: lib/documentmanagement/documentutil.inc.php:1262
#, php-format
msgid "Copied to folder \"%s\". %s"
msgstr ""
@@ -2368,29 +2394,29 @@ msgstr ""
msgid "Copies the document to another folder."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:284 plugins/ktcore/KTBulkActions.php:292
-#: plugins/ktcore/KTDocumentActions.php:1142
-#: plugins/ktcore/KTDocumentActions.php:1173
-#: plugins/ktcore/KTDocumentActions.php:1257 i18n/templates.c:4181
-#: i18n/templates.c:4184 i18n/templates.c:4193 i18n/templates.c:5345
-#: i18n/templates.c:5360
+#: plugins/ktcore/KTBulkActions.php:338 plugins/ktcore/KTBulkActions.php:346
+#: plugins/ktcore/KTDocumentActions.php:1171
+#: plugins/ktcore/KTDocumentActions.php:1202
+#: plugins/ktcore/KTDocumentActions.php:1286 i18n/templates.c:4199
+#: i18n/templates.c:4202 i18n/templates.c:4211 i18n/templates.c:5372
+#: i18n/templates.c:5387
msgid "Copy"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1172
-#: plugins/ktcore/KTDocumentActions.php:1259
+#: plugins/ktcore/KTDocumentActions.php:1201
+#: plugins/ktcore/KTDocumentActions.php:1288
msgid "Copy Document"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:291
+#: plugins/ktcore/KTBulkActions.php:345
msgid "Copy Items"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:180 i18n/templates.c:5351
+#: plugins/ktcore/admin/workflowsv2.php:180 i18n/templates.c:5378
msgid "Copy Workflow"
msgstr ""
-#: i18n/templates.c:4178 i18n/templates.c:4190
+#: i18n/templates.c:4196 i18n/templates.c:4208
msgid "Copy document"
msgstr ""
@@ -2434,7 +2460,7 @@ msgstr ""
msgid "Could change permission on exec script: "
msgstr ""
-#: setup/upgrade.php:284
+#: setup/upgrade.php:297
msgid "Could not authenticate administrative user"
msgstr ""
@@ -2474,7 +2500,7 @@ msgstr ""
msgid "Could not create intermediate file from document %d"
msgstr ""
-#: ktapi/KTAPIDocument.inc.php:209
+#: ktapi/KTAPIDocument.inc.php:229
msgid "Could not create link"
msgstr ""
@@ -2556,7 +2582,7 @@ msgstr ""
msgid "Could not perform key maintenance successfully"
msgstr ""
-#: ktwebservice/webservice.php:3955 search2.php:222
+#: ktwebservice/webservice.php:4269 search2.php:222
#: search2/search/search.inc.php:623
msgid "Could not process query."
msgstr ""
@@ -2567,7 +2593,7 @@ msgstr ""
msgid "Could not read file: %s"
msgstr ""
-#: ktapi/KTAPIDocument.inc.php:224
+#: ktapi/KTAPIDocument.inc.php:244
msgid "Could not remove link"
msgstr ""
@@ -2617,38 +2643,38 @@ msgstr ""
msgid "Couldn't stat source file: %s"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:718
-#: lib/documentmanagement/documentutil.inc.php:738
-#: lib/documentmanagement/documentutil.inc.php:755
-#: lib/documentmanagement/documentutil.inc.php:758
+#: lib/documentmanagement/documentutil.inc.php:866
+#: lib/documentmanagement/documentutil.inc.php:886
+#: lib/documentmanagement/documentutil.inc.php:903
+#: lib/documentmanagement/documentutil.inc.php:906
#, php-format
msgid "Couldn't store contents: %s"
msgstr ""
-#: i18n/templates.c:3131
+#: i18n/templates.c:3143
msgid "Crash Course in #appname#"
msgstr ""
-#: i18n/templates.c:146 i18n/templates.c:872 i18n/templates.c:2390
-#: i18n/templates.c:4331 i18n/templates.c:4838 i18n/templates.c:5744
-#: i18n/templates.c:7316 i18n/transactions.c:1
+#: i18n/templates.c:146 i18n/templates.c:872 i18n/templates.c:2402
+#: i18n/templates.c:4349 i18n/templates.c:4865 i18n/templates.c:5771
+#: i18n/templates.c:7343 i18n/transactions.c:1
msgid "Create"
msgstr ""
-#: plugins/ktcore/admin/documentFieldsv2.php:80 i18n/templates.c:6398
+#: plugins/ktcore/admin/documentFieldsv2.php:80 i18n/templates.c:6425
msgid "Create Fieldset"
msgstr ""
#: plugins/ktcore/admin/documentFieldsv2.php:79
-#: plugins/ktcore/admin/documentFieldsv2.php:161 i18n/templates.c:2591
+#: plugins/ktcore/admin/documentFieldsv2.php:161 i18n/templates.c:2603
msgid "Create New Fieldset"
msgstr ""
-#: i18n/templates.c:5315 i18n/templates.c:5318
+#: i18n/templates.c:5342 i18n/templates.c:5345
msgid "Create New Workflow"
msgstr ""
-#: i18n/templates.c:5012
+#: i18n/templates.c:5039
msgid "Create Workflow"
msgstr ""
@@ -2656,7 +2682,7 @@ msgstr ""
msgid "Create a link to a new RSS feed"
msgstr ""
-#: i18n/templates.c:6389
+#: i18n/templates.c:6416
msgid "Create a new Fieldset"
msgstr ""
@@ -2666,19 +2692,19 @@ msgstr ""
#: plugins/ktcore/admin/conditions.php:104
#: plugins/ktcore/admin/conditions.php:105
-#: plugins/ktcore/admin/conditions.php:114 i18n/templates.c:6425
+#: plugins/ktcore/admin/conditions.php:114 i18n/templates.c:6452
msgid "Create a new condition"
msgstr ""
-#: i18n/templates.c:4328
+#: i18n/templates.c:4346
msgid "Create a new document field set"
msgstr ""
-#: i18n/templates.c:2387
+#: i18n/templates.c:2399
msgid "Create a new document fieldset"
msgstr ""
-#: i18n/templates.c:4832
+#: i18n/templates.c:4859
msgid "Create a new document type"
msgstr ""
@@ -2686,11 +2712,11 @@ msgstr ""
msgid "Create a new email document type"
msgstr ""
-#: plugins/ktcore/admin/groupManagement.php:543 i18n/templates.c:2144
+#: plugins/ktcore/admin/groupManagement.php:543 i18n/templates.c:2156
msgid "Create a new group"
msgstr ""
-#: i18n/templates.c:7313
+#: i18n/templates.c:7340
msgid "Create a new permission"
msgstr ""
@@ -2711,32 +2737,32 @@ msgstr ""
msgid "Create a new rss feed"
msgstr ""
-#: plugins/ktcore/admin/savedSearch.php:74 i18n/templates.c:6464
+#: plugins/ktcore/admin/savedSearch.php:74 i18n/templates.c:6491
msgid "Create a new saved search"
msgstr ""
-#: i18n/templates.c:3647
+#: i18n/templates.c:3659
msgid "Create a new saved search using #options#."
msgstr ""
-#: i18n/templates.c:5483 i18n/templates.c:5489 i18n/templates.c:5669
+#: i18n/templates.c:5510 i18n/templates.c:5516 i18n/templates.c:5696
msgid "Create a new state"
msgstr ""
-#: i18n/templates.c:1985
+#: i18n/templates.c:1997
msgid "Create a new thread"
msgstr ""
-#: i18n/templates.c:5525 i18n/templates.c:5528 i18n/templates.c:5531
-#: i18n/templates.c:5783
+#: i18n/templates.c:5552 i18n/templates.c:5555 i18n/templates.c:5558
+#: i18n/templates.c:5810
msgid "Create a new transition"
msgstr ""
-#: i18n/templates.c:2177 i18n/templates.c:6077
+#: i18n/templates.c:2189 i18n/templates.c:6104
msgid "Create a new user"
msgstr ""
-#: i18n/templates.c:5741
+#: i18n/templates.c:5768
msgid "Create a new workflow"
msgstr ""
@@ -2748,7 +2774,7 @@ msgstr ""
msgid "Create group"
msgstr ""
-#: i18n/templates.c:2588
+#: i18n/templates.c:2600
msgid "Create new Fieldset"
msgstr ""
@@ -2760,23 +2786,23 @@ msgstr ""
msgid "Create or delete roles"
msgstr ""
-#: i18n/templates.c:5696
+#: i18n/templates.c:5723
msgid "Create state"
msgstr ""
-#: i18n/templates.c:1988
+#: i18n/templates.c:2000
msgid "Create thread"
msgstr ""
-#: i18n/templates.c:5792
+#: i18n/templates.c:5819
msgid "Create transition"
msgstr ""
-#: i18n/templates.c:2180
+#: i18n/templates.c:2192
msgid "Create user"
msgstr ""
-#: plugins/ktcore/KTColumns.inc.php:226
+#: plugins/ktcore/KTColumns.inc.php:257
#: search2/search/fields/CreatedField.inc.php:44
msgid "Created"
msgstr ""
@@ -2785,7 +2811,7 @@ msgstr ""
msgid "Created By"
msgstr ""
-#: i18n/templates.c:3413
+#: i18n/templates.c:3425
msgid "Created By:"
msgstr ""
@@ -2823,11 +2849,11 @@ msgstr ""
msgid "Created replacement."
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:266
+#: lib/documentmanagement/documentutil.inc.php:290
msgid "Creating database entry"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:605
+#: lib/documentmanagement/documentutil.inc.php:753
msgid "Creating transaction"
msgstr ""
@@ -2835,38 +2861,38 @@ msgstr ""
msgid "Creation Date"
msgstr ""
-#: lib/browse/Criteria.inc:379 plugins/ktcore/KTColumns.inc.php:294
-#: plugins/ktcore/KTCorePlugin.php:141 i18n/templates.c:1964
+#: lib/browse/Criteria.inc:379 plugins/ktcore/KTColumns.inc.php:325
+#: plugins/ktcore/KTCorePlugin.php:141 i18n/templates.c:1976
msgid "Creator"
msgstr ""
-#: i18n/templates.c:2276 i18n/templates.c:2318 i18n/templates.c:3299
-#: i18n/templates.c:3908
+#: i18n/templates.c:2288 i18n/templates.c:2330 i18n/templates.c:3311
+#: i18n/templates.c:3920
msgid "Criteria"
msgstr ""
-#: i18n/templates.c:2264 i18n/templates.c:2306 i18n/templates.c:3296
-#: i18n/templates.c:3839 i18n/templates.c:3896
+#: i18n/templates.c:2276 i18n/templates.c:2318 i18n/templates.c:3308
+#: i18n/templates.c:3851 i18n/templates.c:3908
msgid "Criteria Group"
msgstr ""
-#: i18n/templates.c:3605
+#: i18n/templates.c:3617
msgid "Criteria may be built up using the following grammar:"
msgstr ""
-#: i18n/templates.c:2750
+#: i18n/templates.c:2762
msgid "Current Conditional Fieldsets"
msgstr ""
-#: i18n/templates.c:3932 i18n/templates.c:6587
+#: i18n/templates.c:3944 i18n/templates.c:6614
msgid "Current Fields in Set"
msgstr ""
-#: i18n/templates.c:6329
+#: i18n/templates.c:6356
msgid "Current Groups"
msgstr ""
-#: i18n/templates.c:2906
+#: i18n/templates.c:2918
msgid "Current Name"
msgstr ""
@@ -2874,15 +2900,15 @@ msgstr ""
msgid "Current file name"
msgstr ""
-#: i18n/templates.c:4898
+#: i18n/templates.c:4925
msgid "Current help assignments"
msgstr ""
-#: i18n/templates.c:6101
+#: i18n/templates.c:6128
msgid "Current users"
msgstr ""
-#: i18n/templates.c:4934
+#: i18n/templates.c:4961
msgid "Current workflow settings"
msgstr ""
@@ -2897,15 +2923,15 @@ msgstr ""
msgid "Custom Numbering"
msgstr ""
-#: admin.php:79 admin.php:109 lib/templating/kt3template.inc.php:177
-#: lib/templating/kt3template.inc.php:291
+#: admin.php:79 admin.php:109 lib/templating/kt3template.inc.php:157
+#: lib/templating/kt3template.inc.php:271
msgid "DMS Administration"
msgstr ""
#: dashboard.php:63 dashboard.php:78 help.php:74
-#: lib/templating/kt3template.inc.php:175
-#: lib/templating/kt3template.inc.php:295
-#: lib/templating/kt3template.inc.php:310 olddashboard.php:68
+#: lib/templating/kt3template.inc.php:155
+#: lib/templating/kt3template.inc.php:275
+#: lib/templating/kt3template.inc.php:290 olddashboard.php:68
#: olddashboard.php:83 plugins/ktcore/KTAssist.php:214
#: plugins/tagcloud/TagCloudRedirectPage.php:95 preferences.php:158
#: preferences.php:180
@@ -2923,11 +2949,11 @@ msgstr ""
#: i18n/templates.c:467 i18n/templates.c:566 i18n/templates.c:644
#: i18n/templates.c:734 i18n/templates.c:1028 i18n/templates.c:1040
-#: i18n/templates.c:1583 i18n/templates.c:7127
+#: i18n/templates.c:1583 i18n/templates.c:7154
msgid "Date"
msgstr ""
-#: lib/browse/Criteria.inc:431 i18n/templates.c:7223
+#: lib/browse/Criteria.inc:431 i18n/templates.c:7250
msgid "Date Created"
msgstr ""
@@ -2958,47 +2984,49 @@ msgstr ""
#: plugins/ktcore/KTBulkActions.php:51 plugins/ktcore/KTBulkActions.php:69
#: plugins/ktcore/KTDocumentActions.php:837
-#: plugins/ktcore/KTDocumentActions.php:890 i18n/permissions.c:13
+#: plugins/ktcore/KTDocumentActions.php:906 i18n/permissions.c:13
#: i18n/templates.c:98 i18n/templates.c:104 i18n/templates.c:350
#: i18n/templates.c:353 i18n/templates.c:932 i18n/templates.c:944
-#: i18n/templates.c:1466 i18n/templates.c:1910 i18n/templates.c:1916
-#: i18n/templates.c:1922 i18n/templates.c:2213 i18n/templates.c:2219
-#: i18n/templates.c:2366 i18n/templates.c:2384 i18n/templates.c:2441
-#: i18n/templates.c:2561 i18n/templates.c:2615 i18n/templates.c:2633
-#: i18n/templates.c:2888 i18n/templates.c:3662 i18n/templates.c:3677
-#: i18n/templates.c:4319 i18n/templates.c:4616 i18n/templates.c:4751
-#: i18n/templates.c:4859 i18n/templates.c:4892 i18n/templates.c:4916
-#: i18n/templates.c:5060 i18n/templates.c:5156 i18n/templates.c:5258
-#: i18n/templates.c:5282 i18n/templates.c:5288 i18n/templates.c:5441
-#: i18n/templates.c:5459 i18n/templates.c:5498 i18n/templates.c:5543
-#: i18n/templates.c:5717 i18n/templates.c:5909 i18n/templates.c:5927
-#: i18n/templates.c:6023 i18n/templates.c:6029 i18n/templates.c:6221
-#: i18n/templates.c:6230 i18n/templates.c:6356 i18n/templates.c:6383
-#: i18n/templates.c:6413 i18n/templates.c:6440 i18n/templates.c:6449
-#: i18n/templates.c:6482 i18n/templates.c:6491 i18n/templates.c:6554
-#: i18n/templates.c:6563 i18n/templates.c:6842 i18n/templates.c:7325
+#: i18n/templates.c:1466 i18n/templates.c:1922 i18n/templates.c:1928
+#: i18n/templates.c:1934 i18n/templates.c:2225 i18n/templates.c:2231
+#: i18n/templates.c:2378 i18n/templates.c:2396 i18n/templates.c:2453
+#: i18n/templates.c:2573 i18n/templates.c:2627 i18n/templates.c:2645
+#: i18n/templates.c:2900 i18n/templates.c:3674 i18n/templates.c:3689
+#: i18n/templates.c:4337 i18n/templates.c:4634 i18n/templates.c:4778
+#: i18n/templates.c:4886 i18n/templates.c:4919 i18n/templates.c:4943
+#: i18n/templates.c:5087 i18n/templates.c:5183 i18n/templates.c:5285
+#: i18n/templates.c:5309 i18n/templates.c:5315 i18n/templates.c:5468
+#: i18n/templates.c:5486 i18n/templates.c:5525 i18n/templates.c:5570
+#: i18n/templates.c:5744 i18n/templates.c:5936 i18n/templates.c:5954
+#: i18n/templates.c:6050 i18n/templates.c:6056 i18n/templates.c:6248
+#: i18n/templates.c:6257 i18n/templates.c:6383 i18n/templates.c:6410
+#: i18n/templates.c:6440 i18n/templates.c:6467 i18n/templates.c:6476
+#: i18n/templates.c:6509 i18n/templates.c:6518 i18n/templates.c:6581
+#: i18n/templates.c:6590 i18n/templates.c:6869 i18n/templates.c:7352
#: i18n/transactions.c:3
msgid "Delete"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:567
+#: lib/foldermanagement/folderutil.inc.php:578
msgid "Delete Aborted. Unexpected failure to copydocument: "
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:387
+#: lib/foldermanagement/folderutil.inc.php:388
msgid "Delete Aborted. Unexpected failure to delete document: "
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:864
-#: plugins/ktcore/KTDocumentActions.php:868 i18n/templates.c:4151
+#: plugins/ktcore/KTDocumentActions.php:869
+#: plugins/ktcore/KTDocumentActions.php:880
+#: plugins/ktcore/KTDocumentActions.php:884 i18n/templates.c:4166
+#: i18n/templates.c:4178
msgid "Delete Document"
msgstr ""
-#: i18n/templates.c:7040
+#: i18n/templates.c:7067
msgid "Delete Document Version"
msgstr ""
-#: i18n/templates.c:6401
+#: i18n/templates.c:6428
msgid "Delete Dynamic Condition"
msgstr ""
@@ -3006,7 +3034,7 @@ msgstr ""
msgid "Delete Existing State"
msgstr ""
-#: i18n/templates.c:4601
+#: i18n/templates.c:4619
msgid "Delete Files and Folders"
msgstr ""
@@ -3014,29 +3042,29 @@ msgstr ""
msgid "Delete Items"
msgstr ""
-#: i18n/templates.c:7331
+#: i18n/templates.c:7358
msgid "Delete Permission"
msgstr ""
#: plugins/ktcore/admin/workflowsv2.php:1134
#: plugins/ktcore/admin/workflowsv2.php:1163
-#: plugins/ktcore/admin/workflowsv2.php:1165 i18n/templates.c:5264
+#: plugins/ktcore/admin/workflowsv2.php:1165 i18n/templates.c:5291
msgid "Delete State"
msgstr ""
-#: i18n/templates.c:6134 i18n/templates.c:6140
+#: i18n/templates.c:6161 i18n/templates.c:6167
msgid "Delete Unit"
msgstr ""
-#: i18n/templates.c:7226
+#: i18n/templates.c:7253
msgid "Delete Version"
msgstr ""
-#: i18n/templates.c:6407
+#: i18n/templates.c:6434
msgid "Delete a condition"
msgstr ""
-#: i18n/templates.c:4886
+#: i18n/templates.c:4913
msgid "Delete document type."
msgstr ""
@@ -3048,21 +3076,21 @@ msgstr ""
msgid "Delete folder"
msgstr ""
-#: i18n/templates.c:6143
+#: i18n/templates.c:6170
msgid "Delete unit"
msgstr ""
-#: i18n/templates.c:6137
+#: i18n/templates.c:6164
msgid "Delete unit #name# from the system"
msgstr ""
-#: lib/documentmanagement/Document.inc:658
+#: lib/documentmanagement/Document.inc:741
msgid "Deleted"
msgstr ""
#: plugins/ktcore/admin/deletedDocuments.php:53
#: plugins/ktcore/admin/deletedDocuments.php:109
-#: plugins/ktcore/admin/deletedDocuments.php:191 i18n/templates.c:6854
+#: plugins/ktcore/admin/deletedDocuments.php:191 i18n/templates.c:6881
msgid "Deleted Documents"
msgstr ""
@@ -3070,20 +3098,20 @@ msgstr ""
msgid "Deleted Entry"
msgstr ""
-#: i18n/templates.c:4154
+#: i18n/templates.c:4169
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:6404
+#: i18n/templates.c:6431
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 ""
-#: plugins/ktcore/admin/expungeList.php:79 i18n/templates.c:6869
+#: plugins/ktcore/admin/expungeList.php:79 i18n/templates.c:6896
msgid "Deletion Comment"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:850
-#: lib/documentmanagement/documentutil.inc.php:1250
+#: lib/documentmanagement/documentutil.inc.php:1004
+#: lib/documentmanagement/documentutil.inc.php:1429
msgid "Deletion requires a reason"
msgstr ""
@@ -3091,19 +3119,19 @@ msgstr ""
msgid "Demo Delegator"
msgstr ""
-#: i18n/templates.c:4448 i18n/templates.c:4457 i18n/templates.c:4466
-#: i18n/templates.c:4565 i18n/templates.c:4574 i18n/templates.c:4583
-#: i18n/templates.c:4598 i18n/templates.c:4691 i18n/templates.c:4757
-#: i18n/templates.c:5033 i18n/templates.c:7082 i18n/templates.c:7091
-#: i18n/templates.c:7100 i18n/templates.c:7196
+#: i18n/templates.c:4466 i18n/templates.c:4475 i18n/templates.c:4484
+#: i18n/templates.c:4583 i18n/templates.c:4592 i18n/templates.c:4601
+#: i18n/templates.c:4616 i18n/templates.c:4709 i18n/templates.c:4784
+#: i18n/templates.c:5060 i18n/templates.c:7109 i18n/templates.c:7118
+#: i18n/templates.c:7127 i18n/templates.c:7223
msgid "Denied"
msgstr ""
-#: i18n/templates.c:3269
+#: i18n/templates.c:3281
msgid "Dependencies for value \""
msgstr ""
-#: i18n/templates.c:3266
+#: i18n/templates.c:3278
msgid "Dependencies saved. (at"
msgstr ""
@@ -3111,7 +3139,7 @@ msgstr ""
msgid "Describe the reason for the state change, or the conclusion reached through discussion"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1482
+#: plugins/ktcore/KTDocumentActions.php:1542
msgid "Describe why this document qualifies to be changed from its current state to the destination state of the transition chosen."
msgstr ""
@@ -3121,8 +3149,8 @@ msgstr ""
#: plugins/ktcore/admin/fieldsets/basic.inc.php:234
#: plugins/ktstandard/KTDocumentLinks.php:477
#: plugins/ktstandard/KTDocumentLinks.php:506 i18n/templates.c:182
-#: i18n/templates.c:1004 i18n/templates.c:2522 i18n/templates.c:2645
-#: i18n/templates.c:6836
+#: i18n/templates.c:1004 i18n/templates.c:2534 i18n/templates.c:2657
+#: i18n/templates.c:6863
msgid "Description"
msgstr ""
@@ -3134,7 +3162,7 @@ msgstr ""
msgid "Destination of move is within source"
msgstr ""
-#: plugins/ktcore/KTAssist.php:59 i18n/templates.c:4223
+#: plugins/ktcore/KTAssist.php:59 i18n/templates.c:4241
msgid "Details"
msgstr ""
@@ -3147,11 +3175,11 @@ msgstr ""
msgid "Diagnosing the text extractors"
msgstr ""
-#: i18n/templates.c:3104
+#: i18n/templates.c:3116
msgid "Diagnostic"
msgstr ""
-#: i18n/templates.c:2456
+#: i18n/templates.c:2468
msgid "Different fields have different actions and options available."
msgstr ""
@@ -3159,8 +3187,8 @@ msgstr ""
msgid "Different types of fields may be available, depending on the system."
msgstr ""
-#: i18n/templates.c:899 i18n/templates.c:2678 i18n/templates.c:4883
-#: i18n/templates.c:5771 i18n/templates.c:6353
+#: i18n/templates.c:899 i18n/templates.c:2690 i18n/templates.c:4910
+#: i18n/templates.c:5798 i18n/templates.c:6380
msgid "Disable"
msgstr ""
@@ -3172,16 +3200,16 @@ msgstr ""
msgid "Disable Task"
msgstr ""
-#: i18n/templates.c:4877
+#: i18n/templates.c:4904
msgid "Disable document type."
msgstr ""
-#: i18n/templates.c:890 i18n/templates.c:4856
+#: i18n/templates.c:890 i18n/templates.c:4883
msgid "Disable/Enable"
msgstr ""
-#: i18n/templates.c:5339 i18n/templates.c:5762 i18n/templates.c:6335
-#: i18n/templates.c:6338
+#: i18n/templates.c:5366 i18n/templates.c:5789 i18n/templates.c:6362
+#: i18n/templates.c:6365
msgid "Disabled"
msgstr ""
@@ -3189,15 +3217,15 @@ msgstr ""
msgid "Disabled actions updated."
msgstr ""
-#: i18n/templates.c:2687
+#: i18n/templates.c:2699
msgid "Disabled values"
msgstr ""
-#: i18n/templates.c:842 i18n/templates.c:4808
+#: i18n/templates.c:842 i18n/templates.c:4835
msgid "Disassociate Fieldsets"
msgstr ""
-#: i18n/templates.c:1871
+#: i18n/templates.c:1883
msgid "Disclaimers"
msgstr ""
@@ -3205,7 +3233,7 @@ msgstr ""
msgid "Disclaimers Plugin"
msgstr ""
-#: plugins/ktstandard/KTDiscussion.php:128 i18n/templates.c:1955
+#: plugins/ktstandard/KTDiscussion.php:128 i18n/templates.c:1967
msgid "Discussion"
msgstr ""
@@ -3222,11 +3250,11 @@ msgstr ""
msgid "Display Details"
msgstr ""
-#: plugins/ktcore/admin/managePermissions.php:54 i18n/templates.c:7322
+#: plugins/ktcore/admin/managePermissions.php:54 i18n/templates.c:7349
msgid "Display Name"
msgstr ""
-#: i18n/templates.c:2135 i18n/templates.c:2171
+#: i18n/templates.c:2147 i18n/templates.c:2183
msgid "Distinguished Name (LDAP DN)"
msgstr ""
@@ -3234,17 +3262,17 @@ msgstr ""
msgid "Distinguished name"
msgstr ""
-#: i18n/templates.c:6410
+#: i18n/templates.c:6437
msgid "Do you still wish to continue with deleting this item?"
msgstr ""
#: i18n/templates.c:359 i18n/templates.c:461 i18n/templates.c:560
#: i18n/templates.c:638 i18n/templates.c:728 i18n/templates.c:794
-#: i18n/templates.c:6956
+#: i18n/templates.c:6983
msgid "Document"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:918
+#: plugins/ktcore/KTDocumentActions.php:947
#, php-format
msgid "Document \"%s\" Deleted."
msgstr ""
@@ -3263,8 +3291,8 @@ msgstr ""
msgid "Document Comparison Plugin"
msgstr ""
-#: lib/templating/kt3template.inc.php:301 i18n/templates.c:6977
-#: i18n/templates.c:7157
+#: lib/templating/kt3template.inc.php:281 i18n/templates.c:7004
+#: i18n/templates.c:7184
msgid "Document Details"
msgstr ""
@@ -3279,16 +3307,16 @@ msgstr ""
#: plugins/ktcore/admin/documentFieldsv2.php:51
#: plugins/ktcore/admin/manageConditionals.php:61 i18n/templates.c:860
-#: i18n/templates.c:4826
+#: i18n/templates.c:4853
msgid "Document Field Management"
msgstr ""
-#: i18n/templates.c:4304
+#: i18n/templates.c:4322
msgid "Document Fields"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:273 i18n/templates.c:2339
-#: i18n/templates.c:2582
+#: plugins/ktcore/KTCorePlugin.php:273 i18n/templates.c:2351
+#: i18n/templates.c:2594
msgid "Document Fieldsets"
msgstr ""
@@ -3306,19 +3334,19 @@ msgstr ""
msgid "Document History"
msgstr ""
-#: i18n/templates.c:1211 i18n/templates.c:6761 i18n/templates.c:7118
-#: i18n/templates.c:7205
+#: i18n/templates.c:1211 i18n/templates.c:6788 i18n/templates.c:7145
+#: i18n/templates.c:7232
msgid "Document History for #appname# New UI Presentation"
msgstr ""
-#: lib/browse/Criteria.inc:332 plugins/ktcore/KTColumns.inc.php:511
+#: lib/browse/Criteria.inc:332 plugins/ktcore/KTColumns.inc.php:552
#: plugins/ktcore/KTCorePlugin.php:143
#: search2/search/fields/DocumentIdField.inc.php:46 i18n/templates.c:38
#: i18n/templates.c:776 i18n/templates.c:1298 i18n/templates.c:1346
msgid "Document ID"
msgstr ""
-#: i18n/templates.c:3407
+#: i18n/templates.c:3419
msgid "Document ID:"
msgstr ""
@@ -3359,28 +3387,28 @@ msgstr ""
msgid "Document Jump Dashlet"
msgstr ""
-#: i18n/templates.c:6797
+#: i18n/templates.c:6824
msgid "Document Link Type Management"
msgstr ""
#: plugins/ktstandard/KTDocumentLinks.php:469
-#: plugins/ktstandard/KTDocumentLinks.php:498 i18n/templates.c:1895
+#: plugins/ktstandard/KTDocumentLinks.php:498 i18n/templates.c:1907
msgid "Document Links"
msgstr ""
-#: i18n/templates.c:7151
+#: i18n/templates.c:7178
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/KTCorePlugin.php:236
-#: plugins/ktcore/admin/manageConditionals.php:60 i18n/templates.c:857
-#: i18n/templates.c:4823
+#: plugins/ktcore/admin/manageConditionals.php:60
+#: plugins/ktcore/KTCorePlugin.php:236 i18n/templates.c:857
+#: i18n/templates.c:4850
msgid "Document Metadata and Workflow Configuration"
msgstr ""
-#: plugins/ktcore/admin/expungeList.php:77 i18n/templates.c:6788
-#: i18n/templates.c:6860 i18n/templates.c:6908 i18n/templates.c:6929
-#: i18n/templates.c:6980
+#: plugins/ktcore/admin/expungeList.php:77 i18n/templates.c:6815
+#: i18n/templates.c:6887 i18n/templates.c:6935 i18n/templates.c:6956
+#: i18n/templates.c:7007
msgid "Document Name"
msgstr ""
@@ -3389,13 +3417,13 @@ msgstr ""
msgid "Document Numbering Schemes"
msgstr ""
-#: i18n/templates.c:6863
+#: i18n/templates.c:6890
msgid "Document Path"
msgstr ""
-#: plugins/ktcore/KTPermissions.php:72
#: plugins/ktcore/admin/workflowsv2.php:1285
-#: plugins/ktcore/admin/workflowsv2.php:1356 i18n/templates.c:5075
+#: plugins/ktcore/admin/workflowsv2.php:1356
+#: plugins/ktcore/KTPermissions.php:72 i18n/templates.c:5102
msgid "Document Permissions"
msgstr ""
@@ -3407,7 +3435,7 @@ msgstr ""
msgid "Document Storage"
msgstr ""
-#: plugins/ktcore/admin/manageCleanup.php:73 i18n/templates.c:7019
+#: plugins/ktcore/admin/manageCleanup.php:73 i18n/templates.c:7046
msgid "Document Storage Verification"
msgstr ""
@@ -3420,26 +3448,26 @@ msgid "Document Text"
msgstr ""
#: lib/browse/Criteria.inc:352 lib/widgets/fieldsetDisplay.inc.php:358
-#: plugins/ktcore/KTDocumentActions.php:1021
-#: plugins/ktcore/KTDocumentActions.php:1223
#: plugins/ktcore/document/edit.php:103
-#: plugins/ktcore/folder/addDocument.php:126 i18n/templates.c:1259
+#: plugins/ktcore/folder/addDocument.php:126
+#: plugins/ktcore/KTDocumentActions.php:1050
+#: plugins/ktcore/KTDocumentActions.php:1252 i18n/templates.c:1259
msgid "Document Title"
msgstr ""
-#: i18n/templates.c:7112
+#: i18n/templates.c:7139
msgid "Document Transaction History"
msgstr ""
-#: lib/browse/Criteria.inc:530 plugins/ktcore/KTColumns.inc.php:457
-#: plugins/ktcore/KTCorePlugin.php:145 plugins/ktcore/KTPortlets.php:96
+#: lib/browse/Criteria.inc:530 plugins/ktcore/folder/addDocument.php:133
#: plugins/ktcore/folder/BulkImport.php:83
#: plugins/ktcore/folder/BulkUpload.php:89
-#: plugins/ktcore/folder/addDocument.php:133
+#: plugins/ktcore/KTColumns.inc.php:498 plugins/ktcore/KTCorePlugin.php:145
+#: plugins/ktcore/KTPortlets.php:96
#: search2/search/fields/DocumentTypeField.inc.php:44 i18n/templates.c:29
#: i18n/templates.c:50 i18n/templates.c:827 i18n/templates.c:881
-#: i18n/templates.c:1286 i18n/templates.c:1337 i18n/templates.c:2108
-#: i18n/templates.c:4793 i18n/templates.c:4847
+#: i18n/templates.c:1286 i18n/templates.c:1337 i18n/templates.c:2120
+#: i18n/templates.c:4820 i18n/templates.c:4874
msgid "Document Type"
msgstr ""
@@ -3454,19 +3482,19 @@ msgstr ""
msgid "Document Type: "
msgstr ""
-#: browse.php:223 plugins/ktcore/KTCorePlugin.php:269 i18n/templates.c:818
-#: i18n/templates.c:2360 i18n/templates.c:2609 i18n/templates.c:4784
-#: i18n/templates.c:4829
+#: browse.php:234 plugins/ktcore/KTCorePlugin.php:269 i18n/templates.c:818
+#: i18n/templates.c:2372 i18n/templates.c:2621 i18n/templates.c:4811
+#: i18n/templates.c:4856
msgid "Document Types"
msgstr ""
-#: i18n/templates.c:2099
+#: i18n/templates.c:2111
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:134
#: plugins/ktcore/folder/BulkImport.php:83
#: plugins/ktcore/folder/BulkUpload.php:89
-#: plugins/ktcore/folder/addDocument.php:134
msgid "Document Types, defined by the administrator, are used to categorise documents. Please select a Document Type from the list below."
msgstr ""
@@ -3474,7 +3502,7 @@ msgstr ""
msgid "Document Version"
msgstr ""
-#: i18n/templates.c:7199
+#: i18n/templates.c:7226
msgid "Document Version History"
msgstr ""
@@ -3497,25 +3525,25 @@ msgstr ""
msgid "Document archived"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1409
+#: plugins/ktcore/KTDocumentActions.php:1469
msgid "Document archived."
msgstr ""
-#: ktapi/KTAPIDocument.inc.php:792
-#: lib/documentmanagement/documentutil.inc.php:216
+#: ktapi/KTAPIDocument.inc.php:812
+#: lib/documentmanagement/documentutil.inc.php:240
#, php-format
msgid "Document archived: %s"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:465
+#: plugins/ktcore/KTBulkActions.php:519
msgid "Document cannot be archived"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:762
+#: plugins/ktcore/KTBulkActions.php:875
msgid "Document cannot be checked out"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:368
+#: plugins/ktcore/KTBulkActions.php:422
msgid "Document cannot be copied"
msgstr ""
@@ -3523,11 +3551,11 @@ msgstr ""
msgid "Document cannot be deleted as it is immutable"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:575
+#: plugins/ktcore/KTBulkActions.php:685
msgid "Document cannot be exported"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:224
+#: plugins/ktcore/KTBulkActions.php:278
msgid "Document cannot be moved"
msgstr ""
@@ -3553,7 +3581,7 @@ msgstr ""
msgid "Document copied"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1324
+#: plugins/ktcore/KTDocumentActions.php:1353
msgid "Document copied."
msgstr ""
@@ -3562,7 +3590,7 @@ msgstr ""
msgid "Document copy emailed to %s. "
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:1015
+#: plugins/ktcore/KTBulkActions.php:1126
msgid "Document could not be checked out. "
msgstr ""
@@ -3570,12 +3598,12 @@ msgstr ""
msgid "Document could not be restored"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:580
-#: lib/documentmanagement/documentutil.inc.php:608
+#: lib/documentmanagement/documentutil.inc.php:728
+#: lib/documentmanagement/documentutil.inc.php:756
msgid "Document created"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:907
+#: lib/documentmanagement/documentutil.inc.php:1079
msgid "Document deleted: "
msgstr ""
@@ -3593,12 +3621,12 @@ msgstr ""
msgid "Document expunged"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:753 plugins/ktcore/KTBulkActions.php:905
-#: plugins/ktcore/KTBulkActions.php:1007
+#: plugins/ktcore/KTBulkActions.php:866 plugins/ktcore/KTBulkActions.php:1018
+#: plugins/ktcore/KTBulkActions.php:1118
msgid "Document has already been checked out by "
msgstr ""
-#: i18n/templates.c:4931
+#: i18n/templates.c:4958
msgid "Document has no assigned workflow."
msgstr ""
@@ -3610,7 +3638,7 @@ msgstr ""
msgid "Document info"
msgstr ""
-#: lib/actions/bulkaction.php:441
+#: lib/actions/bulkaction.php:504
msgid "Document is archived or deleted"
msgstr ""
@@ -3618,13 +3646,13 @@ msgstr ""
msgid "Document is checked out and cannot be made immutable"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:314
+#: lib/documentmanagement/documentutil.inc.php:462
msgid "Document is checkout and cannot be overwritten"
msgstr ""
#: i18n/templates.c:1622 i18n/templates.c:1637 i18n/templates.c:1658
-#: i18n/templates.c:1691 i18n/templates.c:1781 i18n/templates.c:4247
-#: i18n/templates.c:5468
+#: i18n/templates.c:1691 i18n/templates.c:1787 i18n/templates.c:4265
+#: i18n/templates.c:5495
msgid "Document is no longer available"
msgstr ""
@@ -3660,6 +3688,10 @@ msgstr ""
msgid "Document moved"
msgstr ""
+#: lib/documentmanagement/documentutil.inc.php:428
+msgid "Document must be a symbolic link entity"
+msgstr ""
+
#: plugins/network/extendedtransactioninfo/adminReports.php:243
#: plugins/network/extendedtransactioninfo/latestchanges.php:78
#: plugins/network/extendedtransactioninfo/latestchanges.php:91
@@ -3672,11 +3704,15 @@ msgstr ""
msgid "Document no longer exists."
msgstr ""
-#: lib/permissions/permissionutil.inc.php:683
+#: lib/documentmanagement/documentutil.inc.php:424
+msgid "Document not specified"
+msgstr ""
+
+#: lib/permissions/permissionutil.inc.php:693
msgid "Document or Folder doesn't own its permission object"
msgstr ""
-#: i18n/templates.c:7058
+#: i18n/templates.c:7085
msgid "Document permissions"
msgstr ""
@@ -3687,7 +3723,7 @@ msgstr ""
msgid "Document removed"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:1157
+#: lib/documentmanagement/documentutil.inc.php:1329
msgid "Document renamed"
msgstr ""
@@ -3700,7 +3736,7 @@ msgstr ""
msgid "Document restored."
msgstr ""
-#: i18n/templates.c:4895
+#: i18n/templates.c:4922
msgid "Document type cannot be deleted"
msgstr ""
@@ -3741,7 +3777,7 @@ msgstr ""
msgid "Document type still in use, could not be deleted"
msgstr ""
-#: i18n/templates.c:806 i18n/templates.c:4772
+#: i18n/templates.c:806 i18n/templates.c:4799
msgid "Document types"
msgstr ""
@@ -3755,11 +3791,11 @@ msgid "Document: %s from %s"
msgstr ""
#: plugins/housekeeper/HouseKeeper.inc.php:229 i18n/templates.c:788
-#: i18n/templates.c:6644 i18n/templates.c:6659 i18n/templates.c:6689
+#: i18n/templates.c:6671 i18n/templates.c:6686 i18n/templates.c:6716
msgid "Documents"
msgstr ""
-#: i18n/templates.c:3524
+#: i18n/templates.c:3536
msgid "Documents Indexed:"
msgstr ""
@@ -3771,36 +3807,36 @@ msgstr ""
msgid "Documents can be emailed to external users by entering their email addresses below"
msgstr ""
-#: i18n/templates.c:3527
+#: i18n/templates.c:3539
msgid "Documents in Indexing Queue:"
msgstr ""
-#: i18n/templates.c:2087
+#: i18n/templates.c:2099
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 ""
-#: i18n/templates.c:3446
+#: i18n/templates.c:3458
msgid "Documents processed in a single migration run:"
msgstr ""
-#: i18n/templates.c:6857
+#: i18n/templates.c:6884
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 ""
-#: i18n/templates.c:3530
+#: i18n/templates.c:3542
msgid "Documents with Indexing Problems:"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:374
-#: lib/foldermanagement/folderutil.inc.php:473
+#: lib/foldermanagement/folderutil.inc.php:375
+#: lib/foldermanagement/folderutil.inc.php:484
msgid "Documents: "
msgstr ""
-#: i18n/templates.c:3686
+#: i18n/templates.c:3698
msgid "Don't Share"
msgstr ""
-#: i18n/templates.c:3128 i18n/templates.c:3143
+#: i18n/templates.c:3140 i18n/templates.c:3155
msgid "Don't show me this again."
msgstr ""
@@ -3812,8 +3848,8 @@ msgstr ""
#: search2/indexing/bin/diagnose.php:71 search2/indexing/bin/optimise.php:59
#: search2/indexing/bin/recreateIndex.php:108
#: search2/indexing/bin/registerTypes.php:86
-#: search2/indexing/bin/shutdown.php:87 search2/search/bin/search.php:144
-#: search2/search/bin/search2graphviz.php:93
+#: search2/indexing/bin/shutdown.php:87
+#: search2/search/bin/search2graphviz.php:93 search2/search/bin/search.php:144
msgid "Done."
msgstr ""
@@ -3821,16 +3857,16 @@ msgstr ""
msgid "Down"
msgstr ""
-#: plugins/ktcore/KTColumns.inc.php:502
+#: plugins/ktcore/KTColumns.inc.php:543
#: plugins/ktcore/KTDocumentActions.php:326 i18n/transactions.c:6
msgid "Download"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:568
+#: plugins/ktcore/KTBulkActions.php:678
msgid "Download All"
msgstr ""
-#: lib/browse/BrowseColumns.inc.php:429 plugins/ktcore/KTColumns.inc.php:499
+#: lib/browse/BrowseColumns.inc.php:429 plugins/ktcore/KTColumns.inc.php:540
msgid "Download Document"
msgstr ""
@@ -3839,11 +3875,11 @@ msgstr ""
msgid "Download File"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:788
+#: plugins/ktcore/KTBulkActions.php:901
msgid "Download Files"
msgstr ""
-#: i18n/templates.c:5837 i18n/templates.c:5840
+#: i18n/templates.c:5864 i18n/templates.c:5867
msgid "Download Support information"
msgstr ""
@@ -3851,12 +3887,12 @@ msgstr ""
msgid "Downloads"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:263 i18n/templates.c:4586
-#: i18n/templates.c:6419
+#: plugins/ktcore/KTCorePlugin.php:263 i18n/templates.c:4604
+#: i18n/templates.c:6446
msgid "Dynamic Conditions"
msgstr ""
-#: i18n/templates.c:6422
+#: i18n/templates.c:6449
msgid "Dynamic Conditions give the administrator the capability 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 ""
@@ -3877,11 +3913,11 @@ msgstr ""
msgid "Dynamic permission removed"
msgstr ""
-#: i18n/templates.c:4739
+#: i18n/templates.c:4766
msgid "Dynamic permissions"
msgstr ""
-#: i18n/templates.c:2765
+#: i18n/templates.c:2777
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 ""
@@ -3904,23 +3940,23 @@ msgid "Each workflow must have a unique name."
msgstr ""
#: i18n/templates.c:95 i18n/templates.c:101 i18n/templates.c:887
-#: i18n/templates.c:893 i18n/templates.c:1442 i18n/templates.c:1886
-#: i18n/templates.c:2363 i18n/templates.c:2381 i18n/templates.c:2420
-#: i18n/templates.c:2558 i18n/templates.c:2612 i18n/templates.c:2630
-#: i18n/templates.c:2756 i18n/templates.c:2885 i18n/templates.c:3071
-#: i18n/templates.c:3659 i18n/templates.c:3674 i18n/templates.c:4853
-#: i18n/templates.c:4868 i18n/templates.c:5057 i18n/templates.c:5114
-#: i18n/templates.c:5120 i18n/templates.c:5135 i18n/templates.c:5141
-#: i18n/templates.c:5153 i18n/templates.c:5207 i18n/templates.c:5255
-#: i18n/templates.c:5279 i18n/templates.c:5285 i18n/templates.c:5333
-#: i18n/templates.c:5342 i18n/templates.c:5438 i18n/templates.c:5456
-#: i18n/templates.c:5759 i18n/templates.c:5768 i18n/templates.c:5906
-#: i18n/templates.c:5924 i18n/templates.c:6020 i18n/templates.c:6026
-#: i18n/templates.c:6065 i18n/templates.c:6068 i18n/templates.c:6218
-#: i18n/templates.c:6227 i18n/templates.c:6320 i18n/templates.c:6332
-#: i18n/templates.c:6380 i18n/templates.c:6437 i18n/templates.c:6446
-#: i18n/templates.c:6479 i18n/templates.c:6488 i18n/templates.c:6548
-#: i18n/templates.c:6557 i18n/templates.c:6560 i18n/templates.c:6839
+#: i18n/templates.c:893 i18n/templates.c:1442 i18n/templates.c:1898
+#: i18n/templates.c:2375 i18n/templates.c:2393 i18n/templates.c:2432
+#: i18n/templates.c:2570 i18n/templates.c:2624 i18n/templates.c:2642
+#: i18n/templates.c:2768 i18n/templates.c:2897 i18n/templates.c:3083
+#: i18n/templates.c:3671 i18n/templates.c:3686 i18n/templates.c:4880
+#: i18n/templates.c:4895 i18n/templates.c:5084 i18n/templates.c:5141
+#: i18n/templates.c:5147 i18n/templates.c:5162 i18n/templates.c:5168
+#: i18n/templates.c:5180 i18n/templates.c:5234 i18n/templates.c:5282
+#: i18n/templates.c:5306 i18n/templates.c:5312 i18n/templates.c:5360
+#: i18n/templates.c:5369 i18n/templates.c:5465 i18n/templates.c:5483
+#: i18n/templates.c:5786 i18n/templates.c:5795 i18n/templates.c:5933
+#: i18n/templates.c:5951 i18n/templates.c:6047 i18n/templates.c:6053
+#: i18n/templates.c:6092 i18n/templates.c:6095 i18n/templates.c:6245
+#: i18n/templates.c:6254 i18n/templates.c:6347 i18n/templates.c:6359
+#: i18n/templates.c:6407 i18n/templates.c:6464 i18n/templates.c:6473
+#: i18n/templates.c:6506 i18n/templates.c:6515 i18n/templates.c:6575
+#: i18n/templates.c:6584 i18n/templates.c:6587 i18n/templates.c:6866
msgid "Edit"
msgstr ""
@@ -3929,20 +3965,20 @@ msgstr ""
msgid "Edit %s's groups"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:1550 i18n/templates.c:5024
-#: i18n/templates.c:5027
+#: plugins/ktcore/admin/workflowsv2.php:1550 i18n/templates.c:5051
+#: i18n/templates.c:5054
msgid "Edit Actions"
msgstr ""
-#: i18n/templates.c:2801
+#: i18n/templates.c:2813
msgid "Edit Behaviour"
msgstr ""
-#: i18n/templates.c:7283
+#: i18n/templates.c:7310
msgid "Edit Categorisation"
msgstr ""
-#: i18n/templates.c:2759
+#: i18n/templates.c:2771
msgid "Edit Complex Conditional Metadata"
msgstr ""
@@ -3950,10 +3986,10 @@ msgstr ""
msgid "Edit Details"
msgstr ""
-#: plugins/ktstandard/KTDisclaimers.php:62
#: plugins/ktstandard/admin/manageDisclaimers.php:52
#: plugins/ktstandard/admin/manageDisclaimers.php:54
#: plugins/ktstandard/admin/manageDisclaimers.php:79
+#: plugins/ktstandard/KTDisclaimers.php:62
msgid "Edit Disclaimers"
msgstr ""
@@ -3965,16 +4001,16 @@ msgstr ""
msgid "Edit Dynamic Condition"
msgstr ""
-#: plugins/ktcore/admin/fieldsets/basic.inc.php:217 i18n/templates.c:2636
+#: plugins/ktcore/admin/fieldsets/basic.inc.php:217 i18n/templates.c:2648
msgid "Edit Field"
msgstr ""
-#: plugins/ktcore/admin/documentFieldsv2.php:369 i18n/templates.c:3929
-#: i18n/templates.c:6584
+#: plugins/ktcore/admin/documentFieldsv2.php:369 i18n/templates.c:3941
+#: i18n/templates.c:6611
msgid "Edit Fieldset"
msgstr ""
-#: i18n/templates.c:2516
+#: i18n/templates.c:2528
msgid "Edit Fieldset: #fieldset_name#"
msgstr ""
@@ -3983,11 +4019,11 @@ msgstr ""
msgid "Edit Group (%s)"
msgstr ""
-#: i18n/templates.c:6035
+#: i18n/templates.c:6062
msgid "Edit Group Details"
msgstr ""
-#: i18n/templates.c:4355 i18n/templates.c:4379 i18n/templates.c:4382
+#: i18n/templates.c:4373 i18n/templates.c:4397 i18n/templates.c:4400
msgid "Edit Groups"
msgstr ""
@@ -3999,24 +4035,24 @@ msgstr ""
msgid "Edit LDAP info"
msgstr ""
-#: plugins/ktcore/admin/fieldsets/basic.inc.php:674 i18n/templates.c:2477
+#: plugins/ktcore/admin/fieldsets/basic.inc.php:674 i18n/templates.c:2489
msgid "Edit Lookup Tree"
msgstr ""
#: plugins/ktcore/document/edit.php:71 plugins/ktcore/document/edit.php:81
-#: plugins/ktcore/document/edit.php:130 i18n/templates.c:1823
-#: i18n/templates.c:7103
+#: plugins/ktcore/document/edit.php:130 i18n/templates.c:1835
+#: i18n/templates.c:7130
msgid "Edit Metadata"
msgstr ""
-#: i18n/templates.c:6551
+#: i18n/templates.c:6578
msgid "Edit Provider Information"
msgstr ""
-#: plugins/network/quicklinks/QuicklinksPlugin.php:48
#: plugins/network/quicklinks/manageQuicklinks.php:51
#: plugins/network/quicklinks/manageQuicklinks.php:92
#: plugins/network/quicklinks/manageQuicklinks.php:183
+#: plugins/network/quicklinks/QuicklinksPlugin.php:48
msgid "Edit Quicklinks"
msgstr ""
@@ -4036,7 +4072,7 @@ msgstr ""
msgid "Edit Search"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:924 i18n/templates.c:5261
+#: plugins/ktcore/admin/workflowsv2.php:924 i18n/templates.c:5288
msgid "Edit State"
msgstr ""
@@ -4060,27 +4096,27 @@ msgstr ""
msgid "Edit Transition Connections"
msgstr ""
-#: i18n/templates.c:5939
+#: i18n/templates.c:5966
msgid "Edit Unit Details"
msgstr ""
-#: i18n/templates.c:5846
+#: i18n/templates.c:5873
msgid "Edit User Details"
msgstr ""
-#: i18n/templates.c:4352 i18n/templates.c:4373 i18n/templates.c:4376
+#: i18n/templates.c:4370 i18n/templates.c:4391 i18n/templates.c:4394
msgid "Edit Users"
msgstr ""
-#: i18n/templates.c:2204
+#: i18n/templates.c:2216
msgid "Edit View"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:430 i18n/templates.c:5297
+#: plugins/ktcore/admin/workflowsv2.php:430 i18n/templates.c:5324
msgid "Edit Workflow Details"
msgstr ""
-#: i18n/templates.c:5348
+#: i18n/templates.c:5375
msgid "Edit Workflow Details: #name#"
msgstr ""
@@ -4088,11 +4124,11 @@ msgstr ""
msgid "Edit a RSS feed"
msgstr ""
-#: i18n/templates.c:6812
+#: i18n/templates.c:6839
msgid "Edit a link type"
msgstr ""
-#: i18n/templates.c:6515
+#: i18n/templates.c:6542
msgid "Edit an authentication source"
msgstr ""
@@ -4101,11 +4137,11 @@ msgstr ""
msgid "Edit an existing condition"
msgstr ""
-#: i18n/templates.c:4865
+#: i18n/templates.c:4892
msgid "Edit document type."
msgstr ""
-#: i18n/templates.c:4862
+#: i18n/templates.c:4889
msgid "Edit fieldset."
msgstr ""
@@ -4113,11 +4149,11 @@ msgstr ""
msgid "Edit help item"
msgstr ""
-#: i18n/templates.c:4529 i18n/templates.c:4670
+#: i18n/templates.c:4547 i18n/templates.c:4688
msgid "Edit permissions"
msgstr ""
-#: i18n/templates.c:6581
+#: i18n/templates.c:6608
msgid "Edit provider configuration"
msgstr ""
@@ -4125,43 +4161,43 @@ msgstr ""
msgid "Edit search"
msgstr ""
-#: i18n/templates.c:6575
+#: i18n/templates.c:6602
msgid "Edit standard configuration"
msgstr ""
-#: i18n/templates.c:5555
+#: i18n/templates.c:5582
msgid "Edit state properties"
msgstr ""
-#: i18n/templates.c:3113
+#: i18n/templates.c:3125
msgid "Edit the [email] section of the config.ini file to set your email server and the sending address of the #appname# server."
msgstr ""
-#: i18n/templates.c:3215
+#: i18n/templates.c:3227
msgid "Edit the crontab:"
msgstr ""
-#: i18n/templates.c:2537 i18n/templates.c:2540
+#: i18n/templates.c:2549 i18n/templates.c:2552
msgid "Edit these details"
msgstr ""
-#: i18n/templates.c:3332 i18n/templates.c:3335
+#: i18n/templates.c:3344 i18n/templates.c:3347
msgid "Edit this help page."
msgstr ""
-#: i18n/templates.c:3146 i18n/templates.c:3149
+#: i18n/templates.c:3158 i18n/templates.c:3161
msgid "Edit this introduction."
msgstr ""
-#: i18n/templates.c:5408
+#: i18n/templates.c:5435
msgid "Edit transition properties"
msgstr ""
-#: i18n/templates.c:2432
+#: i18n/templates.c:2444
msgid "Edit value"
msgstr ""
-#: i18n/templates.c:5702
+#: i18n/templates.c:5729
msgid "Edit workflow properties"
msgstr ""
@@ -4169,7 +4205,7 @@ msgstr ""
msgid "Editing"
msgstr ""
-#: i18n/templates.c:2810
+#: i18n/templates.c:2822
msgid "Editing Fieldset Rules (Simple)"
msgstr ""
@@ -4178,7 +4214,7 @@ msgstr ""
msgid "Editing authentication source: %s"
msgstr ""
-#: i18n/templates.c:2774
+#: i18n/templates.c:2786
msgid "Editing behaviour Jack"
msgstr ""
@@ -4187,7 +4223,7 @@ msgstr ""
msgid "Editing: "
msgstr ""
-#: i18n/templates.c:5138
+#: i18n/templates.c:5165
msgid "Effects"
msgstr ""
@@ -4199,7 +4235,7 @@ msgstr ""
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:346 i18n/templates.c:2051
+#: plugins/ktstandard/KTEmail.php:346 i18n/templates.c:2063
msgid "Email"
msgstr ""
@@ -4233,8 +4269,8 @@ msgstr ""
msgid "Email Plugin"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:321
#: plugins/ktcore/admin/configSettings.php:173
+#: plugins/ktcore/KTCorePlugin.php:321
msgid "Email Settings"
msgstr ""
@@ -4242,11 +4278,11 @@ msgstr ""
msgid "Email addresses"
msgstr ""
-#: i18n/templates.c:2048
+#: i18n/templates.c:2060
msgid "Email document"
msgstr ""
-#: i18n/templates.c:3110
+#: i18n/templates.c:3122
msgid "Email has not been configured on this server. Emailing of documents and sending of notifications are disabled."
msgstr ""
@@ -4259,8 +4295,8 @@ msgstr ""
msgid "Email sent"
msgstr ""
-#: i18n/templates.c:896 i18n/templates.c:2693 i18n/templates.c:4874
-#: i18n/templates.c:6350
+#: i18n/templates.c:896 i18n/templates.c:2705 i18n/templates.c:4901
+#: i18n/templates.c:6377
msgid "Enable"
msgstr ""
@@ -4272,13 +4308,13 @@ msgstr ""
msgid "Enable Task"
msgstr ""
-#: i18n/templates.c:4871
+#: i18n/templates.c:4898
msgid "Enable document type."
msgstr ""
#: plugins/ktcore/admin/workflowsv2.php:452 i18n/templates.c:956
-#: i18n/templates.c:2414 i18n/templates.c:5336 i18n/templates.c:5765
-#: i18n/templates.c:6323 i18n/templates.c:6341 i18n/templates.c:6344
+#: i18n/templates.c:2426 i18n/templates.c:5363 i18n/templates.c:5792
+#: i18n/templates.c:6350 i18n/templates.c:6368 i18n/templates.c:6371
msgid "Enabled"
msgstr ""
@@ -4302,7 +4338,7 @@ msgstr ""
msgid "Enter search criteria..."
msgstr ""
-#: i18n/templates.c:2012
+#: i18n/templates.c:2024
msgid "Enter the URL to the external document or site."
msgstr ""
@@ -4343,11 +4379,11 @@ msgstr ""
msgid "Error deleting search"
msgstr ""
-#: lib/actions/bulkaction.php:248
+#: lib/actions/bulkaction.php:299
msgid "Error fetching document name"
msgstr ""
-#: lib/actions/bulkaction.php:265
+#: lib/actions/bulkaction.php:322
msgid "Error fetching folder name"
msgstr ""
@@ -4410,11 +4446,11 @@ msgstr ""
msgid "Error updating user"
msgstr ""
-#: i18n/templates.c:3464
+#: i18n/templates.c:3476
msgid "Estimated completion time:"
msgstr ""
-#: i18n/templates.c:3467
+#: i18n/templates.c:3479
msgid "Estimated migration time remaining:"
msgstr ""
@@ -4430,59 +4466,59 @@ msgstr ""
msgid "Exif Extractor"
msgstr ""
-#: i18n/templates.c:6431
+#: i18n/templates.c:6458
msgid "Existing Conditions"
msgstr ""
-#: i18n/templates.c:6368
+#: i18n/templates.c:6395
msgid "Existing Fieldsets"
msgstr ""
-#: i18n/templates.c:5210
+#: i18n/templates.c:5237
msgid "Existing Notifications"
msgstr ""
-#: i18n/templates.c:5117
+#: i18n/templates.c:5144
msgid "Existing Restrictions"
msgstr ""
-#: i18n/templates.c:3650
+#: i18n/templates.c:3662
msgid "Existing Saved Search Criteria"
msgstr ""
-#: i18n/templates.c:6470
+#: i18n/templates.c:6497
msgid "Existing Searches"
msgstr ""
-#: i18n/templates.c:4904
+#: i18n/templates.c:4931
msgid "Existing customized help pages"
msgstr ""
-#: i18n/templates.c:1877
+#: i18n/templates.c:1889
msgid "Existing disclaimers"
msgstr ""
-#: i18n/templates.c:2345 i18n/templates.c:2594
+#: i18n/templates.c:2357 i18n/templates.c:2606
msgid "Existing document fieldsets"
msgstr ""
-#: i18n/templates.c:875 i18n/templates.c:4841
+#: i18n/templates.c:875 i18n/templates.c:4868
msgid "Existing document types"
msgstr ""
-#: i18n/templates.c:4307
+#: i18n/templates.c:4325
msgid "Existing generic document fields"
msgstr ""
-#: i18n/templates.c:2720 i18n/templates.c:3065 i18n/templates.c:4277
+#: i18n/templates.c:2732 i18n/templates.c:3077 i18n/templates.c:4295
msgid "Existing members"
msgstr ""
-#: i18n/templates.c:2966 i18n/templates.c:2993
+#: i18n/templates.c:2978 i18n/templates.c:3005
msgid "Existing ordering"
msgstr ""
-#: i18n/templates.c:7307
+#: i18n/templates.c:7334
msgid "Existing permissions"
msgstr ""
@@ -4490,15 +4526,15 @@ msgstr ""
msgid "Existing search"
msgstr ""
-#: i18n/templates.c:1958
+#: i18n/templates.c:1970
msgid "Existing threads"
msgstr ""
-#: i18n/templates.c:2672
+#: i18n/templates.c:2684
msgid "Existing values"
msgstr ""
-#: i18n/templates.c:5321 i18n/templates.c:5747
+#: i18n/templates.c:5348 i18n/templates.c:5774
msgid "Existing workflows"
msgstr ""
@@ -4510,11 +4546,11 @@ msgstr ""
msgid "Expires"
msgstr ""
-#: i18n/templates.c:6875 i18n/transactions.c:11
+#: i18n/templates.c:6902 i18n/transactions.c:11
msgid "Expunge"
msgstr ""
-#: i18n/templates.c:6881
+#: i18n/templates.c:6908
msgid "Expunge All"
msgstr ""
@@ -4522,9 +4558,9 @@ msgstr ""
msgid "Extended Transaction History Information"
msgstr ""
+#: plugins/network/extendedtransactioninfo/adminReports.php:34
#: plugins/network/extendedtransactioninfo/ExtendedTransactionInfoPlugin.php:43
#: plugins/network/extendedtransactioninfo/ExtendedTransactionInfoPlugin.php:52
-#: plugins/network/extendedtransactioninfo/adminReports.php:34
#: plugins/network/extendedtransactioninfo/standardReports.php:45
#: i18n/templates.c:656
msgid "Extended Transaction Information"
@@ -4534,7 +4570,7 @@ msgstr ""
msgid "Extensions"
msgstr ""
-#: i18n/templates.c:1853
+#: i18n/templates.c:1865
msgid "External Links from this document"
msgstr ""
@@ -4542,11 +4578,11 @@ msgstr ""
msgid "External Resource Dependancy Status"
msgstr ""
-#: i18n/templates.c:3617
+#: i18n/templates.c:3629
msgid "External Resource Dependency Status"
msgstr ""
-#: i18n/templates.c:1925
+#: i18n/templates.c:1937
msgid "External link from this document"
msgstr ""
@@ -4555,7 +4591,7 @@ msgstr ""
msgid "Extra Info docid: %d Source File: '%s' Target File: '%s'"
msgstr ""
-#: i18n/templates.c:2453
+#: i18n/templates.c:2465
msgid "Extra Options"
msgstr ""
@@ -4572,7 +4608,7 @@ msgstr ""
msgid "Extractor:"
msgstr ""
-#: lib/actions/bulkaction.php:208 lib/actions/bulkaction.php:226
+#: lib/actions/bulkaction.php:259 lib/actions/bulkaction.php:277
msgid "Failed (unknown reason)"
msgstr ""
@@ -4613,8 +4649,8 @@ msgstr ""
msgid "Failed to clear trigger: %s"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1310
-#: plugins/ktcore/KTDocumentActions.php:1319
+#: plugins/ktcore/KTDocumentActions.php:1339
+#: plugins/ktcore/KTDocumentActions.php:1348
msgid "Failed to copy document: "
msgstr ""
@@ -4691,14 +4727,14 @@ msgstr ""
msgid "Failed to find file: "
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:812
-#: plugins/ktcore/KTDocumentActions.php:820
#: plugins/ktcore/admin/documentCheckout.php:119
#: plugins/ktcore/admin/documentCheckout.php:127
+#: plugins/ktcore/KTDocumentActions.php:812
+#: plugins/ktcore/KTDocumentActions.php:820
msgid "Failed to force the document's checkin."
msgstr ""
-#: plugins/ktstandard/workflow/TypeAssociator.php:143
+#: plugins/ktstandard/workflow/TypeAssociator.php:146
msgid "Failed to get type mapping: "
msgstr ""
@@ -4706,8 +4742,8 @@ msgstr ""
msgid "Failed to locate template"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1103
-#: plugins/ktcore/KTDocumentActions.php:1112
+#: plugins/ktcore/KTDocumentActions.php:1132
+#: plugins/ktcore/KTDocumentActions.php:1141
msgid "Failed to move document: "
msgstr ""
@@ -4759,8 +4795,8 @@ msgstr ""
msgid "Failed to set unit details."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1689
-#: plugins/ktcore/KTDocumentActions.php:1695
+#: plugins/ktcore/KTDocumentActions.php:1749
+#: plugins/ktcore/KTDocumentActions.php:1755
#, php-format
msgid "Failed to update document: %s"
msgstr ""
@@ -4792,12 +4828,12 @@ msgstr ""
msgid "Failed to update your details."
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:402
+#: lib/foldermanagement/folderutil.inc.php:403
msgid "Failure deleting folders."
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:331
-#: lib/foldermanagement/folderutil.inc.php:444
+#: lib/foldermanagement/folderutil.inc.php:332
+#: lib/foldermanagement/folderutil.inc.php:455
#, php-format
msgid "Failure resolving child folder with id = %d."
msgstr ""
@@ -4807,13 +4843,13 @@ msgid "Failure to generate folderlisting."
msgstr ""
#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:81
-#: i18n/templates.c:3818
+#: i18n/templates.c:3830
msgid "False"
msgstr ""
#: plugins/ktcore/admin/fieldsets/basic.inc.php:113
-#: plugins/ktcore/admin/fieldsets/basic.inc.php:227 i18n/templates.c:2555
-#: i18n/templates.c:2882 i18n/templates.c:3068
+#: plugins/ktcore/admin/fieldsets/basic.inc.php:227 i18n/templates.c:2567
+#: i18n/templates.c:2894 i18n/templates.c:3080
msgid "Field Name"
msgstr ""
@@ -4833,7 +4869,7 @@ msgstr ""
msgid "Field deleted."
msgstr ""
-#: i18n/templates.c:3965 i18n/templates.c:6620
+#: i18n/templates.c:3977 i18n/templates.c:6647
msgid "Field has conditions attached to it."
msgstr ""
@@ -4845,11 +4881,11 @@ msgstr ""
msgid "Field moved up."
msgstr ""
-#: i18n/templates.c:2963
+#: i18n/templates.c:2975
msgid "Field ordering"
msgstr ""
-#: i18n/templates.c:2639
+#: i18n/templates.c:2651
msgid "Field properties"
msgstr ""
@@ -4861,8 +4897,8 @@ msgstr ""
msgid "Field updated."
msgstr ""
-#: i18n/templates.c:2357 i18n/templates.c:2606 i18n/templates.c:3611
-#: i18n/templates.c:4316
+#: i18n/templates.c:2369 i18n/templates.c:2618 i18n/templates.c:3623
+#: i18n/templates.c:4334
msgid "Fields"
msgstr ""
@@ -4870,17 +4906,17 @@ msgstr ""
msgid "Fields ordered."
msgstr ""
-#: i18n/templates.c:7280
+#: i18n/templates.c:7307
msgid "Fields that have lookup categories."
msgstr ""
-#: i18n/templates.c:3935 i18n/templates.c:3947 i18n/templates.c:6590
-#: i18n/templates.c:6602
+#: i18n/templates.c:3947 i18n/templates.c:3959 i18n/templates.c:6617
+#: i18n/templates.c:6629
msgid "Fields which are currently not included in any set can be added to this set."
msgstr ""
-#: i18n/templates.c:839 i18n/templates.c:2702 i18n/templates.c:3011
-#: i18n/templates.c:4259 i18n/templates.c:4805
+#: i18n/templates.c:839 i18n/templates.c:2714 i18n/templates.c:3023
+#: i18n/templates.c:4277 i18n/templates.c:4832
msgid "Fieldset"
msgstr ""
@@ -4893,7 +4929,7 @@ msgstr ""
msgid "Fieldset Type"
msgstr ""
-#: i18n/templates.c:3974 i18n/templates.c:6629
+#: i18n/templates.c:3986 i18n/templates.c:6656
msgid "Fieldset cannot be made conditional. One of the fields must not be a lookup."
msgstr ""
@@ -4909,11 +4945,11 @@ msgstr ""
msgid "Fieldset details updated."
msgstr ""
-#: i18n/templates.c:2717 i18n/templates.c:3059 i18n/templates.c:4274
+#: i18n/templates.c:2729 i18n/templates.c:3071 i18n/templates.c:4292
msgid "Fieldset members"
msgstr ""
-#: i18n/templates.c:2705 i18n/templates.c:3020 i18n/templates.c:4262
+#: i18n/templates.c:2717 i18n/templates.c:3032 i18n/templates.c:4280
msgid "Fieldset properties"
msgstr ""
@@ -4926,7 +4962,7 @@ msgstr ""
msgid "Fieldsets associated."
msgstr ""
-#: i18n/templates.c:2546
+#: i18n/templates.c:2558
msgid "Fieldsets bring together different fields into a collection of related information."
msgstr ""
@@ -4935,12 +4971,12 @@ msgstr ""
msgid "Fieldsets removed."
msgstr ""
-#: i18n/templates.c:2753
+#: i18n/templates.c:2765
msgid "Fieldsets that are marked as conditional."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:591
#: plugins/ktcore/folder/addDocument.php:119
+#: plugins/ktcore/KTDocumentActions.php:591
msgid "File"
msgstr ""
@@ -4968,8 +5004,8 @@ msgstr ""
msgid "File uploads are disabled in your PHP configuration"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1037
-#: plugins/ktcore/KTDocumentActions.php:1239
+#: plugins/ktcore/KTDocumentActions.php:1066
+#: plugins/ktcore/KTDocumentActions.php:1268
#: plugins/rssplugin/KTrss.inc.php:396
#: search2/search/fields/FilenameField.inc.php:47 i18n/templates.c:200
#: i18n/templates.c:257
@@ -4996,28 +5032,32 @@ msgstr ""
msgid "Filesystem location given is not a directory"
msgstr ""
-#: i18n/templates.c:1517 i18n/templates.c:1523 i18n/templates.c:3242
-#: i18n/templates.c:3248 i18n/templates.c:4418 i18n/templates.c:4421
-#: i18n/templates.c:4508 i18n/templates.c:4511 i18n/templates.c:4724
-#: i18n/templates.c:4730 i18n/templates.c:4991
+#: i18n/templates.c:1517 i18n/templates.c:1523 i18n/templates.c:3254
+#: i18n/templates.c:3260 i18n/templates.c:4436 i18n/templates.c:4439
+#: i18n/templates.c:4526 i18n/templates.c:4529 i18n/templates.c:4751
+#: i18n/templates.c:4757 i18n/templates.c:5018
msgid "Filter"
msgstr ""
-#: i18n/templates.c:4985
+#: i18n/templates.c:5012
msgid "Filter<"
msgstr ""
-#: i18n/templates.c:3125
+#: i18n/templates.c:3137
msgid "Find out what's new in KT 3."
msgstr ""
-#: i18n/templates.c:3260
+#: i18n/templates.c:3272
msgid "Finish with this column's behaviours."
msgstr ""
+#: lib/foldermanagement/folderutil.inc.php:680
+msgid "Focument must be a symbolic link entity"
+msgstr ""
+
#: plugins/ktcore/KTPortlets.php:95
#: search2/search/fields/FolderField.inc.php:44 i18n/templates.c:812
-#: i18n/templates.c:4778 i18n/templates.c:6224
+#: i18n/templates.c:4805 i18n/templates.c:6251
msgid "Folder"
msgstr ""
@@ -5043,7 +5083,7 @@ msgstr ""
msgid "Folder added"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:94
+#: lib/foldermanagement/folderutil.inc.php:95
msgid "Folder created"
msgstr ""
@@ -5051,7 +5091,7 @@ msgstr ""
msgid "Folder details"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:134
+#: lib/foldermanagement/folderutil.inc.php:135
msgid "Folder has no parent"
msgstr ""
@@ -5059,11 +5099,11 @@ msgstr ""
msgid "Folder id is not specified."
msgstr ""
-#: i18n/templates.c:1739 i18n/templates.c:1760
+#: i18n/templates.c:1739 i18n/templates.c:1766
msgid "Folder is no longer available"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:207
+#: lib/foldermanagement/folderutil.inc.php:208
#, php-format
msgid "Folder moved from %s to %s"
msgstr ""
@@ -5072,7 +5112,11 @@ msgstr ""
msgid "Folder name"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:140
+#: lib/foldermanagement/folderutil.inc.php:676
+msgid "Folder not specified"
+msgstr ""
+
+#: lib/foldermanagement/folderutil.inc.php:141
msgid "Folder parent does not exist"
msgstr ""
@@ -5088,22 +5132,22 @@ msgstr ""
msgid "Folder transactions"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:125
-#: lib/foldermanagement/folderutil.inc.php:417
+#: lib/foldermanagement/folderutil.inc.php:126
+#: lib/foldermanagement/folderutil.inc.php:428
msgid "Folder with the same name already exists in the new parent folder"
msgstr ""
#: lib/browse/browseutil.inc.php:201 i18n/templates.c:785
-#: i18n/templates.c:6635 i18n/templates.c:6656 i18n/templates.c:6680
+#: i18n/templates.c:6662 i18n/templates.c:6683 i18n/templates.c:6707
msgid "Folders"
msgstr ""
-#: i18n/templates.c:4076
+#: i18n/templates.c:4088
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 ""
-#: lib/foldermanagement/folderutil.inc.php:377
-#: lib/foldermanagement/folderutil.inc.php:476
+#: lib/foldermanagement/folderutil.inc.php:378
+#: lib/foldermanagement/folderutil.inc.php:487
msgid "Folders: "
msgstr ""
@@ -5114,7 +5158,7 @@ msgstr ""
msgid "For security purposes, you cannot remove your own administration priviledges."
msgstr ""
-#: i18n/templates.c:2840
+#: i18n/templates.c:2852
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 ""
@@ -5122,7 +5166,7 @@ msgstr ""
msgid "Force CheckIn"
msgstr ""
-#: i18n/templates.c:6992
+#: i18n/templates.c:7019
msgid "Force Checkin"
msgstr ""
@@ -5130,11 +5174,11 @@ msgstr ""
msgid "Force Original Filename"
msgstr ""
-#: i18n/templates.c:5978
+#: i18n/templates.c:6005
msgid "Force the user to change their password on their next login."
msgstr ""
-#: i18n/templates.c:5972 i18n/templates.c:5975
+#: i18n/templates.c:5999 i18n/templates.c:6002
msgid "Force user to change password"
msgstr ""
@@ -5151,11 +5195,11 @@ msgstr ""
msgid "Frequency"
msgstr ""
-#: i18n/templates.c:3449
+#: i18n/templates.c:3461
msgid "Frequency at which migration batch task runs:"
msgstr ""
-#: i18n/templates.c:6824
+#: i18n/templates.c:6851
msgid "From this panel you can edit or delete existing link types."
msgstr ""
@@ -5183,8 +5227,8 @@ msgstr ""
msgid "General Metadata"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:337
#: plugins/ktcore/admin/configSettings.php:191
+#: plugins/ktcore/KTCorePlugin.php:337
msgid "General Settings"
msgstr ""
@@ -5199,17 +5243,17 @@ msgstr ""
msgid "Generate PDF"
msgstr ""
-#: i18n/templates.c:1868
+#: i18n/templates.c:1880
msgid "Generate PDF of"
msgstr ""
#: plugins/ktcore/admin/documentFieldsv2.php:125
-#: plugins/ktcore/admin/documentFieldsv2.php:337 i18n/templates.c:2351
-#: i18n/templates.c:2525 i18n/templates.c:2600 i18n/templates.c:4313
+#: plugins/ktcore/admin/documentFieldsv2.php:337 i18n/templates.c:2363
+#: i18n/templates.c:2537 i18n/templates.c:2612 i18n/templates.c:4331
msgid "Generic"
msgstr ""
-#: plugins/ktcore/KTColumns.inc.php:184
+#: plugins/ktcore/KTColumns.inc.php:215
msgid "Generic Date Function"
msgstr ""
@@ -5237,7 +5281,7 @@ msgstr ""
msgid "Go"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:876
+#: plugins/ktcore/KTBulkActions.php:989
#, php-format
msgid "Go here to download the zip file if you are not automatically redirected there"
msgstr ""
@@ -5246,7 +5290,7 @@ msgstr ""
msgid "Go to Document ID"
msgstr ""
-#: i18n/templates.c:3602
+#: i18n/templates.c:3614
msgid "Grammar"
msgstr ""
@@ -5260,9 +5304,9 @@ msgstr ""
#: plugins/ktcore/folder/Permissions.php:411
#: plugins/ktcore/folder/Permissions.php:418 i18n/templates.c:1430
-#: i18n/templates.c:4451 i18n/templates.c:4568 i18n/templates.c:4589
-#: i18n/templates.c:4745 i18n/templates.c:4763 i18n/templates.c:5627
-#: i18n/templates.c:7085
+#: i18n/templates.c:4469 i18n/templates.c:4586 i18n/templates.c:4607
+#: i18n/templates.c:4772 i18n/templates.c:4790 i18n/templates.c:5654
+#: i18n/templates.c:7112
msgid "Group"
msgstr ""
@@ -5276,7 +5320,7 @@ msgstr ""
msgid "Group \"%s\" deleted."
msgstr ""
-#: i18n/templates.c:5876
+#: i18n/templates.c:5903
msgid "Group Administration"
msgstr ""
@@ -5286,7 +5330,7 @@ msgstr ""
msgid "Group Management"
msgstr ""
-#: i18n/templates.c:6326
+#: i18n/templates.c:6353
msgid "Group Memberships"
msgstr ""
@@ -5294,7 +5338,7 @@ msgstr ""
#: plugins/ktcore/admin/groupManagement.php:127
#: plugins/ktcore/admin/groupManagement.php:553
#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:543
-#: i18n/templates.c:2168 i18n/templates.c:5900
+#: i18n/templates.c:2180 i18n/templates.c:5927
msgid "Group Name"
msgstr ""
@@ -5323,20 +5367,20 @@ msgstr ""
#: plugins/ktcore/admin/groupManagement.php:410
#: plugins/ktcore/admin/userManagement.php:380
#: plugins/ktcore/admin/workflowsv2.php:2159
-#: plugins/ktstandard/KTEmail.php:371 i18n/templates.c:4112
-#: i18n/templates.c:4367 i18n/templates.c:5570 i18n/templates.c:5684
+#: plugins/ktstandard/KTEmail.php:371 i18n/templates.c:4124
+#: i18n/templates.c:4385 i18n/templates.c:5597 i18n/templates.c:5711
msgid "Groups"
msgstr ""
-#: i18n/templates.c:5882
+#: i18n/templates.c:5909
msgid "Groups allow you to assign permissions and roles to a number of different users at once."
msgstr ""
-#: i18n/templates.c:6107
+#: i18n/templates.c:6134
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:4493
+#: i18n/templates.c:4511
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 ""
@@ -5349,43 +5393,43 @@ msgstr ""
msgid "Guard"
msgstr ""
-#: i18n/templates.c:4019
+#: i18n/templates.c:4031
msgid "Guard Condition"
msgstr ""
-#: i18n/templates.c:4016
+#: i18n/templates.c:4028
msgid "Guard Condition for Transition"
msgstr ""
-#: i18n/templates.c:4007
+#: i18n/templates.c:4019
msgid "Guard Groups"
msgstr ""
-#: i18n/templates.c:4004
+#: i18n/templates.c:4016
msgid "Guard Groups for Transition"
msgstr ""
-#: i18n/templates.c:4031
+#: i18n/templates.c:4043
msgid "Guard Permissions"
msgstr ""
-#: i18n/templates.c:3983
+#: i18n/templates.c:3995
msgid "Guard Roles"
msgstr ""
-#: i18n/templates.c:3980
+#: i18n/templates.c:3992
msgid "Guard Roles for Transition"
msgstr ""
-#: i18n/templates.c:4028
+#: i18n/templates.c:4040
msgid "Guard permissions for Transition"
msgstr ""
-#: i18n/templates.c:5423
+#: i18n/templates.c:5450
msgid "Guards"
msgstr ""
-#: i18n/templates.c:3209
+#: i18n/templates.c:3221
msgid "Guide to using cron:"
msgstr ""
@@ -5407,7 +5451,7 @@ msgstr ""
msgid "Help Administration"
msgstr ""
-#: i18n/templates.c:6671
+#: i18n/templates.c:6698
msgid "Help content"
msgstr ""
@@ -5435,7 +5479,7 @@ msgstr ""
msgid "How do I search?"
msgstr ""
-#: i18n/templates.c:6371
+#: i18n/templates.c:6398
msgid "Human Name"
msgstr ""
@@ -5451,7 +5495,7 @@ msgstr ""
msgid "If a workflow is disabled, no new documents may be placed in it. Documents which were previously in the workflow continue to be able to change state, however."
msgstr ""
-#: i18n/templates.c:4481
+#: i18n/templates.c:4499
msgid "If there are metadata fields associated with this document type they will appear below and allow you to set metadata on all imported documents. If there is no metadata associated, or you do not wish to modify it, you can simply click \"Add\" here to finish the process and import the documents."
msgstr ""
@@ -5478,31 +5522,31 @@ msgstr ""
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:3119
+#: i18n/templates.c:3131
msgid "If this is your first #appname# installation, or if you've just upgraded from #appname# 2.x, we've put together some information which might help you get to grips with the new system."
msgstr ""
-#: i18n/templates.c:4058
+#: i18n/templates.c:4070
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:4169
+#: i18n/templates.c:4187
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:4121
+#: i18n/templates.c:4136
msgid "If you do not intend to move this document, you should cancel the move."
msgstr ""
-#: i18n/templates.c:4646 i18n/templates.c:7142
+#: i18n/templates.c:4664 i18n/templates.c:7169
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:4175
+#: i18n/templates.c:4193
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:5843
+#: i18n/templates.c:5870
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 ""
@@ -5510,11 +5554,11 @@ msgstr ""
msgid "If you feel that this is incorrect, please report both the action and your username to a system administrator."
msgstr ""
-#: i18n/templates.c:2903
+#: i18n/templates.c:2915
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:6710
+#: i18n/templates.c:6737
msgid "If you have moved the location of #appname# on your server filesystem, or installed or removed plugins, the plugins must be re-read from the filesystem"
msgstr ""
@@ -5522,7 +5566,7 @@ msgstr ""
msgid "If you know the numeric ID of a document, type it in here and press \"go\""
msgstr ""
-#: i18n/templates.c:7172
+#: i18n/templates.c:7199
msgid "If you require assistance from an administrator to perform one of these tasks, use the Request Assistance action."
msgstr ""
@@ -5542,23 +5586,23 @@ msgstr ""
msgid "Immutable action plugin"
msgstr ""
-#: i18n/templates.c:4487
+#: i18n/templates.c:4505
msgid "Import"
msgstr ""
-#: i18n/templates.c:4472
+#: i18n/templates.c:4490
msgid "Import files into"
msgstr ""
-#: plugins/ktcore/folder/BulkImport.php:58 i18n/templates.c:4475
+#: plugins/ktcore/folder/BulkImport.php:58 i18n/templates.c:4493
msgid "Import from Server Location"
msgstr ""
-#: i18n/templates.c:5021
+#: i18n/templates.c:5048
msgid "In addition to restricting permissions, it is also possible to block certain actions at any given point. Actions which are not blocked are still controlled by the usual permissions."
msgstr ""
-#: i18n/templates.c:4097 i18n/templates.c:4337
+#: i18n/templates.c:4109 i18n/templates.c:4355
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 ""
@@ -5567,11 +5611,11 @@ msgstr ""
msgid "In order to ensure that the data that users enter is useful, it is essential that you provide a good example."
msgstr ""
-#: i18n/templates.c:5105
+#: i18n/templates.c:5132
msgid "In order to ensure that the workflow is followed correctly, it is often necessary to restrict the situations in which a transition can be followed. This can include things like the permissions the user has on the document, the user's groups or roles, or whether the document is checked-out or not."
msgstr ""
-#: i18n/templates.c:2954
+#: i18n/templates.c:2966
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 ""
@@ -5579,11 +5623,11 @@ msgstr ""
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:6890
+#: i18n/templates.c:6917
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:5003
+#: i18n/templates.c:5030
msgid "In order to move between states, the transitions you specified earlier must be configured to move from a set of states to a \"destination\" states. Use the table below to configure this behaviour."
msgstr ""
@@ -5599,11 +5643,11 @@ msgstr ""
msgid "In order to move between states, users will cause \"transitions\" to occur. These transitions represent processes followed, e.g. \"review document\", \"distribute invoice\" or \"publish\". You'll assign transitions to states in the next step."
msgstr ""
-#: i18n/templates.c:2486
+#: i18n/templates.c:2498
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 top-level items. \"Root\" will not be shown to the final user, but provides a single \"parent\" to the top-level items."
msgstr ""
-#: i18n/templates.c:5402
+#: i18n/templates.c:5429
msgid "In order to progress through a workflow, a document will usually require collaboration between a number of different users. One way to help this process is to inform certain groups or roles about the document's current state."
msgstr ""
@@ -5623,7 +5667,7 @@ msgstr ""
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:1844
+#: i18n/templates.c:1856
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 ""
@@ -5631,11 +5675,11 @@ msgstr ""
msgid "Inactive"
msgstr ""
-#: lib/documentmanagement/Document.inc:660 i18n/templates.c:3014
+#: lib/documentmanagement/Document.inc:743 i18n/templates.c:3026
msgid "Incomplete"
msgstr ""
-#: i18n/templates.c:3533
+#: i18n/templates.c:3545
msgid "Index Coverage:"
msgstr ""
@@ -5651,7 +5695,7 @@ msgstr ""
msgid "Indexer problem: "
msgstr ""
-#: i18n/templates.c:3536
+#: i18n/templates.c:3548
msgid "Indexing coverage percentage may vary from total - not all documents contain text."
msgstr ""
@@ -5660,11 +5704,11 @@ msgstr ""
msgid "Indexing docid: %d extension: '%s' mimetype: '%s' extractor: '%s'"
msgstr ""
-#: i18n/templates.c:3506
+#: i18n/templates.c:3518
msgid "Indexing will not continue until all issues have been resolved."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:789
+#: plugins/ktcore/KTBulkActions.php:902
msgid "Indicate whether you would like to download these file as part of the checkout."
msgstr ""
@@ -5672,7 +5716,7 @@ msgstr ""
msgid "Indicate whether you would like to download this file as part of the checkout."
msgstr ""
-#: i18n/templates.c:5561
+#: i18n/templates.c:5588
msgid "Inform Which Users?"
msgstr ""
@@ -5680,11 +5724,11 @@ msgstr ""
msgid "Information about this system and how to get support."
msgstr ""
-#: i18n/templates.c:5675
+#: i18n/templates.c:5702
msgid "Informed Users"
msgstr ""
-#: i18n/templates.c:4712
+#: i18n/templates.c:4739
msgid "Inherit permissions"
msgstr ""
@@ -5704,15 +5748,15 @@ msgstr ""
msgid "Inline View of Documents"
msgstr ""
-#: i18n/templates.c:5303
+#: i18n/templates.c:5330
msgid "Install the GraphViz module to get a useful visualisation of your graph here."
msgstr ""
-#: i18n/templates.c:6242
+#: i18n/templates.c:6269
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:6296
+#: i18n/templates.c:6323
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 ""
@@ -5728,8 +5772,8 @@ msgstr ""
msgid "Inter-document linking"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:341
#: plugins/ktcore/admin/configSettings.php:211
+#: plugins/ktcore/KTCorePlugin.php:341
msgid "Internationalisation Settings"
msgstr ""
@@ -5754,7 +5798,7 @@ msgstr ""
msgid "Invalid criteria specified."
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:1266
+#: lib/documentmanagement/documentutil.inc.php:1445
msgid "Invalid document content version object."
msgstr ""
@@ -5777,8 +5821,8 @@ msgstr ""
msgid "Invalid document link selected."
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:854
-#: lib/documentmanagement/documentutil.inc.php:1254
+#: lib/documentmanagement/documentutil.inc.php:1008
+#: lib/documentmanagement/documentutil.inc.php:1433
msgid "Invalid document object."
msgstr ""
@@ -5786,7 +5830,7 @@ msgstr ""
msgid "Invalid document selected."
msgstr ""
-#: view.php:308
+#: view.php:321
msgid "Invalid document to compare against."
msgstr ""
@@ -5795,7 +5839,7 @@ msgstr ""
msgid "Invalid document type provided"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:1258
+#: lib/documentmanagement/documentutil.inc.php:1437
msgid "Invalid document version object."
msgstr ""
@@ -5811,9 +5855,8 @@ msgstr ""
msgid "Invalid folder chosen"
msgstr ""
-#: action.php:104 plugins/ktcore/KTWidgets.php:736
-#: plugins/ktcore/admin/archivedDocuments.php:77
-#: plugins/ktstandard/KTDocumentLinks.php:216
+#: action.php:104 plugins/ktcore/admin/archivedDocuments.php:77
+#: plugins/ktcore/KTWidgets.php:736 plugins/ktstandard/KTDocumentLinks.php:216
#: plugins/network/quicklinks/manageQuicklinks.php:98
msgid "Invalid folder selected."
msgstr ""
@@ -5866,7 +5909,7 @@ msgstr ""
msgid "Invalid return key from help system."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:258 plugins/ktcore/KTBulkActions.php:402
+#: plugins/ktcore/KTBulkActions.php:312 plugins/ktcore/KTBulkActions.php:456
msgid "Invalid target folder selected"
msgstr ""
@@ -5891,11 +5934,15 @@ msgstr ""
msgid "Issues with the indexer have been resolved!"
msgstr ""
+#: plugins/ktcore/KTBulkActions.php:522
+msgid "It is not possible to archive a shortcut. Please archive the target document or folder instead."
+msgstr ""
+
#: plugins/ktcore/admin/documentFieldsv2.php:115
msgid "It is possibler to create different types of fieldsets. The most common kind is a \"normal\" fieldset, which can be configured to have different kinds of fields. The administrator may have installed additional plugins which provide different types of fieldsets."
msgstr ""
-#: i18n/templates.c:6944
+#: i18n/templates.c:6971
msgid "It may be necessary to override the checked-out status of a document if"
msgstr ""
@@ -5914,19 +5961,19 @@ msgid "Item updated"
msgstr ""
#: plugins/ktcore/KTDashlets.php:135 plugins/ktcore/KTMiscPages.php:82
-#: i18n/templates.c:2243
+#: i18n/templates.c:2255
msgid "Items that require your attention"
msgstr ""
-#: i18n/templates.c:4610
+#: i18n/templates.c:4628
msgid "Items to delete"
msgstr ""
-#: i18n/templates.c:4139 i18n/templates.c:4208
+#: i18n/templates.c:4154 i18n/templates.c:4226
msgid "Items to move"
msgstr ""
-#: i18n/templates.c:5426
+#: i18n/templates.c:5453
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 ""
@@ -5970,19 +6017,24 @@ msgstr ""
msgid "Keywords added to category."
msgstr ""
-#: i18n/templates.c:2504
+#: i18n/templates.c:2516
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:2495
+#: i18n/templates.c:2507
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:6167
+#: i18n/templates.c:6194
msgid "KnowledgeTree Community Edition is supplied with no support, \tno maintenance, \tand no warranty."
msgstr ""
-#: i18n/templates.c:3497
+#: lib/documentmanagement/documentutil.inc.php:235
+#: lib/documentmanagement/documentutil.inc.php:1074
+msgid "KnowledgeTree Notification"
+msgstr ""
+
+#: i18n/templates.c:3509
msgid "KnowledgeTree has detected some issues with some of the text extractors used to index document text:"
msgstr ""
@@ -6015,23 +6067,23 @@ msgstr ""
msgid "LDAP authentication provider"
msgstr ""
-#: i18n/templates.c:6731
+#: i18n/templates.c:6758
msgid "Language"
msgstr ""
-#: i18n/templates.c:3515
+#: i18n/templates.c:3527
msgid "Last Indexing Date:"
msgstr ""
-#: plugins/ktcore/admin/expungeList.php:78 i18n/templates.c:6866
+#: plugins/ktcore/admin/expungeList.php:78 i18n/templates.c:6893
msgid "Last Modification"
msgstr ""
-#: i18n/templates.c:3509
+#: i18n/templates.c:3521
msgid "Last Optimization Date:"
msgstr ""
-#: i18n/templates.c:1973
+#: i18n/templates.c:1985
msgid "Last activity"
msgstr ""
@@ -6055,11 +6107,11 @@ msgstr ""
msgid "Last updated by: "
msgstr ""
-#: i18n/templates.c:5009 i18n/templates.c:5042
+#: i18n/templates.c:5036 i18n/templates.c:5069
msgid "Leads to state"
msgstr ""
-#: i18n/templates.c:3140
+#: i18n/templates.c:3152
msgid "Learn about #appname# 3."
msgstr ""
@@ -6080,12 +6132,12 @@ msgstr ""
msgid "Licenses"
msgstr ""
-#: i18n/templates.c:290 i18n/templates.c:1949 i18n/templates.c:2006
-#: i18n/templates.c:2021
+#: i18n/templates.c:290 i18n/templates.c:1961 i18n/templates.c:2018
+#: i18n/templates.c:2033
msgid "Link"
msgstr ""
-#: i18n/templates.c:2015
+#: i18n/templates.c:2027
msgid "Link Name"
msgstr ""
@@ -6109,7 +6161,7 @@ msgstr ""
msgid "Link Type updated."
msgstr ""
-#: i18n/templates.c:2018
+#: i18n/templates.c:2030
msgid "Link URL"
msgstr ""
@@ -6122,11 +6174,11 @@ msgstr ""
msgid "Link: %s from %s"
msgstr ""
-#: i18n/templates.c:1913
+#: i18n/templates.c:1925
msgid "Linked from this document"
msgstr ""
-#: i18n/templates.c:836 i18n/templates.c:4802
+#: i18n/templates.c:836 i18n/templates.c:4829
msgid "Linked Fieldsets"
msgstr ""
@@ -6136,15 +6188,15 @@ msgstr ""
msgid "Links"
msgstr ""
-#: i18n/templates.c:1919
+#: i18n/templates.c:1931
msgid "Links to this document"
msgstr ""
-#: i18n/templates.c:1847
+#: i18n/templates.c:1859
msgid "Links from this document"
msgstr ""
-#: i18n/templates.c:1850
+#: i18n/templates.c:1862
msgid "Links to this document"
msgstr ""
@@ -6152,11 +6204,11 @@ msgstr ""
msgid "List of tasks can't be retrieved."
msgstr ""
-#: lib/documentmanagement/Document.inc:656
+#: lib/documentmanagement/Document.inc:739
msgid "Live"
msgstr ""
-#: i18n/templates.c:3275
+#: i18n/templates.c:3287
msgid "Loading Dependencies for value \""
msgstr ""
@@ -6164,20 +6216,20 @@ msgstr ""
msgid "Loading..."
msgstr ""
-#: i18n/templates.c:362 i18n/templates.c:797 i18n/templates.c:6911
-#: i18n/templates.c:6962 i18n/templates.c:6983
+#: i18n/templates.c:362 i18n/templates.c:797 i18n/templates.c:6938
+#: i18n/templates.c:6989 i18n/templates.c:7010
msgid "Location"
msgstr ""
-#: i18n/templates.c:1712 i18n/templates.c:1814
+#: i18n/templates.c:1712 i18n/templates.c:1826
msgid "Location is no longer available"
msgstr ""
-#: i18n/templates.c:5813
+#: i18n/templates.c:5840
msgid "Log Files (#appname#, Apache, Mysql)"
msgstr ""
-#: lib/templating/kt3template.inc.php:389 i18n/templates.c:6734
+#: lib/templating/kt3template.inc.php:369 i18n/templates.c:6761
msgid "Login"
msgstr ""
@@ -6199,28 +6251,28 @@ msgstr ""
msgid "Login history for"
msgstr ""
-#: i18n/templates.c:6716
+#: i18n/templates.c:6743
msgid "Login | #appname#"
msgstr ""
-#: config/siteMap.inc:81 lib/templating/kt3template.inc.php:382
-#: lib/templating/kt3template.inc.php:386
+#: config/siteMap.inc:81 lib/templating/kt3template.inc.php:362
+#: lib/templating/kt3template.inc.php:366
msgid "Logout"
msgstr ""
#: lib/documentmanagement/DocumentField.inc:205
#: plugins/ktcore/admin/fieldsets/basic.inc.php:85
#: plugins/ktcore/admin/fieldsets/conditional.inc.php:148
-#: i18n/templates.c:2738 i18n/templates.c:4295
+#: i18n/templates.c:2750 i18n/templates.c:4313
msgid "Lookup"
msgstr ""
-#: plugins/ktcore/KTPortlets.php:97 i18n/templates.c:2411
+#: plugins/ktcore/KTPortlets.php:97 i18n/templates.c:2423
msgid "Lookup Value"
msgstr ""
-#: browse.php:199 plugins/ktcore/admin/fieldsets/basic.inc.php:325
-#: i18n/templates.c:2660
+#: browse.php:210 plugins/ktcore/admin/fieldsets/basic.inc.php:325
+#: i18n/templates.c:2672
msgid "Lookup Values"
msgstr ""
@@ -6228,11 +6280,11 @@ msgstr ""
msgid "Lookup cannot be empty"
msgstr ""
-#: i18n/templates.c:2657
+#: i18n/templates.c:2669
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:7289
+#: i18n/templates.c:7316
msgid "Lookup fields without categories."
msgstr ""
@@ -6264,7 +6316,7 @@ msgstr ""
msgid "MB"
msgstr ""
-#: i18n/templates.c:5834
+#: i18n/templates.c:5861
msgid "MD5 Checksum of files (used to ensure files have not been tampered with)"
msgstr ""
@@ -6280,15 +6332,15 @@ msgstr ""
msgid "Make immutable"
msgstr ""
-#: i18n/templates.c:3956 i18n/templates.c:6611
+#: i18n/templates.c:3968 i18n/templates.c:6638
msgid "Make this fieldset conditional"
msgstr ""
-#: i18n/templates.c:6377
+#: i18n/templates.c:6404
msgid "Manage"
msgstr ""
-#: i18n/templates.c:5636
+#: i18n/templates.c:5663
msgid "Manage Actions"
msgstr ""
@@ -6296,7 +6348,7 @@ msgstr ""
msgid "Manage Client Tools Settings"
msgstr ""
-#: i18n/templates.c:2870 i18n/templates.c:2873
+#: i18n/templates.c:2882 i18n/templates.c:2885
msgid "Manage Conditional Behaviours"
msgstr ""
@@ -6304,20 +6356,20 @@ msgstr ""
msgid "Manage Email Settings"
msgstr ""
-#: i18n/templates.c:6821
+#: i18n/templates.c:6848
msgid "Manage Existing Link Types"
msgstr ""
-#: plugins/rssplugin/RSSDashlet.php:74 plugins/rssplugin/manageRSSFeeds.php:51
+#: plugins/rssplugin/manageRSSFeeds.php:51 plugins/rssplugin/RSSDashlet.php:74
msgid "Manage External RSS Feeds"
msgstr ""
#: plugins/ktcore/admin/fieldsets/conditional.inc.php:338
-#: i18n/templates.c:2876 i18n/templates.c:2879 i18n/templates.c:2990
+#: i18n/templates.c:2888 i18n/templates.c:2891 i18n/templates.c:3002
msgid "Manage Field Ordering"
msgstr ""
-#: i18n/templates.c:2447
+#: i18n/templates.c:2459
msgid "Manage Field: #field_name#"
msgstr ""
@@ -6325,7 +6377,7 @@ msgstr ""
msgid "Manage General Settings"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:250 i18n/templates.c:6347
+#: plugins/ktcore/KTCorePlugin.php:250 i18n/templates.c:6374
msgid "Manage Groups"
msgstr ""
@@ -6342,29 +6394,29 @@ msgstr ""
msgid "Manage Internationalisation Settings"
msgstr ""
-#: plugins/wintools/BaobabPlugin.php:84
#: plugins/wintools/baobabKeyManagement.php:50
#: plugins/wintools/baobabKeyManagement.php:55
+#: plugins/wintools/BaobabPlugin.php:84
msgid "Manage Keys"
msgstr ""
-#: i18n/templates.c:2471 i18n/templates.c:2474
+#: i18n/templates.c:2483 i18n/templates.c:2486
msgid "Manage Lookup Tree Structure"
msgstr ""
-#: i18n/templates.c:7277
+#: i18n/templates.c:7304
msgid "Manage Lookup Trees"
msgstr ""
-#: i18n/templates.c:2465 i18n/templates.c:2468
+#: i18n/templates.c:2477 i18n/templates.c:2480
msgid "Manage Lookup Values"
msgstr ""
-#: i18n/templates.c:2396
+#: i18n/templates.c:2408
msgid "Manage Lookups"
msgstr ""
-#: i18n/templates.c:2393
+#: i18n/templates.c:2405
msgid "Manage Lookups for \"#field_name#\""
msgstr ""
@@ -6378,7 +6430,7 @@ msgstr ""
msgid "Manage Permissions"
msgstr ""
-#: i18n/templates.c:5363
+#: i18n/templates.c:5390
msgid "Manage Permissions: #statename#"
msgstr ""
@@ -6394,11 +6446,11 @@ msgstr ""
msgid "Manage Restrictions"
msgstr ""
-#: i18n/templates.c:3482
+#: i18n/templates.c:3494
msgid "Manage Saved Search"
msgstr ""
-#: i18n/templates.c:3368 i18n/templates.c:3632
+#: i18n/templates.c:3380 i18n/templates.c:3644
msgid "Manage Saved Search Criteria"
msgstr ""
@@ -6410,15 +6462,15 @@ msgstr ""
msgid "Manage Search and Indexing Settings"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:963 i18n/templates.c:5384
+#: plugins/ktcore/admin/workflowsv2.php:963 i18n/templates.c:5411
msgid "Manage State"
msgstr ""
-#: i18n/templates.c:5474
+#: i18n/templates.c:5501
msgid "Manage States"
msgstr ""
-#: i18n/templates.c:6104
+#: i18n/templates.c:6131
msgid "Manage Sub-Groups in #name#"
msgstr ""
@@ -6426,7 +6478,7 @@ msgstr ""
msgid "Manage Task Scheduler"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:1054 i18n/templates.c:5213
+#: plugins/ktcore/admin/workflowsv2.php:1054 i18n/templates.c:5240
msgid "Manage Transition"
msgstr ""
@@ -6434,7 +6486,7 @@ msgstr ""
msgid "Manage Transition Actions"
msgstr ""
-#: i18n/templates.c:5516 i18n/templates.c:5774
+#: i18n/templates.c:5543 i18n/templates.c:5801
msgid "Manage Transitions"
msgstr ""
@@ -6442,8 +6494,8 @@ msgstr ""
msgid "Manage User Interface Settings"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:247 i18n/templates.c:5912
-#: i18n/templates.c:5930
+#: plugins/ktcore/KTCorePlugin.php:247 i18n/templates.c:5939
+#: i18n/templates.c:5957
msgid "Manage Users"
msgstr ""
@@ -6451,7 +6503,7 @@ msgstr ""
msgid "Manage Users for Role"
msgstr ""
-#: i18n/templates.c:5957 i18n/templates.c:5963 i18n/templates.c:6086
+#: i18n/templates.c:5984 i18n/templates.c:5990 i18n/templates.c:6113
msgid "Manage Users in #name#"
msgstr ""
@@ -6468,16 +6520,16 @@ msgstr ""
msgid "Manage complex conditional"
msgstr ""
-#: i18n/templates.c:3047
+#: i18n/templates.c:3059
msgid "Manage conditional"
msgstr ""
#: plugins/ktcore/admin/manageConditionals.php:101
-#: plugins/ktcore/admin/manageConditionals.php:174 i18n/templates.c:2915
+#: plugins/ktcore/admin/manageConditionals.php:174 i18n/templates.c:2927
msgid "Manage conditional fieldset"
msgstr ""
-#: i18n/templates.c:3968 i18n/templates.c:6623
+#: i18n/templates.c:3980 i18n/templates.c:6650
msgid "Manage conditions."
msgstr ""
@@ -6489,7 +6541,7 @@ msgstr ""
msgid "Manage keys"
msgstr ""
-#: i18n/templates.c:2669
+#: i18n/templates.c:2681
msgid "Manage lookup tree"
msgstr ""
@@ -6507,9 +6559,9 @@ msgstr ""
msgid "Manage plugins"
msgstr ""
-#: i18n/permissions.c:12 i18n/templates.c:4526 i18n/templates.c:4535
-#: i18n/templates.c:4667 i18n/templates.c:4676 i18n/templates.c:4697
-#: i18n/templates.c:7064
+#: i18n/permissions.c:12 i18n/templates.c:4544 i18n/templates.c:4553
+#: i18n/templates.c:4685 i18n/templates.c:4694 i18n/templates.c:4724
+#: i18n/templates.c:7091
msgid "Manage security"
msgstr ""
@@ -6518,7 +6570,7 @@ msgstr ""
msgid "Manage simple conditional"
msgstr ""
-#: i18n/templates.c:5915 i18n/templates.c:5933
+#: i18n/templates.c:5942 i18n/templates.c:5960
msgid "Manage sub-groups"
msgstr ""
@@ -6558,7 +6610,7 @@ msgstr ""
msgid "Manage workflow"
msgstr ""
-#: i18n/templates.c:2480
+#: i18n/templates.c:2492
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 ""
@@ -6570,7 +6622,7 @@ msgstr ""
msgid "Master Field"
msgstr ""
-#: i18n/templates.c:2942 i18n/templates.c:2951
+#: i18n/templates.c:2954 i18n/templates.c:2963
msgid "Master field"
msgstr ""
@@ -6588,19 +6640,19 @@ msgstr ""
msgid "Maximum Sessions"
msgstr ""
-#: i18n/templates.c:4505
+#: i18n/templates.c:4523
msgid "Member groups"
msgstr ""
-#: i18n/templates.c:4415
+#: i18n/templates.c:4433
msgid "Member users"
msgstr ""
-#: i18n/templates.c:7232 i18n/templates.c:7241
+#: i18n/templates.c:7259 i18n/templates.c:7268
msgid "Metadata"
msgstr ""
-#: i18n/templates.c:1217 i18n/templates.c:6767 i18n/templates.c:7211
+#: i18n/templates.c:1217 i18n/templates.c:6794 i18n/templates.c:7238
msgid "Metadata Version"
msgstr ""
@@ -6608,15 +6660,15 @@ msgstr ""
msgid "Metadata field expected"
msgstr ""
-#: i18n/templates.c:3455
+#: i18n/templates.c:3467
msgid "Migration process has taken:"
msgstr ""
-#: i18n/templates.c:3452
+#: i18n/templates.c:3464
msgid "Migration process started on:"
msgstr ""
-#: i18n/templates.c:3443
+#: i18n/templates.c:3455
msgid "Migration to using the new search requires text to be moved from the database full text indexes into the Document Indexer Service. This may take some time depending on the size of the repository. For this reason, the process is a background task."
msgstr ""
@@ -6625,7 +6677,7 @@ msgid "Mime Type"
msgstr ""
#: plugins/ktcore/KTCorePlugin.php:301 i18n/templates.c:185
-#: i18n/templates.c:3101
+#: i18n/templates.c:3113
msgid "Mime Types"
msgstr ""
@@ -6647,7 +6699,7 @@ msgstr ""
msgid "Modification Date"
msgstr ""
-#: plugins/ktcore/KTColumns.inc.php:239
+#: plugins/ktcore/KTColumns.inc.php:270
#: search2/search/fields/ModifiedField.inc.php:44
msgid "Modified"
msgstr ""
@@ -6660,7 +6712,7 @@ msgstr ""
msgid "Modified Delta"
msgstr ""
-#: i18n/templates.c:3428
+#: i18n/templates.c:3440
msgid "Modified by:"
msgstr ""
@@ -6680,33 +6732,33 @@ msgstr ""
msgid "Mount"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:140 plugins/ktcore/KTBulkActions.php:148
-#: plugins/ktcore/KTDocumentActions.php:935
-#: plugins/ktcore/KTDocumentActions.php:971 i18n/templates.c:3995
-#: i18n/templates.c:4124 i18n/templates.c:4127 i18n/templates.c:4136
-#: i18n/templates.c:4148 i18n/templates.c:4205 i18n/templates.c:4214
+#: plugins/ktcore/KTBulkActions.php:194 plugins/ktcore/KTBulkActions.php:202
+#: plugins/ktcore/KTDocumentActions.php:964
+#: plugins/ktcore/KTDocumentActions.php:1000 i18n/templates.c:4007
+#: i18n/templates.c:4139 i18n/templates.c:4142 i18n/templates.c:4151
+#: i18n/templates.c:4163 i18n/templates.c:4223 i18n/templates.c:4232
#: i18n/transactions.c:5
msgid "Move"
msgstr ""
-#: i18n/templates.c:3992
+#: i18n/templates.c:4004
msgid "Move Action for Transition"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:964
-#: plugins/ktcore/KTDocumentActions.php:970 i18n/templates.c:4049
+#: plugins/ktcore/KTDocumentActions.php:993
+#: plugins/ktcore/KTDocumentActions.php:999 i18n/templates.c:4061
msgid "Move Document"
msgstr ""
-#: i18n/templates.c:4133 i18n/templates.c:4202
+#: i18n/templates.c:4148 i18n/templates.c:4220
msgid "Move Files and Folders"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:147
+#: plugins/ktcore/KTBulkActions.php:201
msgid "Move Items"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:1200
+#: lib/documentmanagement/documentutil.inc.php:1379
#, php-format
msgid "Moved from %s/%s to %s/%s. %s"
msgstr ""
@@ -6719,15 +6771,15 @@ msgstr ""
msgid "Moves the document to another folder."
msgstr ""
-#: i18n/templates.c:4052
+#: i18n/templates.c:4064
msgid "Moving a document relocates the document within the DMS."
msgstr ""
-#: i18n/templates.c:4118
+#: i18n/templates.c:4133
msgid "Moving a document relocates the document within the document repository."
msgstr ""
-#: plugins/ktcore/KTColumns.inc.php:348
+#: plugins/ktcore/KTColumns.inc.php:379
msgid "Multiple Selection"
msgstr ""
@@ -6757,7 +6809,7 @@ msgstr ""
msgid "NOT"
msgstr ""
-#: i18n/templates.c:3404
+#: i18n/templates.c:3416
msgid "NOT AVAILABLE"
msgstr ""
@@ -6782,15 +6834,15 @@ msgstr ""
#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:297
#: plugins/wintools/email/emailDocumentTypes.php:68 preferences.php:76
#: i18n/templates.c:383 i18n/templates.c:758 i18n/templates.c:950
-#: i18n/templates.c:1133 i18n/templates.c:1187 i18n/templates.c:1880
-#: i18n/templates.c:2132 i18n/templates.c:2348 i18n/templates.c:2519
-#: i18n/templates.c:2597 i18n/templates.c:2642 i18n/templates.c:2708
-#: i18n/templates.c:2729 i18n/templates.c:3653 i18n/templates.c:4265
-#: i18n/templates.c:4286 i18n/templates.c:4310 i18n/templates.c:4910
-#: i18n/templates.c:5327 i18n/templates.c:5753 i18n/templates.c:6314
-#: i18n/templates.c:6392 i18n/templates.c:6569 i18n/templates.c:6638
-#: i18n/templates.c:6647 i18n/templates.c:6683 i18n/templates.c:6692
-#: i18n/templates.c:6833
+#: i18n/templates.c:1133 i18n/templates.c:1187 i18n/templates.c:1892
+#: i18n/templates.c:2144 i18n/templates.c:2360 i18n/templates.c:2531
+#: i18n/templates.c:2609 i18n/templates.c:2654 i18n/templates.c:2720
+#: i18n/templates.c:2741 i18n/templates.c:3665 i18n/templates.c:4283
+#: i18n/templates.c:4304 i18n/templates.c:4328 i18n/templates.c:4937
+#: i18n/templates.c:5354 i18n/templates.c:5780 i18n/templates.c:6341
+#: i18n/templates.c:6419 i18n/templates.c:6596 i18n/templates.c:6665
+#: i18n/templates.c:6674 i18n/templates.c:6710 i18n/templates.c:6719
+#: i18n/templates.c:6860
msgid "Name"
msgstr ""
@@ -6803,12 +6855,12 @@ msgstr ""
msgid "Name of condition"
msgstr ""
-#: i18n/templates.c:2711 i18n/templates.c:4268 i18n/templates.c:6374
-#: i18n/templates.c:6395
+#: i18n/templates.c:2723 i18n/templates.c:4286 i18n/templates.c:6401
+#: i18n/templates.c:6422
msgid "Namespace"
msgstr ""
-#: i18n/templates.c:6428 i18n/templates.c:6467
+#: i18n/templates.c:6455 i18n/templates.c:6494
msgid "New"
msgstr ""
@@ -6831,11 +6883,11 @@ msgstr ""
msgid "New Link"
msgstr ""
-#: i18n/templates.c:2909
+#: i18n/templates.c:2921
msgid "New Name"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1639
+#: plugins/ktcore/KTDocumentActions.php:1699
msgid "New Owner"
msgstr ""
@@ -6851,7 +6903,7 @@ msgstr ""
msgid "New Saved Search"
msgstr ""
-#: i18n/templates.c:5663
+#: i18n/templates.c:5690
msgid "New State"
msgstr ""
@@ -6900,19 +6952,19 @@ msgstr ""
msgid "New thread created"
msgstr ""
-#: i18n/templates.c:3134
+#: i18n/templates.c:3146
msgid "New to Document Management, or to #appname#? We've written some quick documentation to help you along"
msgstr ""
-#: i18n/templates.c:5354
+#: i18n/templates.c:5381
msgid "New workflow information"
msgstr ""
-#: i18n/templates.c:5357
+#: i18n/templates.c:5384
msgid "New workflow name"
msgstr ""
-#: plugins/ktcore/admin/workflow/newworkflow.inc.php:72 i18n/templates.c:6191
+#: plugins/ktcore/admin/workflow/newworkflow.inc.php:72 i18n/templates.c:6218
msgid "Next"
msgstr ""
@@ -6920,9 +6972,9 @@ msgstr ""
msgid "Next run time"
msgstr ""
-#: i18n/templates.c:65 i18n/templates.c:2372 i18n/templates.c:2378
-#: i18n/templates.c:2426 i18n/templates.c:2531 i18n/templates.c:2621
-#: i18n/templates.c:2627 i18n/templates.c:3041 i18n/templates.c:4325
+#: i18n/templates.c:65 i18n/templates.c:2384 i18n/templates.c:2390
+#: i18n/templates.c:2438 i18n/templates.c:2543 i18n/templates.c:2633
+#: i18n/templates.c:2639 i18n/templates.c:3053 i18n/templates.c:4343
msgid "No"
msgstr ""
@@ -6930,7 +6982,7 @@ msgstr ""
msgid "No Base DN provided"
msgstr ""
-#: i18n/templates.c:6455
+#: i18n/templates.c:6482
msgid "No Conditions have been defined."
msgstr ""
@@ -6946,7 +6998,7 @@ msgstr ""
msgid "No Object Classes provided"
msgstr ""
-#: i18n/templates.c:3701 i18n/templates.c:6497
+#: i18n/templates.c:3713 i18n/templates.c:6524
msgid "No Saved Searches have been defined."
msgstr ""
@@ -7000,23 +7052,23 @@ msgstr ""
msgid "No action specified."
msgstr ""
-#: i18n/templates.c:5612
+#: i18n/templates.c:5639
msgid "No actions are controlled by this workflow, so all actions are available when documents are in this state."
msgstr ""
-#: i18n/templates.c:5693
+#: i18n/templates.c:5720
msgid "No actions are controlled by this workflow."
msgstr ""
-#: i18n/templates.c:5657
+#: i18n/templates.c:5684
msgid "No actions are controlled by this workflow. All actions will be available at all states."
msgstr ""
-#: i18n/templates.c:5447
+#: i18n/templates.c:5474
msgid "No actions are performed when this transition occurs."
msgstr ""
-#: i18n/templates.c:6542
+#: i18n/templates.c:6569
msgid "No additional authentication sources have been defined."
msgstr ""
@@ -7029,7 +7081,7 @@ msgstr ""
msgid "No automatic assignment"
msgstr ""
-#: i18n/templates.c:2114
+#: i18n/templates.c:2126
msgid "No automatic workflow"
msgstr ""
@@ -7055,11 +7107,11 @@ msgstr ""
msgid "No collection specified."
msgstr ""
-#: i18n/templates.c:2228
+#: i18n/templates.c:2240
msgid "No columns have been added to this view"
msgstr ""
-#: view.php:302
+#: view.php:315
#, php-format
msgid "No comparison version was requested. Please select a version."
msgstr ""
@@ -7072,15 +7124,15 @@ msgstr ""
msgid "No configuration has been implemented for this plugin."
msgstr ""
-#: i18n/templates.c:3329
+#: i18n/templates.c:3341
msgid "No content specified for this help file yet. Edit it first."
msgstr ""
-#: i18n/templates.c:3851
+#: i18n/templates.c:3863
msgid "No criteria have been selected for the criteria group."
msgstr ""
-#: i18n/templates.c:4970
+#: i18n/templates.c:4997
msgid "No defined workflows"
msgstr ""
@@ -7089,16 +7141,16 @@ msgstr ""
msgid "No description given"
msgstr ""
-#: view.php:112 view.php:269
+#: view.php:112 view.php:282
#, php-format
msgid "No document was requested. Please browse for one."
msgstr ""
-#: i18n/templates.c:6968
+#: i18n/templates.c:6995
msgid "No documents are currently checked out."
msgstr ""
-#: i18n/templates.c:6884
+#: i18n/templates.c:6911
msgid "No documents are marked as deleted."
msgstr ""
@@ -7110,16 +7162,16 @@ msgstr ""
msgid "No documents have been selected."
msgstr ""
-#: plugins/tagcloud/TagCloudRedirectPage.php:138 search/booleanSearch.php:314
-#: search/simpleSearch.php:179 search2.php:343
+#: plugins/tagcloud/TagCloudRedirectPage.php:138 search2.php:343
+#: search/booleanSearch.php:314 search/simpleSearch.php:179
msgid "No documents or folders match this query."
msgstr ""
-#: ktwebservice/webservice.php:2104
+#: ktwebservice/webservice.php:2418
msgid "No documents were found matching the specified document no"
msgstr ""
-#: i18n/templates.c:6794 i18n/templates.c:6917 i18n/templates.c:6938
+#: i18n/templates.c:6821 i18n/templates.c:6944 i18n/templates.c:6965
msgid "No documents were selected."
msgstr ""
@@ -7132,7 +7184,7 @@ msgstr ""
msgid "No extractor for docid: %d"
msgstr ""
-#: i18n/templates.c:3938 i18n/templates.c:6593
+#: i18n/templates.c:3950 i18n/templates.c:6620
msgid "No fields associated with this fieldset."
msgstr ""
@@ -7141,11 +7193,11 @@ msgstr ""
msgid "No fieldsets"
msgstr ""
-#: i18n/templates.c:854 i18n/templates.c:4820
+#: i18n/templates.c:854 i18n/templates.c:4847
msgid "No fieldsets are available to be added. To add a fieldset, please go to DMS Administration"
msgstr ""
-#: i18n/templates.c:845 i18n/templates.c:4811
+#: i18n/templates.c:845 i18n/templates.c:4838
msgid "No fieldsets are currently associated with this type."
msgstr ""
@@ -7174,12 +7226,12 @@ msgstr ""
msgid "No folders or documents in this location."
msgstr ""
-#: i18n/templates.c:3950 i18n/templates.c:3959 i18n/templates.c:6605
-#: i18n/templates.c:6614
+#: i18n/templates.c:3962 i18n/templates.c:3971 i18n/templates.c:6632
+#: i18n/templates.c:6641
msgid "No free fields."
msgstr ""
-#: i18n/templates.c:2498
+#: i18n/templates.c:2510
msgid "No free keywords. Use the \"unlink\" action on a keyword to make it available."
msgstr ""
@@ -7187,11 +7239,11 @@ msgstr ""
msgid "No group is required to perform this transition"
msgstr ""
-#: i18n/templates.c:5573
+#: i18n/templates.c:5600
msgid "No groups or roles are defined in the DMS."
msgstr ""
-#: i18n/templates.c:4919
+#: i18n/templates.c:4946
msgid "No help files have been customized."
msgstr ""
@@ -7199,7 +7251,7 @@ msgstr ""
msgid "No help page specified."
msgstr ""
-#: i18n/templates.c:3107
+#: i18n/templates.c:3119
msgid "No indicated problem."
msgstr ""
@@ -7211,7 +7263,7 @@ msgstr ""
msgid "No internal"
msgstr ""
-#: i18n/templates.c:2783
+#: i18n/templates.c:2795
msgid "No items have been assigned with the current \t\t parent behaviour."
msgstr ""
@@ -7219,11 +7271,11 @@ msgstr ""
msgid "No items in the category."
msgstr ""
-#: i18n/templates.c:2249
+#: i18n/templates.c:2261
msgid "No items require your attention"
msgstr ""
-#: i18n/templates.c:3182
+#: i18n/templates.c:3194
msgid "No items require your attention."
msgstr ""
@@ -7240,11 +7292,11 @@ msgstr ""
msgid "No licenses have been installed"
msgstr ""
-#: i18n/templates.c:6851
+#: i18n/templates.c:6878
msgid "No link administrator changeable link types available."
msgstr ""
-#: i18n/templates.c:1952 i18n/templates.c:2024
+#: i18n/templates.c:1964 i18n/templates.c:2036
msgid "No link types are defined. Please ask the administrator to add them."
msgstr ""
@@ -7252,7 +7304,7 @@ msgstr ""
msgid "No local user with that username"
msgstr ""
-#: browse.php:281
+#: browse.php:294
msgid "No lookup fields available."
msgstr ""
@@ -7267,7 +7319,7 @@ msgstr ""
msgid "No lookups were selected for editing"
msgstr ""
-#: i18n/templates.c:2945
+#: i18n/templates.c:2957
msgid "No master field is set, please select the master field"
msgstr ""
@@ -7302,7 +7354,7 @@ msgstr ""
msgid "No password was provided"
msgstr ""
-#: i18n/templates.c:5366
+#: i18n/templates.c:5393
msgid "No permissions are controlled by this state. Indicate below which permissions are controlled to allocate them."
msgstr ""
@@ -7311,15 +7363,15 @@ msgstr ""
msgid "No permissions are required to perform this transition"
msgstr ""
-#: i18n/templates.c:5633
+#: i18n/templates.c:5660
msgid "No permissions have been created within #appname#."
msgstr ""
-#: i18n/templates.c:7037
+#: i18n/templates.c:7064
msgid "No problems found - database is consistent with the contents of the repository."
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:755
+#: lib/documentmanagement/documentutil.inc.php:903
msgid "No reason given"
msgstr ""
@@ -7336,7 +7388,7 @@ msgid "No restrictions in place for this transition."
msgstr ""
#: i18n/templates.c:971 i18n/templates.c:1145 i18n/templates.c:1202
-#: i18n/templates.c:5936 i18n/templates.c:6359
+#: i18n/templates.c:5963 i18n/templates.c:6386
msgid "No results for your search."
msgstr ""
@@ -7344,19 +7396,19 @@ msgstr ""
msgid "No role is required to perform this transition"
msgstr ""
-#: i18n/templates.c:4115 i18n/templates.c:4394
+#: i18n/templates.c:4127 i18n/templates.c:4412
msgid "No roles defined in the Role Administration area."
msgstr ""
-#: i18n/templates.c:7070
+#: i18n/templates.c:7097
msgid "No roles or groups have been defined or have permissions."
msgstr ""
-#: i18n/templates.c:4694
+#: i18n/templates.c:4721
msgid "No roles or groups have been defined. Permissions can only be allocated to roles and groups."
msgstr ""
-#: i18n/templates.c:4436 i18n/templates.c:4553
+#: i18n/templates.c:4454 i18n/templates.c:4571
msgid "No roles, groups, or users have been defined or have permissions."
msgstr ""
@@ -7368,11 +7420,11 @@ msgstr ""
msgid "No search parameters given"
msgstr ""
-#: i18n/templates.c:2165
+#: i18n/templates.c:2177
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:2129
+#: i18n/templates.c:2141
msgid "No search specified, or no results for your search. Please choose some criteria from the list above to find users."
msgstr ""
@@ -7433,7 +7485,7 @@ msgstr ""
msgid "No such column: %s"
msgstr ""
-#: lib/actions/bulkaction.php:196
+#: lib/actions/bulkaction.php:247
msgid "No such document"
msgstr ""
@@ -7441,7 +7493,7 @@ msgstr ""
msgid "No such element"
msgstr ""
-#: lib/actions/bulkaction.php:219
+#: lib/actions/bulkaction.php:270
msgid "No such folder"
msgstr ""
@@ -7493,11 +7545,11 @@ msgstr ""
msgid "No such widget: %s"
msgstr ""
-#: i18n/templates.c:3191
+#: i18n/templates.c:3203
msgid "No tasks have been run yet."
msgstr ""
-#: i18n/templates.c:7301
+#: i18n/templates.c:7328
msgid "No tasks have been scheduled"
msgstr ""
@@ -7518,15 +7570,15 @@ msgstr ""
msgid "No transition specified."
msgstr ""
-#: i18n/templates.c:7274
+#: i18n/templates.c:7301
msgid "No transitions are available while the document is checked out."
msgstr ""
-#: i18n/templates.c:5603
+#: i18n/templates.c:5630
msgid "No transitions have been defined for this workflow."
msgstr ""
-#: i18n/templates.c:5594
+#: i18n/templates.c:5621
msgid "No transitions lead to this state."
msgstr ""
@@ -7534,7 +7586,7 @@ msgstr ""
msgid "No unit"
msgstr ""
-#: i18n/templates.c:4664 i18n/templates.c:7184
+#: i18n/templates.c:4682 i18n/templates.c:7211
msgid "No users have permissions on this item."
msgstr ""
@@ -7551,7 +7603,7 @@ msgid "No valid email addresses supplied"
msgstr ""
#: i18n/templates.c:35 i18n/templates.c:1289 i18n/templates.c:1292
-#: i18n/templates.c:1343 i18n/templates.c:4928
+#: i18n/templates.c:1343 i18n/templates.c:4955
msgid "No workflow"
msgstr ""
@@ -7567,7 +7619,7 @@ msgstr ""
msgid "Non-integer returned when looking for count"
msgstr ""
-#: lib/documentmanagement/Document.inc:223 lib/ktentity.inc:666
+#: lib/documentmanagement/Document.inc:299 lib/ktentity.inc:666
msgid "Non-numeric identifier"
msgstr ""
@@ -7582,8 +7634,8 @@ msgid "None"
msgstr ""
#: lib/documentmanagement/DocumentField.inc:202
-#: plugins/ktcore/admin/documentFieldsv2.php:108 i18n/templates.c:2735
-#: i18n/templates.c:4292
+#: plugins/ktcore/admin/documentFieldsv2.php:108 i18n/templates.c:2747
+#: i18n/templates.c:4310
msgid "Normal"
msgstr ""
@@ -7601,7 +7653,7 @@ msgstr ""
msgid "Not Required"
msgstr ""
-#: i18n/templates.c:3683 i18n/templates.c:3692
+#: i18n/templates.c:3695 i18n/templates.c:3704
msgid "Not Shared"
msgstr ""
@@ -7650,12 +7702,12 @@ msgstr ""
msgid "Not yet implemented in %s"
msgstr ""
-#: i18n/templates.c:6782 i18n/templates.c:6827 i18n/templates.c:6902
-#: i18n/templates.c:6923
+#: i18n/templates.c:6809 i18n/templates.c:6854 i18n/templates.c:6929
+#: i18n/templates.c:6950
msgid "Note"
msgstr ""
-#: i18n/templates.c:2072
+#: i18n/templates.c:2084
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 ""
@@ -7675,19 +7727,19 @@ msgstr ""
msgid "Note that the options which are available depends on previous choices within this fieldset."
msgstr ""
-#: i18n/templates.c:3503
+#: i18n/templates.c:3515
msgid "Note:"
msgstr ""
-#: i18n/templates.c:3203
+#: i18n/templates.c:3215
msgid "Note: The stack install uses its own service for task scheduling and the following is only for source installs."
msgstr ""
-#: i18n/templates.c:3200
+#: i18n/templates.c:3212
msgid "Note: The stack install uses its own service for task scheduling. To check if this service has been installed and is running, open the Control Panel, go to Administrative Tools and open the list of Services. The scheduler service is called ktdmsScheduler. For further information on this service, please refer to the documentation."
msgstr ""
-#: i18n/templates.c:3470
+#: i18n/templates.c:3482
msgid "Note: Search results will not be accurate until the migration process is complete."
msgstr ""
@@ -7695,9 +7747,9 @@ msgstr ""
msgid "Nothing else is available"
msgstr ""
-#: plugins/ktcore/KTMiscPages.php:44 plugins/ktcore/admin/workflowsv2.php:2105
-#: plugins/ktcore/admin/workflowsv2.php:2257 i18n/templates.c:5099
-#: i18n/templates.c:5399
+#: plugins/ktcore/admin/workflowsv2.php:2105
+#: plugins/ktcore/admin/workflowsv2.php:2257 plugins/ktcore/KTMiscPages.php:44
+#: i18n/templates.c:5126 i18n/templates.c:5426
msgid "Notifications"
msgstr ""
@@ -7709,11 +7761,11 @@ msgstr ""
msgid "Notifications updated."
msgstr ""
-#: i18n/templates.c:5501 i18n/templates.c:5720
+#: i18n/templates.c:5528 i18n/templates.c:5747
msgid "Notified groups & roles"
msgstr ""
-#: i18n/templates.c:3272
+#: i18n/templates.c:3284
msgid "Now editing field \""
msgstr ""
@@ -7736,42 +7788,42 @@ msgstr ""
msgid "Object no longer exists"
msgstr ""
-#: i18n/templates.c:7043
+#: i18n/templates.c:7070
msgid "On deleting a document version the version history will remain but the document will be permanently deleted."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:878
+#: plugins/ktcore/KTBulkActions.php:991
#, php-format
msgid "Once downloaded, return to the original folder"
msgstr ""
-#: i18n/templates.c:4046
+#: i18n/templates.c:4058
msgid "Once the document has been downloaded, you should return to the document view."
msgstr ""
-#: i18n/templates.c:5369
+#: i18n/templates.c:5396
msgid "Once you've selected the permissions you want to control for this workflow state, you should allocate these to the appropriate groups and roles."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:622
+#: plugins/ktcore/KTBulkActions.php:732
#: plugins/ktstandard/KTBulkExportPlugin.php:160
#, php-format
msgid "Once your download is complete, click here to return to the original folder"
msgstr ""
-#: i18n/templates.c:5294
+#: i18n/templates.c:5321
msgid "One of the most powerful features of #appname# is the workflow system. This allows you to direct the lifecycle of a document from start to finish. The \"Workflow Administration\" menu on the left allows you to access and update information about states, transitions, security and notifications as they apply to this workflow."
msgstr ""
-#: i18n/templates.c:5225
+#: i18n/templates.c:5252
msgid "One of the powerful aspects of transitions is that you can specify a set of \"effects\" which occur when the transition is followed. This list can be extended by plugins, and includes things like automatically moving the document to a particular folder."
msgstr ""
-#: i18n/templates.c:5390
+#: i18n/templates.c:5417
msgid "One of the reasons that workflow is so key to the way #appname# is used is that states can have a variety of effects on the way other systems work. For example: workflow states can override the permissions on a document, and reaching a state can cause notifications to be sent out."
msgstr ""
-#: i18n/templates.c:6539
+#: i18n/templates.c:6566
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 ""
@@ -7795,7 +7847,7 @@ msgstr ""
msgid "OpenOffice Text Extractor"
msgstr ""
-#: plugins/ktcore/KTColumns.inc.php:542
+#: plugins/ktcore/KTColumns.inc.php:583
msgid "Opening Containing Folder"
msgstr ""
@@ -7803,19 +7855,19 @@ msgstr ""
msgid "Optimising Lucene index"
msgstr ""
-#: i18n/templates.c:2981 i18n/templates.c:3008
+#: i18n/templates.c:2993 i18n/templates.c:3020
msgid "Order"
msgstr ""
-#: i18n/templates.c:2972 i18n/templates.c:2999
+#: i18n/templates.c:2984 i18n/templates.c:3011
msgid "Order Fields"
msgstr ""
-#: i18n/templates.c:6062
+#: i18n/templates.c:6089
msgid "Organisation Name"
msgstr ""
-#: i18n/templates.c:6053
+#: i18n/templates.c:6080
msgid "Orgnisation Administration"
msgstr ""
@@ -7831,11 +7883,11 @@ msgstr ""
msgid "Orphaned Folders Plugin"
msgstr ""
-#: i18n/templates.c:2399
+#: i18n/templates.c:2411
msgid "Over time, the lookup values which make sense will change and evolve as your organisation does. You may thus need to change the lookup values associated with a given field. There are a number of different states that are possible for a given lookup"
msgstr ""
-#: i18n/templates.c:4370
+#: i18n/templates.c:4388
msgid "Override Parent Allocation"
msgstr ""
@@ -7843,7 +7895,7 @@ msgstr ""
msgid "Override parent allocation"
msgstr ""
-#: i18n/templates.c:4547
+#: i18n/templates.c:4565
msgid "Override permissions"
msgstr ""
@@ -7875,7 +7927,7 @@ msgstr ""
msgid "Owner"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1698
+#: plugins/ktcore/KTDocumentActions.php:1758
msgid "Ownership changed."
msgstr ""
@@ -7891,11 +7943,11 @@ msgstr ""
msgid "PDF Text Extractor"
msgstr ""
-#: i18n/templates.c:5810
+#: i18n/templates.c:5837
msgid "PHP Information"
msgstr ""
-#: i18n/templates.c:2246
+#: i18n/templates.c:2258
msgid "Page: #batch#"
msgstr ""
@@ -7903,7 +7955,7 @@ msgstr ""
msgid "Parameters"
msgstr ""
-#: i18n/templates.c:3581
+#: i18n/templates.c:3593
msgid "Parse"
msgstr ""
@@ -7921,7 +7973,7 @@ msgstr ""
#: lib/authentication/builtinauthenticationprovider.inc.php:190
#: plugins/ktcore/admin/userManagement.php:159
#: plugins/ktcore/admin/userManagement.php:268 preferences.php:131
-#: i18n/templates.c:6362 i18n/templates.c:6728
+#: i18n/templates.c:6389 i18n/templates.c:6755
msgid "Password"
msgstr ""
@@ -7950,15 +8002,15 @@ msgstr ""
msgid "Per-User Activity"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1551
+#: plugins/ktcore/KTDocumentActions.php:1611
msgid "Perform Quick Transition"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1552 i18n/templates.c:4946
+#: plugins/ktcore/KTDocumentActions.php:1612 i18n/templates.c:4973
msgid "Perform Transition"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1586
+#: plugins/ktcore/KTDocumentActions.php:1646
#, php-format
msgid "Perform Transition: %s"
msgstr ""
@@ -7967,15 +8019,15 @@ msgstr ""
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:3518
+#: i18n/templates.c:3530
msgid "Period Since Last Indexing:"
msgstr ""
-#: i18n/templates.c:3512
+#: i18n/templates.c:3524
msgid "Period Since Last Optimization:"
msgstr ""
-#: i18n/templates.c:7319
+#: i18n/templates.c:7346
msgid "Permission"
msgstr ""
@@ -7995,11 +8047,11 @@ msgstr ""
msgid "Permission deleted"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:258 plugins/ktcore/KTPermissions.php:68
-#: plugins/ktcore/KTPermissions.php:195
#: plugins/ktcore/folder/Permissions.php:56
#: plugins/ktcore/folder/Permissions.php:60
-#: plugins/ktcore/folder/Permissions.php:193 i18n/templates.c:4430
+#: plugins/ktcore/folder/Permissions.php:193
+#: plugins/ktcore/KTCorePlugin.php:258 plugins/ktcore/KTPermissions.php:68
+#: plugins/ktcore/KTPermissions.php:195 i18n/templates.c:4448
msgid "Permissions"
msgstr ""
@@ -8007,11 +8059,11 @@ msgstr ""
msgid "Permissions Allocated."
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:1230 i18n/templates.c:5183
+#: plugins/ktcore/admin/workflowsv2.php:1230 i18n/templates.c:5210
msgid "Permissions Overview"
msgstr ""
-#: i18n/templates.c:7310
+#: i18n/templates.c:7337
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 ""
@@ -8023,7 +8075,7 @@ msgstr ""
msgid "Permissions on folder updated"
msgstr ""
-#: i18n/templates.c:5507 i18n/templates.c:5726
+#: i18n/templates.c:5534 i18n/templates.c:5753
msgid "Permissions overridden"
msgstr ""
@@ -8035,35 +8087,35 @@ msgstr ""
msgid "Plain Text Extractor"
msgstr ""
-#: i18n/templates.c:2198
+#: i18n/templates.c:2210
msgid "Please be aware that - depending on your selections - new values may become available."
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:1302
+#: lib/documentmanagement/documentutil.inc.php:1481
msgid "Please be sure to enter information for all the Required fields below"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1562
+#: plugins/ktcore/KTDocumentActions.php:1622
msgid "Please bear in mind that you can use a maximum of 250 characters."
msgstr ""
-#: i18n/templates.c:6125
+#: i18n/templates.c:6152
msgid "Please choose a location to place your unit folder."
msgstr ""
-#: i18n/templates.c:3023
+#: i18n/templates.c:3035
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:6074
+#: i18n/templates.c:6101
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 #appname#'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:5852
+#: i18n/templates.c:5879
msgid "Please complete the form below to edit the user. Fields marked with a red square are required. By default, users are created using #appname#'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:6974
+#: i18n/templates.c:7001
msgid "Please confirm that this is the document that you wish to check-in."
msgstr ""
@@ -8071,7 +8123,7 @@ msgstr ""
msgid "Please contact #email# to purchase a new subscription, or renew your existing one."
msgstr ""
-#: i18n/templates.c:6170
+#: i18n/templates.c:6197
msgid "Please contact the KnowledgeTree Sales team should you wish to learn more about commercially supported editions of KnowledgeTree."
msgstr ""
@@ -8091,7 +8143,7 @@ msgstr ""
msgid "Please either enter a name, or select a search to save over"
msgstr ""
-#: i18n/templates.c:3206
+#: i18n/templates.c:3218
msgid "Please ensure that the scheduler is listed in your cron jobs. The line to be added to the crontab to implement the cron job is:"
msgstr ""
@@ -8103,7 +8155,7 @@ msgstr ""
msgid "Please enter a list of transitions, one per line. Transition names must be unique."
msgstr ""
-#: i18n/templates.c:3383
+#: i18n/templates.c:3395
msgid "Please enter a name for the search expression."
msgstr ""
@@ -8116,11 +8168,11 @@ msgstr ""
msgid "Please enter some search criteria!"
msgstr ""
-#: i18n/templates.c:6254
+#: i18n/templates.c:6281
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:6188
+#: i18n/templates.c:6215
msgid "Please enter the Unit's details below and then click create unit. Fields marked with a red square are required."
msgstr ""
@@ -8128,7 +8180,7 @@ msgstr ""
msgid "Please enter the lookup values you wish to add, one per line."
msgstr ""
-#: i18n/templates.c:6722
+#: i18n/templates.c:6749
msgid "Please enter your details below to login."
msgstr ""
@@ -8140,7 +8192,7 @@ msgstr ""
msgid "Please enter your username."
msgstr ""
-#: i18n/templates.c:4607
+#: i18n/templates.c:4625
msgid "Please give a reason for deleting these files. This will be recorded in the documents' \"Transaction History\""
msgstr ""
@@ -8149,37 +8201,37 @@ msgstr ""
msgid "Please give the role a name."
msgstr ""
-#: i18n/templates.c:4145
+#: i18n/templates.c:4160
msgid "Please give these final details."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1039
-#: plugins/ktcore/KTDocumentActions.php:1241
+#: plugins/ktcore/KTDocumentActions.php:1068
+#: plugins/ktcore/KTDocumentActions.php:1270
msgid "Please indicate a new filename to use to resolve any conflicts."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1023
-#: plugins/ktcore/KTDocumentActions.php:1225
+#: plugins/ktcore/KTDocumentActions.php:1052
+#: plugins/ktcore/KTDocumentActions.php:1254
msgid "Please indicate a new title to use to resolve any title conflicts."
msgstr ""
-#: i18n/templates.c:7007 i18n/templates.c:7013
+#: i18n/templates.c:7034 i18n/templates.c:7040
msgid "Please note"
msgstr ""
-#: i18n/templates.c:5672
+#: i18n/templates.c:5699
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:4343
+#: i18n/templates.c:4361
msgid "Please note that changing role allocations may take a some time, depending on the number of folders below this one."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1641
+#: plugins/ktcore/KTDocumentActions.php:1701
msgid "Please note that changing the owner may affect access to this document."
msgstr ""
-#: i18n/templates.c:4958
+#: i18n/templates.c:4985
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 ""
@@ -8191,7 +8243,7 @@ msgstr ""
msgid "Please note that rescheduling all documents may take a long time, depending on the size of the repository."
msgstr ""
-#: i18n/templates.c:5108 i18n/templates.c:5129
+#: i18n/templates.c:5135 i18n/templates.c:5156
msgid "Please note that the plugins that are installed will affect the available options"
msgstr ""
@@ -8203,7 +8255,7 @@ msgstr ""
msgid "Please reattempt the query. The query is missing."
msgstr ""
-#: i18n/templates.c:6176
+#: i18n/templates.c:6203
msgid "Please refer to the documentation provided to you at subscription to learn more about how to access KnowledgeTree's professional support team."
msgstr ""
@@ -8211,7 +8263,7 @@ msgstr ""
msgid "Please reselect the file to upload."
msgstr ""
-#: i18n/templates.c:1874
+#: i18n/templates.c:1886
msgid "Please select a disclaimer to customize."
msgstr ""
@@ -8250,11 +8302,11 @@ msgstr ""
msgid "Please select one or more permissions."
msgstr ""
-#: i18n/templates.c:3821
+#: i18n/templates.c:3833
msgid "Please select some search criteria"
msgstr ""
-#: i18n/templates.c:2105
+#: i18n/templates.c:2117
msgid "Please select the appropriate workflows for each document type."
msgstr ""
@@ -8262,15 +8314,15 @@ msgstr ""
msgid "Please select the new type for this document."
msgstr ""
-#: i18n/templates.c:5201
+#: i18n/templates.c:5228
msgid "Please select which roles or groups should be informed when each state is reached."
msgstr ""
-#: i18n/templates.c:5564 i18n/templates.c:5678
+#: i18n/templates.c:5591 i18n/templates.c:5705
msgid "Please select which roles or groups should be informed when this state is reached."
msgstr ""
-#: i18n/templates.c:5789
+#: i18n/templates.c:5816
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 ""
@@ -8299,7 +8351,7 @@ msgstr ""
msgid "Please specify the file you wish to upload. Unless you also indicate that you are changing its filename (see \"Force Original Filename\" below), this will need to be called %s"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1362
+#: plugins/ktcore/KTDocumentActions.php:1407
msgid "Please specify why you are archiving this document. Please bear in mind that you can use a maximum of 250 characters."
msgstr ""
@@ -8307,7 +8359,7 @@ msgstr ""
msgid "Please specify why you are cancelling this document's checked-out status. Please bear in mind that you can use a maximum of 250 characters."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:783
+#: plugins/ktcore/KTBulkActions.php:896
msgid "Please specify why you are checking out these documents. It will assist other users in understanding why you have locked these files."
msgstr ""
@@ -8315,19 +8367,19 @@ msgstr ""
msgid "Please specify why you are checking out this document. It will assist other users in understanding why you have locked this file. Please bear in mind that you can use a maximum of 250 characters."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1198
+#: plugins/ktcore/KTDocumentActions.php:1227
msgid "Please specify why you are copying this document. Bear in mind that you can use a maximum of 250 characters."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:874
+#: plugins/ktcore/KTDocumentActions.php:890
msgid "Please specify why you are deleting this document. Please bear in mind that you can use a maximum of 250 characters."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:996
+#: plugins/ktcore/KTDocumentActions.php:1025
msgid "Please specify why you are moving this document. Bear in mind that you can use a maximum of 250 characters."
msgstr ""
-#: plugins/ktcore/admin/plugins.php:56 i18n/templates.c:6698
+#: plugins/ktcore/admin/plugins.php:56 i18n/templates.c:6725
msgid "Plugins"
msgstr ""
@@ -8347,11 +8399,11 @@ msgstr ""
msgid "Plus"
msgstr ""
-#: i18n/templates.c:6161
+#: i18n/templates.c:6188
msgid "Portions copyright The Jam Warehouse Software (Pty) Limited."
msgstr ""
-#: i18n/templates.c:2216 i18n/templates.c:2567
+#: i18n/templates.c:2228 i18n/templates.c:2579
msgid "Position"
msgstr ""
@@ -8359,11 +8411,11 @@ msgstr ""
msgid "Possible cause"
msgstr ""
-#: i18n/templates.c:2033
+#: i18n/templates.c:2045
msgid "Post a reply"
msgstr ""
-#: i18n/templates.c:2036
+#: i18n/templates.c:2048
msgid "Post reply"
msgstr ""
@@ -8371,9 +8423,9 @@ msgstr ""
msgid "PostScript Text Extractor"
msgstr ""
-#: config/siteMap.inc:72 lib/templating/kt3template.inc.php:307
-#: lib/templating/kt3template.inc.php:384 preferences.php:56
-#: i18n/templates.c:5867
+#: config/siteMap.inc:72 lib/templating/kt3template.inc.php:287
+#: lib/templating/kt3template.inc.php:364 preferences.php:56
+#: i18n/templates.c:5894
msgid "Preferences"
msgstr ""
@@ -8381,15 +8433,15 @@ msgstr ""
msgid "Premium"
msgstr ""
-#: i18n/templates.c:3221
+#: i18n/templates.c:3233
msgid "Press 'i' to edit a line."
msgstr ""
-#: i18n/templates.c:3218
+#: i18n/templates.c:3230
msgid "Press 'o' to start a new line."
msgstr ""
-#: i18n/templates.c:3224
+#: i18n/templates.c:3236
msgid "Press the 'esc' key to exit the edit mode."
msgstr ""
@@ -8413,7 +8465,7 @@ msgstr ""
msgid "Prevents users who do not have the specified role from using this transition."
msgstr ""
-#: plugins/documentpreview/documentPreviewPlugin.php:85 i18n/templates.c:2510
+#: plugins/documentpreview/documentPreviewPlugin.php:85 i18n/templates.c:2522
msgid "Preview"
msgstr ""
@@ -8474,7 +8526,7 @@ msgstr ""
msgid "Professional Reporting"
msgstr ""
-#: i18n/templates.c:2195
+#: i18n/templates.c:2207
msgid "Project Details"
msgstr ""
@@ -8483,11 +8535,11 @@ msgstr ""
msgid "Provided variable %s is not a valid %s"
msgstr ""
-#: i18n/templates.c:6572
+#: i18n/templates.c:6599
msgid "Provider"
msgstr ""
-#: i18n/templates.c:6578
+#: i18n/templates.c:6605
msgid "Provider configuration"
msgstr ""
@@ -8496,7 +8548,7 @@ msgstr ""
msgid "Provider does not support editing"
msgstr ""
-#: lib/documentmanagement/Document.inc:657
+#: lib/documentmanagement/Document.inc:740
msgid "Published"
msgstr ""
@@ -8512,11 +8564,11 @@ msgstr ""
msgid "Query name is empty"
msgstr ""
-#: i18n/templates.c:3539
+#: i18n/templates.c:3551
msgid "Queue Coverage :"
msgstr ""
-#: i18n/templates.c:3542
+#: i18n/templates.c:3554
msgid "Queue coverage indicates percentage of documents currently queued for indexing in relation to total repository size."
msgstr ""
@@ -8598,34 +8650,34 @@ msgstr ""
msgid "Read"
msgstr ""
-#: i18n/templates.c:6707
+#: i18n/templates.c:6734
msgid "Read plugins from filesystem"
msgstr ""
-#: i18n/templates.c:3122
+#: i18n/templates.c:3134
msgid "Read the admin introduction."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:78 plugins/ktcore/KTBulkActions.php:204
-#: plugins/ktcore/KTBulkActions.php:348 plugins/ktcore/KTBulkActions.php:446
-#: plugins/ktcore/KTBulkActions.php:782
+#: plugins/ktcore/KTBulkActions.php:78 plugins/ktcore/KTBulkActions.php:258
+#: plugins/ktcore/KTBulkActions.php:402 plugins/ktcore/KTBulkActions.php:500
+#: plugins/ktcore/KTBulkActions.php:895
#: plugins/ktcore/KTDocumentActions.php:422
#: plugins/ktcore/KTDocumentActions.php:604
#: plugins/ktcore/KTDocumentActions.php:766
-#: plugins/ktcore/KTDocumentActions.php:873
-#: plugins/ktcore/KTDocumentActions.php:995
-#: plugins/ktcore/KTDocumentActions.php:1197
-#: plugins/ktcore/KTDocumentActions.php:1361
-#: plugins/ktcore/KTDocumentActions.php:1560
-#: plugins/ktstandard/KTDiscussion.php:272 view.php:415
+#: plugins/ktcore/KTDocumentActions.php:889
+#: plugins/ktcore/KTDocumentActions.php:1024
+#: plugins/ktcore/KTDocumentActions.php:1226
+#: plugins/ktcore/KTDocumentActions.php:1406
+#: plugins/ktcore/KTDocumentActions.php:1620
+#: plugins/ktstandard/KTDiscussion.php:272 view.php:428
msgid "Reason"
msgstr ""
-#: i18n/templates.c:6641 i18n/templates.c:6650
+#: i18n/templates.c:6668 i18n/templates.c:6677
msgid "Reason for failure"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1482
+#: plugins/ktcore/KTDocumentActions.php:1542
msgid "Reason for transition"
msgstr ""
@@ -8655,7 +8707,7 @@ msgstr ""
msgid "Recreate Lucene index"
msgstr ""
-#: i18n/templates.c:3548 i18n/templates.c:3629
+#: i18n/templates.c:3560 i18n/templates.c:3641
msgid "Refresh"
msgstr ""
@@ -8675,13 +8727,13 @@ msgstr ""
msgid "Reindexing documents when they are encountered."
msgstr ""
-#: i18n/templates.c:1907
+#: i18n/templates.c:1919
msgid "Relationship"
msgstr ""
-#: i18n/templates.c:218 i18n/templates.c:2324 i18n/templates.c:2684
-#: i18n/templates.c:2699 i18n/templates.c:3287 i18n/templates.c:3914
-#: i18n/templates.c:3941 i18n/templates.c:4742 i18n/templates.c:6596
+#: i18n/templates.c:218 i18n/templates.c:2336 i18n/templates.c:2696
+#: i18n/templates.c:2711 i18n/templates.c:3299 i18n/templates.c:3926
+#: i18n/templates.c:3953 i18n/templates.c:4769 i18n/templates.c:6623
msgid "Remove"
msgstr ""
@@ -8689,19 +8741,19 @@ msgstr ""
msgid "Remove All"
msgstr ""
-#: i18n/templates.c:3854
+#: i18n/templates.c:3866
msgid "Remove Criteria Group"
msgstr ""
-#: i18n/templates.c:3050
+#: i18n/templates.c:3062
msgid "Remove conditional"
msgstr ""
-#: i18n/templates.c:2723 i18n/templates.c:3080 i18n/templates.c:4280
+#: i18n/templates.c:2735 i18n/templates.c:3092 i18n/templates.c:4298
msgid "Remove fields"
msgstr ""
-#: i18n/templates.c:2063
+#: i18n/templates.c:2075
msgid "Remove subscription"
msgstr ""
@@ -8724,21 +8776,21 @@ msgid "Removing document from queue: documentId %d"
msgstr ""
#: plugins/ktcore/document/Rename.php:58 plugins/ktcore/document/Rename.php:82
-#: plugins/ktcore/folder/Rename.php:52 i18n/templates.c:4085
-#: i18n/templates.c:4088 i18n/templates.c:4631 i18n/transactions.c:4
+#: plugins/ktcore/folder/Rename.php:52 i18n/templates.c:4097
+#: i18n/templates.c:4100 i18n/templates.c:4649 i18n/transactions.c:4
msgid "Rename"
msgstr ""
-#: i18n/templates.c:2900 i18n/templates.c:2912 i18n/templates.c:2984
-#: i18n/templates.c:2987
+#: i18n/templates.c:2912 i18n/templates.c:2924 i18n/templates.c:2996
+#: i18n/templates.c:2999
msgid "Rename Behaviours"
msgstr ""
-#: i18n/templates.c:4079
+#: i18n/templates.c:4091
msgid "Rename Document"
msgstr ""
-#: i18n/templates.c:4622 i18n/templates.c:4628
+#: i18n/templates.c:4640 i18n/templates.c:4646
msgid "Rename Folder"
msgstr ""
@@ -8746,16 +8798,16 @@ msgstr ""
msgid "Rename folder"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:280
+#: lib/foldermanagement/folderutil.inc.php:281
#, php-format
msgid "Renamed from \"%s\" to \"%s\""
msgstr ""
-#: i18n/templates.c:2225 i18n/templates.c:2579
+#: i18n/templates.c:2237 i18n/templates.c:2591
msgid "Reorder down"
msgstr ""
-#: i18n/templates.c:2222 i18n/templates.c:2576
+#: i18n/templates.c:2234 i18n/templates.c:2588
msgid "Reorder up"
msgstr ""
@@ -8767,7 +8819,7 @@ msgstr ""
msgid "Replacement already exists. Editing the existing copy instead of replacing."
msgstr ""
-#: i18n/templates.c:1970
+#: i18n/templates.c:1982
msgid "Replies"
msgstr ""
@@ -8788,8 +8840,8 @@ msgstr ""
msgid "Reports on user activities - login history and last login information."
msgstr ""
-#: plugins/ktcore/KTAssist.php:51 i18n/templates.c:4055 i18n/templates.c:4061
-#: i18n/templates.c:4064
+#: plugins/ktcore/KTAssist.php:51 i18n/templates.c:4067 i18n/templates.c:4073
+#: i18n/templates.c:4076
msgid "Request Assistance"
msgstr ""
@@ -8797,11 +8849,11 @@ msgstr ""
msgid "Request created in #timing#s"
msgstr ""
-#: view.php:444
+#: view.php:457
msgid "Request for an archived document to be restored"
msgstr ""
-#: view.php:405
+#: view.php:418
msgid "Request restoration of document"
msgstr ""
@@ -8813,7 +8865,7 @@ msgstr ""
#: i18n/templates.c:692 i18n/templates.c:1505 i18n/templates.c:1508
#: i18n/templates.c:1526 i18n/templates.c:1529 i18n/templates.c:1532
#: i18n/templates.c:1535 i18n/templates.c:1538 i18n/templates.c:1541
-#: i18n/templates.c:2651 i18n/templates.c:3251 i18n/templates.c:3257
+#: i18n/templates.c:2663 i18n/templates.c:3263 i18n/templates.c:3269
msgid "Required"
msgstr ""
@@ -8827,7 +8879,7 @@ msgstr ""
msgid "Required value %s not set"
msgstr ""
-#: i18n/templates.c:6713
+#: i18n/templates.c:6740
msgid "Reread plugins"
msgstr ""
@@ -8848,27 +8900,27 @@ msgstr ""
msgid "Reschedule all documents"
msgstr ""
-#: i18n/templates.c:3584
+#: i18n/templates.c:3596
msgid "Reset"
msgstr ""
-#: i18n/templates.c:4655 i18n/templates.c:7175
+#: i18n/templates.c:4673 i18n/templates.c:7202
msgid "Resolved permissions per user"
msgstr ""
-#: i18n/templates.c:3623
+#: i18n/templates.c:3635
msgid "Resource"
msgstr ""
-#: i18n/templates.c:6878 i18n/templates.c:6896
+#: i18n/templates.c:6905 i18n/templates.c:6923
msgid "Restore"
msgstr ""
-#: i18n/templates.c:4226
+#: i18n/templates.c:4244
msgid "Restore Document"
msgstr ""
-#: i18n/templates.c:6932
+#: i18n/templates.c:6959
msgid "Restore To"
msgstr ""
@@ -8884,17 +8936,17 @@ msgstr ""
msgid "Restore previously deleted documents, or permanently expunge them."
msgstr ""
-#: plugins/ktcore/KTAssist.php:310
#: plugins/ktcore/admin/deletedDocuments.php:269
+#: plugins/ktcore/KTAssist.php:310
#, php-format
msgid "Restored from deleted state by %s"
msgstr ""
-#: i18n/templates.c:815 i18n/templates.c:4781
+#: i18n/templates.c:815 i18n/templates.c:4808
msgid "Restrict document types"
msgstr ""
-#: i18n/templates.c:5054
+#: i18n/templates.c:5081
msgid "Restriction"
msgstr ""
@@ -8902,47 +8954,47 @@ msgstr ""
msgid "Restriction Type"
msgstr ""
-#: lib/actions/bulkaction.php:351
+#: lib/actions/bulkaction.php:414
msgid "Return"
msgstr ""
-#: i18n/templates.c:3305
+#: i18n/templates.c:3317
msgid "Return items which match"
msgstr ""
-#: i18n/templates.c:3836
+#: i18n/templates.c:3848
msgid "Return items which match #options# of the criteria groups specified."
msgstr ""
-#: i18n/templates.c:3848
+#: i18n/templates.c:3860
msgid "Return items which match #options# of the criteria specified below."
msgstr ""
-#: i18n/templates.c:2261 i18n/templates.c:2303 i18n/templates.c:3893
+#: i18n/templates.c:2273 i18n/templates.c:2315 i18n/templates.c:3905
msgid "Return items which match #options# of the criteria groups specified."
msgstr ""
-#: i18n/templates.c:2273
+#: i18n/templates.c:2285
msgid "Return items which match #options# of the criteria specified below."
msgstr ""
-#: i18n/templates.c:2315 i18n/templates.c:3905
+#: i18n/templates.c:2327 i18n/templates.c:3917
msgid "Return items which match #options# of the criteria specified."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:588 plugins/ktcore/KTBulkActions.php:838
+#: plugins/ktcore/KTBulkActions.php:698 plugins/ktcore/KTBulkActions.php:951
#, php-format
msgid "Return to the original folder"
msgstr ""
-#: i18n/templates.c:3338 i18n/templates.c:3341
+#: i18n/templates.c:3350 i18n/templates.c:3353
msgid "Return to where you came from."
msgstr ""
#: plugins/ktcore/folder/Permissions.php:435
-#: plugins/ktcore/folder/Permissions.php:442 i18n/templates.c:4103
-#: i18n/templates.c:4346 i18n/templates.c:4442 i18n/templates.c:4559
-#: i18n/templates.c:5624 i18n/templates.c:7076
+#: plugins/ktcore/folder/Permissions.php:442 i18n/templates.c:4115
+#: i18n/templates.c:4364 i18n/templates.c:4460 i18n/templates.c:4577
+#: i18n/templates.c:5651 i18n/templates.c:7103
msgid "Role"
msgstr ""
@@ -8961,7 +9013,7 @@ msgstr ""
msgid "Role \"%s\" updated."
msgstr ""
-#: i18n/templates.c:5996
+#: i18n/templates.c:6023
msgid "Role Administration"
msgstr ""
@@ -8970,7 +9022,7 @@ msgstr ""
msgid "Role Management"
msgstr ""
-#: i18n/templates.c:6017
+#: i18n/templates.c:6044
msgid "Role Name"
msgstr ""
@@ -8990,8 +9042,8 @@ msgstr ""
msgid "Role now uses parent."
msgstr ""
-#: i18n/templates.c:3326 i18n/templates.c:4439 i18n/templates.c:4556
-#: i18n/templates.c:5621 i18n/templates.c:7073
+#: i18n/templates.c:3338 i18n/templates.c:4457 i18n/templates.c:4574
+#: i18n/templates.c:5648 i18n/templates.c:7100
msgid "Role or Group"
msgstr ""
@@ -9000,9 +9052,9 @@ msgstr ""
msgid "Role: %s"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:260
-#: plugins/ktcore/admin/workflowsv2.php:2165 i18n/templates.c:5567
-#: i18n/templates.c:5681
+#: plugins/ktcore/admin/workflowsv2.php:2165
+#: plugins/ktcore/KTCorePlugin.php:260 i18n/templates.c:5594
+#: i18n/templates.c:5708
msgid "Roles"
msgstr ""
@@ -9010,11 +9062,11 @@ msgstr ""
msgid "Root"
msgstr ""
-#: i18n/templates.c:6452
+#: i18n/templates.c:6479
msgid "Run Condition"
msgstr ""
-#: i18n/templates.c:3698 i18n/templates.c:6494
+#: i18n/templates.c:3710 i18n/templates.c:6521
msgid "Run Search"
msgstr ""
@@ -9025,18 +9077,18 @@ msgstr ""
#: plugins/ktcore/admin/conditions.php:117
#: plugins/ktcore/admin/fieldsets/basic.inc.php:437
#: plugins/ktcore/admin/savedSearch.php:76 i18n/templates.c:1451
-#: i18n/templates.c:2141 i18n/templates.c:2153 i18n/templates.c:3389
-#: i18n/templates.c:3590 i18n/templates.c:3596 i18n/templates.c:5414
-#: i18n/templates.c:5558 i18n/templates.c:5600 i18n/templates.c:6518
-#: i18n/templates.c:7304
+#: i18n/templates.c:2153 i18n/templates.c:2165 i18n/templates.c:3401
+#: i18n/templates.c:3602 i18n/templates.c:3608 i18n/templates.c:5441
+#: i18n/templates.c:5585 i18n/templates.c:5627 i18n/templates.c:6545
+#: i18n/templates.c:7331
msgid "Save"
msgstr ""
-#: i18n/templates.c:1832
+#: i18n/templates.c:1844
msgid "Save Changes"
msgstr ""
-#: i18n/templates.c:3977
+#: i18n/templates.c:3989
msgid "Save Config Settings"
msgstr ""
@@ -9044,8 +9096,8 @@ msgstr ""
msgid "Save Document"
msgstr ""
-#: i18n/templates.c:3989 i18n/templates.c:4001 i18n/templates.c:4013
-#: i18n/templates.c:4025 i18n/templates.c:4037
+#: i18n/templates.c:4001 i18n/templates.c:4013 i18n/templates.c:4025
+#: i18n/templates.c:4037 i18n/templates.c:4049
msgid "Save Trigger"
msgstr ""
@@ -9057,11 +9109,11 @@ msgstr ""
msgid "Save this search"
msgstr ""
-#: i18n/templates.c:3599
+#: i18n/templates.c:3611
msgid "Saved"
msgstr ""
-#: search/booleanSearch.php:258 i18n/templates.c:1865 i18n/templates.c:3362
+#: search/booleanSearch.php:258 i18n/templates.c:1877 i18n/templates.c:3374
msgid "Saved Search"
msgstr ""
@@ -9071,7 +9123,7 @@ msgid "Saved Search: %s"
msgstr ""
#: plugins/ktcore/admin/savedSearch.php:52 i18n/templates.c:1370
-#: i18n/templates.c:1463 i18n/templates.c:1862
+#: i18n/templates.c:1463 i18n/templates.c:1874
msgid "Saved Searches"
msgstr ""
@@ -9083,23 +9135,23 @@ msgstr ""
msgid "Saved search ID is not numeric"
msgstr ""
-#: i18n/templates.c:3635
+#: i18n/templates.c:3647
msgid "Saved search criteria are criteria that are particular to your location. For example, you could define criteria that 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 ""
-#: i18n/templates.c:6458
+#: i18n/templates.c:6485
msgid "Saved searches"
msgstr ""
-#: i18n/templates.c:6461
+#: i18n/templates.c:6488
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/documentmanagement/documentutil.inc.php:292
+#: lib/documentmanagement/documentutil.inc.php:316
msgid "Saving metadata"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:585
+#: lib/documentmanagement/documentutil.inc.php:733
msgid "Scanning file"
msgstr ""
@@ -9129,10 +9181,10 @@ msgstr ""
msgid "Script Extractor"
msgstr ""
-#: lib/templating/kt3template.inc.php:304 plugins/ktcore/KTCorePlugin.php:148
+#: lib/templating/kt3template.inc.php:284 plugins/ktcore/KTCorePlugin.php:148
#: plugins/ktcore/KTPortlets.php:45 plugins/search2/Search2Portlet.php:8
-#: search/booleanSearch.php:238 i18n/templates.c:2291 i18n/templates.c:2336
-#: i18n/templates.c:3578 i18n/templates.c:3881 i18n/templates.c:3926
+#: search/booleanSearch.php:238 i18n/templates.c:2303 i18n/templates.c:2348
+#: i18n/templates.c:3590 i18n/templates.c:3893 i18n/templates.c:3938
msgid "Search"
msgstr ""
@@ -9141,19 +9193,19 @@ msgstr ""
msgid "Search Attributes"
msgstr ""
-#: i18n/templates.c:3344 i18n/templates.c:3347
+#: i18n/templates.c:3356 i18n/templates.c:3359
msgid "Search Criteria"
msgstr ""
-#: i18n/templates.c:3398 i18n/templates.c:3479 i18n/templates.c:3551
+#: i18n/templates.c:3410 i18n/templates.c:3491 i18n/templates.c:3563
msgid "Search Criteria Editor"
msgstr ""
-#: i18n/templates.c:3644
+#: i18n/templates.c:3656
msgid "Search Critiera Editor"
msgstr ""
-#: i18n/templates.c:3350
+#: i18n/templates.c:3362
msgid "Search Critieria Editor"
msgstr ""
@@ -9161,11 +9213,11 @@ msgstr ""
msgid "Search Deleted"
msgstr ""
-#: i18n/templates.c:6311
+#: i18n/templates.c:6338
msgid "Search For Users"
msgstr ""
-#: i18n/templates.c:6473
+#: i18n/templates.c:6500
msgid "Search Name"
msgstr ""
@@ -9173,9 +9225,9 @@ msgstr ""
msgid "Search Password"
msgstr ""
-#: plugins/tagcloud/TagCloudRedirectPage.php:114 search/booleanSearch.php:252
-#: search2.php:318 search2.php:319 search2.php:398 search2.php:399
-#: i18n/templates.c:3392
+#: plugins/tagcloud/TagCloudRedirectPage.php:114 search2.php:318
+#: search2.php:319 search2.php:398 search2.php:399
+#: search/booleanSearch.php:252 i18n/templates.c:3404
msgid "Search Results"
msgstr ""
@@ -9187,8 +9239,8 @@ msgstr ""
msgid "Search and Indexing"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:239 plugins/ktcore/KTCorePlugin.php:329
#: plugins/ktcore/admin/configSettings.php:230
+#: plugins/ktcore/KTCorePlugin.php:239 plugins/ktcore/KTCorePlugin.php:329
msgid "Search and Indexing Settings"
msgstr ""
@@ -9196,23 +9248,23 @@ msgstr ""
msgid "Search engine format"
msgstr ""
-#: i18n/templates.c:2159
+#: i18n/templates.c:2171
msgid "Search for group"
msgstr ""
-#: i18n/templates.c:5891
+#: i18n/templates.c:5918
msgid "Search for groups"
msgstr ""
-#: i18n/templates.c:2123
+#: i18n/templates.c:2135
msgid "Search for user"
msgstr ""
-#: i18n/templates.c:374 i18n/templates.c:749 i18n/templates.c:6305
+#: i18n/templates.c:374 i18n/templates.c:749 i18n/templates.c:6332
msgid "Search for users"
msgstr ""
-#: ktwebservice/webservice.php:3948
+#: ktwebservice/webservice.php:4262
msgid "Search has not been implemented for this version of KnowledgeTree"
msgstr ""
@@ -9249,7 +9301,7 @@ msgid "Searches will now search both content and metadata"
msgstr ""
#: plugins/ktcore/admin/workflowsv2.php:76
-#: plugins/ktcore/admin/workflowsv2.php:1208 i18n/templates.c:5393
+#: plugins/ktcore/admin/workflowsv2.php:1208 i18n/templates.c:5420
msgid "Security"
msgstr ""
@@ -9257,7 +9309,7 @@ msgstr ""
msgid "Security Management"
msgstr ""
-#: i18n/templates.c:5066
+#: i18n/templates.c:5093
msgid "Security Overview: #name#"
msgstr ""
@@ -9265,17 +9317,17 @@ msgstr ""
msgid "Security properties on the PDF document prevent text from being extracted."
msgstr ""
-#: i18n/templates.c:3434
+#: i18n/templates.c:3446
msgid "Select All"
msgstr ""
#: plugins/documentcomparison/DocumentComparison.php:49
#: plugins/ktcore/KTDocumentActions.php:221 i18n/templates.c:1205
-#: i18n/templates.c:6755
+#: i18n/templates.c:6782
msgid "Select Document Version to compare against"
msgstr ""
-#: i18n/templates.c:2747
+#: i18n/templates.c:2759
msgid "Select Fieldset"
msgstr ""
@@ -9287,11 +9339,11 @@ msgstr ""
msgid "Select User"
msgstr ""
-#: i18n/templates.c:2237
+#: i18n/templates.c:2249
msgid "Select View"
msgstr ""
-#: i18n/templates.c:1841
+#: i18n/templates.c:1853
msgid "Select a Field"
msgstr ""
@@ -9299,11 +9351,11 @@ msgstr ""
msgid "Select a Value"
msgstr ""
-#: i18n/templates.c:2792 i18n/templates.c:2807
+#: i18n/templates.c:2804 i18n/templates.c:2819
msgid "Select a behaviour"
msgstr ""
-#: i18n/templates.c:2804
+#: i18n/templates.c:2816
msgid "Select a behaviour from this list to change the items which are available."
msgstr ""
@@ -9311,23 +9363,27 @@ msgstr ""
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:4715
+msgid "Select a document or folder to make a shortcut to."
+msgstr ""
+
#: i18n/templates.c:1238
msgid "Select a document type"
msgstr ""
-#: i18n/templates.c:878 i18n/templates.c:4844
+#: i18n/templates.c:878 i18n/templates.c:4871
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:3869
+#: i18n/templates.c:3881
msgid "Select a fieldset"
msgstr ""
-#: i18n/templates.c:2003
+#: i18n/templates.c:2015
msgid "Select a link type."
msgstr ""
-#: i18n/templates.c:1946
+#: i18n/templates.c:1958
msgid "Select a target document to link to."
msgstr ""
@@ -9335,15 +9391,15 @@ msgstr ""
msgid "Select a value"
msgstr ""
-#: i18n/templates.c:3872
+#: i18n/templates.c:3884
msgid "Select a workflow"
msgstr ""
-#: i18n/templates.c:5324 i18n/templates.c:5750
+#: i18n/templates.c:5351 i18n/templates.c:5777
msgid "Select a workflow to modify. To enable a disabled workflow, edit it and set a proper starting state."
msgstr ""
-#: i18n/templates.c:2075
+#: i18n/templates.c:2087
msgid "Select appropriate workflow"
msgstr ""
@@ -9351,19 +9407,19 @@ msgstr ""
msgid "Select different workflow"
msgstr ""
-#: i18n/templates.c:809 i18n/templates.c:4775
+#: i18n/templates.c:809 i18n/templates.c:4802
msgid "Select document types allowed in folder"
msgstr ""
-#: i18n/templates.c:4715 i18n/templates.c:4976
+#: i18n/templates.c:4742 i18n/templates.c:5003
msgid "Select roles and groups for whom you wish to change permission assignment 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:3866
+#: i18n/templates.c:3878
msgid "Select some criteria"
msgstr ""
-#: i18n/templates.c:5645
+#: i18n/templates.c:5672
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 ""
@@ -9376,7 +9432,7 @@ msgstr ""
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:4499
+#: i18n/templates.c:4517
msgid "Select the groups which should be part of this role."
msgstr ""
@@ -9384,7 +9440,7 @@ msgstr ""
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:5381
+#: i18n/templates.c:5408
msgid "Select the permissions you want controlled by this state."
msgstr ""
@@ -9392,7 +9448,7 @@ msgstr ""
msgid "Select the state to move this discussion into"
msgstr ""
-#: i18n/templates.c:5411
+#: i18n/templates.c:5438
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 ""
@@ -9413,11 +9469,11 @@ msgstr ""
msgid "Selection"
msgstr ""
-#: view.php:406
+#: view.php:419
msgid "Send request"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:615
+#: lib/documentmanagement/documentutil.inc.php:763
msgid "Sending subscriptions"
msgstr ""
@@ -9442,19 +9498,19 @@ msgstr ""
msgid "Set Master Field"
msgstr ""
-#: i18n/templates.c:5609
+#: i18n/templates.c:5636
msgid "Set allowed actions"
msgstr ""
-#: i18n/templates.c:5648
+#: i18n/templates.c:5675
msgid "Set controlled actions"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:1267 i18n/templates.c:5618
+#: plugins/ktcore/admin/workflowsv2.php:1267 i18n/templates.c:5645
msgid "Set controlled permissions"
msgstr ""
-#: i18n/templates.c:2948
+#: i18n/templates.c:2960
msgid "Set master field"
msgstr ""
@@ -9478,18 +9534,23 @@ msgstr ""
msgid "Setting a non-existent field: "
msgstr ""
-#: i18n/templates.c:3680
+#: i18n/templates.c:3692
msgid "Share"
msgstr ""
-#: i18n/templates.c:3665
+#: i18n/templates.c:3677
msgid "Share With All"
msgstr ""
-#: i18n/templates.c:3689 i18n/templates.c:3695
+#: i18n/templates.c:3701 i18n/templates.c:3707
msgid "Shared"
msgstr ""
+#: lib/actions/bulkaction.php:158 lib/actions/bulkaction.php:307
+#: lib/actions/bulkaction.php:330
+msgid "Shortcut"
+msgstr ""
+
#: plugins/ktcore/admin/groupManagement.php:129
#: plugins/ktcore/admin/groupManagement.php:561
#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:545
@@ -9511,8 +9572,8 @@ msgstr ""
msgid "Show #max# of #total# transactions."
msgstr ""
-#: i18n/templates.c:1520 i18n/templates.c:3245 i18n/templates.c:3437
-#: i18n/templates.c:3440 i18n/templates.c:4727 i18n/templates.c:4988
+#: i18n/templates.c:1520 i18n/templates.c:3257 i18n/templates.c:3449
+#: i18n/templates.c:3452 i18n/templates.c:4754 i18n/templates.c:5015
msgid "Show All"
msgstr ""
@@ -9525,7 +9586,7 @@ msgstr ""
msgid "Show all users"
msgstr ""
-#: i18n/templates.c:7253
+#: i18n/templates.c:7280
msgid "Show deleted versions"
msgstr ""
@@ -9546,7 +9607,7 @@ msgstr ""
msgid "Showing Notifications %d - %d of %d"
msgstr ""
-#: i18n/templates.c:3164
+#: i18n/templates.c:3176
msgid "Showing first #visible# of #count# notifications."
msgstr ""
@@ -9558,15 +9619,15 @@ msgstr ""
msgid "Simple Search"
msgstr ""
-#: i18n/templates.c:2156
+#: i18n/templates.c:2168
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:5894
+#: i18n/templates.c:5921
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:2120
+#: i18n/templates.c:2132
msgid "Since there may be many users in the system, please provider a few letters from the person's user name to begin."
msgstr ""
@@ -9574,7 +9635,7 @@ msgstr ""
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:6308
+#: i18n/templates.c:6335
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 ""
@@ -9586,7 +9647,7 @@ msgstr ""
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:388 plugins/ktcore/KTCorePlugin.php:136
+#: plugins/ktcore/KTColumns.inc.php:429 plugins/ktcore/KTCorePlugin.php:136
msgid "Single Selection"
msgstr ""
@@ -9612,7 +9673,7 @@ msgstr ""
msgid "Something very unexpected happened."
msgstr ""
-#: i18n/templates.c:5786
+#: i18n/templates.c:5813
msgid "Source States"
msgstr ""
@@ -9620,6 +9681,14 @@ msgstr ""
msgid "Source created"
msgstr ""
+#: lib/documentmanagement/documentutil.inc.php:346
+msgid "Source document not specified"
+msgstr ""
+
+#: lib/foldermanagement/folderutil.inc.php:605
+msgid "Source folder not specified"
+msgstr ""
+
#: i18n/templates.c:1010
msgid "Space Used"
msgstr ""
@@ -9628,7 +9697,7 @@ msgstr ""
msgid "Specified output encoding for the zip files compression does not exists !"
msgstr ""
-#: i18n/templates.c:5642
+#: i18n/templates.c:5669
msgid "Specify Controlled Actions"
msgstr ""
@@ -9636,7 +9705,7 @@ msgstr ""
msgid "Specify Metadata"
msgstr ""
-#: i18n/templates.c:4604
+#: i18n/templates.c:4622
msgid "Specify Reason for Delete"
msgstr ""
@@ -9651,23 +9720,23 @@ msgstr ""
msgid "Specify an initial password for the user."
msgstr ""
-#: i18n/templates.c:6251
+#: i18n/templates.c:6278
msgid "Specify group details"
msgstr ""
-#: i18n/templates.c:5378
+#: i18n/templates.c:5405
msgid "Specify permissions"
msgstr ""
-#: i18n/templates.c:6806
+#: i18n/templates.c:6833
msgid "Specify the details for a new link type below."
msgstr ""
-#: i18n/templates.c:6815
+#: i18n/templates.c:6842
msgid "Specify the details for the link type below."
msgstr ""
-#: i18n/templates.c:3998
+#: i18n/templates.c:4010
msgid "Specify the folder to which the document must be moved."
msgstr ""
@@ -9676,15 +9745,15 @@ msgstr ""
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:6185
+#: i18n/templates.c:6212
msgid "Specify unit details"
msgstr ""
-#: i18n/templates.c:4022
+#: i18n/templates.c:4034
msgid "Specify which condition the document must fulfill before this transition becomes available."
msgstr ""
-#: i18n/templates.c:4010
+#: i18n/templates.c:4022
msgid "Specify which group the user will require in order to perform this transition."
msgstr ""
@@ -9692,11 +9761,11 @@ msgstr ""
msgid "Specify which organisational units are available within the repository."
msgstr ""
-#: i18n/templates.c:4034
+#: i18n/templates.c:4046
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:3986
+#: i18n/templates.c:3998
msgid "Specify which role the user will require in order to perform this transition."
msgstr ""
@@ -9704,19 +9773,19 @@ msgstr ""
msgid "Specify your new password."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1561
+#: plugins/ktcore/KTDocumentActions.php:1621
msgid "Specify your reason for performing this action."
msgstr ""
-#: i18n/templates.c:6566
+#: i18n/templates.c:6593
msgid "Standard configuration"
msgstr ""
-#: i18n/templates.c:4961
+#: i18n/templates.c:4988
msgid "Start Workflow"
msgstr ""
-#: i18n/templates.c:4952
+#: i18n/templates.c:4979
msgid "Start workflow on document"
msgstr ""
@@ -9724,18 +9793,18 @@ msgstr ""
msgid "Starting State"
msgstr ""
-#: plugins/ktstandard/KTDiscussion.php:271 i18n/templates.c:1976
-#: i18n/templates.c:4940 i18n/templates.c:5030 i18n/templates.c:5171
-#: i18n/templates.c:5204 i18n/templates.c:5495 i18n/templates.c:5549
-#: i18n/templates.c:5714
+#: plugins/ktstandard/KTDiscussion.php:271 i18n/templates.c:1988
+#: i18n/templates.c:4967 i18n/templates.c:5057 i18n/templates.c:5198
+#: i18n/templates.c:5231 i18n/templates.c:5522 i18n/templates.c:5576
+#: i18n/templates.c:5741
msgid "State"
msgstr ""
-#: i18n/templates.c:5387
+#: i18n/templates.c:5414
msgid "State Effects"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:934 i18n/templates.c:5252
+#: plugins/ktcore/admin/workflowsv2.php:934 i18n/templates.c:5279
msgid "State Name"
msgstr ""
@@ -9747,8 +9816,8 @@ msgstr ""
msgid "State updated."
msgstr ""
-#: plugins/ktcore/admin/workflow/newworkflow.inc.php:84 i18n/templates.c:5192
-#: i18n/templates.c:5243
+#: plugins/ktcore/admin/workflow/newworkflow.inc.php:84 i18n/templates.c:5219
+#: i18n/templates.c:5270
msgid "States"
msgstr ""
@@ -9757,16 +9826,16 @@ msgstr ""
msgid "States and Transitions"
msgstr ""
-#: i18n/templates.c:5036 i18n/templates.c:5228
+#: i18n/templates.c:5063 i18n/templates.c:5255
msgid "States and Transitions: #name#"
msgstr ""
-#: i18n/templates.c:5189
+#: i18n/templates.c:5216
msgid "States which control permissions have a tick in the \"Control\" column. Permissions which are not controlled by a state (e.g. which are controlled by the folder a document is in) are marked with a dash (—). Controlled permissions are marked with a tick. Click on the state name to specify how it controls permissions."
msgstr ""
-#: i18n/templates.c:3626 i18n/templates.c:5330 i18n/templates.c:5756
-#: i18n/templates.c:6686 i18n/templates.c:6695
+#: i18n/templates.c:3638 i18n/templates.c:5357 i18n/templates.c:5783
+#: i18n/templates.c:6713 i18n/templates.c:6722
msgid "Status"
msgstr ""
@@ -9774,15 +9843,15 @@ msgstr ""
msgid "Status Toggled"
msgstr ""
-#: i18n/templates.c:5180
+#: i18n/templates.c:5207
msgid "Step 1: Basic Workflow Details"
msgstr ""
-#: i18n/templates.c:5000
+#: i18n/templates.c:5027
msgid "Step 2: Connect transitions to states"
msgstr ""
-#: i18n/templates.c:2417
+#: i18n/templates.c:2429
msgid "Sticky"
msgstr ""
@@ -9790,17 +9859,17 @@ msgstr ""
msgid "Storage Utilization"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:276
+#: lib/documentmanagement/documentutil.inc.php:300
msgid "Storing contents"
msgstr ""
-#: i18n/templates.c:5918
+#: i18n/templates.c:5945
msgid "Subgroups"
msgstr ""
#: plugins/ktcore/KTAssist.php:58 plugins/ktstandard/KTDiscussion.php:137
-#: plugins/ktstandard/KTDiscussion.php:262 i18n/templates.c:1961
-#: i18n/templates.c:4220
+#: plugins/ktstandard/KTDiscussion.php:262 i18n/templates.c:1973
+#: i18n/templates.c:4238
msgid "Subject"
msgstr ""
@@ -9824,7 +9893,7 @@ msgstr ""
msgid "Subscription Plugin"
msgstr ""
-#: plugins/ktstandard/KTSubscriptions.php:94 i18n/templates.c:2060
+#: plugins/ktstandard/KTSubscriptions.php:94 i18n/templates.c:2072
msgid "Subscriptions"
msgstr ""
@@ -9832,7 +9901,7 @@ msgstr ""
msgid "Subscriptions removed"
msgstr ""
-#: lib/actions/bulkaction.php:256 lib/actions/bulkaction.php:273
+#: lib/actions/bulkaction.php:313 lib/actions/bulkaction.php:336
msgid "Success"
msgstr ""
@@ -9841,19 +9910,19 @@ msgstr ""
msgid "Successfully forced \"%s\" to be checked in."
msgstr ""
-#: i18n/templates.c:5795
+#: i18n/templates.c:5822
msgid "Support and System Information"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:352 plugins/ktcore/admin/techsupport.php:50
+#: plugins/ktcore/admin/techsupport.php:50 plugins/ktcore/KTCorePlugin.php:352
msgid "Support and System information"
msgstr ""
-#: i18n/templates.c:6092
+#: i18n/templates.c:6119
msgid "Synchronise Users in #name#"
msgstr ""
-#: i18n/templates.c:2354 i18n/templates.c:2603
+#: i18n/templates.c:2366 i18n/templates.c:2615
msgid "System"
msgstr ""
@@ -9879,7 +9948,7 @@ msgstr ""
msgid "System Folder Utilization"
msgstr ""
-#: i18n/templates.c:5831
+#: i18n/templates.c:5858
msgid "System Information (Disk Usage, Process List, if easily detectable)"
msgstr ""
@@ -9916,27 +9985,40 @@ msgstr ""
msgid "Tag Cloud Search"
msgstr ""
-#: i18n/templates.c:3137
+#: i18n/templates.c:3149
msgid "Take the crash course."
msgstr ""
-#: i18n/templates.c:347 i18n/templates.c:1901
+#: i18n/templates.c:347 i18n/templates.c:1913
msgid "Target"
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:190 plugins/ktcore/KTBulkActions.php:334
-#: plugins/ktcore/KTDocumentActions.php:988
-#: plugins/ktcore/KTDocumentActions.php:1190
#: plugins/ktcore/admin/unitManagement.php:128
+#: plugins/ktcore/KTBulkActions.php:244 plugins/ktcore/KTBulkActions.php:388
+#: plugins/ktcore/KTDocumentActions.php:1017
+#: plugins/ktcore/KTDocumentActions.php:1219
msgid "Target Folder"
msgstr ""
+#: i18n/templates.c:1811
+msgid "Target document archived by:"
+msgstr ""
+
+#: i18n/templates.c:1748
+msgid "Target document deleted by:"
+msgstr ""
+
+#: lib/documentmanagement/documentutil.inc.php:354
+#: lib/foldermanagement/folderutil.inc.php:613
+msgid "Target folder not specified"
+msgstr ""
+
#: plugins/ktcore/scheduler/taskScheduler.php:66
msgid "Task"
msgstr ""
#: plugins/ktcore/scheduler/taskScheduler.php:50
-#: plugins/ktcore/scheduler/taskScheduler.php:51 i18n/templates.c:7295
+#: plugins/ktcore/scheduler/taskScheduler.php:51 i18n/templates.c:7322
msgid "Task Scheduler Management"
msgstr ""
@@ -9958,19 +10040,19 @@ msgstr ""
msgid "Test Condition: %s"
msgstr ""
-#: i18n/templates.c:2837
+#: i18n/templates.c:2849
msgid "Test Instance"
msgstr ""
-#: i18n/templates.c:3971 i18n/templates.c:6626
+#: i18n/templates.c:3983 i18n/templates.c:6653
msgid "Test conditions"
msgstr ""
-#: i18n/templates.c:3494
+#: i18n/templates.c:3506
msgid "Text Extractor Status"
msgstr ""
-#: i18n/templates.c:3500
+#: i18n/templates.c:3512
msgid "Text extractor(s)s affected:"
msgstr ""
@@ -9986,15 +10068,15 @@ msgstr ""
msgid "That name is already in use in this fieldset. Please specify a unique name."
msgstr ""
-#: i18n/templates.c:3485
+#: i18n/templates.c:3497
msgid "The #name# is not functioning correctly. This could be because:"
msgstr ""
-#: i18n/templates.c:3827
+#: i18n/templates.c:3839
msgid "The #options# may also be used to create more complex search criteria expressions."
msgstr ""
-#: i18n/templates.c:3557
+#: i18n/templates.c:3569
msgid "The #options# may also be used to perform searches."
msgstr ""
@@ -10027,7 +10109,7 @@ msgstr ""
msgid "The LDAP server port"
msgstr ""
-#: view.php:456
+#: view.php:469
msgid "The System Administrators have been notified of your request."
msgstr ""
@@ -10035,15 +10117,15 @@ msgstr ""
msgid "The ZIP file can only be downloaded once - if you cancel the download, you will need to reload the page."
msgstr ""
-#: i18n/templates.c:6662
+#: i18n/templates.c:6689
msgid "The action can be performed on the entire selection."
msgstr ""
-#: i18n/templates.c:6665
+#: i18n/templates.c:6692
msgid "The action cannot be performed on any of the selected entities."
msgstr ""
-#: i18n/templates.c:6653
+#: i18n/templates.c:6680
msgid "The action will be performed on the following documents and folders"
msgstr ""
@@ -10055,24 +10137,24 @@ msgstr ""
msgid "The archive file containing the documents you wish to add to the document management system."
msgstr ""
-#: view.php:280
+#: view.php:293
#, php-format
msgid "The base document you attempted to retrieve is invalid. Please browse for one."
msgstr ""
-#: i18n/templates.c:4478
+#: i18n/templates.c:4496
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:4643
+#: i18n/templates.c:4661
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 ""
-#: i18n/templates.c:2207
+#: i18n/templates.c:2219
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 ""
-#: i18n/templates.c:3491
+#: i18n/templates.c:3503
msgid "The component on which the indexer depends is not available."
msgstr ""
@@ -10084,7 +10166,7 @@ msgstr ""
msgid "The contents of the document to be added to the document management system."
msgstr ""
-#: i18n/templates.c:5231
+#: i18n/templates.c:5258
msgid "The core of a workflow is the process that documents in that workflow follow. These processes are made up of states (which documents are in, e.g. \"reviewed\" or \"published\") and transitions which documents follow (e.g. \"submit for review\" or \"publish\")."
msgstr ""
@@ -10092,7 +10174,7 @@ msgstr ""
msgid "The current file name is shown below:"
msgstr ""
-#: i18n/templates.c:1898
+#: i18n/templates.c:1910
msgid "The current links to and from this document are displayed below."
msgstr ""
@@ -10100,11 +10182,11 @@ msgstr ""
msgid "The data for this conditional metadata fieldset was not completely provided. Provide the extra information, and save your changes afterwards."
msgstr ""
-#: i18n/templates.c:1787
+#: i18n/templates.c:1793
msgid "The document \"#object_name#\""
msgstr ""
-#: i18n/templates.c:1769
+#: i18n/templates.c:1775
msgid "The document \"#object_name#\" has been changed"
msgstr ""
@@ -10116,11 +10198,11 @@ msgstr ""
msgid "The document \"#object_name#\" has been checked out"
msgstr ""
-#: i18n/templates.c:1802
+#: i18n/templates.c:1814
msgid "The document \"#object_name#\" has been moved"
msgstr ""
-#: i18n/templates.c:1745
+#: i18n/templates.c:1751
msgid "The document \"#object_name#\" has been removed"
msgstr ""
@@ -10136,7 +10218,7 @@ msgstr ""
msgid "The document \"#object_name#\" was added"
msgstr ""
-#: i18n/templates.c:5462
+#: i18n/templates.c:5489
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 ""
@@ -10144,12 +10226,12 @@ msgstr ""
msgid "The document has been successfully restored."
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:858
+#: lib/documentmanagement/documentutil.inc.php:1012
#, php-format
msgid "The document is checked out and cannot be deleted: %s"
msgstr ""
-#: i18n/templates.c:7271
+#: i18n/templates.c:7298
msgid "The document is currently in state \"#name#\""
msgstr ""
@@ -10189,7 +10271,7 @@ msgstr ""
msgid "The document you requested does not exist."
msgstr ""
-#: view.php:164 view.php:324
+#: view.php:177 view.php:337
msgid "The document you requested has an invalid document type. Unfortunately, this means that we cannot effectively display it."
msgstr ""
@@ -10203,7 +10285,7 @@ msgstr ""
msgid "The document you specified appears to be invalid."
msgstr ""
-#: i18n/templates.c:4043
+#: i18n/templates.c:4055
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 ""
@@ -10213,7 +10295,7 @@ msgstr ""
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 ""
-#: i18n/templates.c:3560
+#: i18n/templates.c:3572
msgid "The expression parsed successfully."
msgstr ""
@@ -10238,7 +10320,7 @@ msgstr ""
msgid "The folder \"#object_name#\" was added"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:83
+#: lib/foldermanagement/folderutil.inc.php:84
#, php-format
msgid "The folder %s already exists."
msgstr ""
@@ -10262,27 +10344,27 @@ msgstr ""
msgid "The following are the types of conversions you can perform on this document."
msgstr ""
-#: i18n/templates.c:1829 i18n/templates.c:7109
+#: i18n/templates.c:1841 i18n/templates.c:7136
msgid "The following document metadata is available for editing."
msgstr ""
-#: i18n/templates.c:7046
+#: i18n/templates.c:7073
msgid "The following document version has been selected for deletion:"
msgstr ""
-#: i18n/templates.c:5807
+#: i18n/templates.c:5834
msgid "The following download action allows you to download a zip archive of information that may assist the #appname# team to diagnose problems on your system. This archive contains:"
msgstr ""
-#: i18n/templates.c:3614
+#: i18n/templates.c:3626
msgid "The following fields may be used in search criteria:"
msgstr ""
-#: i18n/templates.c:7034 i18n/templates.c:7265
+#: i18n/templates.c:7061 i18n/templates.c:7292
msgid "The following files are present in the repository, but do not exist in the database."
msgstr ""
-#: i18n/templates.c:6632
+#: i18n/templates.c:6659
msgid "The following list shows documents and folders in your list which cannot be acted on by this bulk action"
msgstr ""
@@ -10296,10 +10378,18 @@ msgstr ""
msgid "The following permissions are required: %s"
msgstr ""
-#: i18n/templates.c:3620
+#: i18n/templates.c:3632
msgid "The following resources are used by KnowledgeTree and are impacting on the normal operations of the system:"
msgstr ""
+#: i18n/templates.c:1808
+msgid "The following shortcut is no longer valid as the target document has been archived. Please note that it has been automatically removed from the repository:"
+msgstr ""
+
+#: i18n/templates.c:1745
+msgid "The following shortcut is no longer valid as the target document has been deleted. Please note that it has been automatically removed from the repository:"
+msgstr ""
+
#: plugins/ktcore/admin/userManagement.php:156
#: plugins/ktcore/admin/userManagement.php:221
#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:297
@@ -10318,7 +10408,7 @@ msgstr ""
msgid "The host name or IP address of the LDAP server"
msgstr ""
-#: i18n/templates.c:3488
+#: i18n/templates.c:3500
msgid "The indexer is not configured correctly."
msgstr ""
@@ -10335,15 +10425,15 @@ msgstr ""
msgid "The internal name used for the permission. This should never be changed."
msgstr ""
-#: i18n/templates.c:4613
+#: i18n/templates.c:4631
msgid "The items that you selected to delete."
msgstr ""
-#: i18n/templates.c:4142 i18n/templates.c:4211
+#: i18n/templates.c:4157 i18n/templates.c:4229
msgid "The items that you selected to move."
msgstr ""
-#: i18n/templates.c:3188
+#: i18n/templates.c:3200
msgid "The last time these tasks were performed was on #time#."
msgstr ""
@@ -10415,7 +10505,7 @@ msgstr ""
msgid "The object does not exist. id = "
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1640
+#: plugins/ktcore/KTDocumentActions.php:1700
msgid "The owner of a document is usually the person with ultimate responsibility for its contents. It is initially set to the person who created the document, but can be changed to any other user."
msgstr ""
@@ -10456,15 +10546,15 @@ msgstr ""
msgid "The process a document follows is controlled by the way that the transitions between states are setup. A document starts the workflow in the initial state, and then follows transitions between states. Which users can perform these transitions can be configured in the \"Security\" section."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:447
+#: plugins/ktcore/KTBulkActions.php:501
msgid "The reason for archiving these documents and folders, for historical purposes."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:349
+#: plugins/ktcore/KTBulkActions.php:403
msgid "The reason for copying these documents and folders, for historical purposes."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:205
+#: plugins/ktcore/KTBulkActions.php:259
msgid "The reason for moving these documents and folders, for historical purposes."
msgstr ""
@@ -10504,23 +10594,23 @@ msgstr ""
msgid "The saved search was deleted successfully."
msgstr ""
-#: i18n/templates.c:7298
+#: i18n/templates.c:7325
msgid "The scheduler runs document indexing and various house keeping tasks, etc in the background."
msgstr ""
-#: i18n/templates.c:3185
+#: i18n/templates.c:3197
msgid "The scheduler takes care of managing and running tasks or batch jobs at regular intervals in the background. These tasks can be configured via the #link#."
msgstr ""
-#: i18n/templates.c:3554
-msgid "The search criteria editor allows you to utilise the full power of the KnowledgeTree search engine by allowing you to perform more complicated searches by using the free text criteria format."
+#: i18n/templates.c:3566
+msgid "The search criteria editor allows you to utilise the full power of the search engine by allowing you to perform more complicated searches by using the free text criteria format."
msgstr ""
-#: i18n/templates.c:3359
+#: i18n/templates.c:3371
msgid "The search criteria has been saved."
msgstr ""
-#: i18n/templates.c:3374
+#: i18n/templates.c:3386
msgid "The search expression has been saved."
msgstr ""
@@ -10540,15 +10630,15 @@ msgstr ""
msgid "The system rejected your value for this field."
msgstr ""
-#: i18n/templates.c:5654
+#: i18n/templates.c:5681
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 ""
-#: i18n/templates.c:3197
+#: i18n/templates.c:3209
msgid "The tasks are scheduled to be run in #time#."
msgstr ""
-#: i18n/templates.c:3194
+#: i18n/templates.c:3206
msgid "The tasks were scheduled to be run #time# ago."
msgstr ""
@@ -10569,7 +10659,7 @@ msgstr ""
msgid "The topic of discussion in this thread"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1480
+#: plugins/ktcore/KTDocumentActions.php:1540
msgid "The transition listed will cause the document to change from its current state to the listed destination state."
msgstr ""
@@ -10583,7 +10673,7 @@ msgstr ""
msgid "The type of source (e.g. LDAP)"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:738
+#: lib/documentmanagement/documentutil.inc.php:886
msgid "The uploaded file does not exist."
msgstr ""
@@ -10616,7 +10706,7 @@ msgstr ""
msgid "The user must be a member of the group \"%s\"."
msgstr ""
-#: i18n/templates.c:6989
+#: i18n/templates.c:7016
msgid "The user who checked this document out is no longer valid."
msgstr ""
@@ -10640,7 +10730,7 @@ msgstr ""
msgid "The username the user will enter to gain access to %s. e.g. jsmith"
msgstr ""
-#: i18n/templates.c:2975 i18n/templates.c:3002
+#: i18n/templates.c:2987 i18n/templates.c:3014
msgid "The value of the field"
msgstr ""
@@ -10650,27 +10740,35 @@ msgstr ""
msgid "The value you have entered is invalid. The following characters are not allowed: %s"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1547 i18n/templates.c:4949
+#: plugins/ktcore/KTDocumentActions.php:1607 i18n/templates.c:4976
msgid "The workflow cannot be changed while the document is checked out."
msgstr ""
-#: i18n/templates.c:1979
+#: lib/documentmanagement/documentutil.inc.php:385
+msgid "There already is a shortcut to this document in the target folder."
+msgstr ""
+
+#: lib/foldermanagement/folderutil.inc.php:643
+msgid "There already is a shortcut to this folder in the target folder."
+msgstr ""
+
+#: i18n/templates.c:1991
msgid "There are #closed# closed threads - use the \"View All\" option below to view them."
msgstr ""
-#: i18n/templates.c:5072
+#: i18n/templates.c:5099
msgid "There are 3 different ways in which workflows interact with the system's security"
msgstr ""
-#: i18n/templates.c:3095
+#: i18n/templates.c:3107
msgid "There are currently no active indexers registered. No content indexing will occur."
msgstr ""
-#: i18n/templates.c:6032
+#: i18n/templates.c:6059
msgid "There are currently no roles created within the system."
msgstr ""
-#: i18n/templates.c:4973
+#: i18n/templates.c:5000
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 ""
@@ -10686,11 +10784,11 @@ msgstr ""
msgid "There are no indexing issues."
msgstr ""
-#: i18n/templates.c:1928
+#: i18n/templates.c:1940
msgid "There are no links to or from this document."
msgstr ""
-#: i18n/templates.c:1982
+#: i18n/templates.c:1994
msgid "There are no open threads for this document."
msgstr ""
@@ -10698,7 +10796,7 @@ msgstr ""
msgid "There are no quicklinks."
msgstr ""
-#: i18n/templates.c:3395
+#: i18n/templates.c:3407
msgid "There are no search results matching your search criteria."
msgstr ""
@@ -10710,15 +10808,27 @@ msgstr ""
msgid "There are no tags defined or accessible."
msgstr ""
+#: plugins/ktcore/KTBulkActions.php:104 plugins/ktcore/KTBulkActions.php:536
+msgid "There are shortcuts linking to some of the documents or folders in your selection; continuing will automatically delete the shortcuts. Would you like to continue?"
+msgstr ""
+
+#: plugins/ktcore/KTDocumentActions.php:1382
+msgid "There are shortcuts linking to this document; archiving the document automatically will delete them. Would you like to continue?"
+msgstr ""
+
+#: plugins/ktcore/KTDocumentActions.php:865
+msgid "There are shortcuts linking to this document; deleting the document will automatically delete them. Would you like to continue?"
+msgstr ""
+
#: search2/indexing/bin/diagnose.php:57
msgid "There don't appear to be any problems."
msgstr ""
-#: i18n/templates.c:3572
+#: i18n/templates.c:3584
msgid "There has been a parsing problem. Please check the search expression."
msgstr ""
-#: i18n/templates.c:3380 i18n/templates.c:3569
+#: i18n/templates.c:3392 i18n/templates.c:3581
msgid "There is a problem communicating with the server."
msgstr ""
@@ -10727,15 +10837,15 @@ msgstr ""
msgid "There is a problem parsing the expression '%s'"
msgstr ""
-#: i18n/templates.c:3377
+#: i18n/templates.c:3389
msgid "There is a problem saving the expression expression."
msgstr ""
-#: i18n/templates.c:3566
+#: i18n/templates.c:3578
msgid "There is a problem saving the expression."
msgstr ""
-#: i18n/templates.c:3563
+#: i18n/templates.c:3575
msgid "There is a problem with the expression."
msgstr ""
@@ -10763,20 +10873,20 @@ msgstr ""
msgid "There is no help available in your language for this plugin"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:213
+#: lib/documentmanagement/documentutil.inc.php:219
msgid "There was a database error while trying to archive this file"
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:178
+#: lib/documentmanagement/documentutil.inc.php:184
msgid "There was a problem checking out the document."
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:904
-#: lib/documentmanagement/documentutil.inc.php:1285
+#: lib/documentmanagement/documentutil.inc.php:1058
+#: lib/documentmanagement/documentutil.inc.php:1464
msgid "There was a problem deleting the document from storage."
msgstr ""
-#: lib/documentmanagement/documentutil.inc.php:882
+#: lib/documentmanagement/documentutil.inc.php:1036
msgid "There was a problem deleting the document from the database."
msgstr ""
@@ -10815,15 +10925,15 @@ msgstr ""
msgid "These RSS feeds will be viewable on your dashboard."
msgstr ""
-#: i18n/templates.c:6677
+#: i18n/templates.c:6704
msgid "These are the results of the bulk action"
msgstr ""
-#: i18n/templates.c:2846
+#: i18n/templates.c:2858
msgid "These behaviours and the fields and values they allow are shown below for the active field."
msgstr ""
-#: i18n/templates.c:7031 i18n/templates.c:7262
+#: i18n/templates.c:7058 i18n/templates.c:7289
msgid "These documents have versions that are not present on the filesystem. Consider restoring them from backups."
msgstr ""
@@ -10839,23 +10949,23 @@ msgstr ""
msgid "This bug can be found on this page"
msgstr ""
-#: i18n/templates.c:2771
+#: i18n/templates.c:2783
msgid "This column is not active."
msgstr ""
-#: i18n/templates.c:3017
+#: i18n/templates.c:3029
msgid "This conditional fieldset cannot be used"
msgstr ""
-#: i18n/templates.c:2921
+#: i18n/templates.c:2933
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 ""
-#: i18n/templates.c:3473
+#: i18n/templates.c:3485
msgid "This dashlet will disappear when the migration process is complete."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1159
+#: plugins/ktcore/KTDocumentActions.php:1188
msgid "This document can't be copied because it is checked out"
msgstr ""
@@ -10863,7 +10973,7 @@ msgstr ""
msgid "This document can't be deleted because it is checked out"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:951
+#: plugins/ktcore/KTDocumentActions.php:980
msgid "This document can't be moved because it is checked out"
msgstr ""
@@ -10900,23 +11010,23 @@ msgstr ""
msgid "This document is checked out, but not by you"
msgstr ""
-#: i18n/templates.c:7163
+#: i18n/templates.c:7190
msgid "This document is currently checked out by #checkoutuser#, but you have sufficient priviledges to cancel their checkout."
msgstr ""
-#: i18n/templates.c:7166
+#: i18n/templates.c:7193
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 #appname# Administrator."
msgstr ""
-#: i18n/templates.c:7160
+#: i18n/templates.c:7187
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:7052
+#: i18n/templates.c:7079
msgid "This document is currently of type #doctype#. If this is incorrect, you can change it here."
msgstr ""
-#: i18n/templates.c:7169
+#: i18n/templates.c:7196
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 ""
@@ -10925,15 +11035,15 @@ msgstr ""
msgid "This document is not checked out"
msgstr ""
-#: i18n/templates.c:2924 i18n/templates.c:3044
+#: i18n/templates.c:2936 i18n/templates.c:3056
msgid "This error prevents this fieldset from being set to complete"
msgstr ""
-#: i18n/templates.c:2819
+#: i18n/templates.c:2831
msgid "This field is not controlled by the currently active group."
msgstr ""
-#: i18n/templates.c:3056
+#: i18n/templates.c:3068
msgid "This fieldset cannot be made conditional, since it contains fields which are not lookup types."
msgstr ""
@@ -10946,11 +11056,11 @@ msgstr ""
msgid "This first step requires that you provide basic details about the workflow: its name, etc."
msgstr ""
-#: i18n/templates.c:4541
+#: i18n/templates.c:4559
msgid "This folder inherits its permissions from #permission_source#."
msgstr ""
-#: i18n/templates.c:4550 i18n/templates.c:4706
+#: i18n/templates.c:4568 i18n/templates.c:4733
msgid "This folder defines its own permissions."
msgstr ""
@@ -10962,7 +11072,7 @@ msgstr ""
msgid "This function allows you to re-index your entire repository."
msgstr ""
-#: i18n/templates.c:6095
+#: i18n/templates.c:6122
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 ""
@@ -10970,15 +11080,15 @@ msgstr ""
msgid "This installation assigns workflows by Document Type. Configure this process here."
msgstr ""
-#: i18n/templates.c:2069
+#: i18n/templates.c:2081
msgid "This installation of #appname# 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:2852
+#: i18n/templates.c:2864
msgid "This is a conditional fieldset. That means that the values selected in one field affect the possible values in the other fields. Only lookup fields can be added to this fieldset."
msgstr ""
-#: i18n/templates.c:6173
+#: i18n/templates.c:6200
msgid "This is a professionally supported edition of KnowledgeTree."
msgstr ""
@@ -10999,7 +11109,7 @@ msgstr ""
msgid "This is the data assigned to the #name# aspect of this document."
msgstr ""
-#: i18n/templates.c:3365
+#: i18n/templates.c:3377
msgid "This is the saved search criteria:"
msgstr ""
@@ -11019,23 +11129,23 @@ msgstr ""
msgid "This notification handler does not support publication."
msgstr ""
-#: i18n/templates.c:5708
+#: i18n/templates.c:5735
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:4625
+#: i18n/templates.c:4643
msgid "This page allows you to rename a folder."
msgstr ""
-#: i18n/templates.c:4082
+#: i18n/templates.c:4094
msgid "This page allows you to rename the file name (not the document title) for a document."
msgstr ""
-#: i18n/templates.c:4100
+#: i18n/templates.c:4112
msgid "This page allows you to see the roles as they apply to this particular document."
msgstr ""
-#: lib/templating/kt3template.inc.php:351
+#: lib/templating/kt3template.inc.php:331
msgid "This page did not produce any content"
msgstr ""
@@ -11043,11 +11153,11 @@ msgstr ""
msgid "This page lists versions of document content and allows you to compare a content version with another content version."
msgstr ""
-#: i18n/templates.c:6758 i18n/templates.c:7202
+#: i18n/templates.c:6785 i18n/templates.c:7229
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:7115
+#: i18n/templates.c:7142
msgid "This page provides details of all activities that have been carried out on the document."
msgstr ""
@@ -11055,23 +11165,23 @@ msgstr ""
msgid "This page provides details of all activities that have been carried out on the folder."
msgstr ""
-#: i18n/templates.c:7061
+#: i18n/templates.c:7088
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:4433 i18n/templates.c:4523
+#: i18n/templates.c:4451 i18n/templates.c:4541
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:7178
+#: i18n/templates.c:7205
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:4658
+#: i18n/templates.c:4676
msgid "This page shows the permissions that individual users have on this folder. Only the users which have permissions assigned are shown."
msgstr ""
-#: i18n/templates.c:2450
+#: i18n/templates.c:2462
msgid "This page will allow you to manage the different aspects of this particular field."
msgstr ""
@@ -11079,7 +11189,7 @@ msgstr ""
msgid "This process performs a check to see if the documents in your repositories all are stored on the back-end storage (usually on disk). This process can take many minutes or hours depending on the size of your repository."
msgstr ""
-#: i18n/templates.c:6164 i18n/templates.c:6746
+#: i18n/templates.c:6191 i18n/templates.c:6773
msgid "This program is free software and published under the GNU General Public License version 3"
msgstr ""
@@ -11116,7 +11226,7 @@ msgstr ""
msgid "This transition cannot be performed while the document is checked out."
msgstr ""
-#: i18n/templates.c:5147
+#: i18n/templates.c:5174
msgid "This transition has no actions associated with it.."
msgstr ""
@@ -11132,11 +11242,11 @@ msgstr ""
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:5492 i18n/templates.c:5711
+#: i18n/templates.c:5519 i18n/templates.c:5738
msgid "This workflow does not define any states."
msgstr ""
-#: i18n/templates.c:5534
+#: i18n/templates.c:5561
msgid "This workflow does not define any transitions. Use the \"Create a new transition\" link above to add new transitions."
msgstr ""
@@ -11144,7 +11254,7 @@ msgstr ""
msgid "This workflow is currently marked as disabled. No new documents can be assigned to this workflow until it is enabled. To change this, please edit the workflow's base properties."
msgstr ""
-#: i18n/templates.c:2045
+#: i18n/templates.c:2057
msgid "Thread closed"
msgstr ""
@@ -11160,27 +11270,27 @@ msgstr ""
#: plugins/ktcore/KTCorePlugin.php:134 plugins/rssplugin/manageRSSFeeds.php:87
#: plugins/rssplugin/manageRSSFeeds.php:133
#: search2/search/fields/TitleField.inc.php:45 i18n/templates.c:92
-#: i18n/templates.c:272 i18n/templates.c:4907 i18n/templates.c:6668
+#: i18n/templates.c:272 i18n/templates.c:4934 i18n/templates.c:6695
msgid "Title"
msgstr ""
-#: i18n/templates.c:3086
+#: i18n/templates.c:3098
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:6284
+#: i18n/templates.c:6311
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:4406
+#: i18n/templates.c:4424
msgid "To add users to this role, select one or more user names in the Available Users field; then, double click or use the right pointing arrow to populate the Member users field. To remove users from this role, select one or more user names in the Member users field; then, double click, or use the left pointing arrow to move these names to Available Users."
msgstr ""
-#: i18n/templates.c:2186
+#: i18n/templates.c:2198
msgid "To connect to #appname# via a third-party WebDAV client, please use the following address"
msgstr ""
-#: i18n/templates.c:2189
+#: i18n/templates.c:2201
msgid "To connect with the #appname# Tools Suite, use this address"
msgstr ""
@@ -11188,23 +11298,23 @@ msgstr ""
msgid "To create a new email document type, please type its name below and then click on the Create button. Note that email document type names must end with the word 'Email'."
msgstr ""
-#: i18n/templates.c:4901
+#: i18n/templates.c:4928
msgid "To customize a help file, please visit that file via the help system and click on customize this help file."
msgstr ""
-#: i18n/templates.c:3371
+#: i18n/templates.c:3383
msgid "To delete this saved search criteria or to edit other saved search criteria, #options#."
msgstr ""
-#: i18n/templates.c:3356
+#: i18n/templates.c:3368
msgid "To edit the search criteria, use the #options#."
msgstr ""
-#: i18n/templates.c:3545
+#: i18n/templates.c:3557
msgid "To get the best performance out of Document Indexer, the indexes must be optimised periodically. This is managed by a background task. Please see the KnowledgeTree Administrator's Manual for more information."
msgstr ""
-#: i18n/templates.c:2813
+#: i18n/templates.c:2825
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 ""
@@ -11220,11 +11330,11 @@ msgstr ""
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:4835
+#: i18n/templates.c:4862
msgid "To start the process of creating a new document type, please enter a name for the type below."
msgstr ""
-#: i18n/templates.c:2435
+#: i18n/templates.c:2447
msgid "Toggle enabled state"
msgstr ""
@@ -11232,7 +11342,7 @@ msgstr ""
msgid "Toggle search results format"
msgstr ""
-#: i18n/templates.c:2438 i18n/templates.c:2681 i18n/templates.c:2696
+#: i18n/templates.c:2450 i18n/templates.c:2693 i18n/templates.c:2708
msgid "Toggle stickiness"
msgstr ""
@@ -11252,15 +11362,15 @@ msgstr ""
msgid "Top Downloads for the last Week"
msgstr ""
-#: i18n/templates.c:3521
+#: i18n/templates.c:3533
msgid "Total # Documents in Repository:"
msgstr ""
-#: i18n/templates.c:3458
+#: i18n/templates.c:3470
msgid "Total documents migrated:"
msgstr ""
-#: i18n/templates.c:3461
+#: i18n/templates.c:3473
msgid "Total documents to be migrated:"
msgstr ""
@@ -11277,23 +11387,23 @@ msgstr ""
msgid "Transaction Type"
msgstr ""
-#: i18n/templates.c:5006 i18n/templates.c:5039 i18n/templates.c:5111
-#: i18n/templates.c:5405
+#: i18n/templates.c:5033 i18n/templates.c:5066 i18n/templates.c:5138
+#: i18n/templates.c:5432
msgid "Transition"
msgstr ""
-#: i18n/templates.c:5126
+#: i18n/templates.c:5153
msgid "Transition Actions Overview"
msgstr ""
-#: i18n/templates.c:5537
+#: i18n/templates.c:5564
msgid "Transition Availability"
msgstr ""
#: plugins/ktcore/admin/workflowsv2.php:1918
#: plugins/ktcore/admin/workflowsv2.php:1955
-#: plugins/ktcore/admin/workflowsv2.php:2017 i18n/templates.c:5096
-#: i18n/templates.c:5144 i18n/templates.c:5222
+#: plugins/ktcore/admin/workflowsv2.php:2017 i18n/templates.c:5123
+#: i18n/templates.c:5171 i18n/templates.c:5249
msgid "Transition Effects"
msgstr ""
@@ -11301,29 +11411,29 @@ msgstr ""
msgid "Transition Effects Overview"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:1025 i18n/templates.c:5276
+#: plugins/ktcore/admin/workflowsv2.php:1025 i18n/templates.c:5303
msgid "Transition Name"
msgstr ""
-#: i18n/templates.c:5216
+#: i18n/templates.c:5243
msgid "Transition Requirements"
msgstr ""
#: plugins/ktcore/admin/workflowsv2.php:1613
#: plugins/ktcore/admin/workflowsv2.php:1697
-#: plugins/ktcore/admin/workflowsv2.php:1758 i18n/templates.c:5087
+#: plugins/ktcore/admin/workflowsv2.php:1758 i18n/templates.c:5114
msgid "Transition Restrictions"
msgstr ""
-#: plugins/ktcore/admin/workflowsv2.php:1610 i18n/templates.c:5102
+#: plugins/ktcore/admin/workflowsv2.php:1610 i18n/templates.c:5129
msgid "Transition Restrictions Overview"
msgstr ""
-#: i18n/templates.c:5045
+#: i18n/templates.c:5072
msgid "Transition Restrictions: #name#"
msgstr ""
-#: i18n/templates.c:5417
+#: i18n/templates.c:5444
msgid "Transition Triggers"
msgstr ""
@@ -11331,22 +11441,22 @@ msgstr ""
msgid "Transition deleted."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1534
-#: plugins/ktcore/KTDocumentActions.php:1537
-#: plugins/ktcore/KTDocumentActions.php:1606
-#: plugins/ktcore/KTDocumentActions.php:1610
+#: plugins/ktcore/KTDocumentActions.php:1594
+#: plugins/ktcore/KTDocumentActions.php:1597
+#: plugins/ktcore/KTDocumentActions.php:1666
+#: plugins/ktcore/KTDocumentActions.php:1670
msgid "Transition performed"
msgstr ""
-#: i18n/templates.c:4943
+#: i18n/templates.c:4970
msgid "Transition to another workflow state"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1480
+#: plugins/ktcore/KTDocumentActions.php:1540
msgid "Transition to perform"
msgstr ""
-#: i18n/templates.c:5420
+#: i18n/templates.c:5447
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 ""
@@ -11354,39 +11464,39 @@ msgstr ""
msgid "Transition updated."
msgstr ""
-#: i18n/templates.c:5132
+#: i18n/templates.c:5159
msgid "Transition<"
msgstr ""
#: plugins/ktcore/admin/workflow/newworkflow.inc.php:92
-#: plugins/ktcore/admin/workflowsv2.php:813 i18n/templates.c:5267
-#: i18n/templates.c:5585
+#: plugins/ktcore/admin/workflowsv2.php:813 i18n/templates.c:5294
+#: i18n/templates.c:5612
msgid "Transitions"
msgstr ""
-#: i18n/templates.c:5588
+#: i18n/templates.c:5615
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:5519 i18n/templates.c:5777
+#: i18n/templates.c:5546 i18n/templates.c:5804
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:5510 i18n/templates.c:5729
+#: i18n/templates.c:5537 i18n/templates.c:5756
msgid "Transitions available"
msgstr ""
-#: i18n/templates.c:5597
+#: i18n/templates.c:5624
msgid "Transitions from this state"
msgstr ""
-#: i18n/templates.c:5513 i18n/templates.c:5591 i18n/templates.c:5732
+#: i18n/templates.c:5540 i18n/templates.c:5618 i18n/templates.c:5759
msgid "Transitions to this state"
msgstr ""
#: lib/documentmanagement/DocumentField.inc:207
-#: plugins/ktcore/admin/fieldsets/basic.inc.php:86 i18n/templates.c:2741
-#: i18n/templates.c:4298
+#: plugins/ktcore/admin/fieldsets/basic.inc.php:86 i18n/templates.c:2753
+#: i18n/templates.c:4316
msgid "Tree"
msgstr ""
@@ -11398,7 +11508,7 @@ msgstr ""
msgid "Tried to remove member from database, apparently successfully, but hasMember thinks they're still members?"
msgstr ""
-#: i18n/templates.c:5432 i18n/templates.c:5450
+#: i18n/templates.c:5459 i18n/templates.c:5477
msgid "Trigger"
msgstr ""
@@ -11413,7 +11523,7 @@ msgid "Trigger saved."
msgstr ""
#: plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php:79
-#: i18n/templates.c:3815
+#: i18n/templates.c:3827
msgid "True"
msgstr ""
@@ -11422,24 +11532,24 @@ msgstr ""
msgid "Two folders named %s present in %s. Unable to decide which to use..."
msgstr ""
-#: i18n/templates.c:1904 i18n/templates.c:2648 i18n/templates.c:2732
-#: i18n/templates.c:4289
+#: i18n/templates.c:1916 i18n/templates.c:2660 i18n/templates.c:2744
+#: i18n/templates.c:4307
msgid "Type"
msgstr ""
-#: i18n/templates.c:3230
+#: i18n/templates.c:3242
msgid "Type :q! to exit without saving."
msgstr ""
-#: i18n/templates.c:2564 i18n/templates.c:2891 i18n/templates.c:3074
+#: i18n/templates.c:2576 i18n/templates.c:2903 i18n/templates.c:3086
msgid "Type Description"
msgstr ""
-#: i18n/templates.c:3227
+#: i18n/templates.c:3239
msgid "Type ZZ to save changes and exit."
msgstr ""
-#: plugins/ktstandard/workflow/TypeAssociator.php:188
+#: plugins/ktstandard/workflow/TypeAssociator.php:191
msgid "Type mapping updated."
msgstr ""
@@ -11447,7 +11557,7 @@ msgstr ""
msgid "Type of conversion"
msgstr ""
-#: i18n/templates.c:833 i18n/templates.c:4799
+#: i18n/templates.c:833 i18n/templates.c:4826
msgid "Type-specific field sets"
msgstr ""
@@ -11634,11 +11744,11 @@ msgstr ""
msgid "Unable to locate the requested help file for this language."
msgstr ""
-#: browse.php:363
+#: browse.php:376
msgid "Unable to log admin mode entry. Not activating admin mode."
msgstr ""
-#: browse.php:407
+#: browse.php:420
msgid "Unable to log admin mode exit. Not de-activating admin mode."
msgstr ""
@@ -11697,7 +11807,7 @@ msgstr ""
msgid "Unable to update transition: %s"
msgstr ""
-#: i18n/templates.c:2786
+#: i18n/templates.c:2798
msgid "Unassigned/Unavailable"
msgstr ""
@@ -11705,11 +11815,11 @@ msgstr ""
msgid "Under discussion"
msgstr ""
-#: i18n/templates.c:3278 i18n/templates.c:3281
+#: i18n/templates.c:3290 i18n/templates.c:3293
msgid "Undo"
msgstr ""
-#: i18n/templates.c:2192
+#: i18n/templates.c:2204
msgid "Undo change"
msgstr ""
@@ -11733,7 +11843,7 @@ msgstr ""
msgid "Unexpected failure creating transition: %s"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:915
+#: plugins/ktcore/KTDocumentActions.php:944
#, php-format
msgid "Unexpected failure deleting document: %s"
msgstr ""
@@ -11768,7 +11878,7 @@ msgstr ""
msgid "Unit"
msgstr ""
-#: i18n/templates.c:6197
+#: i18n/templates.c:6224
msgid "Unit Administration"
msgstr ""
@@ -11785,8 +11895,8 @@ msgstr ""
#: plugins/ktcore/admin/unitManagement.php:82
#: plugins/ktcore/admin/unitManagement.php:139
-#: plugins/ktcore/admin/unitManagement.php:190 i18n/templates.c:5903
-#: i18n/templates.c:6215
+#: plugins/ktcore/admin/unitManagement.php:190 i18n/templates.c:5930
+#: i18n/templates.c:6242
msgid "Unit Name"
msgstr ""
@@ -11802,11 +11912,11 @@ msgstr ""
msgid "Unit removed"
msgstr ""
-#: i18n/templates.c:6182
+#: i18n/templates.c:6209
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:6206
+#: i18n/templates.c:6233
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 ""
@@ -11818,7 +11928,7 @@ msgstr ""
msgid "Unknown Action"
msgstr ""
-#: lib/documentmanagement/Document.inc:669
+#: lib/documentmanagement/Document.inc:752
msgid "Unknown State"
msgstr ""
@@ -11885,16 +11995,16 @@ msgstr ""
msgid "Up"
msgstr ""
-#: i18n/templates.c:1892 i18n/templates.c:2090 i18n/templates.c:6674
-#: i18n/templates.c:6704 i18n/transactions.c:2
+#: i18n/templates.c:1904 i18n/templates.c:2102 i18n/templates.c:6701
+#: i18n/templates.c:6731 i18n/transactions.c:2
msgid "Update"
msgstr ""
-#: i18n/templates.c:5660
+#: i18n/templates.c:5687
msgid "Update Action Availability"
msgstr ""
-#: i18n/templates.c:5630
+#: i18n/templates.c:5657
msgid "Update Allocated Permissions"
msgstr ""
@@ -11918,7 +12028,7 @@ msgstr ""
msgid "Update Notifications"
msgstr ""
-#: i18n/templates.c:4469 i18n/templates.c:4733
+#: i18n/templates.c:4487 i18n/templates.c:4760
msgid "Update Permission Assignments"
msgstr ""
@@ -11946,7 +12056,7 @@ msgstr ""
msgid "Update Workflow Details"
msgstr ""
-#: i18n/templates.c:4994
+#: i18n/templates.c:5021
msgid "Update Workflow Permissions"
msgstr ""
@@ -11954,11 +12064,11 @@ msgstr ""
msgid "Update failed"
msgstr ""
-#: i18n/templates.c:5576
+#: i18n/templates.c:5603
msgid "Update users to inform"
msgstr ""
-#: i18n/templates.c:5705
+#: i18n/templates.c:5732
msgid "Update workflow properties"
msgstr ""
@@ -11970,16 +12080,16 @@ msgstr ""
msgid "Updated permissions"
msgstr ""
-#: i18n/templates.c:4652
+#: i18n/templates.c:4670
msgid "Upload"
msgstr ""
-#: i18n/templates.c:4637
+#: i18n/templates.c:4655
msgid "Upload files into"
msgstr ""
-#: plugins/ktcore/folder/BulkUpload.php:69
#: plugins/ktcore/folder/addDocument.php:68
+#: plugins/ktcore/folder/BulkUpload.php:69
msgid "Upload larger than maximum POST size (post_max_size variable in .htaccess or php.ini)"
msgstr ""
@@ -12001,7 +12111,7 @@ msgstr ""
msgid "Usage Information for \"#folder#\""
msgstr ""
-#: i18n/templates.c:4358
+#: i18n/templates.c:4376
msgid "Use Parent"
msgstr ""
@@ -12014,31 +12124,31 @@ msgstr ""
msgid "Use parent allocation"
msgstr ""
-#: i18n/templates.c:4388 i18n/templates.c:4391
+#: i18n/templates.c:4406 i18n/templates.c:4409
msgid "Use parent's allocation"
msgstr ""
-#: i18n/templates.c:3401
+#: i18n/templates.c:3413
msgid "Use the #options# to extend this query."
msgstr ""
-#: i18n/templates.c:3353
+#: i18n/templates.c:3365
msgid "Use the #options# to extend your search criteria."
msgstr ""
-#: i18n/templates.c:2513
+#: i18n/templates.c:2525
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:6953
+#: i18n/templates.c:6980
msgid "Use the force checkin action in the listing below to override the checked-out status."
msgstr ""
-#: i18n/templates.c:4409
+#: i18n/templates.c:4427
msgid "Use the Filter fields to display names in order of specified criteria. Use the Ctrl key to multi-select user names."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:989
+#: plugins/ktcore/KTDocumentActions.php:1018
msgid "Use the folder collection and path below select the folder into which you wish to move the document."
msgstr ""
@@ -12046,24 +12156,24 @@ msgstr ""
msgid "Use the folder collection and path below to browse to the document you wish to link to."
msgstr ""
-#: i18n/templates.c:6893
+#: i18n/templates.c:6920
msgid "Use the folder collection and path below to browse to the folder containing the documents you wish to restore."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:335
-#: plugins/ktcore/KTDocumentActions.php:1191
+#: plugins/ktcore/KTBulkActions.php:389
+#: plugins/ktcore/KTDocumentActions.php:1220
msgid "Use the folder collection and path below to browse to the folder you wish to copy the documents into."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:191
+#: plugins/ktcore/KTBulkActions.php:245
msgid "Use the folder collection and path below to browse to the folder you wish to move the documents into."
msgstr ""
-#: i18n/templates.c:5780
+#: i18n/templates.c:5807
msgid "Use the form below to create a new Transition, and assign or edit existing transitions using the table below."
msgstr ""
-#: i18n/templates.c:3152
+#: i18n/templates.c:3164
msgid "Use the standard introduction."
msgstr ""
@@ -12075,15 +12185,15 @@ msgstr ""
msgid "Used"
msgstr ""
-#: i18n/templates.c:2534
+#: i18n/templates.c:2546
msgid "Used by"
msgstr ""
#: i18n/templates.c:365 i18n/templates.c:458 i18n/templates.c:557
#: i18n/templates.c:635 i18n/templates.c:725 i18n/templates.c:1025
-#: i18n/templates.c:1214 i18n/templates.c:1577 i18n/templates.c:3656
-#: i18n/templates.c:4682 i18n/templates.c:6476 i18n/templates.c:6764
-#: i18n/templates.c:7121 i18n/templates.c:7187 i18n/templates.c:7208
+#: i18n/templates.c:1214 i18n/templates.c:1577 i18n/templates.c:3668
+#: i18n/templates.c:4700 i18n/templates.c:6503 i18n/templates.c:6791
+#: i18n/templates.c:7148 i18n/templates.c:7214 i18n/templates.c:7235
msgid "User"
msgstr ""
@@ -12103,8 +12213,8 @@ msgstr ""
msgid "User Information: #username# in \"#folder#\""
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:325
#: plugins/ktcore/admin/configSettings.php:135
+#: plugins/ktcore/KTCorePlugin.php:325
msgid "User Interface Settings"
msgstr ""
@@ -12114,7 +12224,7 @@ msgstr ""
#: plugins/ktcore/admin/userManagement.php:180
#: plugins/ktcore/admin/userManagement.php:191
#: plugins/ktcore/admin/userManagement.php:251
-#: plugins/ktcore/admin/userManagement.php:329 i18n/templates.c:6278
+#: plugins/ktcore/admin/userManagement.php:329 i18n/templates.c:6305
msgid "User Management"
msgstr ""
@@ -12149,7 +12259,7 @@ msgstr ""
msgid "User is currently not a member of any groups."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:265 view.php:469
+#: plugins/ktcore/KTDocumentActions.php:265 view.php:482
msgid "User no longer exists"
msgstr ""
@@ -12165,8 +12275,8 @@ msgstr ""
msgid "User's name"
msgstr ""
-#: i18n/templates.c:4460 i18n/templates.c:4577 i18n/templates.c:4685
-#: i18n/templates.c:7094 i18n/templates.c:7190
+#: i18n/templates.c:4478 i18n/templates.c:4595 i18n/templates.c:4703
+#: i18n/templates.c:7121 i18n/templates.c:7217
msgid "User:"
msgstr ""
@@ -12188,14 +12298,14 @@ msgstr ""
#: plugins/professional-reporting/admin/userReporting.php:56
#: plugins/wintools/baobabUserManagement.php:102 i18n/templates.c:386
#: i18n/templates.c:761 i18n/templates.c:953 i18n/templates.c:1136
-#: i18n/templates.c:1190 i18n/templates.c:6317 i18n/templates.c:6725
+#: i18n/templates.c:1190 i18n/templates.c:6344 i18n/templates.c:6752
msgid "Username"
msgstr ""
#: plugins/ktcore/admin/groupManagement.php:266
#: plugins/ktcore/admin/workflowsv2.php:2153
-#: plugins/ktstandard/KTEmail.php:378 i18n/templates.c:4109
-#: i18n/templates.c:4364
+#: plugins/ktstandard/KTEmail.php:378 i18n/templates.c:4121
+#: i18n/templates.c:4382
msgid "Users"
msgstr ""
@@ -12203,23 +12313,23 @@ msgstr ""
msgid "Users and Groups"
msgstr ""
-#: i18n/templates.c:5960 i18n/templates.c:6089
+#: i18n/templates.c:5987 i18n/templates.c:6116
msgid "Users may be associated with Groups which are then used to grant these users security privileges."
msgstr ""
-#: i18n/templates.c:6044 i18n/templates.c:6236 i18n/templates.c:6266
+#: i18n/templates.c:6071 i18n/templates.c:6263 i18n/templates.c:6293
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:5948
+#: i18n/templates.c:5975
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:7181
+#: i18n/templates.c:7208
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:4661
+#: i18n/templates.c:4679
msgid "Users may have permissions on this folder due to membership of a group, or fulfilling a specific role on this folder."
msgstr ""
@@ -12231,8 +12341,8 @@ msgstr ""
msgid "Users updated"
msgstr ""
-#: i18n/templates.c:2279 i18n/templates.c:2321 i18n/templates.c:3302
-#: i18n/templates.c:3911
+#: i18n/templates.c:2291 i18n/templates.c:2333 i18n/templates.c:3314
+#: i18n/templates.c:3923
msgid "Values"
msgstr ""
@@ -12244,15 +12354,15 @@ msgstr ""
msgid "Verify Document Storage"
msgstr ""
-#: i18n/templates.c:6152
+#: i18n/templates.c:6179
msgid "Version #version#"
msgstr ""
-#: i18n/templates.c:6998
+#: i18n/templates.c:7025
msgid "Version Comparison"
msgstr ""
-#: lib/documentmanagement/Document.inc:661
+#: lib/documentmanagement/Document.inc:744
msgid "Version Deleted"
msgstr ""
@@ -12261,11 +12371,11 @@ msgstr ""
msgid "Version History"
msgstr ""
-#: i18n/templates.c:7247
+#: i18n/templates.c:7274
msgid "Version deleted"
msgstr ""
-#: i18n/templates.c:3410
+#: i18n/templates.c:3422
msgid "Version:"
msgstr ""
@@ -12277,22 +12387,22 @@ msgstr ""
msgid "View"
msgstr ""
-#: i18n/templates.c:3167
+#: i18n/templates.c:3179
msgid "View All"
msgstr ""
#: config/siteMap.inc:58 i18n/templates.c:1619 i18n/templates.c:1634
-#: i18n/templates.c:1655 i18n/templates.c:1688 i18n/templates.c:1778
-#: i18n/templates.c:3158 i18n/templates.c:4229 i18n/templates.c:5465
+#: i18n/templates.c:1655 i18n/templates.c:1688 i18n/templates.c:1784
+#: i18n/templates.c:3170 i18n/templates.c:4247 i18n/templates.c:5492
msgid "View Document"
msgstr ""
-#: plugins/ktcore/KTColumns.inc.php:529 plugins/ktcore/KTColumns.inc.php:539
-#: i18n/templates.c:1709 i18n/templates.c:1757
+#: plugins/ktcore/KTColumns.inc.php:570 plugins/ktcore/KTColumns.inc.php:580
+#: i18n/templates.c:1709 i18n/templates.c:1763
msgid "View Folder"
msgstr ""
-#: i18n/templates.c:4244
+#: i18n/templates.c:4262
msgid "View Help Request"
msgstr ""
@@ -12304,25 +12414,25 @@ msgstr ""
msgid "View New Folder"
msgstr ""
-#: i18n/templates.c:1811
+#: i18n/templates.c:1823
msgid "View New Location"
msgstr ""
-#: i18n/templates.c:2861 i18n/templates.c:2864 i18n/templates.c:2927
-#: i18n/templates.c:2930
+#: i18n/templates.c:2873 i18n/templates.c:2876 i18n/templates.c:2939
+#: i18n/templates.c:2942
msgid "View Overview"
msgstr ""
-#: i18n/templates.c:4520
+#: i18n/templates.c:4538
msgid "View Permissions for"
msgstr ""
-#: i18n/templates.c:3668 i18n/templates.c:6443 i18n/templates.c:6485
+#: i18n/templates.c:3680 i18n/templates.c:6470 i18n/templates.c:6512
msgid "View Results"
msgstr ""
#: plugins/ktcore/KTPermissions.php:820 plugins/ktcore/KTPermissions.php:824
-#: plugins/ktcore/KTPermissions.php:825 i18n/templates.c:4094
+#: plugins/ktcore/KTPermissions.php:825 i18n/templates.c:4106
msgid "View Roles"
msgstr ""
@@ -12330,11 +12440,11 @@ msgstr ""
msgid "View Transactions"
msgstr ""
-#: i18n/templates.c:1991
+#: i18n/templates.c:2003
msgid "View all threads"
msgstr ""
-#: i18n/templates.c:7004
+#: i18n/templates.c:7031
msgid "View current version"
msgstr ""
@@ -12346,20 +12456,20 @@ msgstr ""
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:3212
+#: i18n/templates.c:3224
msgid "View jobs in the crontab:"
msgstr ""
-#: i18n/templates.c:4673 i18n/templates.c:4679 i18n/templates.c:4700
+#: i18n/templates.c:4691 i18n/templates.c:4697 i18n/templates.c:4727
msgid "View permissions overview"
msgstr ""
-#: i18n/templates.c:4532 i18n/templates.c:4538 i18n/templates.c:4703
-#: i18n/templates.c:7067
+#: i18n/templates.c:4550 i18n/templates.c:4556 i18n/templates.c:4730
+#: i18n/templates.c:7094
msgid "View resolved permissions for user"
msgstr ""
-#: i18n/templates.c:1997
+#: i18n/templates.c:2009
msgid "View threads"
msgstr ""
@@ -12371,11 +12481,11 @@ msgstr ""
msgid "Viewing Permissions"
msgstr ""
-#: i18n/templates.c:1967
+#: i18n/templates.c:1979
msgid "Views"
msgstr ""
-#: i18n/templates.c:2240
+#: i18n/templates.c:2252
msgid "Views are the selections of documents and folders you will find throughout #appname#. Some of those can be configured to use different kinds of columns (e.g. workflow state, the creator's name, etc.)"
msgstr ""
@@ -12383,7 +12493,7 @@ msgstr ""
msgid "Visgraph search expression"
msgstr ""
-#: i18n/templates.c:5801
+#: i18n/templates.c:5828
msgid "Visit the #tracker#"
msgstr ""
@@ -12395,11 +12505,11 @@ msgstr ""
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:3092 i18n/templates.c:4340
+#: i18n/templates.c:3104 i18n/templates.c:4358
msgid "Warning"
msgstr ""
-#: i18n/templates.c:7028
+#: i18n/templates.c:7055
msgid "Warning: Database is inconsistent with the contents of the repository."
msgstr ""
@@ -12419,7 +12529,7 @@ msgstr ""
msgid "Warning: the user was already a member of some subgroups"
msgstr ""
-#: i18n/templates.c:7256
+#: i18n/templates.c:7283
msgid "Warning: Database is inconsistent with the contents of the repository."
msgstr ""
@@ -12452,11 +12562,11 @@ msgstr ""
msgid "When a document has this workflow applied to it, which state should it initially have."
msgstr ""
-#: i18n/templates.c:5396
+#: i18n/templates.c:5423
msgid "When a document is in a workflow state, that state can override some or all of the permissions that would \"normally\" be assigned to the document (e.g. via the folder it is in). It can also restrict which document actions are available."
msgstr ""
-#: i18n/templates.c:7022
+#: i18n/templates.c:7049
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 ""
@@ -12469,7 +12579,7 @@ msgstr ""
msgid "Which Unit is this group part of?"
msgstr ""
-#: i18n/templates.c:5582
+#: i18n/templates.c:5609
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 ""
@@ -12477,7 +12587,7 @@ msgstr ""
msgid "Windows Tools: Key Management"
msgstr ""
-#: i18n/templates.c:6800
+#: i18n/templates.c:6827
msgid "Within #appname# 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 ""
@@ -12486,9 +12596,9 @@ msgstr ""
msgid "Within a given fieldset, each field needs a unique name."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1428
+#: plugins/ktcore/KTDocumentActions.php:1488
#: search2/search/fields/WorkflowField.inc.php:44 i18n/templates.c:32
-#: i18n/templates.c:1340 i18n/templates.c:2111 i18n/templates.c:4937
+#: i18n/templates.c:1340 i18n/templates.c:2123 i18n/templates.c:4964
msgid "Workflow"
msgstr ""
@@ -12497,7 +12607,7 @@ msgstr ""
msgid "Workflow \"%s\" started."
msgstr ""
-#: i18n/templates.c:5309
+#: i18n/templates.c:5336
msgid "Workflow Admin"
msgstr ""
@@ -12505,20 +12615,20 @@ msgstr ""
msgid "Workflow Administration"
msgstr ""
-#: i18n/templates.c:2084
+#: i18n/templates.c:2096
msgid "Workflow Allocation Plugins"
msgstr ""
-#: i18n/templates.c:2093
+#: i18n/templates.c:2105
msgid "Workflow Allocation by Document Type"
msgstr ""
#: plugins/ktstandard/workflow/TypeAssociator.php:70
-#: plugins/ktstandard/workflow/TypeAssociator.php:129
+#: plugins/ktstandard/workflow/TypeAssociator.php:132
msgid "Workflow Allocation by Document Types"
msgstr ""
-#: i18n/templates.c:2102
+#: i18n/templates.c:2114
msgid "Workflow Allocations"
msgstr ""
@@ -12535,7 +12645,7 @@ msgstr ""
msgid "Workflow Effects"
msgstr ""
-#: i18n/templates.c:5090
+#: i18n/templates.c:5117
msgid "Workflow Effects Overview: #name#"
msgstr ""
@@ -12561,11 +12671,11 @@ msgstr ""
msgid "Workflow Notification: %s"
msgstr ""
-#: i18n/templates.c:5198
+#: i18n/templates.c:5225
msgid "Workflow Notifications"
msgstr ""
-#: i18n/templates.c:5699
+#: i18n/templates.c:5726
msgid "Workflow Overview"
msgstr ""
@@ -12573,7 +12683,7 @@ msgstr ""
msgid "Workflow Plugins"
msgstr ""
-#: lib/browse/Criteria.inc:814 plugins/ktcore/KTColumns.inc.php:398
+#: lib/browse/Criteria.inc:814 plugins/ktcore/KTColumns.inc.php:439
#: plugins/ktcore/KTCorePlugin.php:137
#: search2/search/fields/WorkflowStateField.inc.php:44
msgid "Workflow State"
@@ -12583,7 +12693,7 @@ msgstr ""
msgid "Workflow State ID"
msgstr ""
-#: i18n/templates.c:5999
+#: i18n/templates.c:6026
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 ""
@@ -12603,19 +12713,19 @@ msgstr ""
msgid "Workflow assignment updated."
msgstr ""
-#: i18n/templates.c:4922
+#: i18n/templates.c:4949
msgid "Workflow for"
msgstr ""
-#: i18n/templates.c:4925
+#: i18n/templates.c:4952
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 ""
-#: i18n/templates.c:5738
+#: i18n/templates.c:5765
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 ""
-#: i18n/templates.c:5312
+#: i18n/templates.c:5339
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 ""
@@ -12627,7 +12737,7 @@ msgstr ""
msgid "Workflow removed from document."
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1513
+#: plugins/ktcore/KTDocumentActions.php:1573
msgid "Workflow started"
msgstr ""
@@ -12644,7 +12754,7 @@ msgstr ""
msgid "Workflow status"
msgstr ""
-#: i18n/templates.c:2096
+#: i18n/templates.c:2108
msgid "Workflow types are allocated by Document Type in this #appname# 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 ""
@@ -12652,7 +12762,7 @@ msgstr ""
msgid "Workflow updated."
msgstr ""
-#: i18n/templates.c:3419
+#: i18n/templates.c:3431
msgid "Workflow:"
msgstr ""
@@ -12660,16 +12770,16 @@ msgstr ""
msgid "Workflow: "
msgstr ""
-#: i18n/templates.c:5291
+#: i18n/templates.c:5318
msgid "Workflow: #name#"
msgstr ""
-#: plugins/ktcore/KTCorePlugin.php:284
-#: plugins/ktcore/admin/workflowsv2.php:127 i18n/templates.c:5735
+#: plugins/ktcore/admin/workflowsv2.php:127
+#: plugins/ktcore/KTCorePlugin.php:284 i18n/templates.c:5762
msgid "Workflows"
msgstr ""
-#: i18n/templates.c:5690
+#: i18n/templates.c:5717
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 ""
@@ -12685,10 +12795,10 @@ msgstr ""
msgid "Years"
msgstr ""
-#: i18n/templates.c:62 i18n/templates.c:2369 i18n/templates.c:2375
-#: i18n/templates.c:2423 i18n/templates.c:2429 i18n/templates.c:2528
-#: i18n/templates.c:2618 i18n/templates.c:2624 i18n/templates.c:3038
-#: i18n/templates.c:4322
+#: i18n/templates.c:62 i18n/templates.c:2381 i18n/templates.c:2387
+#: i18n/templates.c:2435 i18n/templates.c:2441 i18n/templates.c:2540
+#: i18n/templates.c:2630 i18n/templates.c:2636 i18n/templates.c:3050
+#: i18n/templates.c:4340
msgid "Yes"
msgstr ""
@@ -12704,7 +12814,7 @@ msgstr ""
msgid "You are coming from a different IP address than the session requires"
msgstr ""
-#: i18n/templates.c:3593
+#: i18n/templates.c:3605
msgid "You are currently editing the saved search:"
msgstr ""
@@ -12720,16 +12830,16 @@ msgstr ""
msgid "You are here"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:426
+#: lib/foldermanagement/folderutil.inc.php:437
msgid "You are not allowed to create folders in the destination."
msgstr ""
#: plugins/documentcomparison/DocumentComparison.php:45
-#: plugins/ktcore/KTDocumentActions.php:217 view.php:136 view.php:286
+#: plugins/ktcore/KTDocumentActions.php:217 view.php:136 view.php:299
msgid "You are not allowed to view this document"
msgstr ""
-#: browse.php:350 browse.php:394
+#: browse.php:363 browse.php:407
msgid "You are not an administrator"
msgstr ""
@@ -12737,15 +12847,15 @@ msgstr ""
msgid "You are not permitted to access that document."
msgstr ""
-#: i18n/templates.c:6506
+#: i18n/templates.c:6533
msgid "You are required to change your password as it has expired."
msgstr ""
-#: i18n/templates.c:2057
+#: i18n/templates.c:2069
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 ""
-#: i18n/templates.c:5219
+#: i18n/templates.c:5246
msgid "You can control when and by whom transitions can be performed by setting up various guards. These can include permissions, roles, groups or a variety of other restriction conditions."
msgstr ""
@@ -12757,7 +12867,7 @@ msgstr ""
msgid "You can copy the following link into any RSS aggregator to create a feed to the selected folder."
msgstr ""
-#: i18n/templates.c:3386
+#: i18n/templates.c:3398
msgid "You can save this search:"
msgstr ""
@@ -12773,7 +12883,7 @@ msgstr ""
msgid "You cannot have duplicate transition names: %s"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1064
+#: plugins/ktcore/KTDocumentActions.php:1093
msgid "You cannot move the document within the same folder."
msgstr ""
@@ -12791,7 +12901,7 @@ msgstr ""
msgid "You did not select a valid document to upload"
msgstr ""
-#: i18n/templates.c:6302
+#: i18n/templates.c:6329
msgid "You do not have enough available licenses to add more active users. Please disable some existing ones if you wish to add new active users."
msgstr ""
@@ -12799,7 +12909,7 @@ msgstr ""
msgid "You do not have permission to alter security settings."
msgstr ""
-#: i18n/templates.c:4967
+#: i18n/templates.c:4994
msgid "You do not have permission to change the workflow that is assigned to this document."
msgstr ""
@@ -12807,12 +12917,12 @@ msgstr ""
msgid "You do not have permission to close this thread"
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:478
+#: lib/foldermanagement/folderutil.inc.php:489
msgid "You do not have permission to copy these items. "
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1089
-#: plugins/ktcore/KTDocumentActions.php:1295
+#: plugins/ktcore/KTDocumentActions.php:1118
+#: plugins/ktcore/KTDocumentActions.php:1324
msgid "You do not have permission to create new documents in that folder."
msgstr ""
@@ -12820,11 +12930,11 @@ msgstr ""
msgid "You do not have permission to delete that quicklink."
msgstr ""
-#: lib/foldermanagement/folderutil.inc.php:379
+#: lib/foldermanagement/folderutil.inc.php:380
msgid "You do not have permission to delete these items. "
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:263 plugins/ktcore/KTBulkActions.php:407
+#: plugins/ktcore/KTBulkActions.php:317 plugins/ktcore/KTBulkActions.php:461
msgid "You do not have permission to move items to this location"
msgstr ""
@@ -12837,7 +12947,7 @@ msgstr ""
msgid "You do not have sufficient permissions to delete a link"
msgstr ""
-#: lib/actions/bulkaction.php:453
+#: lib/actions/bulkaction.php:516
msgid "You do not have the required permissions"
msgstr ""
@@ -12873,7 +12983,7 @@ msgstr ""
msgid "You have entered an invalid name."
msgstr ""
-#: i18n/templates.c:3161
+#: i18n/templates.c:3173
msgid "You have no documents which are currently checked out."
msgstr ""
@@ -12893,7 +13003,7 @@ msgstr ""
msgid "You have no quicklinks."
msgstr ""
-#: i18n/templates.c:2054
+#: i18n/templates.c:2066
msgid "You have no subscriptions"
msgstr ""
@@ -12906,11 +13016,11 @@ msgstr ""
msgid "You have selected a new document type: %s. "
msgstr ""
-#: i18n/templates.c:5870
+#: i18n/templates.c:5897
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:6365
+#: i18n/templates.c:6392
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 ""
@@ -12939,7 +13049,7 @@ msgstr ""
msgid "You must provide a name"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1524
+#: plugins/ktcore/KTDocumentActions.php:1584
msgid "You must provide a reason for the transition"
msgstr ""
@@ -13030,8 +13140,8 @@ msgstr ""
msgid "You need to login to access this page"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1534
-#: plugins/ktcore/KTDocumentActions.php:1606
+#: plugins/ktcore/KTDocumentActions.php:1594
+#: plugins/ktcore/KTDocumentActions.php:1666
msgid "You no longer have permission to view this document"
msgstr ""
@@ -13043,6 +13153,24 @@ msgstr ""
msgid "You were not subscribed to that folder"
msgstr ""
+#: lib/documentmanagement/documentutil.inc.php:375
+msgid "You're not authorized to create a shortcut to this document"
+msgstr ""
+
+#: lib/foldermanagement/folderutil.inc.php:634
+msgid "You're not authorized to create a shortcut to this folder"
+msgstr ""
+
+#: lib/documentmanagement/documentutil.inc.php:370
+#: lib/foldermanagement/folderutil.inc.php:629
+#: lib/foldermanagement/folderutil.inc.php:695
+msgid "You're not authorized to create shortcuts"
+msgstr ""
+
+#: lib/documentmanagement/documentutil.inc.php:443
+msgid "You're not authorized to delete this shortcut"
+msgstr ""
+
#: plugins/ktcore/KTDashlets.php:181
msgid "Your Checked-out Documents"
msgstr ""
@@ -13095,7 +13223,7 @@ msgstr ""
msgid "Your documents have been added to this folder and not the folder structure within the upload file because you do not have permission to add any folders."
msgstr ""
-#: plugins/ktcore/KTBulkActions.php:620
+#: plugins/ktcore/KTBulkActions.php:730
#: plugins/ktstandard/KTBulkExportPlugin.php:158
#, php-format
msgid "Your download will begin shortly. If you are not automatically redirected to your download, please click here "
@@ -13147,7 +13275,7 @@ msgstr ""
msgid "add a new user"
msgstr ""
-#: i18n/templates.c:2333 i18n/templates.c:3923
+#: i18n/templates.c:2345 i18n/templates.c:3935
msgid "add another set of criteria"
msgstr ""
@@ -13163,11 +13291,11 @@ msgstr ""
msgid "add lookup values"
msgstr ""
-#: i18n/templates.c:2492
+#: i18n/templates.c:2504
msgid "add new subcategory"
msgstr ""
-#: lib/browse/Criteria.inc:472 i18n/templates.c:3722
+#: lib/browse/Criteria.inc:472 i18n/templates.c:3734
msgid "after"
msgstr ""
@@ -13180,9 +13308,9 @@ msgid "ago"
msgstr ""
#: search/booleanSearch.php:281 search/booleanSearch.php:286
-#: i18n/templates.c:2255 i18n/templates.c:2267 i18n/templates.c:2297
-#: i18n/templates.c:2309 i18n/templates.c:3308 i18n/templates.c:3830
-#: i18n/templates.c:3842 i18n/templates.c:3887 i18n/templates.c:3899
+#: i18n/templates.c:2267 i18n/templates.c:2279 i18n/templates.c:2309
+#: i18n/templates.c:2321 i18n/templates.c:3320 i18n/templates.c:3842
+#: i18n/templates.c:3854 i18n/templates.c:3899 i18n/templates.c:3911
msgid "all"
msgstr ""
@@ -13191,9 +13319,9 @@ msgid "and"
msgstr ""
#: search/booleanSearch.php:281 search/booleanSearch.php:286
-#: i18n/templates.c:2258 i18n/templates.c:2270 i18n/templates.c:2300
-#: i18n/templates.c:2312 i18n/templates.c:3311 i18n/templates.c:3833
-#: i18n/templates.c:3845 i18n/templates.c:3890 i18n/templates.c:3902
+#: i18n/templates.c:2270 i18n/templates.c:2282 i18n/templates.c:2312
+#: i18n/templates.c:2324 i18n/templates.c:3323 i18n/templates.c:3845
+#: i18n/templates.c:3857 i18n/templates.c:3902 i18n/templates.c:3914
msgid "any"
msgstr ""
@@ -13206,7 +13334,7 @@ msgstr ""
msgid "attach keywords"
msgstr ""
-#: lib/browse/Criteria.inc:473 i18n/templates.c:3728
+#: lib/browse/Criteria.inc:473 i18n/templates.c:3740
msgid "before"
msgstr ""
@@ -13214,7 +13342,7 @@ msgstr ""
msgid "before "
msgstr ""
-#: i18n/templates.c:3725 i18n/templates.c:3737
+#: i18n/templates.c:3737 i18n/templates.c:3749
msgid "between"
msgstr ""
@@ -13236,12 +13364,12 @@ msgstr ""
#: i18n/templates.c:1592 i18n/templates.c:1616 i18n/templates.c:1649
#: i18n/templates.c:1670 i18n/templates.c:1682 i18n/templates.c:1706
-#: i18n/templates.c:1733 i18n/templates.c:1754 i18n/templates.c:1775
-#: i18n/templates.c:1796 i18n/templates.c:1808
+#: i18n/templates.c:1733 i18n/templates.c:1760 i18n/templates.c:1781
+#: i18n/templates.c:1802 i18n/templates.c:1820
msgid "by #actor_name#"
msgstr ""
-#: i18n/templates.c:3740
+#: i18n/templates.c:3752
msgid "bytes"
msgstr ""
@@ -13249,7 +13377,7 @@ msgstr ""
msgid "cancel checkout"
msgstr ""
-#: i18n/templates.c:5981 i18n/templates.c:5993 i18n/templates.c:6509
+#: i18n/templates.c:6008 i18n/templates.c:6020 i18n/templates.c:6536
msgid "change password"
msgstr ""
@@ -13265,23 +13393,23 @@ msgstr ""
msgid "cleanup"
msgstr ""
-#: i18n/templates.c:3323
+#: i18n/templates.c:3335
msgid "close"
msgstr ""
-#: i18n/templates.c:6776
+#: i18n/templates.c:6803
msgid "compare"
msgstr ""
-#: view.php:298
+#: view.php:311
msgid "compare versions"
msgstr ""
-#: i18n/templates.c:1226 i18n/templates.c:6773
+#: i18n/templates.c:1226 i18n/templates.c:6800
msgid "comparing against this version"
msgstr ""
-#: i18n/templates.c:1349 i18n/templates.c:2843
+#: i18n/templates.c:1349 i18n/templates.c:2855
msgid "conditional data."
msgstr ""
@@ -13299,7 +13427,7 @@ msgstr ""
msgid "confirm restore of %d documents"
msgstr ""
-#: lib/browse/Criteria.inc:239 i18n/templates.c:3785 i18n/templates.c:3803
+#: lib/browse/Criteria.inc:239 i18n/templates.c:3797 i18n/templates.c:3815
msgid "contains"
msgstr ""
@@ -13307,15 +13435,15 @@ msgstr ""
msgid "content and metadata"
msgstr ""
-#: i18n/templates.c:2969 i18n/templates.c:2996
+#: i18n/templates.c:2981 i18n/templates.c:3008
msgid "controls the values available in"
msgstr ""
-#: i18n/templates.c:2978 i18n/templates.c:3005
+#: i18n/templates.c:2990 i18n/templates.c:3017
msgid "controls the values of the following fields"
msgstr ""
-#: i18n/templates.c:2798
+#: i18n/templates.c:2810
msgid "create behaviour"
msgstr ""
@@ -13324,23 +13452,23 @@ msgstr ""
msgid "create for class %s failed"
msgstr ""
-#: i18n/templates.c:2147 i18n/templates.c:6257
+#: i18n/templates.c:2159 i18n/templates.c:6284
msgid "create group"
msgstr ""
-#: i18n/templates.c:6005
+#: i18n/templates.c:6032
msgid "create new role"
msgstr ""
-#: i18n/templates.c:6128
+#: i18n/templates.c:6155
msgid "create unit"
msgstr ""
-#: i18n/templates.c:6080
+#: i18n/templates.c:6107
msgid "create user"
msgstr ""
-#: i18n/templates.c:7229
+#: i18n/templates.c:7256
msgid "current version"
msgstr ""
@@ -13355,7 +13483,7 @@ msgstr ""
msgid "day(s)"
msgstr ""
-#: plugins/wintools/key.inc.php:86 i18n/templates.c:3758
+#: plugins/wintools/key.inc.php:86 i18n/templates.c:3770
msgid "days"
msgstr ""
@@ -13363,16 +13491,16 @@ msgstr ""
msgid "defining search"
msgstr ""
-#: plugins/ktcore/admin/fieldsets/basic.inc.php:822 i18n/templates.c:2573
-#: i18n/templates.c:2897
+#: plugins/ktcore/admin/fieldsets/basic.inc.php:822 i18n/templates.c:2585
+#: i18n/templates.c:2909
msgid "delete"
msgstr ""
-#: i18n/templates.c:7250
+#: i18n/templates.c:7277
msgid "delete version"
msgstr ""
-#: i18n/templates.c:6830
+#: i18n/templates.c:6857
msgid "deleting a link type will delete all links of that type within the system."
msgstr ""
@@ -13411,21 +13539,21 @@ msgstr ""
msgid "discussion"
msgstr ""
-#: view.php:156
+#: view.php:169
msgid "document details"
msgstr ""
-#: lib/browse/Criteria.inc:238 i18n/templates.c:3788 i18n/templates.c:3806
+#: lib/browse/Criteria.inc:238 i18n/templates.c:3800 i18n/templates.c:3818
msgid "does not contain"
msgstr ""
#: plugins/ktcore/admin/documentTypes.php:179
-#: plugins/wintools/email/emailDocumentTypes.php:253 i18n/templates.c:2570
-#: i18n/templates.c:2894 i18n/templates.c:3077
+#: plugins/wintools/email/emailDocumentTypes.php:253 i18n/templates.c:2582
+#: i18n/templates.c:2906 i18n/templates.c:3089
msgid "edit"
msgstr ""
-#: i18n/templates.c:2822
+#: i18n/templates.c:2834
msgid "edit field"
msgstr ""
@@ -13441,7 +13569,7 @@ msgstr ""
msgid "edit groups"
msgstr ""
-#: i18n/templates.c:6845 i18n/templates.c:6848
+#: i18n/templates.c:6872 i18n/templates.c:6875
msgid "edit link type"
msgstr ""
@@ -13457,7 +13585,7 @@ msgstr ""
msgid "editing LDAP settings"
msgstr ""
-#: i18n/templates.c:3800
+#: i18n/templates.c:3812
msgid "ends with"
msgstr ""
@@ -13513,28 +13641,28 @@ msgstr ""
msgid "feeds available"
msgstr ""
-#: i18n/templates.c:2828
+#: i18n/templates.c:2840
msgid "finished with this field"
msgstr ""
-#: i18n/templates.c:5804
+#: i18n/templates.c:5831
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."
msgstr ""
-#: i18n/templates.c:2282 i18n/templates.c:2327 i18n/templates.c:3290
-#: i18n/templates.c:3917
+#: i18n/templates.c:2294 i18n/templates.c:2339 i18n/templates.c:3302
+#: i18n/templates.c:3929
msgid "first select a type of query"
msgstr ""
-#: i18n/templates.c:6965
+#: i18n/templates.c:6992
msgid "force checkin"
msgstr ""
-#: i18n/templates.c:1703 i18n/templates.c:1790
+#: i18n/templates.c:1703 i18n/templates.c:1796
msgid "from \"#location_name#\""
msgstr ""
-#: i18n/templates.c:1685 i18n/templates.c:1748
+#: i18n/templates.c:1685 i18n/templates.c:1754
msgid "from the folder \"#location_name#\""
msgstr ""
@@ -13542,11 +13670,11 @@ msgstr ""
msgid "getCommandLine is not implemented"
msgstr ""
-#: i18n/templates.c:3749
+#: i18n/templates.c:3761
msgid "gigabytes"
msgstr ""
-#: i18n/templates.c:3755
+#: i18n/templates.c:3767
msgid "greater than"
msgstr ""
@@ -13576,7 +13704,7 @@ msgstr ""
msgid "hourly"
msgstr ""
-#: i18n/templates.c:1652 i18n/templates.c:1772
+#: i18n/templates.c:1652 i18n/templates.c:1778
msgid "in the folder \"#location_name#\""
msgstr ""
@@ -13600,13 +13728,13 @@ msgstr ""
msgid "indexDocuments: source file '%s' for document %d does not exist."
msgstr ""
-#: i18n/templates.c:4361
+#: i18n/templates.c:4379
msgid "inherited from parent folder."
msgstr ""
-#: lib/browse/Criteria.inc:236 i18n/templates.c:3704 i18n/templates.c:3710
-#: i18n/templates.c:3716 i18n/templates.c:3767 i18n/templates.c:3773
-#: i18n/templates.c:3779 i18n/templates.c:3809
+#: lib/browse/Criteria.inc:236 i18n/templates.c:3716 i18n/templates.c:3722
+#: i18n/templates.c:3728 i18n/templates.c:3779 i18n/templates.c:3785
+#: i18n/templates.c:3791 i18n/templates.c:3821
msgid "is"
msgstr ""
@@ -13614,17 +13742,17 @@ msgstr ""
msgid "is licensed free of charge and supplied with \t\t\t\t\t\t\t\t\tno support \t\t\t\t\t\t\t\t\t, no maintenance \t\t\t\t\t\t\t\t\t, and no warranty."
msgstr ""
-#: lib/browse/Criteria.inc:235 i18n/templates.c:3707 i18n/templates.c:3713
-#: i18n/templates.c:3719 i18n/templates.c:3770 i18n/templates.c:3776
-#: i18n/templates.c:3782 i18n/templates.c:3812
+#: lib/browse/Criteria.inc:235 i18n/templates.c:3719 i18n/templates.c:3725
+#: i18n/templates.c:3731 i18n/templates.c:3782 i18n/templates.c:3788
+#: i18n/templates.c:3794 i18n/templates.c:3824
msgid "is not"
msgstr ""
-#: plugins/ktcore/admin/expungeList.php:100 i18n/templates.c:6872
+#: plugins/ktcore/admin/expungeList.php:100 i18n/templates.c:6899
msgid "items, 10 per page"
msgstr ""
-#: i18n/templates.c:3743
+#: i18n/templates.c:3755
msgid "kilobytes"
msgstr ""
@@ -13632,7 +13760,7 @@ msgstr ""
msgid "last login reporting"
msgstr ""
-#: i18n/templates.c:3752
+#: i18n/templates.c:3764
msgid "less than"
msgstr ""
@@ -13640,7 +13768,7 @@ msgstr ""
msgid "less than a day"
msgstr ""
-#: i18n/templates.c:3791
+#: i18n/templates.c:3803
msgid "like"
msgstr ""
@@ -13654,7 +13782,7 @@ msgstr ""
msgid "list checked out documents"
msgstr ""
-#: i18n/templates.c:3284
+#: i18n/templates.c:3296
msgid "loading..."
msgstr ""
@@ -13684,7 +13812,7 @@ msgstr ""
msgid "match #join#"
msgstr ""
-#: i18n/templates.c:3746
+#: i18n/templates.c:3758
msgid "megabytes"
msgstr ""
@@ -13740,7 +13868,7 @@ msgstr ""
msgid "migrateDocuments: stopping - migration lockfile detected."
msgstr ""
-#: i18n/templates.c:1229 i18n/templates.c:7235
+#: i18n/templates.c:1229 i18n/templates.c:7262
msgid "mime types do not match"
msgstr ""
@@ -13762,7 +13890,7 @@ msgstr ""
msgid "monthly"
msgstr ""
-#: i18n/templates.c:3761
+#: i18n/templates.c:3773
msgid "months"
msgstr ""
@@ -13802,24 +13930,24 @@ msgstr ""
msgid "none"
msgstr ""
-#: i18n/templates.c:3794
+#: i18n/templates.c:3806
msgid "not like"
msgstr ""
-#: i18n/templates.c:3734
+#: i18n/templates.c:3746
msgid "not on"
msgstr ""
-#: i18n/templates.c:5921
+#: i18n/templates.c:5948
msgid "not part of a unit"
msgstr ""
-#: i18n/templates.c:3314
+#: i18n/templates.c:3326
msgid "of the criteria specified."
msgstr ""
-#: i18n/templates.c:3416 i18n/templates.c:3425 i18n/templates.c:3431
-#: i18n/templates.c:3731
+#: i18n/templates.c:3428 i18n/templates.c:3437 i18n/templates.c:3443
+#: i18n/templates.c:3743
msgid "on"
msgstr ""
@@ -13827,7 +13955,7 @@ msgstr ""
msgid "one day"
msgstr ""
-#: i18n/templates.c:3641
+#: i18n/templates.c:3653
msgid "or"
msgstr ""
@@ -13839,15 +13967,15 @@ msgstr ""
msgid "per page"
msgstr ""
-#: i18n/templates.c:6785
+#: i18n/templates.c:6812
msgid "please confirm that you want to delete these documents."
msgstr ""
-#: i18n/templates.c:6905
+#: i18n/templates.c:6932
msgid "please confirm that you want to restore these documents from an archived state."
msgstr ""
-#: i18n/templates.c:6926
+#: i18n/templates.c:6953
msgid "please confirm that you want to restore these documents."
msgstr ""
@@ -13855,7 +13983,7 @@ msgstr ""
msgid "prev"
msgstr ""
-#: i18n/templates.c:2780
+#: i18n/templates.c:2792
msgid "remove behaviour"
msgstr ""
@@ -13868,41 +13996,41 @@ msgstr ""
msgid "resolveExtractor: Resolved '%s' from mime type '%s'."
msgstr ""
-#: i18n/templates.c:2201
+#: i18n/templates.c:2213
msgid "save"
msgstr ""
-#: i18n/templates.c:4424 i18n/templates.c:4514 i18n/templates.c:5855
-#: i18n/templates.c:5966 i18n/templates.c:6113 i18n/templates.c:6272
+#: i18n/templates.c:4442 i18n/templates.c:4532 i18n/templates.c:5882
+#: i18n/templates.c:5993 i18n/templates.c:6140 i18n/templates.c:6299
msgid "save changes"
msgstr ""
-#: i18n/templates.c:6047
+#: i18n/templates.c:6074
msgid "save changes to group"
msgstr ""
-#: i18n/templates.c:5951
+#: i18n/templates.c:5978
msgid "save changes to unit"
msgstr ""
-#: i18n/templates.c:2825
+#: i18n/templates.c:2837
msgid "save this dependency"
msgstr ""
-#: i18n/templates.c:1388 i18n/templates.c:1454 i18n/templates.c:1856
+#: i18n/templates.c:1388 i18n/templates.c:1454 i18n/templates.c:1868
msgid "search"
msgstr ""
-#: i18n/templates.c:2162 i18n/templates.c:5897
+#: i18n/templates.c:2174 i18n/templates.c:5924
msgid "search for groups"
msgstr ""
#: i18n/templates.c:380 i18n/templates.c:755 i18n/templates.c:947
-#: i18n/templates.c:1130 i18n/templates.c:2126
+#: i18n/templates.c:1130 i18n/templates.c:2138
msgid "search for users"
msgstr ""
-#: i18n/templates.c:3608
+#: i18n/templates.c:3620
msgid "search text here"
msgstr ""
@@ -13940,39 +14068,39 @@ msgstr ""
msgid "show transactions"
msgstr ""
-#: i18n/templates.c:7001
+#: i18n/templates.c:7028
msgid "showing comparison between versions #from# and #to#."
msgstr ""
-#: i18n/templates.c:1838
+#: i18n/templates.c:1850
msgid "showing information for version #version#"
msgstr ""
-#: i18n/templates.c:3797
+#: i18n/templates.c:3809
msgid "starts with"
msgstr ""
-#: i18n/templates.c:2675
+#: i18n/templates.c:2687
msgid "stuck, will never be disabled when synchronising from another source"
msgstr ""
-#: i18n/templates.c:2690
+#: i18n/templates.c:2702
msgid "stuck, will never be enabled when synchronising from another source"
msgstr ""
-#: i18n/templates.c:6098
+#: i18n/templates.c:6125
msgid "synchronise"
msgstr ""
-#: i18n/templates.c:7010 i18n/templates.c:7016
+#: i18n/templates.c:7037 i18n/templates.c:7043
msgid "the information for version #version# comes from an older version of #appname# and may be incorrect."
msgstr ""
-#: i18n/templates.c:6947
+#: i18n/templates.c:6974
msgid "the local copy of the checked-out document has been lost"
msgstr ""
-#: i18n/templates.c:6950
+#: i18n/templates.c:6977
msgid "the user who did the check-out is not currently available to check it back in"
msgstr ""
@@ -13984,11 +14112,11 @@ msgstr ""
msgid "to \"#location_name#\""
msgstr ""
-#: i18n/templates.c:1805
+#: i18n/templates.c:1817
msgid "to the folder \"#location_name#\""
msgstr ""
-#: i18n/templates.c:1751
+#: i18n/templates.c:1757
msgid "to which you are subscribed"
msgstr ""
@@ -14027,11 +14155,11 @@ msgstr ""
msgid "update for class %s failed"
msgstr ""
-#: i18n/templates.c:6059
+#: i18n/templates.c:6086
msgid "update organisation information"
msgstr ""
-#: i18n/templates.c:6011
+#: i18n/templates.c:6038
msgid "update role information"
msgstr ""
@@ -14058,7 +14186,7 @@ msgstr ""
msgid "viewing comments"
msgstr ""
-#: i18n/templates.c:1793
+#: i18n/templates.c:1799
msgid "was archived"
msgstr ""
@@ -14072,11 +14200,11 @@ msgstr ""
msgid "weekly"
msgstr ""
-#: plugins/ktcore/KTDocumentActions.php:1439
+#: plugins/ktcore/KTDocumentActions.php:1499
msgid "workflow"
msgstr ""
-#: i18n/templates.c:3764
+#: i18n/templates.c:3776
msgid "years"
msgstr ""
diff --git a/i18n/templates.c b/i18n/templates.c
index 289f9d4..11728d4 100644
--- a/i18n/templates.c
+++ b/i18n/templates.c
@@ -1741,6 +1741,12 @@ gettext("Folder is no longer available");
/* ./templates/kt3/notifications/subscriptions.AddFolder.smarty */
gettext("Clear Alert");
+/* ./templates/kt3/notifications/notification.SymbolicLinkDeleted.smarty */
+gettext("The following shortcut is no longer valid as the target document has been deleted. Please note that it has been automatically removed from the repository:");
+
+/* ./templates/kt3/notifications/notification.SymbolicLinkDeleted.smarty */
+gettext("Target document deleted by:");
+
/* ./templates/kt3/notifications/subscriptions.RemoveChildDocument.smarty */
gettext("The document \"#object_name#\" has been removed");
@@ -1798,6 +1804,12 @@ gettext("by #actor_name#");
/* ./templates/kt3/notifications/subscriptions.ArchivedDocument.smarty */
gettext("Clear Alert");
+/* ./templates/kt3/notifications/notification.SymbolicLinkArchived.smarty */
+gettext("The following shortcut is no longer valid as the target document has been archived. Please note that it has been automatically removed from the repository:");
+
+/* ./templates/kt3/notifications/notification.SymbolicLinkArchived.smarty */
+gettext("Target document archived by:");
+
/* ./templates/kt3/notifications/subscriptions.MoveDocument.smarty */
gettext("The document \"#object_name#\" has been moved");
@@ -3551,7 +3563,7 @@ gettext("Refresh");
gettext("Search Criteria Editor");
/* ./templates/ktcore/search2/adv_query_search.smarty */
-gettext("The search criteria editor allows you to utilise the full power of the KnowledgeTree search engine by allowing you to perform more complicated searches by using the free text criteria format.");
+gettext("The search criteria editor allows you to utilise the full power of the search engine by allowing you to perform more complicated searches by using the free text criteria format.");
/* ./templates/ktcore/search2/adv_query_search.smarty */
gettext("The #options# may also be used to perform searches.");
@@ -4114,6 +4126,9 @@ gettext("Groups");
/* ./templates/ktcore/action/view_roles.smarty */
gettext("No roles defined in the Role Administration area.");
+/* ./templates/ktcore/action/archive_confirm.smarty */
+gettext("Archive Document");
+
/* ./templates/ktcore/action/move.smarty */
gettext("Moving a document relocates the document within the document repository.");
@@ -4159,6 +4174,9 @@ gettext("Archive Document");
/* ./templates/ktcore/action/archive.smarty */
gettext("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.");
+/* ./templates/ktcore/action/delete_confirm.smarty */
+gettext("Delete Document");
+
/* ./templates/ktcore/action/checkin.smarty */
gettext("Checkin Document");
@@ -4690,6 +4708,15 @@ gettext("Allowed");
/* ./templates/ktcore/folder/resolved_permissions_user.smarty */
gettext("Denied");
+/* ./templates/ktcore/folder/shortcut.smarty */
+gettext("Add Shortcut");
+
+/* ./templates/ktcore/folder/shortcut.smarty */
+gettext("Select a document or folder to make a shortcut to.");
+
+/* ./templates/ktcore/folder/shortcut.smarty */
+gettext("Add shortcut");
+
/* ./templates/ktcore/folder/permissions.smarty */
gettext("No roles or groups have been defined. Permissions can only be allocated to roles and groups.");
diff --git a/templates/ktcore/javascript_i18n.smarty b/templates/ktcore/javascript_i18n.smarty
index b08881d..d75cb33 100644
--- a/templates/ktcore/javascript_i18n.smarty
+++ b/templates/ktcore/javascript_i18n.smarty
@@ -17,8 +17,6 @@ function _(trans_string) {
-// strings for file: resources/js/DDList.js
-
// strings for file: resources/js/add_document.js
// strings for file: resources/js/browsehelper.js
@@ -61,16 +59,18 @@ i18n['Add Dashlet'] = '{i18n}Add Dashlet{/i18n}';
i18n['Add Dashlets'] = '{i18n}Add Dashlets{/i18n}';
i18n['close'] = '{i18n}close{/i18n}';
+// strings for file: resources/js/DDList.js
+
// strings for file: resources/js/expungeList.js
// strings for file: resources/js/help.js
// strings for file: resources/js/jsonlookup.js
-// strings for file: resources/js/kt-utility.js
-
// strings for file: resources/js/kt3calendar.js
+// strings for file: resources/js/kt-utility.js
+
// strings for file: resources/js/loader.js
// strings for file: resources/js/login_loader.js
@@ -84,6 +84,8 @@ i18n['Role or Group'] = '{i18n}Role or Group{/i18n}';
// strings for file: resources/js/search2widget.js
+// strings for file: resources/js/singleselect.js
+
// strings for file: resources/js/taillog.js
// strings for file: resources/js/toggleselect.js
diff --git a/templates/ktcore/search2/adv_query_search.smarty b/templates/ktcore/search2/adv_query_search.smarty
index ce694e4..4b83711 100755
--- a/templates/ktcore/search2/adv_query_search.smarty
+++ b/templates/ktcore/search2/adv_query_search.smarty
@@ -1,7 +1,7 @@
{i18n}Search Criteria Editor{/i18n}
-{i18n}The search criteria editor allows you to utilise the full power of the KnowledgeTree search engine by allowing you to perform more complicated searches by using the free text criteria format.{/i18n}
+{i18n}The search criteria editor allows you to utilise the full power of the search engine by allowing you to perform more complicated searches by using the free text criteria format.{/i18n}
{capture assign=options}
Advanced Search