summaryrefslogtreecommitdiffstats
path: root/l10n/lt_LT.js
blob: f4fba1b76d9f94116ef971d0358e59c8977c9a94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "social",
    {
    "Unfollow" : "Nebesekti",
    "Follow" : "Sekti",
    "No results found" : "Nerasta jokių rezultatų",
    "There were no results for your search:" : "Jūsų paieška negrąžino jokių rezultatų:",
    "More actions" : "Daugiau veiksmų",
    "Close" : "Užverti",
    "User not found" : "Naudotojas nerastas",
    "Sorry, we could not find the account of {userId}" : "Atleiskite, mums nepavyko rasti {userId} paskyros"
},
"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);");