chiark / gitweb /
Add 'adopt' command. This adopts a randomly picked track by changing
[disorder] / templates / options.labels
CommitLineData
460b9539 1# Labels used by the web interface.
2#
3# Rather then editing this file, edit options.user instead.
4#
5# Where there is 'short and long' text this means that the short text
6# will appear in the ALT attribute, and so appear in a text-only browser
7# (or if images are disabled); usually this should be a single short word.
8# The long text will appear in the TITLE attribute, and so appear for
9# instance if the user hovers over whatever the widget is.
10
11# <TITLE> for the 'Playing' screen
12label playing.title "Now Playing"
13
14label playing.randomtrack &nbsp;
15label queue.randomtrack random
16
17# Short and long text for scratch (remove playing track) button
a2c4ad5f 18label playing.remove Scratch
1a3dba67 19label playing.removeverbose "Stop playing this track"
460b9539 20
21# Short and long text for remove queued track button
a2c4ad5f 22label queue.remove Remove
1a3dba67 23label queue.removeverbose "Remove track from queue"
460b9539 24
25# Text for banner above currently playing track
26label playing.now "Now playing"
27
28# Text for banner above queue
29label playing.next "Next"
30
31# Short and long text for queue management buttons
32label playing.up Up
33label playing.down Down
34label playing.upall Head
35label playing.downall Tail
1a3dba67
RK
36label playing.upverbose "Move track earlier in queue"
37label playing.downverbose "Move track later in queue"
38label playing.upallverbose "Move track to head of queue"
39label playing.downallverbose "Move track to end of queue"
460b9539 40
41# Short and long text for play control buttons
42label playing.random "Random play"
43label playing.playing "Playing"
44label playing.pause Pause
1a3dba67
RK
45label playing.randomdisableverbose "Disable random play"
46label playing.randomenableverbose "Enable random play"
47label playing.playingdisableverbose "Disable playing"
48label playing.playingenableverbose "Enable playing"
460b9539 49label playing.pauseverbose "Pause the current track"
50label playing.resumeverbose "Resume play"
51
52# Text for volume control
53label playing.volume "Volume:"
54
55# <TITLE> for volume control page
56label volume.title "Volume control"
57
58# Volume control set button
59label volume.set Set
60
61# Text preceding left/right fields
62label volume.left ""
63label volume.right ""
64
65# Short and long text for volume down/up buttons
1a3dba67
RK
66label volume.down Down
67label volume.up Up
68label volume.downverbose "Reduce volume"
69label volume.upverbose "Increase volume"
460b9539 70
71# Amount to increase/reduce volume by
72label volume.resolution 4
73
e7ce7665 74# Long text for links to album/artist
1a3dba67
RK
75label playing.artistverbose "More tracks by this artist"
76label playing.albumverbose "More tracks from this album"
460b9539 77
78# <TITLE> for recently played page
79label recent.title "Recently Played"
80
78efa64e 81# <TITLE> for new tracks page
328248ba 82label new.title "New Tracks"
78efa64e 83
460b9539 84# <TITLE> for choose track page
328248ba 85label choose.title "Pick Track"
460b9539 86
87# Text for play all button
88label choose.playall "Play all"
89
90# Heading for directory list
91label choose.directories Directories
92
93# Heading for track list
94label choose.files Tracks
95
52ca8a32 96# Caption for visit-directory links
97label choose.directory "Visit directory"
98
460b9539 99# Short and long text for edit prefs button (both recent and choose pages)
100label choose.prefs Edit
101label choose.prefsverbose "edit track information"
102
103# Same, for edit all prefs
104label choose.allprefs "Edit all"
105label choose.allprefsverbose "edit all track information"
106
78efa64e
RK
107# Caption for play-track links
108label choose.play "Add track to queue"
109
460b9539 110# <TITLE> for search page
111label search.title Search
112
54755335 113# Text for search buttons
460b9539 114label search.search Search
54755335 115label search.clear Clear
460b9539 116
117# <TITLE> for about page
118label about.title "About DisOrder"
119
120# <TITLE> for edit prefs page
121label prefs.title "Edit Track Preferences"
122
123# Text for set/add/delete preference buttons
124label prefs.set Change
125label prefs.new Set
126label prefs.delete Delete
127
128# Headings for preferences table
129label prefs.name Name
130label prefs.value Value
131
132# Legend for prefs controls that don't correspond to a heading
133label prefs.random "Random play"
134label prefs.tags "Tags"
2d0cdf2b 135label prefs.weight "Weight"
460b9539 136
137# <TITLE> for help page
328248ba 138label help.title "DisOrder Help"
460b9539 139
fdf98378 140# <TITLE> for login page
141label login.title "DisOrder Login"
142
143# Text for login fields
144label login.username "Username"
145label login.password "Password"
968f044a 146label login.password1 "Password"
147label login.password2 "Password"
148label login.newpassword "New Password"
fdf98378 149label login.email "Email address"
150
76b755ae 151label login.registerusernameextra "May only contain unaccented Roman letters and digits; case matters"
968f044a 152label login.registeremailextra "Must be valid"
153label login.registerpassword1extra "Letter case matters"
154label login.registerpassword2extra "Type same password again to check"
155
156label login.edituseremailextra ""
157label login.edituserpassword1extra "Leave blank to keep existing password"
158label login.edituserpassword2extra "Type same password again to check"
159
fdf98378 160# Text for login page buttons
161label login.login "Login"
162label login.register "Register"
163label login.edituser "Change Details"
ac152d06 164label login.logout "Logout"
6207d2f3 165label login.reminder "Send reminder"
ac152d06 166
f230d1d6 167# Text for login page responses
30365519 168label login.loginok "You are now logged in."
169label login.logoutok "You are now logged out."
968f044a 170label login.registered "Your new login has been registered. Please check your email."
171label login.confirmed "Your new login has been confirmed. You are now logged in."
172label login.edited "Your details have been changed."
6207d2f3 173label login.reminded "You have been sent a reminder email."
fdf98378 174
175# <TITLE> for account page
176label account.title "DisOrder User Details"
177
460b9539 178# <TITLE> for error page. Note that in this page the 'error' label is set
179# to a string indicating the type of error.
180label error.title "DisOrder error"
181
182# Text used when cannot connect to server
183label error.connect "Cannot connect to server."
184
968f044a 185# Error messages for login.html
f230d1d6 186label error.loginfailed "Incorrect username and/or password."
968f044a 187label error.cookiefailed "Cannot create login cookie."
e7ce7665 188label error.revokefailed "Cannot revoke login cookie."
968f044a 189label error.nousername "No username specified."
190label error.nopassword "No password specified."
191label error.passwordmismatch "Passwords do not match."
192label error.noemail "No email address specified."
193label error.bademail "Invalid email address."
194label error.cannotregister "Unable to register user."
195label error.noconfirm "Missing confirmation string."
196label error.badconfirm "Invalid confirmation string."
197label error.badedit "Cannot edit user details."
6207d2f3 198label error.reminderfailed "Cannot send a reminder."
02eaa49d 199label error.noright "Access denied."
460b9539 200
201# Text appended to all error pages
202label error.generic ""
203
99955407
RK
204# Displayed text for links in the menu
205label menu.playing Playing
206label menu.choose Choose
207label menu.random Random
208label menu.search Search
209label menu.recent Recent
210label menu.new New
211label menu.about About
212label menu.volume Volume
213label menu.login Login
214label menu.help Help
215label menu.manage Manage
216
217# Long (i.e. TITLE=) text for menu links
218label menu.playingverbose "Current and queued tracks"
219label menu.chooseverbose "Choose tracks"
220label menu.searchverbose "Word search among track names"
221label menu.recentverbose "Recently played tracks"
222label menu.newverbose "Newly added tracks"
223label menu.aboutverbose "About DisOrder"
224label menu.volumeverbose "Volume control"
225label menu.loginverbose "Log in to DisOrder"
226label menu.helpverbose "Basic user guide"
227label menu.manageverbose "Queue management and volume control"
460b9539 228
460b9539 229# This should be 'choose' or 'choosealpha'. If 'choose' then all artists
230# appear on the same page, otherwise they are broken up by initial letter
231# (which can be more convenient if you have huge numbers).
99955407 232label menu.choosewhich choose
460b9539 233
234# Column headings for tables of tracks (playing, queue, recent)
235label heading.when When
236label heading.who Who
237label heading.artist Artist
238label heading.album Album
239label heading.title Title
240label heading.length Length
241
daf0351f 242# Role images. See the documentation for @image{NAME}.
8f9616f1
RK
243label images.enabled tick.png
244label images.disabled cross.png
a2c4ad5f
RK
245label images.remove cross.png
246label images.noremove nocross.png
8f9616f1
RK
247label images.noup noup.png
248label images.upall upup.png
249label images.noupall noupup.png
250label images.downall downdown.png
251label images.nodownall nodowndown.png
99955407
RK
252
253# Where to find images etc
254label url.static /disorder