]> git.sesse.net Git - vlc/blobdiff - include/vlc_intf_strings.h
* modules/codec/ffmpeg.c: add X264 to the list of supported fourcc's
[vlc] / include / vlc_intf_strings.h
index 03eb65b4eacb3fbd2e41feb059d2d1eaa76ff113..934b03b57b9f5c9248300439c5df1679aa7e6256 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_intf_strings.h : Strings for main interfaces
  *****************************************************************************
  * Copyright (C) 2003 the VideoLAN team
- * $Id: vlc_config_cat.h 16001 2006-07-09 15:01:13Z dionoea $
+ * $Id$
  *
  * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
  *
 #define I_POP_PLAY N_("Play")
 #define I_POP_PREPARSE N_("Fetch information")
 #define I_POP_DEL N_("Delete")
-#define I_POP_INFO N_("Information")
+#define I_POP_INFO N_("Information...")
 #define I_POP_SORT N_("Sort")
 #define I_POP_ADD N_("Add node")
+#define I_POP_STREAM N_("Stream...")
+#define I_POP_SAVE N_("Save...")
 
+/*************** Preferences *************/
 
+#define I_HIDDEN_ADV N_( "Some options are available but hidden. "\
+                         "Check \"Advanced options\" to see them." )
 #endif