Commit 47315cbc3a2639be53a2cf3021f90e5fb8c1bcc7

Authored by Kevin Fourie
1 parent 0d8fc189

Regenerated i18n files.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8816 c91229c3-7414-0410-bfa2-8a42b809f60b
bin/genpo.sh
... ... @@ -6,12 +6,14 @@ cd ..
6 6 pwd
7 7  
8 8 #pull in comm stuff
  9 +cp -a ../Commercial-Plugins-DEV-trunk/alerts plugins/
9 10 cp -a ../Commercial-Plugins-DEV-trunk/conditional-metadata plugins/
10 11 cp -a ../Commercial-Plugins-DEV-trunk/custom-numbering plugins/
11 12 cp -a ../Commercial-Plugins-DEV-trunk/documentcomparison plugins/
12 13 cp -a ../Commercial-Plugins-DEV-trunk/documentpreview plugins/
13 14 cp -a ../Commercial-Plugins-DEV-trunk/network plugins/
14 15 cp -a ../Commercial-Plugins-DEV-trunk/professional-reporting plugins/
  16 +cp -a ../Commercial-Plugins-DEV-trunk/shortcuts plugins/
15 17 cp -a ../Commercial-Plugins-DEV-trunk/wintools plugins/
16 18  
17 19 rm -f i18n/templates.c
... ... @@ -21,10 +23,14 @@ find . -type f -name "*.php" -o -name "*.inc" | sort | xgettext --no-wrap -d kno
21 23 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
22 24  
23 25 #remove comm stuff again
  26 +rm -rf plugins/alerts
24 27 rm -rf plugins/conditional-metadata
25 28 rm -rf plugins/custom-numbering
26 29 rm -rf plugins/documentcomparison
27 30 rm -rf plugins/documentpreview
28 31 rm -rf plugins/network
29 32 rm -rf plugins/professional-reporting
  33 +rm -rf plugins/shortcuts
30 34 rm -rf plugins/wintools
  35 +
  36 +#alerts conditional-metadata custom-numbering documentcomparison documentpreview i18n network professional-reporting shortcuts wintools
... ...
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-07-21 14:41+0200\n"
  11 +"POT-Creation-Date: 2008-07-21 14:46+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"
