This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 620e9461c99a1c244300fe9e2b61ddc7f92a5b6c Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Mon Aug 4 10:16:53 2014 +0200 translate home page --- pollen-ui-angular/src/main/webapp/i18n/en.js | 2 ++ pollen-ui-angular/src/main/webapp/i18n/fr.js | 4 +++- pollen-ui-angular/src/main/webapp/partials/home.html | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pollen-ui-angular/src/main/webapp/i18n/en.js b/pollen-ui-angular/src/main/webapp/i18n/en.js index b5a9bd1..479a9a0 100644 --- a/pollen-ui-angular/src/main/webapp/i18n/en.js +++ b/pollen-ui-angular/src/main/webapp/i18n/en.js @@ -12,6 +12,8 @@ var translateEN = { 'title.user.forgotPassword' : 'Forget Password', 'title.user.list' : 'List of user', +'home.title' : 'Pollen, Poll Application', +'home.description' : 'Create now your poll. Share the vote link. And show the result.', 'home.newPoll' : 'Create a poll', 'home.register' : 'Sign-in now', diff --git a/pollen-ui-angular/src/main/webapp/i18n/fr.js b/pollen-ui-angular/src/main/webapp/i18n/fr.js index 2c740af..c56413c 100644 --- a/pollen-ui-angular/src/main/webapp/i18n/fr.js +++ b/pollen-ui-angular/src/main/webapp/i18n/fr.js @@ -12,7 +12,9 @@ var translateFR = { 'title.user.forgotPassword' : 'Récupération du Mot de Passe', 'title.user.list' : 'Liste des utilisateurs', -'home.newPoll' : 'Créer des maintenants un sondage gratuitement', +'home.title' : 'Pollen, Application de sondage', +'home.description' : 'Créer dés maintenant votre sondage gratuitement. Partager le lien de vote. Et regarder le résultat.', +'home.newPoll' : 'Créer dés maintenant un sondage gratuitement', 'home.register' : 'Créer un compte gratuitement', 'admin' : 'Administration', diff --git a/pollen-ui-angular/src/main/webapp/partials/home.html b/pollen-ui-angular/src/main/webapp/partials/home.html index 7556bf1..61ea157 100644 --- a/pollen-ui-angular/src/main/webapp/partials/home.html +++ b/pollen-ui-angular/src/main/webapp/partials/home.html @@ -22,10 +22,10 @@ <div class="jumbotron"> <div class="container"> <h1> - Pollen, Application de sondage + {{ 'home.title' | translate }} </h1> <p> - Créer dés maintenant votre sondage gratuitement. Partager le lien de vote. Et regarder le résultat. + {{ 'home.description' | translate }} </p> <p class=""> <a href="#/poll/create" class="btn btn-primary btn-lg"><span class="glyphicon glyphicon-plus-sign"></span> {{ 'home.newPoll' | translate }}</a> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.