]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Reverting commit 18735: Don't edit auto-generated files files from Translatewiki...
[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   printable_name:
76     with_id: "{{id}}"
77     with_version: "{{id}}, v{{version}}"
78     with_name: "{{name}} ({{id}})"
79   map:
80     view: View
81     edit: Edit
82     coordinates: "Coordinates:"
83   browse:
84     changeset:
85       title: "Changeset"
86       changeset: "Changeset: {{id}}"
87       download: "Download {{changeset_xml_link}} or {{osmchange_xml_link}}"
88       changesetxml: "Changeset XML"
89       osmchangexml: "osmChange XML"
90       feed:
91         title: "Changeset {{id}}"
92         title_comment: "Changeset {{id}} - {{comment}}"
93     changeset_navigation:
94       paging:
95         user:
96           prev: "« {{id}}"
97           next: "{{id}} »"
98         all:
99           prev: "« {{id}}"
100           next: "{{id}} »"
101       user:
102         name_tooltip: "View edits by {{user}}"
103         prev_tooltip: "Previous edit by {{user}}"
104         next_tooltip: "Next edit by {{user}}"
105       all:
106         prev_tooltip: "Previous changeset"
107         next_tooltip: "Next changeset"
108     changeset_details:
109       created_at: "Created at:"
110       closed_at: "Closed at:"
111       belongs_to: "Belongs to:"
112       bounding_box: "Bounding box:"
113       no_bounding_box: "No bounding box has been stored for this changeset."
114       show_area_box: "Show Area Box"
115       box: "box"
116       has_nodes:
117         one: "Has the following {{count}} node:"
118         other: "Has the following {{count}} nodes:"
119       has_ways:
120         one:  "Has the following {{count}} way:"
121         other: "Has the following {{count}} ways:"
122       has_relations:
123         one:  "Has the following {{count}} relation:"
124         other: "Has the following {{count}} relations:"
125     common_details: 
126       edited_at: "Edited at:"
127       edited_by: "Edited by:"
128       version: "Version:"
129       in_changeset: "In changeset:"
130       changeset_comment: "Comment:"
131     containing_relation:
132       entry: "Relation {{relation_name}}"
133       entry_role: "Relation {{relation_name}} (as {{relation_role}})"
134     map:
135       loading: "Loading..."
136       deleted: "Deleted"
137       larger:
138         area: "View area on larger map"
139         node: "View node on larger map"
140         way: "View way on larger map"
141         relation: "View relation on larger map"
142     node_details:
143       coordinates: "Coordinates:"
144       part_of: "Part of:"
145     node_history:
146       node_history: "Node History"
147       node_history_title: "Node History: {{node_name}}"
148       download: "{{download_xml_link}} or {{view_details_link}}"
149       download_xml: "Download XML"
150       view_details: "view details"
151     node:
152       node: "Node"
153       node_title: "Node: {{node_name}}"
154       download: "{{download_xml_link}}, {{view_history_link}} or {{edit_link}}"
155       download_xml: "Download XML"
156       view_history: "view history"
157       edit: "edit"
158     not_found:
159       sorry: "Sorry, the {{type}} with the id {{id}}, could not be found."
160       type:
161         node: node
162         way: way
163         relation: relation
164         changeset: changeset
165     paging_nav:
166       showing_page: "Showing page"
167       of: "of"
168     relation_details:
169       members: "Members:"
170       part_of: "Part of:"
171     relation_history:
172       relation_history: "Relation History"
173       relation_history_title: "Relation History: {{relation_name}}"
174       download: "{{download_xml_link}} or {{view_details_link}}"
175       download_xml: "Download XML"
176       view_details: "view details"
177     relation_member:
178       entry: "{{type}} {{name}}"
179       entry_role: "{{type}} {{name}} as {{role}}"
180       type:
181         node: "Node"
182         way: "Way"
183         relation: "Relation"
184     relation:
185       relation: "Relation"
186       relation_title: "Relation: {{relation_name}}"
187       download: "{{download_xml_link}} or {{view_history_link}}"
188       download_xml: "Download XML"
189       view_history: "view history"
190     start:
191       view_data: "View data for current map view"
192       manually_select: "Manually select a different area"
193     start_rjs:
194       data_layer_name: "Data"
195       data_frame_title: "Data"
196       zoom_or_select: "Zoom in or select an area of the map to view"
197       drag_a_box: "Drag a box on the map to select an area"
198       manually_select: "Manually select a different area"
199       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."
200       load_data: "Load Data"
201       unable_to_load_size: "Unable to load: Bounding box size of [[bbox_size]] is too large (must be smaller than {{max_bbox_size}})"
202       loading: "Loading..."
203       show_history: "Show History"
204       wait: "Wait..."
205       history_for_feature: "History for [[feature]]"
206       details: "Details"
207       private_user: "private user"
208       edited_by_user_at_timestamp: "Edited by [[user]] at [[timestamp]]"
209       object_list:
210         heading: "Object list"
211         back: "Display object list"
212         type:
213           node: "Node"
214           way: "Way"
215           # There is no 'relation' type because it is not represented in OpenLayers
216         api: "Retrieve this area from the API"
217         details: "Details"
218         selected:
219           type:
220             node: "Node [[id]]"
221             way: "Way [[id]]"
222             # There is no 'relation' type because it is not represented in OpenLayers
223         history:
224           type:
225             node: "Node [[id]]"
226             way: "Way [[id]]"
227             # There is no 'relation' type because it is not represented in OpenLayers
228     tag_details:
229       tags: "Tags:"
230     way_details:
231       nodes: "Nodes:"
232       part_of: "Part of:"
233       also_part_of:
234         one: "also part of way {{related_ways}}"
235         other: "also part of ways {{related_ways}}"
236     way_history:
237       way_history: "Way History"
238       way_history_title: "Way History: {{way_name}}"
239       download: "{{download_xml_link}} or {{view_details_link}}"
240       download_xml: "Download XML"
241       view_details: "view details"
242     way:
243       way: "Way"
244       way_title: "Way: {{way_name}}"
245       download: "{{download_xml_link}}, {{view_history_link}} or {{edit_link}}"
246       download_xml: "Download XML"
247       view_history: "view history"
248       edit: "edit"
249   changeset:
250     changeset_paging_nav: 
251       showing_page: "Showing page {{page}}"
252       next: "Next »"
253       previous: "« Previous"
254     changeset:
255       id: "#{{id}}"
256       still_editing: "(still editing)"
257       anonymous: "Anonymous"
258       no_comment: "(none)"
259       no_edits: "(no edits)"
260       show_area_box: "show area box"
261       big_area: "(big)"
262       view_changeset_details: "View changeset details"
263     changesets:
264       id: "ID"
265       saved_at: "Saved at"
266       user: "User"
267       comment: "Comment"
268       area: "Area"
269     list:
270       title: "Changesets"
271       title_user: "Changesets by {{user}}"
272       title_bbox: "Changesets within {{bbox}}"
273       title_user_bbox: "Changesets by {{user}} within {{bbox}}"
274
275       heading: "Changesets"
276       heading_user: "Changesets"
277       heading_bbox: "Changesets"
278       heading_user_bbox: "Changesets"
279
280       description: "Recent changes"
281       description_user: "Changesets by {{user}}"
282       description_bbox: "Changesets within {{bbox}}"
283       description_user_bbox: "Changesets by {{user}} within {{bbox}}"
284   diary_entry:
285     new:
286       title: New Diary Entry
287     list:
288       title: "Users' diaries"
289       user_title: "{{user}}'s diary"
290       in_language_title: "Diary Entries in {{language}}"
291       new: New Diary Entry
292       new_title: Compose a new entry in your user diary
293       no_entries: No diary entries
294       recent_entries: "Recent diary entries:"
295       older_entries: Older Entries
296       newer_entries: Newer Entries
297     edit:
298       title: "Edit diary entry"
299       subject: "Subject:"
300       body: "Body:"
301       language: "Language:"
302       location: "Location:"
303       latitude: "Latitude:"
304       longitude: "Longitude:"
305       use_map_link: "use map"
306       save_button: "Save"
307       marker_text: Diary entry location
308     view:
309       title: "Users' diaries | {{user}}"
310       user_title: "{{user}}'s diary"
311       leave_a_comment: "Leave a comment"
312       login_to_leave_a_comment: "{{login_link}} to leave a comment"
313       login: "Login"
314       save_button: "Save"
315     no_such_entry:
316       title: "No such diary entry"
317       heading: "No entry with the id: {{id}}"
318       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."
319     no_such_user:
320       title: "No such user"
321       heading: "The user {{user}} does not exist"
322       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
323     diary_entry:
324       posted_by: "Posted by {{link_user}} at {{created}} in {{language_link}}"
325       comment_link: Comment on this entry
326       reply_link: Reply to this entry
327       comment_count:
328         one: 1 comment
329         other: "{{count}} comments"
330       edit_link: Edit this entry
331       hide_link: Hide this entry
332       confirm: Confirm
333     diary_comment:
334       comment_from: "Comment from {{link_user}}  at {{comment_created_at}}"
335       hide_link: Hide this comment
336       confirm: Confirm
337     feed:
338       user:
339         title: "OpenStreetMap diary entries for {{user}}"
340         description: "Recent OpenStreetMap diary entries from {{user}}"
341       language:
342         title: "OpenStreetMap diary entries in {{language_name}}"
343         description: "Recent diary entries from users of OpenStreetMap in {{language_name}}"
344       all:
345         title: "OpenStreetMap diary entries"
346         description: "Recent diary entries from users of OpenStreetMap"
347   export:
348     start:
349       area_to_export: "Area to Export"
350       manually_select: "Manually select a different area"
351       format_to_export: "Format to Export"
352       osm_xml_data: "OpenStreetMap XML Data"
353       mapnik_image: "Mapnik Image"
354       osmarender_image: "Osmarender Image"
355       embeddable_html: "Embeddable HTML"
356       licence: "Licence"
357       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>.'
358       options: "Options"
359       format: "Format"
360       scale: "Scale"
361       max: "max"
362       image_size: "Image Size"
363       zoom: "Zoom"
364       add_marker: "Add a marker to the map"
365       latitude: "Lat:"
366       longitude: "Lon:"
367       output: "Output"
368       paste_html: "Paste HTML to embed in website"
369       export_button: "Export"
370     start_rjs:
371       export: "Export"
372       drag_a_box: "Drag a box on the map to select an area"
373       manually_select: "Manually select a different area"
374       click_add_marker: "Click on the map to add a marker"
375       change_marker: "Change marker position"
376       add_marker: "Add a marker to the map"
377       view_larger_map: "View Larger Map"
378   geocoder:
379     search:
380       title:
381         latlon: 'Results from <a href="http://openstreetmap.org/">Internal</a>'
382         us_postcode: 'Results from <a href="http://geocoder.us/">Geocoder.us</a>'
383         uk_postcode: 'Results from <a href="http://www.npemap.org.uk/">NPEMap / FreeThe Postcode</a>'
384         ca_postcode: 'Results from <a href="http://geocoder.ca/">Geocoder.CA</a>'
385         osm_namefinder: 'Results from <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>'
386         osm_nominatim: 'Results from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
387         geonames: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
388     search_osm_namefinder:
389       prefix: "{{type}}"
390       suffix_place: ", {{distance}} {{direction}} of {{placename}}"
391       suffix_parent: "{{suffix}} ({{parentdistance}} {{parentdirection}} of {{parentname}})"
392       suffix_suburb: "{{suffix}}, {{parentname}}"
393     search_osm_nominatim:
394       prefix_highway: "{{type}} road"
395       prefix_other: "{{type}}"
396     description:
397       title:
398         osm_namefinder: '{{types}} from <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>'
399         osm_nominatim: 'Location from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
400         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
401       types:
402         cities: Cities
403         towns: Towns
404         places: Places
405     description_osm_namefinder:
406       prefix: "{{distance}} {{direction}} of {{type}}"
407     results:
408       no_results: "No results found"
409     distance:
410       zero: "less than 1km"
411       one: "about 1km"
412       other: "about {{count}}km"
413     direction:
414       south_west: "south-west"
415       south: "south"
416       south_east: "south-east"
417       east: "east"
418       north_east: "north-east"
419       north: "north"
420       north_west: "north-west"
421       west: "west"
422   layouts:
423     project_name:
424       # in <title>
425       title: OpenStreetMap
426       # in <h1>
427       h1: OpenStreetMap
428     logo:
429       alt_text: OpenStreetMap logo
430     welcome_user: "Welcome, {{user_link}}"
431     welcome_user_link_tooltip: Your user page
432     home: home
433     home_tooltip: Go to home location
434     inbox: "inbox ({{count}})"
435     inbox_tooltip:
436       zero: Your inbox contains no unread messages
437       one: Your inbox contains 1 unread message
438       other: Your inbox contains {{count}} unread messages
439     logout: logout
440     logout_tooltip: "Log out"
441     log_in: log in
442     log_in_tooltip: Log in with an existing account
443     sign_up: sign up
444     sign_up_tooltip: Create an account for editing
445     view: View
446     view_tooltip: View maps
447     edit: Edit
448     edit_tooltip: Edit maps
449     history: History
450     history_tooltip: Changeset history
451     export: Export
452     export_tooltip: Export map data
453     gps_traces: GPS Traces
454     gps_traces_tooltip: Manage traces
455     user_diaries: User Diaries
456     user_diaries_tooltip: View user diaries
457     tag_line: The Free Wiki World Map
458     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
459     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
460     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}."
461     intro_3_ucl: "UCL VR Centre"
462     intro_3_bytemark: "bytemark"
463     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
464     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
465     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
466     donate_link_text: donating
467     help_wiki: "Help &amp; Wiki"
468     help_wiki_tooltip: "Help &amp; Wiki site for the project"
469     help_wiki_url: "http://wiki.openstreetmap.org"
470     news_blog: "News blog"
471     news_blog_tooltip: "News blog about OpenStreetMap, free geographical data, etc."
472     shop: Shop
473     shop_tooltip: Shop with branded OpenStreetMap merchandise
474     shop_url: http://wiki.openstreetmap.org/wiki/Merchandise
475     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
476     license:
477       alt: CC by-sa 2.0
478       title: OpenStreetMap data is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic License
479     make_a_donation:
480       title: Support OpenStreetMap with a monetary donation
481       text: Make a Donation
482   notifier:
483     diary_comment_notification:
484       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
485       hi: "Hi {{to_user}},"
486       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
487       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
488     message_notification:
489       subject: "[OpenStreetMap] {{user}} sent you a new message"
490       hi: "Hi {{to_user}},"
491       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
492       footer1: "You can also read the message at {{readurl}}"
493       footer2: "and you can reply at {{replyurl}}"
494     friend_notification:
495       subject: "[OpenStreetMap] {{user}} added you as a friend"
496       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
497       see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
498     gpx_notification:
499       greeting: "Hi,"
500       your_gpx_file: "It looks like your GPX file"
501       with_description: "with the description"
502       and_the_tags: "and the following tags:"
503       and_no_tags: "and no tags."
504       failure:
505         subject: "[OpenStreetMap] GPX Import failure"
506         failed_to_import: "failed to import. Here is the error:"
507         more_info_1: "More information about GPX import failures and how to avoid"
508         more_info_2: "them can be found at:"
509         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
510       success:
511         subject: "[OpenStreetMap] GPX Import success"
512         loaded_successfully: loaded successfully with {{trace_points}} out of a possible {{possible_points}} points.
513     signup_confirm:
514       subject: "[OpenStreetMap] Confirm your email address"
515     signup_confirm_plain:
516       greeting: "Hi there!"
517       hopefully_you: "Someone (hopefully you) would like to create an account over at"
518       # next two translations run-on : please word wrap appropriately
519       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
520       click_the_link_2: "account and read on for more information about OpenStreetMap."
521       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
522       more_videos: "There are more videos here:"
523       the_wiki: "Get reading about OpenStreetMap on the wiki:"
524       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
525       blog_and_twitter: "Catch up with the latest news via the OpenStreetMap blog or Twitter:"
526       opengeodata: "OpenGeoData.org is OpenStreetMap founder Steve Coast's blog, and it has podcasts too:"
527       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
528       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
529       # next four translations are in pairs : please word wrap appropriately
530       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
531       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
532       current_user_1: "A list of current users in categories, based on where in the world"
533       current_user_2: "they are, is available from:"
534     signup_confirm_html:
535       greeting: "Hi there!"
536       hopefully_you: "Someone (hopefully you) would like to create an account over at"
537       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"
538       introductory_video: "You can watch an {{introductory_video_link}}."
539       video_to_openstreetmap: "introductory video to OpenStreetMap"
540       more_videos: "There are {{more_videos_link}}."
541       more_videos_here: "more videos here"
542       get_reading: Get reading about OpenStreetMap <a href="http://wiki.openstreetmap.org/wiki/Beginners%27_Guide">on the wiki</a>, catch up with the latest news via the <a href="http://blog.openstreetmap.org/">OpenStreetMap blog</a> or <a href="http://twitter.com/openstreetmap">Twitter</a>, or browse through OpenStreetMap founder Steve Coast's <a href="http://www.opengeodata.org/">OpenGeoData blog</a> for the potted history of the project, which has <a href="http://www.opengeodata.org/?cat=13">podcasts to listen to</a> also!
543       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>.'
544       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>.'
545       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>.'
546     email_confirm:
547       subject: "[OpenStreetMap] Confirm your email address"
548     email_confirm_plain:
549       greeting: "Hi,"
550       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
551       hopefully_you_2: "{{server_url}} to {{new_address}}."
552       click_the_link: "If this is you, please click the link below to confirm the change."
553     email_confirm_html:
554       greeting: "Hi,"
555       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
556       click_the_link: "If this is you, please click the link below to confirm the change."
557     lost_password:
558       subject: "[OpenStreetMap] Password reset request"
559     lost_password_plain:
560       greeting: "Hi,"
561       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
562       hopefully_you_2: "email addresses openstreetmap.org account."
563       click_the_link: "If this is you, please click the link below to reset your password."
564     lost_password_html:
565       greeting: "Hi,"
566       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
567       click_the_link: "If this is you, please click the link below to reset your password."
568   message:
569     inbox:
570       title: "Inbox"
571       my_inbox: "My inbox"
572       outbox: "outbox"
573       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
574       from: "From"
575       subject: "Subject"
576       date: "Date"
577       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
578       people_mapping_nearby: "people mapping nearby" 
579     message_summary:
580       unread_button: "Mark as unread"
581       read_button: "Mark as read"
582       reply_button: "Reply"
583       delete_button: "Delete"
584     new:
585       title: "Send message"
586       send_message_to: "Send a new message to {{name}}"
587       subject: "Subject"
588       body: "Body"
589       send_button: "Send"
590       back_to_inbox: "Back to inbox"
591       message_sent: "Message sent"
592       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
593     no_such_user:
594       title: "No such user or message"
595       heading: "No such user or message"
596       body: "Sorry there is no user or message with that name or id"
597     outbox: 
598       title: "Outbox"
599       my_inbox: "My {{inbox_link}}"
600       inbox: "inbox"
601       outbox: "outbox"
602       you_have_sent_messages: "You have {{count}} sent messages"
603       to: "To"
604       subject: "Subject"
605       date: "Date"
606       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
607       people_mapping_nearby: "people mapping nearby"
608     read:
609       title: "Read message"
610       reading_your_messages: "Reading your messages"
611       from: "From"
612       subject: "Subject"
613       date: "Date"
614       reply_button: "Reply"
615       unread_button: "Mark as unread"
616       back_to_inbox: "Back to inbox"
617       reading_your_sent_messages: "Reading your sent messages"
618       to: "To"
619       back_to_outbox: "Back to outbox"
620     sent_message_summary:
621       delete_button: "Delete"
622     mark:
623       as_read: "Message marked as read"
624       as_unread: "Message marked as unread"
625     delete:
626       deleted: "Message deleted"
627   site:
628     index:
629       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
630       js_2: "OpenStreetMap uses JavaScript for its slippy map."
631       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.'
632       permalink: Permalink
633       shortlink: Shortlink
634       license:
635         notice: "Licensed under the {{license_name}} license by the {{project_name}} and its contributors."
636         license_name: "Creative Commons Attribution-Share Alike 2.0"
637         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
638         project_name: "OpenStreetMap project"
639         project_url: "http://openstreetmap.org"
640     edit:
641       not_public: "You have not set your edits to be public."
642       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}}."
643       user_page_link: user page
644       anon_edits: "({{link}})"
645       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
646       anon_edits_link_text: "Find out why this is the case."
647       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.'
648       potlatch_unsaved_changes: "You have unsaved changes. (To save in Potlatch, you should deselect the current way or point, if editing in live mode, or click save if you have a save button.)"
649     sidebar:
650       search_results: Search Results
651       close: Close
652     search:
653       search: Search
654       where_am_i: "Where am I?"
655       where_am_i_title: Describe the current location using the search engine
656       submit_text: "Go"
657       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>"
658     key:
659       map_key: "Map key"
660       map_key_tooltip: "Map key for the mapnik rendering at this zoom level"
661       table:
662         heading: "Legend for z{{zoom_level}}"
663         entry:
664           motorway: "Motorway"
665           trunk: "Trunk road"
666           primary: "Primary road"
667           secondary: "Secondary road"
668           unclassified: "Unclassified road"
669           unsurfaced: "Unsurfaced road"
670           track: "Track"
671           byway: "Byway"
672           bridleway: "Bridleway"
673           cycleway: "Cycleway"
674           footway: "Footway"
675           rail: "Railway"
676           subway: "Subway"
677           tram:
678             - Light rail
679             - tram
680           cable:
681             - Cable car
682             - chair lift
683           runway:
684             - Airport Runway
685             - taxiway
686           apron:
687             - Airport apron
688             - terminal
689           admin: "Administrative boundary"
690           forest: "Forest"
691           wood: "Wood"
692           golf: "Golf course"
693           park: "Park"
694           resident: "Residential area"
695           tourist: "Tourist attraction"
696           common:
697             - Common
698             - meadow
699           retail: "Retail area"
700           industrial: "Industrial area"
701           commercial: "Commercial area"
702           heathland: "Heathland"
703           lake:
704             - Lake
705             - reservoir
706           farm: "Farm"
707           brownfield: "Brownfield site"
708           cemetery: "Cemetery"
709           allotments: "Allotments"
710           pitch: "Sports pitch"
711           centre: "Sports centre"
712           reserve: "Nature reserve"
713           military: "Military area"
714           school:
715             - School
716             - university
717           building: "Significant building"
718           station: "Railway station"
719           summit:
720             - Summit
721             - peak
722           tunnel: "Dashed casing = tunnel"
723           bridge: "Black casing = bridge"
724           private: "Private access"
725           permissive: "Permissive access"
726           destination: "Destination access"
727           construction: "Roads under construction"
728   trace:
729     visibility:
730       private: "Private (only shared as anonymous, unordered points)"
731       public: "Public (shown in trace list and as anonymous, unordered points)"
732       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
733       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
734     create:
735       upload_trace: "Upload GPS Trace"
736       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."
737     edit:
738       title: "Editing trace {{name}}"
739       heading: "Editing trace {{name}}"
740       filename: "Filename:"
741       download: "download"
742       uploaded_at: "Uploaded at:"
743       points: "Points:"
744       start_coord: "Start coordinate:"
745       map: "map"
746       edit: "edit"
747       owner: "Owner:"
748       description: "Description:"
749       tags: "Tags:"
750       tags_help: "comma delimited"
751       save_button: "Save Changes"
752       visibility: "Visibility:"
753       visibility_help: "what does this mean?"
754       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
755     no_such_user:
756       title: "No such user"
757       heading: "The user {{user}} does not exist"
758       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
759     trace_form:
760       upload_gpx: "Upload GPX File"
761       description: "Description"
762       tags: "Tags"
763       tags_help: "comma delimited"
764       visibility: "Visibility"
765       visibility_help: "what does this mean?"
766       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
767       upload_button: "Upload"
768       help: "Help"
769       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
770     trace_header:
771       see_just_your_traces: "See just your traces, or upload a trace"
772       see_all_traces: "See all traces"
773       see_your_traces: "See all your traces"
774       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."
775     trace_optionals:
776       tags: "Tags"
777     view:
778       title: "Viewing trace {{name}}"
779       heading: "Viewing trace {{name}}"
780       pending: "PENDING"
781       filename: "Filename:"
782       download: "download"
783       uploaded: "Uploaded at:"
784       points: "Points:"
785       start_coordinates: "Start coordinate:"
786       map: "map"
787       edit: "edit"
788       owner: "Owner:"
789       description: "Description:"
790       tags: "Tags:"
791       none: "None"
792       edit_track: "Edit this trace"
793       delete_track: "Delete this trace"
794       trace_not_found: "Trace not found!"
795       visibility: "Visibility:"
796     trace_paging_nav:
797       showing: "Showing page"
798       of: "of"
799     trace:
800       pending: "PENDING"
801       count_points: "{{count}} points"
802       ago: "{{time_in_words_ago}} ago"
803       more: "more"
804       trace_details: "View Trace Details"
805       view_map: "View Map"
806       edit: "edit"
807       edit_map: "Edit Map"
808       public: "PUBLIC"
809       private: "PRIVATE"
810       by: "by"
811       in: "in"
812       map: "map"
813     list:
814       public_traces: "Public GPS traces"
815       your_traces: "Your GPS traces"
816       public_traces_from: "Public GPS traces from {{user}}"
817       tagged_with: " tagged with {{tags}}"
818     delete:
819       scheduled_for_deletion: "Trace scheduled for deletion"
820     make_public:
821       made_public: "Trace made public"
822   application:
823     require_cookies:
824       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
825     setup_user_auth:
826       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
827   oauth:
828     oauthorize:
829       request_access: "The application {{app_name}} is requesting access to your account. Please check whether you would like the application to have the following capabilities. You may choose as many or as few as you like."
830       allow_to: "Allow the client application to:"
831       allow_read_prefs:  "read your user preferences."
832       allow_write_prefs: "modify your user preferences."
833       allow_write_diary: "create diary entries, comments and make friends."
834       allow_write_api:   "modify the map."
835       allow_read_gpx:    "read your private GPS traces."
836       allow_write_gpx:   "upload GPS traces."
837     revoke:
838       flash: "You've revoked the token for {{application}}"
839   oauth_clients:
840     new:
841       title: "Register a new application"
842       submit: "Register"
843     edit:
844       title: "Edit your application"
845       submit: "Edit"
846     show:
847       title: "OAuth details for {{app_name}}"
848       key: "Consumer Key:"
849       secret: "Consumer Secret:"
850       url: "Request Token URL:"
851       access_url: "Access Token URL:"
852       authorize_url: "Authorise URL:"
853       support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in ssl mode."
854       edit: "Edit Details"
855       requests: "Requesting the following permissions from the user:"
856       allow_read_prefs:  "read their user preferences."
857       allow_write_prefs: "modify their user preferences."
858       allow_write_diary: "create diary entries, comments and make friends."
859       allow_write_api:   "modify the map."
860       allow_read_gpx:    "read their private GPS traces."
861       allow_write_gpx:   "upload GPS traces."
862     index:
863       title: "My OAuth Details"
864       my_tokens: "My Authorised Applications"
865       list_tokens: "The following tokens have been issued to applications in your name:"
866       application: "Application Name"
867       issued_at: "Issued At"
868       revoke: "Revoke!"
869       my_apps: "My Client Applications"
870       no_apps: "Do you have an application you would like to register for use with us using the {{oauth}} standard? You must register your web application before it can make OAuth requests to this service."
871       registered_apps: "You have the following client applications registered:"
872       register_new: "Register your application"
873     form:
874       name: "Name"
875       required: "Required"
876       url: "Main Application URL"
877       callback_url: "Callback URL"
878       support_url: "Support URL"
879       requests: "Request the following permissions from the user:"
880       allow_read_prefs:  "read their user preferences."
881       allow_write_prefs: "modify their user preferences."
882       allow_write_diary: "create diary entries, comments and make friends."
883       allow_write_api:   "modify the map."
884       allow_read_gpx:    "read their private GPS traces."
885       allow_write_gpx:   "upload GPS traces."
886     not_found: 
887       sorry: "Sorry, that {{type}} could not be found."
888     create:
889       flash: "Registered the information successfully"
890     update:
891       flash: "Updated the client information successfully"
892     destroy:
893       flash: "Destroyed the client application registration"
894   user:
895     login:
896       title: "Login"
897       heading: "Login"
898       please login: "Please login or {{create_user_link}}."
899       create_account: "create an account"
900       email or username: "Email Address or Username:"
901       password: "Password:"
902       lost password link: "Lost your password?"
903       login_button: "Login"
904       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."
905       auth failure: "Sorry, could not log in with those details."
906     lost_password:
907       title: "Lost password"
908       heading: "Forgotten Password?"
909       email address: "Email Address:"
910       new password button: "Reset password"
911       help_text: "Enter the email address you used to sign up, we will send a link to it that you can use to reset your password."
912       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
913       notice email cannot find: "Could not find that email address, sorry."
914     reset_password:
915       title: "Reset password"
916       heading: "Reset Password for {{user}}"
917       password: "Password:"
918       confirm password: "Confirm Password:"
919       reset: "Reset Password"
920       flash changed: "Your password has been changed."
921       flash token bad: "Did not find that token, check the URL maybe?"
922     new:
923       title: "Create account"
924       heading: "Create a User Account"
925       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
926       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.'
927       fill_form: "Fill in the form and we will send you a quick email to activate your account."
928       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>.'
929       email address: "Email Address:"
930       confirm email address: "Confirm Email Address:"
931       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>)'
932       display name: "Display Name:"
933       display name description: "Your publicly displayed username. You can change this later in the preferences."
934       password: "Password:"
935       confirm password: "Confirm Password:"
936       signup: Signup
937       flash create success message: "User was successfully created. Check your email for a confirmation note, and you will be mapping in no time :-)<br /><br />Please note that you will not 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."
938     no_such_user:
939       title: "No such user"
940       heading: "The user {{user}} does not exist"
941       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
942     view:
943       my diary: my diary
944       new diary entry: new diary entry
945       my edits: my edits
946       my traces: my traces
947       my settings: my settings
948       blocks on me: blocks on me
949       blocks by me: blocks by me
950       send message: send message
951       diary: diary
952       edits: edits
953       traces: traces
954       remove as friend: remove as friend
955       add as friend: add as friend
956       mapper since: "Mapper since:"
957       ago: "({{time_in_words_ago}} ago)"
958       email address: "Email address:"
959       created from: "Created from:"
960       user image heading: User image
961       delete image: Delete Image
962       upload an image: Upload an image
963       add image: Add Image
964       description: Description
965       user location: User location
966       no home location: "No home location has been set."
967       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."
968       settings_link_text: settings
969       your friends: Your friends
970       no friends: You have not added any friends yet.
971       km away: "{{count}}km away"
972       m away: "{{count}}m away"
973       nearby users: "Nearby users:"
974       no nearby users: "There are no users who admit to mapping nearby yet."
975       change your settings: change your settings
976       my_oauth_details: "View my OAuth details"
977       role:
978         administrator: "This user is an administrator"
979         moderator: "This user is a moderator"
980         grant:
981           administrator: "Grant administrator access"
982           moderator: "Grant moderator access"
983         revoke:
984           administrator: "Revoke administrator access"
985           moderator: "Revoke moderator access"
986       block_history: "view blocks received"
987       moderator_history: "view blocks given"
988       create_block: "block this user"
989       activate_user: "activate this user"
990       deactivate_user: "deactivate this user"
991       hide_user: "hide this user"
992       unhide_user: "unhide this user"
993       delete_user: "delete this user"
994       confirm: "Confirm"
995     friend_map:
996       your location: Your location
997       nearby mapper: "Nearby mapper: [[nearby_user]]"
998     account:
999       title: "Edit account"
1000       my settings: My settings
1001       email never displayed publicly: "(never displayed publicly)"
1002       public editing:
1003         heading: "Public editing:"
1004         enabled: "Enabled. Not anonymous and can edit data."
1005         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1006         enabled link text: "what is this?"
1007         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1008         disabled link text: "why can't I edit?"
1009       public editing note:
1010         heading: "Public editing"
1011         text: "Currently your edits are anonymous and people cannot send you messages or see your location. To show what you edited and allow people to contact you through the website, click the button below. <b>Since the 0.6 API changeover, only public users can edit map data</b>. (<a href=\"http://wiki.openstreetmap.org/wiki/Anonymous_edits\">find out why</a>).<ul><li>Your email address will not be revealed by becoming public.</li><li>This action cannot be reversed and all new users are now public by default.</li></ul>"
1012       profile description: "Profile Description:"
1013       preferred languages: "Preferred Languages:"
1014       home location: "Home Location:"
1015       no home location: "You have not entered your home location."
1016       latitude: "Latitude:"
1017       longitude: "Longitude:"
1018       update home location on click: "Update home location when I click on the map?"
1019       save changes button: Save Changes
1020       make edits public button: Make all my edits public
1021       return to profile: Return to profile
1022       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1023       flash update success: "User information updated successfully."
1024     confirm:
1025       heading: Confirm a user account
1026       press confirm button: "Press the confirm button below to activate your account."
1027       button: Confirm
1028       success: "Confirmed your account, thanks for signing up!"
1029       failure: "A user account with this token has already been confirmed."
1030     confirm_email:
1031       heading: Confirm a change of email address
1032       press confirm button: "Press the confirm button below to confirm your new email address."
1033       button: Confirm
1034       success: "Confirmed your email address, thanks for signing up!"
1035       failure: "An email address has already been confirmed with this token."
1036     set_home:
1037       flash success: "Home location saved successfully"
1038     go_public:
1039       flash success: "All your edits are now public, and you are now allowed to edit."
1040     make_friend:
1041       success: "{{name}} is now your friend."
1042       failed: "Sorry, failed to add {{name}} as a friend."
1043       already_a_friend: "You are already friends with {{name}}."
1044     remove_friend:
1045       success: "{{name}} was removed from your friends."
1046       not_a_friend: "{{name}} is not one of your friends."
1047     filter:
1048       not_an_administrator: "You need to be an administrator to perform that action."
1049   user_role:
1050     filter:
1051       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1052       not_a_role: "The string `{{role}}' is not a valid role."
1053       already_has_role: "The user already has role {{role}}."
1054       doesnt_have_role: "The user does not have role {{role}}."
1055     grant:
1056       title: Confirm role granting
1057       heading: Confirm role granting
1058       are_you_sure: "Are you sure you want to grant the role `{{role}}' to the user `{{name}}'?"
1059       confirm: "Confirm"
1060       fail: "Could not grant role `{{role}}' to user `{{name}}'. Please check that the user and role are both valid."
1061     revoke:
1062       title: Confirm role revoking
1063       heading: Confirm role revoking
1064       are_you_sure: "Are you sure you want to revoke the role `{{role}}' from the user `{{name}}'?"
1065       confirm: "Confirm"
1066       fail: "Could not revoke role `{{role}}' from user `{{name}}'. Please check that the user and role are both valid."
1067   user_block:
1068     model:
1069       non_moderator_update: "Must be a moderator to create or update a block."
1070       non_moderator_revoke: "Must be a moderator to revoke a block."
1071     not_found:
1072       sorry: "Sorry, the user block with ID {{id}} could not be found."
1073       back: "Back to index"
1074     new:
1075       title: "Creating block on {{name}}"
1076       heading: "Creating block on {{name}}"
1077       reason: "The reason why {{name}} is being blocked. Please be as calm and as reasonable as possible, giving as much detail as you can about the situation, remembering that the message will be publicly visible. Bear in mind that not all users understand the community jargon, so please try to use laymans terms."
1078       period: "How long, starting now, the user will be blocked from the API for."
1079       submit: "Create block"
1080       tried_contacting: "I have contacted the user and asked them to stop."
1081       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1082       needs_view: "User needs to log in before this block will be cleared"
1083       back: "View all blocks"
1084     edit:
1085       title: "Editing block on {{name}}"
1086       heading: "Editing block on {{name}}"
1087       reason: "The reason why {{name}} is being blocked. Please be as calm and as reasonable as possible, giving as much detail as you can about the situation. Bear in mind that not all users understand the community jargon, so please try to use laymans terms."
1088       period: "How long, starting now, the user will be blocked from the API for."
1089       submit: "Update block"
1090       show: "View this block"
1091       back: "View all blocks"
1092       needs_view: "Does the user need to log in before this block will be cleared?"
1093     filter:
1094       not_a_moderator: "You need to be a moderator to perform that action."
1095       block_expired: "The block has already expired and cannot be edited."
1096       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1097     create:
1098       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1099       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1100       flash: "Created a block on user {{name}}."
1101     update:
1102       only_creator_can_edit: "Only the moderator who created this block can edit it."
1103       success: "Block updated."
1104     index:
1105       title: "User blocks"
1106       heading: "List of user blocks"
1107       empty: "No blocks have been made yet."
1108     revoke:
1109       title: "Revoking block on {{block_on}}"
1110       heading: "Revoking block on {{block_on}} by {{block_by}}"
1111       time_future: "This block will end in {{time}}."
1112       past: "This block ended {{time}} ago and cannot be revoked now."
1113       confirm: "Are you sure you wish to revoke this block?"
1114       revoke: "Revoke!"
1115       flash: "This block has been revoked."
1116     period:
1117       one: "1 hour"
1118       other: "{{count}} hours"
1119     partial:
1120       show: "Show"
1121       edit: "Edit"
1122       revoke: "Revoke!"
1123       confirm: "Are you sure?"
1124       display_name: "Blocked User"
1125       creator_name: "Creator"
1126       reason: "Reason for block"
1127       status: "Status"
1128       revoker_name: "Revoked by"
1129       not_revoked: "(not revoked)"
1130     helper:
1131       time_future: "Ends in {{time}}."
1132       until_login: "Active until the user logs in."
1133       time_past: "Ended {{time}} ago."
1134     blocks_on:
1135       title: "Blocks on {{name}}"
1136       heading: "List of blocks on {{name}}"
1137       empty: "{{name}} has not been blocked yet."
1138     blocks_by:
1139       title: "Blocks by {{name}}"
1140       heading: "List of blocks by {{name}}"
1141       empty: "{{name}} has not made any blocks yet."
1142     show:
1143       title: "{{block_on}} blocked by {{block_by}}"
1144       heading: "{{block_on}} blocked by {{block_by}}"
1145       time_future: "Ends in {{time}}"
1146       time_past: "Ended {{time}} ago"
1147       status: "Status"
1148       show: "Show"
1149       edit: "Edit"
1150       revoke: "Revoke!"
1151       confirm: "Are you sure?"
1152       reason: "Reason for block:"
1153       back: "View all blocks"
1154       revoker: "Revoker:"
1155       needs_view: "The user needs to log in before this block will be cleared."
1156   javascripts:
1157     map:
1158       base:
1159         mapnik: Mapnik
1160         osmarender: Osmarender
1161         cycle_map: Cycle Map
1162         noname: NoName
1163       overlays:
1164         maplint: Maplint
1165     site:
1166       edit_zoom_alert: You must zoom in to edit the map
1167       history_zoom_alert: You must zoom in to see the editing history