root/branches/release-40/plugins/MultiBlog/lib/MultiBlog/L10N/ja.pm @ 2599

Revision 2599, 5.1 kB (checked in by fumiakiy, 18 months ago)

Removed garbage characters in the L10 phrase file of MultiBlog. BugId:80201. Thanks Akira Sawada for the report and the patch!

  • Property svn:keywords set to Id
Line 
1# Movable Type (r) Open Source (C) 2006-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
7# Original Copyright (c) 2004-2006 David Raynes
8
9package MultiBlog::L10N::ja;
10
11use strict;
12use base 'MultiBlog::L10N::en_us';
13use vars qw( %Lexicon );
14
15## The following is the translation table.
16
17%Lexicon = (
18## plugins/MultiBlog/lib/MultiBlog/Tags.pm
19        'MTMultiBlog tags cannot be nested.' => 'MTMultiBlogタグは入れ子にできたせん。',
20        'Unknown "mode" attribute value: [_1]. Valid values are "loop" and "context".' => 'mode属性が䞍正です。loopたたはcontextを指定しおください。',
21
22## plugins/MultiBlog/lib/MultiBlog.pm
23        'The include_blogs, exclude_blogs, blog_ids and blog_id attributes cannot be used together.' => 'include_blogs、exclude_blogs、blog_ids、そしおblog_id属性は䞀緒に䜿えたせん。',
24        'The attribute exclude_blogs cannot take "all" for a value.' => 'exclude_blogs属性はallを蚭定できたせん。',
25        'The value of the blog_id attribute must be a single blog ID.' => 'blog_id属性にはブログIDをひず぀しか指定できたせん。',
26        'The value for the include_blogs/exclude_blogs attributes must be one or more blog IDs, separated by commas.' => 'include_blogs/exclude_blogs属性はカンマで区切ったひず぀以䞊のIDを蚭定できたす。',
27
28## plugins/MultiBlog/tmpl/dialog_create_trigger.tmpl
29        'Create MultiBlog Trigger' => 'MultiBlog トリガヌの䜜成',
30
31## plugins/MultiBlog/tmpl/blog_config.tmpl
32        'When' => '',
33        'Any Weblog' => 'すべおのブログ',
34        'Weblog' => 'ブログ',
35        'Trigger' => 'トリガヌ',
36        'Action' => 'アクション',
37        'Content Privacy' => 'コンテンツのセキュリティ',
38        'Specify whether other blogs in the installation may publish content from this blog. This setting takes precedence over the default system aggregation policy found in the system-level MultiBlog configuration.' => '同じMovable Type内の他のブログがこのブログのコンテンツを公開できるかどうかを指定したす。この蚭定はシステムレベルのMultiBlogの構成で指定された既定のアグリゲヌションポリシヌよりも優先されたす。',
39        'Use system default' => 'システムの既定倀を䜿甚',
40        'Allow' => '蚱可',
41        'Disallow' => '蚱可しない',
42        'MTMultiBlog tag default arguments' => 'MTMultiBlogタグの既定の属性:',
43        'Enables use of the MTMultiBlog tag without include_blogs/exclude_blogs attributes. Comma-separated BlogIDs or \'all\' (include_blogs only) are acceptable values.' => 'include_blogs/exclude_blogs属性なしでMTMultiBlogタグを䜿甚できるようにしたす。カンマで区切ったブログID、たたは「all」(include_blogs のみ)が指定できたす。',
44        'Include blogs' => '含めるブログ',
45        'Exclude blogs' => '陀倖するブログ',
46        'Rebuild Triggers' => '再構築トリガヌ',
47        'Create Rebuild Trigger' => '再構築トリガヌを䜜成',
48        'You have not defined any rebuild triggers.' => '再構築トリガヌを蚭定しおいたせん。',
49
50## plugins/MultiBlog/tmpl/system_config.tmpl
51        'Default system aggregation policy' => '既定のアグリゲヌションポリシヌ',
52        'Cross-blog aggregation will be allowed by default.  Individual blogs can be configured through the blog-level MultiBlog settings to restrict access to their content by other blogs.' => 'ブログをたたがったアグリゲヌションが既定で蚱可されたす。個別のブログレベルでのMultiBlogの蚭定で他のブログか>らのコンテンツぞのアクセスを制限できたす。',
53        'Cross-blog aggregation will be disallowed by default.  Individual blogs can be configured through the blog-level MultiBlog settings to allow access to their content by other blogs.' => 'ブログをたたがったアグリゲヌションが既定で䞍蚱可になりたす。個別のブログレベルでのMultiBlogの蚭定で他のブロ>グからのコンテンツぞのアクセスを蚱可するこずもできたす。',
54
55## plugins/MultiBlog/multiblog.pl
56        'MultiBlog allows you to publish content from other blogs and define publishing rules and access controls between them.' => 'MultiBlogを䜿うず他のブログのコンテンツを公開したりブログ同士での公開ルヌルの蚭定やアクセス制限を行うこずができたす。',
57        'MultiBlog' => 'マルチブログ',
58        'Create Trigger' => 'トリガヌを䜜成',
59        'Weblog Name' => 'ブログ名',
60        'Search Weblogs' => 'ブログ怜玢',
61        'When this' => 'トリガヌ:',
62        '* All Weblogs' => '* すべおのブログ',
63        'Select to apply this trigger to all weblogs' => 'このトリガヌをすべおのブログで有効にする',
64        'saves an entry' => 'ブログ蚘事の保存時',
65        'publishes an entry' => 'ブログ蚘事の公開時',
66        'publishes a comment' => 'コメントの公開時',
67        'publishes a TrackBack' => 'トラックバックの公開時',
68        'rebuild indexes.' => 'むンデックスを再構築する',
69        'rebuild indexes and send pings.' => 'むンデックスを再構築しお曎新情報を送信する',
70
71);
72
731;
74
Note: See TracBrowser for help on using the browser.