From 310aa596cccaecb0b601df81fcd904330c6c4466 Mon Sep 17 00:00:00 2001 From: Olivier PEREZ Date: Tue, 8 Dec 2015 00:19:17 +0100 Subject: [PATCH] Fix missing key --- adminstuds.php | 2 +- locale/de.json | 1 + locale/en.json | 1 + locale/es.json | 1 + locale/fr.json | 1 + locale/it.json | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/adminstuds.php b/adminstuds.php index d09b218..871812b 100644 --- a/adminstuds.php +++ b/adminstuds.php @@ -250,7 +250,7 @@ if (!empty($_GET['delete_vote'])) { if ($vote_id && $adminPollService->deleteVote($poll_id, $vote_id)) { $message = new Message('success', __('adminstuds', 'Vote deleted')); } else { - $message = new Message('danger', __('Error', 'Failed to delete the vote')); + $message = new Message('danger', __('Error', 'Failed to delete the vote!')); } } diff --git a/locale/de.json b/locale/de.json index 0096ec0..e3f0b07 100644 --- a/locale/de.json +++ b/locale/de.json @@ -328,6 +328,7 @@ "The name you've chosen already exist in this poll!": "Der von Ihnen eingegebenen Name existiert schon in dieser Umfrage", "Enter a name and a comment!": "Geben Sie einen Namen und ein Kommentar ein!", "Failed to insert the comment!": "Einfügen des Kommentars gescheitert!", + "Failed to delete the vote!": "DE_Échec de la suppression du vote !", "Framadate is not properly installed, please check the \"INSTALL\" to setup the database before continuing.": "Framadate ist nicht richtig installiert. Bevor Sie fortfahren, beachten Sie bitte die Angaben zum Aufsetzen der Datenbank in \"INSTALL\".", "Failed to save poll": "Speichern der Umfrage fehlgeschlagen", "Update vote failed": "Aktualisierung der Wertung fehlgeschlagen", diff --git a/locale/en.json b/locale/en.json index 756caa6..d70604d 100644 --- a/locale/en.json +++ b/locale/en.json @@ -328,6 +328,7 @@ "The name you've chosen already exist in this poll!": "The name you've chosen already exists in this poll!", "Enter a name and a comment!": "Enter a name and a comment!", "Failed to insert the comment!": "Failed to insert the comment!", + "Failed to delete the vote!": "Failed to delete the vote!", "Framadate is not properly installed, please check the \"INSTALL\" to setup the database before continuing.": "Framadate is not properly installed, please see the 'INSTALL' file for instructions on setting up the database before continuing.", "Failed to save poll": "Failed to save poll", "Update vote failed": "Update vote failed", diff --git a/locale/es.json b/locale/es.json index 36ab06c..e6fed3f 100644 --- a/locale/es.json +++ b/locale/es.json @@ -328,6 +328,7 @@ "The name you've chosen already exist in this poll!": "El nombre entrado existe ya!", "Enter a name and a comment!": "Introduzca su nombre y un comentario!", "Failed to insert the comment!": "ES_Échec à l'insertion du commentaire !", + "Failed to delete the vote!": "ES_Échec de la suppression du vote !", "Framadate is not properly installed, please check the \"INSTALL\" to setup the database before continuing.": "ES_Framadate n'est pas installé correctement, lisez le fichier INSTALL pour configurer la base de données avant de continuer.", "Failed to save poll": "ES_Echec de la sauvegarde du sondage", "Update vote failed": "ES_Mise à jour du vote échoué", diff --git a/locale/fr.json b/locale/fr.json index 57a20ad..4a5ce6c 100644 --- a/locale/fr.json +++ b/locale/fr.json @@ -343,6 +343,7 @@ "The name you've chosen already exist in this poll!": "Le nom que vous avez choisi existe déjà !", "Enter a name and a comment!": "Merci de remplir les deux champs !", "Failed to insert the comment!": "Échec à l'insertion du commentaire !", + "Failed to delete the vote!": "Échec de la suppression du vote !", "Framadate is not properly installed, please check the \"INSTALL\" to setup the database before continuing.": "Framadate n'est pas installé correctement, lisez le fichier INSTALL pour configurer la base de données avant de continuer.", "Failed to save poll": "Echec de la sauvegarde du sondage", "Update vote failed": "Mise à jour du vote échoué", diff --git a/locale/it.json b/locale/it.json index 573665a..a34bc4e 100644 --- a/locale/it.json +++ b/locale/it.json @@ -328,6 +328,7 @@ "The name you've chosen already exist in this poll!": "Il nome che avete scelto esiste già !", "Enter a name and a comment!": "Inserire un nome e un commento!", "Failed to insert the comment!": "Errore nell'inserimento del commento !", + "Failed to delete the vote!": "IT_Échec de la suppression du vote !", "Framadate is not properly installed, please check the \"INSTALL\" to setup the database before continuing.": "Framadate non è installato correttamente, leggete la cartella INSTALL per configurare il database prima di continuare.", "Failed to save poll": "Errore nel salvataggio del sondaggio", "Update vote failed": "Aggiornamento del voto fallito",