Add "Register" label
authorBruno Sinou <bsinou@argeo.org>
Wed, 20 May 2015 17:04:36 +0000 (17:04 +0000)
committerBruno Sinou <bsinou@argeo.org>
Wed, 20 May 2015 17:04:36 +0000 (17:04 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8123 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.cms/src/org/argeo/cms/CmsMsg.java
org.argeo.cms/src/org/argeo/cms/CmsMsg_fr.properties

index 235316adc06c405f9f0eb68f9dfb4a34c231c406..d6172a9006324bd122543598274a2cea43b4e5f7 100644 (file)
@@ -9,6 +9,7 @@ public class CmsMsg extends DefaultsResourceBundle {
        public final static Msg password = new Msg("password");
        public final static Msg logout = new Msg("log out");
        public final static Msg login = new Msg("sign in");
+       public final static Msg register = new Msg("register");
 
        static {
                Msg.init(CmsMsg.class);
index 6f89f7e292201f342d2350412663a58a8675ef0f..23817233dd014fc663d0919d011d4cae9938c5eb 100644 (file)
@@ -1,4 +1,5 @@
 username=identifiant
 password=mot de passe
 logout=déconnexion
-login=connexion
\ No newline at end of file
+login=connexion
+register=créer un compte
\ No newline at end of file