diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
commit | fc61780b35af913801d72086456f493f63197da6 (patch) | |
tree | f85891288a7bd988da9f0f15ae64e5c63f00d493 /application/basilisk/locales/en-US/chrome/browser/aboutTabCrashed.dtd | |
parent | 69f7f9e5f1475891ce11cc4f431692f965b0cd30 (diff) | |
parent | 50d3e596bbe89c95615f96eb71f6bc5be737a1db (diff) | |
download | UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar.gz UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar.lz UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar.xz UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.zip |
Merge commit '50d3e596bbe89c95615f96eb71f6bc5be737a1db' into Basilisk-releasev2018.07.18
# Conflicts:
# browser/app/profile/firefox.js
# browser/components/preferences/jar.mn
Diffstat (limited to 'application/basilisk/locales/en-US/chrome/browser/aboutTabCrashed.dtd')
-rw-r--r-- | application/basilisk/locales/en-US/chrome/browser/aboutTabCrashed.dtd | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/application/basilisk/locales/en-US/chrome/browser/aboutTabCrashed.dtd b/application/basilisk/locales/en-US/chrome/browser/aboutTabCrashed.dtd new file mode 100644 index 000000000..e624de155 --- /dev/null +++ b/application/basilisk/locales/en-US/chrome/browser/aboutTabCrashed.dtd @@ -0,0 +1,30 @@ +<!-- 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 tabCrashed.closeTab "Close This Tab"> +<!ENTITY tabCrashed.restoreTab "Restore This Tab"> +<!ENTITY tabCrashed.restoreAll "Restore All Crashed Tabs"> + +<!-- LOCALIZATION NOTE (tabCrashed.header2): "Gah" is an English slang word + used to express surprise or frustration (or both at the same time). We + are using it to communicate in an informal way that it is both + frustrating that your tab crashed and a surprise that we didn't want to + happen. If you have a similar word or short phrase that is not profane or + vulgar, use it. If not, feel free to skip the word in your + translation. --> +<!ENTITY tabCrashed.header2 "Gah. Your tab just crashed."> +<!ENTITY tabCrashed.offerHelp "We can help you!"> +<!ENTITY tabCrashed.single.offerHelpMessage "Choose &tabCrashed.restoreTab; to reload page content."> +<!ENTITY tabCrashed.multiple.offerHelpMessage "Choose &tabCrashed.restoreTab; or &tabCrashed.restoreAll; to reload page content."> +<!ENTITY tabCrashed.requestHelp "Will you help us?"> +<!ENTITY tabCrashed.requestHelpMessage "Crash reports help us diagnose problems and make &brandShortName; better."> +<!ENTITY tabCrashed.requestReport "Report this tab"> +<!ENTITY tabCrashed.sendReport2 "Send a crash report for the tab you are viewing"> +<!ENTITY tabCrashed.commentPlaceholder2 "Optional comments (comments are publicly visible)"> +<!ENTITY tabCrashed.includeURL2 "Include page URL with this crash report"> +<!ENTITY tabCrashed.emailPlaceholder "Enter your email address here"> +<!ENTITY tabCrashed.emailMe "Email me when more information is available"> +<!ENTITY tabCrashed.reportSent "Crash report already submitted; thank you for helping make &brandShortName; better!"> +<!ENTITY tabCrashed.requestAutoSubmit2 "Report background tabs"> +<!ENTITY tabCrashed.autoSubmit "Update preferences to automatically submit backlogged crash reports (and get fewer messages like this from us in the future)">
\ No newline at end of file |