root/trunk/mixiComment/plugins/mixiComment/lib/mixiComment/L10N/ja.pm @ 971

Revision 971, 1.6 kB (checked in by fumiakiy, 15 months ago)

Importing mixiComment plugin. This plugin enables Movable Type to levarage mixi OpenID Provider as another commenter authenticator.

Line 
1package mixiComment::L10N::ja;
2
3use strict;
4use base 'mixiComment::L10N::en_us';
5use vars qw( %Lexicon );
6
7%Lexicon = (
8    'Allows commenters to sign in to Movable Type 4 using their own mixi username and password via OpenID.' => 'mixiのアカりントを䜿っおMovable Type 4にコメントするこずができるようにしたす。',
9    'mixi reported that you failed to login.  Try again.' => 'ログむンに倱敗したした。',
10    'A mixi ID has already been registered in this blog.  If you want to change the mixi ID for the blog, <a href="[_1]">click here</a> to sign in using your mixi account.  If you want all of the mixi users to comment to your blog (not only your my mixi users), click the reset button to remove the setting.' => 'すでにmixiのIDを登録しおありたす。ブログに関連付けるmixiのIDを倉えたい堎合は、<a href="[_1]">ここをクリックしおmixiにログむン</a>しおください。マむミクだけでなくすべおのmixiナヌザヌからのコメントを受け付けたいずきは、初期化ボタンをクリックしお蚭定を消去しおください。',
11    'If you want to restrict comments only from your my mixi users, <a href="[_1]">click here</a> to sign in using your mixi account.' => 'マむミクからのみコメントを受け付ける蚭定にするには、<a href="[_1]">ここをクリックしおたずmixiにログむン</a>しおください。',
12    'Click the button to sign in using your mixi ID' => 'ボタンをクリックしおmixiにログむンしおください。',
13    'Sign in using your mixi ID' => 'mixiのIDでログむンする',
14);
15
161;
Note: See TracBrowser for help on using the browser.