23 строки
707 B
JavaScript
23 строки
707 B
JavaScript
OC.L10N.register(
|
|
"polls",
|
|
{
|
|
"Group" : "Group",
|
|
"User" : "User",
|
|
"Cancel" : "අවලංගු කරන්න",
|
|
"OK" : "හරි",
|
|
"New comment …" : "නව ප්රතිචාරයක් ...",
|
|
"Delete comment" : "ප්රතිචාරය මකන්න",
|
|
"Title" : "මාතෘකාව",
|
|
"Settings" : "සැකසුම්",
|
|
"Week" : "සතිය",
|
|
"Owner" : "Owner",
|
|
"never" : "කවදාවත්",
|
|
"Configuration" : "වින්යාසය",
|
|
"Comments" : "අදහස්",
|
|
"Description" : "විස්තරය",
|
|
"No" : "No",
|
|
"Yes" : "Yes",
|
|
"Month" : "මාසය"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|