[Fusionforge-commits] r18475 - in trunk/src: common/tracker/actions translations www/pm/admin

Marc-Etienne VARGENAU vargenau at fusionforge.org
Mon Nov 18 18:23:23 CET 2013


Author: vargenau
Date: 2013-11-18 18:23:23 +0100 (Mon, 18 Nov 2013)
New Revision: 18475

Modified:
   trunk/src/common/tracker/actions/admin-ind.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
   trunk/src/www/pm/admin/index.php
Log:
Use smart quotes

Modified: trunk/src/common/tracker/actions/admin-ind.php
===================================================================
--- trunk/src/common/tracker/actions/admin-ind.php	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/common/tracker/actions/admin-ind.php	2013-11-18 17:23:23 UTC (rev 18475)
@@ -48,7 +48,7 @@
 		} else {
 			$feedback .= _('Tracker created successfully');
 			$feedback .= '<br/>';
-			$feedback .= _('Please configure also the roles (by default, it\'s \'No Access\')');
+			$feedback .= _("Please configure also the roles (by default, it's “No Access”)");
 		}
 		$group->normalizeAllRoles () ;
 	}

Modified: trunk/src/translations/bg.po
===================================================================
--- trunk/src/translations/bg.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/bg.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -4907,7 +4907,7 @@
 msgstr "Форумът е създаден успешно"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/ca.po
===================================================================
--- trunk/src/translations/ca.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/ca.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -5067,7 +5067,7 @@
 msgstr "Tasca creada amb èxit"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/de.po
===================================================================
--- trunk/src/translations/de.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/de.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -5054,10 +5054,10 @@
 msgstr "Tracker erfolgreich angelegt"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
-"Bitte konfigurieren Sie auch die Rollen (standardmässig sind sie auf 'Kein "
-"Zugang' eingestellt)"
+"Bitte konfigurieren Sie auch die Rollen (standardmässig sind sie auf »Kein "
+"Zugang« eingestellt)"
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31
 #, fuzzy
@@ -28293,11 +28293,6 @@
 #~ "I'm just doing minor edits. Please divert the usual logging to %s instead."
 #~ msgstr "Ich mache nur kleinere Änderungen. Protokolliere stattdessen in %s."
 
-#~ msgid "Please configure also the roles (by default, it is 'No Access')"
-#~ msgstr ""
-#~ "Bitte konfigurieren Sie auch die Rollen (standardmässig sind sie auf "
-#~ "'Kein Zugang' eingestellt)"
-
 #~ msgid "I am Really Sure."
 #~ msgstr "Ich bin wirklich sicher."
 

Modified: trunk/src/translations/en.po
===================================================================
--- trunk/src/translations/en.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/en.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -4634,7 +4634,7 @@
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/es.po
===================================================================
--- trunk/src/translations/es.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/es.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -4925,8 +4925,8 @@
 msgstr "Sistema de seguimiento de peticiones creado correctamente"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
-msgstr "Por favor configure también los roles (por defecto es 'sin acceso')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
+msgstr "Por favor configure también los roles (por defecto es “No permitido”)"
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31
 msgid "Could Not Get ArtifactTypeFactory"

Modified: trunk/src/translations/eu.po
===================================================================
--- trunk/src/translations/eu.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/eu.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -5052,7 +5052,7 @@
 msgstr "Ongi sortutako ataza"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/fr.po
===================================================================
--- trunk/src/translations/fr.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/fr.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -4823,7 +4823,7 @@
 msgstr "Outil de suivi créé avec succès"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr "Veuillez aussi configurer les rôles (aucun accès par défaut)"
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31
@@ -30557,7 +30557,7 @@
 #~ msgid "Version %s, saved %s"
 #~ msgstr "Version %s, enregistrée à %s"
 
-#~ msgid "Please configure also the roles (by default, it is 'No Access')"
+#~ msgid "Please configure also the roles (by default, it is “No Access”)"
 #~ msgstr "Veuillez aussi configurer les rôles (aucun accès par défaut)"
 
 #~ msgid "I am Really Sure."

