diff --git a/apps/theming/l10n/de.js b/apps/theming/l10n/de.js index 15362d4633..b88e36b1e5 100644 --- a/apps/theming/l10n/de.js +++ b/apps/theming/l10n/de.js @@ -8,6 +8,7 @@ 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 legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang", "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", @@ -22,9 +23,12 @@ OC.L10N.register( "Unsupported image type" : "Nicht unterstütztes Bild-Format", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Du benutzt bereits ein benutzerdefiniertes Theme. Eine App für Themes würde dies überschreiben.", "Theming" : "Theming", + "Legal notice" : "Impressum", "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 ermöglicht es auf einfache Weise das Aussehen Deiner Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", "Name" : "Name", "Reset to default" : " Auf Standard zurücksetzen ", + "Web link" : "Internet-Link", + "https://…" : "https://…", "Slogan" : "Slogan", "Color" : "Farbe", "Logo" : "Logo", @@ -33,6 +37,7 @@ OC.L10N.register( "Upload new login background" : "Neuen Anmelde-Hintergrund hochladen", "Remove background image" : "Entferne Hintergrundbild", "Advanced options" : "Erweiterte Optionen", + "Legal notice link" : "Link zu Impressum", "Header logo" : "Kopfbereich-Logo", "Upload new header logo" : "Neues Kopfbereich-Logo hochladen", "Favicon" : "Favicon", diff --git a/apps/theming/l10n/de.json b/apps/theming/l10n/de.json index 7c203239fc..2fa61c8b67 100644 --- a/apps/theming/l10n/de.json +++ b/apps/theming/l10n/de.json @@ -6,6 +6,7 @@ "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 legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang", "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", @@ -20,9 +21,12 @@ "Unsupported image type" : "Nicht unterstütztes Bild-Format", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Du benutzt bereits ein benutzerdefiniertes Theme. Eine App für Themes würde dies überschreiben.", "Theming" : "Theming", + "Legal notice" : "Impressum", "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 ermöglicht es auf einfache Weise das Aussehen Deiner Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", "Name" : "Name", "Reset to default" : " Auf Standard zurücksetzen ", + "Web link" : "Internet-Link", + "https://…" : "https://…", "Slogan" : "Slogan", "Color" : "Farbe", "Logo" : "Logo", @@ -31,6 +35,7 @@ "Upload new login background" : "Neuen Anmelde-Hintergrund hochladen", "Remove background image" : "Entferne Hintergrundbild", "Advanced options" : "Erweiterte Optionen", + "Legal notice link" : "Link zu Impressum", "Header logo" : "Kopfbereich-Logo", "Upload new header logo" : "Neues Kopfbereich-Logo hochladen", "Favicon" : "Favicon", diff --git a/apps/theming/l10n/de_DE.js b/apps/theming/l10n/de_DE.js index b795ab39db..f6b6b2909e 100644 --- a/apps/theming/l10n/de_DE.js +++ b/apps/theming/l10n/de_DE.js @@ -8,6 +8,7 @@ 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 legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang", "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", @@ -22,9 +23,12 @@ OC.L10N.register( "Unsupported image type" : "Nicht unterstütztes Bild-Format", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Sie benutzen bereits ein benutzerdefiniertes Theme. Eine App für Themes würde dies überschreiben.", "Theming" : "Theming", + "Legal notice" : "Impressum", "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 ermöglicht es auf einfache Weise das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", "Name" : "Name", "Reset to default" : " Auf Standard zurücksetzen ", + "Web link" : "Internetseite", + "https://…" : "https://…", "Slogan" : "Slogan", "Color" : "Farbe", "Logo" : "Logo", @@ -33,6 +37,7 @@ OC.L10N.register( "Upload new login background" : "Neuen Anmelde-Hintergrund hochladen", "Remove background image" : "Entferne Hintergrundbild", "Advanced options" : "Erweiterte Optionen", + "Legal notice link" : "Link zu Impressum", "Header logo" : "Kopfbereich-Logo", "Upload new header logo" : "Neues Kopfbereich-Logo hochladen", "Favicon" : "Favicon", diff --git a/apps/theming/l10n/de_DE.json b/apps/theming/l10n/de_DE.json index b621b8f9f4..96abc2fc74 100644 --- a/apps/theming/l10n/de_DE.json +++ b/apps/theming/l10n/de_DE.json @@ -6,6 +6,7 @@ "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 legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang", "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", @@ -20,9 +21,12 @@ "Unsupported image type" : "Nicht unterstütztes Bild-Format", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Sie benutzen bereits ein benutzerdefiniertes Theme. Eine App für Themes würde dies überschreiben.", "Theming" : "Theming", + "Legal notice" : "Impressum", "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 ermöglicht es auf einfache Weise das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", "Name" : "Name", "Reset to default" : " Auf Standard zurücksetzen ", + "Web link" : "Internetseite", + "https://…" : "https://…", "Slogan" : "Slogan", "Color" : "Farbe", "Logo" : "Logo", @@ -31,6 +35,7 @@ "Upload new login background" : "Neuen Anmelde-Hintergrund hochladen", "Remove background image" : "Entferne Hintergrundbild", "Advanced options" : "Erweiterte Optionen", + "Legal notice link" : "Link zu Impressum", "Header logo" : "Kopfbereich-Logo", "Upload new header logo" : "Neues Kopfbereich-Logo hochladen", "Favicon" : "Favicon", diff --git a/apps/theming/l10n/es.js b/apps/theming/l10n/es.js index c7e2dbd371..df7289023c 100644 --- a/apps/theming/l10n/es.js +++ b/apps/theming/l10n/es.js @@ -8,6 +8,7 @@ OC.L10N.register( "Name cannot be empty" : "El nombre no puede estar vacío", "The given name is too long" : "El nombre provisto es demasiado largo", "The given web address is too long" : "La dirección provista es demasiado larga", + "The given legal notice address is too long" : "El aviso legal dado es demasiado largo", "The given slogan is too long" : "El eslogan provisto es demasiado largo", "The given color is invalid" : "El color provisto es inválido", "The file was uploaded" : "Se ha subido el archivo", @@ -22,9 +23,11 @@ OC.L10N.register( "Unsupported image type" : "Tipo de imagen no soportado", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Ya estás usando un tema personalizado. La configuración de la aplicación de temas puede ser sobrescrita por el.", "Theming" : "Tema", + "Legal notice" : "Aviso legal", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Los temas hacen posible personalizar fácilmente la apariencia de tu instancia y los clientes soportados. Esto será visible para todos los usuarios.", "Name" : "Nombre", "Reset to default" : "Vovler a configuración por defecto", + "Web link" : "Enlace web", "Slogan" : "Eslogan", "Color" : "Color", "Logo" : "Logo", @@ -33,6 +36,7 @@ OC.L10N.register( "Upload new login background" : "Subir una nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Advanced options" : "Opciones avanzadas", + "Legal notice link" : "Enlace al aviso legal", "Header logo" : "Logo de la cabecera", "Upload new header logo" : "Subir nuevo logo de la cabecera", "Favicon" : "Favicon", diff --git a/apps/theming/l10n/es.json b/apps/theming/l10n/es.json index 2396b89130..1004a85230 100644 --- a/apps/theming/l10n/es.json +++ b/apps/theming/l10n/es.json @@ -6,6 +6,7 @@ "Name cannot be empty" : "El nombre no puede estar vacío", "The given name is too long" : "El nombre provisto es demasiado largo", "The given web address is too long" : "La dirección provista es demasiado larga", + "The given legal notice address is too long" : "El aviso legal dado es demasiado largo", "The given slogan is too long" : "El eslogan provisto es demasiado largo", "The given color is invalid" : "El color provisto es inválido", "The file was uploaded" : "Se ha subido el archivo", @@ -20,9 +21,11 @@ "Unsupported image type" : "Tipo de imagen no soportado", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Ya estás usando un tema personalizado. La configuración de la aplicación de temas puede ser sobrescrita por el.", "Theming" : "Tema", + "Legal notice" : "Aviso legal", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Los temas hacen posible personalizar fácilmente la apariencia de tu instancia y los clientes soportados. Esto será visible para todos los usuarios.", "Name" : "Nombre", "Reset to default" : "Vovler a configuración por defecto", + "Web link" : "Enlace web", "Slogan" : "Eslogan", "Color" : "Color", "Logo" : "Logo", @@ -31,6 +34,7 @@ "Upload new login background" : "Subir una nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Advanced options" : "Opciones avanzadas", + "Legal notice link" : "Enlace al aviso legal", "Header logo" : "Logo de la cabecera", "Upload new header logo" : "Subir nuevo logo de la cabecera", "Favicon" : "Favicon", diff --git a/apps/theming/l10n/it.js b/apps/theming/l10n/it.js index cce533e048..035898f47e 100644 --- a/apps/theming/l10n/it.js +++ b/apps/theming/l10n/it.js @@ -8,6 +8,7 @@ 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 legal notice address is too long" : "L'indirizzo dell'avviso legale specificato è troppo lungo", "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", @@ -22,9 +23,12 @@ OC.L10N.register( "Unsupported image type" : "Tipo di immagine non supportato", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Stai già utilizzando un tema personalizzato. Le impostazioni dell'applicazione dei temi potrebbero essere sovrascritte.", "Theming" : "Tema", + "Legal notice" : "Avviso legale", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "La gestione dei temi rende semplice la personalizzazione dell'aspetto della tua istanza e dei client supportati. Ciò sarà visibile a tutti gli utenti.", "Name" : "Nome", "Reset to default" : "Ripristina valori predefiniti", + "Web link" : "Collegamento web", + "https://…" : "https://…", "Slogan" : "Slogan", "Color" : "Colore", "Logo" : "Logo", @@ -33,6 +37,7 @@ OC.L10N.register( "Upload new login background" : "Carica nuovo sfondo di accesso", "Remove background image" : "Rimuovi immagine di sfondo", "Advanced options" : "Opzioni avanzate", + "Legal notice link" : "Collegamento avviso legale", "Header logo" : "Logo dell'intestazione", "Upload new header logo" : "Carica nuovo logo dell'intestazione", "Favicon" : "Favicon", diff --git a/apps/theming/l10n/it.json b/apps/theming/l10n/it.json index 3c136c5103..33a1006f1a 100644 --- a/apps/theming/l10n/it.json +++ b/apps/theming/l10n/it.json @@ -6,6 +6,7 @@ "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 legal notice address is too long" : "L'indirizzo dell'avviso legale specificato è troppo lungo", "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", @@ -20,9 +21,12 @@ "Unsupported image type" : "Tipo di immagine non supportato", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Stai già utilizzando un tema personalizzato. Le impostazioni dell'applicazione dei temi potrebbero essere sovrascritte.", "Theming" : "Tema", + "Legal notice" : "Avviso legale", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "La gestione dei temi rende semplice la personalizzazione dell'aspetto della tua istanza e dei client supportati. Ciò sarà visibile a tutti gli utenti.", "Name" : "Nome", "Reset to default" : "Ripristina valori predefiniti", + "Web link" : "Collegamento web", + "https://…" : "https://…", "Slogan" : "Slogan", "Color" : "Colore", "Logo" : "Logo", @@ -31,6 +35,7 @@ "Upload new login background" : "Carica nuovo sfondo di accesso", "Remove background image" : "Rimuovi immagine di sfondo", "Advanced options" : "Opzioni avanzate", + "Legal notice link" : "Collegamento avviso legale", "Header logo" : "Logo dell'intestazione", "Upload new header logo" : "Carica nuovo logo dell'intestazione", "Favicon" : "Favicon", diff --git a/apps/theming/l10n/lt_LT.js b/apps/theming/l10n/lt_LT.js index 92743dca55..eb2b29a533 100644 --- a/apps/theming/l10n/lt_LT.js +++ b/apps/theming/l10n/lt_LT.js @@ -8,6 +8,7 @@ OC.L10N.register( "Name cannot be empty" : "Pavadinimas negali būti tuščias", "The given name is too long" : "Nurodytas pavadinimas yra per ilgas", "The given web address is too long" : "Nurodytas adresas yra per ilgas", + "The given legal notice address is too long" : "Nurodytas teisinio pranešimo adresas yra per ilgas", "The given slogan is too long" : "Nurodytas šūkis yra per ilgas", "The given color is invalid" : "Nurodyta spalva yra neteisinga", "The file was uploaded" : "Failas buvo įkeltas", @@ -22,9 +23,12 @@ OC.L10N.register( "Unsupported image type" : "Nepalaikomas paveikslo tipas", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Jūs jau naudojate tinkintą temą. Temų programėlės nustatymai gali būti perrašyti tos temos.", "Theming" : "Tema", + "Legal notice" : "Teisinis pranešimas", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Temos leidžia lengvai tinkinti jūsų egzemplioriaus ir palaikomų klientų išvaizdą ir turinį. Tai bus matoma visiems naudotojams. ", "Name" : "Pavadinimas", "Reset to default" : "Atstatyti į numatytąją", + "Web link" : "Internetinė nuoroda", + "https://…" : "https://…", "Slogan" : "Šūkis", "Color" : "Spalva", "Logo" : "Logotipas", @@ -32,6 +36,12 @@ OC.L10N.register( "Login image" : "Prisijungimo paveikslas", "Upload new login background" : "Įkelti naują prisijungimo foną", "Remove background image" : "Šalinti foninį paveikslą", + "Advanced options" : "Išplėstinės parinktys", + "Legal notice link" : "Teisinio pranešimo nuoroda", + "Header logo" : "Antraštės logotipas", + "Upload new header logo" : "Įkelti naują antraštės logotipą", + "Favicon" : "Svetainės piktograma", + "Upload new favicon" : "Įkelti naują svetainės piktogramą", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Norėdami automatiškai generuoti svetainės piktogramą remiantis įkeltu logotipu ir spalva, įdiekite Imagemagick PHP plėtinį su SVG paveikslų palaikymu.", "You are already using a custom theme" : "Jūs jau naudojate tinkintą temą", "reset to default" : "atstatyta į numatytąją", diff --git a/apps/theming/l10n/lt_LT.json b/apps/theming/l10n/lt_LT.json index def19b4c38..76111e4cce 100644 --- a/apps/theming/l10n/lt_LT.json +++ b/apps/theming/l10n/lt_LT.json @@ -6,6 +6,7 @@ "Name cannot be empty" : "Pavadinimas negali būti tuščias", "The given name is too long" : "Nurodytas pavadinimas yra per ilgas", "The given web address is too long" : "Nurodytas adresas yra per ilgas", + "The given legal notice address is too long" : "Nurodytas teisinio pranešimo adresas yra per ilgas", "The given slogan is too long" : "Nurodytas šūkis yra per ilgas", "The given color is invalid" : "Nurodyta spalva yra neteisinga", "The file was uploaded" : "Failas buvo įkeltas", @@ -20,9 +21,12 @@ "Unsupported image type" : "Nepalaikomas paveikslo tipas", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Jūs jau naudojate tinkintą temą. Temų programėlės nustatymai gali būti perrašyti tos temos.", "Theming" : "Tema", + "Legal notice" : "Teisinis pranešimas", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Temos leidžia lengvai tinkinti jūsų egzemplioriaus ir palaikomų klientų išvaizdą ir turinį. Tai bus matoma visiems naudotojams. ", "Name" : "Pavadinimas", "Reset to default" : "Atstatyti į numatytąją", + "Web link" : "Internetinė nuoroda", + "https://…" : "https://…", "Slogan" : "Šūkis", "Color" : "Spalva", "Logo" : "Logotipas", @@ -30,6 +34,12 @@ "Login image" : "Prisijungimo paveikslas", "Upload new login background" : "Įkelti naują prisijungimo foną", "Remove background image" : "Šalinti foninį paveikslą", + "Advanced options" : "Išplėstinės parinktys", + "Legal notice link" : "Teisinio pranešimo nuoroda", + "Header logo" : "Antraštės logotipas", + "Upload new header logo" : "Įkelti naują antraštės logotipą", + "Favicon" : "Svetainės piktograma", + "Upload new favicon" : "Įkelti naują svetainės piktogramą", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Norėdami automatiškai generuoti svetainės piktogramą remiantis įkeltu logotipu ir spalva, įdiekite Imagemagick PHP plėtinį su SVG paveikslų palaikymu.", "You are already using a custom theme" : "Jūs jau naudojate tinkintą temą", "reset to default" : "atstatyta į numatytąją", diff --git a/apps/theming/l10n/pt_BR.js b/apps/theming/l10n/pt_BR.js index a473b6100d..0eadf2471d 100644 --- a/apps/theming/l10n/pt_BR.js +++ b/apps/theming/l10n/pt_BR.js @@ -8,6 +8,7 @@ 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 legal notice address is too long" : "O endereço do aviso legal é muito longo", "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", @@ -22,9 +23,12 @@ OC.L10N.register( "Unsupported image type" : "Tipo de imagem não suportado", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Você já está usando um tema personalizado. As configurações do aplicativo Theming podem ser sobrescritas por isso.", "Theming" : "Personalização", + "Legal notice" : "Aviso legal", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Criar e alterar temas torna possível personalizar facilmente o Nextcloud e clientes suportados. Isso será visível para todos os usuários.", "Name" : "Nome", "Reset to default" : "Redefinir para o padrão", + "Web link" : "Link web", + "https://…" : "https://...", "Slogan" : "Slogan", "Color" : "Cor", "Logo" : "Logotipo", @@ -33,6 +37,7 @@ OC.L10N.register( "Upload new login background" : "Enviar nova imagem de fundo para o login", "Remove background image" : "Excluir a imagem de fundo", "Advanced options" : "Opções avançadas", + "Legal notice link" : "Link do aviso legal", "Header logo" : "Logotipo de cabeçalho", "Upload new header logo" : "Enviar novo logotipo de cabeçalho", "Favicon" : "Ícone de favoritos", diff --git a/apps/theming/l10n/pt_BR.json b/apps/theming/l10n/pt_BR.json index 910e6e2416..11da3008f0 100644 --- a/apps/theming/l10n/pt_BR.json +++ b/apps/theming/l10n/pt_BR.json @@ -6,6 +6,7 @@ "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 legal notice address is too long" : "O endereço do aviso legal é muito longo", "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", @@ -20,9 +21,12 @@ "Unsupported image type" : "Tipo de imagem não suportado", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Você já está usando um tema personalizado. As configurações do aplicativo Theming podem ser sobrescritas por isso.", "Theming" : "Personalização", + "Legal notice" : "Aviso legal", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Criar e alterar temas torna possível personalizar facilmente o Nextcloud e clientes suportados. Isso será visível para todos os usuários.", "Name" : "Nome", "Reset to default" : "Redefinir para o padrão", + "Web link" : "Link web", + "https://…" : "https://...", "Slogan" : "Slogan", "Color" : "Cor", "Logo" : "Logotipo", @@ -31,6 +35,7 @@ "Upload new login background" : "Enviar nova imagem de fundo para o login", "Remove background image" : "Excluir a imagem de fundo", "Advanced options" : "Opções avançadas", + "Legal notice link" : "Link do aviso legal", "Header logo" : "Logotipo de cabeçalho", "Upload new header logo" : "Enviar novo logotipo de cabeçalho", "Favicon" : "Ícone de favoritos", diff --git a/apps/theming/l10n/sr.js b/apps/theming/l10n/sr.js index 981b377e08..e0dc4f2049 100644 --- a/apps/theming/l10n/sr.js +++ b/apps/theming/l10n/sr.js @@ -25,6 +25,8 @@ OC.L10N.register( "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Теме Вам омогућавају да лако измените изглед Ваше инстанце и подржаних клијената. Ово ће бити видљиво свим корисницима.", "Name" : "Име", "Reset to default" : "Ресетуј на подразумевано", + "Web link" : "Веб веза", + "https://…" : "https://…", "Slogan" : "Слоган", "Color" : "Боја", "Logo" : "Лого", diff --git a/apps/theming/l10n/sr.json b/apps/theming/l10n/sr.json index 64d695c49d..d1e1068208 100644 --- a/apps/theming/l10n/sr.json +++ b/apps/theming/l10n/sr.json @@ -23,6 +23,8 @@ "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Теме Вам омогућавају да лако измените изглед Ваше инстанце и подржаних клијената. Ово ће бити видљиво свим корисницима.", "Name" : "Име", "Reset to default" : "Ресетуј на подразумевано", + "Web link" : "Веб веза", + "https://…" : "https://…", "Slogan" : "Слоган", "Color" : "Боја", "Logo" : "Лого",