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

Marc-Etienne VARGENAU vargenau at fusionforge.org
Wed Dec 11 18:30:58 CET 2013


Author: vargenau
Date: 2013-12-11 18:30:58 +0100 (Wed, 11 Dec 2013)
New Revision: 18633

Modified:
   trunk/src/common/docman/views/addfile.php
   trunk/src/common/docman/views/editfile.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:
%s is enough

Modified: trunk/src/common/docman/views/addfile.php
===================================================================
--- trunk/src/common/docman/views/addfile.php	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/common/docman/views/addfile.php	2013-12-11 17:30:58 UTC (rev 18633)
@@ -99,16 +99,16 @@
 					<td>
 						'. _('Document Title').utils_requiredField()
 					.'</td><td>'
-					.'<input pattern=".{5,}" placeholder="'._('Document Title').'" title="'.sprintf(_('(at least %1$s characters)'), 5).'" type="text" name="title" size="40" maxlength="255" required="required" /> '
-					.sprintf(_('(at least %1$s characters)'), 5)
+					.'<input pattern=".{5,}" placeholder="'._('Document Title').'" title="'.sprintf(_('(at least %s characters)'), 5).'" type="text" name="title" size="40" maxlength="255" required="required" /> '
+					.sprintf(_('(at least %s characters)'), 5)
 					.'</td>
 				</tr>
 				<tr>
 					<td>
 						'. _('Description') .utils_requiredField()
 				 	.'</td><td>'
-						.'<input pattern=".{10,}" placeholder="'._('Description').'" title="'.sprintf(_('(at least %1$s characters)'), 10).'" type="text" name="description" size="50" maxlength="255" required="required" /> '
-						.sprintf(_('(at least %1$s characters)'), 10)
+						.'<input pattern=".{10,}" placeholder="'._('Description').'" title="'.sprintf(_('(at least %s characters)'), 10).'" type="text" name="description" size="50" maxlength="255" required="required" /> '
+						.sprintf(_('(at least %s characters)'), 10)
 					.'</td>
 				</tr>
 				<tr>

Modified: trunk/src/common/docman/views/editfile.php
===================================================================
--- trunk/src/common/docman/views/editfile.php	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/common/docman/views/editfile.php	2013-12-11 17:30:58 UTC (rev 18633)
@@ -36,11 +36,11 @@
 echo '<table>';
 echo '	<tr>';
 echo '		<td><strong>'. _('Document Title')._(': ').'</strong>'. utils_requiredField() .'<br />';
-echo '		<input pattern=".{5,}" title="'.sprintf(_('(at least %1$s characters)'), 5).'" id="title" type="text" name="title" size="40" maxlength="255"/></td>';
+echo '		<input pattern=".{5,}" title="'.sprintf(_('(at least %s characters)'), 5).'" id="title" type="text" name="title" size="40" maxlength="255"/></td>';
 echo '	</tr>';
 echo '	<tr>';
 echo '		<td><strong>'. _('Description')._(': ').'</strong>'. utils_requiredField() .'<br />';
