toolkit/locales/en-US/crashreporter/crashreporter.ini

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 ; This Source Code Form is subject to the terms of the Mozilla Public
     2 ; License, v. 2.0. If a copy of the MPL was not distributed with this
     3 ; file, You can obtain one at http://mozilla.org/MPL/2.0/.
     5 # This file is in the UTF-8 encoding
     6 [Strings]
     7 # LOCALIZATION NOTE (isRTL):
     8 # Leave this entry empty unless your language requires right-to-left layout,
     9 # for example like Arabic, Hebrew, Persian. If your language needs RTL, please
    10 # use the untranslated English word "yes" as value
    11 isRTL=
    12 CrashReporterTitle=Crash Reporter
    13 # LOCALIZATION NOTE (CrashReporterVendorTitle): %s is replaced with the vendor name.  (i.e. "Mozilla")
    14 CrashReporterVendorTitle=%s Crash Reporter
    15 # LOCALIZATION NOTE (CrashReporterErrorText): %s is replaced with another string containing detailed information.
    16 CrashReporterErrorText=The application had a problem and crashed.\n\nUnfortunately, the crash reporter is unable to submit a report for this crash.\n\nDetails: %s
    17 # LOCALIZATION NOTE (CrashReporterProductErrorText2): The first %s is replaced with the product name (i.e. "Firefox"), the second is replaced with another string containing detailed information.  These two substitutions can not be reordered!
    18 CrashReporterProductErrorText2=%s had a problem and crashed.\n\nUnfortunately, the crash reporter is unable to submit a crash report.\n\nDetails: %s
    19 CrashReporterSorry=We're Sorry
    20 # LOCALIZATION NOTE (CrashReporterDescriptionText2): The %s is replaced with the product name.
    21 CrashReporterDescriptionText2=%s had a problem and crashed.\n\nTo help us diagnose and fix the problem, you can send us a crash report.
    22 CrashReporterDefault=This application is run after a crash to report the problem to the application vendor.  It should not be run directly.
    23 Details=Details…
    24 ViewReportTitle=Report Contents
    25 CommentGrayText=Add a comment (comments are publicly visible)
    26 ExtraReportInfo=This report also contains technical information about the state of the application when it crashed.
    27 # LOCALIZATION NOTE (CheckSendReport): The %s is replaced with the vendor name.
    28 CheckSendReport=Tell %s about this crash so they can fix it
    29 CheckIncludeURL=Include the address of the page I was on
    30 CheckAllowEmail=Allow %s to contact me about this report
    31 EmailGrayText=Enter your email address here
    32 ReportPreSubmit2=Your crash report will be submitted before you quit or restart.
    33 ReportDuringSubmit2=Submitting your report…
    34 ReportSubmitSuccess=Report submitted successfully!
    35 ReportSubmitFailed=There was a problem submitting your report.
    36 ReportResubmit=Resending reports that previously failed to send…
    37 # LOCALIZATION NOTE (Quit2): The %s is replaced with the product name.
    38 Quit2=Quit %s
    39 # LOCALIZATION NOTE (Restart): The %s is replaced with the product name.
    40 Restart=Restart %s
    41 Ok=OK
    42 Close=Close
    44 # LOCALIZATION NOTE (CrashID): The %s is replaced with the Crash ID from the server, which is a string like abc12345-6789-0abc-def1-23456abcdef1
    45 CrashID=Crash ID: %s
    46 # LOCALIZATION NOTE (CrashDetailsURL): The %s is replaced with a URL that the user can visit to view the crash details.
    47 CrashDetailsURL=You can view details of this crash at %s
    48 ErrorBadArguments=The application passed an invalid argument.
    49 ErrorExtraFileExists=The application didn't leave an application data file.
    50 ErrorExtraFileRead=Couldn't read the application data file.
    51 ErrorExtraFileMove=Couldn't move application data file.
    52 ErrorDumpFileExists=The application did not leave a crash dump file.
    53 ErrorDumpFileMove=Couldn't move crash dump.
    54 ErrorNoProductName=The application did not identify itself.
    55 ErrorNoServerURL=The application did not specify a crash reporting server.
    56 ErrorNoSettingsPath=Couldn't find the crash reporter's settings.
    57 ErrorCreateDumpDir=Couldn't create pending dump directory.
    58 # LOCALIZATION NOTE (ErrorEndOfLife): The %s is replaced with the product name.
    59 ErrorEndOfLife=The version of %s you are using is no longer supported. Crash reports are no longer being accepted for this version. Please consider upgrading to a supported version.

mercurial