Blame view
sources/apps/user_openid/l10n/zh_TW.php
723 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<?php $TRANSLATIONS = array( "OpenID Changed" => "OpenID 已變更", "Invalid request" => "無效請求", "This is an OpenID server endpoint. For more information, see " => "這是個OpenID服務器端點。若要了解更多,請查閱", "Identity: <b>" => "身份:<b>", "Realm: <b>" => "境界:<b>", "User: <b>" => "用戶:<b>", "Login" => "登入", "Error: <b>No user Selected" => "錯誤: <b>沒有挑選使用者", "OpenID" => "OpenID", "you can authenticate to other sites with this address" => "您可以利用此網址認證進其他網站", "Authorized OpenID provider" => "驗證 OpenID 提供者", "Your address at Wordpress, Identi.ca, …" => "您在 Wordpress、Identi.ca、… 的網址" ); |