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