diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-10-01 19:59:11 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-10-01 19:59:11 +0200 |
commit | 7bee0747f5839bad296b9255d4b018250f6af220 (patch) | |
tree | f13f49fa854fb95bf1d0bacf996696a61ec6d5e1 /translation | |
parent | b28f9aea5b681ec3c946ab6933629e2d81fbcfba (diff) |
added translation for metadata field names in track properties
Diffstat (limited to 'translation')
-rw-r--r-- | translation/extra.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/translation/extra.c b/translation/extra.c index 161c0f72..20462b4e 100644 --- a/translation/extra.c +++ b/translation/extra.c @@ -51,3 +51,18 @@ _("Enable HVSC") _("HVSC path") // WildMidi player plugin _("Timidity++ bank configuration file") +// Track properties dialog +_("Artist") +_("Track Title") +_("Performer") +_("Band / Album Artist") +_("Album") +_("Date") +_("Track Number") +_("Total Tracks") +_("Genre") +_("Composer") +_("Disc Number") +_("Comment") +_("Encoder / Vendor") +_("Copyright") |