diff options
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/l10n/es_419.js | 5 | ||||
-rw-r--r-- | apps/theming/l10n/es_419.json | 5 | ||||
-rw-r--r-- | apps/theming/l10n/tr.js | 2 | ||||
-rw-r--r-- | apps/theming/l10n/tr.json | 2 |
4 files changed, 12 insertions, 2 deletions
diff --git a/apps/theming/l10n/es_419.js b/apps/theming/l10n/es_419.js index 69d814ea943..668ec8ab5c1 100644 --- a/apps/theming/l10n/es_419.js +++ b/apps/theming/l10n/es_419.js @@ -26,6 +26,11 @@ OC.L10N.register( "Login image" : "Imágen de inicio de sesión", "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", + "Advanced options" : "Opciones avanzadas", + "Legal notice link" : "Enlace de aviso legal", + "Privacy policy link" : "Enlace de política de seguridad", + "Header logo" : "Logo del encabezado", + "Upload new header logo" : "Subir nuevo logo de encabezado", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_419.json b/apps/theming/l10n/es_419.json index a58004f8918..9e5893be082 100644 --- a/apps/theming/l10n/es_419.json +++ b/apps/theming/l10n/es_419.json @@ -24,6 +24,11 @@ "Login image" : "Imágen de inicio de sesión", "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", + "Advanced options" : "Opciones avanzadas", + "Legal notice link" : "Enlace de aviso legal", + "Privacy policy link" : "Enlace de política de seguridad", + "Header logo" : "Logo del encabezado", + "Upload new header logo" : "Subir nuevo logo de encabezado", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/tr.js b/apps/theming/l10n/tr.js index a0ca8af375a..d478d14691d 100644 --- a/apps/theming/l10n/tr.js +++ b/apps/theming/l10n/tr.js @@ -1,7 +1,7 @@ OC.L10N.register( "theming", { - "Loading preview…" : "Önizleme yükleniyor...", + "Loading preview…" : "Ön izleme yükleniyor...", "Saved" : "Kaydedildi", "Admin" : "Yönetici", "a safe home for all your data" : "verileriniz için güvenli bir barınak", diff --git a/apps/theming/l10n/tr.json b/apps/theming/l10n/tr.json index e0c0694d828..de060967515 100644 --- a/apps/theming/l10n/tr.json +++ b/apps/theming/l10n/tr.json @@ -1,5 +1,5 @@ { "translations": { - "Loading preview…" : "Önizleme yükleniyor...", + "Loading preview…" : "Ön izleme yükleniyor...", "Saved" : "Kaydedildi", "Admin" : "Yönetici", "a safe home for all your data" : "verileriniz için güvenli bir barınak", |