[Fusionforge-commits] r18104 - in trunk/src: common/docman/views translations

Marc-Etienne VARGENAU vargenau at fusionforge.org
Thu Oct 3 19:44:18 CEST 2013


Author: vargenau
Date: 2013-10-03 19:44:18 +0200 (Thu, 03 Oct 2013)
New Revision: 18104

Modified:
   trunk/src/common/docman/views/listfile.php
   trunk/src/translations/bg.po
   trunk/src/translations/ca.po
   trunk/src/translations/de.po
   trunk/src/translations/en.po
   trunk/src/translations/es.po
   trunk/src/translations/eu.po
   trunk/src/translations/fr.po
   trunk/src/translations/fusionforge.pot
   trunk/src/translations/gl.po
   trunk/src/translations/it.po
   trunk/src/translations/ja.po
   trunk/src/translations/ko.po
   trunk/src/translations/nl.po
   trunk/src/translations/pl.po
   trunk/src/translations/pt.po
   trunk/src/translations/ru.po
   trunk/src/translations/sv.po
   trunk/src/translations/th.po
   trunk/src/translations/zh_CN.po
   trunk/src/translations/zh_TW.po
Log:
Less strings

Modified: trunk/src/common/docman/views/listfile.php
===================================================================
--- trunk/src/common/docman/views/listfile.php	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/common/docman/views/listfile.php	2013-10-03 17:44:18 UTC (rev 18104)
@@ -323,7 +323,7 @@
 			}
 			$editfileaction .= '&group_id='.$GLOBALS['group_id'];
 			if (!$d->getLocked() && !$d->getReserved()) {
-				echo '<a class="tabtitle-ne" href="'.$actionlistfileurl.'&action=trashfile&fileid='.$d->getID().'" title="'. _('Move this document to trash') .'" >'.html_image('docman/trash-empty.png',22,22,array('alt'=>_('Move to trash this document'))). '</a>';
+				echo '<a class="tabtitle-ne" href="'.$actionlistfileurl.'&action=trashfile&fileid='.$d->getID().'" title="'. _('Move this document to trash') .'" >'.html_image('docman/trash-empty.png',22,22,array('alt'=>_('Move this document to trash'))). '</a>';
 				echo '<a class="tabtitle-ne" href="#" onclick="javascript:controllerListFile.toggleEditFileView({action:\''.$editfileaction.'\', lockIntervalDelay: 60000, childGroupId: '.util_ifsetor($childgroup_id, 0).' ,id:'.$d->getID().', groupId:'.$d->Group->getID().', docgroupId:'.$d->getDocGroupID().', statusId:'.$d->getStateID().', statusDict:'.$dm->getStatusNameList('json').', docgroupDict:'.$dm->getDocGroupList($nested_groups, 'json').', title:\''.addslashes($d->getName()).'\', filename:\''.$d->getFilename().'\', description:\''.addslashes($d->getDescription()).'\', isURL:\''.$d->isURL().'\', isText:\''.$d->isText().'\', useCreateOnline:'.$d->Group->useCreateOnline().', docManURL:\''.util_make_uri("docman").'\'})" title="'. _('Edit this document') .'" >'.html_image('docman/edit-file.png',22,22,array('alt'=>_('Edit this document'))). '</a>';
 				if (session_loggedin()) {
 					echo '<a class="tabtitle-ne" href="'.$actionlistfileurl.'&action=reservefile&fileid='.$d->getID().'" title="'. _('Reserve this document for later edition') .'" >'.html_image('docman/reserve-document.png',22,22,array('alt'=>_('Reserve this document'))). '</a>';
@@ -334,7 +334,7 @@
 						echo '<a class="tabtitle-ne" href="'.$actionlistfileurl.'&action=enforcereserve&fileid='.$d->getID().'" title="'. _('Enforce reservation') .'" >'.html_image('docman/enforce-document.png',22,22,array('alt'=>_('Enforce reservation')));
 					}
 				} else {
-					echo '<a class="tabtitle-ne" href="'.$actionlistfileurl.'&action=trashfile&fileid='.$d->getID().'" title="'. _('Move this document to trash') .'" >'.html_image('docman/trash-empty.png',22,22,array('alt'=>_('Move to trash this document'))). '</a>';
+					echo '<a class="tabtitle-ne" href="'.$actionlistfileurl.'&action=trashfile&fileid='.$d->getID().'" title="'. _('Move this document to trash') .'" >'.html_image('docman/trash-empty.png',22,22,array('alt'=>_('Move this document to trash'))). '</a>';
 					echo '<a class="tabtitle-ne" href="#" onclick="javascript:controllerListFile.toggleEditFileView({action:\''.$editfileaction.'\', lockIntervalDelay: 60000, childGroupId: '.util_ifsetor($childgroup_id, 0).' ,id:'.$d->getID().', groupId:'.$d->Group->getID().', docgroupId:'.$d->getDocGroupID().', statusId:'.$d->getStateID().', statusDict:'.$dm->getStatusNameList('json').', docgroupDict:'.$dm->getDocGroupList($nested_groups, 'json').', title:\''.addslashes($d->getName()).'\', filename:\''.$d->getFilename().'\', description:\''.addslashes($d->getDescription()).'\', isURL:\''.$d->isURL().'\', isText:\''.$d->isText().'\', useCreateOnline:'.$d->Group->useCreateOnline().', docManURL:\''.util_make_uri("docman").'\'})" title="'. _('Edit this document') .'" >'.html_image('docman/edit-file.png',22,22,array('alt'=>_('Edit this document'))). '</a>';
 					echo '<a class="tabtitle-ne" href="'.$actionlistfileurl.'&action=releasefile&fileid='.$d->getID().'" title="'. _('Release reservation') .'" >'.html_image('docman/release-document.png',22,22,array('alt'=>_('Release reservation'))). '</a>';
 				}

