Blame view
sources/apps/user_openid/l10n/zh_CN.php
710 Bytes
|
03e52840d
|
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 " => "This is an OpenID server endpoint. For more information, see ", "Identity: <b>" => "Identity: <b>", "Realm: <b>" => "范围: <b>", "User: <b>" => "User: <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,…" ); |