From 35da81a4cd95464dc53d4344a7e797ebb3ff1120 Mon Sep 17 00:00:00 2001
From: Olivier PEREZ <olivier@olivierperez.fr>
Date: Fri, 29 May 2015 11:28:04 +0200
Subject: [PATCH] Remove "." at the end of options

---
 locale/de.json      | 10 +++++-----
 locale/en.json      | 10 +++++-----
 locale/es.json      | 10 +++++-----
 locale/fr.json      | 10 +++++-----
 locale/it.json      | 10 +++++-----
 tpl/create_poll.tpl | 12 ++++++------
 6 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/locale/de.json b/locale/de.json
index 40a12cbd..c0331193 100644
--- a/locale/de.json
+++ b/locale/de.json
@@ -200,11 +200,11 @@
         "Required fields cannot be left blank.": "Mit * markierte Felder müssen ausgefüllt sein.",
         "Poll title": "Umfragetitel",
         "Votes cannot be modified.": "DE_Aucun vote ne peut être modifié",
-        "All voters can modify any vote.": "DE_Tous les sondés peuvent modifier tous les votes",
-        "Voters can modify their vote themselves.": "Teilnehmer können ihre Antworten verändern",
-        "To receive an email for each new vote.": "Bei jeder neuen Abstimmung eine E-Mail erhalten.",
-        "To receive an email for each new comment.": "Um eine E-Mail für jede neue Kommentar zu empfangen.",
-        "Only the poll maker can see the poll's results.": "DE_Seul le créateur du sondage peut voir les résultats.",
+        "All voters can modify any vote": "DE_Tous les sondés peuvent modifier tous les votes",
+        "Voters can modify their vote themselves": "Teilnehmer können ihre Antworten verändern",
+        "To receive an email for each new vote": "Bei jeder neuen Abstimmung eine E-Mail erhalten",
+        "To receive an email for each new comment": "Um eine E-Mail für jede neue Kommentar zu empfangen",
+        "Only the poll maker can see the poll's results": "DE_Seul le créateur du sondage peut voir les résultats",
         "Go to step 2": "Weiter zum 2. Schritt"
     },
     "Step 2": {
diff --git a/locale/en.json b/locale/en.json
index 8847640f..d63249cb 100644
--- a/locale/en.json
+++ b/locale/en.json
@@ -200,11 +200,11 @@
     "Required fields cannot be left blank.": "Required fields cannot be left blank.",
     "Poll title": "Poll title",
     "Votes cannot be modified.": "Votes cannot be modified",
-    "All voters can modify any vote.": "All voters can modify any vote.",
-    "Voters can modify their vote themselves.": "Voters can modify their vote themselves.",
-    "To receive an email for each new vote.": "To receive an email for each new vote.",
-    "To receive an email for each new comment.": "To receive an email for each new comment.",
-    "Only the poll maker can see the poll's results.": "Only the poll maker can see the poll's results.",
+    "All voters can modify any vote": "All voters can modify any vote",
+    "Voters can modify their vote themselves": "Voters can modify their vote themselves",
+    "To receive an email for each new vote": "To receive an email for each new vote",
+    "To receive an email for each new comment": "To receive an email for each new comment",
+    "Only the poll maker can see the poll's results": "Only the poll maker can see the poll's results",
     "Go to step 2": "Go to step 2"
   },
   "Step 2": {
diff --git a/locale/es.json b/locale/es.json
index 89e59424..aca6b2e2 100644
--- a/locale/es.json
+++ b/locale/es.json
@@ -200,11 +200,11 @@
         "Required fields cannot be left blank.": "Gracias por completar los campos con una *.",
         "Poll title": "ES_Titre du sondage",
         "Votes cannot be modified.": "ES_Aucun vote ne peut être modifié",
-        "All voters can modify any vote.": "ES_Tous les sondés peuvent modifier tous les votes",
-        "Voters can modify their vote themselves.": "Los encuentados pueden cambiar su línea ellos mismos.",
-        "To receive an email for each new vote.": "Usted quiere recibir un correo electónico cada vez que alguien participe a la encuesta.",
-        "To receive an email for each new comment.": "ES_Recevoir un courriel à chaque commentaire.",
-        "Only the poll maker can see the poll's results.": "ES_Seul le créateur du sondage peut voir les résultats.",
+        "All voters can modify any vote": "ES_Tous les sondés peuvent modifier tous les votes",
+        "Voters can modify their vote themselves": "Los encuentados pueden cambiar su línea ellos mismos",
+        "To receive an email for each new vote": "Usted quiere recibir un correo electónico cada vez que alguien participe a la encuesta",
+        "To receive an email for each new comment": "ES_Recevoir un courriel à chaque commentaire",
+        "Only the poll maker can see the poll's results": "ES_Seul le créateur du sondage peut voir les résultats",
         "Go to step 2": "ES_Aller à l'étape 2"
     },
     "Step 2": {
diff --git a/locale/fr.json b/locale/fr.json
index 11417ec3..18509eca 100644
--- a/locale/fr.json
+++ b/locale/fr.json
@@ -200,11 +200,11 @@
     "Required fields cannot be left blank.": "Merci de remplir les champs obligatoires, marqués d'une *.",
     "Poll title": "Titre du sondage",
     "Votes cannot be modified.": "Aucun vote ne peut être modifié",
-    "All voters can modify any vote.": "Tous les sondés peuvent modifier tous les votes",
-    "Voters can modify their vote themselves.": "Chaque sondé peut modifier son propre vote.",
-    "To receive an email for each new vote.": "Recevoir un courriel à chaque participation d'un sondé.",
-    "To receive an email for each new comment.": "Recevoir un courriel à chaque commentaire.",
-    "Only the poll maker can see the poll's results.": "Seul le créateur du sondage peut voir les résultats.",
+    "All voters can modify any vote": "Tous les sondés peuvent modifier tous les votes",
+    "Voters can modify their vote themselves": "Chaque sondé peut modifier son propre vote",
+    "To receive an email for each new vote": "Recevoir un courriel à chaque participation d'un sondé",
+    "To receive an email for each new comment": "Recevoir un courriel à chaque commentaire",
+    "Only the poll maker can see the poll's results": "Seul le créateur du sondage peut voir les résultats",
     "Go to step 2": "Aller à l'étape 2"
   },
   "Step 2": {
diff --git a/locale/it.json b/locale/it.json
index fa3d0d62..8d4b49b5 100644
--- a/locale/it.json
+++ b/locale/it.json
@@ -200,11 +200,11 @@
     "Required fields cannot be left blank.": "Riempire i campi obbligatori, segnati con *.",
     "Poll title": "Titolo del sondaggio",
     "Votes cannot be modified.": "No voto non può essere modificato",
-    "All voters can modify any vote.": "Tutti i sondaggi possono cambiare tutti i voti",
-    "Voters can modify their vote themselves.": "I partecipanti possono modificare il loro voto in autonomia.",
-    "To receive an email for each new vote.": "Per ricevere un'email per ogni voto nuovo",
-    "To receive an email for each new comment.": "Ricevi una e-mail ogni commento.",
-    "Only the poll maker can see the poll's results.": "Solo il creatore sondaggio possono vedere i risultati.",
+    "All voters can modify any vote": "Tutti i sondaggi possono cambiare tutti i voti",
+    "Voters can modify their vote themselves": "I partecipanti possono modificare il loro voto in autonomia",
+    "To receive an email for each new vote": "Per ricevere un'email per ogni voto nuovo",
+    "To receive an email for each new comment": "Ricevi una e-mail ogni commento",
+    "Only the poll maker can see the poll's results": "Solo il creatore sondaggio possono vedere i risultati",
     "Go to step 2": "Andare al punto 2"
   },
   "Step 2": {
diff --git a/tpl/create_poll.tpl b/tpl/create_poll.tpl
index 2aad0bfc..c064dbf7 100644
--- a/tpl/create_poll.tpl
+++ b/tpl/create_poll.tpl
@@ -102,11 +102,11 @@
                             </label>
                             <label>
                                 <input type="radio" name="editable" id="editableByAll" {if $poll_editable==constant("Framadate\Editable::EDITABLE_BY_ALL")}checked{/if} value="{constant("Framadate\Editable::EDITABLE_BY_ALL")}">
-                                {__('Step 1', 'All voters can modify any vote.')}
+                                {__('Step 1', 'All voters can modify any vote')}
                             </label>
                             <label>
                                 <input type="radio" name="editable" {if $poll_editable==constant("Framadate\Editable::EDITABLE_BY_OWN")}checked{/if} value="{constant("Framadate\Editable::EDITABLE_BY_OWN")}">
-                                {__('Step 1', 'Voters can modify their vote themselves.')}
+                                {__('Step 1', 'Voters can modify their vote themselves')}
                             </label>
                         </div>
                     </div>
@@ -120,7 +120,7 @@
                                 <label>
                                     <input type="checkbox" name="receiveNewVotes" {if $poll_receiveNewVotes}checked{/if}
                                     id="receiveNewVotes">
-                                    {__('Step 1', 'To receive an email for each new vote.')}
+                                    {__('Step 1', 'To receive an email for each new vote')}
                                 </label>
                             </div>
                         </div>
@@ -131,7 +131,7 @@
                                 <label>
                                     <input type="checkbox" name="receiveNewComments" {if $poll_receiveNewComments}checked{/if}
                                     id="receiveNewComments">
-                                    {__('Step 1', 'To receive an email for each new comment.')}
+                                    {__('Step 1', 'To receive an email for each new comment')}
                                 </label>
                             </div>
                         </div>
@@ -142,12 +142,12 @@
                                 <label>
                                     <input type="checkbox" name="hidden" {if $poll_hidden}checked{/if}
                                     id="hidden">
-                                    {__('Step 1', "Only the poll maker can see the poll's results.")}
+                                    {__('Step 1', 'Only the poll maker can see the poll\'s results')}
                                 </label>
                             </div>
                             <div id="hiddenWithBadEditionModeError" class="alert alert-danger hidden">
                                 <p>
-                                    {__('Error', "You can't create a poll with hidden results with the following edition option:")}"{__('Step 1', 'All voters can modify any vote.')}"
+                                    {__('Error', 'You can\'t create a poll with hidden results with the following edition option:')}"{__('Step 1', 'All voters can modify any vote')}"
                                 </p>
                             </div>
                         </div>
-- 
GitLab