Commit 2335b401 authored by Sam Hocevar's avatar Sam Hocevar

* Got rid of more "VideoLAN C*****" references.

  * include/vlc_meta.h: s/Url/URL/.
parent 29b89bb4
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#define VLC_META_RATING N_("Rating") #define VLC_META_RATING N_("Rating")
#define VLC_META_DATE N_("Date") #define VLC_META_DATE N_("Date")
#define VLC_META_SETTING N_("Setting") #define VLC_META_SETTING N_("Setting")
#define VLC_META_URL N_("Url") #define VLC_META_URL N_("URL")
#define VLC_META_LANGUAGE N_("Language") #define VLC_META_LANGUAGE N_("Language")
#define VLC_META_CODEC_NAME N_("Codec Name") #define VLC_META_CODEC_NAME N_("Codec Name")
#define VLC_META_CODEC_DESCRIPTION N_("Codec Description") #define VLC_META_CODEC_DESCRIPTION N_("Codec Description")
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<GTK-Interface> <GTK-Interface>
<project> <project>
<name>VideoLAN Client</name> <name>VLC media player</name>
<program_name>vlc</program_name> <program_name>vlc</program_name>
<directory></directory> <directory></directory>
<source_directory></source_directory> <source_directory></source_directory>
...@@ -1464,7 +1464,7 @@ ...@@ -1464,7 +1464,7 @@
<authors>the VideoLAN team &lt;videolan@videolan.org&gt; <authors>the VideoLAN team &lt;videolan@videolan.org&gt;
http://www.videolan.org/ http://www.videolan.org/
</authors> </authors>
<comments>This is the VideoLAN Client, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</comments> <comments>This is the VLC media player, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</comments>
</widget> </widget>
<widget> <widget>
......
...@@ -1360,7 +1360,7 @@ create_intf_about (void) ...@@ -1360,7 +1360,7 @@ create_intf_about (void)
intf_about = gnome_about_new ("VLC media player", VERSION, intf_about = gnome_about_new ("VLC media player", VERSION,
_("(c) 1996-2004 the VideoLAN team"), _("(c) 1996-2004 the VideoLAN team"),
authors, authors,
_("This is the VideoLAN Client, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source."), _("This is the VLC media player, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source."),
NULL); NULL);
gtk_object_set_data (GTK_OBJECT (intf_about), "intf_about", intf_about); gtk_object_set_data (GTK_OBJECT (intf_about), "intf_about", intf_about);
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<GTK-Interface> <GTK-Interface>
<project> <project>
<name>VideoLAN Client</name> <name>VLC media player</name>
<program_name>vlc</program_name> <program_name>vlc</program_name>
<directory></directory> <directory></directory>
<source_directory></source_directory> <source_directory></source_directory>
...@@ -1598,7 +1598,7 @@ ...@@ -1598,7 +1598,7 @@
<widget> <widget>
<class>GtkLabel</class> <class>GtkLabel</class>
<name>label17</name> <name>label17</name>
<label>This is the VideoLAN Client, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</label> <label>This is the VLC media player, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</label>
<justify>GTK_JUSTIFY_LEFT</justify> <justify>GTK_JUSTIFY_LEFT</justify>
<wrap>True</wrap> <wrap>True</wrap>
<xalign>0.5</xalign> <xalign>0.5</xalign>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment