File tree 3 files changed +13
-7
lines changed
templates/app/client/components
3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 38
38
"EMAIL_INVALID_FORMAT_MSG" :" Doesn't look like a valid email." ,
39
39
"EMAIL_QUESTION_MSG" :" What's your email address?" ,
40
40
"PASSWORD_INVALID_MSG" :" This password is not correct." ,
41
- "EMAIL_UNREGISTRED_MSG" :" This email is not registered."
41
+ "EMAIL_UNREGISTRED_MSG" :" This email is not registered." ,
42
+ "CONNECT_WITH_FACEBOOK" :" Connect with Facebook" ,
43
+ "CONNECT_WITH_GOOGLE_PLUS" :" Connect with Google+" ,
44
+ "CONNECT_WITH_TWITTER" :" Connect with Twitter"
42
45
}
Original file line number Diff line number Diff line change 38
38
"EMAIL_INVALID_FORMAT_MSG" :" Ca ne ressemble pas à un courriel valide." ,
39
39
"EMAIL_QUESTION_MSG" :" Quelle est votre adresse courriel?" ,
40
40
"PASSWORD_INVALID_MSG" :" Ce mot de passe est incorrect." ,
41
- "EMAIL_UNREGISTRED_MSG" :" This email is not registered."
42
- }
41
+ "EMAIL_UNREGISTRED_MSG" :" Ce courriel n'est pas enregistré." ,
42
+ "CONNECT_WITH_FACEBOOK" :" Se connecter avec Facebook" ,
43
+ "CONNECT_WITH_GOOGLE_PLUS" :" Se connecter avec Google+" ,
44
+ "CONNECT_WITH_TWITTER" :" Se connecter avec Twitter"
45
+ }
Original file line number Diff line number Diff line change 1
1
< % if(filters.facebookAuth) { %> < a ng-class ="classes " ng-click ="OauthButtons.loginOauth('facebook') " class ="btn<% if (filters.bootstrap) { %> btn-social<% } %> btn-facebook ">
2
2
< i class ="fa fa-facebook "> </ i >
3
- Connect with Facebook
3
+ < span < % if (filters.i18nSupport) { % > translate="CONNECT_WITH_FACEBOOK" < % } % > > < % if (!filters.i18nSupport) { % > Connect with Facebook< % } % > </ span >
4
4
</ a >
5
5
< % } if (filters.googleAuth) { %> < a ng-class ="classes " ng-click ="OauthButtons.loginOauth('google') " class ="btn<% if (filters.bootstrap) { %> btn-social<% } %> btn-google ">
6
6
< i class ="fa fa-google-plus "> </ i >
7
- Connect with Google+
7
+ < span < % if (filters.i18nSupport) { % > translate="CONNECT_WITH_GOOGLE_PLUS" < % } % > > < % if (!filters.i18nSupport) { % > Connect with Google+< % } % > </ span >
8
8
</ a >
9
9
< % } if (filters.twitterAuth) { %> < a ng-class ="classes " ng-click ="OauthButtons.loginOauth('twitter') " class ="btn<% if (filters.bootstrap) { %> btn-social<% } %> btn-twitter ">
10
10
< i class ="fa fa-twitter "> </ i >
11
- Connect with Twitter
12
- </ a > < % } %>
11
+ < span < % if (filters.i18nSupport) { % > translate="CONNECT_WITH_TWITTER" < % } % > > < % if (!filters.i18nSupport) { % > Connect with Twitter< % } % > </ span >
12
+ </ a > < % } %>
You can’t perform that action at this time.
0 commit comments