diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-ja/suite/chrome/common/sanitize.dtd | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/l10n-ja/suite/chrome/common/sanitize.dtd b/l10n-ja/suite/chrome/common/sanitize.dtd new file mode 100644 index 0000000000..5c0c19eaa9 --- /dev/null +++ b/l10n-ja/suite/chrome/common/sanitize.dtd @@ -0,0 +1,67 @@ +<!-- 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/. --> + +<!ENTITY sanitizeDialog.title "プライバシー情報の消去"> + +<!-- LOCALIZATION NOTE (sanitizeDialog.width): width of the Clear Recent + History dialog --> +<!ENTITY sanitizeDialog.width "34em"><!-- en-US: "34em" --> + +<!-- LOCALIZATION NOTE (clearTimeDuration.*): "Time range to clear" + dropdown. --> +<!ENTITY clearTimeDuration.label "消去する履歴の期間: "> +<!ENTITY clearTimeDuration.accesskey "T"> +<!ENTITY clearTimeDuration.lastHour "1 時間以内の履歴"> +<!ENTITY clearTimeDuration.last2Hours "2 時間以内の履歴"> +<!ENTITY clearTimeDuration.last4Hours "4 時間以内の履歴"> +<!ENTITY clearTimeDuration.today "今日の履歴"> +<!ENTITY clearTimeDuration.everything "すべての履歴"> +<!-- Localization note (clearTimeDuration.suffix) - trailing entity for + languages that require it. --> +<!ENTITY clearTimeDuration.suffix ""> + +<!-- LOCALIZATION NOTE (sanitizeSelectedWarning): Warning that appears + when not all items are selected in the in Clear Private data dialog. --> +<!ENTITY sanitizeSelectedWarning "選択したすべての項目が消去されます。"> + +<!-- LOCALIZATION NOTE (sanitizeUndoWarning): Second warning + paragraph that always appears. --> +<!ENTITY sanitizeUndoWarning "この操作は取り消せません。"> + +<!ENTITY sanitizeItems.label "今すぐ消去する項目を選択してください:"> + +<!-- LOCALIZATION NOTE : Try to make sure to not have overlapped accesskeys + with pref-privatedata.dtd. These entities are also used in the private + data preferences dialog. --> +<!ENTITY itemHistory.label "閲覧の履歴"> +<!ENTITY itemHistory.accesskey "B"> +<!ENTITY itemHistoryS.accesskey "r"> +<!ENTITY itemUrlBar.label "アドレスバーの履歴"> +<!ENTITY itemUrlBar.accesskey "L"> +<!ENTITY itemUrlBarS.accesskey "t"> +<!ENTITY itemDownloads.label "ダウンロードの履歴"> +<!ENTITY itemDownloads.accesskey "D"> +<!ENTITY itemDownloadsS.accesskey "y"> +<!ENTITY itemFormSearchHistory.label "保存されたフォームと検索の履歴"> +<!ENTITY itemFormSearchHistory.accesskey "F"> +<!ENTITY itemFormSearchHistoryS.accesskey "m"> +<!ENTITY itemCache.label "キャッシュ"> +<!ENTITY itemCache.accesskey "a"> +<!ENTITY itemCacheS.accesskey "e"> +<!ENTITY itemCookies.label "Cookie"> +<!ENTITY itemCookies.accesskey "C"> +<!ENTITY itemCookiesS.accesskey "k"> +<!ENTITY itemOfflineApps.label "ウェブサイトのオフライン用データ"> +<!ENTITY itemOfflineApps.accesskey "O"> +<!ENTITY itemOfflineAppsS.accesskey "i"> +<!ENTITY itemPasswords.label "保存されたパスワード"> +<!ENTITY itemPasswords.accesskey "P"> +<!ENTITY itemPasswordsS.accesskey "v"> +<!ENTITY itemSessions.label "認証セッションのログイン情報"> +<!ENTITY itemSessions.accesskey "S"> +<!ENTITY itemSessionsS.accesskey "u"> +<!ENTITY itemSitePreferences.label "サイトの設定"> +<!ENTITY itemSitePreferences.accesskey "P"> + +<!ENTITY itemSitePreferencesS.accesskey "t"> |