X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FIdxController.php;h=9dc4300fbd634c2de2c77ea6e9d776b51d9eae90;hp=527f77e9a7a555956daa2f865eb0d7ef8229a37f;hb=ce001229accb2aff799560eec402344f0dbb1762;hpb=66441b64eacf64a0f7a14246139ed807ab816a04 diff --git a/application/controllers/IdxController.php b/application/controllers/IdxController.php index 527f77e..9dc4300 100644 --- a/application/controllers/IdxController.php +++ b/application/controllers/IdxController.php @@ -97,14 +97,15 @@ class IdxController extends Zend_Controller_Action 'acceptTermsofuseWarn' => __("You must accept terms of use"), 'emailEmptyWarn' => __("you must enter an email"), 'emailInvalidWarn' => __("invalid email"), - 'invalidPseudo' => __("pseudo must only contain letters, digits, dots or underscores"), - 'uniqueUserError' => __("unavailable pseudo"), 'uniqueEmailError' => __("an user is already registered with this email"), 'userSuccess' => __("Account created"), 'newpwdSuccess' => __("A link to reset your password has been emailed to you"), 'canResubmit' => __("Now, you can retry to save"), 'routeBy' => __("route by"), - 'osmAttribution' => __("Map by OpenStreetMap") + 'osmAttribution' => __("Map by OpenStreetMap"), + 'pseudoChecking' => __("checking availibilty"), + 'availablePseudo' => __("available pseudo"), + 'unavailablePseudo' => __("unavailable pseudo"), ); }