Some fix for langs

This commit is contained in:
Olivier Perez [a570709] 2015-09-14 17:37:15 +02:00
parent 24a7fb7df2
commit 43e42b6111
4 changed files with 24 additions and 12 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}