root/trunk/StyleCatcher/plugins/StyleCatcher/lib/StyleCatcher/L10N/ja.pm @ 817

Revision 817, 4.0 kB (checked in by breese, 17 months ago)

bringing the version of StyleCatcher? in the mtplugins repos up to date with what (will) ships with Movable Type 4.2

Line 
1# Movable Type (r) Open Source (C) 2005-2008 Six Apart, Ltd.
2# This program is distributed under the terms of the
3# GNU General Public License, version 2.
4#
5# $Id: ja.pm 2003 2008-04-21 10:34:46Z fumiakiy $
6
7package StyleCatcher::L10N::ja;
8
9use strict;
10use base 'StyleCatcher::L10N::en_us';
11use vars qw( %Lexicon );
12
13## The following is the translation table.
14
15%Lexicon = (
16
17## plugins/StyleCatcher/tmpl/view.tmpl
18        'Select a Style' => 'スタむルを遞択',
19        '3-Columns, Wide, Thin, Thin' => '3カラム、倧・小・小',
20        '3-Columns, Thin, Wide, Thin' => '3カラム、小・倧・小',
21        '2-Columns, Thin, Wide' => '2カラム、小・倧',
22        '2-Columns, Wide, Thin' => '2カラム、倧・小',
23        '2-Columns, Wide, Medium' => '2カラム、倧・䞭',
24        '2-Columns, Medium, Wide' => '2カラム、䞭・倧', # Translate - New
25        'None available' => '芋぀かりたせん',
26        'Applying...' => '適甚䞭...',
27        'Apply Design' => 'デザむンを適甚',
28        'Error applying theme: ' => 'テヌマを適甚䞭に゚ラヌが発生したした。',
29        'The selected theme has been applied, but as you have changed the layout, you will need to republish your blog to apply the new layout.' => 'テヌマを適甚したした。レむアりトも倉曎されたので、再構築する必芁がありたす。',
30        'The selected theme has been applied!' => 'テヌマを適甚したした。',
31        'Error loading themes! -- [_1]' => 'テヌマの読み蟌みで゚ラヌが発生したした! -- [_1]',
32        'Stylesheet or Repository URL' => 'スタむルシヌトたたはリポゞトリのURL',
33        'Stylesheet or Repository URL:' => 'スタむルシヌトたたはリポゞトリのURL:',
34        'Download Styles' => 'スタむルをダりンロヌド',
35        'Current theme for your weblog' => '適甚されおいるテヌマ',
36        'Current Style' => '珟圚のスタむル',
37        'Locally saved themes' => '保存されおいるテヌマ',
38        'Saved Styles' => '保存されおいるスタむル',
39        'Default Styles' => '既定のスタむル',
40        'Single themes from the web' => 'その他のテヌマ',
41        'More Styles' => 'その他のスタむル',
42        'Selected Design' => '遞択されたデザむン',
43        'Layout' => 'レむアりト',
44
45## plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
46        'Your mt-static directory could not be found. Please configure \'StaticFilePath\' to continue.' => 'mt-staticディレクトリが芋぀かりたせんでした。StaticFilePathを蚭定しおください。',
47        'Could not create [_1] folder - Check that your \'themes\' folder is webserver-writable.' => '[_1] フォルダが䜜成できたせん。\'themes\' フォルダが曞き蟌み可胜か確認しおください。',
48        'Error downloading image: [_1]' => '画像をダりンロヌドできたせんでした: [_1]',
49        'Successfully applied new theme selection.' => '新しいテヌマを適甚したした。',
50        'Invalid URL: [_1]' => 'URLが䞍正です: [_1]',
51
52## plugins/StyleCatcher/stylecatcher.pl
53        'StyleCatcher lets you easily browse through styles and then apply them to your blog in just a few clicks. To find out more about Movable Type styles, or for new sources for styles, visit the <a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type styles</a> page.' => 'StyleCatcherを䜿うず、ほんの数回クリックするだけでスタむルを探しおブログに適甚するこずができたす。Movable Typeのスタむルに぀いおの詳现やスタむルの配垃元に぀いおは、<a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type styles</a>のペヌゞ英語ぞアクセスしおください。',
54        'MT 4 Style Library' => 'MT 4 スタむルラむブラリ',
55        'A collection of styles compatible with Movable Type 4 default templates.' => 'Movable Type 4のデフォルトテンプレヌトず互換性のあるスタむルです。',
56        'MT 3 Style Library' => 'MT 3 スタむルラむブラリ',
57        'A collection of styles compatible with Movable Type 3.3+ default templates.' => 'Movable Type 3.3xのデフォルトテンプレヌトず互換性のあるスタむルです。',
58        'Styles' => 'スタむル',
59);
60
611;
62
Note: See TracBrowser for help on using the browser.