diff options
Diffstat (limited to 'apps/theming/l10n/en_GB.js')
-rw-r--r-- | apps/theming/l10n/en_GB.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/theming/l10n/en_GB.js b/apps/theming/l10n/en_GB.js index 8f5e86e80de..42965d1c575 100644 --- a/apps/theming/l10n/en_GB.js +++ b/apps/theming/l10n/en_GB.js @@ -12,6 +12,9 @@ OC.L10N.register( "The given color is invalid" : "The given colour is invalid", "Disable-user-theming should be true or false" : "Disable-user-theming should be true or false", "Saved" : "Saved", + "Invalid app given" : "Invalid app given", + "Invalid type for setting \"defaultApp\" given" : "Invalid type for setting \"defaultApp\" given", + "Invalid setting key" : "Invalid setting key", "The file was uploaded" : "The file was uploaded", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", @@ -86,6 +89,19 @@ OC.L10N.register( "Select background" : "Select background", "No background has been selected" : "No background has been selected", "Theme selection is enforced" : "Theme selection is enforced", + "Navigation bar settings" : "Navigation bar settings", + "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo.", + "The default app can not be changed because it was configured by the administrator." : "The default app can not be changed because it was configured by the administrator.", + "The app order was changed, to see it in action you have to reload the page." : "The app order was changed, to see it in action you have to reload the page.", + "Could not set the app order" : "Could not set the app order", + "Default app" : "Default app", + "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked.", + "Use custom default app" : "Use custom default app", + "Global default app" : "Global default app", + "Global default apps" : "Global default apps", + "Default app priority" : "Default app priority", + "If an app is not enabled for a user, the next app with lower priority is used." : "If an app is not enabled for a user, the next app with lower priority is used.", + "Could not set global default apps" : "Could not set global default apps", "Select a custom color" : "Select a custom colour", "Reset to default" : "Reset to default", "Upload" : "Upload", |