|
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 | |
|---|
| 1 | package mixiComment::L10N::ja; |
|---|
| 2 | |
|---|
| 3 | use strict; |
|---|
| 4 | use base 'mixiComment::L10N::en_us'; |
|---|
| 5 | use 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 | |
|---|
| 16 | 1; |
|---|