diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-en-GB/suite/chrome/common/aboutSessionRestore.dtd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/common/aboutSessionRestore.dtd b/l10n-en-GB/suite/chrome/common/aboutSessionRestore.dtd new file mode 100644 index 0000000000..7e275b2c87 --- /dev/null +++ b/l10n-en-GB/suite/chrome/common/aboutSessionRestore.dtd @@ -0,0 +1,22 @@ +<!-- 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 restorepage.tabtitle "Restore Session"> +<!ENTITY restorepage.pagetitle "Would you like to restore your session?"> +<!-- LOCALIZATION NOTE: If "closed unexpectedly" sounds too awkward in the translation, + you may translate "crash" instead (even though it's IT-speak) --> +<!ENTITY restorepage.issueDesc "Your previous &brandShortName; session closed unexpectedly. We sincerely apologise for the inconvenience. You can restore the tabs and windows from your previous session, or start a new session if they are no longer needed."> +<!ENTITY restorepage.remedies "If &brandShortName; closes repeatedly:"> +<!ENTITY restorepage.dueToChrome "Try disabling any recently added extensions in the Add-ons Manager."> +<!ENTITY restorepage.dueToContent "Try restoring your session without any Web pages you suspect might be causing the problem:"> + +<!ENTITY restorepage.restoreButton "Restore Previous Session"> +<!ENTITY restorepage.restore.access "R"> +<!ENTITY restorepage.cancelButton "Start New Session"> +<!ENTITY restorepage.cancel.access "S"> + +<!ENTITY restorepage.restoreHeader "Restore"> +<!ENTITY restorepage.listHeader "Windows and Tabs"> +<!-- LOCALIZATION NOTE: %S will be replaced with a number. --> +<!ENTITY restorepage.windowLabel "Window %S"> |