Fix missing key
This commit is contained in:
parent
d14a7ec35d
commit
f5c4ddddbe
@ -328,7 +328,7 @@ if (!empty($_GET['delete_column'])) {
|
||||
}
|
||||
|
||||
if ($result) {
|
||||
$message = new Message('success', __('adminstuds', 'Column deleted'));
|
||||
$message = new Message('success', __('adminstuds', 'Column removed'));
|
||||
} else {
|
||||
$message = new Message('danger', __('Error', 'Failed to delete the column'));
|
||||
}
|
||||
|
@ -178,6 +178,7 @@
|
||||
"Back to the poll": "Zurück zur Umfrage",
|
||||
"Add a column": "Spalte hinzufügen",
|
||||
"Remove the column": "Spalte entfernen",
|
||||
"Column removed": "Säule entfernt",
|
||||
"Choice added": "Auswahl aufgenommen",
|
||||
"Confirm removal of all votes of the poll": "Entfernung aller Stimmen der Umfrage bestätigen",
|
||||
"Keep the votes": "Halten Sie die Stimmen",
|
||||
|
@ -178,6 +178,7 @@
|
||||
"Back to the poll": "Back to the poll",
|
||||
"Add a column": "Add a column",
|
||||
"Remove the column": "Remove the column",
|
||||
"Column removed": "Column deleted",
|
||||
"Choice added": "Choice added",
|
||||
"Confirm removal of all votes of the poll": "Confirm removal of all votes of the poll",
|
||||
"Keep the votes": "Keep the votes",
|
||||
|
@ -178,6 +178,7 @@
|
||||
"Back to the poll": "ES_Retour au sondage",
|
||||
"Add a column": "ES_Ajouter une colonne",
|
||||
"Remove the column": "ES_Effacer la colonne",
|
||||
"Column removed": "ES_Colonne supprimée",
|
||||
"Choice added": "ES_Choix ajouté",
|
||||
"Confirm removal of all votes of the poll": "ES_Confirmer la suppression de tous les votes de ce sondage",
|
||||
"Keep the votes": "ES_Garder les votes",
|
||||
|
@ -178,6 +178,7 @@
|
||||
"Back to the poll": "Retour au sondage",
|
||||
"Add a column": "Ajouter une colonne",
|
||||
"Remove the column": "Effacer la colonne",
|
||||
"Column removed": "Colonne supprimée",
|
||||
"Choice added": "Choix ajouté",
|
||||
"Confirm removal of all votes of the poll": "Confirmer la suppression de tous les votes de ce sondage",
|
||||
"Keep the votes": "Garder les votes",
|
||||
|
Loading…
Reference in New Issue
Block a user