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