diff options
Diffstat (limited to 'apps/sharebymail/l10n/cs.js')
-rw-r--r-- | apps/sharebymail/l10n/cs.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/sharebymail/l10n/cs.js b/apps/sharebymail/l10n/cs.js index 9c3d5723bdc..1a91270a591 100644 --- a/apps/sharebymail/l10n/cs.js +++ b/apps/sharebymail/l10n/cs.js @@ -49,6 +49,7 @@ OC.L10N.register( "Share provider which allows you to share files by mail" : "Poskytovatel sdílení umožňuje sdílet soubory pomocí e-mailu", "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", - "Enforce password protection" : "Vynutit ochranu heslem" + "Enforce password protection" : "Vynutit ochranu heslem", + "Reply to initiator" : "Odpovedět iniciátorovi" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |