diff options
Diffstat (limited to 'l10n-ja/browser/browser/contentCrash.ftl')
-rw-r--r-- | l10n-ja/browser/browser/contentCrash.ftl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/l10n-ja/browser/browser/contentCrash.ftl b/l10n-ja/browser/browser/contentCrash.ftl new file mode 100644 index 0000000000..7674bfd14a --- /dev/null +++ b/l10n-ja/browser/browser/contentCrash.ftl @@ -0,0 +1,29 @@ +# 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/. + + +## Subframe crash notification + +crashed-subframe-message = <strong>このページの一部がクラッシュしました。</strong> { -brand-product-name } にこの問題を知らせて素早く修正するために、レポートを送信してください。 +# The string for crashed-subframe-title.title should match crashed-subframe-message, +# but without any markup. +crashed-subframe-title = + .title = このページの一部がクラッシュしました。{ -brand-product-name } にこの問題を知らせて素早く修正するために、レポートを送信してください。 +crashed-subframe-learnmore-link = + .value = 詳細 +crashed-subframe-submit = + .label = レポートを送信 + .accesskey = S + +## Pending crash reports + +# Variables: +# $reportCount (Number): the number of pending crash reports +pending-crash-reports-message = 未送信のクラッシュレポートが { $reportCount } 件あります +pending-crash-reports-view-all = + .label = 表示 +pending-crash-reports-send = + .label = 送信 +pending-crash-reports-always-send = + .label = 自動的に送信 |