Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sk.js « l10n « sharebymail « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d06a7dffaf1128e32fb3f94c5032843526fc87b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
OC.L10N.register(
    "sharebymail",
    {
    "Shared with %1$s" : "Sprístupnené používateľovi %1$s",
    "Shared with {email}" : "Sprístupnené pre {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",
    "Password to access {file} was sent to {email}" : "Heslo na sprístupnenie {file} bolo zaslané na {email}",
    "Password to access %1$s was sent to you" : "Heslo na sprístupnenie %1$s Vám bolo zaslané",
    "Password to access {file} was sent to you" : "Heslo na sprístupnenie {file} Vám bolo zaslané",
    "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á",
    "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Vygenerované heslo Vám nemôže byť zaslané. Zadajte správnu mailovú adresu vo Vašich osobných nastaveniach a skúste znovu.",
    "Failed to send share by email" : "Zaslanie sprístupnenia cez e-mail zlyhalo",
    "%s shared »%s« with you" : "%s vám sprístupnil »%s«",
    "%s shared »%s« with you." : "%s Vám sprístupnil »%s«",
    "Click the button below to open it." : "Stlačte tlačidlo nižšie pre otvorenie.",
    "Open »%s«" : "Otvoriť »%s«",
    "%s via %s" : "%s cez %s",
    "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s Vám sprístupnil »%s«.\nSpráva s odkazom by Vám už mala byť doručená.\n",
    "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s Vám sprístupnil »%s«. Správa s odkazom by Vám už mala byť doručená.",
    "Password to access »%s«" : "Heslo pre prístup k »%s«",
    "Password to access »%s« shared with %s" : "Heslo pre prístup k »%s« sprístupnené používateľovi %s",
    "You can choose a different password at any time in the share dialog." : "Kedykoľvek môžete vybrať iné heslo v okne zdieľania.",
    "Could not find share" : "Nebolo možné nájsť sprístupnenie",
    "Share by mail" : "Sprístupniť e-mailom",
    "Allows users to share a personalized link to a file or folder by putting in an email address." : "Povoľuje používateľom zdieľať personalizovaný odkaz na súbor alebo priečinok zadaním e-mailovej adresy.",
    "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",
    "This is the password: %s" : "Toto je heslo: %s"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");