Internationalize login
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 14 May 2015 13:58:01 +0000 (13:58 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 14 May 2015 13:58:01 +0000 (13:58 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8104 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 bffd494ce668ee06fe7853830e2a63eefd664360..235316adc06c405f9f0eb68f9dfb4a34c231c406 100644 (file)
@@ -8,6 +8,7 @@ public class CmsMsg extends DefaultsResourceBundle {
        public final static Msg username = new Msg("username");
        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");
 
        static {
                Msg.init(CmsMsg.class);
index f7e5b007ec1c36d0d211dd1b6ca150cced44b7db..6f89f7e292201f342d2350412663a58a8675ef0f 100644 (file)
@@ -1,3 +1,4 @@
 username=identifiant
 password=mot de passe
-logout=déconnexion
\ No newline at end of file
+logout=déconnexion
+login=connexion
\ No newline at end of file