added admin-account-needed in language
This commit is contained in:
parent
89a71a18da
commit
84ebe6587d
2 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@ return array (
|
|||
'settings.system' => 'System',
|
||||
'settings.appearance' => 'Aussehen',
|
||||
'settings.miscellaneous' => 'Sonstiges',
|
||||
'settings.version' => 'Ausführung',
|
||||
'settings.version' => 'Version',
|
||||
'settings.background_image' => 'Hintergrundbild',
|
||||
'settings.homepage_search' => 'Startseite Sucheingabe',
|
||||
'settings.search_provider' => 'Suchanbieter',
|
||||
|
@ -45,6 +45,7 @@ return array (
|
|||
'apps.username' => 'Benutzername',
|
||||
'apps.password' => 'Passwort',
|
||||
'apps.config' => 'Konfiguration',
|
||||
'apps.only_admin_account' => 'Nur mit Admin-Konto!',
|
||||
'url' => 'URL',
|
||||
'title' => 'Titel',
|
||||
'delete' => 'Löschen',
|
||||
|
|
|
@ -79,6 +79,7 @@ return [
|
|||
'apps.override' => 'If different to main url',
|
||||
'apps.preview' => 'Preview',
|
||||
'apps.apptype' => 'Application Type',
|
||||
'apps.only_admin_account' => 'Only if you have admin-account!',
|
||||
|
||||
'dashboard' => 'Home dashboard',
|
||||
|
||||
|
|
Loading…
Reference in a new issue