Modified: trunk/src/translations/bg.po
===================================================================
--- trunk/src/translations/bg.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/bg.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-02-01 14:38+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1376,11 +1376,6 @@
 msgid "Move this document to trash"
 msgstr ""
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "Регистрация"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -22805,6 +22800,10 @@
 msgstr "Лична Информация"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "Регистрация"
+
+#, fuzzy
 #~ msgid "Error inserting value: "
 #~ msgstr "Грешка при получаването на %1$s"
 

Modified: trunk/src/translations/ca.po
===================================================================
--- trunk/src/translations/ca.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/ca.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-02-01 14:38+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1386,11 +1386,6 @@
 msgid "Move this document to trash"
 msgstr "No hi ha dades del document"
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "Monitoritza aquest paquet"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23466,6 +23461,10 @@
 msgstr "La meva pàgina personal"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "Monitoritza aquest paquet"
+
+#, fuzzy
 #~ msgid "User update FAILED: %s"
 #~ msgstr "Ha FALLAT l'actualització de l'usuari"
 

Modified: trunk/src/translations/de.po
===================================================================
--- trunk/src/translations/de.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/de.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2010-07-16 10:07+0200\n"
 "Last-Translator: Thorsten Glaser <t.glaser at tarent.de>\n"
 "Language-Team: german\n"
@@ -1395,11 +1395,6 @@
 msgid "Move this document to trash"
 msgstr "Keine Dokumenten-Daten"
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "Dieses Dokument dauerhaft löschen"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23739,6 +23734,10 @@
 msgstr "Persönliche Seite für %s"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "Dieses Dokument dauerhaft löschen"
+
+#, fuzzy
 #~ msgid "User update FAILED: %s"
 #~ msgstr "Benutzerupdate fehlgeschlagen"
 

Modified: trunk/src/translations/en.po
===================================================================
--- trunk/src/translations/en.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/en.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-01-13 16:27+0100\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1292,10 +1292,6 @@
 msgid "Move this document to trash"
 msgstr ""
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-msgid "Move to trash this document"
-msgstr ""
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127

Modified: trunk/src/translations/es.po
===================================================================
--- trunk/src/translations/es.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/es.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2013-02-11 13:42+0100\n"
 "Last-Translator: skymix <skymix.es at gmail.com>\n"
 "Language-Team: Spanish/Spain\n"
@@ -1338,10 +1338,6 @@
 msgid "Move this document to trash"
 msgstr "Mover este documento a papelera"
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-msgid "Move to trash this document"
-msgstr "Mover a papelera este documento"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23021,6 +23017,9 @@
 msgid "Personal Page for %s"
 msgstr "Página personal de %s"
 
+#~ msgid "Move to trash this document"
+#~ msgstr "Mover a papelera este documento"
+
 #~ msgid "User update FAILED: %s"
 #~ msgstr "Actualización de Usuario FALLIDA: %s"
 

