From: <rc...@us...> - 2013-12-14 13:39:58
|
Revision: 6498 http://sourceforge.net/p/web-erp/reponame/6498 Author: rchacon Date: 2013-12-14 13:39:51 +0000 (Sat, 14 Dec 2013) Log Message: ----------- Tim Schofield: Standardize to "between 1 and 999". Modified Paths: -------------- trunk/SystemParameters.php trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot trunk/locale/en_US.utf8/LC_MESSAGES/messages.mo trunk/locale/en_US.utf8/LC_MESSAGES/messages.po trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.mo trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.mo trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po Modified: trunk/SystemParameters.php =================================================================== --- trunk/SystemParameters.php 2013-12-14 00:41:44 UTC (rev 6497) +++ trunk/SystemParameters.php 2013-12-14 13:39:51 UTC (rev 6498) @@ -701,12 +701,12 @@ // OverChargeProportion echo '<tr style="outline: 1px solid"><td>' . _('Allowed Over Charge Proportion') . ':</td> - <td><input type="text" class="integer" pattern="(?!^0\d+$)[\d]{1,2}|(100)" required="required" title="'._('The input must between 0~100').'" name="X_OverChargeProportion" size="4" maxlength="3" value="' . $_SESSION['OverChargeProportion'] . '" placeholder="'._('integer between 0-100').'" /></td> + <td><input type="text" class="integer" pattern="(?!^0\d+$)[\d]{1,2}|(100)" required="required" title="'._('The input must between 0 and 100').'" name="X_OverChargeProportion" size="4" maxlength="3" value="' . $_SESSION['OverChargeProportion'] . '" placeholder="'._('integer between 0 and 100').'" /></td> <td>' . _('If check price charges vs Order price is set to yes then this proportion determines the percentage by which invoices can be overcharged with respect to price') . '</td></tr>'; // OverReceiveProportion echo '<tr style="outline: 1px solid"><td>' . _('Allowed Over Receive Proportion') . ':</td> - <td><input type="text" class="integer" pattern="(?!^0\d+$)[\d]{1,2}|(100)" required="required" title="'._('The input must between 0~100').'" name="X_OverReceiveProportion" size="4" maxlength="3" value="' . $_SESSION['OverReceiveProportion'] . '" /></td> + <td><input type="text" class="integer" pattern="(?!^0\d+$)[\d]{1,2}|(100)" required="required" title="'._('The input must between 0 and 100').'" name="X_OverReceiveProportion" size="4" maxlength="3" value="' . $_SESSION['OverReceiveProportion'] . '" /></td> <td>' . _('If check quantity charged vs delivery quantity is set to yes then this proportion determines the percentage by which invoices can be overcharged with respect to delivery') . '</td></tr>'; // PO_AllowSameItemMultipleTimes @@ -749,7 +749,7 @@ //PageLength echo '<tr style="outline: 1px solid"><td>' . _('Report Page Length') . ':</td> - <td><input type="text" class="integer" pattern="(?!^0\d*$)[\d]{1,3}" title="'._('The input should be between 1~999').'" placeholder="'._('1 to 999').'" name="X_PageLength" size="4" maxlength="6" value="' . $_SESSION['PageLength'] . '" /></td><td> </td> + <td><input type="text" class="integer" pattern="(?!^0\d*$)[\d]{1,3}" title="'._('The input should be between 1 and 999').'" placeholder="'._('1 to 999').'" name="X_PageLength" size="4" maxlength="6" value="' . $_SESSION['PageLength'] . '" /></td><td> </td> </tr>'; //DefaultDisplayRecordsMax @@ -773,7 +773,7 @@ //MaxImageSize echo '<tr style="outline: 1px solid"> <td>' . _('Maximum Size in KB of uploaded images') . ':</td> - <td><input type="text" class="integer" pattern="(?!^0\d*$)[\d]{1,3}" required="required" title="'._('The input should be between 1 to 999').'" placeholder="'._('1 to 999').'" name="X_MaxImageSize" size="4" maxlength="3" value="' . $_SESSION['MaxImageSize'] . '" /></td> + <td><input type="text" class="integer" pattern="(?!^0\d*$)[\d]{1,3}" required="required" title="'._('The input should be between 1 and 999').'" placeholder="'._('1 to 999').'" name="X_MaxImageSize" size="4" maxlength="3" value="' . $_SESSION['MaxImageSize'] . '" /></td> <td>' . _('Picture files of items can be uploaded to the server. The system will check that files uploaded are less than this size (in KB) before they will be allowed to be uploaded. Large pictures will make the system slow and will be difficult to view in the stock maintenance screen.') . '</td> </tr>'; //NumberOfMonthMustBeShown Modified: trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot =================================================================== --- trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot 2013-12-14 00:41:44 UTC (rev 6497) +++ trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot 2013-12-14 13:39:51 UTC (rev 6498) @@ -30200,11 +30200,11 @@ msgstr "" #: SystemParameters.php:706 SystemParameters.php:711 -msgid "The input must between 0~100" +msgid "The input must between 0 and 100" msgstr "" #: SystemParameters.php:706 -msgid "integer between 0-100" +msgid "integer between 0 and 100" msgstr "" #: SystemParameters.php:707 @@ -30296,7 +30296,7 @@ msgstr "" #: SystemParameters.php:754 -msgid "The input should be between 1~999" +msgid "The input should be between 1 and 999" msgstr "" #: SystemParameters.php:754 Modified: trunk/locale/en_US.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/en_US.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/en_US.utf8/LC_MESSAGES/messages.po 2013-12-14 00:41:44 UTC (rev 6497) +++ trunk/locale/en_US.utf8/LC_MESSAGES/messages.po 2013-12-14 13:39:51 UTC (rev 6498) @@ -9,7 +9,7 @@ "Project-Id-Version: WebERP 4.10.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-12-01 20:34+1300\n" -"PO-Revision-Date: 2013-11-24 10:23-0600\n" +"PO-Revision-Date: 2013-12-14 07:34-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: WebERP Translation Team <web-erp-translation@lists." "sourceforge.net>\n" @@ -32962,8 +32962,8 @@ #: SystemParameters.php:478 msgid "" -"Select all the languages for which item description translations are to be " -"maintained." +"Select the languages in which translations of the item description will be " +"maintained. The default language is excluded." msgstr "" #: SystemParameters.php:484 @@ -33259,12 +33259,13 @@ #: SystemParameters.php:706 SystemParameters.php:711 #, fuzzy -msgid "The input must between 0~100" +msgid "The input must between 0 and 100" msgstr "The Amount must be greater than 0" #: SystemParameters.php:706 -msgid "integer between 0-100" -msgstr "" +#, fuzzy +msgid "integer between 0 and 100" +msgstr "The Amount must be greater than 0" #: SystemParameters.php:707 msgid "" @@ -33368,8 +33369,9 @@ msgstr "" #: SystemParameters.php:754 -msgid "The input should be between 1~999" -msgstr "" +#, fuzzy +msgid "The input should be between 1 and 999" +msgstr "The Shipping cost entered is expected to be numeric" #: SystemParameters.php:754 msgid " 1 to 999" Modified: trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2013-12-14 00:41:44 UTC (rev 6497) +++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2013-12-14 13:39:51 UTC (rev 6498) @@ -8,7 +8,7 @@ "Project-Id-Version: WebERP 4.081\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-12-01 20:34+1300\n" -"PO-Revision-Date: 2013-12-11 20:46-0600\n" +"PO-Revision-Date: 2013-12-14 07:31-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: TecnoSoluciones.com <web...@te...>\n" "Language: es_ES\n" @@ -34858,11 +34858,13 @@ msgstr "Proporción de Sobre Cargo Permitida" #: SystemParameters.php:706 SystemParameters.php:711 -msgid "The input must between 0~100" +#, fuzzy +msgid "The input must between 0 and 100" msgstr "La entrada debe estar entre 0 y 100" #: SystemParameters.php:706 -msgid "integer between 0-100" +#, fuzzy +msgid "integer between 0 and 100" msgstr "número entero entre 0-100" #: SystemParameters.php:707 @@ -34983,8 +34985,9 @@ msgstr "Longitud de la Página del Informe" #: SystemParameters.php:754 -msgid "The input should be between 1~999" -msgstr "La entrada debe estar entre 1 y 999" +#, fuzzy +msgid "The input should be between 1 and 999" +msgstr "El valor de la propiedad debe entre" #: SystemParameters.php:754 msgid " 1 to 999" @@ -49756,6 +49759,9 @@ msgid "Bank Transfer" msgstr "Transferencia" +#~ msgid "The input should be between 1~999" +#~ msgstr "La entrada debe estar entre 1 y 999" + #~ msgid "Form Design" #~ msgstr "Diseño del formulario" Modified: trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po 2013-12-14 00:41:44 UTC (rev 6497) +++ trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po 2013-12-14 13:39:51 UTC (rev 6498) @@ -10,7 +10,7 @@ "Project-Id-Version: WebERP 4.10.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-12-01 20:34+1300\n" -"PO-Revision-Date: 2013-11-24 11:35-0600\n" +"PO-Revision-Date: 2013-12-14 07:33-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: french <none>\n" "Language: fr\n" @@ -34693,8 +34693,8 @@ #: SystemParameters.php:478 #, fuzzy msgid "" -"Select all the languages for which item description translations are to be " -"maintained." +"Select the languages in which translations of the item description will be " +"maintained. The default language is excluded." msgstr "Entrez la date à laquelle les opérations doivent être inscrites" #: SystemParameters.php:484 @@ -35035,12 +35035,13 @@ #: SystemParameters.php:706 SystemParameters.php:711 #, fuzzy -msgid "The input must between 0~100" +msgid "The input must between 0 and 100" msgstr "Le montant doit être supérieur à 0" #: SystemParameters.php:706 -msgid "integer between 0-100" -msgstr "" +#, fuzzy +msgid "integer between 0 and 100" +msgstr "Un nombre entre 1 et 10 devrait" #: SystemParameters.php:707 msgid "" @@ -35161,7 +35162,7 @@ #: SystemParameters.php:754 #, fuzzy -msgid "The input should be between 1~999" +msgid "The input should be between 1 and 999" msgstr "La valeur vert. pos. serait positive" #: SystemParameters.php:754 @@ -50126,6 +50127,10 @@ msgid "Bank Transfer" msgstr "Transfert" +#, fuzzy +#~ msgid "The input should be between 1~999" +#~ msgstr "La valeur vert. pos. serait positive" + #~ msgid "Form Design" #~ msgstr "Création de formulaire" Modified: trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po 2013-12-14 00:41:44 UTC (rev 6497) +++ trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po 2013-12-14 13:39:51 UTC (rev 6498) @@ -9,7 +9,7 @@ "Project-Id-Version: weberp 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-12-01 20:34+1300\n" -"PO-Revision-Date: 2013-11-24 19:50-0600\n" +"PO-Revision-Date: 2013-12-14 07:32-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: French <none>\n" "Language: fr_FR\n" @@ -35214,8 +35214,8 @@ #: SystemParameters.php:478 #, fuzzy msgid "" -"Select all the languages for which item description translations are to be " -"maintained." +"Select the languages in which translations of the item description will be " +"maintained. The default language is excluded." msgstr "Saisir la date à laquelle les opérations seront listées" # JDN @@ -35570,12 +35570,13 @@ #: SystemParameters.php:706 SystemParameters.php:711 #, fuzzy -msgid "The input must between 0~100" +msgid "The input must between 0 and 100" msgstr "Le montant doit être supérieur à 0" #: SystemParameters.php:706 -msgid "integer between 0-100" -msgstr "" +#, fuzzy +msgid "integer between 0 and 100" +msgstr "Le chiffre doit être compris entre 1 et 10" # JDN (à vérifier) #: SystemParameters.php:707 @@ -35698,7 +35699,7 @@ #: SystemParameters.php:754 #, fuzzy -msgid "The input should be between 1~999" +msgid "The input should be between 1 and 999" msgstr "La valeur vert. pos. serait positive" #: SystemParameters.php:754 @@ -50694,6 +50695,10 @@ msgid "Bank Transfer" msgstr "Transfert" +#, fuzzy +#~ msgid "The input should be between 1~999" +#~ msgstr "La valeur vert. pos. serait positive" + # JDN #~ msgid "Form Design" #~ msgstr "Éditeur de formulaire" |