parent
fa6a67ccc1
commit
b60dcd91bb
@ -0,0 +1,8 @@ |
||||
OC.L10N.register( |
||||
"encryption", |
||||
{ |
||||
"Change Password" : "Passwuert änneren", |
||||
"Enabled" : "Aktivéiert", |
||||
"Disabled" : "Deaktivéiert" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
@ -0,0 +1,6 @@ |
||||
{ "translations": { |
||||
"Change Password" : "Passwuert änneren", |
||||
"Enabled" : "Aktivéiert", |
||||
"Disabled" : "Deaktivéiert" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
||||
@ -1,8 +1,8 @@ |
||||
OC.L10N.register( |
||||
"encryption", |
||||
{ |
||||
"Change Password" : "更改密碼", |
||||
"Enabled" : "啟用", |
||||
"Disabled" : "停用", |
||||
"Change Password" : "更改密碼" |
||||
"Disabled" : "停用" |
||||
}, |
||||
"nplurals=1; plural=0;"); |
||||
|
||||
@ -1,6 +1,6 @@ |
||||
{ "translations": { |
||||
"Change Password" : "更改密碼", |
||||
"Enabled" : "啟用", |
||||
"Disabled" : "停用", |
||||
"Change Password" : "更改密碼" |
||||
"Disabled" : "停用" |
||||
},"pluralForm" :"nplurals=1; plural=0;" |
||||
} |
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue