hide “Midi Setup” button on OSX and Windows.
[ardour.git] / gtk2_ardour / i18n.h
index d004a729111fd20d9dd6ea9e816c68695bacbc5d..4b75d3431596162074e355c1cee16be53afc8ef5 100644 (file)
@@ -36,4 +36,8 @@
  */
 #define S_(Text) PBD::sgettext (PACKAGE, Text)
 
+/** Use this to translate strings with plural forms
+ */
+#define P_(Singular,Plural,HowMany) dngettext (PACKAGE, (Singular), (Plural), (HowMany))
+
 #endif // __i18n_h__