# Copyright 2002-2006 Appnel Internet Solutions, LLC # This code is distributed with permission by Six Apart package FeedsLite::L10N::ja; use strict; use utf8; use base 'FeedsLite::L10N::en_us'; use vars qw( %Lexicon ); ## The following is the translation table. %Lexicon = ( ## plugins/feeds-app-lite/lib/MT/Feeds/Lite.pm 'An error occurred processing [_1]. The previous version of the feed was used. A HTTP status of [_2] was returned.' => '[_1]の実行中にエラーが発生しました。以前のバージョンのフィードが使用されます。[_2]のHTTPステータスが返されました。', 'An error occurred processing [_1]. A previous version of the feed was not available.A HTTP status of [_2] was returned.' => '[_1]の実行中にエラーが発生しました。以前のバージョンのフィードはありません。[_2]のHTTPステータスが返されました。', ## plugins/feeds-app-lite/lib/MT/Feeds/Tags.pm '\'[_1]\' is a required argument of [_2]' => '\'[_1]\' は[_2]の引数を必要とします', 'MT[_1] was not used in the proper context.' => 'MT[_1]を適切なコンテキスト外で使用しています。', ## plugins/feeds-app-lite/mt-feeds.pl 'Feeds.App Lite helps you republish feeds on your blogs. Want to do more with feeds in Movable Type? Upgrade to Feeds.App.' => 'Feeds.App Liteからブログ上のフィードを更新(再構築)できます。Movable Typeでフィードをさらに活用するにはFeeds.Appにアップグレードします。', 'Create a Feed Widget' => 'フィードウィジェットを作成', ## plugins/feeds-app-lite/tmpl/config.tmpl 'Feeds.App Lite Widget Creator' => 'Feeds.App Lite ウィジェット作成ツール', 'Configure feed widget settings' => 'フィードウィジェットを設定する', 'Enter a title for your widget. This will also be displayed as the title of the feed when used on your published blog.' => 'Widgetのタイトルを入力してください。このタイトルは、公開されているブログでWidgetが使用されたときにもフィードのタイトルとして表示されます。', '[_1] Feed Widget' => '[_1]フィードウィジェット', 'Select the maximum number of entries to display.' => '表示するブログ記事の最大数を選択します。', '3' => '3', '5' => '5', '10' => '10', 'All' => 'すべて', ## plugins/feeds-app-lite/tmpl/msg.tmpl 'No feeds could be discovered using [_1]' => '[_1]でフィードが見つかりませんでした。', q{An error occurred processing [_1]. Check here for more detail and please try again.} => q{[_1]の実行中にエラーが発生しました。ここをクリックし、詳細を確認のうえ、再度実行してください。}, 'A widget named [_1] has been created.' => 'フィードウィジェット「[_1]」を作成しました。', q{You may now edit “[_1]” or include the widget in your blog using WidgetManager or the following MTInclude tag:} => q{[_1]を編集できます。また、WidgetManagerか以下のMTIncludeタグを使ってブログに挿入できます。}, q{You may now edit “[_1]” or include the widget in your blog using the following MTInclude tag:} => q{[_1]を編集できます。また、以下のMTIncludeタグを使ってブログに挿入できます。}, 'Create Another' => '続けて作成する', ## plugins/feeds-app-lite/tmpl/select.tmpl 'Multiple feeds were found' => 'フィードが複数見つかりました。', 'Select the feed you wish to use. Feeds.App Lite supports text-only RSS 1.0, 2.0 and Atom feeds.' => '利用するフィードを選択してください。Feeds.App Liteはテキストで構成されたRSS 1.0、RSS 2.0、Atomの各形式をサポートしています。', 'URI' => 'URI', ## plugins/feeds-app-lite/tmpl/start.tmpl 'You must enter a feed or site URL to proceed' => 'フィードまたはサイトのURLを入力してください。', 'Create a widget from a feed' => 'フィードからウィジェットを作成する', 'Feed or Site URL' => 'フィードまたはサイトのURL', 'Enter the URL of a feed, or the URL of a site that has a feed.' => 'フィードのURLを入力するか、フィードを配信しているサイトのURLを入力してください。', ); 1;