-echo '		<input pattern=".{10,}" title="'.sprintf(_('(at least %1$s characters)'), 10).'" id="description" type="text" name="description" size="40" maxlength="255"/></td>';
+echo '		<input pattern=".{10,}" title="'.sprintf(_('(at least %s characters)'), 10).'" id="description" type="text" name="description" size="40" maxlength="255"/></td>';
 echo '	</tr>';
 if ($g->useDocmanSearch()) {
 	echo '	<tr>';

Modified: trunk/src/translations/bg.po
===================================================================
--- trunk/src/translations/bg.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/bg.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -883,13 +883,12 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr ""
 
 #: common/docman/views/addfile.php:116
-#, fuzzy
 msgid "Type of Document"
-msgstr "Модул \"Форуми\""
+msgstr ""
 
 #: common/docman/views/addfile.php:118 common/docman/views/addfile.php:144
 #: common/docman/views/editfile.php:51

Modified: trunk/src/translations/ca.po
===================================================================
--- trunk/src/translations/ca.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/ca.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -888,7 +888,7 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, fuzzy, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr "La contrasenya ha de tenir com a mínim 6 caràcters."
 
 #: common/docman/views/addfile.php:116

Modified: trunk/src/translations/de.po
===================================================================
--- trunk/src/translations/de.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/de.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -883,8 +883,8 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, php-format
-msgid "(at least %1$s characters)"
-msgstr "(mindestens %1$s Zeichen)"
+msgid "(at least %s characters)"
+msgstr "(mindestens %s Zeichen)"
 
 #: common/docman/views/addfile.php:116
 #, fuzzy

Modified: trunk/src/translations/en.po
===================================================================
--- trunk/src/translations/en.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/en.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -832,7 +832,7 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr ""
 
 #: common/docman/views/addfile.php:116

Modified: trunk/src/translations/es.po
===================================================================
--- trunk/src/translations/es.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/es.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -860,8 +860,8 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, php-format
-msgid "(at least %1$s characters)"
-msgstr "(por lo menos %1$s carácteres)."
+msgid "(at least %s characters)"
+msgstr "(por lo menos %s carácteres)."
 
 #: common/docman/views/addfile.php:116
 msgid "Type of Document"

Modified: trunk/src/translations/eu.po
===================================================================
--- trunk/src/translations/eu.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/eu.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -890,8 +890,8 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, fuzzy, php-format
-msgid "(at least %1$s characters)"
-msgstr "(gutxienez %1$s karakterekoa)"
+msgid "(at least %s characters)"
+msgstr "(gutxienez %s karakterekoa)"
 
 #: common/docman/views/addfile.php:116
 #, fuzzy

Modified: trunk/src/translations/fr.po
===================================================================
--- trunk/src/translations/fr.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/fr.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -840,8 +840,8 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, php-format
-msgid "(at least %1$s characters)"
-msgstr "(%1$s caractères minimum)"
+msgid "(at least %s characters)"
+msgstr "(%s caractères minimum)"
 
 #: common/docman/views/addfile.php:116
 msgid "Type of Document"

Modified: trunk/src/translations/fusionforge.pot
===================================================================
--- trunk/src/translations/fusionforge.pot	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/fusionforge.pot	2013-12-11 17:30:58 UTC (rev 18633)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-12-11 18:27+0100\n"
+"POT-Creation-Date: 2013-12-11 18:30+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"
@@ -832,7 +832,7 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr ""
 
 #: common/docman/views/addfile.php:116

Modified: trunk/src/translations/gl.po
===================================================================
--- trunk/src/translations/gl.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/gl.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -886,8 +886,8 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, php-format
-msgid "(at least %1$s characters)"
-msgstr "(como mínimo %1$s caracteres)"
+msgid "(at least %s characters)"
+msgstr "(como mínimo %s caracteres)"
 
 #: common/docman/views/addfile.php:116
 #, fuzzy

Modified: trunk/src/translations/it.po
===================================================================
--- trunk/src/translations/it.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/it.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -888,7 +888,7 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, fuzzy, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr "La lunghezza della password deve essere di almeno 6 caratteri."
 
 #: common/docman/views/addfile.php:116

Modified: trunk/src/translations/ja.po
===================================================================
--- trunk/src/translations/ja.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/ja.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -887,7 +887,7 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, fuzzy, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr "パスワードは最低 6 文字以上でなければいけません。"
 
 #: common/docman/views/addfile.php:116

Modified: trunk/src/translations/ko.po
===================================================================
--- trunk/src/translations/ko.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/ko.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -882,8 +882,8 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, fuzzy, php-format
-msgid "(at least %1$s characters)"
-msgstr "비밀번호는 적어도 6글자 이상이어야 합니다."
+msgid "(at least %s characters)"
+msgstr "비밀번호는 적어도 6글자 이상이어야 합니다"
 
 #: common/docman/views/addfile.php:116
 #, fuzzy

Modified: trunk/src/translations/nl.po
===================================================================
--- trunk/src/translations/nl.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/nl.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -880,7 +880,7 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, fuzzy, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr "Het wachtwoord moet minstens uit 6 karakters bestaan."
 
 #: common/docman/views/addfile.php:116

Modified: trunk/src/translations/pl.po
===================================================================
--- trunk/src/translations/pl.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/pl.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -879,7 +879,7 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr ""
 
 #: common/docman/views/addfile.php:116

Modified: trunk/src/translations/pt.po
===================================================================
--- trunk/src/translations/pt.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/pt.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -833,7 +833,7 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr ""
 
 #: common/docman/views/addfile.php:116

Modified: trunk/src/translations/ru.po
===================================================================
--- trunk/src/translations/ru.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/ru.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -894,8 +894,8 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, php-format
-msgid "(at least %1$s characters)"
-msgstr "(как минимум %1$s букв)"
+msgid "(at least %s characters)"
+msgstr "(как минимум %s букв)"
 
 #: common/docman/views/addfile.php:116
 #, fuzzy

Modified: trunk/src/translations/sv.po
===================================================================
--- trunk/src/translations/sv.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/sv.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -887,8 +887,8 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, fuzzy, php-format
-msgid "(at least %1$s characters)"
-msgstr "Lösenord måste ha minst 6 tecken."
+msgid "(at least %s characters)"
+msgstr "Lösenord måste ha minst 6 tecken"
 
 #: common/docman/views/addfile.php:116
 #, fuzzy

Modified: trunk/src/translations/th.po
===================================================================
--- trunk/src/translations/th.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/th.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -834,7 +834,7 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr ""
 
 #: common/docman/views/addfile.php:116

Modified: trunk/src/translations/zh_CN.po
===================================================================
--- trunk/src/translations/zh_CN.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/zh_CN.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -891,7 +891,7 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, fuzzy, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr "密码至少要6个字节"
 
 #: common/docman/views/addfile.php:116

Modified: trunk/src/translations/zh_TW.po
===================================================================
--- trunk/src/translations/zh_TW.po	2013-12-11 17:28:05 UTC (rev 18632)
+++ trunk/src/translations/zh_TW.po	2013-12-11 17:30:58 UTC (rev 18633)
@@ -891,7 +891,7 @@
 #: common/docman/views/addfile.php:110 common/docman/views/addfile.php:111
 #: common/docman/views/editfile.php:39 common/docman/views/editfile.php:43
 #, fuzzy, php-format
-msgid "(at least %1$s characters)"
+msgid "(at least %s characters)"
 msgstr "密碼至少要6個字元"
 
 #: common/docman/views/addfile.php:116




More information about the Fusionforge-commits mailing list