From 67f90cb6826f571937c3120979508b13fa644448 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 2 Aug 2019 02:14:30 +0000 Subject: [tx-robot] updated from transifex --- apps/theming/l10n/ca.js | 8 ++++---- apps/theming/l10n/ca.json | 8 ++++---- apps/theming/l10n/cs.js | 1 + apps/theming/l10n/cs.json | 1 + apps/theming/l10n/de.js | 3 +++ apps/theming/l10n/de.json | 3 +++ apps/theming/l10n/de_DE.js | 3 +++ apps/theming/l10n/de_DE.json | 3 +++ apps/theming/l10n/fr.js | 3 +++ apps/theming/l10n/fr.json | 3 +++ apps/theming/l10n/gl.js | 3 +++ apps/theming/l10n/gl.json | 3 +++ apps/theming/l10n/it.js | 3 +++ apps/theming/l10n/it.json | 3 +++ apps/theming/l10n/ja.js | 5 ++++- apps/theming/l10n/ja.json | 5 ++++- apps/theming/l10n/pl.js | 3 +++ apps/theming/l10n/pl.json | 3 +++ apps/theming/l10n/pt_BR.js | 3 +++ apps/theming/l10n/pt_BR.json | 3 +++ apps/theming/l10n/tr.js | 3 +++ apps/theming/l10n/tr.json | 3 +++ 22 files changed, 66 insertions(+), 10 deletions(-) (limited to 'apps/theming/l10n') diff --git a/apps/theming/l10n/ca.js b/apps/theming/l10n/ca.js index 7e26e6a9c0d..7e21368f04a 100644 --- a/apps/theming/l10n/ca.js +++ b/apps/theming/l10n/ca.js @@ -1,7 +1,7 @@ OC.L10N.register( "theming", { - "Loading preview…" : "S'està carregant la vista prèvia ...", + "Loading preview…" : "S'està carregant la previsualització...", "Saved" : "Desat", "Admin" : "Administrador", "a safe home for all your data" : "un lloc segur per a les vostres dades", @@ -39,13 +39,13 @@ OC.L10N.register( "Login image" : "Imatge d'inici de sessió", "Upload new login background" : "Carrega un nou fons d'inici de sessió", "Remove background image" : "Suprimeix la imatge de fons", - "Advanced options" : "Opcions avançades", + "Advanced options" : "Paràmetres avançats", "Legal notice link" : "Enllaç a l'avís legal", "Privacy policy link" : "Enllaç a la política de privadesa", "Header logo" : "Logotip de capçalera", "Upload new header logo" : "Carrega un nou logotip de capçalera", - "Favicon" : "Favicon", + "Favicon" : "Icona de web", "Upload new favicon" : "Carrega un nou favicon", - "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·la l'extensió Imagemagick per al PHP i es generarà automàticament un favicon a partir del logo i del color del tema." + "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·leu l'extensió PHP de l'ImageMagick compatible amb imatges SVG per generar automàticament una icona de web a partir del logotip pujat i del color." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/ca.json b/apps/theming/l10n/ca.json index 4409f1e6a17..9a30ffd7c9c 100644 --- a/apps/theming/l10n/ca.json +++ b/apps/theming/l10n/ca.json @@ -1,5 +1,5 @@ { "translations": { - "Loading preview…" : "S'està carregant la vista prèvia ...", + "Loading preview…" : "S'està carregant la previsualització...", "Saved" : "Desat", "Admin" : "Administrador", "a safe home for all your data" : "un lloc segur per a les vostres dades", @@ -37,13 +37,13 @@ "Login image" : "Imatge d'inici de sessió", "Upload new login background" : "Carrega un nou fons d'inici de sessió", "Remove background image" : "Suprimeix la imatge de fons", - "Advanced options" : "Opcions avançades", + "Advanced options" : "Paràmetres avançats", "Legal notice link" : "Enllaç a l'avís legal", "Privacy policy link" : "Enllaç a la política de privadesa", "Header logo" : "Logotip de capçalera", "Upload new header logo" : "Carrega un nou logotip de capçalera", - "Favicon" : "Favicon", + "Favicon" : "Icona de web", "Upload new favicon" : "Carrega un nou favicon", - "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·la l'extensió Imagemagick per al PHP i es generarà automàticament un favicon a partir del logo i del color del tema." + "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·leu l'extensió PHP de l'ImageMagick compatible amb imatges SVG per generar automàticament una icona de web a partir del logotip pujat i del color." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/cs.js b/apps/theming/l10n/cs.js index 3aa1f8ccbfe..b6f750cf3f1 100644 --- a/apps/theming/l10n/cs.js +++ b/apps/theming/l10n/cs.js @@ -8,6 +8,7 @@ OC.L10N.register( "Name cannot be empty" : "Je třeba zadat název", "The given name is too long" : "Zadaný název je příliš dlouhý", "The given web address is too long" : "Zadaná webová adresa je příliš dlouhá", + "The given web address is not a valid URL" : "Zadaná webová adresa není platná URL", "The given legal notice address is too long" : "Daná adresa právního upozornění je příliš dlouhá", "The given privacy policy address is too long" : "Daná adresa zásad ochrany osobních údajů je příliš dlouhá", "The given slogan is too long" : "Zadaný slogan je příliš dlouhý", diff --git a/apps/theming/l10n/cs.json b/apps/theming/l10n/cs.json index 72d92b0056f..eb4544cd1e4 100644 --- a/apps/theming/l10n/cs.json +++ b/apps/theming/l10n/cs.json @@ -6,6 +6,7 @@ "Name cannot be empty" : "Je třeba zadat název", "The given name is too long" : "Zadaný název je příliš dlouhý", "The given web address is too long" : "Zadaná webová adresa je příliš dlouhá", + "The given web address is not a valid URL" : "Zadaná webová adresa není platná URL", "The given legal notice address is too long" : "Daná adresa právního upozornění je příliš dlouhá", "The given privacy policy address is too long" : "Daná adresa zásad ochrany osobních údajů je příliš dlouhá", "The given slogan is too long" : "Zadaný slogan je příliš dlouhý", diff --git a/apps/theming/l10n/de.js b/apps/theming/l10n/de.js index 22d1640078b..570e095be4c 100644 --- a/apps/theming/l10n/de.js +++ b/apps/theming/l10n/de.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "Der Name darf nicht leer sein", "The given name is too long" : "Der eingegebene Name ist zu lang", "The given web address is too long" : "Die eingegebene Adresse ist zu lang", + "The given web address is not a valid URL" : "Die eingegebene Web-Adresse ist keine gültige URL", "The given legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang", + "The given legal notice address is not a valid URL" : "Die eingegebene Impressums-Adresse ist keine gültige URL", "The given privacy policy address is too long" : "Die eingegebene Adresse der Datenschutzerklärung ist zu lang", + "The given privacy policy address is not a valid URL" : "Die eingegebene Datenschutz-Adresse ist keine gültige URL", "The given slogan is too long" : "Der eingegebene Slogan ist zu lang", "The given color is invalid" : "Die gewählte Farbe ist ungültig", "The file was uploaded" : "Die Datei wurde hochgeladen", diff --git a/apps/theming/l10n/de.json b/apps/theming/l10n/de.json index 30fecf81cd5..b9c1456411e 100644 --- a/apps/theming/l10n/de.json +++ b/apps/theming/l10n/de.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "Der Name darf nicht leer sein", "The given name is too long" : "Der eingegebene Name ist zu lang", "The given web address is too long" : "Die eingegebene Adresse ist zu lang", + "The given web address is not a valid URL" : "Die eingegebene Web-Adresse ist keine gültige URL", "The given legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang", + "The given legal notice address is not a valid URL" : "Die eingegebene Impressums-Adresse ist keine gültige URL", "The given privacy policy address is too long" : "Die eingegebene Adresse der Datenschutzerklärung ist zu lang", + "The given privacy policy address is not a valid URL" : "Die eingegebene Datenschutz-Adresse ist keine gültige URL", "The given slogan is too long" : "Der eingegebene Slogan ist zu lang", "The given color is invalid" : "Die gewählte Farbe ist ungültig", "The file was uploaded" : "Die Datei wurde hochgeladen", diff --git a/apps/theming/l10n/de_DE.js b/apps/theming/l10n/de_DE.js index 9d0f7fd3117..b53b3428482 100644 --- a/apps/theming/l10n/de_DE.js +++ b/apps/theming/l10n/de_DE.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "Der Name darf nicht leer sein", "The given name is too long" : "Der eingegebene Name ist zu lang", "The given web address is too long" : "Die eingegebene Adresse ist zu lang", + "The given web address is not a valid URL" : "Die eingegebene Web-Adresse ist keine gültige URL", "The given legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang", + "The given legal notice address is not a valid URL" : "Die eingegebene Impressums-Adresse ist keine gültige URL", "The given privacy policy address is too long" : "Die eingegebene Adresse der Datenschutzerklärung ist zu lang", + "The given privacy policy address is not a valid URL" : "Die eingegebene Datenschutz-Adresse ist keine gültige URL", "The given slogan is too long" : "Der eingegebene Slogan ist zu lang", "The given color is invalid" : "Die gewählte Farbe ist ungültig", "The file was uploaded" : "Die Datei wurde hochgeladen", diff --git a/apps/theming/l10n/de_DE.json b/apps/theming/l10n/de_DE.json index 28d77e02c21..c3d8c74df55 100644 --- a/apps/theming/l10n/de_DE.json +++ b/apps/theming/l10n/de_DE.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "Der Name darf nicht leer sein", "The given name is too long" : "Der eingegebene Name ist zu lang", "The given web address is too long" : "Die eingegebene Adresse ist zu lang", + "The given web address is not a valid URL" : "Die eingegebene Web-Adresse ist keine gültige URL", "The given legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang", + "The given legal notice address is not a valid URL" : "Die eingegebene Impressums-Adresse ist keine gültige URL", "The given privacy policy address is too long" : "Die eingegebene Adresse der Datenschutzerklärung ist zu lang", + "The given privacy policy address is not a valid URL" : "Die eingegebene Datenschutz-Adresse ist keine gültige URL", "The given slogan is too long" : "Der eingegebene Slogan ist zu lang", "The given color is invalid" : "Die gewählte Farbe ist ungültig", "The file was uploaded" : "Die Datei wurde hochgeladen", diff --git a/apps/theming/l10n/fr.js b/apps/theming/l10n/fr.js index f4634f4e9da..9f4b9f9a29a 100644 --- a/apps/theming/l10n/fr.js +++ b/apps/theming/l10n/fr.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "Le nom ne peut pas être vide", "The given name is too long" : "Le nom donné est trop long", "The given web address is too long" : "L'adresse web donnée est trop longue", + "The given web address is not a valid URL" : "L'adresse web n'est pas une URL valide", "The given legal notice address is too long" : "L'adresse fournie pour la notice légale est trop longue", + "The given legal notice address is not a valid URL" : "L'adresse de la notice légale n'est pas une URL valide", "The given privacy policy address is too long" : "L'adresse de la politique de confidentialité est trop longue", + "The given privacy policy address is not a valid URL" : "L'adresse de la politique de confidentialité n'est pas une URL valide", "The given slogan is too long" : "Le slogan donné est trop long", "The given color is invalid" : "La couleur donnée est invalide", "The file was uploaded" : "Le fichier a été téléversé", diff --git a/apps/theming/l10n/fr.json b/apps/theming/l10n/fr.json index 2f4d8bc623e..753cb1fe5ff 100644 --- a/apps/theming/l10n/fr.json +++ b/apps/theming/l10n/fr.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "Le nom ne peut pas être vide", "The given name is too long" : "Le nom donné est trop long", "The given web address is too long" : "L'adresse web donnée est trop longue", + "The given web address is not a valid URL" : "L'adresse web n'est pas une URL valide", "The given legal notice address is too long" : "L'adresse fournie pour la notice légale est trop longue", + "The given legal notice address is not a valid URL" : "L'adresse de la notice légale n'est pas une URL valide", "The given privacy policy address is too long" : "L'adresse de la politique de confidentialité est trop longue", + "The given privacy policy address is not a valid URL" : "L'adresse de la politique de confidentialité n'est pas une URL valide", "The given slogan is too long" : "Le slogan donné est trop long", "The given color is invalid" : "La couleur donnée est invalide", "The file was uploaded" : "Le fichier a été téléversé", diff --git a/apps/theming/l10n/gl.js b/apps/theming/l10n/gl.js index aa0591b5d61..a3ef7cbace6 100644 --- a/apps/theming/l10n/gl.js +++ b/apps/theming/l10n/gl.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "O nome non pode estar baleiro", "The given name is too long" : "O nome indicado é longo de máis", "The given web address is too long" : "O enderezo web indicado é longo de máis", + "The given web address is not a valid URL" : "O enderezo web indicado non é un URL válido", "The given legal notice address is too long" : "O enderezo do aviso legal indicado é longo de máis", + "The given legal notice address is not a valid URL" : "O enderezo do aviso legal indicado non é un URL válido", "The given privacy policy address is too long" : "O enderezo da política de privacidade indicado é longo de máis", + "The given privacy policy address is not a valid URL" : "O enderezo da política de privacidade indicado non é un URL válido", "The given slogan is too long" : "O lema indicado é longo de máis", "The given color is invalid" : "A cor indicada é incorrecta", "The file was uploaded" : "O ficheiro foi enviado", diff --git a/apps/theming/l10n/gl.json b/apps/theming/l10n/gl.json index f83ad4509b6..2278f6b3cce 100644 --- a/apps/theming/l10n/gl.json +++ b/apps/theming/l10n/gl.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "O nome non pode estar baleiro", "The given name is too long" : "O nome indicado é longo de máis", "The given web address is too long" : "O enderezo web indicado é longo de máis", + "The given web address is not a valid URL" : "O enderezo web indicado non é un URL válido", "The given legal notice address is too long" : "O enderezo do aviso legal indicado é longo de máis", + "The given legal notice address is not a valid URL" : "O enderezo do aviso legal indicado non é un URL válido", "The given privacy policy address is too long" : "O enderezo da política de privacidade indicado é longo de máis", + "The given privacy policy address is not a valid URL" : "O enderezo da política de privacidade indicado non é un URL válido", "The given slogan is too long" : "O lema indicado é longo de máis", "The given color is invalid" : "A cor indicada é incorrecta", "The file was uploaded" : "O ficheiro foi enviado", diff --git a/apps/theming/l10n/it.js b/apps/theming/l10n/it.js index 0bd11af2eb8..241e8e00c5e 100644 --- a/apps/theming/l10n/it.js +++ b/apps/theming/l10n/it.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "Il nome non può essere vuoto", "The given name is too long" : "Questo nome è troppo lungo", "The given web address is too long" : "Questo indirizzo web è troppo lungo", + "The given web address is not a valid URL" : "L'indirizzo web specifico non è un URL valido", "The given legal notice address is too long" : "L'indirizzo dell'avviso legale specificato è troppo lungo", + "The given legal notice address is not a valid URL" : "L'indirizzo delle specifiche note legali non è un URL valido", "The given privacy policy address is too long" : "L'indirizzo dello specifico criterio di riservatezza è troppo lungo", + "The given privacy policy address is not a valid URL" : "L'indirizzo dello specifico criterio di riservatezza non è un URL valido", "The given slogan is too long" : "Questo slogan è troppo lungo", "The given color is invalid" : "Questo colore non è valido", "The file was uploaded" : "Il file è stato caricato", diff --git a/apps/theming/l10n/it.json b/apps/theming/l10n/it.json index 1debebe4c76..62f1494ba26 100644 --- a/apps/theming/l10n/it.json +++ b/apps/theming/l10n/it.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "Il nome non può essere vuoto", "The given name is too long" : "Questo nome è troppo lungo", "The given web address is too long" : "Questo indirizzo web è troppo lungo", + "The given web address is not a valid URL" : "L'indirizzo web specifico non è un URL valido", "The given legal notice address is too long" : "L'indirizzo dell'avviso legale specificato è troppo lungo", + "The given legal notice address is not a valid URL" : "L'indirizzo delle specifiche note legali non è un URL valido", "The given privacy policy address is too long" : "L'indirizzo dello specifico criterio di riservatezza è troppo lungo", + "The given privacy policy address is not a valid URL" : "L'indirizzo dello specifico criterio di riservatezza non è un URL valido", "The given slogan is too long" : "Questo slogan è troppo lungo", "The given color is invalid" : "Questo colore non è valido", "The file was uploaded" : "Il file è stato caricato", diff --git a/apps/theming/l10n/ja.js b/apps/theming/l10n/ja.js index c9276c0be49..b19c78ed825 100644 --- a/apps/theming/l10n/ja.js +++ b/apps/theming/l10n/ja.js @@ -4,12 +4,15 @@ OC.L10N.register( "Loading preview…" : "プレビューを読み込み中...", "Saved" : "保存済み", "Admin" : "管理者", - "a safe home for all your data" : "あなたのデータを安全に保管するプラットフォーム", + "a safe home for all your data" : "あなたのすべてのデータを安全に保管する場所", "Name cannot be empty" : "名前は空にできません", "The given name is too long" : "名前が長すぎます", "The given web address is too long" : "Webアドレスが長すぎます", + "The given web address is not a valid URL" : "指定されたWebアドレスは有効なURLではありません", "The given legal notice address is too long" : "指定された法的通知アドレスが長すぎます", + "The given legal notice address is not a valid URL" : "指定された法的通知アドレスは有効なURLではありません", "The given privacy policy address is too long" : "指定されたプライバシーポリシーのアドレスが長すぎます", + "The given privacy policy address is not a valid URL" : "指定されたプライバシーポリシーアドレスは有効なURLではありません", "The given slogan is too long" : "スローガンが長すぎます", "The given color is invalid" : "無効な色です", "The file was uploaded" : "ファイルがアップロードされました", diff --git a/apps/theming/l10n/ja.json b/apps/theming/l10n/ja.json index 846f7e0c8ac..1cec9cbe0ba 100644 --- a/apps/theming/l10n/ja.json +++ b/apps/theming/l10n/ja.json @@ -2,12 +2,15 @@ "Loading preview…" : "プレビューを読み込み中...", "Saved" : "保存済み", "Admin" : "管理者", - "a safe home for all your data" : "あなたのデータを安全に保管するプラットフォーム", + "a safe home for all your data" : "あなたのすべてのデータを安全に保管する場所", "Name cannot be empty" : "名前は空にできません", "The given name is too long" : "名前が長すぎます", "The given web address is too long" : "Webアドレスが長すぎます", + "The given web address is not a valid URL" : "指定されたWebアドレスは有効なURLではありません", "The given legal notice address is too long" : "指定された法的通知アドレスが長すぎます", + "The given legal notice address is not a valid URL" : "指定された法的通知アドレスは有効なURLではありません", "The given privacy policy address is too long" : "指定されたプライバシーポリシーのアドレスが長すぎます", + "The given privacy policy address is not a valid URL" : "指定されたプライバシーポリシーアドレスは有効なURLではありません", "The given slogan is too long" : "スローガンが長すぎます", "The given color is invalid" : "無効な色です", "The file was uploaded" : "ファイルがアップロードされました", diff --git a/apps/theming/l10n/pl.js b/apps/theming/l10n/pl.js index af6d6320eab..bb82ed9c61c 100644 --- a/apps/theming/l10n/pl.js +++ b/apps/theming/l10n/pl.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "Nazwa nie może być pusta", "The given name is too long" : "Podana nazwa jest za długa", "The given web address is too long" : "Podany adres internetowy jest za długi", + "The given web address is not a valid URL" : "Podany adres internetowy nie jest prawidłowym adresem URL", "The given legal notice address is too long" : "Podany adres noty prawnej jest za długi", + "The given legal notice address is not a valid URL" : "Podany adres noty prawnej nie jest prawidłowym adresem URL", "The given privacy policy address is too long" : "Podany adres polityki prywatności jest za długi", + "The given privacy policy address is not a valid URL" : "Podany adres polityki prywatności nie jest prawidłowym adresem URL", "The given slogan is too long" : "Podany slogan jest za długi", "The given color is invalid" : "Podany kolor jest nieprawidłowy", "The file was uploaded" : "Plik został wysłany", diff --git a/apps/theming/l10n/pl.json b/apps/theming/l10n/pl.json index 7a37760fdeb..700b2333c77 100644 --- a/apps/theming/l10n/pl.json +++ b/apps/theming/l10n/pl.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "Nazwa nie może być pusta", "The given name is too long" : "Podana nazwa jest za długa", "The given web address is too long" : "Podany adres internetowy jest za długi", + "The given web address is not a valid URL" : "Podany adres internetowy nie jest prawidłowym adresem URL", "The given legal notice address is too long" : "Podany adres noty prawnej jest za długi", + "The given legal notice address is not a valid URL" : "Podany adres noty prawnej nie jest prawidłowym adresem URL", "The given privacy policy address is too long" : "Podany adres polityki prywatności jest za długi", + "The given privacy policy address is not a valid URL" : "Podany adres polityki prywatności nie jest prawidłowym adresem URL", "The given slogan is too long" : "Podany slogan jest za długi", "The given color is invalid" : "Podany kolor jest nieprawidłowy", "The file was uploaded" : "Plik został wysłany", diff --git a/apps/theming/l10n/pt_BR.js b/apps/theming/l10n/pt_BR.js index a02354184e9..fea0c5f93c8 100644 --- a/apps/theming/l10n/pt_BR.js +++ b/apps/theming/l10n/pt_BR.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "O nome não pode ficar em branco", "The given name is too long" : "O nome é muito longo", "The given web address is too long" : "O endereço web fornecido é muito longo", + "The given web address is not a valid URL" : "O endereço web não é uma URL válida", "The given legal notice address is too long" : "O endereço do aviso legal é muito longo", + "The given legal notice address is not a valid URL" : "O endereço do aviso legal não é uma URL válida", "The given privacy policy address is too long" : "O endereço da política de privacidade é muito longo", + "The given privacy policy address is not a valid URL" : "O endereço da política de privacidade não é uma URL válida", "The given slogan is too long" : "O slogan dado é muito longo", "The given color is invalid" : "A cor fornecida é inválida", "The file was uploaded" : "O arquivo foi enviado", diff --git a/apps/theming/l10n/pt_BR.json b/apps/theming/l10n/pt_BR.json index 60c5d1592cb..94f3d93d8a7 100644 --- a/apps/theming/l10n/pt_BR.json +++ b/apps/theming/l10n/pt_BR.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "O nome não pode ficar em branco", "The given name is too long" : "O nome é muito longo", "The given web address is too long" : "O endereço web fornecido é muito longo", + "The given web address is not a valid URL" : "O endereço web não é uma URL válida", "The given legal notice address is too long" : "O endereço do aviso legal é muito longo", + "The given legal notice address is not a valid URL" : "O endereço do aviso legal não é uma URL válida", "The given privacy policy address is too long" : "O endereço da política de privacidade é muito longo", + "The given privacy policy address is not a valid URL" : "O endereço da política de privacidade não é uma URL válida", "The given slogan is too long" : "O slogan dado é muito longo", "The given color is invalid" : "A cor fornecida é inválida", "The file was uploaded" : "O arquivo foi enviado", diff --git a/apps/theming/l10n/tr.js b/apps/theming/l10n/tr.js index d478d14691d..dffc327c0d1 100644 --- a/apps/theming/l10n/tr.js +++ b/apps/theming/l10n/tr.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "Ad boş olamaz", "The given name is too long" : "Belirtilen ad çok uzun", "The given web address is too long" : "Belirtilen web adresi çok uzun", + "The given web address is not a valid URL" : "Belirtilen web adresi geçersiz", "The given legal notice address is too long" : "Belirtilen yasal bildirim adresi çok uzun", + "The given legal notice address is not a valid URL" : "Belirtilen yasal bildirim adresi geçersiz", "The given privacy policy address is too long" : "Belirtilen kişisel gizliliğin korunması ilkesi adresi çok uzun", + "The given privacy policy address is not a valid URL" : "Belirtilen gizlilik ilkesi adresi geçersiz", "The given slogan is too long" : "Belirtilen slogan çok uzun", "The given color is invalid" : "Belirtilen renk geçersiz", "The file was uploaded" : "Dosya yüklendi", diff --git a/apps/theming/l10n/tr.json b/apps/theming/l10n/tr.json index de060967515..ec180cd6d13 100644 --- a/apps/theming/l10n/tr.json +++ b/apps/theming/l10n/tr.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "Ad boş olamaz", "The given name is too long" : "Belirtilen ad çok uzun", "The given web address is too long" : "Belirtilen web adresi çok uzun", + "The given web address is not a valid URL" : "Belirtilen web adresi geçersiz", "The given legal notice address is too long" : "Belirtilen yasal bildirim adresi çok uzun", + "The given legal notice address is not a valid URL" : "Belirtilen yasal bildirim adresi geçersiz", "The given privacy policy address is too long" : "Belirtilen kişisel gizliliğin korunması ilkesi adresi çok uzun", + "The given privacy policy address is not a valid URL" : "Belirtilen gizlilik ilkesi adresi geçersiz", "The given slogan is too long" : "Belirtilen slogan çok uzun", "The given color is invalid" : "Belirtilen renk geçersiz", "The file was uploaded" : "Dosya yüklendi", -- cgit v1.2.3