diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-ne-NP/browser/browser/contentCrash.ftl | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/l10n-ne-NP/browser/browser/contentCrash.ftl b/l10n-ne-NP/browser/browser/contentCrash.ftl new file mode 100644 index 0000000000..d459bbc36b --- /dev/null +++ b/l10n-ne-NP/browser/browser/contentCrash.ftl @@ -0,0 +1,23 @@ +# 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 + + +## Pending crash reports + +# Variables: +# $reportCount (Number): the number of pending crash reports +pending-crash-reports-message = + { $reportCount -> + [one] तपाईँसँग नबुझाइएको क्र्यास रिपोर्ट रहेको छ + *[other] तपाईँसँग { $reportCount } नबुझाइएका क्र्यास रिपोर्टहरू रहेका छन्। + } +pending-crash-reports-view-all = + .label = हेर्नुहोस् +pending-crash-reports-send = + .label = पठाउनुहोस् +pending-crash-reports-always-send = + .label = सधैँ पठाउनुहोस् |