root/branches/release-36/plugins/WidgetManager/lib/WidgetManager/L10N/ja.pm @ 2123

Revision 2123, 1.1 kB (checked in by fumiakiy, 19 months ago)

L10 Japanese for Release-36.

Line 
1# WidgetManager plugin for Movable Type
2# Author: Byrne Reese, Six Apart (http://www.sixapart.com)
3# Released under the Artistic License
4#
5package WidgetManager::L10N::ja;
6
7use strict;
8use base 'WidgetManager::L10N::en_us';
9use vars qw( %Lexicon );
10
11## The following is the translation table.
12
13%Lexicon = (
14
15## plugins/WidgetManager/WidgetManager.pl
16        'Widget Manager version 1.1; This version of the plugin is to upgrade data from older version of Widget Manager that has been shipped with Movable Type to the Movable Type core schema.  No other features are included.  You can safely remove this plugin after installing/upgrading Movable Type.' => 'Widget Manager version 1.1; このプラグむンは、叀いバヌゞョンのWidget ManagerのデヌタをMovable Typeのコアぞ統合しおアップグレヌドするために提䟛されおいたす。アップグレヌド以倖の機胜はありたせん。最新のMovable Typeぞアップグレヌドし終わった埌は、このプラグむンを削陀しおください。',
17        'Moving storage of Widget Manager [_1]...' => 'Widget Managerの栌玍堎所を倉曎しおいたす...',
18
19);
20
211;
22
Note: See TracBrowser for help on using the browser.