diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-20 02:22:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-20 02:22:09 +0000 |
commit | 7929e6d91d23c88b85b806e349dfca1eece898ca (patch) | |
tree | feb1e78d4d5d256ab3f0c464d09552333f9b57d3 /apps/sharebymail/l10n/cs.js | |
parent | f5b833845c0c183d1ef9b8d41282bbceda45e0a7 (diff) | |
download | nextcloud-server-7929e6d91d23c88b85b806e349dfca1eece898ca.tar.gz nextcloud-server-7929e6d91d23c88b85b806e349dfca1eece898ca.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/sharebymail/l10n/cs.js')
-rw-r--r-- | apps/sharebymail/l10n/cs.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/sharebymail/l10n/cs.js b/apps/sharebymail/l10n/cs.js index d6b2a4a3b6c..03f07358745 100644 --- a/apps/sharebymail/l10n/cs.js +++ b/apps/sharebymail/l10n/cs.js @@ -1,28 +1,17 @@ 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}", - "Unshared from %1$s" : "Sdílení zrušeno od %1$s", "Unshared from {email}" : "Sdílení zrušeno od {email}", - "Unshared from %1$s by %2$s" : "%2$s zrušil(a) sdílení od %1$s", "Unshared from {email} by {actor}" : "{actor} zrušil(a) sdílení adresátovi {email}", - "Password for mail share sent to %1$s" : "Heslo e-mailového sdílení odesláno na %1$s", "Password for mail share sent to {email}" : "Heslo e-mailového sdílení odesláno na {email}", "Password for mail share sent to you" : "Heslo e-mailového sdílení vám bylo zasláno", - "You shared %1$s with %2$s by mail" : "Sdíleli 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}", - "You unshared %1$s from %2$s by mail" : "Přestali jste sdílet %1$s od %2$s po e-mailu", "You unshared {file} from {email} by mail" : "Zrušili jste sdílení {file} z {email} e-mailem", - "%3$s unshared %1$s from %2$s by mail" : "%3$s zrušil(a) sdílení %1$s od %2$s po e-mailu", "{actor} unshared {file} from {email} by mail" : "{actor} zrušil(a) sdílení {file} od {email} po e-mailu", - "Password to access %1$s was sent to %2s" : "Heslo pro přístupu k %1$s bylo zasláno na %2s", "Password to access {file} was sent to {email}" : "Heslo pro přístup k {file} bylo zasláno na {email}", - "Password to access %1$s was sent to you" : "Heslo pro přístup k %1$s vám bylo zasláno", "Password to access {file} was sent to you" : "Heslo pro přístupu k {file} vám bylo zasláno", "Share by mail" : "Sdílet e-mailem", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Sdílení položky %1$s se nezdařilo, protože ta je už s uživatelem %2$s sdílena", @@ -52,6 +41,17 @@ OC.L10N.register( "Allows users to share a personalized link to a file or folder by putting in an email address." : "Dovoluje uživatelům odeslat personalizovaný odkaz na soubor nebo složku po zadání e-mailové adresy.", "Send password by mail" : "Odeslat heslo e-mailem", "Reply to initiator" : "Odpovědět iniciátorovi", - "Unable to update share by mail config" : "Nedaří se aktualizovat sdílení nastavením e-mailu" + "Unable to update share by mail config" : "Nedaří se aktualizovat sdílení nastavením e-mailu", + "Shared with %1$s" : "Sdíleno s %1$s", + "Shared with %1$s by %2$s" : "%2$s sdílí s %1$s", + "Unshared from %1$s" : "Sdílení zrušeno od %1$s", + "Unshared from %1$s by %2$s" : "%2$s zrušil(a) sdílení od %1$s", + "Password for mail share sent to %1$s" : "Heslo e-mailového sdílení odesláno na %1$s", + "You shared %1$s with %2$s by mail" : "Sdíleli jste %1$s e-mailem s %2$s", + "%3$s shared %1$s with %2$s by mail" : "%3$s s %2$s sdílel e-mailem %1$s", + "You unshared %1$s from %2$s by mail" : "Přestali jste sdílet %1$s od %2$s po e-mailu", + "%3$s unshared %1$s from %2$s by mail" : "%3$s zrušil(a) sdílení %1$s od %2$s po e-mailu", + "Password to access %1$s was sent to %2s" : "Heslo pro přístupu k %1$s bylo zasláno na %2s", + "Password to access %1$s was sent to you" : "Heslo pro přístup k %1$s vám bylo zasláno" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |