]> git.sesse.net Git - vlc/blobdiff - include/vlc_intf_strings.h
Make use of libgcrypt configurable.
[vlc] / include / vlc_intf_strings.h
index 7236864c97ee2afa96ae89c1898abdbf244eb567..69c779c73065b8f0319fcacfd7be0e826a03e736 100644 (file)
 
 /******************* Menus *****************/
 
-#define I_MENU_INFO  N_("Information...")
+#define I_MENU_INFO  N_("Media Information...")
+#define I_MENU_CODECINFO  N_("Codec Information...")
 #define I_MENU_MSG   N_("Messages...")
 #define I_MENU_EXT   N_("Extended settings...")
+#define I_MENU_GOTOTIME N_("Go to specific time...")
+#define I_MENU_BOOKMARK N_("Bookmarks...")
+#define I_MENU_VLM N_("VLM Configuration...")
 
 #define I_MENU_ABOUT N_("About VLC media player...")