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