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

lt_LT.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e923683fcc55bc0ba451dcb758291c9ce090c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Nepavyko negrįžtamai ištrinti %s",
    "Couldn't restore %s" : "Nepavyko atkurti %s",
    "Deleted files" : "Ištrinti failai",
    "Restore" : "Atkurti",
    "Delete" : "Ištrinti",
    "Delete permanently" : "Ištrinti negrįžtamai",
    "Error" : "Klaida",
    "This operation is forbidden" : "Ši operacija yra uždrausta",
    "This directory is unavailable, please check the logs or contact the administrator" : "Katalogas neprieinamas, prašome peržiūrėti žurnalo įrašus arba susisiekti su administratoriumi",
    "restored" : "atkurta",
    "No deleted files" : "Nėra ištrintų failų",
    "You will be able to recover deleted files from here" : "Iš čia galėsite atkurti ištrintus failus",
    "No entries found in this folder" : "Šiame aplanke įrašų nerasta",
    "Select all" : "Pažymėti viską",
    "Name" : "Pavadinimas",
    "Deleted" : "Ištrinta"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");