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

lt_LT.js « l10n « sharebymail « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d171636f9ce2973a10961a13f0df6786fbe978b (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
37
38
39
40
41
42
43
44
OC.L10N.register(
    "sharebymail",
    {
    "Shared with %1$s" : "Bendrinama su %1$s",
    "Shared with {email}" : "Bendrinama su {email}",
    "Shared with %1$s by %2$s" : "%2$s bendrina su %1$s",
    "Shared with {email} by {actor}" : "{actor} bendrina su {email}",
    "Password for mail share sent to %1$s" : "Slaptažodis pasidalinimui per elektroninį paštą išsiųstas %1$s",
    "Password for mail share sent to {email}" : "Slaptažodis pasidalinimui per elektroninį paštą išsiųstas {email}",
    "Password for mail share sent to you" : "Jums išsiųstas slaptažodis pasidalinimui per elektroninį paštą",
    "You shared %1$s with %2$s by mail" : "Jūs paštu pradėjote bendrinti %1$s su %2$s",
    "You shared {file} with {email} by mail" : "Jūs paštu pradėjote bendrinti {file} su {email}",
    "%3$s shared %1$s with %2$s by mail" : "%3$s paštu pradėjo bendrinti %1$s su %2$s",
    "{actor} shared {file} with {email} by mail" : "{actor} paštu pradėjo bendrinti {file} su {email}",
    "Password to access %1$s was sent to %2s" : "Slaptažodis, skirtas prieigai prie %1$s, buvo išsiųstas į %2s",
    "Password to access {file} was sent to {email}" : "Slaptažodis, skirtas prieigai prie {file}, buvo išsiųstas į {email}",
    "Password to access %1$s was sent to you" : "Jums buvo išsiųstas slaptažodis, prisijungimui prie %1$s ",
    "Password to access {file} was sent to you" : "Jums buvo išsiųstas slaptažodis, skirtas prieigai prie {file}",
    "Sharing %s failed, this item is already shared with %s" : "%s bendrinimas nepavyko, šis elementas jau yra bendrinamas su %s",
    "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Negalime atsiųsti automatiškai sugeneruoto slaptažodžio. Prašome nurodykite teisingą el. pašto adresą savo nustatymuose ir tada bandykite iš naujo.",
    "Failed to send share by email" : "Nepavyko išsiųsti bendrinimo el. paštu",
    "%s shared »%s« with you" : "%s pradėjo bendrinti su jumis »%s«",
    "%s shared »%s« with you." : "%s pasidalintas »%s«  su Jumis.",
    "Click the button below to open it." : "Norėdami atverti failą, spustelėkite mygtuką žemiau.",
    "Open »%s«" : "Atidaryti »%s«",
    "%s via %s" : "%s per %s",
    "Password to access »%s« shared to you by %s" : "Slaptažodis, skirtas prieigai prie »%s« pasidalintas su jumis per %s",
    "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s pasidalintas »%s«  su Jumis.\nJūs turėjote gauti elektroninį laišką su prieigos nuoroda.\n",
    "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s pasidalintas »%s«  su Jumis. Jūs turėjote gauti elektroninį laišką su prieigos nuoroda.",
    "Password to access »%s«" : "Slaptažodis prieigai prie »%s«",
    "It is protected with the following password: %s" : "Apsaugotas slaptažodžiu: %s",
    "Password to access »%s« shared with %s" : "Slaptažodis prieigai prie »%s« pasidalintas su %s",
    "This is the password: %s" : "Štai yra slaptažodis: %s",
    "You can choose a different password at any time in the share dialog." : "Bendrinimo dialoge bet kuriuo metu galite pasirinkti kitą slaptažodį.",
    "Could not find share" : "Nepavyko rasti viešinio",
    "Share by mail" : "Bendrinama per el. paštą",
    "Allows users to share a personalized link to a file or folder by putting in an email address." : "Leidžia vartotojams bendrinti asmeninę nuorodą į failą ar aplanką, pateikiant el. pašto adresą.",
    "Send password by mail" : "Siųti slaptažodį elektroniniu paštu",
    "Failed to send share by E-mail" : "Nepavyko išsiųsti bendrinimo el. paštu",
    "Failed to create the E-mail" : "Nepavyko sukurti el. pašto",
    "Cheers!" : "Sveikinimai!",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Sveiki,<br><br>%s pradėjo su jumis bendrinti <a href=\"%s\">%s</a>.<br><br>"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");