mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-09 17:06:12 +00:00
10 lines
168 B
JavaScript
10 lines
168 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Cancel" : "取消",
|
|
"Settings" : "設定",
|
|
"Enable" : "啟用",
|
|
"Disable" : "停用"
|
|
},
|
|
"nplurals=1; plural=0;");
|