Modified: trunk/src/translations/eu.po
===================================================================
--- trunk/src/translations/eu.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/eu.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-02-19 23:28+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1384,11 +1384,6 @@
 msgid "Move this document to trash"
 msgstr "Ez dago daturik dokumentu honetan"
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "Orri hau monitorizatu"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23334,6 +23329,10 @@
 msgstr "Nere orri pertsonala"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "Orri hau monitorizatu"
+
+#, fuzzy
 #~ msgid "User update FAILED: %s"
 #~ msgstr "Akatsa erabiltzailea eguneratzean"
 

Modified: trunk/src/translations/fr.po
===================================================================
--- trunk/src/translations/fr.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/fr.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2013-06-03 17:17+0100\n"
 "Last-Translator: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent."
 "com>\n"
@@ -1307,10 +1307,6 @@
 msgid "Move this document to trash"
 msgstr "Mettre ce document à la corbeille"
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-msgid "Move to trash this document"
-msgstr "Mettre ce document à la corbeille"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23028,6 +23024,9 @@
 msgid "Personal Page for %s"
 msgstr "Page personnelle de %s"
 
+#~ msgid "Move to trash this document"
+#~ msgstr "Mettre ce document à la corbeille"
+
 #~ msgid "User update FAILED: %s"
 #~ msgstr "Échec lors de la mise à jour de l'utilisateur : %s."
 

Modified: trunk/src/translations/fusionforge.pot
===================================================================
--- trunk/src/translations/fusionforge.pot	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/fusionforge.pot	2013-10-03 17:44:18 UTC (rev 18104)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 19:32+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -1292,10 +1292,6 @@
 msgid "Move this document to trash"
 msgstr ""
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-msgid "Move to trash this document"
-msgstr ""
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127

Modified: trunk/src/translations/gl.po
===================================================================
--- trunk/src/translations/gl.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/gl.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-09-21 10:21+0100\n"
 "Last-Translator: José Manuel Castroagudín Silva <chavescesures at gmail.com>\n"
 "Language-Team: Galician <g11n at mancomun.org>\n"
@@ -1394,11 +1394,6 @@
 msgid "Move this document to trash"
 msgstr "Non hai datos de documentos "
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "Eliminar permanentemente este documento "
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23675,6 +23670,10 @@
 msgstr "Páxina persoal de %s"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "Eliminar permanentemente este documento "
+
+#, fuzzy
 #~ msgid "User update FAILED: %s"
 #~ msgstr "Produciuse un erro ao actualizar o usuario"
 

Modified: trunk/src/translations/it.po
===================================================================
--- trunk/src/translations/it.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/it.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2010-10-06 15:06+0200\n"
 "Last-Translator: Reinhard Spisser <reinhard.spisser at fiditalia.it>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1390,11 +1390,6 @@
 msgid "Move this document to trash"
 msgstr "Nessun documento"
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "Rimuovi questo documento in modo permanente"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23494,6 +23489,10 @@
 msgstr "Pagina Personale"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "Rimuovi questo documento in modo permanente"
+
+#, fuzzy
 #~ msgid "User update FAILED: %s"
 #~ msgstr "Aggiornamento utente fallito"
 

Modified: trunk/src/translations/ja.po
===================================================================
--- trunk/src/translations/ja.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/ja.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-01-15 14:05+0100\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1379,11 +1379,6 @@
 msgid "Move this document to trash"
 msgstr ""
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "ストップモニタリング"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -22620,6 +22615,10 @@
 msgstr "%sのパーソナルページ"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "ストップモニタリング"
+
+#, fuzzy
 #~ msgid "Error inserting value: "
 #~ msgstr "アカウントをアクティブにするときにエラーが発生しました"
 

Modified: trunk/src/translations/ko.po
===================================================================
--- trunk/src/translations/ko.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/ko.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1384,11 +1384,6 @@
 msgid "Move this document to trash"
 msgstr "문서에 내용이 없습니다."
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "이 패키지를 모니터링하기"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23212,6 +23207,10 @@
 msgstr "개인 페이지"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "이 패키지를 모니터링하기"
+
+#, fuzzy
 #~ msgid "User update FAILED: %s"
 #~ msgstr "사용자 갱신 실패"
 

Modified: trunk/src/translations/nl.po
===================================================================
--- trunk/src/translations/nl.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/nl.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1387,11 +1387,6 @@
 msgid "Move this document to trash"
 msgstr "Geen documentgegevens"
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "Monitor deze bundel"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23499,6 +23494,10 @@
 msgstr "Mijn persoonlijke pagina"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "Monitor deze bundel"
