X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_meta.h;h=5041fbfb92458eddc317f780b139afef71d6f938;hb=f1e171109c426f6917dcc56ca692e9094218dcd2;hp=26ffc471c4f6ed5b3c2621a082e0bb40108b119b;hpb=85b29bdc288a1573d43bd524908be5748a9b3640;p=vlc diff --git a/include/vlc_meta.h b/include/vlc_meta.h index 26ffc471c4..5041fbfb92 100644 --- a/include/vlc_meta.h +++ b/include/vlc_meta.h @@ -1,7 +1,7 @@ /***************************************************************************** - * vlc_meta.h + * vlc_meta.h: Stream meta-data ***************************************************************************** - * Copyright (C) 2004 VideoLAN (Centrale Réseaux) and its contributors + * Copyright (C) 2004 the VideoLAN team * $Id$ * * Authors: Laurent Aimar @@ -18,18 +18,21 @@ * * 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. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #ifndef _VLC_META_H #define _VLC_META_H 1 /* VLC meta name */ +#define VLC_META_INFO_CAT N_("Meta-information") #define VLC_META_TITLE N_("Title") #define VLC_META_AUTHOR N_("Author") #define VLC_META_ARTIST N_("Artist") #define VLC_META_GENRE N_("Genre") #define VLC_META_COPYRIGHT N_("Copyright") +#define VLC_META_COLLECTION N_("Album/movie/show title") +#define VLC_META_SEQ_NUM N_("Track number/position in set") #define VLC_META_DESCRIPTION N_("Description") #define VLC_META_RATING N_("Rating") #define VLC_META_DATE N_("Date") @@ -37,13 +40,14 @@ #define VLC_META_URL N_("URL") #define VLC_META_LANGUAGE N_("Language") #define VLC_META_NOW_PLAYING N_("Now Playing") +#define VLC_META_PUBLISHER N_("Publisher") #define VLC_META_CDDB_ARTIST N_("CDDB Artist") -#define VLC_META_CDDB_CATEGORY N_("CDDB Category") +#define VLC_META_CDDB_CATEGORY N_("CDDB Category") #define VLC_META_CDDB_DISCID N_("CDDB Disc ID") #define VLC_META_CDDB_EXT_DATA N_("CDDB Extended Data") #define VLC_META_CDDB_GENRE N_("CDDB Genre") -#define VLC_META_CDDB_YEAR N_("CDDB Year") +#define VLC_META_CDDB_YEAR N_("CDDB Year") #define VLC_META_CDDB_TITLE N_("CDDB Title") #define VLC_META_CDTEXT_ARRANGER N_("CD-Text Arranger") @@ -55,11 +59,11 @@ #define VLC_META_CDTEXT_PERFORMER N_("CD-Text Performer") #define VLC_META_CDTEXT_TITLE N_("CD-Text Title") -#define VLC_META_ISO_APPLICATION_ID N_("ISO-9660 Application ID") -#define VLC_META_ISO_PREPARER N_("ISO-9660 Preparer") -#define VLC_META_ISO_PUBLISHER N_("ISO-9660 Publisher") -#define VLC_META_ISO_VOLUME N_("ISO-9660 Volume") -#define VLC_META_ISO_VOLUMESET N_("ISO-9660 Volume Set") +#define VLC_META_ISO_APPLICATION_ID N_("ISO-9660 Application ID") +#define VLC_META_ISO_PREPARER N_("ISO-9660 Preparer") +#define VLC_META_ISO_PUBLISHER N_("ISO-9660 Publisher") +#define VLC_META_ISO_VOLUME N_("ISO-9660 Volume") +#define VLC_META_ISO_VOLUMESET N_("ISO-9660 Volume Set") #define VLC_META_CODEC_NAME N_("Codec Name") #define VLC_META_CODEC_DESCRIPTION N_("Codec Description")