13 lines
600 B
PHP
13 lines
600 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password successfully changed." => "成功變更密碼。",
|
|
"Could not change the password. Maybe the old password was not correct." => "無法變更密碼,或許是輸入的舊密碼不正確。",
|
|
"Saving..." => "儲存中...",
|
|
"Encryption" => "加密",
|
|
"Enabled" => "已啓用",
|
|
"Disabled" => "已停用",
|
|
"Change encryption passwords recovery key:" => "變更加密密碼還原金鑰:",
|
|
"Change Password" => "變更密碼",
|
|
"File recovery settings updated" => "檔案還原設定已更新",
|
|
"Could not update file recovery" => "無法更新檔案還原設定"
|
|
);
|