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