mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
10 lines
170 B
JavaScript
10 lines
170 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Cancel" : "Batal",
|
|
"Settings" : "Tetapan",
|
|
"Enable" : "Aktif",
|
|
"Disable" : "Nyahaktif"
|
|
},
|
|
"nplurals=1; plural=0;");
|