mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
10 lines
266 B
JavaScript
10 lines
266 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Cancel" : "අවලංගු කරන්න",
|
|
"Confirm" : "තහවුරු කරන්න",
|
|
"Settings" : "සැකසුම්",
|
|
"Disable" : "අබල කරන්න"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|