]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/IdxController.php
ajax for account creation to known if a pseudo is available
[syj.git] / application / controllers / IdxController.php
index 527f77e9a7a555956daa2f865eb0d7ef8229a37f..9dc4300fbd634c2de2c77ea6e9d776b51d9eae90 100644 (file)
@@ -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 <a href='http://openstreetmap.org/'>OpenStreetMap</a>")
+            'osmAttribution' => __("Map by <a href='http://openstreetmap.org/'>OpenStreetMap</a>"),
+            'pseudoChecking' => __("checking availibilty"),
+            'availablePseudo' => __("available pseudo"),
+            'unavailablePseudo' => __("unavailable pseudo"),
             );
     }