mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-29 16:50:12 +01:00
Internationalize file type choices for Nyquist as we do in C++ ...
... That is, present translators with msgids containing only the descriptions of the file types. No punctuation. This eliminates the last wxFileDialog, replacing it with FileDialogWrapper.
This commit is contained in:
@@ -20,7 +20,8 @@ $copyright (_ "Released under terms of the GNU General Public License version 2"
|
||||
$control fxname (_ "Select target EQ effect") choice (("Graphic" (_ "Graphic EQ"))
|
||||
("FilterCurve" (_ "Filter Curve EQ"))) 0
|
||||
|
||||
$control infile (_ "Equalization XML file") file "" "*default*/EQCurves.xml" "XML file|*.xml;*.XML|All files|*.*;*" "open,exists"
|
||||
$control infile (_ "Equalization XML file") file "" "*default*/EQCurves.xml" (((_ "XML file") (xml XML))
|
||||
((_ "All files") (""))) "open,exists"
|
||||
|
||||
$control overwrite (_ "If output text file exists") choice (("Append" (_ "Append number"))
|
||||
("Overwrite" (_ "Overwrite"))
|
||||
|
||||
Reference in New Issue
Block a user