small improvement on admin free translation
This commit is contained in:
parent
6d2b36a746
commit
6fc3b62a74
|
@ -26,7 +26,7 @@ function admin_free()
|
|||
|
||||
$angel_types_source = DB::select('SELECT `id`, `name` FROM `AngelTypes` ORDER BY `name`');
|
||||
$angel_types = [
|
||||
'' => __('Alle')
|
||||
'' => __('All')
|
||||
];
|
||||
foreach ($angel_types_source as $angel_type) {
|
||||
$angel_types[$angel_type['id']] = $angel_type['name'];
|
||||
|
|
|
@ -812,6 +812,9 @@ msgstr "Genug"
|
|||
msgid "All users"
|
||||
msgstr "Alle Benutzer"
|
||||
|
||||
msgid "All"
|
||||
msgstr "Alle"
|
||||
|
||||
#: includes/helper/email_helper.php:50
|
||||
#, php-format
|
||||
msgid "User %s could not be notified by email due to an error."
|
||||
|
|
Loading…
Reference in New Issue