]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Fixup tests for changes in view templates.
[rails.git] / config / locales / en.yml
1 en:
2   html:
3     dir: ltr
4   activerecord:
5     # Translates all the model names, which is used in error handling on the web site
6     models:
7       acl: "Access Control List"
8       changeset: "Changeset"
9       changeset_tag: "Changeset Tag"
10       country: "Country"
11       diary_comment: "Diary Comment"
12       diary_entry: "Diary Entry"
13       friend: "Friend"
14       language: "Language"
15       message: "Message"
16       node: "Node"
17       node_tag: "Node Tag"
18       notifier: "Notifier"
19       old_node: "Old Node"
20       old_node_tag: "Old Node Tag"
21       old_relation: "Old Relation"
22       old_relation_member: "Old Relation Member"
23       old_relation_tag: "Old Relation Tag"
24       old_way: "Old Way"
25       old_way_node: "Old Way Node"
26       old_way_tag: "Old Way Tag"
27       relation: "Relation"
28       relation_member: "Relation Member"
29       relation_tag: "Relation Tag"
30       session: "Session"
31       trace: "Trace"
32       tracepoint: "Trace Point"
33       tracetag: "Trace Tag"
34       user: "User"
35       user_preference: "User Preference"
36       user_token: "User Token"
37       way: "Way"
38       way_node: "Way Node"
39       way_tag: "Way Tag"
40     # Translates all the model attributes, which is used in error handling on the web site
41     # Only the ones that are used on the web site are translated at the moment
42     attributes:
43       diary_comment:
44         body: "Body"
45       diary_entry:
46         user: "User"
47         title: "Title"
48         latitude: "Latitude"
49         longitude: "Longitude"
50         language: "Language"
51       friend:
52         user: "User"
53         friend: "Friend"
54       trace:
55         user: "User"
56         visible: "Visible"
57         name: "Name"
58         size: "Size"
59         latitude: "Latitude"
60         longitude: "Longitude"
61         public: "Public"
62         description: "Description"
63       message:
64         sender: "Sender"
65         title: "Title"
66         body: "Body"
67         recipient: "Recipient"
68       user:
69         email: "Email"
70         active: "Active"
71         display_name: "Display Name"
72         description: "Description"
73         languages: "Languages"
74         pass_crypt: "Password"
75   map:
76     view: View
77     edit: Edit
78     coordinates: "Coordinates:"
79   browse:
80     changeset:
81       title: "Changeset"
82       changeset: "Changeset:"
83       download: "Download {{changeset_xml_link}} or {{osmchange_xml_link}}"
84       changesetxml: "Changeset XML"
85       osmchangexml: "osmChange XML"
86     changeset_navigation:
87       user:
88         name: "{{user}}"
89         name_tooltip: "View edits by {{user}}"
90         prev: "← {{id}}"
91         prev_tooltip: "Previous edit by {{user}}"
92         next: "{{id}} →"
93         next_tooltip: "Next edit by {{user}}"
94       all:
95         prev: "← {{id}}"
96         next: "{{id}} →"
97         prev_tooltip: "Previous changeset"
98         next_tooltip: "Next changeset"
99     changeset_details:
100       created_at: "Created at:"
101       closed_at: "Closed at:"
102       belongs_to: "Belongs to:"
103       bounding_box: "Bounding box:"
104       no_bounding_box: "No bounding box has been stored for this changeset."
105       show_area_box: "Show Area Box"
106       box: "box"
107       has_nodes: "Has the following {{count}} nodes:"
108       has_ways: "Has the following {{count}} ways:"
109       has_relations: "Has the following {{count}} relations:"
110     common_details: 
111       edited_at: "Edited at:"
112       edited_by: "Edited by:"
113       version: "Version:"
114       in_changeset: "In changeset:"
115     containing_relation:
116       relation: "Relation {{relation_name}}"
117       relation_as: "(as {{relation_role}})"
118     map:
119       loading: "Loading..."
120       deleted: "Deleted"
121       view_larger_map: "View Larger Map"
122     node_details:
123       coordinates: "Coordinates: "
124       part_of: "Part of:"
125     node_history:
126       node_history: "Node History"
127       download: "{{download_xml_link}} or {{view_details_link}}"
128       download_xml: "Download XML"
129       view_details: "view details"
130     node:
131       node: "Node"
132       node_title: "Node: {{node_name}}"
133       download: "{{download_xml_link}}, {{view_history_link}} or {{edit_link}}"
134       download_xml: "Download XML"
135       view_history: "view history"
136       edit: "edit"
137     not_found:
138       sorry: "Sorry, the {{type}} with the id {{id}}, could not be found."
139       type:
140         node: node
141         way: way
142         relation: relation
143     paging_nav:
144       showing_page: "Showing page"
145       of: "of"
146     relation_details:
147       members: "Members:"
148       part_of: "Part of:"
149     relation_history:
150       relation_history: "Relation History"
151       relation_history_title: "Relation History: {{relation_name}}"
152     relation_member:
153       as: "as"
154     relation:
155       relation: "Relation"
156       relation_title: "Relation: {{relation_name}}"
157       download: "{{download_xml_link}} or {{view_history_link}}"
158       download_xml: "Download XML"
159       view_history: "view history"
160     start:
161       view_data: "View data for current map view"
162       manually_select: "Manually select a different area"
163     start_rjs:
164       data_layer_name: "Data"
165       data_frame_title: "Data"
166       zoom_or_select: "Zoom in or select an area of the map to view"
167       drag_a_box: "Drag a box on the map to select an area"
168       manually_select: "Manually select a different area"
169       loaded_an_area_with_num_features: "You have loaded an area which contains [[num_features]] features. In general, some browsers may not cope well with displaying this quantity of data. Generally, browsers work best at displaying less than 100 features at a time: doing anything else may make your browser slow/unresponsive. If you are sure you want to display this data, you may do so by clicking the button below."
170       load_data: "Load Data"
171       unable_to_load_size: "Unable to load: Bounding box size of [[bbox_size]] is too large (must be smaller than {{max_bbox_size}})"
172       loading: "Loading..."
173       show_history: "Show History"
174       wait: "Wait..."
175       history_for_feature: "History for [[feature]]"
176       details: "Details"
177       private_user: "private user"
178       edited_by_user_at_timestamp: "Edited by [[user]] at [[timestamp]]"
179       object_list:
180         heading: "Object list"
181         back: "Display object list"
182         type:
183           node: "Node"
184           way: "Way"
185           # There's no 'relation' type because it isn't represented in OpenLayers
186         api: "Retrieve this area from the API"
187         details: "Details"
188         selected:
189           type:
190             node: "Node [[id]]"
191             way: "Way [[id]]"
192             # There's no 'relation' type because it isn't represented in OpenLayers
193         history:
194           type:
195             node: "Node [[id]]"
196             way: "Way [[id]]"
197             # There's no 'relation' type because it isn't represented in OpenLayers
198     tag_details:
199       tags: "Tags:"
200     way_details:
201       nodes: "Nodes:"
202       part_of: "Part of:"
203       also_part_of:
204         one: "also part of way {{related_ways}}"
205         other: "also part of ways {{related_ways}}"
206     way_history:
207       way_history: "Way History"
208       way_history_title: "Way History: {{way_name}}"
209       download: "{{download_xml_link}} or {{view_details_link}}"
210       download_xml: "Download XML"
211       view_details: "view details"
212     way:
213       way: "Way"
214       way_title: "Way: {{way_name}}"
215       download: "{{download_xml_link}}, {{view_history_link}} or {{edit_link}}"
216       download_xml: "Download XML"
217       view_history: "view history"
218       edit: "edit"
219   changeset:
220     changeset_paging_nav: 
221       showing_page: "Showing page"
222       of: "of"
223     changeset:
224       still_editing: "(still editing)"
225       anonymous: "Anonymous"
226       no_comment: "(none)"
227       no_edits: "(no edits)"
228       show_area_box: "show area box"
229       big_area: "(big)"
230       view_changeset_details: "View changeset details"
231       more: "more"
232     changesets:
233       id: "ID"
234       saved_at: "Saved at"
235       user: "User"
236       comment: "Comment"
237       area: "Area"
238     list:
239       title: "Changesets"
240       description: "Recent edits"
241       description_user: "Recent edits by {{user}}"
242       description_bbox: "Recent edits within {{bbox}}"
243       description_user_bbox: "Recent edits by {{user}} within {{bbox}}"
244   diary_entry:
245     new:
246       title: New Diary Entry
247     list:
248       title: "Users' diaries"
249       user_title: "{{user}}'s diary"
250       in_language_title: "Diary Entries in {{language}}"
251       new: New Diary Entry
252       new_title: Compose a new entry in your user diary
253       no_entries: No diary entries
254       recent_entries: "Recent diary entries: "
255       older_entries: Older Entries
256       newer_entries: Newer Entries
257     edit:
258       title: "Edit diary entry"
259       subject: "Subject: "
260       body: "Body: "
261       language: "Language: "
262       location: "Location: "
263       latitude: "Latitude: "
264       longitude: "Longitude: "
265       use_map_link: "use map"
266       save_button: "Save"
267       marker_text: Diary entry location
268     view:
269       title: "Users' diaries | {{user}}"
270       user_title: "{{user}}'s diary"
271       leave_a_comment: "Leave a comment"
272       login_to_leave_a_comment: "{{login_link}} to leave a comment"
273       login: "Login"
274       save_button: "Save"
275     no_such_entry:
276       title: "No such diary entry"
277       heading: "No entry with the id: {{id}}"
278       body: "Sorry, there is no diary entry or comment with the id {{id}}. Please check your spelling, or maybe the link you clicked is wrong."
279     no_such_user:
280       title: "No such user"
281       heading: "The user {{user}} does not exist"
282       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
283     diary_entry:
284       posted_by: "Posted by {{link_user}} at {{created}} in {{language_link}}"
285       comment_link: Comment on this entry
286       reply_link: Reply to this entry
287       comment_count:
288         one: 1 comment
289         other: "{{count}} comments"
290       edit_link: Edit this entry
291     diary_comment:
292       comment_from: "Comment from {{link_user}}  at {{comment_created_at}}"
293   export:
294     start:
295       area_to_export: "Area to Export"
296       manually_select: "Manually select a different area"
297       format_to_export: "Format to Export"
298       osm_xml_data: "OpenStreetMap XML Data"
299       mapnik_image: "Mapnik Image"
300       osmarender_image: "Osmarender Image"
301       embeddable_html: "Embeddable HTML"
302       licence: "Licence"
303       export_details: 'OpenStreetMap data is licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>.'
304       options: "Options"
305       format: "Format"
306       scale: "Scale"
307       max: "max"
308       image_size: "Image Size"
309       zoom: "Zoom"
310       add_marker: "Add a marker to the map"
311       latitude: "Lat:"
312       longitude: "Lon:"
313       output: "Output"
314       paste_html: "Paste HTML to embed in website"
315       export_button: "Export"
316     start_rjs:
317       export: "Export"
318       drag_a_box: "Drag a box on the map to select an area"
319       manually_select: "Manually select a different area"
320       click_add_marker: "Click on the map to add a marker"
321       change_marker: "Change marker position"
322       add_marker: "Add a marker to the map"
323       view_larger_map: "View Larger Map"
324   geocoder:
325     results:
326       results: "Results"
327       type_from_source: "{{type}} from {{source_link}}"
328       no_results: "No results found"
329   layouts:
330     project_name:
331       # in <title>
332       title: OpenStreetMap
333       # in <h1>
334       h1: OpenStreetMap
335     logo:
336       alt_text: OpenStreetMap logo
337     welcome_user: "Welcome, {{user_link}}"
338     welcome_user_link_tooltip: Your user page
339     home: home
340     home_tooltip: Go to home location
341     inbox: "inbox ({{count}})"
342     inbox_tooltip:
343       zero: Your inbox contains no unread messages
344       one: Your inbox contians 1 unread message
345       other: Your inbox contains {{count}} unread messages
346     logout: logout
347     logout_tooltip: "Log out"
348     log_in: log in
349     log_in_tooltip: Log in with an existing account
350     sign_up: sign up
351     sign_up_tooltip: Create an account for editing
352     view: View
353     view_tooltip: View maps
354     edit: Edit
355     edit_tooltip: Edit maps
356     history: History
357     history_tooltip: Changeset history
358     export: Export
359     export_tooltip: Export map data
360     gps_traces: GPS Traces
361     gps_traces_tooltip: Manage traces
362     user_diaries: User Diaries
363     user_diaries_tooltip: View user diaries
364     tag_line: The Free Wiki World Map
365     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
366     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
367     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}."
368     intro_3_ucl: "UCL VR Centre"
369     intro_3_bytemark: "bytemark"
370     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
371     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
372     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
373     donate_link_text: donating
374     help_wiki: "Help &amp; Wiki"
375     help_wiki_tooltip: "Help &amp; Wiki site for the project"
376     help_wiki_url: "http://wiki.openstreetmap.org"
377     news_blog: "News blog"
378     news_blog_tooltip: "News blog about OpenStreetMap, free geographical data, etc."
379     shop: Shop
380     shop_tooltip: Shop with branded OpenStreetMap merchandise
381     shop_url: http://wiki.openstreetmap.org/wiki/Merchandise
382     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
383     alt_donation: Make a Donation
384   notifier:
385     diary_comment_notification:
386       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
387       banner1: "*                   Please do not reply to this email.                    *"
388       banner2: "*                Use the OpenStreetMap web site to reply.                 *"
389       hi: "Hi {{to_user}},"
390       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
391       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
392     message_notification:
393       subject: "[OpenStreetMap] {{user}} sent you a new message"
394       banner1: "*                   Please do not reply to this email.                    *"
395       banner2: "*                Use the OpenStreetMap web site to reply.                 *"
396       hi: "Hi {{to_user}},"
397       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
398       footer1: "You can also read the message at {{readurl}}"
399       footer2: "and you can reply at {{replyurl}}"
400     friend_notification:
401       subject: "[OpenStreetMap] {{user}} added you as a friend"
402       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
403       see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
404     gpx_notification:
405       greeting: "Hi,"
406       your_gpx_file: "It looks like your GPX file"
407       with_description: "with the description"
408       and_the_tags: "and the following tags:"
409       and_no_tags: "and no tags."
410       failure:
411         subject: "[OpenStreetMap] GPX Import failure"
412         failed_to_import: "failed to import. Here's the error:"
413         more_info_1: "More information about GPX import failures and how to avoid"
414         more_info_2: "them can be found at:"
415         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
416       success:
417         subject: "[OpenStreetMap] GPX Import success"
418         loaded_successfully: |
419           loaded successfully with {{trace_points}} out of a possible
420           {{possible_points}} points.
421     signup_confirm:
422       subject: "[OpenStreetMap] Confirm your email address"
423     signup_confirm_plain:
424       greeting: "Hi there!"
425       hopefully_you: "Someone (hopefully you) would like to create an account over at"
426       # next two translations run-on : please word wrap appropriately
427       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
428       click_the_link_2: "account and read on for more information about OpenStreetMap."
429       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
430       more_videos: "There are more videos here:"
431       the_wiki: "Get reading about OpenStreetMap on the wiki:"
432       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
433       opengeodata: "OpenGeoData.org is OpenStreetMap's blog, and it has podcasts too:"
434       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
435       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
436       # next four translations are in pairs : please word wrap appropriately
437       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
438       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
439       current_user_1: "A list of current users in categories, based on where in the world"
440       current_user_2: "they are, is available from:"
441     signup_confirm_html:
442       greeting: "Hi there!"
443       hopefully_you: "Someone (hopefully you) would like to create an account over at"
444       click_the_link: "If this is you, welcome! Please click the link below to confirm that account and read on for more information about OpenStreetMap"
445       introductory_video: "You can watch an {{introductory_video_link}}."
446       video_to_openstreetmap: "introductory video to OpenStreetMap"
447       more_videos: "There are {{more_videos_link}}."
448       more_videos_here: "more videos here"
449       get_reading: 'Get reading about OpenStreetMap <a href="http://wiki.openstreetmap.org/wiki/Beginners%27_Guide">on the wiki</p> or  <a href="http://www.opengeodata.org/">the opengeodata blog</a> which has <a href="http://www.opengeodata.org/?cat=13">podcasts to listen to</a> also!'
450       wiki_signup: 'You may also want to <a href="http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page">sign up to the OpenStreetMap wiki</a>.'
451       user_wiki_page: 'It is recommended that you create a user wiki page, which includes category tags noting where you are, such as <a href="http://wiki.openstreetmap.org/wiki/Category:Users_in_London">[[Category:Users_in_London]]</a>.'
452       current_user: 'A list of current users in categories, based on where in the world they are, is available from <a href="http://wiki.openstreetmap.org/wiki/Category:Users_by_geographical_region">Category:Users_by_geographical_region</a>.'
453     email_confirm:
454       subject: "[OpenStreetMap] Confirm your email address"
455     email_confirm_plain:
456       greeting: "Hi,"
457       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
458       hopefully_you_2: "{{server_url}} to {{new_address}}."
459       click_the_link: "If this is you, please click the link below to confirm the change."
460     email_confirm_html:
461       greeting: "Hi,"
462       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
463       click_the_link: "If this is you, please click the link below to confirm the change."
464     lost_password:
465       subject: "[OpenStreetMap] Password reset request"
466     lost_password_plain:
467       greeting: "Hi,"
468       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
469       hopefully_you_2: "email addresses openstreetmap.org account."
470       click_the_link: "If this is you, please click the link below to reset your password."
471     lost_password_html:
472       greeting: "Hi,"
473       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
474       click_the_link: "If this is you, please click the link below to reset your password."
475     reset_password:
476       subject: "[OpenStreetMap] Password reset"
477     reset_password_plain:
478       greeting: "Hi,"
479       reset: "Your password has been reset to {{new_password}}"
480     reset_password_html:
481       greeting: "Hi,"
482       reset: "Your password has been reset to {{new_password}}"
483   message:
484     inbox:
485       title: "Inbox"
486       my_inbox: "My inbox"
487       outbox: "outbox"
488       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
489       from: "From"
490       subject: "Subject"
491       date: "Date"
492       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
493       people_mapping_nearby: "people mapping nearby" 
494     message_summary:
495       unread_button: "Mark as unread"
496       read_button: "Mark as read"
497       reply_button: "Reply"
498     new:
499       title: "Send message"
500       send_message_to: "Send a new message to {{name}}"
501       subject: "Subject"
502       body: "Body"
503       send_button: "Send"
504       back_to_inbox: "Back to inbox"
505       message_sent: "Message sent"
506     no_such_user:
507       title: "No such user or message"
508       heading: "No such user or message"
509       body: "Sorry there is no user or message with that name or id"
510     outbox: 
511       title: "Outbox"
512       my_inbox: "My {{inbox_link}}"
513       inbox: "inbox"
514       outbox: "outbox"
515       you_have_sent_messages: "You have {{sent_count}} sent messages"
516       to: "To"
517       subject: "Subject"
518       date: "Date"
519       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
520       people_mapping_nearby: "people mapping nearby"
521     read:
522       title: "Read message"
523       reading_your_messages: "Reading your messages"
524       from: "From"
525       subject: "Subject"
526       date: "Date"
527       reply_button: "Reply"
528       unread_button: "Mark as unread"
529       back_to_inbox: "Back to inbox"
530       reading_your_sent_messages: "Reading your sent messages"
531       to: "To"
532       back_to_outbox: "Back to outbox"
533     mark:
534       as_read: "Message marked as read"
535       as_unread: "Message marked as unread"
536   site:
537     index:
538       js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript."
539       js_2: "OpenStreetMap uses javascript for its slippy map."
540       js_3: 'You may want to try the <a href="http://tah.openstreetmap.org/Browse/">Tiles@Home static tile browser</a> if you are unable to enable javascript.'
541       permalink: Permalink
542       license:
543         notice: "Licensed under the {{license_name}} license by the {{project_name}} and its contributors."
544         license_name: "Creative Commons Attribution-Share Alike 2.0"
545         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
546         project_name: "OpenStreetMap project"
547         project_url: "http://openstreetmap.org"
548     edit:
549       not_public: "You haven't set your edits to be public."
550       not_public_description: "You can no longer edit the map unless you do so. You can set your edits as public from your {{user_page}}."
551       user_page_link: user page
552       anon_edits: "({{link}})"
553       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
554       anon_edits_link_text: "Find out why this is the case."
555       flash_player_required: 'You need a Flash player to use Potlatch, the OpenStreetMap Flash editor. You can <a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">download Flash Player from Adobe.com</a>. <a href="http://wiki.openstreetmap.org/wiki/Editing">Several other options</a> are also available for editing OpenStreetMap.'
556       potlatch_unsaved_changes: "You have unsaved changes. (To save in Potlatch, you should deselect the current way or point, if editing in list mode, or click save if you have a save button.)"
557     sidebar:
558       search_results: Search Results
559       close: Close
560     search:
561       search: Search
562       where_am_i: "Where am I?"
563       submit_text: "Go"
564       searching: "Searching..."
565       search_help: "examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ', or 'post offices near Lünen' <a href='http://wiki.openstreetmap.org/wiki/Search'>more examples...</a>"
566     key:
567       map_key: "Map key"
568       map_key_tooltip: "Map key for the mapnik rendering at this zoom level"
569       table:
570         heading: "Legend for z{{zoom_level}}"
571         entry:
572           motorway: "Motorway"
573           trunk: "Trunk road"
574           primary: "Primary road"
575           secondary: "Secondary road"
576           unclassified: "Unclassified road"
577           unsurfaced: "Unsurfaced road"
578           track: "Track"
579           byway: "Byway"
580           bridleway: "Bridleway"
581           cycleway: "Cycleway"
582           footway: "Footway"
583           rail: "Railway"
584           subway: "Subway"
585           tram: "Light rail; tram"
586           cable: "Cable car; chair lift"
587           runway: "Airport Runway; taxiway"
588           apron: "Airport apron; terminal"
589           admin: "Administrative boundary"
590           forest: "Forest"
591           wood: "Wood"
592           golf: "Golf course"
593           park: "Park"
594           resident: "Residential area"
595           tourist: "Tourist attraction"
596           common: "Common; meadow"
597           retail: "Retail area"
598           industrial: "Industrial area"
599           commercial: "Commercial area"
600           heathland: "Heathland"
601           lake: "Lake; reservoir"
602           farm: "Farm"
603           brownfield: "Brownfield site"
604           cemetery: "Cemetery"
605           allotments: "Allotments"
606           pitch: "Sports pitch"
607           centre: "Sports centre"
608           reserve: "Nature reserve"
609           military: "Military area"
610           school: "School; university"
611           building: "Significant building"
612           station: "Railway station"
613           summit: "Summit; peak"
614           tunnel: "Dashed casing = tunnel"
615           bridge: "Black casing = bridge"
616           private: "Private access"
617           permissive: "Permissive access"
618           destination: "Destination access"
619           construction: "Roads under construction"
620   trace:
621     create:
622       upload_trace: "Upload GPS Trace"
623       trace_uploaded: "Your GPX file has been uploaded and is awaiting insertion in to the database. This will usually happen within half an hour, and an email will be sent to you on completion."
624     edit:
625       title: "Editing trace {{name}}"
626       heading: "Editing trace {{name}}"
627       filename: "Filename:"
628       download: "download"
629       uploaded_at: "Uploaded at:"
630       points: "Points:"
631       start_coord: "Start coordinate:"
632       map: "map"
633       edit: "edit"
634       owner: "Owner:"
635       description: "Description:"
636       tags: "Tags:"
637       save_button: "Save Changes"
638     no_such_user:
639       title: "No such user"
640       heading: "The user {{user}} does not exist"
641       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
642     trace_form:
643       upload_gpx: "Upload GPX File"
644       description: "Description"
645       tags: "Tags"
646       public: "Public?"
647       public_help: "what does this mean?"
648       public_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
649       upload_button: "Upload"
650       help: "Help"
651       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
652     trace_header:
653       see_just_your_traces: "See just your traces, or upload a trace"
654       see_all_traces: "See all traces"
655       see_your_traces: "See all your traces"
656       traces_waiting: "You have {{count}} traces waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
657     trace_optionals:
658       tags: "Tags"
659     view:
660       title: "Viewing trace {{name}}"
661       heading: "Viewing trace {{name}}"
662       pending: "PENDING"
663       filename: "Filename:"
664       download: "download"
665       uploaded: "Uploaded at:"
666       points: "Points:"
667       start_coordinates: "Start coordinate:"
668       map: "map"
669       edit: "edit"
670       owner: "Owner:"
671       description: "Description:"
672       tags: "Tags"
673       none: "None"
674       make_public: "Make this track public permanently"
675       edit_track: "Edit this track"
676       delete_track: "Delete this track"
677       trace_not_found: "Trace not found!"
678     trace_paging_nav:
679       showing: "Showing page"
680       of: "of"
681     trace:
682       pending: "PENDING"
683       count_points: "{{count}} points"
684       ago: "{{time_in_words_ago}} ago"
685       more: "more"
686       trace_details: "View Trace Details"
687       view_map: "View Map"
688       edit: "edit"
689       edit_map: "Edit Map"
690       public: "PUBLIC"
691       private: "PRIVATE"
692       by: "by"
693       in: "in"
694       map: "map"
695     list:
696       public_traces: "Public GPS traces"
697       your_traces: "Your GPS traces"
698       public_traces_from: "Public GPS traces from {{user}}"
699       tagged_with: " tagged with {{tags}}"
700     delete:
701       scheduled_for_deletion: "Track scheduled for deletion"
702     make_public:
703       made_public: "Track made public"
704   user:
705     login:
706       title: "Login"
707       heading: "Login"
708       please login: "Please login or {{create_user_link}}."
709       create_account: "create an account"
710       email or username: "Email Address or Username: "
711       password: "Password: "
712       lost password link: "Lost your password?"
713       login_button: "Login"
714       account not active: "Sorry, your account is not active yet.<br>Please click on the link in the account confirmation email to activate your account."
715       auth failure: "Sorry, couldn't log in with those details."
716     lost_password:
717       title: "lost password"
718       heading: "Forgotten Password?"
719       email address: "Email Address:"
720       new password button: "Send me a new password"
721       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
722       notice email cannot find: "Couldn't find that email address, sorry."
723     reset_password:
724       title: "reset password"
725       flash changed check mail: "Your password has been changed and is on its way to your mailbox :-)"
726       flash token bad: "Didn't find that token, check the URL maybe?"
727     new:
728       title: "Create account"
729       heading: "Create a User Account"
730       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
731       contact_webmaster: 'Please contact the <a href="mailto:webmaster@openstreetmap.org">webmaster</a> to arrange for an account to be created - we will try and deal with the request as quickly as possible. '
732       fill_form: "Fill in the form and we'll send you a quick email to activate your account."
733       license_agreement: 'By creating an account, you agree that all data you submit to the Openstreetmap project is to be (non-exclusively) licensed under <a href="http://creativecommons.org/licenses/by-sa/2.0/">this Creative Commons license (by-sa)</a>.'
734       email address: "Email Address: "
735       confirm email address: "Confirm Email Address: "
736       not displayed publicly: 'Not displayed publicly (see <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="wiki privacy policy including section on email addresses">privacy policy</a>)'
737       display name: "Display Name: "
738       password: "Password: "
739       confirm password: "Confirm Password: "
740       signup: Signup
741       flash create success message: "User was successfully created. Check your email for a confirmation note, and you'll be mapping in no time :-)<br /><br />Please note that you won't be able to login until you've received and confirmed your email address.<br /><br />If you use an antispam system which sends confirmation requests then please make sure you whitelist webmaster@openstreetmap.org as we are unable to reply to any confirmation requests."
742     no_such_user:
743       title: "No such user"
744       heading: "The user {{user}} does not exist"
745       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
746     view:
747       my diary: my diary
748       new diary entry: new diary entry
749       my edits: my edits
750       my traces: my traces
751       my settings: my settings
752       send message: send message
753       diary: diary
754       edits: edits
755       traces: traces
756       remove as friend: remove as friend
757       add as friend: add as friend
758       mapper since: "Mapper since: "
759       ago: "({{time_in_words_ago}} ago)"
760       user image heading: User image
761       delete image: Delete Image
762       upload an image: Upload an image
763       add image: Add Image
764       description: Description
765       user location: User location
766       no home location: "No home location has been set."
767       if set location: "If you set your location, a pretty map and stuff will appear below. You can set your home location on your {{settings_link}} page."
768       settings_link_text: settings
769       your friends: Your friends
770       no friends: You have not added any friends yet.
771       km away: "{{count}}km away"
772       nearby users: "Nearby users: "
773       no nearby users: "There are no users who admit to mapping nearby yet."
774       change your settings: change your settings
775     friend_map:
776       your location: Your location
777       nearby mapper: "Nearby mapper: "
778     account:
779       title: "Edit account"
780       my settings: My settings
781       email never displayed publicly: "(never displayed publicly)"
782       public editing:
783         heading: "Public editing: "
784         enabled: "Enabled. Not anonymous and can edit data."
785         enabled link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
786         enabled link text: "what's this?"
787         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
788         disabled link text: "why can't I edit?"
789       profile description: "Profile Description: "
790       preferred languages: "Preferred Languages: "
791       home location: "Home Location: "
792       no home location: "You have not entered your home location."
793       latitude: "Latitude: "
794       longitude: "Longitude: "
795       update home location on click: "Update home location when I click on the map?"
796       save changes button: Save Changes
797       make edits public button: Make all my edits public
798       return to profile: Return to profile
799       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
800       flash update success: "User information updated successfully."
801     confirm:
802       heading: Confirm a user account
803       press confirm button: "Press the confirm button below to activate your account."
804       button: Confirm
805       success: "Confirmed your account, thanks for signing up!"
806       failure: "A user account with this token has already been confirmed."
807     confirm_email:
808       heading: Confirm a change of email address
809       press confirm button: "Press the confirm button below to confirm your new email address."
810       button: Confirm
811       success: "Confirmed your email address, thanks for signing up!"
812       failure: "An email address has already been confirmed with this token."
813     set_home:
814       flash success: "Home location saved successfully"
815     go_public:
816       flash success: "All your edits are now public, and you are now allowed to edit."
817     make_friend:
818       success: "{{name}} is now your friend."
819       failed: "Sorry, failed to add {{name}} as a friend."
820       already_a_friend: "You are already friends with {{name}}."
821     remove_friend:
822       success: "{{name}} was removed from your friends."
823       not_a_friend: "{{name}} is not one of your friends."