[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2016-11-28 01:06:56 +00:00
parent 7e6f829d54
commit 4e682d4113
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
32 changed files with 144 additions and 4 deletions

View File

@ -24,6 +24,7 @@ OC.L10N.register(
"You commented on %1$s" : "Hozzászoltál ehhez: %1$s",
"You commented on {file}" : "Hozzászóltál ehhez: {file}",
"%1$s commented on %2$s" : "%1$s hozzászólt ehhez: %2$s",
"{author} commented on {file}" : "{author} hozzászólt ehhez: {file}",
"<strong>Comments</strong> for files" : "<strong>Hozzászólások</strong> fájlokhoz",
"A (now) deleted user mentioned you in a comment on \"%s\"." : "Egy (már) törölt felhasználó megemlített itt egy hozzászólásban: \"%s\".",
"%s mentioned you in a comment on \"%s\"." : "%s megemlített itt egy hozzászólásban: \"%s\".",

View File

@ -22,6 +22,7 @@
"You commented on %1$s" : "Hozzászoltál ehhez: %1$s",
"You commented on {file}" : "Hozzászóltál ehhez: {file}",
"%1$s commented on %2$s" : "%1$s hozzászólt ehhez: %2$s",
"{author} commented on {file}" : "{author} hozzászólt ehhez: {file}",
"<strong>Comments</strong> for files" : "<strong>Hozzászólások</strong> fájlokhoz",
"A (now) deleted user mentioned you in a comment on \"%s\"." : "Egy (már) törölt felhasználó megemlített itt egy hozzászólásban: \"%s\".",
"%s mentioned you in a comment on \"%s\"." : "%s megemlített itt egy hozzászólásban: \"%s\".",

View File

@ -41,6 +41,7 @@ OC.L10N.register(
"Open documentation" : "Apri la documentazione",
"Allow users on this server to send shares to other servers" : "Consenti agli utenti su questo server di inviare condivisioni ad altri server",
"Allow users on this server to receive shares from other servers" : "Consenti agli utenti su questo server di ricevere condivisioni da altri server",
"Enable lookups on lookup server" : "Abilita le ricerche sul server di ricerca",
"Federated Cloud" : "Cloud federata",
"Your Federated Cloud ID:" : "Il tuo ID di cloud federata:",
"Share it:" : "Condividilo:",

View File

@ -39,6 +39,7 @@
"Open documentation" : "Apri la documentazione",
"Allow users on this server to send shares to other servers" : "Consenti agli utenti su questo server di inviare condivisioni ad altri server",
"Allow users on this server to receive shares from other servers" : "Consenti agli utenti su questo server di ricevere condivisioni da altri server",
"Enable lookups on lookup server" : "Abilita le ricerche sul server di ricerca",
"Federated Cloud" : "Cloud federata",
"Your Federated Cloud ID:" : "Il tuo ID di cloud federata:",
"Share it:" : "Condividilo:",

View File

@ -8,6 +8,9 @@ OC.L10N.register(
"Federation" : "Egyesítés",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Az egyesítés lehetővé teszi a kapcsolódást más megbízható szerverekhez a felhasználói könyvtárak kicseréléséhez. Például ennek segítségével lesznek automatikusan kiegészítve a külső felhasználók az egyesített megosztáshoz.",
"Add server automatically once a federated share was created successfully" : "Szerver automatikus hozzáadása, ha az egyesített megosztás létrehozása sikeres",
"Trusted servers" : "Megbízható szerverek",
"+ Add trusted server" : "+ Megbízható szerver hozzáadása",
"Trusted server" : "Megbízható szerver",
"Add" : "Hozzáadás",
"Trusted Servers" : "Megbízható szerverek",
"+ Add Nextcloud server" : "+ Nextcloud szerver hozzáadása",

View File

@ -6,6 +6,9 @@
"Federation" : "Egyesítés",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Az egyesítés lehetővé teszi a kapcsolódást más megbízható szerverekhez a felhasználói könyvtárak kicseréléséhez. Például ennek segítségével lesznek automatikusan kiegészítve a külső felhasználók az egyesített megosztáshoz.",
"Add server automatically once a federated share was created successfully" : "Szerver automatikus hozzáadása, ha az egyesített megosztás létrehozása sikeres",
"Trusted servers" : "Megbízható szerverek",
"+ Add trusted server" : "+ Megbízható szerver hozzáadása",
"Trusted server" : "Megbízható szerver",
"Add" : "Hozzáadás",
"Trusted Servers" : "Megbízható szerverek",
"+ Add Nextcloud server" : "+ Nextcloud szerver hozzáadása",

View File

@ -76,6 +76,7 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n octet","%n octets"],
"Favorited" : "Marqué comme favori",
"Favorite" : "Favoris",
"Copy local link" : "Copier le dossier local",
"Folder" : "Dossier",
"New folder" : "Nouveau dossier",
"Upload" : "Chargement",

View File

@ -74,6 +74,7 @@
"_%n byte_::_%n bytes_" : ["%n octet","%n octets"],
"Favorited" : "Marqué comme favori",
"Favorite" : "Favoris",
"Copy local link" : "Copier le dossier local",
"Folder" : "Dossier",
"New folder" : "Nouveau dossier",
"Upload" : "Chargement",

View File

@ -60,6 +60,8 @@ OC.L10N.register(
"{user} accepted the remote share" : "{user} a accepté le partage distant",
"%1$s declined the remote share" : "%1$s a refusé le partage distant",
"{user} declined the remote share" : "{user} a refusé le partage distant",
"You received a new remote share %1$s from %2$s" : "L'utilisateur %2$s a partagé la ressource distante %1$s avec vous",
"You received a new remote share {file} from {user}" : "Vous avez reçu le partage distant {file} de {user}",
"%2$s accepted the remote share of %1$s" : "%2$s a accepté le partage distant de %1$s",
"{user} accepted the remote share of {file}" : "{user} a accepté le partage distant de {file}",
"%2$s declined the remote share of %1$s" : "%2$s a refusé le partage distant de %1$s",

View File

@ -58,6 +58,8 @@
"{user} accepted the remote share" : "{user} a accepté le partage distant",
"%1$s declined the remote share" : "%1$s a refusé le partage distant",
"{user} declined the remote share" : "{user} a refusé le partage distant",
"You received a new remote share %1$s from %2$s" : "L'utilisateur %2$s a partagé la ressource distante %1$s avec vous",
"You received a new remote share {file} from {user}" : "Vous avez reçu le partage distant {file} de {user}",
"%2$s accepted the remote share of %1$s" : "%2$s a accepté le partage distant de %1$s",
"{user} accepted the remote share of {file}" : "{user} a accepté le partage distant de {file}",
"%2$s declined the remote share of %1$s" : "%2$s a refusé le partage distant de %1$s",

View File

@ -28,10 +28,20 @@ OC.L10N.register(
"{email} downloaded {file}" : "{email} ha scaricato {file}",
"Shared with group %1$s" : "Condivisa con il gruppo %1$s",
"Shared with group {group}" : "Condivisa con il gruppo {group}",
"Removed share for group %1$s" : "Condivisione rimossa per %1$s",
"Removed share for group {group}" : "Condivisione rimossa per il gruppo {group}",
"%2$s shared with group %1$s" : "%2$s ha condiviso con il gruppo %1$s",
"{actor} shared with group {group}" : "{actor} ha condiviso con il gruppo {group}",
"%2$s removed share for group %1$s" : "%2$s ha rimosso la condivisione del gruppo %1$s",
"{actor} removed share for group {group}" : "{actor} ha rimosso la condivisione del gruppo {group}",
"You shared %1$s with group %2$s" : "Hai condiviso %1$s con il gruppo %2$s",
"You shared {file} with group {group}" : "Hai condiviso {file} con il gruppo {group}",
"You removed group %2$s from %1$s" : "Hai rimosso il gruppo %2$s da %1$s",
"You removed group {group} from {file}" : "Hai rimosso il gruppo {group} da {file}",
"%3$s shared %1$s with group %2$s" : "%3$s ha condiviso %1$s con il gruppo %2$s",
"{actor} shared {file} with group {group}" : "{actor} ha condiviso {file} con il gruppo {group}",
"%3$s removed group %2$s from %1$s" : "%3$s ha rimosso il gruppo %2$s da %1$s",
"{actor} removed group {group} from {file}" : "{actor} ha ti rimosso il gruppo {group} da {file}",
"Shared as public link" : "Condivisa tramite collegamento pubblico",
"Removed public link" : "Collegamento pubblico rimosso",
"%1$s shared as public link" : "%1$s condivisa tramite collegamento pubblico",
@ -42,8 +52,21 @@ OC.L10N.register(
"You shared {file} as public link" : "Hai condiviso {file} tramite collegamento",
"You removed public link for %1$s" : "Hai rimosso il collegamento pubblico per %1$s",
"You removed public link for {file}" : "Hai rimosso il collegamento pubblico per {file}",
"%2$s shared %1$s as public link" : "%2$s ha condiviso %1$s tramite collegamento pubblico",
"{actor} shared {file} as public link" : "{actor} ha condiviso {file} tramite collegamento pubblico",
"%2$s removed public link for %1$s" : "%2$s ha rimosso il collegamento pubblico per %1$s",
"{actor} removed public link for {file}" : "{actor} ha rimosso il collegamento pubblico per {file}",
"%1$s accepted the remote share" : "%1$s ha accettato la condivisione remota",
"{user} accepted the remote share" : "{user} ha accettato la condivisione remota",
"%1$s declined the remote share" : "%1$s ha rifiutato la condivisione remota",
"{user} declined the remote share" : "{user} ha rifiutato la condivisione remota",
"You received a new remote share %1$s from %2$s" : "Hai ricevuto una nuova condivisione remota %1$s da %2$s",
"You received a new remote share {file} from {user}" : "Hai ricevuto una nuova condivisione remota {file} da {user}",
"%2$s accepted the remote share of %1$s" : "%2$s ha accettato la condivisione remota di %1$s",
"{user} accepted the remote share of {file}" : "{user} ha accettato la condivisione remota di {file}",
"%2$s declined the remote share of %1$s" : "%2$s ha rifiutato la condivisione remota %1$s",
"{user} declined the remote share of {file}" : "{user} ha rifiutato la condivisione remota di {file}",
"%2$s unshared %1$s from you" : "%2$s ha rimosso la condivisione %1$s con te",
"{user} unshared {file} from you" : "{user} ha rimosso la condivisione {file} con te",
"Shared with %1$s" : "Condivisa con %1$s",
"Shared with {user}" : "Condivisa con {user}",
@ -52,6 +75,7 @@ OC.L10N.register(
"%2$s shared with %1$s" : "%2$s condivisa con %1$s",
"{actor} shared with {user}" : "{actor} ha condiviso con {user}",
"%2$s removed share for %1$s" : "%2$s ha rimosso la condivisione per %1$s",
"{actor} removed share for {user}" : "{actor} ha rimosso la condivisione con {user}",
"Shared by %1$s" : "Condivisa da %1$s",
"Shared by {actor}" : "Condiviso da {actor}",
"%1$s removed share" : "%1$s ha rimosso la condivisione",

View File

@ -26,10 +26,20 @@
"{email} downloaded {file}" : "{email} ha scaricato {file}",
"Shared with group %1$s" : "Condivisa con il gruppo %1$s",
"Shared with group {group}" : "Condivisa con il gruppo {group}",
"Removed share for group %1$s" : "Condivisione rimossa per %1$s",
"Removed share for group {group}" : "Condivisione rimossa per il gruppo {group}",
"%2$s shared with group %1$s" : "%2$s ha condiviso con il gruppo %1$s",
"{actor} shared with group {group}" : "{actor} ha condiviso con il gruppo {group}",
"%2$s removed share for group %1$s" : "%2$s ha rimosso la condivisione del gruppo %1$s",
"{actor} removed share for group {group}" : "{actor} ha rimosso la condivisione del gruppo {group}",
"You shared %1$s with group %2$s" : "Hai condiviso %1$s con il gruppo %2$s",
"You shared {file} with group {group}" : "Hai condiviso {file} con il gruppo {group}",
"You removed group %2$s from %1$s" : "Hai rimosso il gruppo %2$s da %1$s",
"You removed group {group} from {file}" : "Hai rimosso il gruppo {group} da {file}",
"%3$s shared %1$s with group %2$s" : "%3$s ha condiviso %1$s con il gruppo %2$s",
"{actor} shared {file} with group {group}" : "{actor} ha condiviso {file} con il gruppo {group}",
"%3$s removed group %2$s from %1$s" : "%3$s ha rimosso il gruppo %2$s da %1$s",
"{actor} removed group {group} from {file}" : "{actor} ha ti rimosso il gruppo {group} da {file}",
"Shared as public link" : "Condivisa tramite collegamento pubblico",
"Removed public link" : "Collegamento pubblico rimosso",
"%1$s shared as public link" : "%1$s condivisa tramite collegamento pubblico",
@ -40,8 +50,21 @@
"You shared {file} as public link" : "Hai condiviso {file} tramite collegamento",
"You removed public link for %1$s" : "Hai rimosso il collegamento pubblico per %1$s",
"You removed public link for {file}" : "Hai rimosso il collegamento pubblico per {file}",
"%2$s shared %1$s as public link" : "%2$s ha condiviso %1$s tramite collegamento pubblico",
"{actor} shared {file} as public link" : "{actor} ha condiviso {file} tramite collegamento pubblico",
"%2$s removed public link for %1$s" : "%2$s ha rimosso il collegamento pubblico per %1$s",
"{actor} removed public link for {file}" : "{actor} ha rimosso il collegamento pubblico per {file}",
"%1$s accepted the remote share" : "%1$s ha accettato la condivisione remota",
"{user} accepted the remote share" : "{user} ha accettato la condivisione remota",
"%1$s declined the remote share" : "%1$s ha rifiutato la condivisione remota",
"{user} declined the remote share" : "{user} ha rifiutato la condivisione remota",
"You received a new remote share %1$s from %2$s" : "Hai ricevuto una nuova condivisione remota %1$s da %2$s",
"You received a new remote share {file} from {user}" : "Hai ricevuto una nuova condivisione remota {file} da {user}",
"%2$s accepted the remote share of %1$s" : "%2$s ha accettato la condivisione remota di %1$s",
"{user} accepted the remote share of {file}" : "{user} ha accettato la condivisione remota di {file}",
"%2$s declined the remote share of %1$s" : "%2$s ha rifiutato la condivisione remota %1$s",
"{user} declined the remote share of {file}" : "{user} ha rifiutato la condivisione remota di {file}",
"%2$s unshared %1$s from you" : "%2$s ha rimosso la condivisione %1$s con te",
"{user} unshared {file} from you" : "{user} ha rimosso la condivisione {file} con te",
"Shared with %1$s" : "Condivisa con %1$s",
"Shared with {user}" : "Condivisa con {user}",
@ -50,6 +73,7 @@
"%2$s shared with %1$s" : "%2$s condivisa con %1$s",
"{actor} shared with {user}" : "{actor} ha condiviso con {user}",
"%2$s removed share for %1$s" : "%2$s ha rimosso la condivisione per %1$s",
"{actor} removed share for {user}" : "{actor} ha rimosso la condivisione con {user}",
"Shared by %1$s" : "Condivisa da %1$s",
"Shared by {actor}" : "Condiviso da {actor}",
"%1$s removed share" : "%1$s ha rimosso la condivisione",

View File

@ -25,7 +25,13 @@ OC.L10N.register(
"You deleted system tag %1$s" : "Törölted ezt a rendszer címkét: %1$s",
"You deleted system tag {systemtag}" : "Törölted ezt a rendszer címkét: {systemtag}",
"%1$s deleted system tag %2$s" : "%1$s törölte ezt a rendszer címkét: %2$s",
"{actor} deleted system tag {systemtag}" : "{actor} törölte ezt a rendszer címkét: {systemtag}",
"You updated system tag %2$s to %1$s" : "%2$s rendszer címke frissítve erre: %1$s",
"You updated system tag {oldsystemtag} to {newsystemtag}" : "{oldsystemtag} rendszer címke frissítve erre: {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s frissítette ezt a rendszer címkét erről: %3$s erre: %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} frissítette ezt a rendszer címkét: {oldsystemtag} erre: {newsystemtag}",
"You added system tag %2$s to %1$s" : "Hozzáadtad ezt a rendszer címkét: %2$s ehhez: %1$s",
"You added system tag {systemtag} to {file}" : "Hozzáadtad ezt a rendszer címkét: {systemtag} ehhez: {file}",
"%1$s added system tag %3$s to %2$s" : "%1$s hozzáadta ezt a rendszer címkét: %3$s ehhez: %2$s",
"%1$s removed system tag %3$s from %2$s" : "%1$s eltávolította ezt a rendszer címkét: %3$s innen: %2$s",
"%s (restricted)" : "%s (korlátozott)",

View File

@ -23,7 +23,13 @@
"You deleted system tag %1$s" : "Törölted ezt a rendszer címkét: %1$s",
"You deleted system tag {systemtag}" : "Törölted ezt a rendszer címkét: {systemtag}",
"%1$s deleted system tag %2$s" : "%1$s törölte ezt a rendszer címkét: %2$s",
"{actor} deleted system tag {systemtag}" : "{actor} törölte ezt a rendszer címkét: {systemtag}",
"You updated system tag %2$s to %1$s" : "%2$s rendszer címke frissítve erre: %1$s",
"You updated system tag {oldsystemtag} to {newsystemtag}" : "{oldsystemtag} rendszer címke frissítve erre: {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s frissítette ezt a rendszer címkét erről: %3$s erre: %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} frissítette ezt a rendszer címkét: {oldsystemtag} erre: {newsystemtag}",
"You added system tag %2$s to %1$s" : "Hozzáadtad ezt a rendszer címkét: %2$s ehhez: %1$s",
"You added system tag {systemtag} to {file}" : "Hozzáadtad ezt a rendszer címkét: {systemtag} ehhez: {file}",
"%1$s added system tag %3$s to %2$s" : "%1$s hozzáadta ezt a rendszer címkét: %3$s ehhez: %2$s",
"%1$s removed system tag %3$s from %2$s" : "%1$s eltávolította ezt a rendszer címkét: %3$s innen: %2$s",
"%s (restricted)" : "%s (korlátozott)",

View File

@ -14,8 +14,8 @@ OC.L10N.register(
"Added system tag {systemtag}" : "Aggiunta l'etichetta di sistema {systemtag}",
"%1$s added system tag %2$s" : "%1$s ha aggiunto l'etichetta di sistema %2$s",
"{actor} added system tag {systemtag}" : "{actor} ha aggiunto l'etichetta di sistema {systemtag}",
"Removed system tag %1$s" : "Rimossa l'etichetta di sistema %1$s",
"Removed system tag {systemtag}" : "Rimossa l'etichetta di sistema {systemtag}",
"Removed system tag %1$s" : "Etichetta di sistema %1$s rimossa",
"Removed system tag {systemtag}" : "Etichetta di sistema {systemtag} rimossa",
"%1$s removed system tag %2$s" : "%1$s ha rimosso l'etichetta di sistema %2$s",
"{actor} removed system tag {systemtag}" : "{actor} ha rimosso l'etichetta di sistema {systemtag}",
"You created system tag %1$s" : "Hai creato l'etichetta di sistema %1$s",
@ -25,10 +25,19 @@ OC.L10N.register(
"You deleted system tag %1$s" : "Hai eliminato l'etichetta di sistema %1$s",
"You deleted system tag {systemtag}" : "Hai eliminato l'etichetta di sistema {systemtag}",
"%1$s deleted system tag %2$s" : "%1$s ha eliminato l'etichetta di sistema %2$s",
"{actor} deleted system tag {systemtag}" : "{actor} ha eliminato l'etichetta di sistema {systemtag}",
"You updated system tag %2$s to %1$s" : "Hai aggiornato l'etichetta di sistema %2$s in %1$s",
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Hai aggiornato l'etichetta di sistema {oldsystemtag} in {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s ha aggiornato l'etichetta di sistema %3$s in %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} ha aggiornato l'etichetta di sistema {oldsystemtag} in {newsystemtag}",
"You added system tag %2$s to %1$s" : "Hai aggiunto l'etichetta di sistema %2$s a %1$s",
"You added system tag {systemtag} to {file}" : "Hai aggiunto l'etichetta di sistema {systemtag} a {file}",
"%1$s added system tag %3$s to %2$s" : "%1$s ha aggiunto l'etichetta di sistema %3$s a %2$s",
"{actor} added system tag {systemtag} to {file}" : "{actor} ha aggiunto l'etichetta di sistema {systemtag} a {file}",
"You removed system tag %2$s from %1$s" : "Hai rimosso l'etichetta di sistema %2$s da %1$s",
"You removed system tag {systemtag} from {file}" : "Hai rimosso l'etichetta di sistema {systemtag} da {file}",
"%1$s removed system tag %3$s from %2$s" : "%1$s ha rimosso l'etichetta di sistema %3$s da %2$s",
"{actor} removed system tag {systemtag} from {file}" : "{actor} ha rimosso l'etichetta di sistema {systemtag} da {file}",
"%s (restricted)" : "%s (limitato)",
"%s (invisible)" : "%s (invisibile)",
"<strong>System tags</strong> for a file have been modified" : "Le <strong>etichette di sistema</strong> per un file sono state modificate",

View File

@ -12,8 +12,8 @@
"Added system tag {systemtag}" : "Aggiunta l'etichetta di sistema {systemtag}",
"%1$s added system tag %2$s" : "%1$s ha aggiunto l'etichetta di sistema %2$s",
"{actor} added system tag {systemtag}" : "{actor} ha aggiunto l'etichetta di sistema {systemtag}",
"Removed system tag %1$s" : "Rimossa l'etichetta di sistema %1$s",
"Removed system tag {systemtag}" : "Rimossa l'etichetta di sistema {systemtag}",
"Removed system tag %1$s" : "Etichetta di sistema %1$s rimossa",
"Removed system tag {systemtag}" : "Etichetta di sistema {systemtag} rimossa",
"%1$s removed system tag %2$s" : "%1$s ha rimosso l'etichetta di sistema %2$s",
"{actor} removed system tag {systemtag}" : "{actor} ha rimosso l'etichetta di sistema {systemtag}",
"You created system tag %1$s" : "Hai creato l'etichetta di sistema %1$s",
@ -23,10 +23,19 @@
"You deleted system tag %1$s" : "Hai eliminato l'etichetta di sistema %1$s",
"You deleted system tag {systemtag}" : "Hai eliminato l'etichetta di sistema {systemtag}",
"%1$s deleted system tag %2$s" : "%1$s ha eliminato l'etichetta di sistema %2$s",
"{actor} deleted system tag {systemtag}" : "{actor} ha eliminato l'etichetta di sistema {systemtag}",
"You updated system tag %2$s to %1$s" : "Hai aggiornato l'etichetta di sistema %2$s in %1$s",
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Hai aggiornato l'etichetta di sistema {oldsystemtag} in {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s ha aggiornato l'etichetta di sistema %3$s in %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} ha aggiornato l'etichetta di sistema {oldsystemtag} in {newsystemtag}",
"You added system tag %2$s to %1$s" : "Hai aggiunto l'etichetta di sistema %2$s a %1$s",
"You added system tag {systemtag} to {file}" : "Hai aggiunto l'etichetta di sistema {systemtag} a {file}",
"%1$s added system tag %3$s to %2$s" : "%1$s ha aggiunto l'etichetta di sistema %3$s a %2$s",
"{actor} added system tag {systemtag} to {file}" : "{actor} ha aggiunto l'etichetta di sistema {systemtag} a {file}",
"You removed system tag %2$s from %1$s" : "Hai rimosso l'etichetta di sistema %2$s da %1$s",
"You removed system tag {systemtag} from {file}" : "Hai rimosso l'etichetta di sistema {systemtag} da {file}",
"%1$s removed system tag %3$s from %2$s" : "%1$s ha rimosso l'etichetta di sistema %3$s da %2$s",
"{actor} removed system tag {systemtag} from {file}" : "{actor} ha rimosso l'etichetta di sistema {systemtag} da {file}",
"%s (restricted)" : "%s (limitato)",
"%s (invisible)" : "%s (invisibile)",
"<strong>System tags</strong> for a file have been modified" : "Le <strong>etichette di sistema</strong> per un file sono state modificate",

View File

@ -47,6 +47,7 @@ OC.L10N.register(
"The %uid placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "La chaîne %uid est manquante. Cette chaîne est remplacée par l'identifiant de connexion lors des requêtes LDAP / AD.",
"Please provide a login name to test against" : "Veuillez indiquer un identifiant de connexion avec lequel tester.",
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "Les groupes sont désactivés car le serveur LDAP / AD ne prend pas en charge memberOf.",
"Password change rejected. Hint: " : "La modification du mot de passe a été rejetée. Indice :",
"LDAP / AD integration" : "Intégration LDAP/AD",
"_%s group found_::_%s groups found_" : ["%s groupe trouvé","%s groupes trouvés"],
"_%s user found_::_%s users found_" : ["%s utilisateur trouvé","%s utilisateurs trouvés"],
@ -142,6 +143,8 @@ OC.L10N.register(
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Si activé, les groupes contenant d'autres groupes sont pris en charge (fonctionne uniquement si l'attribut membre du groupe contient des DNs).",
"Paging chunksize" : "Paging chunksize",
"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Chunksize utilisée pour les recherches LDAP paginées qui peuvent retourner des résultats par lots comme une énumération d'utilisateurs ou de groupes. (Configurer à 0 pour désactiver les recherches LDAP paginées)",
"Enable LDAP password changes per user" : "Activer la modification du mot de passe LDAP par l'utilisateur",
"(New password is sent as plain text to LDAP)" : "(Le nouveau mot de passe a été envoyé en tant que texte brut par LDAP)",
"Special Attributes" : "Attributs spéciaux",
"Quota Field" : "Champ du quota",
"Quota Default" : "Quota par défaut",

View File

@ -45,6 +45,7 @@
"The %uid placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "La chaîne %uid est manquante. Cette chaîne est remplacée par l'identifiant de connexion lors des requêtes LDAP / AD.",
"Please provide a login name to test against" : "Veuillez indiquer un identifiant de connexion avec lequel tester.",
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "Les groupes sont désactivés car le serveur LDAP / AD ne prend pas en charge memberOf.",
"Password change rejected. Hint: " : "La modification du mot de passe a été rejetée. Indice :",
"LDAP / AD integration" : "Intégration LDAP/AD",
"_%s group found_::_%s groups found_" : ["%s groupe trouvé","%s groupes trouvés"],
"_%s user found_::_%s users found_" : ["%s utilisateur trouvé","%s utilisateurs trouvés"],
@ -140,6 +141,8 @@
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Si activé, les groupes contenant d'autres groupes sont pris en charge (fonctionne uniquement si l'attribut membre du groupe contient des DNs).",
"Paging chunksize" : "Paging chunksize",
"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Chunksize utilisée pour les recherches LDAP paginées qui peuvent retourner des résultats par lots comme une énumération d'utilisateurs ou de groupes. (Configurer à 0 pour désactiver les recherches LDAP paginées)",
"Enable LDAP password changes per user" : "Activer la modification du mot de passe LDAP par l'utilisateur",
"(New password is sent as plain text to LDAP)" : "(Le nouveau mot de passe a été envoyé en tant que texte brut par LDAP)",
"Special Attributes" : "Attributs spéciaux",
"Quota Field" : "Champ du quota",
"Quota Default" : "Quota par défaut",

View File

@ -39,6 +39,7 @@ OC.L10N.register(
"User found and settings verified." : "Felhasználó megtalálva, beállítások ellenőrizve.",
"Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter." : "Beállítások ellenőrizve, de egy felhasználó található. Csak az első léphet be automatikusan. Próbálj egy pontosabb szűrőt.",
"An unspecified error occurred. Please check the settings and the log." : "Meghatározatlan hiba történt. Kérlek ellenőrizd a beállításokat és a naplót.",
"Password change rejected. Hint: " : "Jelszó módosítás elutasítva. Tipp:",
"LDAP / AD integration" : "LDAP / AD integráció",
"_%s group found_::_%s groups found_" : ["%s csoport van","%s csoport van"],
"_%s user found_::_%s users found_" : ["%s felhasználó van","%s felhasználó van"],

View File

@ -37,6 +37,7 @@
"User found and settings verified." : "Felhasználó megtalálva, beállítások ellenőrizve.",
"Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter." : "Beállítások ellenőrizve, de egy felhasználó található. Csak az első léphet be automatikusan. Próbálj egy pontosabb szűrőt.",
"An unspecified error occurred. Please check the settings and the log." : "Meghatározatlan hiba történt. Kérlek ellenőrizd a beállításokat és a naplót.",
"Password change rejected. Hint: " : "Jelszó módosítás elutasítva. Tipp:",
"LDAP / AD integration" : "LDAP / AD integráció",
"_%s group found_::_%s groups found_" : ["%s csoport van","%s csoport van"],
"_%s user found_::_%s users found_" : ["%s felhasználó van","%s felhasználó van"],

View File

@ -143,6 +143,9 @@ OC.L10N.register(
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando è attivato, i gruppi che contengono altri gruppi sono supportati. (Funziona solo se l'attributo del gruppo membro contiene DN.)",
"Paging chunksize" : "Dimensione del blocco di paginazione",
"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Dimensione del blocco per le ricerche LDAP paginate che potrebbero restituire risultati pesanti come l'enumerazione di utenti o gruppi.(L'impostazione a 0 disabilita le ricerche LDAP paginate in questi casi.)",
"Enable LDAP password changes per user" : "Abilita le modifiche per utente della password LDAP",
"Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Consente agli utenti LDAP di cambiare la propria password e consente al super amministratore e agli amministratori dei gruppi di cambiare la password dei rispettivi utenti LDAP. Funziona solo se i criteri di controllo di accesso sono configurati in accordo sul server LDAP. Poiché le password sono inviate in chiaro al server LDAP, è necessario utilizzare la cifratura del trasporto e configurare la creazione di un hash della password sul server LDAP.",
"(New password is sent as plain text to LDAP)" : "(La nuova password è inviata in chiaro a LDAP)",
"Special Attributes" : "Attributi speciali",
"Quota Field" : "Campo Quota",
"Quota Default" : "Quota predefinita",

View File

@ -141,6 +141,9 @@
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando è attivato, i gruppi che contengono altri gruppi sono supportati. (Funziona solo se l'attributo del gruppo membro contiene DN.)",
"Paging chunksize" : "Dimensione del blocco di paginazione",
"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Dimensione del blocco per le ricerche LDAP paginate che potrebbero restituire risultati pesanti come l'enumerazione di utenti o gruppi.(L'impostazione a 0 disabilita le ricerche LDAP paginate in questi casi.)",
"Enable LDAP password changes per user" : "Abilita le modifiche per utente della password LDAP",
"Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Consente agli utenti LDAP di cambiare la propria password e consente al super amministratore e agli amministratori dei gruppi di cambiare la password dei rispettivi utenti LDAP. Funziona solo se i criteri di controllo di accesso sono configurati in accordo sul server LDAP. Poiché le password sono inviate in chiaro al server LDAP, è necessario utilizzare la cifratura del trasporto e configurare la creazione di un hash della password sul server LDAP.",
"(New password is sent as plain text to LDAP)" : "(La nuova password è inviata in chiaro a LDAP)",
"Special Attributes" : "Attributi speciali",
"Quota Field" : "Campo Quota",
"Quota Default" : "Quota predefinita",

View File

@ -46,6 +46,7 @@ OC.L10N.register(
"The given IP range is invalid" : "La plage d'adresse IP donnée est invalide",
"The given IP range is not valid for IPv4" : "La plage d'adresse IP donnée n'est pas valide pour l'IPv4",
"The given IP range is not valid for IPv6" : "La plage d'adresse IP donnée n'est pas valide pour l'IPv6",
"The given time span is invalid" : "La durée est invalide",
"The given start time is invalid" : "La date de début est invalide",
"The given end time is invalid" : "La date de fin est invalide",
"The given group does not exist" : "Le groupe donné n'existe pas",
@ -53,6 +54,9 @@ OC.L10N.register(
"Operation #%s does not exist" : "L'opération #%s n'existe pas",
"Operation %s does not exist" : "L'opération %s n'existe pas",
"Operation %s is invalid" : "L'opération %s est invalide",
"Check %s does not exist" : "Vérifiez si %s n'existe pas",
"Check %s is invalid" : "Vérifiez si %s est invalide",
"Check #%s does not exist" : "Vérifiez si #%s n'existe pas",
"Workflow" : "Flux d'activités",
"Open documentation" : "Voir la documentation",
"Add rule group" : "Ajouter une règle de groupe",

View File

@ -44,6 +44,7 @@
"The given IP range is invalid" : "La plage d'adresse IP donnée est invalide",
"The given IP range is not valid for IPv4" : "La plage d'adresse IP donnée n'est pas valide pour l'IPv4",
"The given IP range is not valid for IPv6" : "La plage d'adresse IP donnée n'est pas valide pour l'IPv6",
"The given time span is invalid" : "La durée est invalide",
"The given start time is invalid" : "La date de début est invalide",
"The given end time is invalid" : "La date de fin est invalide",
"The given group does not exist" : "Le groupe donné n'existe pas",
@ -51,6 +52,9 @@
"Operation #%s does not exist" : "L'opération #%s n'existe pas",
"Operation %s does not exist" : "L'opération %s n'existe pas",
"Operation %s is invalid" : "L'opération %s est invalide",
"Check %s does not exist" : "Vérifiez si %s n'existe pas",
"Check %s is invalid" : "Vérifiez si %s est invalide",
"Check #%s does not exist" : "Vérifiez si #%s n'existe pas",
"Workflow" : "Flux d'activités",
"Open documentation" : "Voir la documentation",
"Add rule group" : "Ajouter une règle de groupe",

View File

@ -122,6 +122,7 @@ OC.L10N.register(
"Link" : "Collegamento",
"Password protect" : "Proteggi con password",
"Allow upload and editing" : "Consenti il caricamento e la modifica",
"File drop (upload only)" : "Rilascia file (solo caricamento)",
"Email link to person" : "Invia collegamento via email",
"Send" : "Invia",
"Shared with you and the group {group} by {owner}" : "Condiviso con te e con il gruppo {group} da {owner}",

View File

@ -120,6 +120,7 @@
"Link" : "Collegamento",
"Password protect" : "Proteggi con password",
"Allow upload and editing" : "Consenti il caricamento e la modifica",
"File drop (upload only)" : "Rilascia file (solo caricamento)",
"Email link to person" : "Invia collegamento via email",
"Send" : "Invia",
"Shared with you and the group {group} by {owner}" : "Condiviso con te e con il gruppo {group} da {owner}",

View File

@ -280,11 +280,14 @@ OC.L10N.register(
"Website" : "Site web",
"Your website" : "Votre site web",
"Twitter" : "Twitter",
"Your Twitter handle" : "Votre pseudo Twitter",
"No display name set" : "Aucun nom d'affichage configuré",
"No email address set" : "Aucune adresse e-mail configurée",
"Phone" : "Téléphone",
"No phone number set" : "Aucun numéro de téléphone renseigné",
"No address set" : "Aucune adresse configurée",
"No website set" : "Aucun site web configuré",
"No twitter handle set" : "Aucun pseudo Twitter renseigné",
"You are member of the following groups:" : "Vous êtes membre des groupes suivants :",
"Password" : "Mot de passe",
"Current password" : "Mot de passe actuel",

View File

@ -278,11 +278,14 @@
"Website" : "Site web",
"Your website" : "Votre site web",
"Twitter" : "Twitter",
"Your Twitter handle" : "Votre pseudo Twitter",
"No display name set" : "Aucun nom d'affichage configuré",
"No email address set" : "Aucune adresse e-mail configurée",
"Phone" : "Téléphone",
"No phone number set" : "Aucun numéro de téléphone renseigné",
"No address set" : "Aucune adresse configurée",
"No website set" : "Aucun site web configuré",
"No twitter handle set" : "Aucun pseudo Twitter renseigné",
"You are member of the following groups:" : "Vous êtes membre des groupes suivants :",
"Password" : "Mot de passe",
"Current password" : "Mot de passe actuel",

View File

@ -31,6 +31,7 @@ OC.L10N.register(
"Unable to delete user." : "Nem lehet törölni a felhasználót.",
"Settings saved" : "Beállítások elmentve",
"Unable to change full name" : "Nem sikerült megváltoztatni a teljes nevét",
"Unable to change email address" : "Nem lehet megváltoztatni az e-mail címet",
"Your full name has been changed." : "Az Ön teljes nevét módosítottuk.",
"Forbidden" : "Tiltott",
"Invalid user" : "Érvénytelen felhasználó",

View File

@ -29,6 +29,7 @@
"Unable to delete user." : "Nem lehet törölni a felhasználót.",
"Settings saved" : "Beállítások elmentve",
"Unable to change full name" : "Nem sikerült megváltoztatni a teljes nevét",
"Unable to change email address" : "Nem lehet megváltoztatni az e-mail címet",
"Your full name has been changed." : "Az Ön teljes nevét módosítottuk.",
"Forbidden" : "Tiltott",
"Invalid user" : "Érvénytelen felhasználó",

View File

@ -31,6 +31,7 @@ OC.L10N.register(
"Unable to delete user." : "Impossibile eliminare l'utente.",
"Settings saved" : "Impostazioni salvate",
"Unable to change full name" : "Impossibile cambiare il nome completo",
"Unable to change email address" : "Impossibile cambiare l'indirizzo di posta",
"Your full name has been changed." : "Il tuo nome completo è stato cambiato.",
"Forbidden" : "Vietato",
"Invalid user" : "Utente non valido",
@ -106,7 +107,9 @@ OC.L10N.register(
"Only visible to local users" : "Visibile solo agli utenti locali",
"Only visible to you" : "Visibile solo a te",
"Contacts" : "Contatti",
"Visible to local users and to trusted servers" : "Visibile agli utenti locali e ai server affidabili",
"Public" : "Pubblico",
"Will be synced to a global and public address book" : "Sarà sincronizzato con una rubrica globale e pubblica",
"Select a profile picture" : "Seleziona un'immagine del profilo",
"Very weak password" : "Password molto debole",
"Weak password" : "Password debole",
@ -274,14 +277,18 @@ OC.L10N.register(
"Phone number" : "Numero di telefono",
"Your phone number" : "Il tuo numero di telefono",
"Address" : "Indirizzo",
"Your postal address" : "Il tuo indirizzo postale",
"Website" : "Sito web",
"Your website" : "Il tuo sito web",
"Twitter" : "Twitter",
"Your Twitter handle" : "Il tuo nome utente su Twitter",
"No display name set" : "Nome visualizzato non impostato",
"No email address set" : "Nessun indirizzo email impostato",
"Phone" : "Telefono",
"No phone number set" : "Nessun numero di telefono impostato",
"No address set" : "Nessun indirizzo impostato",
"No website set" : "Nessuna sito web impostato",
"No twitter handle set" : "Nessun nome utente di Twitter impostato",
"You are member of the following groups:" : "Sei membro dei seguenti gruppi:",
"Password" : "Password",
"Current password" : "Password attuale",

View File

@ -29,6 +29,7 @@
"Unable to delete user." : "Impossibile eliminare l'utente.",
"Settings saved" : "Impostazioni salvate",
"Unable to change full name" : "Impossibile cambiare il nome completo",
"Unable to change email address" : "Impossibile cambiare l'indirizzo di posta",
"Your full name has been changed." : "Il tuo nome completo è stato cambiato.",
"Forbidden" : "Vietato",
"Invalid user" : "Utente non valido",
@ -104,7 +105,9 @@
"Only visible to local users" : "Visibile solo agli utenti locali",
"Only visible to you" : "Visibile solo a te",
"Contacts" : "Contatti",
"Visible to local users and to trusted servers" : "Visibile agli utenti locali e ai server affidabili",
"Public" : "Pubblico",
"Will be synced to a global and public address book" : "Sarà sincronizzato con una rubrica globale e pubblica",
"Select a profile picture" : "Seleziona un'immagine del profilo",
"Very weak password" : "Password molto debole",
"Weak password" : "Password debole",
@ -272,14 +275,18 @@
"Phone number" : "Numero di telefono",
"Your phone number" : "Il tuo numero di telefono",
"Address" : "Indirizzo",
"Your postal address" : "Il tuo indirizzo postale",
"Website" : "Sito web",
"Your website" : "Il tuo sito web",
"Twitter" : "Twitter",
"Your Twitter handle" : "Il tuo nome utente su Twitter",
"No display name set" : "Nome visualizzato non impostato",
"No email address set" : "Nessun indirizzo email impostato",
"Phone" : "Telefono",
"No phone number set" : "Nessun numero di telefono impostato",
"No address set" : "Nessun indirizzo impostato",
"No website set" : "Nessuna sito web impostato",
"No twitter handle set" : "Nessun nome utente di Twitter impostato",
"You are member of the following groups:" : "Sei membro dei seguenti gruppi:",
"Password" : "Password",
"Current password" : "Password attuale",