social/l10n/lt_LT.js

14 wiersze
632 B
JavaScript
Czysty Zwykły widok Historia

2019-07-13 02:49:17 +00:00
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);");