]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
12297734682e0537f75de94b7f36693ceb11e4f6
[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_motorway: "Motorway"
395       prefix_trunk: "Trunk road"
396       prefix_primary: "Primary road"
397       prefix_secondary: "Secondary road"
398       prefix_tertiary: "Tertiary road"
399       prefix_unclassified: "Unclassified road"
400       prefix_residential: "Residential road"
401       prefix_city: "City"
402       prefix_town: "Town"
403       prefix_suburb: "Suburb"
404       prefix_village: "Village"
405       prefix_hamlet: "Hamlet"
406       prefix_station: "Station"
407       prefix_bus_stop: "Bus stop"
408       prefix_pub: "Pub"
409     description:
410       title:
411         osm_namefinder: '{{types}} from <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>'
412         osm_nominatim: 'Location from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
413         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
414       types:
415         cities: Cities
416         towns: Towns
417         places: Places
418     description_osm_namefinder:
419       prefix: "{{distance}} {{direction}} of {{type}}"
420     results:
421       no_results: "No results found"
422     distance:
423       zero: "less than 1km"
424       one: "about 1km"
425       other: "about {{count}}km"
426     direction:
427       south_west: "south-west"
428       south: "south"
429       south_east: "south-east"
430       east: "east"
431       north_east: "north-east"
432       north: "north"
433       north_west: "north-west"
434       west: "west"
435   layouts:
436     project_name:
437       # in <title>
438       title: OpenStreetMap
439       # in <h1>
440       h1: OpenStreetMap
441     logo:
442       alt_text: OpenStreetMap logo
443     welcome_user: "Welcome, {{user_link}}"
444     welcome_user_link_tooltip: Your user page
445     home: home
446     home_tooltip: Go to home location
447     inbox: "inbox ({{count}})"
448     inbox_tooltip:
449       zero: Your inbox contains no unread messages
450       one: Your inbox contains 1 unread message
451       other: Your inbox contains {{count}} unread messages
452     logout: logout
453     logout_tooltip: "Log out"
454     log_in: log in
455     log_in_tooltip: Log in with an existing account
456     sign_up: sign up
457     sign_up_tooltip: Create an account for editing
458     view: View
459     view_tooltip: View maps
460     edit: Edit
461     edit_tooltip: Edit maps
462     history: History
463     history_tooltip: Changeset history
464     export: Export
465     export_tooltip: Export map data
466     gps_traces: GPS Traces
467     gps_traces_tooltip: Manage traces
468     user_diaries: User Diaries
469     user_diaries_tooltip: View user diaries
470     tag_line: The Free Wiki World Map
471     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
472     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
473     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}."
474     intro_3_ucl: "UCL VR Centre"
475     intro_3_bytemark: "bytemark"
476     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
477     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
478     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
479     donate_link_text: donating
480     help_wiki: "Help &amp; Wiki"
481     help_wiki_tooltip: "Help &amp; Wiki site for the project"
482     help_wiki_url: "http://wiki.openstreetmap.org"
483     news_blog: "News blog"
484     news_blog_tooltip: "News blog about OpenStreetMap, free geographical data, etc."
485     shop: Shop
486     shop_tooltip: Shop with branded OpenStreetMap merchandise
487     shop_url: http://wiki.openstreetmap.org/wiki/Merchandise
488     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
489     license:
490       alt: CC by-sa 2.0
491       title: OpenStreetMap data is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic License
492     make_a_donation:
493       title: Support OpenStreetMap with a monetary donation
494       text: Make a Donation
495   notifier:
496     diary_comment_notification:
497       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
498       hi: "Hi {{to_user}},"
499       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
500       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
501     message_notification:
502       subject: "[OpenStreetMap] {{user}} sent you a new message"
503       hi: "Hi {{to_user}},"
504       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
505       footer1: "You can also read the message at {{readurl}}"
506       footer2: "and you can reply at {{replyurl}}"
507     friend_notification:
508       subject: "[OpenStreetMap] {{user}} added you as a friend"
509       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
510       see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
511     gpx_notification:
512       greeting: "Hi,"
513       your_gpx_file: "It looks like your GPX file"
514       with_description: "with the description"
515       and_the_tags: "and the following tags:"
516       and_no_tags: "and no tags."
517       failure:
518         subject: "[OpenStreetMap] GPX Import failure"
519         failed_to_import: "failed to import. Here is the error:"
520         more_info_1: "More information about GPX import failures and how to avoid"
521         more_info_2: "them can be found at:"
522         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
523       success:
524         subject: "[OpenStreetMap] GPX Import success"
525         loaded_successfully: loaded successfully with {{trace_points}} out of a possible {{possible_points}} points.
526     signup_confirm:
527       subject: "[OpenStreetMap] Confirm your email address"
528     signup_confirm_plain:
529       greeting: "Hi there!"
530       hopefully_you: "Someone (hopefully you) would like to create an account over at"
531       # next two translations run-on : please word wrap appropriately
532       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
533       click_the_link_2: "account and read on for more information about OpenStreetMap."
534       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
535       more_videos: "There are more videos here:"
536       the_wiki: "Get reading about OpenStreetMap on the wiki:"
537       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
538       blog_and_twitter: "Catch up with the latest news via the OpenStreetMap blog or Twitter:"
539       opengeodata: "OpenGeoData.org is OpenStreetMap founder Steve Coast's blog, and it has podcasts too:"
540       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
541       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
542       # next four translations are in pairs : please word wrap appropriately
543       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
544       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
545       current_user_1: "A list of current users in categories, based on where in the world"
546       current_user_2: "they are, is available from:"
547     signup_confirm_html:
548       greeting: "Hi there!"
549       hopefully_you: "Someone (hopefully you) would like to create an account over at"
550       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"
551       introductory_video: "You can watch an {{introductory_video_link}}."
552       video_to_openstreetmap: "introductory video to OpenStreetMap"
553       more_videos: "There are {{more_videos_link}}."
554       more_videos_here: "more videos here"
555       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!
556       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>.'
557       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>.'
558       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>.'
559     email_confirm:
560       subject: "[OpenStreetMap] Confirm your email address"
561     email_confirm_plain:
562       greeting: "Hi,"
563       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
564       hopefully_you_2: "{{server_url}} to {{new_address}}."
565       click_the_link: "If this is you, please click the link below to confirm the change."
566     email_confirm_html:
567       greeting: "Hi,"
568       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
569       click_the_link: "If this is you, please click the link below to confirm the change."
570     lost_password:
571       subject: "[OpenStreetMap] Password reset request"
572     lost_password_plain:
573       greeting: "Hi,"
574       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
575       hopefully_you_2: "email addresses openstreetmap.org account."
576       click_the_link: "If this is you, please click the link below to reset your password."
577     lost_password_html:
578       greeting: "Hi,"
579       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
580       click_the_link: "If this is you, please click the link below to reset your password."
581   message:
582     inbox:
583       title: "Inbox"
584       my_inbox: "My inbox"
585       outbox: "outbox"
586       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
587       from: "From"
588       subject: "Subject"
589       date: "Date"
590       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
591       people_mapping_nearby: "people mapping nearby" 
592     message_summary:
593       unread_button: "Mark as unread"
594       read_button: "Mark as read"
595       reply_button: "Reply"
596       delete_button: "Delete"
597     new:
598       title: "Send message"
599       send_message_to: "Send a new message to {{name}}"
600       subject: "Subject"
601       body: "Body"
602       send_button: "Send"
603       back_to_inbox: "Back to inbox"
604       message_sent: "Message sent"
605       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
606     no_such_user:
607       title: "No such user or message"
608       heading: "No such user or message"
609       body: "Sorry there is no user or message with that name or id"
610     outbox: 
611       title: "Outbox"
612       my_inbox: "My {{inbox_link}}"
613       inbox: "inbox"
614       outbox: "outbox"
615       you_have_sent_messages: "You have {{count}} sent messages"
616       to: "To"
617       subject: "Subject"
618       date: "Date"
619       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
620       people_mapping_nearby: "people mapping nearby"
621     read:
622       title: "Read message"
623       reading_your_messages: "Reading your messages"
624       from: "From"
625       subject: "Subject"
626       date: "Date"
627       reply_button: "Reply"
628       unread_button: "Mark as unread"
629       back_to_inbox: "Back to inbox"
630       reading_your_sent_messages: "Reading your sent messages"
631       to: "To"
632       back_to_outbox: "Back to outbox"
633     sent_message_summary:
634       delete_button: "Delete"
635     mark:
636       as_read: "Message marked as read"
637       as_unread: "Message marked as unread"
638     delete:
639       deleted: "Message deleted"
640   site:
641     index:
642       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
643       js_2: "OpenStreetMap uses JavaScript for its slippy map."
644       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.'
645       permalink: Permalink
646       shortlink: Shortlink
647       license:
648         notice: "Licensed under the {{license_name}} license by the {{project_name}} and its contributors."
649         license_name: "Creative Commons Attribution-Share Alike 2.0"
650         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
651         project_name: "OpenStreetMap project"
652         project_url: "http://openstreetmap.org"
653     edit:
654       not_public: "You have not set your edits to be public."
655       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}}."
656       user_page_link: user page
657       anon_edits: "({{link}})"
658       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
659       anon_edits_link_text: "Find out why this is the case."
660       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.'
661       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.)"
662     sidebar:
663       search_results: Search Results
664       close: Close
665     search:
666       search: Search
667       where_am_i: "Where am I?"
668       where_am_i_title: Describe the current location using the search engine
669       submit_text: "Go"
670       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>"
671     key:
672       map_key: "Map key"
673       map_key_tooltip: "Map key for the mapnik rendering at this zoom level"
674       table:
675         heading: "Legend for z{{zoom_level}}"
676         entry:
677           motorway: "Motorway"
678           trunk: "Trunk road"
679           primary: "Primary road"
680           secondary: "Secondary road"
681           unclassified: "Unclassified road"
682           unsurfaced: "Unsurfaced road"
683           track: "Track"
684           byway: "Byway"
685           bridleway: "Bridleway"
686           cycleway: "Cycleway"
687           footway: "Footway"
688           rail: "Railway"
689           subway: "Subway"
690           tram:
691             - Light rail
692             - tram
693           cable:
694             - Cable car
695             - chair lift
696           runway:
697             - Airport Runway
698             - taxiway
699           apron:
700             - Airport apron
701             - terminal
702           admin: "Administrative boundary"
703           forest: "Forest"
704           wood: "Wood"
705           golf: "Golf course"
706           park: "Park"
707           resident: "Residential area"
708           tourist: "Tourist attraction"
709           common:
710             - Common
711             - meadow
712           retail: "Retail area"
713           industrial: "Industrial area"
714           commercial: "Commercial area"
715           heathland: "Heathland"
716           lake:
717             - Lake
718             - reservoir
719           farm: "Farm"
720           brownfield: "Brownfield site"
721           cemetery: "Cemetery"
722           allotments: "Allotments"
723           pitch: "Sports pitch"
724           centre: "Sports centre"
725           reserve: "Nature reserve"
726           military: "Military area"
727           school:
728             - School
729             - university
730           building: "Significant building"
731           station: "Railway station"
732           summit:
733             - Summit
734             - peak
735           tunnel: "Dashed casing = tunnel"
736           bridge: "Black casing = bridge"
737           private: "Private access"
738           permissive: "Permissive access"
739           destination: "Destination access"
740           construction: "Roads under construction"
741   trace:
742     visibility:
743       private: "Private (only shared as anonymous, unordered points)"
744       public: "Public (shown in trace list and as anonymous, unordered points)"
745       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
746       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
747     create:
748       upload_trace: "Upload GPS Trace"
749       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."
750     edit:
751       title: "Editing trace {{name}}"
752       heading: "Editing trace {{name}}"
753       filename: "Filename:"
754       download: "download"
755       uploaded_at: "Uploaded at:"
756       points: "Points:"
757       start_coord: "Start coordinate:"
758       map: "map"
759       edit: "edit"
760       owner: "Owner:"
761       description: "Description:"
762       tags: "Tags:"
763       tags_help: "comma delimited"
764       save_button: "Save Changes"
765       visibility: "Visibility:"
766       visibility_help: "what does this mean?"
767       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
768     no_such_user:
769       title: "No such user"
770       heading: "The user {{user}} does not exist"
771       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
772     trace_form:
773       upload_gpx: "Upload GPX File"
774       description: "Description"
775       tags: "Tags"
776       tags_help: "comma delimited"
777       visibility: "Visibility"
778       visibility_help: "what does this mean?"
779       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
780       upload_button: "Upload"
781       help: "Help"
782       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
783     trace_header:
784       see_just_your_traces: "See just your traces, or upload a trace"
785       see_all_traces: "See all traces"
786       see_your_traces: "See all your traces"
787       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."
788     trace_optionals:
789       tags: "Tags"
790     view:
791       title: "Viewing trace {{name}}"
792       heading: "Viewing trace {{name}}"
793       pending: "PENDING"
794       filename: "Filename:"
795       download: "download"
796       uploaded: "Uploaded at:"
797       points: "Points:"
798       start_coordinates: "Start coordinate:"
799       map: "map"
800       edit: "edit"
801       owner: "Owner:"
802       description: "Description:"
803       tags: "Tags:"
804       none: "None"
805       edit_track: "Edit this trace"
806       delete_track: "Delete this trace"
807       trace_not_found: "Trace not found!"
808       visibility: "Visibility:"
809     trace_paging_nav:
810       showing: "Showing page"
811       of: "of"
812     trace:
813       pending: "PENDING"
814       count_points: "{{count}} points"
815       ago: "{{time_in_words_ago}} ago"
816       more: "more"
817       trace_details: "View Trace Details"
818       view_map: "View Map"
819       edit: "edit"
820       edit_map: "Edit Map"
821       public: "PUBLIC"
822       private: "PRIVATE"
823       by: "by"
824       in: "in"
825       map: "map"
826     list:
827       public_traces: "Public GPS traces"
828       your_traces: "Your GPS traces"
829       public_traces_from: "Public GPS traces from {{user}}"
830       tagged_with: " tagged with {{tags}}"
831     delete:
832       scheduled_for_deletion: "Trace scheduled for deletion"
833     make_public:
834       made_public: "Trace made public"
835   application:
836     require_cookies:
837       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
838     setup_user_auth:
839       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
840   oauth:
841     oauthorize:
842       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."
843       allow_to: "Allow the client application to:"
844       allow_read_prefs:  "read your user preferences."
845       allow_write_prefs: "modify your user preferences."
846       allow_write_diary: "create diary entries, comments and make friends."
847       allow_write_api:   "modify the map."
848       allow_read_gpx:    "read your private GPS traces."
849       allow_write_gpx:   "upload GPS traces."
850     revoke:
851       flash: "You've revoked the token for {{application}}"
852   oauth_clients:
853     new:
854       title: "Register a new application"
855       submit: "Register"
856     edit:
857       title: "Edit your application"
858       submit: "Edit"
859     show:
860       title: "OAuth details for {{app_name}}"
861       key: "Consumer Key:"
862       secret: "Consumer Secret:"
863       url: "Request Token URL:"
864       access_url: "Access Token URL:"
865       authorize_url: "Authorise URL:"
866       support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in ssl mode."
867       edit: "Edit Details"
868       requests: "Requesting the following permissions from the user:"
869       allow_read_prefs:  "read their user preferences."
870       allow_write_prefs: "modify their user preferences."
871       allow_write_diary: "create diary entries, comments and make friends."
872       allow_write_api:   "modify the map."
873       allow_read_gpx:    "read their private GPS traces."
874       allow_write_gpx:   "upload GPS traces."
875     index:
876       title: "My OAuth Details"
877       my_tokens: "My Authorised Applications"
878       list_tokens: "The following tokens have been issued to applications in your name:"
879       application: "Application Name"
880       issued_at: "Issued At"
881       revoke: "Revoke!"
882       my_apps: "My Client Applications"
883       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."
884       registered_apps: "You have the following client applications registered:"
885       register_new: "Register your application"
886     form:
887       name: "Name"
888       required: "Required"
889       url: "Main Application URL"
890       callback_url: "Callback URL"
891       support_url: "Support URL"
892       requests: "Request the following permissions from the user:"
893       allow_read_prefs:  "read their user preferences."
894       allow_write_prefs: "modify their user preferences."
895       allow_write_diary: "create diary entries, comments and make friends."
896       allow_write_api:   "modify the map."
897       allow_read_gpx:    "read their private GPS traces."
898       allow_write_gpx:   "upload GPS traces."
899     not_found: 
900       sorry: "Sorry, that {{type}} could not be found."
901     create:
902       flash: "Registered the information successfully"
903     update:
904       flash: "Updated the client information successfully"
905     destroy:
906       flash: "Destroyed the client application registration"
907   user:
908     login:
909       title: "Login"
910       heading: "Login"
911       please login: "Please login or {{create_user_link}}."
912       create_account: "create an account"
913       email or username: "Email Address or Username:"
914       password: "Password:"
915       lost password link: "Lost your password?"
916       login_button: "Login"
917       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."
918       auth failure: "Sorry, could not log in with those details."
919     lost_password:
920       title: "Lost password"
921       heading: "Forgotten Password?"
922       email address: "Email Address:"
923       new password button: "Reset password"
924       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."
925       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
926       notice email cannot find: "Could not find that email address, sorry."
927     reset_password:
928       title: "Reset password"
929       heading: "Reset Password for {{user}}"
930       password: "Password:"
931       confirm password: "Confirm Password:"
932       reset: "Reset Password"
933       flash changed: "Your password has been changed."
934       flash token bad: "Did not find that token, check the URL maybe?"
935     new:
936       title: "Create account"
937       heading: "Create a User Account"
938       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
939       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.'
940       fill_form: "Fill in the form and we will send you a quick email to activate your account."
941       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>.'
942       email address: "Email Address:"
943       confirm email address: "Confirm Email Address:"
944       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>)'
945       display name: "Display Name:"
946       display name description: "Your publicly displayed username. You can change this later in the preferences."
947       password: "Password:"
948       confirm password: "Confirm Password:"
949       signup: Signup
950       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."
951     no_such_user:
952       title: "No such user"
953       heading: "The user {{user}} does not exist"
954       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
955     view:
956       my diary: my diary
957       new diary entry: new diary entry
958       my edits: my edits
959       my traces: my traces
960       my settings: my settings
961       blocks on me: blocks on me
962       blocks by me: blocks by me
963       send message: send message
964       diary: diary
965       edits: edits
966       traces: traces
967       remove as friend: remove as friend
968       add as friend: add as friend
969       mapper since: "Mapper since:"
970       ago: "({{time_in_words_ago}} ago)"
971       email address: "Email address:"
972       created from: "Created from:"
973       user image heading: User image
974       delete image: Delete Image
975       upload an image: Upload an image
976       add image: Add Image
977       description: Description
978       user location: User location
979       no home location: "No home location has been set."
980       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."
981       settings_link_text: settings
982       your friends: Your friends
983       no friends: You have not added any friends yet.
984       km away: "{{count}}km away"
985       m away: "{{count}}m away"
986       nearby users: "Nearby users:"
987       no nearby users: "There are no users who admit to mapping nearby yet."
988       change your settings: change your settings
989       my_oauth_details: "View my OAuth details"
990       role:
991         administrator: "This user is an administrator"
992         moderator: "This user is a moderator"
993         grant:
994           administrator: "Grant administrator access"
995           moderator: "Grant moderator access"
996         revoke:
997           administrator: "Revoke administrator access"
998           moderator: "Revoke moderator access"
999       block_history: "view blocks received"
1000       moderator_history: "view blocks given"
1001       create_block: "block this user"
1002       activate_user: "activate this user"
1003       deactivate_user: "deactivate this user"
1004       hide_user: "hide this user"
1005       unhide_user: "unhide this user"
1006       delete_user: "delete this user"
1007       confirm: "Confirm"
1008     friend_map:
1009       your location: Your location
1010       nearby mapper: "Nearby mapper: [[nearby_user]]"
1011     account:
1012       title: "Edit account"
1013       my settings: My settings
1014       email never displayed publicly: "(never displayed publicly)"
1015       public editing:
1016         heading: "Public editing:"
1017         enabled: "Enabled. Not anonymous and can edit data."
1018         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1019         enabled link text: "what is this?"
1020         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1021         disabled link text: "why can't I edit?"
1022       public editing note:
1023         heading: "Public editing"
1024         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>"
1025       profile description: "Profile Description:"
1026       preferred languages: "Preferred Languages:"
1027       home location: "Home Location:"
1028       no home location: "You have not entered your home location."
1029       latitude: "Latitude:"
1030       longitude: "Longitude:"
1031       update home location on click: "Update home location when I click on the map?"
1032       save changes button: Save Changes
1033       make edits public button: Make all my edits public
1034       return to profile: Return to profile
1035       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1036       flash update success: "User information updated successfully."
1037     confirm:
1038       heading: Confirm a user account
1039       press confirm button: "Press the confirm button below to activate your account."
1040       button: Confirm
1041       success: "Confirmed your account, thanks for signing up!"
1042       failure: "A user account with this token has already been confirmed."
1043     confirm_email:
1044       heading: Confirm a change of email address
1045       press confirm button: "Press the confirm button below to confirm your new email address."
1046       button: Confirm
1047       success: "Confirmed your email address, thanks for signing up!"
1048       failure: "An email address has already been confirmed with this token."
1049     set_home:
1050       flash success: "Home location saved successfully"
1051     go_public:
1052       flash success: "All your edits are now public, and you are now allowed to edit."
1053     make_friend:
1054       success: "{{name}} is now your friend."
1055       failed: "Sorry, failed to add {{name}} as a friend."
1056       already_a_friend: "You are already friends with {{name}}."
1057     remove_friend:
1058       success: "{{name}} was removed from your friends."
1059       not_a_friend: "{{name}} is not one of your friends."
1060     filter:
1061       not_an_administrator: "You need to be an administrator to perform that action."
1062   user_role:
1063     filter:
1064       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1065       not_a_role: "The string `{{role}}' is not a valid role."
1066       already_has_role: "The user already has role {{role}}."
1067       doesnt_have_role: "The user does not have role {{role}}."
1068     grant:
1069       title: Confirm role granting
1070       heading: Confirm role granting
1071       are_you_sure: "Are you sure you want to grant the role `{{role}}' to the user `{{name}}'?"
1072       confirm: "Confirm"
1073       fail: "Could not grant role `{{role}}' to user `{{name}}'. Please check that the user and role are both valid."
1074     revoke:
1075       title: Confirm role revoking
1076       heading: Confirm role revoking
1077       are_you_sure: "Are you sure you want to revoke the role `{{role}}' from the user `{{name}}'?"
1078       confirm: "Confirm"
1079       fail: "Could not revoke role `{{role}}' from user `{{name}}'. Please check that the user and role are both valid."
1080   user_block:
1081     model:
1082       non_moderator_update: "Must be a moderator to create or update a block."
1083       non_moderator_revoke: "Must be a moderator to revoke a block."
1084     not_found:
1085       sorry: "Sorry, the user block with ID {{id}} could not be found."
1086       back: "Back to index"
1087     new:
1088       title: "Creating block on {{name}}"
1089       heading: "Creating block on {{name}}"
1090       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."
1091       period: "How long, starting now, the user will be blocked from the API for."
1092       submit: "Create block"
1093       tried_contacting: "I have contacted the user and asked them to stop."
1094       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1095       needs_view: "User needs to log in before this block will be cleared"
1096       back: "View all blocks"
1097     edit:
1098       title: "Editing block on {{name}}"
1099       heading: "Editing block on {{name}}"
1100       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."
1101       period: "How long, starting now, the user will be blocked from the API for."
1102       submit: "Update block"
1103       show: "View this block"
1104       back: "View all blocks"
1105       needs_view: "Does the user need to log in before this block will be cleared?"
1106     filter:
1107       not_a_moderator: "You need to be a moderator to perform that action."
1108       block_expired: "The block has already expired and cannot be edited."
1109       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1110     create:
1111       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1112       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1113       flash: "Created a block on user {{name}}."
1114     update:
1115       only_creator_can_edit: "Only the moderator who created this block can edit it."
1116       success: "Block updated."
1117     index:
1118       title: "User blocks"
1119       heading: "List of user blocks"
1120       empty: "No blocks have been made yet."
1121     revoke:
1122       title: "Revoking block on {{block_on}}"
1123       heading: "Revoking block on {{block_on}} by {{block_by}}"
1124       time_future: "This block will end in {{time}}."
1125       past: "This block ended {{time}} ago and cannot be revoked now."
1126       confirm: "Are you sure you wish to revoke this block?"
1127       revoke: "Revoke!"
1128       flash: "This block has been revoked."
1129     period:
1130       one: "1 hour"
1131       other: "{{count}} hours"
1132     partial:
1133       show: "Show"
1134       edit: "Edit"
1135       revoke: "Revoke!"
1136       confirm: "Are you sure?"
1137       display_name: "Blocked User"
1138       creator_name: "Creator"
1139       reason: "Reason for block"
1140       status: "Status"
1141       revoker_name: "Revoked by"
1142       not_revoked: "(not revoked)"
1143     helper:
1144       time_future: "Ends in {{time}}."
1145       until_login: "Active until the user logs in."
1146       time_past: "Ended {{time}} ago."
1147     blocks_on:
1148       title: "Blocks on {{name}}"
1149       heading: "List of blocks on {{name}}"
1150       empty: "{{name}} has not been blocked yet."
1151     blocks_by:
1152       title: "Blocks by {{name}}"
1153       heading: "List of blocks by {{name}}"
1154       empty: "{{name}} has not made any blocks yet."
1155     show:
1156       title: "{{block_on}} blocked by {{block_by}}"
1157       heading: "{{block_on}} blocked by {{block_by}}"
1158       time_future: "Ends in {{time}}"
1159       time_past: "Ended {{time}} ago"
1160       status: "Status"
1161       show: "Show"
1162       edit: "Edit"
1163       revoke: "Revoke!"
1164       confirm: "Are you sure?"
1165       reason: "Reason for block:"
1166       back: "View all blocks"
1167       revoker: "Revoker:"
1168       needs_view: "The user needs to log in before this block will be cleared."
1169   javascripts:
1170     map:
1171       base:
1172         mapnik: Mapnik
1173         osmarender: Osmarender
1174         cycle_map: Cycle Map
1175         noname: NoName
1176       overlays:
1177         maplint: Maplint
1178     site:
1179       edit_zoom_alert: You must zoom in to edit the map
1180       history_zoom_alert: You must zoom in to see the editing history