]> git.sesse.net Git - vlc/blobdiff - modules/demux/util/id3genres.h
Copyright fixes
[vlc] / modules / demux / util / id3genres.h
index dd455a4f570cedbfe222738c29f2fbde25e0b353..4590cf05b96b381c28b7832624f7cb4dc54f142e 100644 (file)
@@ -1,12 +1,32 @@
-/* id3genres.h: list of genres for id3 genre tags, found at
- * http://www.id3.org/id3v2.4.0-frames.txt
- */
+/*****************************************************************************
+ * id3genres.h: list of genres for id3 genre tags
+ *****************************************************************************
+ * Copyright (C) 2002-2003 VideoLAN (Centrale Réseaux) and its contributors
+ * $Id$
+ *
+ * Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
+ *         list found at http://www.id3.org/id3v2.4.0-frames.txt
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ *****************************************************************************/
 
 #define NUM_GENRES 80
 
 static char *ppsz_genres[] = {
     N_("Blues"),
-    N_("Classic Rock"),
+    N_("Classic rock"),
     N_("Country"),
     N_("Dance"),
     N_("Disco"),
@@ -27,7 +47,7 @@ static char *ppsz_genres[] = {
     N_("Industrial"),
     N_("Alternative"),
     N_("Ska"),
-    N_("Death Metal"),
+    N_("Death metal"),
     N_("Pranks"),
     N_("Soundtrack"),
     N_("Euro-Techno"),
@@ -42,17 +62,17 @@ static char *ppsz_genres[] = {
     N_("Acid"),
     N_("House"),
     N_("Game"),
-    N_("Sound Clip"),
+    N_("Sound clip"),
     N_("Gospel"),
     N_("Noise"),
-    N_("AlternRock"),
+    N_("Alternative rock"),
     N_("Bass"),
     N_("Soul"),
     N_("Punk"),
     N_("Space"),
     N_("Meditative"),
-    N_("Instrumental Pop"),
-    N_("Instrumental Rock"),
+    N_("Instrumental pop"),
+    N_("Instrumental rock"),
     N_("Ethnic"),
     N_("Gothic"),
     N_("Darkwave"),
@@ -61,28 +81,28 @@ static char *ppsz_genres[] = {
     N_("Pop-Folk"),
     N_("Eurodance"),
     N_("Dream"),
-    N_("Southern Rock"),
+    N_("Southern rock"),
     N_("Comedy"),
     N_("Cult"),
     N_("Gangsta"),
     N_("Top 40"),
-    N_("Christian Rap"),
-    N_("Pop/Funk"),
+    N_("Christian rap"),
+    N_("Pop/funk"),
     N_("Jungle"),
     N_("Native American"),
     N_("Cabaret"),
-    N_("New Wave"),
-    N_("Psychadelic"),
+    N_("New wave"),
+    N_("Psychedelic"),
     N_("Rave"),
     N_("Showtunes"),
     N_("Trailer"),
     N_("Lo-Fi"),
     N_("Tribal"),
-    N_("Acid Punk"),
-    N_("Acid Jazz"),
+    N_("Acid punk"),
+    N_("Acid jazz"),
     N_("Polka"),
     N_("Retro"),
     N_("Musical"),
-    N_("Rock & Roll"),
-    N_("Hard Rock")
+    N_("Rock & roll"),
+    N_("Hard rock")
 };