summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-11-06 01:07:48 +0000
committerNextcloud bot <bot@nextcloud.com>2016-11-06 01:07:48 +0000
commite2170404028b4192fd1b78fa75dd8d111595e097 (patch)
tree339220d256b2ce32a335a2ed9b2b0042faaeb29e
parenta756396739bc76d3a8e96c2a1ab291254650fe6f (diff)
downloadnextcloud-server-e2170404028b4192fd1b78fa75dd8d111595e097.tar.gz
nextcloud-server-e2170404028b4192fd1b78fa75dd8d111595e097.zip
[tx-robot] updated from transifex
-rw-r--r--apps/dav/l10n/de_DE.js37
-rw-r--r--apps/dav/l10n/de_DE.json37
-rw-r--r--apps/dav/l10n/it.js27
-rw-r--r--apps/dav/l10n/it.json27
-rw-r--r--apps/files/l10n/cs_CZ.js5
-rw-r--r--apps/files/l10n/cs_CZ.json5
-rw-r--r--core/l10n/cs_CZ.js8
-rw-r--r--core/l10n/cs_CZ.json8
-rw-r--r--core/l10n/it.js14
-rw-r--r--core/l10n/it.json14
-rw-r--r--lib/l10n/it.js1
-rw-r--r--lib/l10n/it.json1
-rw-r--r--settings/l10n/cs_CZ.js2
-rw-r--r--settings/l10n/cs_CZ.json2
-rw-r--r--settings/l10n/it.js4
-rw-r--r--settings/l10n/it.json4
16 files changed, 196 insertions, 0 deletions
diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js
index f25e1fcd4cc..55417df1754 100644
--- a/apps/dav/l10n/de_DE.js
+++ b/apps/dav/l10n/de_DE.js
@@ -1,6 +1,43 @@
OC.L10N.register(
"dav",
{
+ "A <strong>calendar</strong> was modified" : "Ein <strong>Kalender</strong> wurde bearbeitet",
+ "A calendar <strong>event</strong> was modified" : "Ein <strong>Ereignis</strong> wurde bearbeitet",
+ "A calendar <strong>todo</strong> was modified" : "Eine <strong>Aufgabe</strong> wurde bearbeitet",
+ "%1$s created calendar %2$s" : "%1$s hat den Kalender %2$s erstellt",
+ "You created calendar %2$s" : "Sie haben den Kalender %2$s erstellt",
+ "%1$s deleted calendar %2$s" : "%1$s hat den Kalender %2$s entfernt",
+ "You deleted calendar %2$s" : "Sie haben den Kalender %2$s entfernt",
+ "%1$s updated calendar %2$s" : "%1$s hat den Kalender %2$s aktualisiert",
+ "You updated calendar %2$s" : "Sie haben den Kalender %2$s aktualisiert",
+ "%1$s shared calendar %2$s with you" : "%1$s hat den Kalender %2$s mit Ihnen geteilt",
+ "You shared calendar %2$s with %1$s" : "Sie haben den Kalender %2$s mit %1$s geteilt",
+ "%3$s shared calendar %2$s with %1$s" : "%3$s hat den Kalender %2$s mit %1$s geteilt",
+ "%1$s unshared calendar %2$s from you" : "%1$s teilt den Kalender %2$s nicht mehr mit Ihnen",
+ "You unshared calendar %2$s from %1$s" : "Sie haben den Kalender %2$s nicht mehr mit %1$s geteilt",
+ "%3$s unshared calendar %2$s from %1$s" : "%3$s hat den Kalender %2$s nicht mehr mit %1$s geteilt",
+ "You shared calendar %2$s with group %1$s" : "Sie haben den Kalender %2$s mit der Gruppe %1$s geteilt",
+ "%3$s shared calendar %2$s with group %1$s" : "%3$s hat den Kalender %2$s mit der Gruppe %1$s geteilt",
+ "You unshared calendar %2$s from group %1$s" : "Der Kalender %2$s ist nicht mehr mit der Gruppe %1$s geteilt",
+ "%3$s unshared calendar %2$s from group %1$s" : "%3$s hat den Kalender %2$s nicht mehr mit der Gruppe %1$s geteilt",
+ "%1$s created event %3$s in calendar %2$s" : "%1$s hat das Ereignis %3$s in Kalender %2$s erstellt",
+ "You created event %3$s in calendar %2$s" : "Sie haben das Ereignis %3$s in Kalender %2$s erstellt",
+ "%1$s deleted event %3$s from calendar %2$s" : "%1$s hat das Ereignis %3$s von Kalender %2$s entfernt",
+ "You deleted event %3$s from calendar %2$s" : "Sie haben das Ereignis %3$s von Kalender %2$s entfernt",
+ "%1$s updated event %3$s in calendar %2$s" : "%1$s hat das Ereignis %3$s in Kalender %2$s aktualisiert",
+ "You updated event %3$s in calendar %2$s" : "Sie haben das Ereignis %3$s in Kalender %2$s aktualisiert",
+ "%1$s created todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erstellt",
+ "You created todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s erstellt",
+ "%1$s deleted todo %3$s from list %2$s" : "%1$s hat die Aufgabe %3$s von Liste %2$s entfernt",
+ "You deleted todo %3$s from list %2$s" : "SIe haben die Aufgabe %3$s von Liste %2$s entfernt",
+ "%1$s updated todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s aktualisiert",
+ "You updated todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s aktualisiert",
+ "%1$s solved todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erledigt",
+ "You solved todo %3$s in list %2$s" : "Sie haben die Aufgabe %3$s in Liste %2$s erledigt",
+ "%1$s reopened todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s wiedereröffnet",
+ "You reopened todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s wiedereröffnet",
+ "Calendar" : "Kalender",
+ "Todos" : "Aufgaben",
"Contact birthdays" : "Geburtstage von Kontakten",
"Personal" : "Persönlich",
"Contacts" : "Kontakte",
diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json
index 0b7b0ebb7f0..196e542c500 100644
--- a/apps/dav/l10n/de_DE.json
+++ b/apps/dav/l10n/de_DE.json
@@ -1,4 +1,41 @@
{ "translations": {
+ "A <strong>calendar</strong> was modified" : "Ein <strong>Kalender</strong> wurde bearbeitet",
+ "A calendar <strong>event</strong> was modified" : "Ein <strong>Ereignis</strong> wurde bearbeitet",
+ "A calendar <strong>todo</strong> was modified" : "Eine <strong>Aufgabe</strong> wurde bearbeitet",
+ "%1$s created calendar %2$s" : "%1$s hat den Kalender %2$s erstellt",
+ "You created calendar %2$s" : "Sie haben den Kalender %2$s erstellt",
+ "%1$s deleted calendar %2$s" : "%1$s hat den Kalender %2$s entfernt",
+ "You deleted calendar %2$s" : "Sie haben den Kalender %2$s entfernt",
+ "%1$s updated calendar %2$s" : "%1$s hat den Kalender %2$s aktualisiert",
+ "You updated calendar %2$s" : "Sie haben den Kalender %2$s aktualisiert",
+ "%1$s shared calendar %2$s with you" : "%1$s hat den Kalender %2$s mit Ihnen geteilt",
+ "You shared calendar %2$s with %1$s" : "Sie haben den Kalender %2$s mit %1$s geteilt",
+ "%3$s shared calendar %2$s with %1$s" : "%3$s hat den Kalender %2$s mit %1$s geteilt",
+ "%1$s unshared calendar %2$s from you" : "%1$s teilt den Kalender %2$s nicht mehr mit Ihnen",
+ "You unshared calendar %2$s from %1$s" : "Sie haben den Kalender %2$s nicht mehr mit %1$s geteilt",
+ "%3$s unshared calendar %2$s from %1$s" : "%3$s hat den Kalender %2$s nicht mehr mit %1$s geteilt",
+ "You shared calendar %2$s with group %1$s" : "Sie haben den Kalender %2$s mit der Gruppe %1$s geteilt",
+ "%3$s shared calendar %2$s with group %1$s" : "%3$s hat den Kalender %2$s mit der Gruppe %1$s geteilt",
+ "You unshared calendar %2$s from group %1$s" : "Der Kalender %2$s ist nicht mehr mit der Gruppe %1$s geteilt",
+ "%3$s unshared calendar %2$s from group %1$s" : "%3$s hat den Kalender %2$s nicht mehr mit der Gruppe %1$s geteilt",
+ "%1$s created event %3$s in calendar %2$s" : "%1$s hat das Ereignis %3$s in Kalender %2$s erstellt",
+ "You created event %3$s in calendar %2$s" : "Sie haben das Ereignis %3$s in Kalender %2$s erstellt",
+ "%1$s deleted event %3$s from calendar %2$s" : "%1$s hat das Ereignis %3$s von Kalender %2$s entfernt",
+ "You deleted event %3$s from calendar %2$s" : "Sie haben das Ereignis %3$s von Kalender %2$s entfernt",
+ "%1$s updated event %3$s in calendar %2$s" : "%1$s hat das Ereignis %3$s in Kalender %2$s aktualisiert",
+ "You updated event %3$s in calendar %2$s" : "Sie haben das Ereignis %3$s in Kalender %2$s aktualisiert",
+ "%1$s created todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erstellt",
+ "You created todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s erstellt",
+ "%1$s deleted todo %3$s from list %2$s" : "%1$s hat die Aufgabe %3$s von Liste %2$s entfernt",
+ "You deleted todo %3$s from list %2$s" : "SIe haben die Aufgabe %3$s von Liste %2$s entfernt",
+ "%1$s updated todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s aktualisiert",
+ "You updated todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s aktualisiert",
+ "%1$s solved todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erledigt",
+ "You solved todo %3$s in list %2$s" : "Sie haben die Aufgabe %3$s in Liste %2$s erledigt",
+ "%1$s reopened todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s wiedereröffnet",
+ "You reopened todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s wiedereröffnet",
+ "Calendar" : "Kalender",
+ "Todos" : "Aufgaben",
"Contact birthdays" : "Geburtstage von Kontakten",
"Personal" : "Persönlich",
"Contacts" : "Kontakte",
diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js
index d8b46e18ab9..8a5f90b21b7 100644
--- a/apps/dav/l10n/it.js
+++ b/apps/dav/l10n/it.js
@@ -1,6 +1,33 @@
OC.L10N.register(
"dav",
{
+ "A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> è stato modificato",
+ "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> di calendario è stato modificato",
+ "A calendar <strong>todo</strong> was modified" : "Una <strong>cosa da fare</strong> del calendario è stato modificata",
+ "%1$s created calendar %2$s" : "%1$s ha creato il calendario %2$s",
+ "You created calendar %2$s" : "Hai creato il calendario %2$s",
+ "%1$s deleted calendar %2$s" : "%1$s ha eliminato il calendario %2$s",
+ "You deleted calendar %2$s" : "Hai eliminato il calendario %2$s",
+ "%1$s updated calendar %2$s" : "%1$s ha aggiornato il calendario %2$s",
+ "You updated calendar %2$s" : "Hai aggiornato il calendario %2$s",
+ "%1$s shared calendar %2$s with you" : "%1$s ha condiviso il calendario %2$s con te",
+ "You shared calendar %2$s with %1$s" : "Hai condiviso il calendario %2$s con %1$s",
+ "%3$s shared calendar %2$s with %1$s" : "%3$s ha condiviso il calendario %2$s con %1$s",
+ "%1$s unshared calendar %2$s from you" : "%1$s ha rimosso la condivisione %2$s con te",
+ "You unshared calendar %2$s from %1$s" : "Hai rimosso la condivisione del calendario %2$s da %1$s",
+ "%3$s unshared calendar %2$s from %1$s" : "%3$s ha rimosso la condivisione %2$s con %1$s",
+ "You shared calendar %2$s with group %1$s" : "Hai condiviso il calendario %2$s con il gruppo %1$s",
+ "%3$s shared calendar %2$s with group %1$s" : "%3$s ha condiviso il calendario %2$s con il gruppo %1$s",
+ "You unshared calendar %2$s from group %1$s" : "Hai rimosso la condivisione del calendario %2$s con il gruppo %1$s",
+ "%3$s unshared calendar %2$s from group %1$s" : "%3$s ha rimosso la condivisione %2$s con il gruppo %1$s",
+ "%1$s created event %3$s in calendar %2$s" : "%1$s ha creato l'evento %3$s nel calendario %2$s",
+ "You created event %3$s in calendar %2$s" : "Hai creato l'evento %3$s nel calendario %2$s",
+ "%1$s deleted event %3$s from calendar %2$s" : "%1$s ha eliminato l'evento %3$s dal calendario %2$s",
+ "You deleted event %3$s from calendar %2$s" : "Hai eliminato l'evento %3$s dal calendario %2$s",
+ "%1$s updated event %3$s in calendar %2$s" : "%1$s ha aggiornato l'evento %3$s nel calendario %2$s",
+ "You updated event %3$s in calendar %2$s" : "Hai aggiornato l'evento %3$s nel calendario %2$s",
+ "Calendar" : "Calendario",
+ "Todos" : "Cose da fare",
"Contact birthdays" : "Date di nascita dei contatti",
"Personal" : "Personale",
"Contacts" : "Contatti",
diff --git a/apps/dav/l10n/it.json b/apps/dav/l10n/it.json
index aa6b9cb8205..d368778726c 100644
--- a/apps/dav/l10n/it.json
+++ b/apps/dav/l10n/it.json
@@ -1,4 +1,31 @@
{ "translations": {
+ "A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> è stato modificato",
+ "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> di calendario è stato modificato",
+ "A calendar <strong>todo</strong> was modified" : "Una <strong>cosa da fare</strong> del calendario è stato modificata",
+ "%1$s created calendar %2$s" : "%1$s ha creato il calendario %2$s",
+ "You created calendar %2$s" : "Hai creato il calendario %2$s",
+ "%1$s deleted calendar %2$s" : "%1$s ha eliminato il calendario %2$s",
+ "You deleted calendar %2$s" : "Hai eliminato il calendario %2$s",
+ "%1$s updated calendar %2$s" : "%1$s ha aggiornato il calendario %2$s",
+ "You updated calendar %2$s" : "Hai aggiornato il calendario %2$s",
+ "%1$s shared calendar %2$s with you" : "%1$s ha condiviso il calendario %2$s con te",
+ "You shared calendar %2$s with %1$s" : "Hai condiviso il calendario %2$s con %1$s",
+ "%3$s shared calendar %2$s with %1$s" : "%3$s ha condiviso il calendario %2$s con %1$s",
+ "%1$s unshared calendar %2$s from you" : "%1$s ha rimosso la condivisione %2$s con te",
+ "You unshared calendar %2$s from %1$s" : "Hai rimosso la condivisione del calendario %2$s da %1$s",
+ "%3$s unshared calendar %2$s from %1$s" : "%3$s ha rimosso la condivisione %2$s con %1$s",
+ "You shared calendar %2$s with group %1$s" : "Hai condiviso il calendario %2$s con il gruppo %1$s",
+ "%3$s shared calendar %2$s with group %1$s" : "%3$s ha condiviso il calendario %2$s con il gruppo %1$s",
+ "You unshared calendar %2$s from group %1$s" : "Hai rimosso la condivisione del calendario %2$s con il gruppo %1$s",
+ "%3$s unshared calendar %2$s from group %1$s" : "%3$s ha rimosso la condivisione %2$s con il gruppo %1$s",
+ "%1$s created event %3$s in calendar %2$s" : "%1$s ha creato l'evento %3$s nel calendario %2$s",
+ "You created event %3$s in calendar %2$s" : "Hai creato l'evento %3$s nel calendario %2$s",
+ "%1$s deleted event %3$s from calendar %2$s" : "%1$s ha eliminato l'evento %3$s dal calendario %2$s",
+ "You deleted event %3$s from calendar %2$s" : "Hai eliminato l'evento %3$s dal calendario %2$s",
+ "%1$s updated event %3$s in calendar %2$s" : "%1$s ha aggiornato l'evento %3$s nel calendario %2$s",
+ "You updated event %3$s in calendar %2$s" : "Hai aggiornato l'evento %3$s nel calendario %2$s",
+ "Calendar" : "Calendario",
+ "Todos" : "Cose da fare",
"Contact birthdays" : "Date di nascita dei contatti",
"Personal" : "Personale",
"Contacts" : "Contatti",
diff --git a/apps/files/l10n/cs_CZ.js b/apps/files/l10n/cs_CZ.js
index b2aa75c7c15..d9455874cb0 100644
--- a/apps/files/l10n/cs_CZ.js
+++ b/apps/files/l10n/cs_CZ.js
@@ -124,6 +124,11 @@ OC.L10N.register(
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru.",
"No favorites" : "Žádné oblíbené",
"Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a adresáře označené jako oblíbené",
+ "Shared with you" : "Sdíleno s vámi",
+ "Shared with others" : "Sdíleno s ostatními",
+ "Shared by link" : "Sdíleno pomocí odkazu",
+ "Tags" : "Značky",
+ "Deleted files" : "Odstraněné soubory",
"Text file" : "Textový soubor",
"New text file.txt" : "Nový textový soubor.txt",
"Storage not available" : "Úložiště není dostupné",
diff --git a/apps/files/l10n/cs_CZ.json b/apps/files/l10n/cs_CZ.json
index 6464b07777b..3763a13dd01 100644
--- a/apps/files/l10n/cs_CZ.json
+++ b/apps/files/l10n/cs_CZ.json
@@ -122,6 +122,11 @@
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru.",
"No favorites" : "Žádné oblíbené",
"Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a adresáře označené jako oblíbené",
+ "Shared with you" : "Sdíleno s vámi",
+ "Shared with others" : "Sdíleno s ostatními",
+ "Shared by link" : "Sdíleno pomocí odkazu",
+ "Tags" : "Značky",
+ "Deleted files" : "Odstraněné soubory",
"Text file" : "Textový soubor",
"New text file.txt" : "Nový textový soubor.txt",
"Storage not available" : "Úložiště není dostupné",
diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js
index bad6f228cdf..efb9a5d6110 100644
--- a/core/l10n/cs_CZ.js
+++ b/core/l10n/cs_CZ.js
@@ -125,9 +125,13 @@ OC.L10N.register(
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} sdílí pomocí odkazu",
"group" : "skupina",
"remote" : "vzdálený",
+ "email" : "email",
"Unshare" : "Zrušit sdílení",
"can reshare" : "Může znovu sdílet",
"can edit" : "lze upravovat",
+ "can create" : "může vytvořit",
+ "can change" : "může měnit",
+ "can delete" : "může smazat",
"access control" : "řízení přístupu",
"Could not unshare" : "Nelze zrušit sdílení",
"Share details could not be loaded for this item." : "Detaily sdílení pro tuto položku nelze načíst.",
@@ -137,6 +141,10 @@ OC.L10N.register(
"{sharee} (group)" : "{sharee} (skupina)",
"{sharee} (remote)" : "{sharee} (vzdálený)",
"Share" : "Sdílet",
+ "Share with users or remote users..." : "Sdílet s uživateli nebo vzdálenými uživateli...",
+ "Share with users or groups..." : "Sdílet s uživateli nebo skupinami...",
+ "Share with users, groups or remote users..." : "Sdílet s uživateli, skupinami nebo vzdálenými uživateli...",
+ "Share with users..." : "Sdílet s uživateli...",
"Error removing share" : "Chyba při odstraňování sdílení",
"Non-existing tag #{tag}" : "Neexistující tag #{tag}",
"restricted" : "omezeno",
diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json
index add5676c933..6076d96c144 100644
--- a/core/l10n/cs_CZ.json
+++ b/core/l10n/cs_CZ.json
@@ -123,9 +123,13 @@
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} sdílí pomocí odkazu",
"group" : "skupina",
"remote" : "vzdálený",
+ "email" : "email",
"Unshare" : "Zrušit sdílení",
"can reshare" : "Může znovu sdílet",
"can edit" : "lze upravovat",
+ "can create" : "může vytvořit",
+ "can change" : "může měnit",
+ "can delete" : "může smazat",
"access control" : "řízení přístupu",
"Could not unshare" : "Nelze zrušit sdílení",
"Share details could not be loaded for this item." : "Detaily sdílení pro tuto položku nelze načíst.",
@@ -135,6 +139,10 @@
"{sharee} (group)" : "{sharee} (skupina)",
"{sharee} (remote)" : "{sharee} (vzdálený)",
"Share" : "Sdílet",
+ "Share with users or remote users..." : "Sdílet s uživateli nebo vzdálenými uživateli...",
+ "Share with users or groups..." : "Sdílet s uživateli nebo skupinami...",
+ "Share with users, groups or remote users..." : "Sdílet s uživateli, skupinami nebo vzdálenými uživateli...",
+ "Share with users..." : "Sdílet s uživateli...",
"Error removing share" : "Chyba při odstraňování sdílení",
"Non-existing tag #{tag}" : "Neexistující tag #{tag}",
"restricted" : "omezeno",
diff --git a/core/l10n/it.js b/core/l10n/it.js
index 0a923dcd403..b2542848f50 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -125,9 +125,13 @@ OC.L10N.register(
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha condiviso tramite collegamento",
"group" : "gruppo",
"remote" : "remota",
+ "email" : "email",
"Unshare" : "Rimuovi condivisione",
"can reshare" : "può ri-condividere",
"can edit" : "può modificare",
+ "can create" : "può creare",
+ "can change" : "può cambiare",
+ "can delete" : "può eliminare",
"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.",
@@ -136,7 +140,17 @@ OC.L10N.register(
"An error occurred. Please try again" : "Si è verificato un errore. Prova ancora",
"{sharee} (group)" : "{sharee} (group)",
"{sharee} (remote)" : "{sharee} (remote)",
+ "{sharee} (email)" : "{sharee} (email)",
"Share" : "Condividi",
+ "Share with people on other servers using the syntax username@example.com/nextcloud" : "Condividi con persone su altri server utilizzando la sintassi nomeutente@esempio.com/nextcloud",
+ "Share with users or by mail..." : "Condividi con utenti o tramite posta...",
+ "Share with users or remote users..." : "Condividi con utenti o utenti remoti...",
+ "Share with users, remote users or by mail..." : "Condividi con utenti, utenti remoti o tramite posta...",
+ "Share with users or groups..." : "Condividi con utenti o gruppi...",
+ "Share with users, groups or by mail..." : "Condividi con utenti, gruppi o tramite posta...",
+ "Share with users, groups or remote users..." : "Condividi con utenti, gruppi o utenti remoti...",
+ "Share with users, groups, remote users or by mail..." : "Condividi con utenti, gruppi, utenti remoti o tramite posta...",
+ "Share with users..." : "Condividi con utenti...",
"Error removing share" : "Errore durante la rimozione della condivisione",
"Non-existing tag #{tag}" : "Etichetta #{tag} inesistente",
"restricted" : "limitato",
diff --git a/core/l10n/it.json b/core/l10n/it.json
index d9e91e92305..305fdf1a844 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -123,9 +123,13 @@
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha condiviso tramite collegamento",
"group" : "gruppo",
"remote" : "remota",
+ "email" : "email",
"Unshare" : "Rimuovi condivisione",
"can reshare" : "può ri-condividere",
"can edit" : "può modificare",
+ "can create" : "può creare",
+ "can change" : "può cambiare",
+ "can delete" : "può eliminare",
"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.",
@@ -134,7 +138,17 @@
"An error occurred. Please try again" : "Si è verificato un errore. Prova ancora",
"{sharee} (group)" : "{sharee} (group)",
"{sharee} (remote)" : "{sharee} (remote)",
+ "{sharee} (email)" : "{sharee} (email)",
"Share" : "Condividi",
+ "Share with people on other servers using the syntax username@example.com/nextcloud" : "Condividi con persone su altri server utilizzando la sintassi nomeutente@esempio.com/nextcloud",
+ "Share with users or by mail..." : "Condividi con utenti o tramite posta...",
+ "Share with users or remote users..." : "Condividi con utenti o utenti remoti...",
+ "Share with users, remote users or by mail..." : "Condividi con utenti, utenti remoti o tramite posta...",
+ "Share with users or groups..." : "Condividi con utenti o gruppi...",
+ "Share with users, groups or by mail..." : "Condividi con utenti, gruppi o tramite posta...",
+ "Share with users, groups or remote users..." : "Condividi con utenti, gruppi o utenti remoti...",
+ "Share with users, groups, remote users or by mail..." : "Condividi con utenti, gruppi, utenti remoti o tramite posta...",
+ "Share with users..." : "Condividi con utenti...",
"Error removing share" : "Errore durante la rimozione della condivisione",
"Non-existing tag #{tag}" : "Etichetta #{tag} inesistente",
"restricted" : "limitato",
diff --git a/lib/l10n/it.js b/lib/l10n/it.js
index c61ac244637..9528f20ddbd 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"This can usually be fixed by giving the webserver write access to the config directory" : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella \"config\"",
"See %s" : "Vedi %s",
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Ciò può essere normalmente corretto %sfornendo al server web accesso in scrittura alla cartella \"config\"%s",
+ "The files of the app \"%$1s\" (%$2s) were not replaced correctly." : "I file dell'applicazione \"%$1s\" (%$2s) non sono stati sostituiti correttamente.",
"Sample configuration detected" : "Configurazione di esempio rilevata",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "È stato rilevato che la configurazione di esempio è stata copiata. Ciò può compromettere la tua installazione e non è supportato. Leggi la documentazione prima di modificare il file config.php",
"PHP %s or higher is required." : "Richiesto PHP %s o superiore",
diff --git a/lib/l10n/it.json b/lib/l10n/it.json
index 4e310444042..af2610893d7 100644
--- a/lib/l10n/it.json
+++ b/lib/l10n/it.json
@@ -3,6 +3,7 @@
"This can usually be fixed by giving the webserver write access to the config directory" : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella \"config\"",
"See %s" : "Vedi %s",
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Ciò può essere normalmente corretto %sfornendo al server web accesso in scrittura alla cartella \"config\"%s",
+ "The files of the app \"%$1s\" (%$2s) were not replaced correctly." : "I file dell'applicazione \"%$1s\" (%$2s) non sono stati sostituiti correttamente.",
"Sample configuration detected" : "Configurazione di esempio rilevata",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "È stato rilevato che la configurazione di esempio è stata copiata. Ciò può compromettere la tua installazione e non è supportato. Leggi la documentazione prima di modificare il file config.php",
"PHP %s or higher is required." : "Richiesto PHP %s o superiore",
diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js
index b91245ef91d..5b3c686d8bd 100644
--- a/settings/l10n/cs_CZ.js
+++ b/settings/l10n/cs_CZ.js
@@ -42,6 +42,7 @@ OC.L10N.register(
"Unable to add user to group %s" : "Nelze přidat uživatele do skupiny %s",
"Unable to remove user from group %s" : "Nelze odebrat uživatele ze skupiny %s",
"Couldn't update app." : "Nelze aktualizovat aplikaci.",
+ "Are you really sure you want add {domain} as trusted domain?" : "Jste si jisti, že chcete přidat {domain} mezi důvěryhodné domény?",
"Add trusted domain" : "Přidat důvěryhodnou doménu",
"Migration in progress. Please wait until the migration is finished" : "Migrace probíhá. Počkejte prosím než bude dokončena",
"Migration started …" : "Migrace spuštěna ...",
@@ -254,6 +255,7 @@ OC.L10N.register(
"Administrator documentation" : "Dokumentace administrátora",
"Online documentation" : "Online dokumentace",
"Forum" : "Fórum",
+ "Getting help" : "Sehnat pomoc",
"Commercial support" : "Placená podpora",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Používáte <strong>%s</strong> z <strong>%s</strong>",
"Profile picture" : "Profilový obrázek",
diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json
index b2bedb693e7..83269ffbb13 100644
--- a/settings/l10n/cs_CZ.json
+++ b/settings/l10n/cs_CZ.json
@@ -40,6 +40,7 @@
"Unable to add user to group %s" : "Nelze přidat uživatele do skupiny %s",
"Unable to remove user from group %s" : "Nelze odebrat uživatele ze skupiny %s",
"Couldn't update app." : "Nelze aktualizovat aplikaci.",
+ "Are you really sure you want add {domain} as trusted domain?" : "Jste si jisti, že chcete přidat {domain} mezi důvěryhodné domény?",
"Add trusted domain" : "Přidat důvěryhodnou doménu",
"Migration in progress. Please wait until the migration is finished" : "Migrace probíhá. Počkejte prosím než bude dokončena",
"Migration started …" : "Migrace spuštěna ...",
@@ -252,6 +253,7 @@
"Administrator documentation" : "Dokumentace administrátora",
"Online documentation" : "Online dokumentace",
"Forum" : "Fórum",
+ "Getting help" : "Sehnat pomoc",
"Commercial support" : "Placená podpora",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Používáte <strong>%s</strong> z <strong>%s</strong>",
"Profile picture" : "Profilový obrázek",
diff --git a/settings/l10n/it.js b/settings/l10n/it.js
index f3660a0c393..90636bf4f13 100644
--- a/settings/l10n/it.js
+++ b/settings/l10n/it.js
@@ -42,6 +42,7 @@ OC.L10N.register(
"Unable to add user to group %s" : "Impossibile aggiungere l'utente al gruppo %s",
"Unable to remove user from group %s" : "Impossibile rimuovere l'utente dal gruppo %s",
"Couldn't update app." : "Impossibile aggiornate l'applicazione.",
+ "Are you really sure you want add {domain} as trusted domain?" : "Sei davvero sicuro di voler aggiungere {domain} come dominio attendibile?",
"Add trusted domain" : "Aggiungi dominio attendibile",
"Migration in progress. Please wait until the migration is finished" : "Migrazione in corso. Attendi fino al completamento della migrazione",
"Migration started …" : "Migrazione avviata...",
@@ -198,6 +199,8 @@ OC.L10N.register(
"Execute one task with each page loaded" : "Esegui un'operazione con ogni pagina caricata",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http.",
"Use system's cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.",
+ "The cron.php needs to be executed by the system user \"%s\"." : "Il cron.php deve essere eseguito dall'utente di sistema \"%s\".",
+ "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Per eseguirlo, hai bisogno dell'estensione posix di PHP. Vedi la {linkstart}documentazione di PHP{linkend} per ulteriori dettagli.",
"Version" : "Versione",
"Sharing" : "Condivisione",
"Allow apps to use the Share API" : "Consenti alle applicazioni di utilizzare le API di condivisione",
@@ -254,6 +257,7 @@ OC.L10N.register(
"Administrator documentation" : "Documentazione amministratore",
"Online documentation" : "Documentazione in linea",
"Forum" : "Forum",
+ "Getting help" : "Ottenere aiuto",
"Commercial support" : "Supporto commerciale",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Stai utilizzando <strong>%s</strong> di <strong>%s</strong>",
"Profile picture" : "Immagine del profilo",
diff --git a/settings/l10n/it.json b/settings/l10n/it.json
index dea2dc071e1..4d9f824c3ae 100644
--- a/settings/l10n/it.json
+++ b/settings/l10n/it.json
@@ -40,6 +40,7 @@
"Unable to add user to group %s" : "Impossibile aggiungere l'utente al gruppo %s",
"Unable to remove user from group %s" : "Impossibile rimuovere l'utente dal gruppo %s",
"Couldn't update app." : "Impossibile aggiornate l'applicazione.",
+ "Are you really sure you want add {domain} as trusted domain?" : "Sei davvero sicuro di voler aggiungere {domain} come dominio attendibile?",
"Add trusted domain" : "Aggiungi dominio attendibile",
"Migration in progress. Please wait until the migration is finished" : "Migrazione in corso. Attendi fino al completamento della migrazione",
"Migration started …" : "Migrazione avviata...",
@@ -196,6 +197,8 @@
"Execute one task with each page loaded" : "Esegui un'operazione con ogni pagina caricata",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http.",
"Use system's cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.",
+ "The cron.php needs to be executed by the system user \"%s\"." : "Il cron.php deve essere eseguito dall'utente di sistema \"%s\".",
+ "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Per eseguirlo, hai bisogno dell'estensione posix di PHP. Vedi la {linkstart}documentazione di PHP{linkend} per ulteriori dettagli.",
"Version" : "Versione",
"Sharing" : "Condivisione",
"Allow apps to use the Share API" : "Consenti alle applicazioni di utilizzare le API di condivisione",
@@ -252,6 +255,7 @@
"Administrator documentation" : "Documentazione amministratore",
"Online documentation" : "Documentazione in linea",
"Forum" : "Forum",
+ "Getting help" : "Ottenere aiuto",
"Commercial support" : "Supporto commerciale",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Stai utilizzando <strong>%s</strong> di <strong>%s</strong>",
"Profile picture" : "Immagine del profilo",