mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
11 lines
215 B
JavaScript
11 lines
215 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Cancel" : "Hủy bỏ",
|
|
"Confirm" : "Xác nhận",
|
|
"Settings" : "Thiết lập",
|
|
"Enable" : "Kích hoạt",
|
|
"Disable" : "Tắt"
|
|
},
|
|
"nplurals=1; plural=0;");
|