summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-12-09 01:12:53 +0000
committerNextcloud bot <bot@nextcloud.com>2018-12-09 01:12:53 +0000
commit5802a9660c1c958b6fa55ae008357fc1f442456e (patch)
tree8e6cd0cfcf102374563541d8038a85336e6d991d /apps
parentd9698149c90803782f685ee21ebad4d7a273f535 (diff)
downloadnextcloud-server-5802a9660c1c958b6fa55ae008357fc1f442456e.tar.gz
nextcloud-server-5802a9660c1c958b6fa55ae008357fc1f442456e.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/sharebymail/l10n/it.js8
-rw-r--r--apps/sharebymail/l10n/it.json8
-rw-r--r--apps/sharebymail/l10n/nl.js5
-rw-r--r--apps/sharebymail/l10n/nl.json5
4 files changed, 26 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/it.js b/apps/sharebymail/l10n/it.js
index f2d8e5ec7b7..3944e1791a6 100644
--- a/apps/sharebymail/l10n/it.js
+++ b/apps/sharebymail/l10n/it.js
@@ -5,6 +5,10 @@ OC.L10N.register(
"Shared with {email}" : "Condivisa con {email}",
"Shared with %1$s by %2$s" : "Condivisa con %1$s da %2$s",
"Shared with {email} by {actor}" : "Condivisa con {email} da {actor}",
+ "Unshared from %1$s" : "Condivisione rimossa da %1$s",
+ "Unshared from {email}" : "Condivisione rimossa da {email}",
+ "Unshared from %1$s by %2$s" : "Condivisione rimossa da %1$s da %2$s",
+ "Unshared from {email} by {actor}" : "Condivisione rimossa da {email} da {actor}",
"Password for mail share sent to %1$s" : "Password per la condivisione tramite posta inviata a %1$s",
"Password for mail share sent to {email}" : "Password per la condivisione tramite posta inviata a {email}",
"Password for mail share sent to you" : "Password per la condivisione tramite posta inviata a te",
@@ -12,6 +16,10 @@ OC.L10N.register(
"You shared {file} with {email} by mail" : "Hai condiviso {file} con {email} tramite posta",
"%3$s shared %1$s with %2$s by mail" : "%3$s ha condiviso %1$s con %2$s tramite email",
"{actor} shared {file} with {email} by mail" : "{actor} ha condiviso {file} con {email} tramite email",
+ "You unshared %1$s from %2$s by mail" : "Hai rimosso la condivisione %1$s da %2$s tramite posta",
+ "You unshared {file} from {email} by mail" : "Hai rimosso la condivisione di {file} con {email} tramite posta",
+ "%3$s unshared %1$s from %2$s by mail" : "%3$s ha rimosso la condivisione %1$s da %2$s tramite posta",
+ "{actor} unshared {file} from {email} by mail" : "{actor} ha rimosso la condivisione di {file} da {email} tramite posta",
"Password to access %1$s was sent to %2s" : "La password per accedere a %1$s è stata inviata a %2s",
"Password to access {file} was sent to {email}" : "La password per accedere a {file} ti è stata inviata a {email}",
"Password to access %1$s was sent to you" : "La password per accedere a %1$s ti è stata inviata",
diff --git a/apps/sharebymail/l10n/it.json b/apps/sharebymail/l10n/it.json
index 4e5268e83a8..f9b3e62e743 100644
--- a/apps/sharebymail/l10n/it.json
+++ b/apps/sharebymail/l10n/it.json
@@ -3,6 +3,10 @@
"Shared with {email}" : "Condivisa con {email}",
"Shared with %1$s by %2$s" : "Condivisa con %1$s da %2$s",
"Shared with {email} by {actor}" : "Condivisa con {email} da {actor}",
+ "Unshared from %1$s" : "Condivisione rimossa da %1$s",
+ "Unshared from {email}" : "Condivisione rimossa da {email}",
+ "Unshared from %1$s by %2$s" : "Condivisione rimossa da %1$s da %2$s",
+ "Unshared from {email} by {actor}" : "Condivisione rimossa da {email} da {actor}",
"Password for mail share sent to %1$s" : "Password per la condivisione tramite posta inviata a %1$s",
"Password for mail share sent to {email}" : "Password per la condivisione tramite posta inviata a {email}",
"Password for mail share sent to you" : "Password per la condivisione tramite posta inviata a te",
@@ -10,6 +14,10 @@
"You shared {file} with {email} by mail" : "Hai condiviso {file} con {email} tramite posta",
"%3$s shared %1$s with %2$s by mail" : "%3$s ha condiviso %1$s con %2$s tramite email",
"{actor} shared {file} with {email} by mail" : "{actor} ha condiviso {file} con {email} tramite email",
+ "You unshared %1$s from %2$s by mail" : "Hai rimosso la condivisione %1$s da %2$s tramite posta",
+ "You unshared {file} from {email} by mail" : "Hai rimosso la condivisione di {file} con {email} tramite posta",
+ "%3$s unshared %1$s from %2$s by mail" : "%3$s ha rimosso la condivisione %1$s da %2$s tramite posta",
+ "{actor} unshared {file} from {email} by mail" : "{actor} ha rimosso la condivisione di {file} da {email} tramite posta",
"Password to access %1$s was sent to %2s" : "La password per accedere a %1$s è stata inviata a %2s",
"Password to access {file} was sent to {email}" : "La password per accedere a {file} ti è stata inviata a {email}",
"Password to access %1$s was sent to you" : "La password per accedere a %1$s ti è stata inviata",
diff --git a/apps/sharebymail/l10n/nl.js b/apps/sharebymail/l10n/nl.js
index 83dbe3e4b32..08b3f4522ec 100644
--- a/apps/sharebymail/l10n/nl.js
+++ b/apps/sharebymail/l10n/nl.js
@@ -5,6 +5,9 @@ OC.L10N.register(
"Shared with {email}" : "Gedeeld met {email}",
"Shared with %1$s by %2$s" : "Gedeeld met %1$s door %2$s",
"Shared with {email} by {actor}" : "Gedeeld met {email} door {actor}",
+ "Unshared from %1$s" : "Niet langer gedeeld door %1$s",
+ "Unshared from {email}" : "Niet langer gedeeld door {email}",
+ "Unshared from {email} by {actor}" : "Niet langer gedeeld met {email} door {actor}",
"Password for mail share sent to %1$s" : "Wachtwoord voor het delen per mail is naar %1$s",
"Password for mail share sent to {email}" : "Wachtwoord voor het delen per mail is naar {email}",
"Password for mail share sent to you" : "Wachtwoord voor het delen per mail is naar je verstuurd",
@@ -12,6 +15,8 @@ OC.L10N.register(
"You shared {file} with {email} by mail" : "Je deelde {file} met {email} per mail",
"%3$s shared %1$s with %2$s by mail" : "%3$s deelde %1$s met %2$s per mail",
"{actor} shared {file} with {email} by mail" : "{actor} deelde {file} met {email} per mail",
+ "You unshared %1$s from %2$s by mail" : "Je deelde niet langer%1$s met %2$s per mail",
+ "You unshared {file} from {email} by mail" : "Je deelde niet langer {file} met {email} per mail",
"Password to access %1$s was sent to %2s" : "Wachtwoord voor toegang tot %1$s is gestuurd naar %2s",
"Password to access {file} was sent to {email}" : "Wachtwoord voor toegang tot {file} is gestuurd naar {email}",
"Password to access %1$s was sent to you" : "Wachtwoord voor toegang tot %1$s is naar jou gestuurd",
diff --git a/apps/sharebymail/l10n/nl.json b/apps/sharebymail/l10n/nl.json
index c01f0d670c3..ee59f31466a 100644
--- a/apps/sharebymail/l10n/nl.json
+++ b/apps/sharebymail/l10n/nl.json
@@ -3,6 +3,9 @@
"Shared with {email}" : "Gedeeld met {email}",
"Shared with %1$s by %2$s" : "Gedeeld met %1$s door %2$s",
"Shared with {email} by {actor}" : "Gedeeld met {email} door {actor}",
+ "Unshared from %1$s" : "Niet langer gedeeld door %1$s",
+ "Unshared from {email}" : "Niet langer gedeeld door {email}",
+ "Unshared from {email} by {actor}" : "Niet langer gedeeld met {email} door {actor}",
"Password for mail share sent to %1$s" : "Wachtwoord voor het delen per mail is naar %1$s",
"Password for mail share sent to {email}" : "Wachtwoord voor het delen per mail is naar {email}",
"Password for mail share sent to you" : "Wachtwoord voor het delen per mail is naar je verstuurd",
@@ -10,6 +13,8 @@
"You shared {file} with {email} by mail" : "Je deelde {file} met {email} per mail",
"%3$s shared %1$s with %2$s by mail" : "%3$s deelde %1$s met %2$s per mail",
"{actor} shared {file} with {email} by mail" : "{actor} deelde {file} met {email} per mail",
+ "You unshared %1$s from %2$s by mail" : "Je deelde niet langer%1$s met %2$s per mail",
+ "You unshared {file} from {email} by mail" : "Je deelde niet langer {file} met {email} per mail",
"Password to access %1$s was sent to %2s" : "Wachtwoord voor toegang tot %1$s is gestuurd naar %2s",
"Password to access {file} was sent to {email}" : "Wachtwoord voor toegang tot {file} is gestuurd naar {email}",
"Password to access %1$s was sent to you" : "Wachtwoord voor toegang tot %1$s is naar jou gestuurd",