summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sharebymail/l10n')
-rw-r--r--apps/sharebymail/l10n/cs.js24
-rw-r--r--apps/sharebymail/l10n/cs.json22
-rw-r--r--apps/sharebymail/l10n/nb.js24
-rw-r--r--apps/sharebymail/l10n/nb.json22
-rw-r--r--apps/sharebymail/l10n/sk.js24
-rw-r--r--apps/sharebymail/l10n/sk.json22
6 files changed, 138 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/cs.js b/apps/sharebymail/l10n/cs.js
new file mode 100644
index 00000000000..c24f35e3384
--- /dev/null
+++ b/apps/sharebymail/l10n/cs.js
@@ -0,0 +1,24 @@
+OC.L10N.register(
+ "sharebymail",
+ {
+ "Shared with %1$s" : "Sdíleno s %1$s",
+ "Shared with {email}" : "Sdíleno s {email}",
+ "Shared with %1$s by %2$s" : "%2$s sdílí s %1$s",
+ "Shared with {email} by {actor}" : "{actor} sdílí s {email}",
+ "You shared %1$s with %2$s by mail" : "Sdílel(a) jste %1$s e-mailem s %2$s",
+ "You shared {file} with {email} by mail" : "E-mailem jste s {email} sdíleli {file}",
+ "%3$s shared %1$s with %2$s by mail" : "%3$s s %2$s sdílel e-mailem %1$s",
+ "{actor} shared {file} with {email} by mail" : "{actor} sdílel(a) {file} e-mailem s {email}",
+ "Sharing %s failed, this item is already shared with %s" : "Sdílení %s selhalo, tato položka je již s %s sdílena",
+ "Failed to send share by E-mail" : "Odeslání sdílení E-mailem se nezdařilo",
+ "%s shared »%s« with you" : "%s s vámi sdílel(a) »%s»",
+ "%s shared »%s« with you on behalf of %s" : "%s s vámi sdílel »%s» místo %s",
+ "Failed to create the E-mail" : "Vytváření E-mailu se nezdařilo",
+ "Could not find share" : "Nelze nalézt sdílení",
+ "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Ahoj,\n\n%s s vámi sdílel(a) »%s» na místo %s\n\n%s",
+ "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Ahoj,\n\n\n%s s vámi sdílel »%s».\n\n%s",
+ "Cheers!" : "Mějte se!",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Ahoj,<br><br>%s s vámi sdílel(a) <a href=\"%s\">%s</a> namísto %s.<br><br>",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Nazdar,<br><br>%s s vámi sdílel(a) <a href=\"%s\">%s</a>.<br><br>"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/sharebymail/l10n/cs.json b/apps/sharebymail/l10n/cs.json
new file mode 100644
index 00000000000..07a016c80d3
--- /dev/null
+++ b/apps/sharebymail/l10n/cs.json
@@ -0,0 +1,22 @@
+{ "translations": {
+ "Shared with %1$s" : "Sdíleno s %1$s",
+ "Shared with {email}" : "Sdíleno s {email}",
+ "Shared with %1$s by %2$s" : "%2$s sdílí s %1$s",
+ "Shared with {email} by {actor}" : "{actor} sdílí s {email}",
+ "You shared %1$s with %2$s by mail" : "Sdílel(a) jste %1$s e-mailem s %2$s",
+ "You shared {file} with {email} by mail" : "E-mailem jste s {email} sdíleli {file}",
+ "%3$s shared %1$s with %2$s by mail" : "%3$s s %2$s sdílel e-mailem %1$s",
+ "{actor} shared {file} with {email} by mail" : "{actor} sdílel(a) {file} e-mailem s {email}",
+ "Sharing %s failed, this item is already shared with %s" : "Sdílení %s selhalo, tato položka je již s %s sdílena",
+ "Failed to send share by E-mail" : "Odeslání sdílení E-mailem se nezdařilo",
+ "%s shared »%s« with you" : "%s s vámi sdílel(a) »%s»",
+ "%s shared »%s« with you on behalf of %s" : "%s s vámi sdílel »%s» místo %s",
+ "Failed to create the E-mail" : "Vytváření E-mailu se nezdařilo",
+ "Could not find share" : "Nelze nalézt sdílení",
+ "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Ahoj,\n\n%s s vámi sdílel(a) »%s» na místo %s\n\n%s",
+ "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Ahoj,\n\n\n%s s vámi sdílel »%s».\n\n%s",
+ "Cheers!" : "Mějte se!",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Ahoj,<br><br>%s s vámi sdílel(a) <a href=\"%s\">%s</a> namísto %s.<br><br>",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Nazdar,<br><br>%s s vámi sdílel(a) <a href=\"%s\">%s</a>.<br><br>"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file
diff --git a/apps/sharebymail/l10n/nb.js b/apps/sharebymail/l10n/nb.js
new file mode 100644
index 00000000000..df68d5a4f1d
--- /dev/null
+++ b/apps/sharebymail/l10n/nb.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 via %2$s",
+ "Shared with {email} by {actor}" : "Delt med {email} av {actor}",
+ "You shared %1$s with %2$s by mail" : "Du delte %1$s med %2$s via epost",
+ "You shared {file} with {email} by mail" : "Du delte {file} med {email} via epost",
+ "%3$s shared %1$s with %2$s by mail" : "%3$s delte %1$s med %2$s via epost",
+ "{actor} shared {file} with {email} by mail" : "{actor} delte {file} med {email} via epost",
+ "Sharing %s failed, this item is already shared with %s" : "Deling %s feilet, dette elementet er allerede delt med %s",
+ "Failed to send share by E-mail" : "Feilet når delingen skulle sendes på epost",
+ "%s shared »%s« with you" : "%s delte »%s« med deg",
+ "%s shared »%s« with you on behalf of %s" : "%s delte »%s« med deg på vegne av %s",
+ "Failed to create the E-mail" : "Feilet ved opprettelse av epost",
+ "Could not find share" : "Delingen ble ikke funnet",
+ "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hei,\n\n%s delte »%s« med deg på vegne av %s.\n\n%s\n\n",
+ "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hei,\n\n%s delte »%s« med deg.\n\n%s\n\n",
+ "Cheers!" : "Skål!",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hei,<br><br>%s delte <a href=\"%s\">%s</a> med deg på vegne av %s.<br><br>",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hei,<br><br>%s delte <a href=\"%s\">%s</a> med deg.<br><br>"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/sharebymail/l10n/nb.json b/apps/sharebymail/l10n/nb.json
new file mode 100644
index 00000000000..865285100dc
--- /dev/null
+++ b/apps/sharebymail/l10n/nb.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 via %2$s",
+ "Shared with {email} by {actor}" : "Delt med {email} av {actor}",
+ "You shared %1$s with %2$s by mail" : "Du delte %1$s med %2$s via epost",
+ "You shared {file} with {email} by mail" : "Du delte {file} med {email} via epost",
+ "%3$s shared %1$s with %2$s by mail" : "%3$s delte %1$s med %2$s via epost",
+ "{actor} shared {file} with {email} by mail" : "{actor} delte {file} med {email} via epost",
+ "Sharing %s failed, this item is already shared with %s" : "Deling %s feilet, dette elementet er allerede delt med %s",
+ "Failed to send share by E-mail" : "Feilet når delingen skulle sendes på epost",
+ "%s shared »%s« with you" : "%s delte »%s« med deg",
+ "%s shared »%s« with you on behalf of %s" : "%s delte »%s« med deg på vegne av %s",
+ "Failed to create the E-mail" : "Feilet ved opprettelse av epost",
+ "Could not find share" : "Delingen ble ikke funnet",
+ "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hei,\n\n%s delte »%s« med deg på vegne av %s.\n\n%s\n\n",
+ "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hei,\n\n%s delte »%s« med deg.\n\n%s\n\n",
+ "Cheers!" : "Skål!",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hei,<br><br>%s delte <a href=\"%s\">%s</a> med deg på vegne av %s.<br><br>",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hei,<br><br>%s delte <a href=\"%s\">%s</a> med deg.<br><br>"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/sharebymail/l10n/sk.js b/apps/sharebymail/l10n/sk.js
new file mode 100644
index 00000000000..3e959409987
--- /dev/null
+++ b/apps/sharebymail/l10n/sk.js
@@ -0,0 +1,24 @@
+OC.L10N.register(
+ "sharebymail",
+ {
+ "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ž 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",
+ "Failed to create the E-mail" : "Nebolo možné vytvoriť emailovú správu",
+ "Could not find share" : "Nebolo možné nájsť sprístupnenie",
+ "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s« menom používateľa %s.\n\n%s\n\n",
+ "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s«.\n\n%s\n\n",
+ "Cheers!" : "Pekný deň!",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a> menom používateľa %s.<br><br>",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a>.<br><br>"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/sharebymail/l10n/sk.json b/apps/sharebymail/l10n/sk.json
new file mode 100644
index 00000000000..a0f6d257813
--- /dev/null
+++ b/apps/sharebymail/l10n/sk.json
@@ -0,0 +1,22 @@
+{ "translations": {
+ "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ž 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",
+ "Failed to create the E-mail" : "Nebolo možné vytvoriť emailovú správu",
+ "Could not find share" : "Nebolo možné nájsť sprístupnenie",
+ "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s« menom používateľa %s.\n\n%s\n\n",
+ "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s«.\n\n%s\n\n",
+ "Cheers!" : "Pekný deň!",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a> menom používateľa %s.<br><br>",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a>.<br><br>"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file