diff options
Diffstat (limited to 'apps/user_openid/l10n/ja_JP.php')
-rw-r--r-- | apps/user_openid/l10n/ja_JP.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/user_openid/l10n/ja_JP.php b/apps/user_openid/l10n/ja_JP.php new file mode 100644 index 00000000000..12a2692cb67 --- /dev/null +++ b/apps/user_openid/l10n/ja_JP.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"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>ユーザが選択されていません", +"you can authenticate to other sites with this address" => "他のサイトにこのアドレスで認証することができます", +"Authorized OpenID provider" => "認証されたOpenIDプロバイダ", +"Your address at Wordpress, Identi.ca, …" => "Wordpressのアドレス、Identi.ca、…" +); |