crashreporter.ini 3.9 KB

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