... ...
i18n/templates.c
... ... @@ -271,6 +271,123 @@ gettext(&quot;You have no orphaned folders.&quot;);
271 271 /* ./plugins/browseabledashlet/templates/browseabledashlet/dashlet.smarty */
272 272 gettext("Title");
273 273  
  274 +/* ./plugins/alerts/templates/alertNotification.smarty */
  275 +gettext("#app#: #name# alert triggered");
  276 +
  277 +/* ./plugins/alerts/templates/alertNotification.smarty */
  278 +gettext("An alert was triggered on the following document");
  279 +
  280 +/* ./plugins/alerts/templates/alertNotification.smarty */
  281 +gettext("Comment");
  282 +
  283 +/* ./plugins/alerts/templates/alertNotification.smarty */
  284 +gettext("View document");
  285 +
  286 +/* ./plugins/alerts/templates/alertNotification.smarty */
  287 +gettext("Document is no longer available");
  288 +
  289 +/* ./plugins/alerts/templates/alertNotification.smarty */
  290 +gettext("Clear alert");
  291 +
  292 +/* ./plugins/alerts/templates/alertNotification.smarty */
  293 +gettext("View all alerts on this document");
  294 +
  295 +/* ./plugins/alerts/templates/alertSubscription.smarty */
  296 +gettext("An alert on the document \"#object_name#\" has been added or modified");
  297 +
  298 +/* ./plugins/alerts/templates/alertSubscription.smarty */
  299 +gettext("in the folder \"#location_name#\"");
  300 +
  301 +/* ./plugins/alerts/templates/alertSubscription.smarty */
  302 +gettext("by #actor_name#");
  303 +
  304 +/* ./plugins/alerts/templates/alertSubscription.smarty */
  305 +gettext("View Document");
  306 +
  307 +/* ./plugins/alerts/templates/alertSubscription.smarty */
  308 +gettext("Document is no longer available");
  309 +
  310 +/* ./plugins/alerts/templates/alertSubscription.smarty */
  311 +gettext("Clear Alert");
  312 +
  313 +/* ./plugins/alerts/templates/alertSubscription.smarty */
  314 +gettext("View all alerts on this document");
  315 +
  316 +/* ./plugins/alerts/templates/alerts.smarty */
  317 +gettext("Configure an Alert for this Document");
  318 +
  319 +/* ./plugins/alerts/templates/alerts.smarty */
  320 +gettext("This page will allow you to configure an alert for this document.");
  321 +
  322 +/* ./plugins/alerts/templates/alerts.smarty */
  323 +gettext("Alert");
  324 +
  325 +/* ./plugins/alerts/templates/alerts.smarty */
  326 +gettext("Alert in");
  327 +
  328 +/* ./plugins/alerts/templates/alerts.smarty */
  329 +gettext("days");
  330 +
  331 +/* ./plugins/alerts/templates/alerts.smarty */
  332 +gettext("weeks");
  333 +
  334 +/* ./plugins/alerts/templates/alerts.smarty */
  335 +gettext("months");
  336 +
  337 +/* ./plugins/alerts/templates/alerts.smarty */
  338 +gettext("years");
  339 +
  340 +/* ./plugins/alerts/templates/alerts.smarty */
  341 +gettext("Alert on");
  342 +
  343 +/* ./plugins/alerts/templates/alerts.smarty */
  344 +gettext("Comment");
  345 +
  346 +/* ./plugins/alerts/templates/alerts.smarty */
  347 +gettext("A message for those who receive the document");
  348 +
  349 +/* ./plugins/alerts/templates/alerts.smarty */
  350 +gettext("Alert other people..");
  351 +
  352 +/* ./plugins/alerts/templates/alerts.smarty */
  353 +gettext("Save");
  354 +
  355 +/* ./plugins/alerts/templates/alerts.smarty */
  356 +gettext("Cancel");
  357 +
  358 +/* ./plugins/alerts/templates/alerts.smarty */
  359 +gettext("Alerts configured for this Document");
  360 +
  361 +/* ./plugins/alerts/templates/alerts.smarty */
  362 +gettext("This page lists the alerts that have been configured for this document.");
  363 +
  364 +/* ./plugins/alerts/templates/alerts.smarty */
  365 +gettext("No alerts have been configured for this document.");
  366 +
  367 +/* ./plugins/alerts/templates/archiveDeleteNotification.smarty */
  368 +gettext("#app#: #name# has been deleted");
  369 +
  370 +/* ./plugins/alerts/templates/archiveDeleteNotification.smarty */
  371 +gettext("#app#: #name# has been archived");
  372 +
  373 +/* ./plugins/alerts/templates/archiveDeleteNotification.smarty */
  374 +gettext("#user# has deleted a document of which you are the owner");
  375 +
  376 +/* ./plugins/alerts/templates/archiveDeleteNotification.smarty */
  377 +gettext("#user# has archived a document of which you are the owner");
  378 +
  379 +/* ./plugins/alerts/templates/archiveDeleteNotification.smarty */
  380 +gettext("#user# has deleted a document on which you have an alert");
  381 +
  382 +/* ./plugins/alerts/templates/archiveDeleteNotification.smarty */
  383 +gettext("#user# has archived a document on which you have an alert");
  384 +
  385 +/* ./plugins/alerts/templates/archiveDeleteNotification.smarty */
  386 +gettext("Comment");
  387 +
  388 +/* ./plugins/alerts/templates/archiveDeleteNotification.smarty */
  389 +gettext("Clear alert");
  390 +
274 391 /* ./plugins/network/quicklinks/templates/Quicklinks/dashlet.smarty */
275 392 gettext("There are no quicklinks.");
276 393  
... ...