From 43e42b6111e718aa4b15c8d6c7cc56c8107d2db5 Mon Sep 17 00:00:00 2001 From: "Olivier Perez [a570709]" Date: Mon, 14 Sep 2015 17:37:15 +0200 Subject: [PATCH] Some fix for langs --- locale/de.json | 11 +++++++---- locale/en.json | 9 ++++++--- locale/es.json | 9 ++++++--- locale/it.json | 7 +++++-- 4 files changed, 24 insertions(+), 12 deletions(-) diff --git a/locale/de.json b/locale/de.json index a6d180d..58e8f8d 100644 --- a/locale/de.json +++ b/locale/de.json @@ -36,7 +36,8 @@ "Choice": "Wahl", "Link": "Link", "Search": "Suche", - "Creation date:": "Erstellungsdatum:" + "Creation date:": "Erstellungsdatum:", + "ASTERISK": "*" }, "Date": { "dd/mm/yyyy": "jj/mm/aaaa", @@ -125,7 +126,7 @@ "Results are visible.": "Ergebnisse sind sichtbar." }, "Poll results": { - "Votes of the poll": "Abstimmungen der Umfrage ", + "Votes of the poll": "Abstimmungen der Umfrage", "Edit the line:": "Zeile bearbeiten:", "Remove the line:": "Zeile entfernen:", "Vote no for": "Nein stimmen für", @@ -138,7 +139,7 @@ "The best choice at this time is:": "Die beste Option ist derzeit:", "The bests choices at this time are:": "Die beste Optionen sind derzeit:", "Scroll to the left": "Links scrollen", - "Scroll to the right": "Rechts scrollen" + "Scroll to the right": "Rechts scrollen", "polled user": "DE_votant", "polled users": "DE_votants", "Display the chart of the results": "DE_Afficher le graphique des résultats", @@ -334,6 +335,8 @@ "Adding vote failed": "Adding vote failed", "Comment failed": "Kommentar gescheitert", "You can't create a poll with hidden results with the following edition option:": "Sie können nicht eine Umfrage erstellen mit versteckten Ergebnisse mit der folgenden Ausgabe-Option:", - "Failed to delete column": "Fehler beim Spalte löschen" + "Failed to delete column": "Fehler beim Spalte löschen", + "MISSING_VALUES": "Fehlende Angaben", + "CANT_CONNECT_TO_DATABASE": "Kann nicht zur Datenbank verbinden" } } diff --git a/locale/en.json b/locale/en.json index 2edcb2b..5dd3662 100644 --- a/locale/en.json +++ b/locale/en.json @@ -36,7 +36,8 @@ "Choice": "Choice", "Link": "Link", "Search": "Search", - "Creation date:": "Creation date:" + "Creation date:": "Creation date:", + "ASTERISK": "*" }, "Date" : { "dd/mm/yyyy": "jj/mm/aaaa", @@ -138,7 +139,7 @@ "The best choice at this time is:": "The best choice at this time is:", "The bests choices at this time are:": "The bests choices at this time are:", "Scroll to the left": "Scroll to the left", - "Scroll to the right": "Scroll to the right" + "Scroll to the right": "Scroll to the right", "Display the chart of the results": "Display the chart of the results", "Chart": "Chart" }, @@ -332,6 +333,8 @@ "Adding vote failed": "Adding vote failed", "Comment failed": "Comment failed", "You can't create a poll with hidden results with the following edition option:": "You can't create a poll with hidden results with the following edition option: ", - "Failed to delete column": "Failed to delete column" + "Failed to delete column": "Failed to delete column", + "MISSING_VALUES": "Missing values", + "CANT_CONNECT_TO_DATABASE": "Unable to connect to database" } } diff --git a/locale/es.json b/locale/es.json index 7635590..7c655da 100644 --- a/locale/es.json +++ b/locale/es.json @@ -36,7 +36,8 @@ "Choice": "Opciòn", "Link": "ES_Lien", "Search": "Búsqueda", - "Creation date:": "ES_Date de création :" + "Creation date:": "ES_Date de création :", + "ASTERISK": "*" }, "Date": { "dd/mm/yyyy": "ES_jj/mm/aaaa", @@ -138,7 +139,7 @@ "The best choice at this time is:": "ES_Le meilleur choix pour l'instant est :", "The bests choices at this time are:": "ES_Les meilleurs choix pour l'instant sont :", "Scroll to the left": "ES_Faire défiler à gauche", - "Scroll to the right": "ES_Faire défiler à droite" + "Scroll to the right": "ES_Faire défiler à droite", "polled user": "ES_votant", "polled users": "ES_votants", "Display the chart of the results": "ES_Afficher le graphique des résultats", @@ -334,6 +335,8 @@ "Adding vote failed": "ES_Ajout d'un vote échoué", "Comment failed": "ES_Commentaire échoué", "You can't create a poll with hidden results with the following edition option:": "ES_Vous ne pouvez pas créer de sondage avec résulats cachés avec les options d'éditions suivantes : ", - "Failed to delete column": "Error al eliminar la columna" + "Failed to delete column": "Error al eliminar la columna", + "MISSING_VALUES": "Los valores perdidos", + "CANT_CONNECT_TO_DATABASE": "No se puede conectar a la base de datos" } } diff --git a/locale/it.json b/locale/it.json index 904efa6..5866317 100644 --- a/locale/it.json +++ b/locale/it.json @@ -36,7 +36,8 @@ "Choice": "Scelta", "Link": "Link", "Search": "IT_Chercher", - "Creation date:": "IT_Date de création :" + "Creation date:": "IT_Date de création :", + "ASTERISK": "*" }, "Date": { "dd/mm/yyyy": "gg/mm/aaaa", @@ -334,6 +335,8 @@ "Adding vote failed": "IT_Ajout d'un vote échoué", "Comment failed": "IT_Commentaire échoué", "You can't create a poll with hidden results with the following edition option:": "IT_Vous ne pouvez pas créer de sondage avec résulats cachés avec les options d'éditions suivantes : ", - "Failed to delete column": "Impossibile eliminare colonna" + "Failed to delete column": "Impossibile eliminare colonna", + "MISSING_VALUES": "Valori mancanti", + "CANT_CONNECT_TO_DATABASE": "Impossibile connettersi al database" } }