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