nextcloud/apps/user_ldap/l10n/zh_TW.php

12 lines
294 B
PHP
Raw Normal View History

2012-11-28 03:11:21 +04:00
<?php $TRANSLATIONS = array(
2013-02-02 03:08:15 +04:00
"Deletion failed" => "移除失敗",
2013-05-18 04:03:28 +04:00
"Success" => "成功",
"Error" => "錯誤",
2013-01-21 03:05:34 +04:00
"Host" => "主機",
2012-11-28 03:11:21 +04:00
"Password" => "密碼",
2013-01-21 03:05:34 +04:00
"Port" => "連接阜",
2012-11-28 03:11:21 +04:00
"Use TLS" => "使用TLS",
"Turn off SSL certificate validation." => "關閉 SSL 憑證驗證",
"Help" => "說明"
);