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

hu.js « l10n « sharebymail « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c7fc9c9770fa6c36c0f44b243f3527a3e67bbee (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
OC.L10N.register(
    "sharebymail",
    {
    "Shared with %1$s" : "Megosztva vele: %1$s",
    "Shared with {email}" : "Megosztva: {email}",
    "Shared with %1$s by %2$s" : "%2$s megosztotta vele: %1$s",
    "Shared with {email} by {actor}" : "Shared with {email} by {actor}",
    "Password for mail share sent to %1$s" : "A levelezési megosztáshoz szükséges jelszó elküldve ide: %1$s",
    "Password for mail share sent to {email}" : "A levelezési megosztáshoz szükséges jelszó elküldve ide: {email}",
    "Password for mail share sent to you" : "A levelezési megosztáshoz szükséges jelszó elküldve neked",
    "You shared %1$s with %2$s by mail" : "Megosztottad: %1$s vele: %2$s e-mailben",
    "You shared {file} with {email} by mail" : "{file} megosztva e-mailen keresztül: {email}",
    "%3$s shared %1$s with %2$s by mail" : "%3$smegosztotta ezt: %1$s vele: %2$s e-mailben",
    "{actor} shared {file} with {email} by mail" : "{actor} megosztotta ezt: {file} vele: {email} e-mailben",
    "Password to access %1$s was sent to %2s" : "A %1$s eléréséhez szükséges jelszót elküldtük ide: %2s",
    "Password to access {file} was sent to {email}" : "A {file} eléréséhez szükséges jelszót elküldtük ide: {email}",
    "Password to access %1$s was sent to you" : "A %1$s eléréséhez szükséges jelszót elküldtük neked",
    "Password to access {file} was sent to you" : "A {file} eléréséhez szükséges jelszót elküldtük neked",
    "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nem tudtuk elküldeni neked az automatikusan generált jelszót. Kérlek állíts be egy érvényes e-mail címet a profilodban és próbáld meg újra.",
    "Failed to send share by email" : "Nem sikerült elküldeni a megosztó e-mailt",
    "Click the button below to open it." : "Kattints a lenti gombra a megnyitásához",
    "Open »%s«" : "»%s« megnyitása",
    "%1$s via %2$s" : "%1$s-tól%2$s-ig",
    "Password to access »%s«" : "Jelszó »%s« eléréséhez",
    "It is protected with the following password:" : "A következő jelszóval védve: ",
    "This is the password:" : "Ez a jelszó: ",
    "You can choose a different password at any time in the share dialog." : "Bármikor választhatsz másik jelszót a megosztási ablakban.",
    "Could not find share" : "Nem található a megosztás",
    "Share by mail" : "Küldés e-mailben",
    "Allows users to share a personalized link to a file or folder by putting in an email address." : "Segítségével személyre szabott megosztási linket hozhatsz létre egy fájlhoz vagy mappához az e-mail cím beleírásával.",
    "Send password by mail" : "Jelszó kiküldése e-mailben",
    "Enforce password protection" : "Jelszóvédelem kényszerítése"
},
"nplurals=2; plural=(n != 1);");