Commit ce3cad4471aefe19c26fd528444f6e2ac242caa5

Authored by Kevin Fourie
1 parent edc7ba0c

KTS-3461

"Change name of "Export" Bulk Action to "Download All""
Fixed. Name changed. NOTE: pot files regenerated too.

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8734 c91229c3-7414-0410-bfa2-8a42b809f60b
i18n/knowledgeTree.pot
... ... @@ -8,7 +8,7 @@ msgid ""
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2008-06-30 17:12+0200\n"
  11 +"POT-Creation-Date: 2008-06-30 18:27+0200\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -3569,6 +3569,10 @@ msgstr &quot;&quot;
3569 3569 msgid "Download"
3570 3570 msgstr ""
3571 3571  
  3572 +#: plugins/ktcore/KTBulkActions.php:568
  3573 +msgid "Download All"
  3574 +msgstr ""
  3575 +
3572 3576 #: lib/browse/BrowseColumns.inc.php:429 plugins/ktcore/KTColumns.inc.php:499
3573 3577 msgid "Download Document"
3574 3578 msgstr ""
... ... @@ -4201,10 +4205,6 @@ msgstr &quot;&quot;
4201 4205 msgid "Expected an array!"
4202 4206 msgstr ""
4203 4207  
4204   -#: plugins/ktcore/KTBulkActions.php:568
4205   -msgid "Export"
4206   -msgstr ""
4207   -
4208 4208 #: i18n/templates.c:5879 i18n/transactions.c:11
4209 4209 msgid "Expunge"
4210 4210 msgstr ""
... ...
plugins/ktcore/KTBulkActions.php
... ... @@ -565,7 +565,7 @@ class KTBrowseBulkExportAction extends KTBulkAction {
565 565 var $bNotifications = true;
566 566  
567 567 function getDisplayName() {
568   - return _kt('Export');
  568 + return _kt('Download All');
569 569 }
570 570  
571 571  
... ... @@ -1067,4 +1067,4 @@ class KTBrowseBulkCheckoutAction extends KTBulkAction {
1067 1067 }
1068 1068 }
1069 1069  
1070   -?>
1071 1070 \ No newline at end of file
  1071 +?>
... ...