Author: jleroux
Date: Sat Jul 6 09:42:46 2019 New Revision: 1862648 URL: http://svn.apache.org/viewvc?rev=1862648&view=rev Log: Fixed: Error message is displayed when user having space in username logs in at ecommerce (OFBIZ-10671) Pierre pointed out that the NotValidUserName label NL translation was wrong and proposed a right one. Looking at it closer EN and FR were not totally right either. I have fixed them. Before committing, I wondered if we should remove all other languages, then English would be used. Or if we let it as is for users of these languages to propose a fix, as Pierre did. I'm more for the later, then end users who don't speak English would at least have something they can read and possibly amend. Thanks: Pierre Smits Modified: ofbiz/ofbiz-framework/trunk/applications/party/config/PartyUiLabels.xml Modified: ofbiz/ofbiz-framework/trunk/applications/party/config/PartyUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/party/config/PartyUiLabels.xml?rev=1862648&r1=1862647&r2=1862648&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/party/config/PartyUiLabels.xml (original) +++ ofbiz/ofbiz-framework/trunk/applications/party/config/PartyUiLabels.xml Sat Jul 6 09:42:46 2019 @@ -14064,14 +14064,13 @@ <value xml:lang="ar">ÙÙ Ù٠أ٠ÙØتÙ٠اس٠اÙ٠ستخد٠عÙÙ ØرÙ٠أبجدÙØ© ÙأرÙا٠٠_-</value> <value xml:lang="cs">Uživatelské jméno může obsahovat pouze abecedy, ÄÃslice a _-</value> <value xml:lang="de">Der Benutzername darf nur Buchstaben, Zahlen und _- enthalten.</value> - <value xml:lang="en">Username can only have alphabets, numeric and _-</value> - <value xml:lang="en-GB">Username can only have alphabets, numeric and _-</value> + <value xml:lang="en">Username can only have letters, digits and the _- characters</value> <value xml:lang="es">El nombre de usuario solo puede tener alfabetos, numéricos y _-</value> - <value xml:lang="fr">Le nom d'utilisateur ne peut contenir que des alphabets, des chiffres et des caractères _-</value> + <value xml:lang="fr">Le nom d'utilisateur ne peut contenir que des lettres, des chiffres et les caractères _-</value> <value xml:lang="hi-IN">â à¤à¤ªà¤¯à¥à¤à¤à¤°à¥à¤¤à¤¾ नाम मà¥à¤ à¤à¥à¤µà¤² ठà¤à¥à¤·à¤°, सà¤à¤à¥à¤¯à¤¾à¤¤à¥à¤®à¤ à¤à¤° _- हॠसà¤à¤¤à¥ हà¥à¤</value> <value xml:lang="it">Il nome utente può contenere solo alfabeti, numeri e _-</value> <value xml:lang="ja">ã¦ã¼ã¶ã¼åã«ã¯ãã¢ã«ãã¡ããããæ°åãããã³_-ãã使ç¨ã§ãã¾ããã</value> - <value xml:lang="nl">Gebruikersnaam kan alleen alfabetten, numeriek en _- bevatten</value> + <value xml:lang="nl">Gebruikersnaam kan alleen letters, cijfers en tekens _ of - bevatten</value> <value xml:lang="pt-BR">O nome de usuário só pode ter alfabetos, numéricos e _</value> <value xml:lang="pt-PT">O nome de usuário só pode ter alfabetos, numéricos e _</value> <value xml:lang="ro">Numele de utilizator poate avea numai alfabete, numere numerice Èi _</value> |
Free forum by Nabble | Edit this page |