diff options
Diffstat (limited to 'l10n-ja/suite/chrome/common/places/places.properties')
-rw-r--r-- | l10n-ja/suite/chrome/common/places/places.properties | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/l10n-ja/suite/chrome/common/places/places.properties b/l10n-ja/suite/chrome/common/places/places.properties new file mode 100644 index 0000000000..e54ba6e751 --- /dev/null +++ b/l10n-ja/suite/chrome/common/places/places.properties @@ -0,0 +1,100 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +load-js-data-url-error=セキュリティ上の理由により、履歴ウィンドウやサイドバーの履歴から javascript: または data: URL を読み込むことはできません。 +noTitle=(無題) + +bookmarksMenuEmptyFolder=(なし) + +bookmarksBackupTitle=ブックマークのバックアップファイル名 + +bookmarksRestoreAlertTitle=ブックマークの復元 +bookmarksRestoreAlert=現在のブックマークはすべてバックアップで置き換えられます。本当に復元しますか? +bookmarksRestoreTitle=復元するブックマークファイルの選択 +bookmarksRestoreFilterName=JSON + +bookmarksRestoreFormatError=サポートされていないファイル形式です。 +bookmarksRestoreParseError=バックアップファイルを処理できませんでした。 + +bookmarksLivemarkLoading=ライブブックマークを読み込んでいます... +bookmarksLivemarkFailed=ライブブックマークのフィードを読み込めませんでした。 + +menuOpenLivemarkOrigin.label=“%S” を開く + +sortByName=‘%S’を名前順に並べる +sortByNameGeneric=名前順に並べる +# LOCALIZATION NOTE (view.sortBy.1.name.label): sortBy properties are versioned. +# When any of these changes, all of the properties must be bumped, and the +# change must be annotated here. Both label and accesskey must be updated. +# - version 1: changed view.sortBy.1.date. +view.sortBy.1.name.label=サイト名順に並べる +view.sortBy.1.name.accesskey=N +view.sortBy.1.url.label=URL 順に並べる +view.sortBy.1.url.accesskey=L +view.sortBy.1.date.label=最後に表示した日時順に並べる +view.sortBy.1.date.accesskey=V +view.sortBy.1.visitCount.label=表示回数順に並べる +view.sortBy.1.visitCount.accesskey=C +view.sortBy.1.description.label=説明順に並べる +view.sortBy.1.description.accesskey=D +view.sortBy.1.dateAdded.label=追加日時順に並べる +view.sortBy.1.dateAdded.accesskey=e +view.sortBy.1.lastModified.label=変更日時順に並べる +view.sortBy.1.lastModified.accesskey=M +view.sortBy.1.tags.label=タグ名順に並べる +view.sortBy.1.tags.accesskey=T + +searchBookmarks=ブックマーク検索 +searchHistory=履歴検索 + +SelectImport=ブックマークファイルのインポート +EnterExport=ブックマークファイルのエクスポート + +detailsPane.noItems=項目がありません +# LOCALIZATION NOTE (detailsPane.itemsCountLabel): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of items +# example: 111 items +detailsPane.itemsCountLabel=項目数: #1 個 + +mostVisitedTitle=よく見るページ +recentlyBookmarkedTitle=最近ブックマークしたページ +recentTagsTitle=最近付けたタグ + +OrganizerQueryHistory=履歴 +OrganizerQueryAllBookmarks=すべてのブックマーク +OrganizerQueryTags=タグ + +# LOCALIZATION NOTE (tagResultLabel, bookmarkResultLabel, switchtabResultLabel, +# keywordResultLabel, searchengineResultLabel) +# Noun used to describe the location bar autocomplete result type +# to users with screen readers +# See createResultLabel() in urlbarBindings.xml +tagResultLabel=タグ +bookmarkResultLabel=ブックマーク +switchtabResultLabel=タブ +keywordResultLabel=キーワード +searchengineResultLabel=検索 + +# LOCALIZATION NOTE (lockPrompt.text) +# %S will be replaced with the application name. +lockPrompt.text=%S のファイルを他のアプリケーションが使用しているため、ブックマークと履歴のシステムが無効化されます。この問題はセキュリティソフトが原因で生じることがあります。 +lockPromptInfoButton.label=詳細情報 +lockPromptInfoButton.accesskey=L + +# LOCALIZATION NOTE (cmd.deleteSinglePage.accesskey, +# cmd.deleteMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.deleteSinglePage.label=ページを削除 +cmd.deleteSinglePage.accesskey=D +cmd.deleteMultiplePages.label=複数のページを削除 +cmd.deleteMultiplePages.accesskey=D + +# LOCALIZATION NOTE (cmd.bookmarkSinglePage.accesskey, +# cmd.bookmarkMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.bookmarkSinglePage.label=ページをブックマークに追加 +cmd.bookmarkSinglePage.accesskey=B +cmd.bookmarkMultiplePages.label=複数のページをブックマークに追加 +cmd.bookmarkMultiplePages.accesskey=B |