server/apps/encryption/l10n/zh_HK.js

9 lines
163 B
JavaScript
Raw Normal View History

2015-04-14 22:15:32 +00:00
OC.L10N.register(
"encryption",
{
2015-05-05 05:55:36 +00:00
"Change Password" : "更改密碼",
2015-04-14 22:15:32 +00:00
"Enabled" : "啟用",
2015-05-05 05:55:36 +00:00
"Disabled" : "停用"
2015-04-14 22:15:32 +00:00
},
"nplurals=1; plural=0;");