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