diff options
Diffstat (limited to 'apps/theming/l10n/en_GB.js')
-rw-r--r-- | apps/theming/l10n/en_GB.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/theming/l10n/en_GB.js b/apps/theming/l10n/en_GB.js index e6115185166..8bdab2cba91 100644 --- a/apps/theming/l10n/en_GB.js +++ b/apps/theming/l10n/en_GB.js @@ -9,6 +9,7 @@ OC.L10N.register( "The given name is too long" : "The given name is too long", "The given web address is too long" : "The given web address is too long", "The given legal notice address is too long" : "The given legal notice address is too long", + "The given privacy policy address is too long" : "The given privacy policy address is too long", "The given slogan is too long" : "The given slogan is too long", "The given color is invalid" : "The given colour is invalid", "The file was uploaded" : "The file was uploaded", @@ -24,6 +25,8 @@ OC.L10N.register( "You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.", "Theming" : "Theming", "Legal notice" : "Legal notice", + "Privacy policy" : "Privacy policy", + "Adjust the Nextcloud theme" : "Adjust the Nextcloud theme", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming makes it possible to easily customise the look and feel of your instance and supported clients. This will be visible for all users.", "Name" : "Name", "Reset to default" : "Reset to default", @@ -38,6 +41,7 @@ OC.L10N.register( "Remove background image" : "Remove background image", "Advanced options" : "Advanced options", "Legal notice link" : "Legal notice link", + "Privacy policy link" : "Privacy policy link", "Header logo" : "Header logo", "Upload new header logo" : "Upload new header logo", "Favicon" : "Favicon", |