+
+#, fuzzy
 #~ msgid "User update FAILED: %s"
 #~ msgstr "Gebruiker aanpassen niet gelukt"
 

Modified: trunk/src/translations/pl.po
===================================================================
--- trunk/src/translations/pl.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/pl.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-10-06 16:20+0200\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1364,11 +1364,6 @@
 msgid "Move this document to trash"
 msgstr ""
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "Szukaj w dokumentach"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -22142,6 +22137,10 @@
 msgstr ""
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "Szukaj w dokumentach"
+
+#, fuzzy
 #~ msgid "Project full name"
 #~ msgstr "Brak wydań"
 

Modified: trunk/src/translations/pt.po
===================================================================
--- trunk/src/translations/pt.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/pt.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-02-01 14:35+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1295,10 +1295,6 @@
 msgid "Move this document to trash"
 msgstr ""
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-msgid "Move to trash this document"
-msgstr ""
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127

Modified: trunk/src/translations/ru.po
===================================================================
--- trunk/src/translations/ru.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/ru.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-02-18 16:52+0100\n"
 "Last-Translator: Aleksey Bragin <aleksey at reactos.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1395,11 +1395,6 @@
 msgid "Move this document to trash"
 msgstr "Нет данных документа"
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "Удалить документ полностью"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23814,6 +23809,10 @@
 msgstr "Персональная страница для %s"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "Удалить документ полностью"
+
+#, fuzzy
 #~ msgid "User update FAILED: %s"
 #~ msgstr "Изменение о пользователе блокировано"
 

Modified: trunk/src/translations/sv.po
===================================================================
--- trunk/src/translations/sv.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/sv.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-07-19 01:41+0200\n"
 "Last-Translator: Martin Bagge <brother at bsnet.se>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1381,11 +1381,6 @@
 msgid "Move this document to trash"
 msgstr "Ingen dokumentdata"
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "Bevaka detta paket"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23273,6 +23268,10 @@
 msgstr "Min personliga sida"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "Bevaka detta paket"
+
+#, fuzzy
 #~ msgid "User update FAILED: %s"
 #~ msgstr "Uppdatering av användare MISSLYCKADES"
 

Modified: trunk/src/translations/th.po
===================================================================
--- trunk/src/translations/th.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/th.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-10-06 16:32+0200\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1295,10 +1295,6 @@
 msgid "Move this document to trash"
 msgstr ""
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-msgid "Move to trash this document"
-msgstr ""
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127

Modified: trunk/src/translations/zh_CN.po
===================================================================
--- trunk/src/translations/zh_CN.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/zh_CN.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2010-10-06 15:07+0200\n"
 "Last-Translator: 邱承 <qiucheng1 at sina.com>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1389,11 +1389,6 @@
 msgid "Move this document to trash"
 msgstr "无文件资料"
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "永久的删除这份文件"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23274,6 +23269,10 @@
 msgstr "我的个人首页"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "永久的删除这份文件"
+
+#, fuzzy
 #~ msgid "User update FAILED: %s"
 #~ msgstr "用户更新失败"
 

Modified: trunk/src/translations/zh_TW.po
===================================================================
--- trunk/src/translations/zh_TW.po	2013-10-03 17:34:04 UTC (rev 18103)
+++ trunk/src/translations/zh_TW.po	2013-10-03 17:44:18 UTC (rev 18104)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-03 18:27+0200\n"
+"POT-Creation-Date: 2013-10-03 19:43+0200\n"
 "PO-Revision-Date: 2009-02-01 14:34+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -1389,11 +1389,6 @@
 msgid "Move this document to trash"
 msgstr "無文件資料"
 
-#: common/docman/views/listfile.php:326 common/docman/views/listfile.php:337
-#, fuzzy
-msgid "Move to trash this document"
-msgstr "永久的刪除這份文件"
-
 #: common/docman/views/listfile.php:327 common/docman/views/listfile.php:338
 #: common/docman/views/listtrashfile.php:193
 #: common/docman/views/pendingfiles.php:127
@@ -23296,6 +23291,10 @@
 msgstr "我的個人首頁"
 
 #, fuzzy
+#~ msgid "Move to trash this document"
+#~ msgstr "永久的刪除這份文件"
+
+#, fuzzy
 #~ msgid "User update FAILED: %s"
 #~ msgstr "會員更新失敗"
 




More information about the Fusionforge-commits mailing list