1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-01-10 11:07:42 +00:00
nextcloud-breeze-dark/l10n/en_GB.js
Nextcloud bot 64255557f3
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-07 03:25:33 +00:00

24 lines
5.9 KiB
JavaScript

OC.L10N.register(
"breezedark",
{
"Saved" : "Saved",
"Error" : "Error",
"Breeze Dark" : "Breeze Dark",
"Breeze Dark theme for Nextcloud, based on the theme by KDE" : "Breeze Dark theme for Nextcloud, based on the theme by KDE",
"# Breeze Dark\nThis is a breeze dark theme for Nextcloud, based on the Breeze Dark theme made by the KDE Project.\n\n## Usage\n\nAfter you install the theme, you need to enable it. There are two options for this, a global and a personal one.\n\n### Global\n\nWith the global options you can enforce the use of the theme for all users as well as unauthenticated visits. Please note that when the theme is enforced for all users it isn't possible for them to disable the theme or choose a different theme.\n\nThere is also an option to let the theme be enabled / disabled based on the theming preferences reported by browser. When the theme is deactivated using this method, Nextcloud will revert to using the default light theme. This setting only sets the default for when the theme is globally enforced and can be overridden by the user.\n\nYou can also choose whether the login page should be themed. Though this only has an effect if the theme is enforced globally, or during the login phase of a user that has the theme enabled.\n\nYou can find the global options here:\n\n```\nSettings > Administration > Theming > Breeze Dark\n```\n\n### Personal\n\nThe personal option allows each user to enable / disable the theme unless it's being enforced by the global options. They can though choose whether the theme should follow the theming choice reported by the browser. This option is also available when the theme is being enforced globally. If the user hasn't set a preference they will follow the global default. You can find the personal option here:\n\n```\nSettings > Personal > Appearance and accessibility > Breeze Dark\n```\n\n### Custom styling\n\nUnder the Theming section in the admin settings you can add your own custom styling to the theme. Only standard CSS can be used. This custom styling will be applied whenever the theme is enabled and only affects the Breeze Dark theme." : "# Breeze Dark\nThis is a breeze dark theme for Nextcloud, based on the Breeze Dark theme made by the KDE Project.\n\n## Usage\n\nAfter you install the theme, you need to enable it. There are two options for this, a global and a personal one.\n\n### Global\n\nWith the global options you can enforce the use of the theme for all users as well as unauthenticated visits. Please note that when the theme is enforced for all users it isn't possible for them to disable the theme or choose a different theme.\n\nThere is also an option to let the theme be enabled / disabled based on the theming preferences reported by browser. When the theme is deactivated using this method, Nextcloud will revert to using the default light theme. This setting only sets the default for when the theme is globally enforced and can be overridden by the user.\n\nYou can also choose whether the login page should be themed. Though this only has an effect if the theme is enforced globally, or during the login phase of a user that has the theme enabled.\n\nYou can find the global options here:\n\n```\nSettings > Administration > Theming > Breeze Dark\n```\n\n### Personal\n\nThe personal option allows each user to enable / disable the theme unless it's being enforced by the global options. They can though choose whether the theme should follow the theming choice reported by the browser. This option is also available when the theme is being enforced globally. If the user hasn't set a prefernece they will follow the global default. You can find the personal option here:\n\n```\nSettings > Personal > Appearance and accessibility > Breeze Dark\n```\n\n### Custom styling\n\nUnder the Theming section in the admin settings you can add your own custom styling to the theme. Only standard CSS can be used. This custom styling will be applied whenever the theme is enabled and only affects the Breeze Dark theme.",
"A Dark theme based on Breeze Dark by the KDE project. Please refresh the page for changes to take effect." : "A dark theme based on Breeze Dark by the KDE project. Please refresh the page for changes to take effect.",
"This setting will enforce the usage of this theme. Please note, this will prevent users from disabling or choosing a different theme." : "This setting will enforce the usage of this theme. Please note, this will prevent users from disabling or choosing a different theme.",
"Enforce use of the Breeze Dark theme" : "Enforce use of the Breeze Dark theme",
"This setting will enable the automated activation by the clients system settings by default, for any unauthenticated users and users who have not set a preference." : "This setting will enable the automated activation by the clients system settings by default, for any unauthenticated users and users who have not set a preference.",
"Enable Breeze Dark automated activation by the clients system settings by default" : "Enable Breeze Dark automated activation by the clients system settings by default",
"This setting will allow you to choose if the login page should be themed. This only has an effect if the theme is enforced or during the login process for a user that has the theme enabled." : "This setting will allow you to choose if the login page is themed or not. This will only take effect if the theme is enforced or for a user who has the theme enabled during login.",
"Theme the login page" : "Theme the login page",
"Custom Styling" : "Custom styling",
"Insert custom styling here …" : "Insert custom styling here …",
"Save" : "Save",
"A Breeze Dark theme for Nextcloud." : "A Breeze Dark theme for Nextcloud.",
"Breeze Dark theme" : "Breeze Dark theme",
"Enable Breeze Dark theme" : "Enable Breeze Dark theme",
"Enable Breeze Dark automated activation by clients system settings" : "Enable Breeze Dark automated activation by clients system settings"
},
"nplurals=2; plural=(n != 1);");