1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00

Add i18n-hint comment; clean up FutureStrings.h

This commit is contained in:
Paul Licameli
2021-07-15 12:35:56 -04:00
parent 5572678d27
commit a59f5907bd
5 changed files with 7 additions and 26 deletions

View File

@@ -95,25 +95,3 @@ Some example strings are also given first, to document the syntax.
// //////////////////////////////////////////////// End examples
#endif
// Update version dialog
XC("Update Audacity", "update dialog"),
XC("&Skip", "update dialog"),
XC("&Install update", "update dialog"),
XC("Changelog", "update dialog"),
XC("Read more on GitHub", "update dialog"),
XC("Error checking for update", "update dialog"),
XC("Unable to connect to Audacity update server.", "update dialog"),
XC("Update data was corrupted.", "update dialog"),
XC("Error downloading update.", "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"),
// For after 3.0.3
// See three occurrences of this XC in comments elsewhere;
// to be uncommented, replacing an XO; and the i18n-hint comment to be moved
// to one of them (one is enough)
// i18n-hint: modifier as in "Recording preferences", not progressive verb
XC("Recording", "preference"),