Author: coudot
Date: 2010-07-29 17:33:02 +0200 (Thu, 29 Jul 2010)
New Revision: 121

Modified:
   self-service-password/trunk/lang/de.inc.php
   self-service-password/trunk/lang/en.inc.php
   self-service-password/trunk/lang/es.inc.php
   self-service-password/trunk/lang/fr.inc.php
   self-service-password/trunk/lang/pt-BR.inc.php
Log:
Add english translation to all non-translated strings (references #266)

Modified: self-service-password/trunk/lang/de.inc.php
===================================================================
--- self-service-password/trunk/lang/de.inc.php 2010-07-29 15:19:07 UTC (rev 
120)
+++ self-service-password/trunk/lang/de.inc.php 2010-07-29 15:33:02 UTC (rev 
121)
@@ -45,6 +45,7 @@
 $messages['minupper'] = "Ihr Passwort hat nicht genug Großbuchstaben";
 $messages['mindigit'] = "Ihr Passwort hat nicht genug Ziffern";
 $messages['minspecial'] = "Ihr Passwort hat nicht genug Sonderzeichen";
+$messages['sameasold'] = "Your new password is identical to your old password";
 $messages['policy'] = "Ihr Passwort muss diese Regeln beachten:";
 $messages['policyminlength'] = "Minimale Länge:";
 $messages['policymaxlength'] = "Maximale Länge:";
@@ -54,6 +55,7 @@
 $messages['policyminspecial'] = "Minimale Anzahl Sonderzeichen:";
 $messages['forbiddenchars'] = "Ihr Passwort enthält nicht erlaubte 
Zeichen";
 $messages['policyforbiddenchars'] = "Nicht erlaubte Zeichen:";
+$messages['policynoreuse'] = "Your new password may not be the same as your 
old password";
 $messages['questions']['birthday'] = "Wie lautet Ihr Geburtstag?";
 $messages['questions']['color'] = "Wie lautet Ihre Lieblingsfarbe?";
 $messages['password'] = "Passwort";
@@ -85,5 +87,4 @@
 $messages['tokennotvalid'] = "Token is not valid";
 $messages['resetbytokenhelp'] = "The token sent by mail allows you to reset 
your password. To get a new token, <a href=\"?action=sendtoken\">click 
here</a>.";
 
-
 ?>

Modified: self-service-password/trunk/lang/en.inc.php
===================================================================
--- self-service-password/trunk/lang/en.inc.php 2010-07-29 15:19:07 UTC (rev 
120)
+++ self-service-password/trunk/lang/en.inc.php 2010-07-29 15:33:02 UTC (rev 
121)
@@ -85,5 +85,4 @@
 $messages['tokennotvalid'] = "Token is not valid";
 $messages['resetbytokenhelp'] = "The token sent by mail allows you to reset 
your password. To get a new token, <a href=\"?action=sendtoken\">click 
here</a>.";
 
-
 ?>

Modified: self-service-password/trunk/lang/es.inc.php
===================================================================
--- self-service-password/trunk/lang/es.inc.php 2010-07-29 15:19:07 UTC (rev 
120)
+++ self-service-password/trunk/lang/es.inc.php 2010-07-29 15:33:02 UTC (rev 
121)
@@ -45,6 +45,7 @@
 $messages['minupper'] = "Su contraseña no tiene suficientes mayúsculas";
 $messages['mindigit'] = "Su contraseña no tiene suficientes números";
 $messages['minspecial'] = "Su contraseña no tiene suficientes caracteres 
especiales";
+$messages['sameasold'] = "Your new password is identical to your old password";
 $messages['policy'] = "Su contraseña debe respetar las siguientes normas";
 $messages['policyminlength'] = "Longitud mínima";
 $messages['policymaxlength'] = "Longitud máxima";
@@ -54,6 +55,7 @@
 $messages['policyminspecial'] = "Mínima cantidad de caracteres especiales";
 $messages['forbiddenchars'] = "Su contraseña posee caracteres prohibidos";
 $messages['policyforbiddenchars'] = "Caracteres prohibidos";
+$messages['policynoreuse'] = "Your new password may not be the same as your 
old password";
 $messages['questions']['birthday'] = "Cuando es su cumpleaños?";
 $messages['questions']['color'] = "Cual es su color favorito?";
 $messages['password'] = "Contraseña";
@@ -83,5 +85,4 @@
 $messages['tokennotvalid'] = "Token is not valid";
 $messages['resetbytokenhelp'] = "The token sent by mail allows you to reset 
your password. To get a new token, <a href=\"?action=sendtoken\">click 
here</a>.";
 
-
 ?>

Modified: self-service-password/trunk/lang/fr.inc.php
===================================================================
--- self-service-password/trunk/lang/fr.inc.php 2010-07-29 15:19:07 UTC (rev 
120)
+++ self-service-password/trunk/lang/fr.inc.php 2010-07-29 15:33:02 UTC (rev 
121)
@@ -44,7 +44,8 @@
 $messages['minlower'] = "Votre mot de passe n'a pas assez de minuscules";
 $messages['minupper'] = "Votre mot de passe n'a pas assez de majuscules";
 $messages['mindigit'] = "Votre mot de passe n'a pas assez de chiffres";
-$messages['minspceial'] = "Votre mot de passe n'a pas assez de caractères 
spéciaux";
+$messages['minspecial'] = "Votre mot de passe n'a pas assez de caractères 
spéciaux";
+$messages['sameasold'] = "Votre mot de passe est identique au précédent";
 $messages['policy'] = "Votre mot de passe doit respecter les contraintes 
suivantes&nbsp;:";
 $messages['policyminlength'] = "Nombre minimum de caractères&nbsp;:";
 $messages['policymaxlength'] = "Nombre maximum de caractères&nbsp;:";
@@ -54,6 +55,7 @@
 $messages['policyminspecial'] = "Nombre minimum de caractères spéciaux&nbsp;:";
 $messages['forbiddenchars'] = "Votre mot de passe contient des caractères 
interdits";
 $messages['policyforbiddenchars'] = "Caractères interdits&nbsp;:";
+$messages['policynoreuse'] = "Votre nouveau mot de passe de doit pas être 
identique à l'ancien";
 $messages['questions']['birthday'] = "Quelle est votre date de naissance ?";
 $messages['questions']['color'] = "Quelle est votre couleur préférée ?";
 $messages['password'] = "Mot de passe";

Modified: self-service-password/trunk/lang/pt-BR.inc.php
===================================================================
--- self-service-password/trunk/lang/pt-BR.inc.php      2010-07-29 15:19:07 UTC 
(rev 120)
+++ self-service-password/trunk/lang/pt-BR.inc.php      2010-07-29 15:33:02 UTC 
(rev 121)
@@ -1,3 +1,4 @@
+<?php
 #==============================================================================
 # LTB Self Service Password
 #
@@ -43,12 +44,45 @@
 $messages['minlower'] = "A sua senha não contém letras minúsculas suficientes";
 $messages['minupper'] = "A sua senha não contém letras maiúsculas suficientes";
 $messages['mindigit'] = "A sua senha não contém caracteres suficientes";
+$messages['minspecial'] = "Your password has not enough special characters";
+$messages['sameasold'] = "Your new password is identical to your old password";
 $messages['policy'] = "A sua senha deve respeitar as regras de restrição:";
 $messages['policyminlength'] = "Tamanho mínimo:";
 $messages['policymaxlength'] = "Tamanho máximo:";
 $messages['policyminlower'] = "Mínimo de letras min&uacutes;sculas:";
 $messages['policyminupper'] = "Míaximo de letras maisúsculas:";
 $messages['policymindigit'] = "Caracteres mínimos:";
+$messages['policyminspecial'] = "Minimal special characters:";
+$messages['forbiddenchars'] = "You password contains forbidden characters";
+$messages['policyforbiddenchars'] = "Forbidden characters:";
+$messages['policynoreuse'] = "Your new password may not be the same as your 
old password";
+$messages['questions']['birthday'] = "What is your birthday?";
+$messages['questions']['color'] = "What is your favorite color?";
+$messages['password'] = "Password";
+$messages['question'] = "Question";
+$messages['answer'] = "Answer";
+$messages['setquestionshelp'] = "Initialize or change your password reset 
question/answer. You can then be able to reset your password <a 
href=\"?action=resetbyquestions\">here</a>.";
+$messages['answerrequired'] = "No answer given";
+$messages['questionrequired'] = "No question selected";
+$messages['passwordrequired'] = "Your password is required";
+$messages['answermoderror'] = "Your answer has not been registered";
+$messages['answerchanged'] = "Your answer has been registered";
+$messages['answernomatch'] = "Your answer is not correct";
+$messages['resetbyquestionshelp'] = "Choose a question and answer it to reset 
your password. This requires to have already <a 
href=\"?action=setquestions\">register an answer</a>.";
+$messages['changehelp'] = "Enter your old password and choose a new one.";
 $messages['changehelpreset'] = "Forgot your password?";
 $messages['changehelpquestions'] = "<a href=\"?action=resetbyquestions\">Reset 
your password by answering questions</a>";
 $messages['changehelptoken'] = "<a href=\"?action=resetbytoken\">Reset your 
password with a mail challenge</a>";
+$messages['resetmessage'] = "Hello {login},\n\nClick here to reset your 
password:\n{url}\n\nIf your are not the issuer of this request, please ignore 
it.";
+$messages['resetsubject'] = "Reset your password";
+$messages['sendtokenhelp'] = "Enter your login and your password to reset your 
password. Then click on the link in sent mail.";
+$messages['mail'] = "Mail";
+$messages['mailrequired'] = "Your mail is required";
+$messages['mailnomatch'] = "The mail does not match the submitted login";
+$messages['tokensent'] = "A confirmation mail has been sent";
+$messages['tokennotsent'] = "Error when sending confirmation mail";
+$messages['tokenrequired'] = "Token is required";
+$messages['tokennotvalid'] = "Token is not valid";
+$messages['resetbytokenhelp'] = "The token sent by mail allows you to reset 
your password. To get a new token, <a href=\"?action=sendtoken\">click 
here</a>.";
+
+?>

_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to