From 53195b156c68082f1e02e45ba2a266c15ef1bcaa Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 2 Mar 2017 16:48:52 +0000 Subject: [tx-robot] updated from transifex --- apps/sharebymail/l10n/sk.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/sharebymail/l10n/sk.js (limited to 'apps/sharebymail/l10n/sk.js') 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,

%s shared %s with you on behalf of %s.

" : "Dobrý deň,

%s vám sprístupnil %s menom používateľa %s.

", + "Hey there,

%s shared %s with you.

" : "Dobrý deň,

%s vám sprístupnil %s.

" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); -- cgit v1.2.3