1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Update UnusedStrings.h

This commit is contained in:
Anton S. Gerasimov 2021-06-05 18:20:51 +03:00 committed by GitHub
parent 1ccf2e73d9
commit 9693e375c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,11 +103,11 @@ XO("Problem details"),
XO("Comments"), XO("Comments"),
XC("&Send", "crash reporter button"), XC("&Send", "crash reporter button"),
XC("&Dont send", "crash reporter button"), XC("&Dont send", "crash reporter button"),
// i18-hint C++ programming exception // i18n-hint C++ programming exception
XO("Exception code 0x%x"), XO("Exception code 0x%x"),
// i18-hint C++ programming exception // i18n-hint C++ programming exception
XO("Unknown exception"), XO("Unknown exception"),
// i18-hint C++ programming assertion // i18n-hint C++ programming assertion
XO("Unknown assertion"), XO("Unknown assertion"),
XO("Unknown error"), XO("Unknown error"),
XO("Failed to send crash report"), XO("Failed to send crash report"),
@ -135,3 +135,5 @@ XC("Unable to connect to Audacity update server.", "update dialog"),
XC("Update data was corrupted.", "update dialog"), XC("Update data was corrupted.", "update dialog"),
XC("Error downloading update.", "update dialog"), XC("Error downloading update.", "update dialog"),
XC("Can't open the Audacity download link.", "update dialog"), XC("Can't open the Audacity download link.", "update dialog"),
// i18n-hint Substitution of version number for %s.
XC("Audacity %s is available!", "update dialog"),