diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-02-25 01:25:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-02-25 01:25:07 +0000 |
commit | 556b958af2e786eefc6c7a1423510c0ff7aabfcf (patch) | |
tree | 91f831ad5e31e6c733a2c44da0186381a9ecae74 /apps/sharebymail/l10n | |
parent | 8a7b8f966e476173416cdd5fd7fc0e01de34aa1f (diff) | |
download | nextcloud-server-556b958af2e786eefc6c7a1423510c0ff7aabfcf.tar.gz nextcloud-server-556b958af2e786eefc6c7a1423510c0ff7aabfcf.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/sharebymail/l10n')
-rw-r--r-- | apps/sharebymail/l10n/da.js | 24 | ||||
-rw-r--r-- | apps/sharebymail/l10n/da.json | 22 | ||||
-rw-r--r-- | apps/sharebymail/l10n/sk_SK.js | 6 | ||||
-rw-r--r-- | apps/sharebymail/l10n/sk_SK.json | 6 |
4 files changed, 52 insertions, 6 deletions
diff --git a/apps/sharebymail/l10n/da.js b/apps/sharebymail/l10n/da.js new file mode 100644 index 00000000000..6d70d6d23ee --- /dev/null +++ b/apps/sharebymail/l10n/da.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "sharebymail", + { + "Shared with %1$s" : "Delt med %1$s", + "Shared with {email}" : "Delt med {email}", + "Shared with %1$s by %2$s" : "Delt med %1$s af %2$s", + "Shared with {email} by {actor}" : "Delt med {email} af {actor}", + "You shared %1$s with %2$s by mail" : "Du delte %1$s med %2$s via e-mail", + "You shared {file} with {email} by mail" : "Du delte {file} med {email} via e-mail", + "%3$s shared %1$s with %2$s by mail" : "%3$s delte %1$s med %2$s via e-mail", + "{actor} shared {file} with {email} by mail" : "{actor} delte {file} med {email} via e-mail", + "Sharing %s failed, this item is already shared with %s" : "Deling %s fejlede, dette objekt er allerede delt med %s", + "Failed to send share by E-mail" : "Kunne ikke dele via e-mail", + "%s shared »%s« with you" : "%s delt »%s« med dig", + "%s shared »%s« with you on behalf of %s" : "%s delte »%s« med dig for %s", + "Failed to create the E-mail" : "Oprettelse af e-mail mislykkedes", + "Could not find share" : "Kan ikke finde deling", + "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hej,\n\n%s delte »%s« med dig, for %s.\n\n%s\n\n", + "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hey there,\n\n%s delte »%s« med dig.\n\n%s\n\n", + "Cheers!" : "Hej!", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hej,<br><br>%s delte <a href=\"%s\">%s</a> med dig, for %s.<br><br>", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hej,<br><br>%s delte <a href=\"%s\">%s</a> med dig.<br><br>" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/da.json b/apps/sharebymail/l10n/da.json new file mode 100644 index 00000000000..594aac38ddf --- /dev/null +++ b/apps/sharebymail/l10n/da.json @@ -0,0 +1,22 @@ +{ "translations": { + "Shared with %1$s" : "Delt med %1$s", + "Shared with {email}" : "Delt med {email}", + "Shared with %1$s by %2$s" : "Delt med %1$s af %2$s", + "Shared with {email} by {actor}" : "Delt med {email} af {actor}", + "You shared %1$s with %2$s by mail" : "Du delte %1$s med %2$s via e-mail", + "You shared {file} with {email} by mail" : "Du delte {file} med {email} via e-mail", + "%3$s shared %1$s with %2$s by mail" : "%3$s delte %1$s med %2$s via e-mail", + "{actor} shared {file} with {email} by mail" : "{actor} delte {file} med {email} via e-mail", + "Sharing %s failed, this item is already shared with %s" : "Deling %s fejlede, dette objekt er allerede delt med %s", + "Failed to send share by E-mail" : "Kunne ikke dele via e-mail", + "%s shared »%s« with you" : "%s delt »%s« med dig", + "%s shared »%s« with you on behalf of %s" : "%s delte »%s« med dig for %s", + "Failed to create the E-mail" : "Oprettelse af e-mail mislykkedes", + "Could not find share" : "Kan ikke finde deling", + "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hej,\n\n%s delte »%s« med dig, for %s.\n\n%s\n\n", + "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hey there,\n\n%s delte »%s« med dig.\n\n%s\n\n", + "Cheers!" : "Hej!", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hej,<br><br>%s delte <a href=\"%s\">%s</a> med dig, for %s.<br><br>", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hej,<br><br>%s delte <a href=\"%s\">%s</a> med dig.<br><br>" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/sharebymail/l10n/sk_SK.js b/apps/sharebymail/l10n/sk_SK.js index e0c45f5a132..3e959409987 100644 --- a/apps/sharebymail/l10n/sk_SK.js +++ b/apps/sharebymail/l10n/sk_SK.js @@ -1,15 +1,15 @@ OC.L10N.register( "sharebymail", { - "Shared with %1$s" : "Sprístupnené s %1$s", - "Shared with {email}" : "Sprístupnené s {email}", + "Shared with %1$s" : "Sprístupnené používateľovi %1$s", + "Shared with {email}" : "Sprístupnené {email}", "Shared with %1$s by %2$s" : "Sprístupnené používateľovi %1$s používateľom %2$s", "Shared with {email} by {actor}" : "Sprístupnené {email} používateľom {actor}", "You shared %1$s with %2$s by mail" : "Sprístupnili ste %1$s používateľovi %2$s pomocou emailu", "You shared {file} with {email} by mail" : "Sprístupnili ste {file} používateľovi {email} pomocou emailu", "%3$s shared %1$s with %2$s by mail" : "%3$s sprístupnil %1$s používateľovi %2$s pomocou emailu", "{actor} shared {file} with {email} by mail" : "{actor} sprístupnil {file} používateľovi {email} pomocou emailu", - "Sharing %s failed, this item is already shared with %s" : "Sprístupnenie %s zlyhalo, táto položka je už sprístupnená používateľovi %s", + "Sharing %s failed, this item is already shared with %s" : "Sprístupnenie %s zlyhalo, táto položka je už používateľovi %s sprístupnená", "Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom", "%s shared »%s« with you" : "%s vám sprístupnil »%s«", "%s shared »%s« with you on behalf of %s" : "%s vám sprístupnil »%s« menom používateľa %s", diff --git a/apps/sharebymail/l10n/sk_SK.json b/apps/sharebymail/l10n/sk_SK.json index 5f170550bba..a0f6d257813 100644 --- a/apps/sharebymail/l10n/sk_SK.json +++ b/apps/sharebymail/l10n/sk_SK.json @@ -1,13 +1,13 @@ { "translations": { - "Shared with %1$s" : "Sprístupnené s %1$s", - "Shared with {email}" : "Sprístupnené s {email}", + "Shared with %1$s" : "Sprístupnené používateľovi %1$s", + "Shared with {email}" : "Sprístupnené {email}", "Shared with %1$s by %2$s" : "Sprístupnené používateľovi %1$s používateľom %2$s", "Shared with {email} by {actor}" : "Sprístupnené {email} používateľom {actor}", "You shared %1$s with %2$s by mail" : "Sprístupnili ste %1$s používateľovi %2$s pomocou emailu", "You shared {file} with {email} by mail" : "Sprístupnili ste {file} používateľovi {email} pomocou emailu", "%3$s shared %1$s with %2$s by mail" : "%3$s sprístupnil %1$s používateľovi %2$s pomocou emailu", "{actor} shared {file} with {email} by mail" : "{actor} sprístupnil {file} používateľovi {email} pomocou emailu", - "Sharing %s failed, this item is already shared with %s" : "Sprístupnenie %s zlyhalo, táto položka je už sprístupnená používateľovi %s", + "Sharing %s failed, this item is already shared with %s" : "Sprístupnenie %s zlyhalo, táto položka je už používateľovi %s sprístupnená", "Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom", "%s shared »%s« with you" : "%s vám sprístupnil »%s«", "%s shared »%s« with you on behalf of %s" : "%s vám sprístupnil »%s« menom používateľa %s", |