Fix missing key
This commit is contained in:
parent
c6f3b9b527
commit
310aa596cc
@ -250,7 +250,7 @@ if (!empty($_GET['delete_vote'])) {
|
|||||||
if ($vote_id && $adminPollService->deleteVote($poll_id, $vote_id)) {
|
if ($vote_id && $adminPollService->deleteVote($poll_id, $vote_id)) {
|
||||||
$message = new Message('success', __('adminstuds', 'Vote deleted'));
|
$message = new Message('success', __('adminstuds', 'Vote deleted'));
|
||||||
} else {
|
} else {
|
||||||
$message = new Message('danger', __('Error', 'Failed to delete the vote'));
|
$message = new Message('danger', __('Error', 'Failed to delete the vote!'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -328,6 +328,7 @@
|
|||||||
"The name you've chosen already exist in this poll!": "Der von Ihnen eingegebenen Name existiert schon in dieser Umfrage",
|
"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!",
|
"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 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\".",
|
"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",
|
"Failed to save poll": "Speichern der Umfrage fehlgeschlagen",
|
||||||
"Update vote failed": "Aktualisierung der Wertung fehlgeschlagen",
|
"Update vote failed": "Aktualisierung der Wertung fehlgeschlagen",
|
||||||
|
@ -328,6 +328,7 @@
|
|||||||
"The name you've chosen already exist in this poll!": "The name you've chosen already exists in this poll!",
|
"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!",
|
"Enter a name and a comment!": "Enter a name and a comment!",
|
||||||
"Failed to insert the comment!": "Failed to insert the 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.",
|
"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",
|
"Failed to save poll": "Failed to save poll",
|
||||||
"Update vote failed": "Update vote failed",
|
"Update vote failed": "Update vote failed",
|
||||||
|
@ -328,6 +328,7 @@
|
|||||||
"The name you've chosen already exist in this poll!": "El nombre entrado existe ya!",
|
"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!",
|
"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 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.",
|
"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",
|
"Failed to save poll": "ES_Echec de la sauvegarde du sondage",
|
||||||
"Update vote failed": "ES_Mise à jour du vote échoué",
|
"Update vote failed": "ES_Mise à jour du vote échoué",
|
||||||
|
@ -343,6 +343,7 @@
|
|||||||
"The name you've chosen already exist in this poll!": "Le nom que vous avez choisi existe déjà !",
|
"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 !",
|
"Enter a name and a comment!": "Merci de remplir les deux champs !",
|
||||||
"Failed to insert the comment!": "Échec à l'insertion du commentaire !",
|
"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.",
|
"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",
|
"Failed to save poll": "Echec de la sauvegarde du sondage",
|
||||||
"Update vote failed": "Mise à jour du vote échoué",
|
"Update vote failed": "Mise à jour du vote échoué",
|
||||||
|
@ -328,6 +328,7 @@
|
|||||||
"The name you've chosen already exist in this poll!": "Il nome che avete scelto esiste già !",
|
"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!",
|
"Enter a name and a comment!": "Inserire un nome e un commento!",
|
||||||
"Failed to insert the comment!": "Errore nell'inserimento del 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.",
|
"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",
|
"Failed to save poll": "Errore nel salvataggio del sondaggio",
|
||||||
"Update vote failed": "Aggiornamento del voto fallito",
|
"Update vote failed": "Aggiornamento del voto fallito",
|
||||||
|
Loading…
Reference in New Issue
Block a user