Modified: trunk/src/translations/fusionforge.pot
===================================================================
--- trunk/src/translations/fusionforge.pot	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/fusionforge.pot	2013-11-18 17:23:23 UTC (rev 18475)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 18:10+0100\n"
+"POT-Creation-Date: 2013-11-18 18:22+0100\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"
@@ -4633,7 +4633,7 @@
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/gl.po
===================================================================
--- trunk/src/translations/gl.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/gl.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -5073,9 +5073,9 @@
 msgstr "Creouse o rexistro correctamente"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
-"Por favor, configure tamén os roles (de xeito predefinido, é 'Sen acceso')"
+"Por favor, configure tamén os roles (de xeito predefinido, é “Sen acceso”)"
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31
 #, fuzzy
@@ -28014,10 +28014,6 @@
 #~ msgid "No valid Document Group was selected."
 #~ msgstr "Non se seleccionou ningún grupo de documentos válido."
 
-#~ msgid "Please configure also the roles (by default, it is 'No Access')"
-#~ msgstr ""
-#~ "Por favor, configure tamén os roles (de xeito predefinido, é 'Sen acceso')"
-
 #~ msgid "I am Really Sure."
 #~ msgstr "Estou totalmente seguro. "
 

Modified: trunk/src/translations/it.po
===================================================================
--- trunk/src/translations/it.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/it.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -5074,7 +5074,7 @@
 msgstr "Attività creata con successo"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/ja.po
===================================================================
--- trunk/src/translations/ja.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/ja.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -4940,7 +4940,7 @@
 msgstr "作成に成功しました。"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/ko.po
===================================================================
--- trunk/src/translations/ko.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/ko.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -4954,7 +4954,7 @@
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/nl.po
===================================================================
--- trunk/src/translations/nl.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/nl.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -5044,7 +5044,7 @@
 msgstr "Taak aangemaakt"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/pl.po
===================================================================
--- trunk/src/translations/pl.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/pl.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -4808,7 +4808,7 @@
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/pt.po
===================================================================
--- trunk/src/translations/pt.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/pt.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -4697,7 +4697,7 @@
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/ru.po
===================================================================
--- trunk/src/translations/ru.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/ru.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -5064,7 +5064,7 @@
 msgstr "Задача успешно создана"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/sv.po
===================================================================
--- trunk/src/translations/sv.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/sv.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -5033,7 +5033,7 @@
 msgstr "Skapande av uppgift lyckades"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/th.po
===================================================================
--- trunk/src/translations/th.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/th.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -4641,7 +4641,7 @@
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/zh_CN.po
===================================================================
--- trunk/src/translations/zh_CN.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/zh_CN.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -5031,7 +5031,7 @@
 msgstr "任务创建成功"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/translations/zh_TW.po
===================================================================
--- trunk/src/translations/zh_TW.po	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/translations/zh_TW.po	2013-11-18 17:23:23 UTC (rev 18475)
@@ -5043,7 +5043,7 @@
 msgstr "任務建立成功"
 
 #: common/tracker/actions/admin-ind.php:51 www/pm/admin/index.php:81
-msgid "Please configure also the roles (by default, it's 'No Access')"
+msgid "Please configure also the roles (by default, it's “No Access”)"
 msgstr ""
 
 #: common/tracker/actions/admin-ind.php:62 common/tracker/actions/ind.php:31

Modified: trunk/src/www/pm/admin/index.php
===================================================================
--- trunk/src/www/pm/admin/index.php	2013-11-18 17:14:05 UTC (rev 18474)
+++ trunk/src/www/pm/admin/index.php	2013-11-18 17:23:23 UTC (rev 18475)
@@ -78,7 +78,7 @@
 			exit_error($pg->getErrorMessage(),'pm');
 		} else {
 			$feedback .= _('Subproject Inserted');
-			$warning_msg .= _("Please configure also the roles (by default, it's 'No Access')");
+			$warning_msg .= _("Please configure also the roles (by default, it's “No Access”)");
 		}
 
 	} elseif ($add_cat) {




More information about the Fusionforge-commits mailing list