diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index ee134497ae..f43200a5a0 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -14,9 +14,11 @@ OC.L10N.register( "Upload cancelled." : "La pujada s'ha cancel·lat.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "No es pot pujar {filename} perquè és una carpeta o té 0 bytes", "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}", + "Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix", "Not enough free space" : "Espai lliure insuficient", "Uploading..." : "Pujant...", "..." : "...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Accions", "Download" : "Baixa", "Rename" : "Reanomena", @@ -25,6 +27,7 @@ OC.L10N.register( "Delete" : "Esborra", "Disconnect storage" : "Desonnecta l'emmagatzematge", "Unshare" : "Deixa de compartir", + "Could not load info for file \"{file}\"" : "No s'ha pogut carregar la informació del fitxer \"{file}\"", "Files" : "Fitxers", "Details" : "Detalls", "Select" : "Selecciona", @@ -35,7 +38,8 @@ OC.L10N.register( "Could not move \"{file}\", target exists" : "No s'ha pugut moure \"{file}\", el destí ja existeix", "Could not move \"{file}\"" : "No s'ha pogut moure \"{file}\"", "{newName} already exists" : "{newName} ja existeix", - "Could not rename \"{fileName}\"" : "No s'ha pogut renombrar \"{fileName}\"", + "Could not rename \"{fileName}\", it does not exist any more" : "No s'ha pogut reanomenar \"{fileName}\", ja no existeix", + "Could not rename \"{fileName}\"" : "No s'ha pogut reanomenar \"{fileName}\"", "Could not create file \"{file}\"" : "No s'ha pogut crear el fitxer \"{file}\"", "Name" : "Nom", "Size" : "Mida", @@ -70,9 +74,12 @@ OC.L10N.register( "Changed by {user}" : "Canviat per {user}", "Deleted by {user}" : "Eliminat per {user}", "Restored by {user}" : "Restaurat per {user}", - "Renamed by {user}" : "Renombrat per {user}", + "Renamed by {user}" : "Reanomenat per {user}", "Moved by {user}" : "Mogut per {user}", "You deleted {file}" : "Heu esborrat {file}", + "You renamed {oldfile} to {newfile}" : "Heu reanomenat {oldfile} a {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} ha reanomenat {oldfile} a {newfile}", + "A file or folder has been changed or renamed" : "Un fitxer o carpeta ha estat canviat o reanomenat", "A new file or folder has been created" : "S'ha creat un nou fitxer o una nova carpeta", "Limit notifications about creation and changes to your favorite files (Stream only)" : "Limitar les notificacions sobre la creació i canvis dels seus arxius favorits(solament Stream)", "Upload (max. %s)" : "Pujada (màx. %s)", @@ -140,6 +147,9 @@ OC.L10N.register( "You restored %1$s" : "Has restaurat %1$s", "%2$s restored %1$s" : "%2$s ha restaurat %1$s", "Changed by %2$s" : "Modificat per %2$s", - "Deleted by %2$s" : "Esborrat per %2$s" + "Deleted by %2$s" : "Esborrat per %2$s", + "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Falta {hours}:{minutes}:{seconds} hora","Falten {hours}:{minutes}:{seconds} hores"], + "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["Falten {minutes}:{seconds} minuts","Falta {minutes}:{seconds} minut"], + "_{seconds} second left_::_{seconds} seconds left_" : ["Falta {seconds} segon","Falten {seconds} segons"] }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json index 2b2942af0b..0f52e17bdb 100644 --- a/apps/files/l10n/ca.json +++ b/apps/files/l10n/ca.json @@ -12,9 +12,11 @@ "Upload cancelled." : "La pujada s'ha cancel·lat.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "No es pot pujar {filename} perquè és una carpeta o té 0 bytes", "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}", + "Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix", "Not enough free space" : "Espai lliure insuficient", "Uploading..." : "Pujant...", "..." : "...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Accions", "Download" : "Baixa", "Rename" : "Reanomena", @@ -23,6 +25,7 @@ "Delete" : "Esborra", "Disconnect storage" : "Desonnecta l'emmagatzematge", "Unshare" : "Deixa de compartir", + "Could not load info for file \"{file}\"" : "No s'ha pogut carregar la informació del fitxer \"{file}\"", "Files" : "Fitxers", "Details" : "Detalls", "Select" : "Selecciona", @@ -33,7 +36,8 @@ "Could not move \"{file}\", target exists" : "No s'ha pugut moure \"{file}\", el destí ja existeix", "Could not move \"{file}\"" : "No s'ha pogut moure \"{file}\"", "{newName} already exists" : "{newName} ja existeix", - "Could not rename \"{fileName}\"" : "No s'ha pogut renombrar \"{fileName}\"", + "Could not rename \"{fileName}\", it does not exist any more" : "No s'ha pogut reanomenar \"{fileName}\", ja no existeix", + "Could not rename \"{fileName}\"" : "No s'ha pogut reanomenar \"{fileName}\"", "Could not create file \"{file}\"" : "No s'ha pogut crear el fitxer \"{file}\"", "Name" : "Nom", "Size" : "Mida", @@ -68,9 +72,12 @@ "Changed by {user}" : "Canviat per {user}", "Deleted by {user}" : "Eliminat per {user}", "Restored by {user}" : "Restaurat per {user}", - "Renamed by {user}" : "Renombrat per {user}", + "Renamed by {user}" : "Reanomenat per {user}", "Moved by {user}" : "Mogut per {user}", "You deleted {file}" : "Heu esborrat {file}", + "You renamed {oldfile} to {newfile}" : "Heu reanomenat {oldfile} a {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} ha reanomenat {oldfile} a {newfile}", + "A file or folder has been changed or renamed" : "Un fitxer o carpeta ha estat canviat o reanomenat", "A new file or folder has been created" : "S'ha creat un nou fitxer o una nova carpeta", "Limit notifications about creation and changes to your favorite files (Stream only)" : "Limitar les notificacions sobre la creació i canvis dels seus arxius favorits(solament Stream)", "Upload (max. %s)" : "Pujada (màx. %s)", @@ -138,6 +145,9 @@ "You restored %1$s" : "Has restaurat %1$s", "%2$s restored %1$s" : "%2$s ha restaurat %1$s", "Changed by %2$s" : "Modificat per %2$s", - "Deleted by %2$s" : "Esborrat per %2$s" + "Deleted by %2$s" : "Esborrat per %2$s", + "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Falta {hours}:{minutes}:{seconds} hora","Falten {hours}:{minutes}:{seconds} hores"], + "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["Falten {minutes}:{seconds} minuts","Falta {minutes}:{seconds} minut"], + "_{seconds} second left_::_{seconds} seconds left_" : ["Falta {seconds} segon","Falten {seconds} segons"] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 5db17b1242..e0066f826c 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -36,10 +36,13 @@ OC.L10N.register( "Public link expired" : "Collegamento pubblico scaduto", "{actor} shared as public link" : "{actor} ha condiviso tramite collegamento pubblico", "{actor} removed public link" : "{actor} ha rimosso il collegamento pubblico", + "Public link of {actor} expired" : "Link pubblico di {actor} scaduto", "You shared {file} as public link" : "Hai condiviso {file} tramite collegamento", "You removed public link for {file}" : "Hai rimosso il collegamento pubblico per {file}", + "Public link expired for {file}" : "Link pubblico scaduto per {file}", "{actor} shared {file} as public link" : "{actor} ha condiviso {file} tramite collegamento pubblico", "{actor} removed public link for {file}" : "{actor} ha rimosso il collegamento pubblico per {file}", + "Public link of {actor} for {file} expired" : "Link pubblico di {actor} per {file} scaduto", "{user} accepted the remote share" : "{user} ha accettato la condivisione remota", "{user} declined the remote share" : "{user} ha rifiutato la condivisione remota", "You received a new remote share {file} from {user}" : "Hai ricevuto una nuova condivisione remota {file} da {user}", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index ff75d423c5..95c41ea1c4 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -34,10 +34,13 @@ "Public link expired" : "Collegamento pubblico scaduto", "{actor} shared as public link" : "{actor} ha condiviso tramite collegamento pubblico", "{actor} removed public link" : "{actor} ha rimosso il collegamento pubblico", + "Public link of {actor} expired" : "Link pubblico di {actor} scaduto", "You shared {file} as public link" : "Hai condiviso {file} tramite collegamento", "You removed public link for {file}" : "Hai rimosso il collegamento pubblico per {file}", + "Public link expired for {file}" : "Link pubblico scaduto per {file}", "{actor} shared {file} as public link" : "{actor} ha condiviso {file} tramite collegamento pubblico", "{actor} removed public link for {file}" : "{actor} ha rimosso il collegamento pubblico per {file}", + "Public link of {actor} for {file} expired" : "Link pubblico di {actor} per {file} scaduto", "{user} accepted the remote share" : "{user} ha accettato la condivisione remota", "{user} declined the remote share" : "{user} ha rifiutato la condivisione remota", "You received a new remote share {file} from {user}" : "Hai ricevuto una nuova condivisione remota {file} da {user}", diff --git a/apps/files_versions/l10n/he.js b/apps/files_versions/l10n/he.js index 98c66c2d46..5a040acc97 100644 --- a/apps/files_versions/l10n/he.js +++ b/apps/files_versions/l10n/he.js @@ -4,7 +4,9 @@ OC.L10N.register( "Could not revert: %s" : "לא ניתן להחזיר: %s", "Versions" : "גרסאות", "Failed to revert {file} to revision {timestamp}." : "נכשל אחזור {file} לגרסה {timestamp}.", + "_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים"], "Restore" : "שחזור", + "No versions available" : "אין גרסאות זמינות", "More versions..." : "גרסאות נוספות...", "No other versions available" : "אין גרסאות אחרות זמינות" }, diff --git a/apps/files_versions/l10n/he.json b/apps/files_versions/l10n/he.json index 0bd130f8bd..e343330139 100644 --- a/apps/files_versions/l10n/he.json +++ b/apps/files_versions/l10n/he.json @@ -2,7 +2,9 @@ "Could not revert: %s" : "לא ניתן להחזיר: %s", "Versions" : "גרסאות", "Failed to revert {file} to revision {timestamp}." : "נכשל אחזור {file} לגרסה {timestamp}.", + "_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים"], "Restore" : "שחזור", + "No versions available" : "אין גרסאות זמינות", "More versions..." : "גרסאות נוספות...", "No other versions available" : "אין גרסאות אחרות זמינות" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/theming/l10n/de_DE.js b/apps/theming/l10n/de_DE.js new file mode 100644 index 0000000000..4a227b5aea --- /dev/null +++ b/apps/theming/l10n/de_DE.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Administrator", + "a safe home for all your data" : "Ein sicheres Zuhause für Ihre Daten", + "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 slogan is too long" : "Der eingegebene Slogan ist zu lang", + "The given color is invalid" : "Die gewählte Farbe ist ungültig", + "Saved" : "Gespeichert", + "No file uploaded" : "Keine Datei hochgeladen", + "Unsupported image type" : "Nicht unterstützte Bilddatei", + "You are already using a custom theme" : "Du nutzt bereits ein Custom Theme", + "Theming" : "Theming", + "Name" : "Name", + "reset to default" : "Auf Standard zurücksetzen", + "Web address" : "Internetadresse", + "Web address https://…" : "Internetadresse https://...", + "Slogan" : "Slogan", + "Color" : "Farbe", + "Logo" : "Logo", + "Upload new logo" : "Neues Logo hochladen", + "Login image" : "Login-Bild", + "Upload new login background" : "Neues Login-Hintergrundbild hochladen", + "Log in image" : "Login-Bild" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/de_DE.json b/apps/theming/l10n/de_DE.json new file mode 100644 index 0000000000..d736fb6d73 --- /dev/null +++ b/apps/theming/l10n/de_DE.json @@ -0,0 +1,25 @@ +{ "translations": { + "Admin" : "Administrator", + "a safe home for all your data" : "Ein sicheres Zuhause für Ihre Daten", + "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 slogan is too long" : "Der eingegebene Slogan ist zu lang", + "The given color is invalid" : "Die gewählte Farbe ist ungültig", + "Saved" : "Gespeichert", + "No file uploaded" : "Keine Datei hochgeladen", + "Unsupported image type" : "Nicht unterstützte Bilddatei", + "You are already using a custom theme" : "Du nutzt bereits ein Custom Theme", + "Theming" : "Theming", + "Name" : "Name", + "reset to default" : "Auf Standard zurücksetzen", + "Web address" : "Internetadresse", + "Web address https://…" : "Internetadresse https://...", + "Slogan" : "Slogan", + "Color" : "Farbe", + "Logo" : "Logo", + "Upload new logo" : "Neues Logo hochladen", + "Login image" : "Login-Bild", + "Upload new login background" : "Neues Login-Hintergrundbild hochladen", + "Log in image" : "Login-Bild" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/theming/l10n/es.js b/apps/theming/l10n/es.js new file mode 100644 index 0000000000..36fafe3cb6 --- /dev/null +++ b/apps/theming/l10n/es.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Administración", + "a safe home for all your data" : "un hogar seguro para todos tus datos", + "The given name is too long" : "El nombre provisto es muy largo", + "The given web address is too long" : "La dirección provista es muy larga", + "The given slogan is too long" : "El eslogan provisto es muy largo", + "The given color is invalid" : "El color provisto es inválido", + "Saved" : "Guardado", + "No file uploaded" : "No se ha subido archivo", + "Unsupported image type" : "Tipo de imagen no soportado", + "You are already using a custom theme" : "Usted ya usa un tema personalizado", + "Theming" : "Tema", + "Name" : "Nombre", + "reset to default" : "restaurar a configuración inicial", + "Web address" : "Dirección web", + "Web address https://…" : "Dirección web https://", + "Slogan" : "Eslogan", + "Color" : "Color", + "Logo" : "Logo", + "Upload new logo" : "Subir nuevo logo", + "Login image" : "Imagen de inicio", + "Upload new login background" : "Subir una nueva imagen de fondo", + "Log in image" : "Imagen de inicio" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es.json b/apps/theming/l10n/es.json new file mode 100644 index 0000000000..a724f4bbd9 --- /dev/null +++ b/apps/theming/l10n/es.json @@ -0,0 +1,25 @@ +{ "translations": { + "Admin" : "Administración", + "a safe home for all your data" : "un hogar seguro para todos tus datos", + "The given name is too long" : "El nombre provisto es muy largo", + "The given web address is too long" : "La dirección provista es muy larga", + "The given slogan is too long" : "El eslogan provisto es muy largo", + "The given color is invalid" : "El color provisto es inválido", + "Saved" : "Guardado", + "No file uploaded" : "No se ha subido archivo", + "Unsupported image type" : "Tipo de imagen no soportado", + "You are already using a custom theme" : "Usted ya usa un tema personalizado", + "Theming" : "Tema", + "Name" : "Nombre", + "reset to default" : "restaurar a configuración inicial", + "Web address" : "Dirección web", + "Web address https://…" : "Dirección web https://", + "Slogan" : "Eslogan", + "Color" : "Color", + "Logo" : "Logo", + "Upload new logo" : "Subir nuevo logo", + "Login image" : "Imagen de inicio", + "Upload new login background" : "Subir una nueva imagen de fondo", + "Log in image" : "Imagen de inicio" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/theming/l10n/fr.js b/apps/theming/l10n/fr.js new file mode 100644 index 0000000000..e608fc4b7e --- /dev/null +++ b/apps/theming/l10n/fr.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Administration", + "a safe home for all your data" : "un endroit sûr pour toutes vos données", + "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 slogan is too long" : "Le slogan donné est trop long", + "The given color is invalid" : "La couleur donnée est invalide", + "Saved" : "Enregistré", + "No file uploaded" : "Aucun fichier téléversé", + "Unsupported image type" : "Ce type d'image n'est pas pris en charge", + "You are already using a custom theme" : "Vous utilisez déjà un thème personnalisé", + "Theming" : "Personnaliser l'apparence", + "Name" : "Nom", + "reset to default" : "Restaurer les valeurs par défaut", + "Web address" : "Adresse web", + "Web address https://…" : "Adresse du serveur https://…", + "Slogan" : "Slogan", + "Color" : "Couleur", + "Logo" : "Logo", + "Upload new logo" : "Téléverser un nouveau logo", + "Login image" : "Image de connexion", + "Upload new login background" : "Téléverser un nouvel arrière-plan de connexion", + "Log in image" : "Image de connexion" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/theming/l10n/fr.json b/apps/theming/l10n/fr.json new file mode 100644 index 0000000000..4b3d54e57d --- /dev/null +++ b/apps/theming/l10n/fr.json @@ -0,0 +1,25 @@ +{ "translations": { + "Admin" : "Administration", + "a safe home for all your data" : "un endroit sûr pour toutes vos données", + "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 slogan is too long" : "Le slogan donné est trop long", + "The given color is invalid" : "La couleur donnée est invalide", + "Saved" : "Enregistré", + "No file uploaded" : "Aucun fichier téléversé", + "Unsupported image type" : "Ce type d'image n'est pas pris en charge", + "You are already using a custom theme" : "Vous utilisez déjà un thème personnalisé", + "Theming" : "Personnaliser l'apparence", + "Name" : "Nom", + "reset to default" : "Restaurer les valeurs par défaut", + "Web address" : "Adresse web", + "Web address https://…" : "Adresse du serveur https://…", + "Slogan" : "Slogan", + "Color" : "Couleur", + "Logo" : "Logo", + "Upload new logo" : "Téléverser un nouveau logo", + "Login image" : "Image de connexion", + "Upload new login background" : "Téléverser un nouvel arrière-plan de connexion", + "Log in image" : "Image de connexion" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/theming/l10n/it.js b/apps/theming/l10n/it.js new file mode 100644 index 0000000000..81a3889fcc --- /dev/null +++ b/apps/theming/l10n/it.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Amministratore", + "a safe home for all your data" : "una casa sicura per i tuoi dati", + "The given name is too long" : "Questo nome è troppo lungo", + "The given web address is too long" : "Questo indirizzo web è troppo lungo", + "The given slogan is too long" : "Questo slogan è troppo lungo", + "The given color is invalid" : "Questo colore non è valido", + "Saved" : "Salvato", + "No file uploaded" : "Nessun file caricato", + "Unsupported image type" : "Tipo di immagine non supportato", + "You are already using a custom theme" : "Stai già usando un tema personalizzato", + "Theming" : "Tema", + "Name" : "Nome", + "reset to default" : "resetta a predefinito", + "Web address" : "Indirizzo web", + "Web address https://…" : "Indirizzo Web https://…", + "Slogan" : "Slogan", + "Color" : "Colore", + "Logo" : "Logo", + "Upload new logo" : "Carica nuovo logo", + "Login image" : "Immagine del login", + "Upload new login background" : "Carica nuovo sfondo del login", + "Log in image" : "Immagine del login" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/it.json b/apps/theming/l10n/it.json new file mode 100644 index 0000000000..3fc86d522a --- /dev/null +++ b/apps/theming/l10n/it.json @@ -0,0 +1,25 @@ +{ "translations": { + "Admin" : "Amministratore", + "a safe home for all your data" : "una casa sicura per i tuoi dati", + "The given name is too long" : "Questo nome è troppo lungo", + "The given web address is too long" : "Questo indirizzo web è troppo lungo", + "The given slogan is too long" : "Questo slogan è troppo lungo", + "The given color is invalid" : "Questo colore non è valido", + "Saved" : "Salvato", + "No file uploaded" : "Nessun file caricato", + "Unsupported image type" : "Tipo di immagine non supportato", + "You are already using a custom theme" : "Stai già usando un tema personalizzato", + "Theming" : "Tema", + "Name" : "Nome", + "reset to default" : "resetta a predefinito", + "Web address" : "Indirizzo web", + "Web address https://…" : "Indirizzo Web https://…", + "Slogan" : "Slogan", + "Color" : "Colore", + "Logo" : "Logo", + "Upload new logo" : "Carica nuovo logo", + "Login image" : "Immagine del login", + "Upload new login background" : "Carica nuovo sfondo del login", + "Log in image" : "Immagine del login" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/theming/l10n/nl.js b/apps/theming/l10n/nl.js new file mode 100644 index 0000000000..509333859a --- /dev/null +++ b/apps/theming/l10n/nl.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Beheer", + "a safe home for all your data" : "een veilige plek voor al je gegevens", + "The given name is too long" : "De opgegeven naam is te lang", + "The given web address is too long" : "Het opgegeven internetadres is te lang", + "The given slogan is too long" : "De opgegeven slagzin is te lang", + "The given color is invalid" : "De opgegeven kleur is ongeldig", + "Saved" : "Opgeslagen", + "No file uploaded" : "Geen bestand geüpload", + "Unsupported image type" : "Afbeeldingstype wordt niet ondersteund", + "You are already using a custom theme" : "Je gebruikt al een maatwerkthema", + "Theming" : "Thema's", + "Name" : "Naam", + "reset to default" : "herstellen naar standaard", + "Web address" : "Webadres", + "Web address https://…" : "Webadres https://…", + "Slogan" : "Slagzin", + "Color" : "Kleur", + "Logo" : "Logo", + "Upload new logo" : "Upload nieuw logo", + "Login image" : "Inlog afbeelding", + "Upload new login background" : "Uploaden nieuwe inlog achtergrond", + "Log in image" : "Inlog afbeelding" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/nl.json b/apps/theming/l10n/nl.json new file mode 100644 index 0000000000..df816256bb --- /dev/null +++ b/apps/theming/l10n/nl.json @@ -0,0 +1,25 @@ +{ "translations": { + "Admin" : "Beheer", + "a safe home for all your data" : "een veilige plek voor al je gegevens", + "The given name is too long" : "De opgegeven naam is te lang", + "The given web address is too long" : "Het opgegeven internetadres is te lang", + "The given slogan is too long" : "De opgegeven slagzin is te lang", + "The given color is invalid" : "De opgegeven kleur is ongeldig", + "Saved" : "Opgeslagen", + "No file uploaded" : "Geen bestand geüpload", + "Unsupported image type" : "Afbeeldingstype wordt niet ondersteund", + "You are already using a custom theme" : "Je gebruikt al een maatwerkthema", + "Theming" : "Thema's", + "Name" : "Naam", + "reset to default" : "herstellen naar standaard", + "Web address" : "Webadres", + "Web address https://…" : "Webadres https://…", + "Slogan" : "Slagzin", + "Color" : "Kleur", + "Logo" : "Logo", + "Upload new logo" : "Upload nieuw logo", + "Login image" : "Inlog afbeelding", + "Upload new login background" : "Uploaden nieuwe inlog achtergrond", + "Log in image" : "Inlog afbeelding" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/theming/l10n/pl.js b/apps/theming/l10n/pl.js new file mode 100644 index 0000000000..59ee1aa3c7 --- /dev/null +++ b/apps/theming/l10n/pl.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Admin", + "a safe home for all your data" : "bezpieczna schowek dla wszystkich twoich danych", + "The given name is too long" : "Wpisana nazwa jest zbyt długi", + "The given web address is too long" : "Wpisany adres internetowy jest zbyt długi", + "The given slogan is too long" : "Wpisany slogan jest zbyt długi", + "The given color is invalid" : "Podany kolor jest nieprawidłowy", + "Saved" : "Zapisano", + "No file uploaded" : "Nie wysłano pliku", + "Unsupported image type" : "Nieobsługiwany typ zdjęcia", + "You are already using a custom theme" : "Używasz już motywu niestandarowego", + "Theming" : "Motyw", + "Name" : "Nazwa", + "reset to default" : "przywróć domyślne", + "Web address" : "adres internetowy", + "Web address https://…" : "adres internetowy https://...", + "Slogan" : "Slogan", + "Color" : "Kolor", + "Logo" : "Logo", + "Upload new logo" : "Wyślij nowe logo", + "Login image" : "Obraz logowania", + "Upload new login background" : "Wyślij nowe tło ekranu logowania", + "Log in image" : "Zdjęcie logowania" +}, +"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/theming/l10n/pl.json b/apps/theming/l10n/pl.json new file mode 100644 index 0000000000..2f191dc13d --- /dev/null +++ b/apps/theming/l10n/pl.json @@ -0,0 +1,25 @@ +{ "translations": { + "Admin" : "Admin", + "a safe home for all your data" : "bezpieczna schowek dla wszystkich twoich danych", + "The given name is too long" : "Wpisana nazwa jest zbyt długi", + "The given web address is too long" : "Wpisany adres internetowy jest zbyt długi", + "The given slogan is too long" : "Wpisany slogan jest zbyt długi", + "The given color is invalid" : "Podany kolor jest nieprawidłowy", + "Saved" : "Zapisano", + "No file uploaded" : "Nie wysłano pliku", + "Unsupported image type" : "Nieobsługiwany typ zdjęcia", + "You are already using a custom theme" : "Używasz już motywu niestandarowego", + "Theming" : "Motyw", + "Name" : "Nazwa", + "reset to default" : "przywróć domyślne", + "Web address" : "adres internetowy", + "Web address https://…" : "adres internetowy https://...", + "Slogan" : "Slogan", + "Color" : "Kolor", + "Logo" : "Logo", + "Upload new logo" : "Wyślij nowe logo", + "Login image" : "Obraz logowania", + "Upload new login background" : "Wyślij nowe tło ekranu logowania", + "Log in image" : "Zdjęcie logowania" +},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" +} \ No newline at end of file diff --git a/core/l10n/it.js b/core/l10n/it.js index 406f442475..9ab8da1e3f 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -48,6 +48,7 @@ OC.L10N.register( "There were problems with the code integrity check. More information…" : "Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…", "Settings" : "Impostazioni", "Connection to server lost" : "Connessione al server interrotta", + "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problema durante il caricamento della pagina, aggiornamento tra %n secondo","Problema durante il caricamento della pagina, aggiornamento tra %n secondi"], "Saving..." : "Salvataggio in corso...", "Dismiss" : "Annulla", "This action requires you to confirm your password" : "Questa azione richiede la conferma della tua password", @@ -95,6 +96,7 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. Se non stai effettuando l'accesso da un proxy affidabile, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella nostra documentazione.", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the memcached wiki about both modules." : "Memcached è configurato come cache distribuita, ma è installato il modulo \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il wiki di memcached per informazioni su entrambi i moduli.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella nostra documentazione. (Elenco dei file non validi… / Nuova scansione…)", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OpCache non è configurata correttamente. Per performance migliori consigliamo di utilizzare le impostazioni in php.ini:", "Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server web.", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". \nQuesto è un potenziale rischio di sicurezza o di riservatezza dei dati e noi consigliamo di modificare questa impostazione.", @@ -140,6 +142,8 @@ OC.L10N.register( "access control" : "controllo d'accesso", "Could not unshare" : "Impossibile rimuovere la condivisione", "Share details could not be loaded for this item." : "I dettagli della condivisione non possono essere caricati per questo elemento.", + "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Almeno {count} carattere è richiesto per l'autocompletamento","Almeno {count} caratteri sono richiesti per l'autocompletamento"], + "This list is maybe truncated - please refine your search term to see more results." : "Questa lista potrebbe essere troncata - correggi i termini di ricerca per molti altri risultati.", "No users or groups found for {search}" : "Nessun utente o gruppo trovato per {search}", "No users found for {search}" : "Nessun utente trovato per {search}", "An error occurred. Please try again" : "Si è verificato un errore. Prova ancora", diff --git a/core/l10n/it.json b/core/l10n/it.json index 02e4c7a6c5..920ef25246 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -46,6 +46,7 @@ "There were problems with the code integrity check. More information…" : "Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…", "Settings" : "Impostazioni", "Connection to server lost" : "Connessione al server interrotta", + "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problema durante il caricamento della pagina, aggiornamento tra %n secondo","Problema durante il caricamento della pagina, aggiornamento tra %n secondi"], "Saving..." : "Salvataggio in corso...", "Dismiss" : "Annulla", "This action requires you to confirm your password" : "Questa azione richiede la conferma della tua password", @@ -93,6 +94,7 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. Se non stai effettuando l'accesso da un proxy affidabile, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella nostra documentazione.", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the memcached wiki about both modules." : "Memcached è configurato come cache distribuita, ma è installato il modulo \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il wiki di memcached per informazioni su entrambi i moduli.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella nostra documentazione. (Elenco dei file non validi… / Nuova scansione…)", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OpCache non è configurata correttamente. Per performance migliori consigliamo di utilizzare le impostazioni in php.ini:", "Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server web.", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". \nQuesto è un potenziale rischio di sicurezza o di riservatezza dei dati e noi consigliamo di modificare questa impostazione.", @@ -138,6 +140,8 @@ "access control" : "controllo d'accesso", "Could not unshare" : "Impossibile rimuovere la condivisione", "Share details could not be loaded for this item." : "I dettagli della condivisione non possono essere caricati per questo elemento.", + "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Almeno {count} carattere è richiesto per l'autocompletamento","Almeno {count} caratteri sono richiesti per l'autocompletamento"], + "This list is maybe truncated - please refine your search term to see more results." : "Questa lista potrebbe essere troncata - correggi i termini di ricerca per molti altri risultati.", "No users or groups found for {search}" : "Nessun utente o gruppo trovato per {search}", "No users found for {search}" : "Nessun utente trovato per {search}", "An error occurred. Please try again" : "Si è verificato un errore. Prova ancora", diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 869ec6055f..e3b9fcb52b 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -166,7 +166,7 @@ OC.L10N.register( "No app name specified" : "Не указано имя приложения", "App '%s' could not be installed!" : "Приложение '%s' не может быть установлено!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Приложение \"%s\" не может быть установлено, так как следующие зависимости не выполнены: %s", - "a safe home for all your data" : "надежный дом для ваших файлов", + "a safe home for all your data" : "надежный дом для всех ваших данных", "File is currently busy, please try again later" : "Файл в данный момент используется, повторите попытку позже.", "Can't read file" : "Не удается прочитать файл", "Application is not enabled" : "Приложение не разрешено", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index 92ea68f8ac..7ac544fd9f 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -164,7 +164,7 @@ "No app name specified" : "Не указано имя приложения", "App '%s' could not be installed!" : "Приложение '%s' не может быть установлено!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Приложение \"%s\" не может быть установлено, так как следующие зависимости не выполнены: %s", - "a safe home for all your data" : "надежный дом для ваших файлов", + "a safe home for all your data" : "надежный дом для всех ваших данных", "File is currently busy, please try again later" : "Файл в данный момент используется, повторите попытку позже.", "Can't read file" : "Не удается прочитать файл", "Application is not enabled" : "Приложение не разрешено", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index b820afadc5..6f4fda38a6 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -372,6 +372,7 @@ OC.L10N.register( "Hey there,

just letting you know that you now have an %s account.

Your username: %s
Access it: %s

" : "¿Qué tal?,

este mensaje es para hacerle saber que ahora tiene una %s cuenta.

Su nombre de usuario: %s
Acceda en: %s

", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, ¿qué tal?,\n\nEste mensaje es para hacerle saber que ahora tiene una cuenta %s.\n\nSu nombre de usuario: %s\nAcceda en: %s\n\n", "For password recovery and notifications" : "Para la recuperación de contraseña y notificaciones", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si desea apotar el proyecto\n\t\túnase al desarrollo\n\t\to\n\t\tdifunda la palabra!", "Add Group" : "Agregar grupo", "Group" : "Grupo", "Default Quota" : "Cuota por defecto.", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index 500a7f9153..77691ab80e 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -370,6 +370,7 @@ "Hey there,

just letting you know that you now have an %s account.

Your username: %s
Access it: %s

" : "¿Qué tal?,

este mensaje es para hacerle saber que ahora tiene una %s cuenta.

Su nombre de usuario: %s
Acceda en: %s

", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, ¿qué tal?,\n\nEste mensaje es para hacerle saber que ahora tiene una cuenta %s.\n\nSu nombre de usuario: %s\nAcceda en: %s\n\n", "For password recovery and notifications" : "Para la recuperación de contraseña y notificaciones", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si desea apotar el proyecto\n\t\túnase al desarrollo\n\t\to\n\t\tdifunda la palabra!", "Add Group" : "Agregar grupo", "Group" : "Grupo", "Default Quota" : "Cuota por defecto.", diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index 38d7d6aa38..ab82fb252c 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -372,6 +372,7 @@ OC.L10N.register( "Hey there,

just letting you know that you now have an %s account.

Your username: %s
Access it: %s

" : "Bonjour,

Un compte %s a été créé pour vous.

Votre nom d'utilisateur est : %s
Visitez votre compte : %s

", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,

Un compte %s a été créé pour vous.

Votre nom d'utilisateur est : %s
Visitez votre compte : %s

\n", "For password recovery and notifications" : "Pour la récupération de mot de passe et les notifications", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si vous voulez supporter le projet\n\t\trejoindre le développement\n\t\tou\n\t\tle promouvoir!", "Add Group" : "Ajouter groupe", "Group" : "Groupe", "Default Quota" : "Quota par défaut", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index 1c33d6914b..60c50acb5d 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -370,6 +370,7 @@ "Hey there,

just letting you know that you now have an %s account.

Your username: %s
Access it: %s

" : "Bonjour,

Un compte %s a été créé pour vous.

Votre nom d'utilisateur est : %s
Visitez votre compte : %s

", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,

Un compte %s a été créé pour vous.

Votre nom d'utilisateur est : %s
Visitez votre compte : %s

\n", "For password recovery and notifications" : "Pour la récupération de mot de passe et les notifications", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si vous voulez supporter le projet\n\t\trejoindre le développement\n\t\tou\n\t\tle promouvoir!", "Add Group" : "Ajouter groupe", "Group" : "Groupe", "Default Quota" : "Quota par défaut", diff --git a/settings/l10n/it.js b/settings/l10n/it.js index fac04c0e2f..505705ee69 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -27,6 +27,7 @@ OC.L10N.register( "Invalid mail address" : "Indirizzo email non valido", "No valid group selected" : "Nessun gruppo valido selezionato", "A user with that name already exists." : "Un utente con quel nome esiste già.", + "To send a password link to the user an email address is required." : "Per inviare un link password all'utente è richiesta una email.", "Unable to create user." : "Impossibile creare l'utente.", "Your %s account was created" : "Il tuo account %s è stato creato", "Unable to delete user." : "Impossibile eliminare l'utente.", @@ -56,6 +57,7 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Le applicazioni ufficiali sono sviluppate dalla comunità. Esse offrono nuove funzionalità e sono pronte per l'uso in produzione.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Le applicazioni approvate sono sviluppate da sviluppatori affidabili e hanno passato un rapido controllo di sicurezza. Sono attivamente mantenute in un deposito aperto del codice e i loro responsabili le ritengono pronte sia per un utilizzo casuale che per un utilizzo continuativo.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Questa applicazione non è stata sottoposta a controlli di sicurezza, è nuova o notoriamente instabile. Installala a tuo rischio.", + "Disabling app …" : "Disabilita applicazione...", "Error while disabling app" : "Errore durante la disattivazione", "Disable" : "Disabilita", "Enable" : "Abilita", @@ -276,6 +278,7 @@ OC.L10N.register( "Email" : "Posta elettronica", "Your email address" : "Il tuo indirizzo email", "No email address set" : "Nessun indirizzo email impostato", + "For password reset and notifications" : "Per il reset della password e notifiche", "Phone number" : "Numero di telefono", "Your phone number" : "Il tuo numero di telefono", "Address" : "Indirizzo", @@ -318,6 +321,7 @@ OC.L10N.register( "Show last log in" : "Mostra ultimo accesso", "Show user backend" : "Mostra il motore utente", "Send email to new user" : "Invia email al nuovo utente", + "When the password of the new user is left empty an activation email with a link to set the password is send to the user" : "Quando la password del nuovo utente è lasciata vuota una email con un link per impostare la password è inviata all'utente", "Show email address" : "Mostra l'indirizzo email", "E-Mail" : "Posta elettronica", "Create" : "Crea", @@ -368,6 +372,7 @@ OC.L10N.register( "Hey there,

just letting you know that you now have an %s account.

Your username: %s
Access it: %s

" : "Ciao,

volevo informarti che ora hai un account %s.

Il tuo nome utente: %s
Accedi: %s

", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ciao,\n\nvolevo informarti che ora hai un account %s.\n\nIl tuo nome utente: %s\nAccedi: %s\n\n", "For password recovery and notifications" : "Per il ripristino della password e per le notifiche", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Se vuoi supportare il progetto\n⇥⇥sviluppa\n⇥⇥o\n⇥⇥fai girare la voce!", "Add Group" : "Aggiungi gruppo", "Group" : "Gruppo", "Default Quota" : "Quota predefinita", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index e2dd0d891d..1ee7cf556c 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -25,6 +25,7 @@ "Invalid mail address" : "Indirizzo email non valido", "No valid group selected" : "Nessun gruppo valido selezionato", "A user with that name already exists." : "Un utente con quel nome esiste già.", + "To send a password link to the user an email address is required." : "Per inviare un link password all'utente è richiesta una email.", "Unable to create user." : "Impossibile creare l'utente.", "Your %s account was created" : "Il tuo account %s è stato creato", "Unable to delete user." : "Impossibile eliminare l'utente.", @@ -54,6 +55,7 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Le applicazioni ufficiali sono sviluppate dalla comunità. Esse offrono nuove funzionalità e sono pronte per l'uso in produzione.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Le applicazioni approvate sono sviluppate da sviluppatori affidabili e hanno passato un rapido controllo di sicurezza. Sono attivamente mantenute in un deposito aperto del codice e i loro responsabili le ritengono pronte sia per un utilizzo casuale che per un utilizzo continuativo.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Questa applicazione non è stata sottoposta a controlli di sicurezza, è nuova o notoriamente instabile. Installala a tuo rischio.", + "Disabling app …" : "Disabilita applicazione...", "Error while disabling app" : "Errore durante la disattivazione", "Disable" : "Disabilita", "Enable" : "Abilita", @@ -274,6 +276,7 @@ "Email" : "Posta elettronica", "Your email address" : "Il tuo indirizzo email", "No email address set" : "Nessun indirizzo email impostato", + "For password reset and notifications" : "Per il reset della password e notifiche", "Phone number" : "Numero di telefono", "Your phone number" : "Il tuo numero di telefono", "Address" : "Indirizzo", @@ -316,6 +319,7 @@ "Show last log in" : "Mostra ultimo accesso", "Show user backend" : "Mostra il motore utente", "Send email to new user" : "Invia email al nuovo utente", + "When the password of the new user is left empty an activation email with a link to set the password is send to the user" : "Quando la password del nuovo utente è lasciata vuota una email con un link per impostare la password è inviata all'utente", "Show email address" : "Mostra l'indirizzo email", "E-Mail" : "Posta elettronica", "Create" : "Crea", @@ -366,6 +370,7 @@ "Hey there,

just letting you know that you now have an %s account.

Your username: %s
Access it: %s

" : "Ciao,

volevo informarti che ora hai un account %s.

Il tuo nome utente: %s
Accedi: %s

", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ciao,\n\nvolevo informarti che ora hai un account %s.\n\nIl tuo nome utente: %s\nAccedi: %s\n\n", "For password recovery and notifications" : "Per il ripristino della password e per le notifiche", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Se vuoi supportare il progetto\n⇥⇥sviluppa\n⇥⇥o\n⇥⇥fai girare la voce!", "Add Group" : "Aggiungi gruppo", "Group" : "Gruppo", "Default Quota" : "Quota predefinita", diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index 80de60cbc3..c5c23bad83 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -372,6 +372,7 @@ OC.L10N.register( "Hey there,

just letting you know that you now have an %s account.

Your username: %s
Access it: %s

" : "Hallo daar,

we willen je laten weten dat je nu een %s account hebt.

Je gebruikersnaam: %s
Ga naar: %s

", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nwe willen je laten weten dat je nu een %s account hebt.\n\nJe gebruikersnaam: %s\nGa naar: %s\n\n", "For password recovery and notifications" : "Voor wachtwoordherstel en meldingen", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Ondersteun het project\n\t\tontwikkel het mee\n\t\tof\n\t\tverkondig het woord!", "Add Group" : "Groep toevoegen", "Group" : "Groep", "Default Quota" : "Standaard limiet", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index f7b95ae890..8de3e5d5e6 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -370,6 +370,7 @@ "Hey there,

just letting you know that you now have an %s account.

Your username: %s
Access it: %s

" : "Hallo daar,

we willen je laten weten dat je nu een %s account hebt.

Je gebruikersnaam: %s
Ga naar: %s

", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nwe willen je laten weten dat je nu een %s account hebt.\n\nJe gebruikersnaam: %s\nGa naar: %s\n\n", "For password recovery and notifications" : "Voor wachtwoordherstel en meldingen", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Ondersteun het project\n\t\tontwikkel het mee\n\t\tof\n\t\tverkondig het woord!", "Add Group" : "Groep toevoegen", "Group" : "Groep", "Default Quota" : "Standaard limiet",