chiark / gitweb /
typo
[disorder] / templates / options.labels
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
12 label   playing.title           "Now Playing"
13
14 label   playing.randomtrack     &nbsp;
15 label   queue.randomtrack       random
16
17 # Short and long text for scratch (remove playing track) button
18 label   playing.scratch         Scratch
19 label   playing.scratchverbose  "stop playing this track"
20
21 # Short and long text for remove queued track button
22 label   playing.remove          Remove
23 label   playing.removeverbose   "remove track from queue"
24
25 # Text for banner above currently playing track
26 label   playing.now             "Now playing"
27
28 # Text for banner above queue
29 label   playing.next            "Next"
30
31 # Short and long text for queue management buttons
32 label   playing.up              Up
33 label   playing.down            Down
34 label   playing.upall           Head
35 label   playing.downall         Tail
36 label   playing.upverbose       "move track earlier in queue"
37 label   playing.downverbose     "move track later in queue"
38 label   playing.upallverbose    "move track to head of queue"
39 label   playing.downallverbose  "move track to end of queue"
40
41 # Short and long text for play control buttons
42 label   playing.random          "Random play"
43 label   playing.playing         "Playing"
44 label   playing.pause           Pause
45 label   playing.randomdisableverbose    "disable random play"
46 label   playing.randomenableverbose     "enable random play"
47 label   playing.playingdisableverbose   "disable playing"
48 label   playing.playingenableverbose    "enable playing"
49 label   playing.pauseverbose    "Pause the current track"
50 label   playing.resumeverbose   "Resume play"
51
52 # Text for volume control
53 label   playing.volume          "Volume:"
54
55 # <TITLE> for volume control page
56 label   volume.title            "Volume control"
57
58 # Volume control set button
59 label   volume.set              Set
60
61 # Text preceding left/right fields
62 label   volume.left             ""
63 label   volume.right            ""
64
65 # Short and long text for volume down/up buttons
66 label   volume.reduce           Down
67 label   volume.increase         Up
68 label   volume.reduceverbose    "reduce volume"
69 label   volume.increaseverbose  "increase volume"
70
71 # Amount to increase/reduce volume by
72 label   volume.resolution       4
73
74 # Long text for linsk to album/artist
75 label   playing.artistverbose   "more tracks by this artist"
76 label   playing.albumverbose    "more tracks from this album"
77
78 # <TITLE> for recently played page
79 label   recent.title            "Recently Played"
80
81 # <TITLE> for new tracks page
82 label   new.title               "New tracks"
83
84 # <TITLE> for choose track page
85 label   choose.title            "Pick track"
86
87 # Text for play all button
88 label   choose.playall          "Play all"
89
90 # Heading for directory list
91 label   choose.directories      Directories
92
93 # Heading for track list
94 label   choose.files            Tracks
95
96 # Short and long text for edit prefs button (both recent and choose pages)
97 label   choose.prefs            Edit
98 label   choose.prefsverbose     "edit track information"
99
100 # Same, for edit all prefs
101 label   choose.allprefs         "Edit all"
102 label   choose.allprefsverbose  "edit all track information"
103
104 # Caption for play-track links
105 label   choose.play             "Add track to queue"
106
107 # <TITLE> for search page
108 label   search.title            Search
109
110 # Text for search button
111 label   search.search           Search
112
113 # <TITLE> for about page
114 label   about.title             "About DisOrder"
115
116 # <TITLE> for edit prefs page
117 label   prefs.title             "Edit Track Preferences"
118
119 # Text for set/add/delete preference buttons
120 label   prefs.set               Change
121 label   prefs.new               Set
122 label   prefs.delete            Delete
123
124 # Headings for preferences table
125 label   prefs.name              Name
126 label   prefs.value             Value
127
128 # Legend for prefs controls that don't correspond to a heading
129 label   prefs.random            "Random play"
130 label   prefs.tags              "Tags"
131
132 # <TITLE> for help page
133 label   help.title              "DisOrder help"
134
135 # <TITLE> for login page
136 label   login.title             "DisOrder Login"
137
138 # Text for login fields
139 label   login.username          "Username"
140 label   login.password          "Password"
141 label   login.password1         "Password"
142 label   login.password2         "Password"
143 label   login.newpassword       "New Password"
144 label   login.email             "Email address"
145
146 label   login.registerusernameextra     "May only contain unaccented Roman letters and digits; case matters"
147 label   login.registeremailextra        "Must be valid"
148 label   login.registerpassword1extra    "Letter case matters"
149 label   login.registerpassword2extra    "Type same password again to check"
150
151 label   login.edituseremailextra        ""
152 label   login.edituserpassword1extra    "Leave blank to keep existing password"
153 label   login.edituserpassword2extra    "Type same password again to check"
154
155 # Text for login page buttons
156 label   login.login             "Login"
157 label   login.register          "Register"
158 label   login.edituser          "Change Details"
159 label   login.logout            "Logout"
160
161 # Text for login page responses
162 label   login.loginok           "You are now logged in."
163 label   login.logoutok          "You are now logged out."
164 label   login.registered        "Your new login has been registered.  Please check your email."
165 label   login.confirmed         "Your new login has been confirmed.  You are now logged in."
166 label   login.edited            "Your details have been changed."
167
168 # <TITLE> for account page
169 label   account.title           "DisOrder User Details"
170
171 # <TITLE> for error page.  Note that in this page the 'error' label is set
172 # to a string indicating the type of error.
173 label   error.title             "DisOrder error"
174
175 # Text used when cannot connect to server
176 label   error.connect           "Cannot connect to server."
177
178 # Error messages for login.html
179 label   error.loginfailed       "Incorrect username and/or password."
180 label   error.cookiefailed      "Cannot create login cookie."
181 label   error.nousername        "No username specified."
182 label   error.nopassword        "No password specified."
183 label   error.passwordmismatch  "Passwords do not match."
184 label   error.noemail           "No email address specified."
185 label   error.bademail          "Invalid email address."
186 label   error.cannotregister    "Unable to register user."
187 label   error.noconfirm         "Missing confirmation string."
188 label   error.badconfirm        "Invalid confirmation string."
189 label   error.badedit           "Cannot edit user details."
190
191 # Text appended to all error pages
192 label   error.generic           ""
193
194 # Displayed text for links in the sidebar (or other menu)
195 label   sidebar.playing         Playing
196 label   sidebar.choose          Choose
197 label   sidebar.random          Random
198 label   sidebar.search          Search
199 label   sidebar.recent          Recent
200 label   sidebar.new             New
201 label   sidebar.about           About
202 label   sidebar.volume          Volume
203 label   sidebar.login           Login
204 label   sidebar.help            Help
205 label   sidebar.manage          Manage
206
207 # Long (i.e. TITLE=) text for sidebar links
208 label   sidebar.playingverbose  "current and queued tracks"
209 label   sidebar.chooseverbose   "choose tracks"
210 label   sidebar.searchverbose   "word search among track names"
211 label   sidebar.recentverbose   "recently played tracks"
212 label   sidebar.newverbose      "newly added tracks"
213 label   sidebar.aboutverbose    "about DisOrder"
214 label   sidebar.volumeverbose   "volume control"
215 label   sidebar.loginverbose    "log in to DisOrder"
216 label   sidebar.helpverbose     "basic user guide"
217 label   sidebar.manageverbose   "queue management and volume control"
218
219 # This should be 'choose' or 'choosealpha'.  If 'choose' then all artists
220 # appear on the same page, otherwise they are broken up by initial letter
221 # (which can be more convenient if you have huge numbers).
222 label   sidebar.choosewhich     choose
223
224 # Column headings for tables of tracks (playing, queue, recent)
225 label   heading.when            When
226 label   heading.who             Who
227 label   heading.artist          Artist
228 label   heading.album           Album
229 label   heading.title           Title
230 label   heading.length          Length
231
232 # (Possibly relative) URL to images.  This be a URL for the directory
233 # containing the icons used by the web interface (which might be
234 # /usr/local/share/disorder/static/).
235 label   url.static              /disorder/
236
237 # Stylesheet.  As above, a (possibly relative) URL, but this time pointing
238 # to the stylesheet to use in all DisOrder web pages.
239 label   links.css               /disorder/disorder.css
240