2017-03-02 19:48:52 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"sharebymail",
|
|
|
|
{
|
|
|
|
"Shared with %1$s" : "Sprístupnené používateľovi %1$s",
|
2018-02-13 13:49:21 +03:00
|
|
|
"Shared with {email}" : "Sprístupnené pre {email}",
|
2017-03-02 19:48:52 +03:00
|
|
|
"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á",
|
|
|
|
"%s shared »%s« with you" : "%s vám sprístupnil »%s«",
|
2018-02-13 13:49:21 +03:00
|
|
|
"Open »%s«" : "Otvoriť »%s«",
|
|
|
|
"%s via %s" : "%s cez %s",
|
|
|
|
"Password to access »%s« shared with %s" : "Heslo pre prístup k »%s« sprístupnené používateľovi %s",
|
|
|
|
"This is the password: %s" : "Toto je heslo: %s",
|
2017-03-02 19:48:52 +03:00
|
|
|
"Could not find share" : "Nebolo možné nájsť sprístupnenie",
|
2018-02-13 13:49:21 +03:00
|
|
|
"Share by mail" : "Sprístupniť e-mailom",
|
|
|
|
"Send password by mail" : "Odoslať heslo e-mailom",
|
|
|
|
"Enforce password protection" : "Vynútiť ochranu heslom",
|
|
|
|
"Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom"
|
2017-03-02 19:48:52 +03:00
|
|
|
},
|
|
|
|
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|