root/branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/ja.pm @ 1350

Revision 1350, 3.9 kB (checked in by fumiakiy, 22 months ago)

Merging the latest of Release-28 to 29. svn merge -r1307:1332 http://code.sixapart.com/svn/movabletype/branches/release-28 .

  • Property svn:keywords set to Id Revision
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$
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/stylecatcher.pl
18        '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>のペヌゞ英語ぞアクセスしおください。',
19        'MT 4 Style Library' => 'MT 4 スタむルラむブラリ',
20        'A collection of styles compatible with Movable Type 4 default templates.' => 'Movable Type 4のデフォルトテンプレヌトず互換性のあるスタむルです。',
21        'MT 3 Style Library' => 'MT 3 スタむルラむブラリ',
22        'A collection of styles compatible with Movable Type 3.3+ default templates.' => 'Movable Type 3.3xのデフォルトテンプレヌトず互換性のあるスタむルです。',
23        'Styles' => 'スタむル',
24
25## plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
26        'Your mt-static directory could not be found. Please configure \'StaticFilePath\' to continue.' => 'mt-staticディレクトリが芋぀かりたせんでした。StaticFilePathを蚭定しおください。', # Translate - New
27        'Could not create [_1] folder - Check that your \'themes\' folder is webserver-writable.' => '[_1] フォルダが䜜成できたせん。\'themes\' フォルダが曞き蟌み可胜か確認しおください。',
28        'Error downloading image: [_1]' => '画像をダりンロヌドできたせんでした: [_1]',
29        'Successfully applied new theme selection.' => '新しいテヌマを適甚したした。',
30        'Invalid URL: [_1]' => 'URLが䞍正です: [_1]',
31
32## plugins/StyleCatcher/tmpl/view.tmpl
33        'Select a Style' => 'スタむルを遞択',
34        '3-Columns, Wide, Thin, Thin' => '3カラム、倧・小・小',
35        '3-Columns, Thin, Wide, Thin' => '3カラム、小・倧・小',
36        '2-Columns, Thin, Wide' => '2カラム、小・倧',
37        '2-Columns, Wide, Thin' => '2カラム、倧・小',
38        '2-Columns, Wide, Medium' => '2カラム、倧・䞭',
39        'None available' => '芋぀かりたせん',
40        'Applying...' => '適甚䞭...',
41        'Apply Design' => 'デザむンを適甚',
42        'Error applying theme: ' => 'テヌマを適甚䞭に゚ラヌが発生したした。',
43        '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.' => 'テヌマを適甚したした。レむアりトも倉曎されたので、再構築する必芁がありたす。',
44        'The selected theme has been applied!' => 'テヌマを適甚したした。',
45        'Error loading themes! -- [_1]' => 'テヌマの読み蟌みで゚ラヌが発生したした! -- [_1]',
46        'Stylesheet or Repository URL' => 'スタむルシヌトたたはリポゞトリのURL',
47        'Stylesheet or Repository URL:' => 'スタむルシヌトたたはリポゞトリのURL:',
48        'Download Styles' => 'スタむルをダりンロヌド',
49        'Current theme for your weblog' => '適甚されおいるテヌマ',
50        'Current Style' => '珟圚のスタむル',
51        'Locally saved themes' => '保存されおいるテヌマ',
52        'Saved Styles' => '保存されおいるスタむル',
53        'Default Styles' => '既定のスタむル',
54        'Single themes from the web' => 'その他のテヌマ',
55        'More Styles' => 'その他のスタむル',
56        'Selected Design' => '遞択されたデザむン',
57        'Layout' => 'レむアりト',
58);
59
601;
61
Note: See TracBrowser for help on using the browser.