diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-08-14 02:14:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-08-14 02:14:58 +0000 |
commit | d60bd936410c7b022dfc2b95a30c0276dc8dfdb3 (patch) | |
tree | 85190e523db3becc802df30b5b4c2bf2707098ca /apps/theming | |
parent | 34868f09644b4b63559d1d9ce072dbed7802c620 (diff) | |
download | nextcloud-server-d60bd936410c7b022dfc2b95a30c0276dc8dfdb3.tar.gz nextcloud-server-d60bd936410c7b022dfc2b95a30c0276dc8dfdb3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/l10n/ca.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/ca.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/theming/l10n/ca.js b/apps/theming/l10n/ca.js index 7e21368f04a..eb997e79df2 100644 --- a/apps/theming/l10n/ca.js +++ b/apps/theming/l10n/ca.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "El nom del fitxer no pot estar buit", "The given name is too long" : "El nom introduït és massa llarg", "The given web address is too long" : "L'adreça web proporcionada és massa llarga", + "The given web address is not a valid URL" : "L'adreça web no és una URL vàlida", "The given legal notice address is too long" : "L'adreça d'avís legal és massa llarga", + "The given legal notice address is not a valid URL" : "L'adreça proporcionada per notificacions no és una URL vàlida", "The given privacy policy address is too long" : "L'adreça de política de privadesa és massa llarga", + "The given privacy policy address is not a valid URL" : "L'adreça proporcionada per a la política de privacitat no és una URL vàlida", "The given slogan is too long" : "L'eslògan proporcionat és massa llarg", "The given color is invalid" : "El color proporcionat no és vàlid", "The file was uploaded" : "S'ha carregat el fitxer", diff --git a/apps/theming/l10n/ca.json b/apps/theming/l10n/ca.json index 9a30ffd7c9c..3b837ee8595 100644 --- a/apps/theming/l10n/ca.json +++ b/apps/theming/l10n/ca.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "El nom del fitxer no pot estar buit", "The given name is too long" : "El nom introduït és massa llarg", "The given web address is too long" : "L'adreça web proporcionada és massa llarga", + "The given web address is not a valid URL" : "L'adreça web no és una URL vàlida", "The given legal notice address is too long" : "L'adreça d'avís legal és massa llarga", + "The given legal notice address is not a valid URL" : "L'adreça proporcionada per notificacions no és una URL vàlida", "The given privacy policy address is too long" : "L'adreça de política de privadesa és massa llarga", + "The given privacy policy address is not a valid URL" : "L'adreça proporcionada per a la política de privacitat no és una URL vàlida", "The given slogan is too long" : "L'eslògan proporcionat és massa llarg", "The given color is invalid" : "El color proporcionat no és vàlid", "The file was uploaded" : "S'ha carregat el fitxer", |