diff options
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/fi_FI.js | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fi_FI.json | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/pt_BR.js | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/pt_BR.json | 2 |
4 files changed, 8 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/fi_FI.js b/apps/files_sharing/l10n/fi_FI.js index ad455736d86..6c4d209c822 100644 --- a/apps/files_sharing/l10n/fi_FI.js +++ b/apps/files_sharing/l10n/fi_FI.js @@ -21,6 +21,9 @@ OC.L10N.register( "Shared by" : "Jakanut", "A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio jaettiin <strong>toiselta palvelimelta</strong>", "You received a new remote share from %s" : "Vastaanotit uuden etäjaon käyttäjältä %s", + "%1$s accepted remote share %2$s" : "%1$s hyväksyi etäjaon %2$s", + "%1$s declined remote share %2$s" : "%1$s kieltäytyi etäjaosta %2$s", + "%1$s unshared %2$s" : "%1$s lopetti kohteen %2$s jakamisen", "This share is password-protected" : "Tämä jako on suojattu salasanalla", "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.", "Password" : "Salasana", diff --git a/apps/files_sharing/l10n/fi_FI.json b/apps/files_sharing/l10n/fi_FI.json index 83423ae1bcd..c1eb5f1ca39 100644 --- a/apps/files_sharing/l10n/fi_FI.json +++ b/apps/files_sharing/l10n/fi_FI.json @@ -19,6 +19,9 @@ "Shared by" : "Jakanut", "A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio jaettiin <strong>toiselta palvelimelta</strong>", "You received a new remote share from %s" : "Vastaanotit uuden etäjaon käyttäjältä %s", + "%1$s accepted remote share %2$s" : "%1$s hyväksyi etäjaon %2$s", + "%1$s declined remote share %2$s" : "%1$s kieltäytyi etäjaosta %2$s", + "%1$s unshared %2$s" : "%1$s lopetti kohteen %2$s jakamisen", "This share is password-protected" : "Tämä jako on suojattu salasanalla", "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.", "Password" : "Salasana", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 89da3558c7b..b7814e2d0ab 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -23,7 +23,7 @@ OC.L10N.register( "You received a new remote share from %s" : "Você recebeu um novo compartilhamento remoto de %s", "%1$s accepted remote share %2$s" : "%1$s aceitou o compartilhamento remoto %2$s", "%1$s declined remote share %2$s" : "%1$s declinou o compartilhamento remoto %2$s", - "%1$s unshared %2$s" : "%1$s descompartilhado %2$s", + "%1$s unshared %2$s" : "%1$s descompartilhou %2$s", "This share is password-protected" : "Este compartilhamento esta protegido por senha", "The password is wrong. Try again." : "Senha incorreta. Tente novamente.", "Password" : "Senha", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 1b49d7dc661..38a74d0b559 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -21,7 +21,7 @@ "You received a new remote share from %s" : "Você recebeu um novo compartilhamento remoto de %s", "%1$s accepted remote share %2$s" : "%1$s aceitou o compartilhamento remoto %2$s", "%1$s declined remote share %2$s" : "%1$s declinou o compartilhamento remoto %2$s", - "%1$s unshared %2$s" : "%1$s descompartilhado %2$s", + "%1$s unshared %2$s" : "%1$s descompartilhou %2$s", "This share is password-protected" : "Este compartilhamento esta protegido por senha", "The password is wrong. Try again." : "Senha incorreta. Tente novamente.", "Password" : "Senha", |