OSC: Add preset loading to OSC GUI
[ardour.git] / gtk2_ardour / export_format_dialog.cc
index 14f4530825e58f18f3c52c89bba42a73d14aa784..862401f7043c9bf8e5aea1eb04d5e376a27f72cb 100644 (file)
@@ -24,7 +24,7 @@
 #include "export_format_dialog.h"
 #include "gui_thread.h"
 #include "tooltips.h"
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace ARDOUR;
 
@@ -151,18 +151,27 @@ ExportFormatDialog::ExportFormatDialog (FormatPtr format, bool new_dialog) :
                        _(
                                "%a Artist name\n"
                                "%b File's base-name\n"
+                               "%c Copyright\n"
                                "%d File's directory\n"
                                "%f File's full absolute path\n"
+                               "%l Lyricist\n"
                                "%n Session name\n"
+                               "%o Conductor\n"
                                "%t Title\n"
+                               "%z Organization\n"
                                "%A Album\n"
                                "%C Comment\n"
                                "%E Engineer\n"
                                "%G Genre\n"
+                               "%L Total track count\n"
+                               "%M Mixer\n"
                                "%N Timespan name\n"
+                               "%O Composer\n"
                                "%P Producer\n"
+                               "%S Disc subtitle\n"
                                "%T Track number\n"
-                               "%Y Year"
+                               "%Y Year\n"
+                               "%Z Country"
                         ));
 
        /* Format table */