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_source = DB::select('SELECT `id`, `name` FROM `AngelTypes` ORDER BY `name`');
|
||||||
$angel_types = [
|
$angel_types = [
|
||||||
'' => __('Alle')
|
'' => __('All')
|
||||||
];
|
];
|
||||||
foreach ($angel_types_source as $angel_type) {
|
foreach ($angel_types_source as $angel_type) {
|
||||||
$angel_types[$angel_type['id']] = $angel_type['name'];
|
$angel_types[$angel_type['id']] = $angel_type['name'];
|
||||||
|
|
|
@ -812,6 +812,9 @@ msgstr "Genug"
|
||||||
msgid "All users"
|
msgid "All users"
|
||||||
msgstr "Alle Benutzer"
|
msgstr "Alle Benutzer"
|
||||||
|
|
||||||
|
msgid "All"
|
||||||
|
msgstr "Alle"
|
||||||
|
|
||||||
#: includes/helper/email_helper.php:50
|
#: includes/helper/email_helper.php:50
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "User %s could not be notified by email due to an error."
|
msgid "User %s could not be notified by email due to an error."
|
||||||
|
|
Loading…
Reference in New Issue