diff --git a/locale/de.json b/locale/de.json index 7e87f94..68eddfb 100644 --- a/locale/de.json +++ b/locale/de.json @@ -136,7 +136,7 @@ }, "Poll results": { "Votes of the poll": "Stimmabgaben zur Umfrage", - "Edit the line:": "Zeile bearbeiten:", + "Edit the line: %s": "Zeile bearbeiten: %s", "Remove the line:": "Zeile entfernen:", "Vote no for": "Nein-Stimmen für", "Vote yes for": "Ja-Stimmen für", diff --git a/locale/en.json b/locale/en.json index 4089434..6933b10 100644 --- a/locale/en.json +++ b/locale/en.json @@ -136,7 +136,7 @@ }, "Poll results": { "Votes of the poll": "Votes", - "Edit the line:": "Edit line:", + "Edit the line: %s": "Edit line: %s", "Remove the line:": "Remove line:", "Vote no for": "Vote \"no\" for", "Vote yes for": "Vote \"yes\" for", diff --git a/locale/es.json b/locale/es.json index a8c10da..9ba8c41 100644 --- a/locale/es.json +++ b/locale/es.json @@ -139,7 +139,7 @@ }, "Poll results": { "Votes of the poll": "Votos de la encuesta", - "Edit the line:": "Modificar la fila:", + "Edit the line: %s": "Modificar la fila: %s", "Remove the line:": "Borrar la fila:", "Vote no for": "Votar « no » para", "Vote yes for": "Votar « si » para", diff --git a/locale/fr.json b/locale/fr.json index 5529363..10dbc47 100644 --- a/locale/fr.json +++ b/locale/fr.json @@ -136,7 +136,7 @@ }, "Poll results": { "Votes of the poll": "Votes du sondage", - "Edit the line:": "Modifier la ligne :", + "Edit the line: %s": "Modifier la ligne : %s", "Remove the line:": "Supprimer la ligne :", "Vote no for": "Voter « non » pour", "Vote yes for": "Voter « oui » pour", diff --git a/locale/it.json b/locale/it.json index f978591..408d5b7 100644 --- a/locale/it.json +++ b/locale/it.json @@ -136,7 +136,7 @@ }, "Poll results": { "Votes of the poll": "Voti del sondaggio ", - "Edit the line:": "Modificare la riga :", + "Edit the line: %s": "Modificare la riga : %s", "Remove the line:": "Eliminare la riga :", "Vote no for": "Scegliere \"no\" per", "Vote yes for": "Scegliere \"sì\" per", diff --git a/locale/oc.json b/locale/oc.json index 87686f4..b7bcc6d 100644 --- a/locale/oc.json +++ b/locale/oc.json @@ -134,7 +134,7 @@ }, "Poll results": { "Votes of the poll": "Vòtes del sondatge", - "Edit the line:": "Modificar la linha :", + "Edit the line: %s": "Modificar la linha : %s", "Remove the line:": "Suprimir la linha :", "Vote no for": "Votar « non » per", "Vote yes for": "Votar « òc » per", diff --git a/studs.php b/studs.php index cbe1b56..d2048c4 100644 --- a/studs.php +++ b/studs.php @@ -196,7 +196,7 @@ function getMessageForOwnVoteEditableVote(SessionService &$sessionService, Smart 'success', __('studs', 'Your vote has been registered successfully, but be careful: regarding this poll options, you need to keep this personal link to edit your own vote:'), $urlEditVote, - __('Poll results', 'Edit the line:').' '.$name, + __f('Poll results', 'Edit the line: %s', $name), 'glyphicon-pencil'); if ($canUseSMTP) { $token = new Token(); diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index 8ae53e6..edcbd60 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -110,7 +110,7 @@ }