summaryrefslogtreecommitdiff
path: root/translation/extra.c
blob: e40965acef02ac5c7a0ac8177eb7792af87fdd44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
// this file should list extra translatable strings that are not referenced
// directly in source code, e.g. scripted plugin configuration strings
_("Add Audio CD")
_("Lookup on Last.fm")
// ALSA output plugin
_("Use ALSA resampling")
_("Release device while stopped")
_("Preferred buffer size")
_("Preferred period size")
// Last.fm plugin
_("Enable scrobbler")
_("Disable nowplaying")
_("Username")
_("Password")
_("Scrobble URL")
_("Prefer Album Artist over Artist field")
// OSS output plugin
_("Device file")
_("OSS4 samplerate bug workaround")
// Album Artwork plugin
_("Cache update period (hr)")
_("Fetch from embedded tags")
_("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")
_("CDDB url (e.g. 'freedb.org')")
_("CDDB port number (e.g. '888')")
_("Prefer CDDB protocol over HTTP")
_("Enable NRG image support")
// DUMB module player plugin
_("Resampling quality (0..2, higher is better)")
_("8-bit output (default is 16)")
// Game_Music_Emu decoder plugin
_("Max song length (in minutes)")
_("Fadeout length (seconds)")
_("Play loops nr. of times (if available)")
// Standard GTK2 user interface plugin
_("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 title format")
_("Notification content format")
_("Show album art")
_("Album art size (px)")
// PulseAudio output plugin
_("PulseAudio server")
_("Preferred buffer size")
_("Samplerate")
// SHN player plugin
_("Relative seek table path")
_("Absolute seek table path")
_("Swap audio bytes (toggle if all you hear is static)")
// SID decoder plugin
_("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
_("Artist")
_("Track Title")
_("Performer")
_("Band / Album Artist")
_("Album")
_("Date")
_("Track Number")
_("Total Tracks")
_("Genre")
_("Composer")
_("Disc Number")
_("Comment")
_("Encoder / Vendor")
_("Copyright")
_("Location")
_("Subtrack Index")
_("Tag Type(s)")
_("Embedded Cuesheet")
_("Codec")
// FFmpeg deocder plugin
_("File Extensions (separate with ';')")
//Converter GUI
_("Convert")
// Resampler (Secret Rabbit Code)
_("Target Samplerate")
_("Quality / Algorithm")
_("Automatic Samplerate (overrides Target Samplerate)")
// shellexecui
_("Configure Custom Shell Commands")
// mpgmad
_("Disable gapless playback (faster scanning)")
// adplug
_("Prefer Ken emu over Satoh (surround won't work)")
_("Enable surround")