diff options
author | Jan D. Behrens <zykure@web.de> | 2011-04-10 18:06:14 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-04-10 19:39:33 +0200 |
commit | bd9bf6a45e37d7f44a413b60aa6f364a2e227e8c (patch) | |
tree | 3802203beb0efd05b175cea32e4c7ad975546980 | |
parent | cc42ae09451cc201b66eebae100836c2c5a51421 (diff) |
Updated extra translations (Changed property in VTX plugin to use the same text as SID plugin.)
-rw-r--r-- | plugins/vtx/vtx.c | 2 | ||||
-rw-r--r-- | translation/extra.c | 17 |
2 files changed, 15 insertions, 4 deletions
diff --git a/plugins/vtx/vtx.c b/plugins/vtx/vtx.c index aa62422e..41b1fe73 100644 --- a/plugins/vtx/vtx.c +++ b/plugins/vtx/vtx.c @@ -294,7 +294,7 @@ vtx_stop (void) { } static const char settings_dlg[] = - "property \"Bits Per Sample (8 or 16)\" entry vtx.bps 16;\n" + "property \"Bits per sample (8 or 16)\" entry vtx.bps 16;\n" ; // define plugin interface diff --git a/translation/extra.c b/translation/extra.c index 20462b4e..bd25d87c 100644 --- a/translation/extra.c +++ b/translation/extra.c @@ -13,6 +13,8 @@ _("Disable nowplaying") _("Username") _("Password") _("Scrobble URL") +// OSS output plugin +_("Device file") // Album Artwork plugin _("Cache update period (hr)") _("Fetch from embedded tags") @@ -20,6 +22,7 @@ _("Fetch from local folder") _("Local cover file mask") _("Fetch from last.fm") _("Fetch from albumart.org") +_("Scale artwork towards longer side") // Audio CD player _("Use CDDB/FreeDB") _("Prefer CD-Text over CDDB") @@ -36,8 +39,12 @@ _("Ask confirmation to delete files from disk") _("Status icon volume control sensitivity") _("Custom status icon") _("Run gtk_init with --sync (debug mode)") +_("Add separators between plugin context menu items") // OSD Notify plugin -_("Notification format") +_("Notification title format") +_("Notification content format") +_("Show album art") +_("Album art size (px)") // PulseAudio output plugin _("PulseAudio server") _("Preferred buffer size") @@ -47,8 +54,10 @@ _("Relative seek table path") _("Absolute seek table path") _("Swap audio bytes (toggle if all you hear is static)") // SID decoder plugin -_("Enable HVSC") -_("HVSC path") +_("Enable HVSC Songlength DB") +_("Songlengths.txt (from HVSC)") +_("Bits per sample (8 or 16)") +_("Default song length (sec)") // WildMidi player plugin _("Timidity++ bank configuration file") // Track properties dialog @@ -66,3 +75,5 @@ _("Disc Number") _("Comment") _("Encoder / Vendor") _("Copyright") +// FFmpeg deocder plugin +_("File Extensions (separate with ';')") |