mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
11 lines
292 B
JavaScript
11 lines
292 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Cancel" : "இரத்து செய்க",
|
|
"Settings" : "அமைப்புகள்",
|
|
"Label" : "Label",
|
|
"Enable" : "இயலச்செய்",
|
|
"Disable" : "இயலுமைப்ப"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|