diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-26 02:18:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-26 02:18:48 +0000 |
commit | aea31d5dddfe261e51f7462c8a8afdbb0114d1d9 (patch) | |
tree | cbae30eaff7dcd73b7e1aa2aafdde79e5774769f /apps/theming/l10n | |
parent | 82984b5c795113b1749a9bd5536dcce68eb3d280 (diff) | |
download | nextcloud-server-aea31d5dddfe261e51f7462c8a8afdbb0114d1d9.tar.gz nextcloud-server-aea31d5dddfe261e51f7462c8a8afdbb0114d1d9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n')
-rw-r--r-- | apps/theming/l10n/en_GB.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/en_GB.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/theming/l10n/en_GB.js b/apps/theming/l10n/en_GB.js index 56eb8afa880..f75351abf94 100644 --- a/apps/theming/l10n/en_GB.js +++ b/apps/theming/l10n/en_GB.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "Name cannot be empty", "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 web address is not a valid URL" : "The given web address is not a valid URL", "The given legal notice address is too long" : "The given legal notice address is too long", + "The given legal notice address is not a valid URL" : "The given legal notice address is not a valid URL", "The given privacy policy address is too long" : "The given privacy policy address is too long", + "The given privacy policy address is not a valid URL" : "The given privacy policy address is not a valid URL", "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", diff --git a/apps/theming/l10n/en_GB.json b/apps/theming/l10n/en_GB.json index 49ca07a1067..d814ba92d62 100644 --- a/apps/theming/l10n/en_GB.json +++ b/apps/theming/l10n/en_GB.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "Name cannot be empty", "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 web address is not a valid URL" : "The given web address is not a valid URL", "The given legal notice address is too long" : "The given legal notice address is too long", + "The given legal notice address is not a valid URL" : "The given legal notice address is not a valid URL", "The given privacy policy address is too long" : "The given privacy policy address is too long", + "The given privacy policy address is not a valid URL" : "The given privacy policy address is not a valid URL", "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", |