social/l10n/lt_LT.js

17 wiersze
783 B
JavaScript

OC.L10N.register(
"social",
{
"Open documentation" : "Atverti dokumentaciją",
"Notifications" : "Pranešimai",
"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ų:",
"No notifications found" : "Nerasta jokių pranešimų",
"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);");