sforkowany z mirror/social
14 wiersze
632 B
JavaScript
14 wiersze
632 B
JavaScript
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);");
|