]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Style browse 404 page and simplify wording, closes #53
[rails.git] / config / locales / en.yml
1 en:
2   html:
3     dir: ltr
4   time:
5     formats:
6       friendly: "%e %B %Y at %H:%M"
7       blog: "%e %B %Y"
8   activerecord:
9     # Translates all the model names, which is used in error handling on the web site
10     models:
11       acl: "Access Control List"
12       changeset: "Changeset"
13       changeset_tag: "Changeset Tag"
14       country: "Country"
15       diary_comment: "Diary Comment"
16       diary_entry: "Diary Entry"
17       friend: "Friend"
18       language: "Language"
19       message: "Message"
20       node: "Node"
21       node_tag: "Node Tag"
22       notifier: "Notifier"
23       old_node: "Old Node"
24       old_node_tag: "Old Node Tag"
25       old_relation: "Old Relation"
26       old_relation_member: "Old Relation Member"
27       old_relation_tag: "Old Relation Tag"
28       old_way: "Old Way"
29       old_way_node: "Old Way Node"
30       old_way_tag: "Old Way Tag"
31       relation: "Relation"
32       relation_member: "Relation Member"
33       relation_tag: "Relation Tag"
34       session: "Session"
35       trace: "Trace"
36       tracepoint: "Trace Point"
37       tracetag: "Trace Tag"
38       user: "User"
39       user_preference: "User Preference"
40       user_token: "User Token"
41       way: "Way"
42       way_node: "Way Node"
43       way_tag: "Way Tag"
44     # Translates all the model attributes, which is used in error handling on the web site
45     # Only the ones that are used on the web site are translated at the moment
46     attributes:
47       diary_comment:
48         body: "Body"
49       diary_entry:
50         user: "User"
51         title: "Title"
52         latitude: "Latitude"
53         longitude: "Longitude"
54         language: "Language"
55       friend:
56         user: "User"
57         friend: "Friend"
58       trace:
59         user: "User"
60         visible: "Visible"
61         name: "Name"
62         size: "Size"
63         latitude: "Latitude"
64         longitude: "Longitude"
65         public: "Public"
66         description: "Description"
67       message:
68         sender: "Sender"
69         title: "Title"
70         body: "Body"
71         recipient: "Recipient"
72       user:
73         email: "Email"
74         active: "Active"
75         display_name: "Display Name"
76         description: "Description"
77         languages: "Languages"
78         pass_crypt: "Password"
79   printable_name:
80     with_id: "%{id}"
81     with_version: "%{id}, v%{version}"
82     with_name: "%{name} (%{id})"
83   editor:
84     default: "Default (currently %{name})"
85     potlatch:
86       name: "Potlatch 1"
87       description: "Potlatch 1 (in-browser editor)"
88     id:
89       name: "iD"
90       description: "iD (in-browser editor)"
91     potlatch2:
92       name: "Potlatch 2"
93       description: "Potlatch 2 (in-browser editor)"
94     remote:
95       name: "Remote Control"
96       description: "Remote Control (JOSM or Merkaartor)"
97   browse:
98     changeset:
99       title: "Changeset"
100       changeset: "Changeset %{id}"
101       changesetxml: "Changeset XML"
102       osmchangexml: "osmChange XML"
103       feed:
104         title: "Changeset %{id}"
105         title_comment: "Changeset %{id} - %{comment}"
106     navigation:
107       paging:
108         user:
109           prev: "« %{id}"
110           next: "%{id} »"
111         all:
112           prev: "« %{id}"
113           next: "%{id} »"
114       user:
115         name_changeset_tooltip: "View edits by %{user}"
116         prev_changeset_tooltip: "Previous edit by %{user}"
117         next_changeset_tooltip: "Next edit by %{user}"
118       all:
119         prev_node_tooltip: "Previous node"
120         next_node_tooltip: "Next node"
121         prev_way_tooltip: "Previous way"
122         next_way_tooltip: "Next way"
123         prev_relation_tooltip: "Previous relation"
124         next_relation_tooltip: "Next relation"
125         prev_changeset_tooltip: "Previous changeset"
126         next_changeset_tooltip: "Next changeset"
127         prev_note_tooltip: "Previous note"
128         next_note_tooltip: "Next note"
129     changeset_details:
130       created_at: "Created"
131       closed_at: "Closed"
132       belongs_to: "Author"
133       node: "Nodes (%{count})"
134       node_paginated: "Nodes (%{x}-%{y} of %{count})"
135       way: "Ways (%{count})"
136       way_paginated: "Ways (%{x}-%{y} of %{count})"
137       relation: "Relations (%{count})"
138       relation_paginated: "Relations (%{x}-%{y} of %{count})"
139       no_comment: "(no comment)"
140       ago: "%{ago} ago"
141       by: "by"
142     common_details:
143       edited: "Edited"
144       deleted: "Deleted"
145       by: "by"
146       version: "Version"
147       in_changeset: "Changeset"
148       changeset_comment: "Comment"
149     containing_relation:
150       entry: "Relation %{relation_name}"
151       entry_role: "Relation %{relation_name} (as %{relation_role})"
152     map:
153       loading: "Loading..."
154       deleted: "Deleted"
155       larger:
156         area: "View area on larger map"
157         node: "View node on larger map"
158         way: "View way on larger map"
159         relation: "View relation on larger map"
160         note: "View note on larger map"
161       edit:
162         area: "Edit area"
163         node: "Edit node"
164         way: "Edit way"
165         relation: "Edit relation"
166         note: "Edit note"
167     node_details:
168       coordinates: "Coordinates:"
169       part_of: "Part of"
170     node_history:
171       node_history: "Node History"
172       node_history_title: "Node History: %{node_name}"
173       download_xml: "Download XML"
174       view_details: "View details"
175     node:
176       node: "Node"
177       node_title: "Node: %{node_name}"
178       download_xml: "Download XML"
179       view_history: "View history"
180       edit: "Edit node"
181     not_found:
182       sorry: "Sorry, %{type} #%{id} could not be found."
183       type:
184         node: node
185         way: way
186         relation: relation
187         changeset: changeset
188     timeout:
189       sorry: "Sorry, the data for the %{type} with the id %{id}, took too long to retrieve."
190       type:
191         node: node
192         way: way
193         relation: relation
194         changeset: changeset
195     redacted:
196       redaction: "Redaction %{id}"
197       message_html: "Version %{version} of this %{type} cannot be shown as it has been redacted. Please see %{redaction_link} for details."
198       type:
199         node: "node"
200         way: "way"
201         relation: "relation"
202     relation_details:
203       members: "Members"
204       part_of: "Part of"
205     relation_history:
206       relation_history: "Relation History"
207       relation_history_title: "Relation History: %{relation_name}"
208       download_xml: "Download XML"
209       view_details: "View details"
210     relation_member:
211       entry: "%{type} %{name}"
212       entry_role: "%{type} %{name} as %{role}"
213       type:
214         node: "Node"
215         way: "Way"
216         relation: "Relation"
217     relation:
218       relation: "Relation"
219       relation_title: "Relation: %{relation_name}"
220       download_xml: "Download XML"
221       view_history: "View history"
222     start_rjs:
223       notes_layer_name: "Browse Notes"
224       data_layer_name: "Browse Map Data"
225       data_frame_title: "Data"
226       zoom_or_select: "Zoom in or select an area of the map to view"
227       view_data: "View data for current map view"
228       manually_select: "Manually select a different area"
229       hide_areas: "Hide areas"
230       show_areas: "Show areas"
231       loaded_an_area_with_num_features: "Loading %{num_features} features, which may make your browser slow or unresponsive. Are sure you want to display this data?"
232       load_data: "Load Data"
233       unable_to_load_size: "Unable to load: Bounding box size of %{bbox_size} is too large (must be smaller than %{max_bbox_size})"
234       loading: "Loading..."
235       show_history: "Show History"
236       wait: "Wait..."
237       history_for_feature: "History for %{feature}"
238       details: "Details"
239       private_user: "private user"
240       edited_by_user_at_timestamp: "Edited by %{user} at %{timestamp}"
241       object_list:
242         heading: "Object list"
243         back: "Back to object list"
244         type:
245           node: "Node"
246           way: "Way"
247           # There is no 'relation' type because it is not represented in OpenLayers
248         api: "Retrieve this area from the API"
249         details: "Details"
250         selected:
251           type:
252             node: "Node %{id}"
253             way: "Way %{id}"
254             # There is no 'relation' type because it is not represented in OpenLayers
255         history:
256           type:
257             node: "Node %{id}"
258             way: "Way %{id}"
259             # There is no 'relation' type because it is not represented in OpenLayers
260     tag_details:
261       tags: "Tags"
262       wiki_link:
263         key: "The wiki description page for the %{key} tag"
264         tag: "The wiki description page for the %{key}=%{value} tag"
265       wikipedia_link: "The %{page} article on Wikipedia"
266     way_details:
267       nodes: "Nodes"
268       part_of: "Part of"
269       also_part_of:
270         one: "part of way %{related_ways}"
271         other: "part of ways %{related_ways}"
272     way_history:
273       way_history: "Way History"
274       way_history_title: "Way History: %{way_name}"
275       download_xml: "Download XML"
276       view_details: "View details"
277     way:
278       way: "Way"
279       way_title: "Way: %{way_name}"
280       download_xml: "Download XML"
281       view_history: "View history"
282       edit: "Edit way"
283     note:
284       title: "Note"
285       new_note: "Add a note"
286       open_title: "Unresolved note #%{note_name}"
287       closed_title: "Resolved note #%{note_name}"
288       opened: "Opened"
289       last_modified: "Last modified"
290       closed: "Closed"
291       at_html: "%{when} ago"
292       at_by_html: "%{when} ago by %{user}"
293       description: "Description"
294       comments: "Comments"
295       anonymous: "anonymous"
296       open_by: "Created by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
297       open_by_anonymous: "Created by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
298       commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
299       commented_by_anonymous: "Comment from anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
300       closed_by: "Resolved by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
301       closed_by_anonymous: "Resolved by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
302       reopened_by: "Reactivated by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
303       reopened_by_anonymous: "Reactivated by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
304   changeset:
305     changeset_paging_nav:
306       showing_page: "Page %{page}"
307       next: "Next »"
308       previous: "« Previous"
309     changeset:
310       still_editing: "(still editing)"
311       anonymous: "Anonymous"
312       no_comment: "(no comment)"
313       no_edits: "(no edits)"
314       show_area_box: "show area box"
315       big_area: "(big)"
316       view_changeset_details: "View changeset details"
317     changesets:
318       id: "ID"
319       saved_at: "Saved at"
320       user: "User"
321       comment: "Comment"
322       area: "Area"
323     list:
324       title: "Changesets"
325       title_user: "Changesets by %{user}"
326       title_friend: "Changesets by your friends"
327       title_nearby: "Changesets by nearby users"
328       empty: "No changesets in this area."
329       no_more: "No more changesets in this area."
330       load_more: "Load more"
331     timeout:
332       sorry: "Sorry, the list of changesets you requested took too long to retrieve."
333   diary_entry:
334     new:
335       title: New Diary Entry
336     list:
337       title: "Users' diaries"
338       title_friends: "Friends' diaries"
339       title_nearby: "Nearby Users' diaries"
340       user_title: "%{user}'s diary"
341       in_language_title: "Diary Entries in %{language}"
342       new: New Diary Entry
343       new_title: Compose a new entry in your user diary
344       no_entries: No diary entries
345       recent_entries: "Recent diary entries"
346       older_entries: Older Entries
347       newer_entries: Newer Entries
348     edit:
349       title: "Edit diary entry"
350       subject: "Subject:"
351       body: "Body:"
352       language: "Language:"
353       location: "Location:"
354       latitude: "Latitude:"
355       longitude: "Longitude:"
356       use_map_link: "use map"
357       save_button: "Save"
358       marker_text: Diary entry location
359     view:
360       title: "%{user}'s diary | %{title}"
361       user_title: "%{user}'s diary"
362       leave_a_comment: "Leave a comment"
363       login_to_leave_a_comment: "%{login_link} to leave a comment"
364       login: "Login"
365       save_button: "Save"
366     no_such_entry:
367       title: "No such diary entry"
368       heading: "No entry with the id: %{id}"
369       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."
370     diary_entry:
371       posted_by: "Posted by %{link_user} on %{created} in %{language_link}"
372       comment_link: Comment on this entry
373       reply_link: Reply to this entry
374       comment_count:
375         zero: No comments
376         one: "%{count} comment"
377         other: "%{count} comments"
378       edit_link: Edit this entry
379       hide_link: Hide this entry
380       confirm: Confirm
381     diary_comment:
382       comment_from: "Comment from %{link_user} on %{comment_created_at}"
383       hide_link: Hide this comment
384       confirm: Confirm
385     location:
386       location: "Location:"
387       view: "View"
388       edit: "Edit"
389     feed:
390       user:
391         title: "OpenStreetMap diary entries for %{user}"
392         description: "Recent OpenStreetMap diary entries from %{user}"
393       language:
394         title: "OpenStreetMap diary entries in %{language_name}"
395         description: "Recent diary entries from users of OpenStreetMap in %{language_name}"
396       all:
397         title: "OpenStreetMap diary entries"
398         description: "Recent diary entries from users of OpenStreetMap"
399     comments:
400       has_commented_on: "%{display_name} has commented on the following diary entries"
401       post: Post
402       when: When
403       comment: Comment
404       ago: "%{ago} ago"
405       newer_comments: "Newer Comments"
406       older_comments: "Older Comments"
407   export:
408     title: "Export"
409     start:
410       area_to_export: "Area to Export"
411       manually_select: "Manually select a different area"
412       format_to_export: "Format to Export"
413       osm_xml_data: "OpenStreetMap XML Data"
414       map_image: "Map Image (shows standard layer)"
415       embeddable_html: "Embeddable HTML"
416       licence: "Licence"
417       export_details: 'OpenStreetMap data is licensed under the <a href="http://opendatacommons.org/licenses/odbl/1.0/">Open Data Commons Open Database License</a> (ODbL).'
418       too_large:
419         heading: "Area Too Large"
420         body: "This area is too large to be exported as OpenStreetMap XML Data. Please zoom in or select a smaller area, or use one of the following sources for bulk data downloads:"
421         planet:
422           title: "Planet OSM"
423           description: "Regularly-updated copies of the complete OpenStreetMap database"
424         geofabrik:
425           title: "Geofabrik Downloads"
426           description: "Regularly-updated extracts of continents, countries, and selected cities"
427         metro:
428           title: "Metro Extracts"
429           description: "Extracts for major world cities and their surrounding areas"
430         other:
431           title: "Other Sources"
432           description: "Additional sources listed on the OpenStreetMap wiki"
433       options: "Options"
434       format: "Format"
435       scale: "Scale"
436       max: "max"
437       image_size: "Image Size"
438       zoom: "Zoom"
439       add_marker: "Add a marker to the map"
440       latitude: "Lat:"
441       longitude: "Lon:"
442       output: "Output"
443       paste_html: "Paste HTML to embed in website"
444       export_button: "Export"
445     start_rjs:
446       export: "Export"
447       drag_a_box: "Drag a box on the map to select an area"
448       manually_select: "Manually select a different area"
449       click_add_marker: "Click on the map to add a marker"
450       change_marker: "Change marker position"
451       add_marker: "Add a marker to the map"
452   geocoder:
453     search:
454       title:
455         us_postcode: 'Results from <a href="http://geocoder.us/">Geocoder.us</a>'
456         uk_postcode: 'Results from <a href="http://www.npemap.org.uk/">NPEMap / FreeThe Postcode</a>'
457         ca_postcode: 'Results from <a href="http://geocoder.ca/">Geocoder.CA</a>'
458         osm_nominatim: 'Results from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
459         geonames: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
460         osm_nominatim_reverse: 'Results from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
461         geonames_reverse: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
462     search_osm_nominatim:
463       prefix_format: "%{name}"
464       prefix:
465         aerialway:
466           chair_lift: "Chair Lift"
467           drag_lift: "Drag Lift"
468           station: "Aerialway Station"
469         aeroway:
470           aerodrome: "Aerodrome"
471           apron: "Apron"
472           gate: "Gate"
473           helipad: "Helipad"
474           runway: "Runway"
475           taxiway: "Taxiway"
476           terminal: "Terminal"
477         amenity:
478           airport: "Airport"
479           arts_centre: "Arts Centre"
480           artwork: "Artwork"
481           atm: "ATM"
482           auditorium: "Auditorium"
483           bank: "Bank"
484           bar: "Bar"
485           bbq: "BBQ"
486           bench: "Bench"
487           bicycle_parking: "Cycle Parking"
488           bicycle_rental: "Cycle Rental"
489           biergarten: "Beer Garden"
490           brothel: "Brothel"
491           bureau_de_change: "Bureau de Change"
492           bus_station: "Bus Station"
493           cafe: "Cafe"
494           car_rental: "Car Rental"
495           car_sharing: "Car Sharing"
496           car_wash: "Car Wash"
497           casino: "Casino"
498           charging_station: "Charging Station"
499           cinema: "Cinema"
500           clinic: "Clinic"
501           club: "Club"
502           college: "College"
503           community_centre: "Community Centre"
504           courthouse: "Courthouse"
505           crematorium: "Crematorium"
506           dentist: "Dentist"
507           doctors: "Doctors"
508           dormitory: "Dormitory"
509           drinking_water: "Drinking Water"
510           driving_school: "Driving School"
511           embassy: "Embassy"
512           emergency_phone: "Emergency Phone"
513           fast_food: "Fast Food"
514           ferry_terminal: "Ferry Terminal"
515           fire_hydrant: "Fire Hydrant"
516           fire_station: "Fire Station"
517           food_court: "Food Court"
518           fountain: "Fountain"
519           fuel: "Fuel"
520           grave_yard: "Grave Yard"
521           gym: "Fitness Centre / Gym"
522           hall: "Hall"
523           health_centre: "Health Centre"
524           hospital: "Hospital"
525           hotel: "Hotel"
526           hunting_stand: "Hunting Stand"
527           ice_cream: "Ice Cream"
528           kindergarten: "Kindergarten"
529           library: "Library"
530           market: "Market"
531           marketplace: "Marketplace"
532           mountain_rescue: "Mountain Rescue"
533           nightclub: "Night Club"
534           nursery: "Nursery"
535           nursing_home: "Nursing Home"
536           office: "Office"
537           park: "Park"
538           parking: "Parking"
539           pharmacy: "Pharmacy"
540           place_of_worship: "Place of Worship"
541           police: "Police"
542           post_box: "Post Box"
543           post_office: "Post Office"
544           preschool: "Pre-School"
545           prison: "Prison"
546           pub: "Pub"
547           public_building: "Public Building"
548           public_market: "Public Market"
549           reception_area: "Reception Area"
550           recycling: "Recycling Point"
551           restaurant: "Restaurant"
552           retirement_home: "Retirement Home"
553           sauna: "Sauna"
554           school: "School"
555           shelter: "Shelter"
556           shop: "Shop"
557           shopping: "Shopping"
558           shower: "Shower"
559           social_centre: "Social Centre"
560           social_club: "Social Club"
561           social_facility: "Social Facility"
562           studio: "Studio"
563           supermarket: "Supermarket"
564           swimming_pool: "Swimming Pool"
565           taxi: "Taxi"
566           telephone: "Public Telephone"
567           theatre: "Theatre"
568           toilets: "Toilets"
569           townhall: "Town Hall"
570           university: "University"
571           vending_machine: "Vending Machine"
572           veterinary: "Veterinary Surgery"
573           village_hall: "Village Hall"
574           waste_basket: "Waste Basket"
575           wifi: "WiFi Access"
576           WLAN: "WiFi Access"
577           youth_centre: "Youth Centre"
578         boundary:
579           administrative: "Administrative Boundary"
580           census: "Census Boundary"
581           national_park: "National Park"
582           protected_area : "Protected Area"
583         bridge:
584           aqueduct: "Aqueduct"
585           suspension: "Suspension Bridge"
586           swing: "Swing Bridge"
587           viaduct: "Viaduct"
588           "yes": "Bridge"
589         building:
590           "yes": "Building"
591         emergency:
592           fire_hydrant: "Fire Hydrant"
593           phone: "Emergency Phone"
594         highway:
595           bridleway: "Bridleway"
596           bus_guideway: "Guided Bus Lane"
597           bus_stop: "Bus Stop"
598           byway: "Byway"
599           construction: "Highway under Construction"
600           cycleway: "Cycle Path"
601           emergency_access_point: "Emergency Access Point"
602           footway: "Footpath"
603           ford: "Ford"
604           living_street: "Living Street"
605           milestone: "Milestone"
606           minor: "Minor Road"
607           motorway: "Motorway"
608           motorway_junction: "Motorway Junction"
609           motorway_link: "Motorway Road"
610           path: "Path"
611           pedestrian: "Pedestrian Way"
612           platform: "Platform"
613           primary: "Primary Road"
614           primary_link: "Primary Road"
615           proposed: "Proposed Road"
616           raceway: "Raceway"
617           residential: "Residential"
618           rest_area: "Rest Area"
619           road: "Road"
620           secondary: "Secondary Road"
621           secondary_link: "Secondary Road"
622           service: "Service Road"
623           services: "Motorway Services"
624           speed_camera: "Speed Camera"
625           steps: "Steps"
626           street_lamp: "Street Lamp"
627           stile: "Stile"
628           tertiary: "Tertiary Road"
629           tertiary_link: "Tertiary Road"
630           track: "Track"
631           trail: "Trail"
632           trunk: "Trunk Road"
633           trunk_link: "Trunk Road"
634           unclassified: "Unclassified Road"
635           unsurfaced: "Unsurfaced Road"
636         historic:
637           archaeological_site: "Archaeological Site"
638           battlefield: "Battlefield"
639           boundary_stone: "Boundary Stone"
640           building: "Building"
641           castle: "Castle"
642           church: "Church"
643           citywalls: "City Walls"
644           fort: "Fort"
645           house: "House"
646           icon: "Icon"
647           manor: "Manor"
648           memorial: "Memorial"
649           mine: "Mine"
650           monument: "Monument"
651           museum: "Museum"
652           ruins: "Ruins"
653           tomb: "Tomb"
654           tower: "Tower"
655           wayside_cross: "Wayside Cross"
656           wayside_shrine: "Wayside Shrine"
657           wreck: "Wreck"
658         landuse:
659           allotments: "Allotments"
660           basin: "Basin"
661           brownfield: "Brownfield Land"
662           cemetery: "Cemetery"
663           commercial: "Commercial Area"
664           conservation: "Conservation"
665           construction: "Construction"
666           farm: "Farm"
667           farmland: "Farmland"
668           farmyard: "Farmyard"
669           forest: "Forest"
670           garages: "Garages"
671           grass: "Grass"
672           greenfield: "Greenfield Land"
673           industrial: "Industrial Area"
674           landfill: "Landfill"
675           meadow: "Meadow"
676           military: "Military Area"
677           mine: "Mine"
678           orchard: "Orchard"
679           nature_reserve: "Nature Reserve"
680           park: "Park"
681           piste: "Piste"
682           quarry: "Quarry"
683           railway: "Railway"
684           recreation_ground: "Recreation Ground"
685           reservoir: "Reservoir"
686           reservoir_watershed: "Reservoir Watershed"
687           residential: "Residential Area"
688           retail: "Retail"
689           road: "Road Area"
690           village_green: "Village Green"
691           vineyard: "Vineyard"
692           wetland: "Wetland"
693           wood: "Wood"
694         leisure:
695           beach_resort: "Beach Resort"
696           bird_hide: "Bird Hide"
697           common: "Common Land"
698           fishing: "Fishing Area"
699           fitness_station: "Fitness Station"
700           garden: "Garden"
701           golf_course: "Golf Course"
702           ice_rink: "Ice Rink"
703           marina: "Marina"
704           miniature_golf: "Miniature Golf"
705           nature_reserve: "Nature Reserve"
706           park: "Park"
707           pitch: "Sports Pitch"
708           playground: "Playground"
709           recreation_ground: "Recreation Ground"
710           sauna: "Sauna"
711           slipway: "Slipway"
712           sports_centre: "Sports Centre"
713           stadium: "Stadium"
714           swimming_pool: "Swimming Pool"
715           track: "Running Track"
716           water_park: "Water Park"
717         military:
718           airfield: "Military Airfield"
719           barracks: "Barracks"
720           bunker: "Bunker"
721         mountain_pass:
722           "yes" : "Mountain Pass"
723         natural:
724           bay: "Bay"
725           beach: "Beach"
726           cape: "Cape"
727           cave_entrance: "Cave Entrance"
728           channel: "Channel"
729           cliff: "Cliff"
730           crater: "Crater"
731           dune: "Dune"
732           feature: "Feature"
733           fell: "Fell"
734           fjord: "Fjord"
735           forest: "Forest"
736           geyser: "Geyser"
737           glacier: "Glacier"
738           heath: "Heath"
739           hill: "Hill"
740           island: "Island"
741           land: "Land"
742           marsh: "Marsh"
743           moor: "Moor"
744           mud: "Mud"
745           peak: "Peak"
746           point: "Point"
747           reef: "Reef"
748           ridge: "Ridge"
749           river: "River"
750           rock: "Rock"
751           scree: "Scree"
752           scrub: "Scrub"
753           shoal: "Shoal"
754           spring: "Spring"
755           stone: "Stone"
756           strait: "Strait"
757           tree: "Tree"
758           valley: "Valley"
759           volcano: "Volcano"
760           water: "Water"
761           wetland: "Wetland"
762           wetlands: "Wetlands"
763           wood: "Wood"
764         office:
765           accountant: "Accountant"
766           architect: "Architect"
767           company: "Company"
768           employment_agency: "Employment Agency"
769           estate_agent: "Estate Agent"
770           government: "Governmental Office"
771           insurance: "Insurance Office"
772           lawyer: "Lawyer"
773           ngo: "NGO Office"
774           telecommunication: "Telecommunication Office"
775           travel_agent: "Travel Agency"
776           "yes": "Office"
777         place:
778           airport: "Airport"
779           city: "City"
780           country: "Country"
781           county: "County"
782           farm: "Farm"
783           hamlet: "Hamlet"
784           house: "House"
785           houses: "Houses"
786           island: "Island"
787           islet: "Islet"
788           isolated_dwelling: "Isolated Dwelling"
789           locality: "Locality"
790           moor: "Moor"
791           municipality: "Municipality"
792           neighbourhood: "Neighbourhood"
793           postcode: "Postcode"
794           region: "Region"
795           sea: "Sea"
796           state: "State"
797           subdivision: "Subdivision"
798           suburb: "Suburb"
799           town: "Town"
800           unincorporated_area: "Unincorporated Area"
801           village: "Village"
802         railway:
803           abandoned: "Abandoned Railway"
804           construction: "Railway under Construction"
805           disused: "Disused Railway"
806           disused_station: "Disused Railway Station"
807           funicular: "Funicular Railway"
808           halt: "Train Stop"
809           historic_station: "Historic Railway Station"
810           junction: "Railway Junction"
811           level_crossing: "Level Crossing"
812           light_rail: "Light Rail"
813           miniature: "Miniature Rail"
814           monorail: "Monorail"
815           narrow_gauge: "Narrow Gauge Railway"
816           platform: "Railway Platform"
817           preserved: "Preserved Railway"
818           proposed: "Proposed Railway"
819           spur: "Railway Spur"
820           station: "Railway Station"
821           stop: "Railway Stop"
822           subway: "Subway Station"
823           subway_entrance: "Subway Entrance"
824           switch: "Railway Points"
825           tram: "Tramway"
826           tram_stop: "Tram Stop"
827           yard: "Railway Yard"
828         shop:
829           alcohol: "Off License"
830           antiques: "Antiques"
831           art: "Art Shop"
832           bakery: "Bakery"
833           beauty: "Beauty Shop"
834           beverages: "Beverages Shop"
835           bicycle: "Bicycle Shop"
836           books: "Book Shop"
837           boutique: "Boutique"
838           butcher: "Butcher"
839           car: "Car Shop"
840           car_parts: "Car Parts"
841           car_repair: "Car Repair"
842           carpet: "Carpet Shop"
843           car_repair: "Car Repair"
844           charity: "Charity Shop"
845           chemist: "Chemist"
846           clothes: "Clothes Shop"
847           computer: "Computer Shop"
848           confectionery: "Confectionery Shop"
849           convenience: "Convenience Store"
850           copyshop: "Copy Shop"
851           cosmetics: "Cosmetics Shop"
852           deli: "Deli"
853           department_store: "Department Store"
854           discount: "Discount Items Shop"
855           doityourself: "Do-It-Yourself"
856           dry_cleaning: "Dry Cleaning"
857           electronics: "Electronics Shop"
858           estate_agent: "Estate Agent"
859           farm: "Farm Shop"
860           fashion: "Fashion Shop"
861           fish: "Fish Shop"
862           florist: "Florist"
863           food: "Food Shop"
864           funeral_directors: "Funeral Directors"
865           furniture: "Furniture"
866           gallery: "Gallery"
867           garden_centre: "Garden Centre"
868           general: "General Store"
869           gift: "Gift Shop"
870           greengrocer: "Greengrocer"
871           grocery: "Grocery Shop"
872           hairdresser: "Hairdresser"
873           hardware: "Hardware Store"
874           hifi: "Hi-Fi"
875           insurance: "Insurance"
876           jewelry: "Jewelry Shop"
877           kiosk: "Kiosk Shop"
878           laundry: "Laundry"
879           mall: "Mall"
880           market: "Market"
881           mobile_phone: "Mobile Phone Shop"
882           motorcycle: "Motorcycle Shop"
883           music: "Music Shop"
884           newsagent: "Newsagent"
885           optician: "Optician"
886           organic: "Organic Food Shop"
887           outdoor: "Outdoor Shop"
888           pet: "Pet Shop"
889           pharmacy: "Pharmacy"
890           photo: "Photo Shop"
891           salon: "Salon"
892           second_hand: "Second-hand Shop"
893           shoes: "Shoe Shop"
894           shopping_centre: "Shopping Centre"
895           sports: "Sports Shop"
896           stationery: "Stationery Shop"
897           supermarket: "Supermarket"
898           tailor: "Tailor"
899           toys: "Toy Shop"
900           travel_agency: "Travel Agency"
901           video: "Video Shop"
902           wine: "Off License"
903           "yes": "Shop"
904         tourism:
905           alpine_hut: "Alpine Hut"
906           artwork: "Artwork"
907           attraction: "Attraction"
908           bed_and_breakfast: "Bed and Breakfast"
909           cabin: "Cabin"
910           camp_site: "Camp Site"
911           caravan_site: "Caravan Site"
912           chalet: "Chalet"
913           guest_house: "Guest House"
914           hostel: "Hostel"
915           hotel: "Hotel"
916           information: "Information"
917           lean_to: "Lean To"
918           motel: "Motel"
919           museum: "Museum"
920           picnic_site: "Picnic Site"
921           theme_park: "Theme Park"
922           valley: "Valley"
923           viewpoint: "Viewpoint"
924           zoo: "Zoo"
925         tunnel:
926           culvert: "Culvert"
927           "yes": "Tunnel"
928         waterway:
929           artificial: "Artificial Waterway"
930           boatyard: "Boatyard"
931           canal: "Canal"
932           connector: "Waterway Connector"
933           dam: "Dam"
934           derelict_canal: "Derelict Canal"
935           ditch: "Ditch"
936           dock: "Dock"
937           drain: "Drain"
938           lock: "Lock"
939           lock_gate: "Lock Gate"
940           mineral_spring: "Mineral Spring"
941           mooring: "Mooring"
942           rapids: "Rapids"
943           river: "River"
944           riverbank: "Riverbank"
945           stream: "Stream"
946           wadi: "Wadi"
947           waterfall: "Waterfall"
948           water_point: "Water Point"
949           weir: "Weir"
950       admin_levels:
951         level2: "Country Boundary"
952         level4: "State Boundary"
953         level5: "Region Boundary"
954         level6: "County Boundary"
955         level8: "City Boundary"
956         level9: "Village Boundary"
957         level10: "Suburb Boundary"
958     description:
959       title:
960         osm_nominatim: 'Location from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
961         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
962       types:
963         cities: Cities
964         towns: Towns
965         places: Places
966     results:
967       no_results: "No results found"
968       more_results: "More results"
969     distance:
970       zero: "less than 1km"
971       one: "about 1km"
972       other: "about %{count}km"
973     direction:
974       south_west: "south-west"
975       south: "south"
976       south_east: "south-east"
977       east: "east"
978       north_east: "north-east"
979       north: "north"
980       north_west: "north-west"
981       west: "west"
982   layouts:
983     project_name:
984       # in <title>
985       title: OpenStreetMap
986       # in <h1>
987       h1: OpenStreetMap
988     logo:
989       alt_text: OpenStreetMap logo
990     home: Go to Home Location
991     logout: Logout
992     log_in: Log In
993     log_in_tooltip: Log in with an existing account
994     sign_up: Sign Up
995     sign_up_tooltip: Create an account for editing
996     edit: Edit
997     history: History
998     export: Export
999     data: Data
1000     export_data: Export Data
1001     gps_traces: GPS Traces
1002     gps_traces_tooltip: Manage GPS traces
1003     user_diaries: User Diaries
1004     user_diaries_tooltip: View user diaries
1005     edit_with: Edit with %{editor}
1006     tag_line: The Free Wiki World Map
1007     intro_header: Welcome to OpenStreetMap!
1008     intro_text: OpenStreetMap is a free and editable map of the world maintained by an active community of contributors.
1009     intro_2_create_account: "Create a user account"
1010     partners_html: "Hosting is supported by %{ucl}, %{ic} and %{bytemark}, and other %{partners}."
1011     partners_ucl: "the UCL VR Centre"
1012     partners_ic: "Imperial College London"
1013     partners_bytemark: "Bytemark Hosting"
1014     partners_partners: "partners"
1015     partners_url: "http://wiki.openstreetmap.org/wiki/Partners"
1016     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
1017     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
1018     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
1019     help: Help
1020     about: About
1021     copyright: "Copyright & License"
1022     community: Community
1023     community_blogs: "Community Blogs"
1024     community_blogs_title: "Blogs from members of the OpenStreetMap community"
1025     foundation: Foundation
1026     foundation_title: The OpenStreetMap Foundation
1027     make_a_donation:
1028       title: Support OpenStreetMap with a monetary donation
1029       text: Make a Donation
1030     learn_more: "Learn More"
1031   license_page:
1032     foreign:
1033       title: About this translation
1034       text: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
1035       english_link: the English original
1036     native:
1037       title: About this page
1038       text: You are viewing the English version of the copyright page. You can go back to the %{native_link} of this page or you can stop reading about copyright and %{mapping_link}.
1039       native_link: THIS_LANGUAGE_NAME_HERE version
1040       mapping_link: start mapping
1041     legal_babble:
1042       title_html: Copyright and License
1043       intro_1_html: |
1044         OpenStreetMap is <i>open data</i>, licensed under the <a
1045         href="http://opendatacommons.org/licenses/odbl/">Open Data
1046         Commons Open Database License</a> (ODbL).
1047       intro_2_html: |
1048         You are free to copy, distribute, transmit and adapt our data,
1049         as long as you credit OpenStreetMap and its
1050         contributors. If you alter or build upon our data, you
1051         may distribute the result only under the same licence. The
1052         full <a href="http://opendatacommons.org/licenses/odbl/1.0/">legal
1053         code</a> explains your rights and responsibilities.
1054       intro_3_html: |
1055         The cartography in our map tiles, and our documentation, are
1056         licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
1057         Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
1058       credit_title_html: How to credit OpenStreetMap
1059       credit_1_html: |
1060         We require that you use the credit &ldquo;&copy; OpenStreetMap
1061         contributors&rdquo;.
1062       credit_2_html: |
1063         You must also make it clear that the data is available under the Open
1064         Database License, and if using our map tiles, that the cartography is
1065         licensed as CC BY-SA. You may do this by linking to
1066         <a href="http://www.openstreetmap.org/copyright">this copyright page</a>.
1067         Alternatively, and as a requirement if you are distributing OSM in a
1068         data form, you can name and link directly to the license(s). In media
1069         where links are not possible (e.g. printed works), we suggest you
1070         direct your readers to openstreetmap.org (perhaps by expanding
1071         'OpenStreetMap' to this full address), to opendatacommons.org, and
1072         if relevant, to creativecommons.org.
1073       credit_3_html: |
1074         For a browsable electronic map, the credit should appear in the corner of the map.
1075         For example:
1076       attribution_example:
1077         alt: Example of how to attribute OpenStreetMap on a webpage
1078         title: Attribution example
1079       more_title_html: Finding out more
1080       more_1_html: |
1081         Read more about using our data, and how to credit us, at the <a
1082         href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Legal
1083         FAQ</a>.
1084       more_2_html: |
1085         Although OpenStreetMap is open data, we cannot provide a
1086         free-of-charge map API for third-party developers.
1087         See our <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">API Usage Policy</a>,
1088         <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Tile Usage Policy</a>
1089         and <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Nominatim Usage Policy</a>.
1090       contributors_title_html: Our contributors
1091       contributors_intro_html: |
1092         Our contributors are thousands of individuals. We also include
1093         openly-licensed data from national mapping agencies
1094         and other sources, among them:
1095       contributors_at_html: |
1096         <strong>Austria</strong>: Contains data from
1097         <a href="http://data.wien.gv.at/">Stadt Wien</a> (under
1098         <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
1099         <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
1100         Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
1101       contributors_ca_html: |
1102         <strong>Canada</strong>: Contains data from
1103         GeoBase&reg;, GeoGratis (&copy; Department of Natural
1104         Resources Canada), CanVec (&copy; Department of Natural
1105         Resources Canada), and StatCan (Geography Division,
1106         Statistics Canada).
1107       contributors_fr_html: |
1108         <strong>France</strong>: Contains data sourced from
1109         Direction Générale des Impôts.
1110       contributors_nl_html: |
1111         <strong>Netherlands</strong>: Contains &copy; AND data, 2007
1112         (<a href="http://www.and.com">www.and.com</a>)
1113       contributors_nz_html: |
1114         <strong>New Zealand</strong>: Contains data sourced from
1115         Land Information New Zealand. Crown Copyright reserved.
1116       contributors_za_html: |
1117         <strong>South Africa</strong>: Contains data sourced from
1118         <a href="http://www.ngi.gov.za/">Chief Directorate:
1119         National Geo-Spatial Information</a>, State copyright reserved.
1120       contributors_gb_html: |
1121         <strong>United Kingdom</strong>: Contains Ordnance
1122         Survey data &copy; Crown copyright and database right
1123         2010-12.
1124       contributors_footer_1_html: |
1125         For further details of these, and other sources that have been used
1126         to help improve OpenStreetMap, please see the <a
1127         href="http://wiki.openstreetmap.org/wiki/Contributors">Contributors
1128         page</a> on the OpenStreetMap Wiki.
1129       contributors_footer_2_html: |
1130         Inclusion of data in OpenStreetMap does not imply that the original
1131         data provider endorses OpenStreetMap, provides any warranty, or
1132         accepts any liability.
1133       infringement_title_html: Copyright infringement
1134       infringement_1_html: |
1135         OSM contributors are reminded never to add data from any
1136         copyrighted sources (e.g. Google Maps or printed maps) without
1137         explicit permission from the copyright holders.
1138       infringement_2_html: |
1139         If you believe that copyrighted material has been inappropriately
1140         added to the OpenStreetMap database or this site, please refer
1141         to our <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown
1142         procedure</a> or file directly at our
1143         <a href="http://dmca.openstreetmap.org/">on-line filing page</a>.
1144   welcome_page:
1145     title: Welcome!
1146     introduction_html: |
1147       Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
1148       up, you're all set to get started mapping. Here's a quick guide with the most important
1149       things you need to know.
1150     whats_on_the_map:
1151       title: What's on the Map
1152       on_html: |
1153         OpenStreetMap is a place for mapping things that are both <em>real and current</em> -
1154         it includes millions of buildings, roads, and other details about places. You can map
1155         whatever real-world features are interesting to you.
1156       off_html: |
1157         What it <em>doesn't</em> include is opinionated data like ratings, historical or
1158         hypothetical features, and data from copyrighted sources. Unless you have special
1159         permission, don't copy from online or paper maps.
1160     basic_terms:
1161       title: Basic Terms For Mapping
1162       paragraph_1_html: |
1163         OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
1164       editor_html: |
1165         An <strong>editor</strong> is a program or website you can use to edit the map.
1166       node_html: |
1167         A <strong>node</strong> is a point on the map, like a single restauraunt or a tree.
1168       way_html: |
1169         A <strong>way</strong> is a line or area, like a road, stream, lake or building.
1170       tag_html: |
1171         A <strong>tag</strong> is a bit of data about a node or way, like a
1172         restaurant's name or a road's speed limit.
1173     questions:
1174       title: Any questions?
1175       paragraph_1_html: |
1176         OpenStreetMap has several resources for learning about the project, asking and answering
1177         questions, and collaboratively discussing and documenting mapping topics.
1178         <a href='%{help_url}'>Get help here</a>.
1179     start_mapping: Start Mapping
1180     add_a_note:
1181       title: No Time To Edit? Add a Note!
1182       paragraph_1_html: |
1183         If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
1184         easy to add a note.
1185       paragraph_2_html: |
1186         Just go to <a href='%{map_url}'>the map</a> and click the note icon:
1187         <span class='icon note'></span>. This will add a marker to the map, which you can move
1188         by dragging. Add your message, then click save, and other mappers will investigate.
1189   help_page:
1190     title: Getting Help
1191     introduction: |
1192       OpenStreetMap has several resources for learning about the project, asking and answering questions,
1193       and collaboratively discussing and documenting mapping topics.
1194     welcome:
1195       url: http://www.openstreetmap.org/welcome
1196       title: Welcome to OSM
1197       description: Start with this quick guide covering the OpenStreetMap basics.
1198     help:
1199       url: https://help.openstreetmap.org/
1200       title: help.openstreetmap.org
1201       description: Ask a question or look up answers on OSM's question-and-answer site.
1202     wiki:
1203       url: http://wiki.openstreetmap.org/
1204       title: wiki.openstreetmap.org
1205       description: Browse the wiki for in-depth OSM documentation.
1206   about_page:
1207     next: Next
1208     copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
1209     used_by: "%{name} powers map data on hundreds of web sites, mobile apps, and hardware devices"
1210     lede_text: |
1211       OSM is built by a community of local mappers that keeps data about
1212       roads, cafés, subway stations, and much more up to date every day.
1213     local_knowledge_title: Local Knowledge
1214     local_knowledge_html: |
1215       OpenStreetMap emphasizes local knowledge. Contributors use
1216       aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1217       is up to date and accurate.
1218     community_driven_title: Community Driven
1219     community_driven_html: |
1220       From the engineers that tune OSM's servers to the Humanitarian OSM Team
1221       that maps disaster-affected areas, OSM's community is diverse,
1222       passionate, and growing every day. To learn more about the community,
1223       see the <a href='%{diary_path}'>user diaries</a>,
1224       <a href='http://blogs.openstreetmap.org/'>community blogs</a>, and
1225       the <a href='http://www.osmfoundation.org/'>OSM Foundation</a> website.
1226     open_data_title: Open Data
1227     open_data_html: |
1228       OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
1229       as long as you credit OpenStreetMap and its contributors. If you alter or
1230       build upon the data in certain ways, you may distribute the result only
1231       under the same licence. See the <a href='%{copyright_path}'>Copyright and
1232       License page</a> for details.
1233     partners_title: Partners
1234   notifier:
1235     diary_comment_notification:
1236       subject: "[OpenStreetMap] %{user} commented on your diary entry"
1237       hi: "Hi %{to_user},"
1238       header: "%{from_user} has commented on your recent OpenStreetMap diary entry with the subject %{subject}:"
1239       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1240     message_notification:
1241       subject_header: "[OpenStreetMap] %{subject}"
1242       hi: "Hi %{to_user},"
1243       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1244       footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
1245     friend_notification:
1246       subject: "[OpenStreetMap] %{user} added you as a friend"
1247       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1248       see_their_profile: "You can see their profile at %{userurl}."
1249       befriend_them: "You can also add them as a friend at %{befriendurl}."
1250     gpx_notification:
1251       greeting: "Hi,"
1252       your_gpx_file: "It looks like your GPX file"
1253       with_description: "with the description"
1254       and_the_tags: "and the following tags:"
1255       and_no_tags: "and no tags."
1256       failure:
1257         subject: "[OpenStreetMap] GPX Import failure"
1258         failed_to_import: "failed to import. Here is the error:"
1259         more_info_1: "More information about GPX import failures and how to avoid"
1260         more_info_2: "them can be found at:"
1261         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1262       success:
1263         subject: "[OpenStreetMap] GPX Import success"
1264         loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1265     signup_confirm:
1266       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
1267       greeting: "Hi there!"
1268       created: "Someone (hopefully you) just created an account at %{site_url}."
1269       confirm: "Before we do anything else, we need to confirm that this request came from you, so if it did then please click the link below to confirm your account:"
1270       welcome: "After you confirm your account, we'll provide you with some additional information to get you started."
1271     email_confirm:
1272       subject: "[OpenStreetMap] Confirm your email address"
1273     email_confirm_plain:
1274       greeting: "Hi,"
1275       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1276       click_the_link: "If this is you, please click the link below to confirm the change."
1277     email_confirm_html:
1278       greeting: "Hi,"
1279       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1280       click_the_link: "If this is you, please click the link below to confirm the change."
1281     lost_password:
1282       subject: "[OpenStreetMap] Password reset request"
1283     lost_password_plain:
1284       greeting: "Hi,"
1285       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1286       click_the_link: "If this is you, please click the link below to reset your password."
1287     lost_password_html:
1288       greeting: "Hi,"
1289       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1290       click_the_link: "If this is you, please click the link below to reset your password."
1291     note_comment_notification:
1292       anonymous: An anonymous user
1293       greeting: "Hi,"
1294       commented:
1295         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes"
1296         subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in"
1297         your_note: "%{commenter} has left a comment on one of your map notes near %{place}."
1298         commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1299       closed:
1300         subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes"
1301         subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in"
1302         your_note: "%{commenter} has resolved one of your map notes near %{place}."
1303         commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1304       reopened:
1305         subject_own: "[OpenStreetMap] %{commenter} has reactivated one of your notes"
1306         subject_other: "[OpenStreetMap] %{commenter} has reactivated a note you are interested in"
1307         your_note: "%{commenter} has reactivated one of your map notes near %{place}."
1308         commented_note: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1309       details: "More details about the note can be found at %{url}."
1310   message:
1311     inbox:
1312       title: "Inbox"
1313       my_inbox: "My Inbox"
1314       outbox: "outbox"
1315       messages: "You have %{new_messages} and %{old_messages}"
1316       new_messages:
1317         one: "%{count} new message"
1318         other: "%{count} new messages"
1319       old_messages:
1320         one: "%{count} old message"
1321         other: "%{count} old messages"
1322       from: "From"
1323       subject: "Subject"
1324       date: "Date"
1325       no_messages_yet: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1326       people_mapping_nearby: "people mapping nearby"
1327     message_summary:
1328       unread_button: "Mark as unread"
1329       read_button: "Mark as read"
1330       reply_button: "Reply"
1331       delete_button: "Delete"
1332     new:
1333       title: "Send message"
1334       send_message_to: "Send a new message to %{name}"
1335       subject: "Subject"
1336       body: "Body"
1337       send_button: "Send"
1338       back_to_inbox: "Back to inbox"
1339       message_sent: "Message sent"
1340       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1341     no_such_message:
1342       title: "No such message"
1343       heading: "No such message"
1344       body: "Sorry there is no message with that id."
1345     outbox:
1346       title: "Outbox"
1347       my_inbox: "My %{inbox_link}"
1348       inbox: "inbox"
1349       outbox: "outbox"
1350       messages:
1351         one: "You have %{count} sent message"
1352         other: "You have %{count} sent messages"
1353       to: "To"
1354       subject: "Subject"
1355       date: "Date"
1356       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1357       people_mapping_nearby: "people mapping nearby"
1358     reply:
1359       wrong_user: "You are logged in as `%{user}' but the message you have asked to reply to was not sent to that user. Please login as the correct user in order to reply."
1360     read:
1361       title: "Read message"
1362       from: "From"
1363       subject: "Subject"
1364       date: "Date"
1365       reply_button: "Reply"
1366       unread_button: "Mark as unread"
1367       back: "Back"
1368       to: "To"
1369       wrong_user: "You are logged in as `%{user}' but the message you have asked to read was not sent by or to that user. Please login as the correct user in order to read it."
1370     sent_message_summary:
1371       delete_button: "Delete"
1372     mark:
1373       as_read: "Message marked as read"
1374       as_unread: "Message marked as unread"
1375     delete:
1376       deleted: "Message deleted"
1377   site:
1378     index:
1379       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1380       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1381       permalink: Permalink
1382       shortlink: Shortlink
1383       createnote: Add a note
1384       license:
1385         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1386         license_url: "http://openstreetmap.org/copyright"
1387         project_url: "http://openstreetmap.org"
1388       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1389     edit:
1390       not_public: "You have not set your edits to be public."
1391       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}."
1392       user_page_link: user page
1393       anon_edits: "(%{link})"
1394       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1395       anon_edits_link_text: "Find out why this is the case."
1396       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.'
1397       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.)"
1398       potlatch2_not_configured: "Potlatch 2 has not been configured - please see http://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1399       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1400       id_not_configured: "iD has not been configured"
1401       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1402     sidebar:
1403       search_results: Search Results
1404       close: Close
1405     search:
1406       search: Search
1407       where_am_i: "Where am I?"
1408       where_am_i_title: Describe the current location using the search engine
1409       submit_text: "Go"
1410     key:
1411       table:
1412         entry:
1413           motorway: "Motorway"
1414           trunk: "Trunk road"
1415           primary: "Primary road"
1416           secondary: "Secondary road"
1417           unclassified: "Unclassified road"
1418           unsurfaced: "Unsurfaced road"
1419           track: "Track"
1420           byway: "Byway"
1421           bridleway: "Bridleway"
1422           cycleway: "Cycleway"
1423           footway: "Footway"
1424           rail: "Railway"
1425           subway: "Subway"
1426           tram:
1427             - Light rail
1428             - tram
1429           cable:
1430             - Cable car
1431             - chair lift
1432           runway:
1433             - Airport Runway
1434             - taxiway
1435           apron:
1436             - Airport apron
1437             - terminal
1438           admin: "Administrative boundary"
1439           forest: "Forest"
1440           wood: "Wood"
1441           golf: "Golf course"
1442           park: "Park"
1443           resident: "Residential area"
1444           tourist: "Tourist attraction"
1445           common:
1446             - Common
1447             - meadow
1448           retail: "Retail area"
1449           industrial: "Industrial area"
1450           commercial: "Commercial area"
1451           heathland: "Heathland"
1452           lake:
1453             - Lake
1454             - reservoir
1455           farm: "Farm"
1456           brownfield: "Brownfield site"
1457           cemetery: "Cemetery"
1458           allotments: "Allotments"
1459           pitch: "Sports pitch"
1460           centre: "Sports centre"
1461           reserve: "Nature reserve"
1462           military: "Military area"
1463           school:
1464             - School
1465             - university
1466           building: "Significant building"
1467           station: "Railway station"
1468           summit:
1469             - Summit
1470             - peak
1471           tunnel: "Dashed casing = tunnel"
1472           bridge: "Black casing = bridge"
1473           private: "Private access"
1474           permissive: "Permissive access"
1475           destination: "Destination access"
1476           construction: "Roads under construction"
1477     richtext_area:
1478       edit: Edit
1479       preview: Preview
1480     markdown_help:
1481       title_html: Parsed with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>
1482       headings: Headings
1483       heading: Heading
1484       subheading: Subheading
1485       unordered: Unordered list
1486       ordered: Ordered list
1487       first: First item
1488       second: Second item
1489       link: Link
1490       text: Text
1491       image: Image
1492       alt: Alt text
1493       url: URL
1494   trace:
1495     visibility:
1496       private: "Private (only shared as anonymous, unordered points)"
1497       public: "Public (shown in trace list and as anonymous, unordered points)"
1498       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1499       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1500     create:
1501       upload_trace: "Upload GPS Trace"
1502       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."
1503     edit:
1504       title: "Editing trace %{name}"
1505       heading: "Editing trace %{name}"
1506       filename: "Filename:"
1507       download: "download"
1508       uploaded_at: "Uploaded:"
1509       points: "Points:"
1510       start_coord: "Start coordinate:"
1511       map: "map"
1512       edit: "edit"
1513       owner: "Owner:"
1514       description: "Description:"
1515       tags: "Tags:"
1516       tags_help: "comma delimited"
1517       save_button: "Save Changes"
1518       visibility: "Visibility:"
1519       visibility_help: "what does this mean?"
1520       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1521     trace_form:
1522       upload_gpx: "Upload GPX File:"
1523       description: "Description:"
1524       tags: "Tags:"
1525       tags_help: "comma delimited"
1526       visibility: "Visibility:"
1527       visibility_help: "what does this mean?"
1528       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1529       upload_button: "Upload"
1530       help: "Help"
1531       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1532     trace_header:
1533       upload_trace: "Upload a trace"
1534       see_all_traces: "See all traces"
1535       see_your_traces: "See your traces"
1536       traces_waiting:
1537         one: "You have %{count} trace waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
1538         other: "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."
1539     trace_optionals:
1540       tags: "Tags"
1541     view:
1542       title: "Viewing trace %{name}"
1543       heading: "Viewing trace %{name}"
1544       pending: "PENDING"
1545       filename: "Filename:"
1546       download: "download"
1547       uploaded: "Uploaded:"
1548       points: "Points:"
1549       start_coordinates: "Start coordinate:"
1550       map: "map"
1551       edit: "edit"
1552       owner: "Owner:"
1553       description: "Description:"
1554       tags: "Tags:"
1555       none: "None"
1556       edit_track: "Edit this trace"
1557       delete_track: "Delete this trace"
1558       trace_not_found: "Trace not found!"
1559       visibility: "Visibility:"
1560     trace_paging_nav:
1561       showing_page: "Page %{page}"
1562       older: "Older Traces"
1563       newer: "Newer Traces"
1564     trace:
1565       pending: "PENDING"
1566       count_points: "%{count} points"
1567       ago: "%{time_in_words_ago} ago"
1568       more: "more"
1569       trace_details: "View Trace Details"
1570       view_map: "View Map"
1571       edit: "edit"
1572       edit_map: "Edit Map"
1573       public: "PUBLIC"
1574       identifiable: "IDENTIFIABLE"
1575       private: "PRIVATE"
1576       trackable: "TRACKABLE"
1577       by: "by"
1578       in: "in"
1579       map: "map"
1580     list:
1581       public_traces: "Public GPS traces"
1582       your_traces: "Your GPS traces"
1583       public_traces_from: "Public GPS traces from %{user}"
1584       description: "Browse recent GPS track uploads"
1585       tagged_with: " tagged with %{tags}"
1586       empty_html: "Nothing here yet. <a href='%{upload_link}'>Upload a new trace</a> or learn more about GPS tracing on the <a href='http://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2'>wiki page</a>."
1587     delete:
1588       scheduled_for_deletion: "Trace scheduled for deletion"
1589     make_public:
1590       made_public: "Trace made public"
1591     offline_warning:
1592       message: "The GPX file upload system is currently unavailable"
1593     offline:
1594       heading: "GPX Storage Offline"
1595       message: "The GPX file storage and upload system is currently unavailable."
1596     georss:
1597       title: "OpenStreetMap GPS Traces"
1598     description:
1599       description_with_count:
1600         one: "GPX file with %{count} point from %{user}"
1601         other: "GPX file with %{count} points from %{user}"
1602       description_without_count: "GPX file from %{user}"
1603   application:
1604     require_cookies:
1605       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1606     require_moderator:
1607       not_a_moderator: "You need to be a moderator to perform that action."
1608     setup_user_auth:
1609       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1610       need_to_see_terms: "Your access to the API is temporarily suspended. Please log-in to the web interface to view the Contributor Terms. You do not need to agree, but you must view them."
1611   oauth:
1612     oauthorize:
1613       request_access: "The application %{app_name} is requesting access to your account, %{user}. Please check whether you would like the application to have the following capabilities. You may choose as many or as few as you like."
1614       allow_to: "Allow the client application to:"
1615       allow_read_prefs:  "read your user preferences."
1616       allow_write_prefs: "modify your user preferences."
1617       allow_write_diary: "create diary entries, comments and make friends."
1618       allow_write_api:   "modify the map."
1619       allow_read_gpx:    "read your private GPS traces."
1620       allow_write_gpx:   "upload GPS traces."
1621       allow_write_notes: "modify notes."
1622     revoke:
1623       flash: "You've revoked the token for %{application}"
1624   oauth_clients:
1625     new:
1626       title: "Register a new application"
1627       submit: "Register"
1628     edit:
1629       title: "Edit your application"
1630       submit: "Edit"
1631     show:
1632       title: "OAuth details for %{app_name}"
1633       key: "Consumer Key:"
1634       secret: "Consumer Secret:"
1635       url: "Request Token URL:"
1636       access_url: "Access Token URL:"
1637       authorize_url: "Authorise URL:"
1638       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1639       edit: "Edit Details"
1640       delete: "Delete Client"
1641       confirm: "Are you sure?"
1642       requests: "Requesting the following permissions from the user:"
1643       allow_read_prefs:  "read their user preferences."
1644       allow_write_prefs: "modify their user preferences."
1645       allow_write_diary: "create diary entries, comments and make friends."
1646       allow_write_api:   "modify the map."
1647       allow_read_gpx:    "read their private GPS traces."
1648       allow_write_gpx:   "upload GPS traces."
1649       allow_write_notes: "modify notes."
1650     index:
1651       title: "My OAuth Details"
1652       my_tokens: "My Authorised Applications"
1653       list_tokens: "The following tokens have been issued to applications in your name:"
1654       application: "Application Name"
1655       issued_at: "Issued At"
1656       revoke: "Revoke!"
1657       my_apps: "My Client Applications"
1658       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."
1659       registered_apps: "You have the following client applications registered:"
1660       register_new: "Register your application"
1661     form:
1662       name: "Name"
1663       required: "Required"
1664       url: "Main Application URL"
1665       callback_url: "Callback URL"
1666       support_url: "Support URL"
1667       requests: "Request the following permissions from the user:"
1668       allow_read_prefs:  "read their user preferences."
1669       allow_write_prefs: "modify their user preferences."
1670       allow_write_diary: "create diary entries, comments and make friends."
1671       allow_write_api:   "modify the map."
1672       allow_read_gpx:    "read their private GPS traces."
1673       allow_write_gpx:   "upload GPS traces."
1674       allow_write_notes: "modify notes."
1675     not_found:
1676       sorry: "Sorry, that %{type} could not be found."
1677     create:
1678       flash: "Registered the information successfully"
1679     update:
1680       flash: "Updated the client information successfully"
1681     destroy:
1682       flash: "Destroyed the client application registration"
1683   user:
1684     login:
1685       title: "Login"
1686       heading: "Login"
1687       email or username: "Email Address or Username:"
1688       password: "Password:"
1689       openid: "%{logo} OpenID:"
1690       remember: "Remember me"
1691       lost password link: "Lost your password?"
1692       login_button: "Login"
1693       register now: Register now
1694       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1695       with openid: "Alternatively, use OpenID to login:"
1696       new to osm: New to OpenStreetMap?
1697       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1698       create account minute: Create an account. It only takes a minute.
1699       no account: Don't have an account?
1700       account not active: "Sorry, your account is not active yet.<br />Please use the link in the account confirmation email to activate your account, or <a href=\"%{reconfirm}\">request a new confirmation email</a>."
1701       account is suspended: Sorry, your account has been suspended due to suspicious activity.<br />Please contact the <a href="%{webmaster}">webmaster</a> if you wish to discuss this.
1702       auth failure: "Sorry, could not log in with those details."
1703       openid missing provider: "Sorry, could not contact your OpenID provider"
1704       openid invalid: "Sorry, your OpenID seems to be malformed"
1705       openid_logo_alt: "Log in with an OpenID"
1706       openid_providers:
1707         openid:
1708           title: Login with OpenID
1709           alt: Login with an OpenID URL
1710         google:
1711           title: Login with Google
1712           alt: Login with a Google OpenID
1713         yahoo:
1714           title: Login with Yahoo
1715           alt: Login with a Yahoo OpenID
1716         myopenid:
1717           title: Login with myOpenID
1718           alt: Login with a myOpenID OpenID
1719         wordpress:
1720           title: Login with Wordpress
1721           alt: Login with a Wordpress OpenID
1722         aol:
1723           title: Login with AOL
1724           alt: Login with an AOL OpenID
1725     logout:
1726       title: "Logout"
1727       heading: "Logout from OpenStreetMap"
1728       logout_button: "Logout"
1729     lost_password:
1730       title: "Lost password"
1731       heading: "Forgotten Password?"
1732       email address: "Email Address:"
1733       new password button: "Reset password"
1734       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."
1735       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1736       notice email cannot find: "Could not find that email address, sorry."
1737     reset_password:
1738       title: "Reset password"
1739       heading: "Reset Password for %{user}"
1740       password: "Password:"
1741       confirm password: "Confirm Password:"
1742       reset: "Reset Password"
1743       flash changed: "Your password has been changed."
1744       flash token bad: "Did not find that token, check the URL maybe?"
1745     new:
1746       title: "Sign Up"
1747       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1748       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.'
1749       about:
1750         header: Free and editable
1751         html: |
1752           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
1753           and it's free for anyone to fix, update, download and use.</p>
1754           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
1755       license_agreement: 'When you confirm your account you will need to agree to the <a href="http://www.osmfoundation.org/wiki/License/Contributor_Terms">contributor terms</a>.'
1756       email address: "Email Address:"
1757       confirm email address: "Confirm Email Address:"
1758       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>)'
1759       display name: "Display Name:"
1760       display name description: "Your publicly displayed username. You can change this later in the preferences."
1761       openid: "%{logo} OpenID:"
1762       password: "Password:"
1763       confirm password: "Confirm Password:"
1764       use openid: "Alternatively, use %{logo} OpenID to login"
1765       openid no password: "With OpenID a password is not required, but some extra tools or server may still need one."
1766       openid association: |
1767         <p>Your OpenID is not associated with a OpenStreetMap account yet.</p>
1768         <ul>
1769           <li>If you are new to OpenStreetMap, please create a new account using the form below.</li>
1770           <li>
1771             If you already have an account, you can login to your account
1772             using your username and password and then associate the account
1773             with your OpenID in your user settings.
1774           </li>
1775         </ul>
1776       continue: Sign Up
1777       terms accepted: "Thanks for accepting the new contributor terms!"
1778       terms declined: "We are sorry that you have decided to not accept the new Contributor Terms. For more information, please see <a href=\"%{url}\">this wiki page</a>."
1779       terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1780     terms:
1781       title: "Contributor terms"
1782       heading: "Contributor terms"
1783       read and accept: "Please read the agreement and press the agree button to confirm that you accept the terms of this agreement for your existing and future contributions."
1784       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1785       consider_pd_why: "what's this?"
1786       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1787       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1788       agree: Agree
1789       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1790       decline: "Decline"
1791       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1792       legale_select: "Country of residence:"
1793       legale_names:
1794         france: "France"
1795         italy: "Italy"
1796         rest_of_world: "Rest of the world"
1797     no_such_user:
1798       title: "No such user"
1799       heading: "The user %{user} does not exist"
1800       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1801     view:
1802       my diary: My Diary
1803       new diary entry: new diary entry
1804       my edits: My Edits
1805       my traces: My Traces
1806       my notes: My Notes
1807       my profile: My Profile
1808       my settings: My Settings
1809       my comments: My Comments
1810       oauth settings: oauth settings
1811       blocks on me: Blocks on Me
1812       blocks by me: Blocks by Me
1813       send message: Send Message
1814       diary: Diary
1815       edits: Edits
1816       traces: Traces
1817       notes: Map Notes
1818       remove as friend: Unfriend
1819       add as friend: Add Friend
1820       mapper since: "Mapper since:"
1821       ago: "(%{time_in_words_ago} ago)"
1822       ct status: "Contributor terms:"
1823       ct undecided: Undecided
1824       ct declined: Declined
1825       ct accepted: Accepted %{ago} ago
1826       latest edit: "Latest edit %{ago}:"
1827       email address: "Email address:"
1828       created from: "Created from:"
1829       status: "Status:"
1830       spam score: "Spam Score:"
1831       description: Description
1832       user location: User location
1833       if set location: "Set your home location on the %{settings_link} page to see nearby users."
1834       settings_link_text: settings
1835       your friends: Your friends
1836       no friends: You have not added any friends yet.
1837       km away: "%{count}km away"
1838       m away: "%{count}m away"
1839       nearby users: "Other nearby users"
1840       no nearby users: "There are no other users who admit to mapping nearby yet."
1841       role:
1842         administrator: "This user is an administrator"
1843         moderator: "This user is a moderator"
1844         grant:
1845           administrator: "Grant administrator access"
1846           moderator: "Grant moderator access"
1847         revoke:
1848           administrator: "Revoke administrator access"
1849           moderator: "Revoke moderator access"
1850       block_history: "blocks received"
1851       moderator_history: "blocks given"
1852       comments: "Comments"
1853       create_block: "block this user"
1854       activate_user: "activate this user"
1855       deactivate_user: "deactivate this user"
1856       confirm_user: "confirm this user"
1857       hide_user: "hide this user"
1858       unhide_user: "unhide this user"
1859       delete_user: "delete this user"
1860       confirm: "Confirm"
1861       friends_changesets: "friends' changesets"
1862       friends_diaries: "friends' diary entries"
1863       nearby_changesets: "nearby user changesets"
1864       nearby_diaries: "nearby user diary entries"
1865     popup:
1866       your location: "Your location"
1867       nearby mapper: "Nearby mapper"
1868       friend: "Friend"
1869     account:
1870       title: "Edit account"
1871       my settings: My settings
1872       current email address: "Current Email Address:"
1873       new email address: "New Email Address:"
1874       email never displayed publicly: "(never displayed publicly)"
1875       openid:
1876         openid: "OpenID:"
1877         link: "http://wiki.openstreetmap.org/wiki/OpenID"
1878         link text: "what is this?"
1879       public editing:
1880         heading: "Public editing:"
1881         enabled: "Enabled. Not anonymous and can edit data."
1882         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1883         enabled link text: "what is this?"
1884         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1885         disabled link text: "why can't I edit?"
1886       public editing note:
1887         heading: "Public editing"
1888         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>"
1889       contributor terms:
1890         heading: "Contributor Terms:"
1891         agreed: "You have agreed to the new Contributor Terms."
1892         not yet agreed: "You have not yet agreed to the new Contributor Terms."
1893         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
1894         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
1895         link: "http://www.osmfoundation.org/wiki/License/Contributor_Terms"
1896         link text: "what is this?"
1897       profile description: "Profile Description:"
1898       preferred languages: "Preferred Languages:"
1899       preferred editor: "Preferred Editor:"
1900       image: "Image:"
1901       gravatar:
1902         gravatar: "Use Gravatar"
1903         link: "http://wiki.openstreetmap.org/wiki/Gravatar"
1904         link text: "what is this?"
1905       new image: "Add an image"
1906       keep image: "Keep the current image"
1907       delete image: "Remove the current image"
1908       replace image: "Replace the current image"
1909       image size hint: "(square images at least 100x100 work best)"
1910       home location: "Home Location:"
1911       no home location: "You have not entered your home location."
1912       latitude: "Latitude:"
1913       longitude: "Longitude:"
1914       update home location on click: "Update home location when I click on the map?"
1915       save changes button: Save Changes
1916       make edits public button: Make all my edits public
1917       return to profile: Return to profile
1918       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1919       flash update success: "User information updated successfully."
1920     confirm:
1921       heading: Check your email!
1922       introduction_1: |
1923         We sent you a confirmation email.
1924       introduction_2: |
1925         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
1926       press confirm button: "Press the confirm button below to activate your account."
1927       button: Confirm
1928       already active: "This account has already been confirmed."
1929       unknown token: "That confirmation code has expired or does not exist."
1930       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
1931     confirm_resend:
1932       success: "We've sent a new confirmation note to %{email} and as soon as you confirm your account you'll be able to get mapping.<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."
1933       failure: "User %{name} not found."
1934     confirm_email:
1935       heading: Confirm a change of email address
1936       press confirm button: "Press the confirm button below to confirm your new email address."
1937       button: Confirm
1938       success: "Confirmed your email address, thanks for signing up!"
1939       failure: "An email address has already been confirmed with this token."
1940     set_home:
1941       flash success: "Home location saved successfully"
1942     go_public:
1943       flash success: "All your edits are now public, and you are now allowed to edit."
1944     make_friend:
1945       heading: "Add %{user} as a friend?"
1946       button: "Add as friend"
1947       success: "%{name} is now your friend!"
1948       failed: "Sorry, failed to add %{name} as a friend."
1949       already_a_friend: "You are already friends with %{name}."
1950     remove_friend:
1951       heading: "Unfriend %{user}?"
1952       button: "Unfriend"
1953       success: "%{name} was removed from your friends."
1954       not_a_friend: "%{name} is not one of your friends."
1955     filter:
1956       not_an_administrator: "You need to be an administrator to perform that action."
1957     list:
1958       title: Users
1959       heading: Users
1960       showing:
1961         one: Page %{page} (%{first_item} of %{items})
1962         other: Page %{page} (%{first_item}-%{last_item} of %{items})
1963       summary: "%{name} created from %{ip_address} on %{date}"
1964       summary_no_ip: "%{name} created on %{date}"
1965       confirm: Confirm Selected Users
1966       hide: Hide Selected Users
1967       empty: No matching users found
1968     suspended:
1969       title: Account Suspended
1970       heading: Account Suspended
1971       webmaster: webmaster
1972       body: |
1973         <p>
1974           Sorry, your account has been automatically suspended due to
1975           suspicious activity.
1976         </p>
1977         <p>
1978           This decision will be reviewed by an administrator shortly, or
1979           you may contact the %{webmaster} if you wish to discuss this.
1980         </p>
1981   user_role:
1982     filter:
1983       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1984       not_a_role: "The string `%{role}' is not a valid role."
1985       already_has_role: "The user already has role %{role}."
1986       doesnt_have_role: "The user does not have role %{role}."
1987     grant:
1988       title: Confirm role granting
1989       heading: Confirm role granting
1990       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
1991       confirm: "Confirm"
1992       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
1993     revoke:
1994       title: Confirm role revoking
1995       heading: Confirm role revoking
1996       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
1997       confirm: "Confirm"
1998       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
1999   user_block:
2000     model:
2001       non_moderator_update: "Must be a moderator to create or update a block."
2002       non_moderator_revoke: "Must be a moderator to revoke a block."
2003     not_found:
2004       sorry: "Sorry, the user block with ID %{id} could not be found."
2005       back: "Back to index"
2006     new:
2007       title: "Creating block on %{name}"
2008       heading: "Creating block on %{name}"
2009       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."
2010       period: "How long, starting now, the user will be blocked from the API for."
2011       submit: "Create block"
2012       tried_contacting: "I have contacted the user and asked them to stop."
2013       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
2014       needs_view: "User needs to log in before this block will be cleared"
2015       back: "View all blocks"
2016     edit:
2017       title: "Editing block on %{name}"
2018       heading: "Editing block on %{name}"
2019       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."
2020       period: "How long, starting now, the user will be blocked from the API for."
2021       submit: "Update block"
2022       show: "View this block"
2023       back: "View all blocks"
2024       needs_view: "Does the user need to log in before this block will be cleared?"
2025     filter:
2026       block_expired: "The block has already expired and cannot be edited."
2027       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2028     create:
2029       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
2030       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
2031       flash: "Created a block on user %{name}."
2032     update:
2033       only_creator_can_edit: "Only the moderator who created this block can edit it."
2034       success: "Block updated."
2035     index:
2036       title: "User blocks"
2037       heading: "List of user blocks"
2038       empty: "No blocks have been made yet."
2039     revoke:
2040       title: "Revoking block on %{block_on}"
2041       heading: "Revoking block on %{block_on} by %{block_by}"
2042       time_future: "This block will end in %{time}."
2043       past: "This block ended %{time} ago and cannot be revoked now."
2044       confirm: "Are you sure you wish to revoke this block?"
2045       revoke: "Revoke!"
2046       flash: "This block has been revoked."
2047     period:
2048       one: "1 hour"
2049       other: "%{count} hours"
2050     partial:
2051       show: "Show"
2052       edit: "Edit"
2053       revoke: "Revoke!"
2054       confirm: "Are you sure?"
2055       display_name: "Blocked User"
2056       creator_name: "Creator"
2057       reason: "Reason for block"
2058       status: "Status"
2059       revoker_name: "Revoked by"
2060       not_revoked: "(not revoked)"
2061       showing_page: "Page %{page}"
2062       next: "Next »"
2063       previous: "« Previous"
2064     helper:
2065       time_future: "Ends in %{time}."
2066       until_login: "Active until the user logs in."
2067       time_past: "Ended %{time} ago."
2068     blocks_on:
2069       title: "Blocks on %{name}"
2070       heading: "List of blocks on %{name}"
2071       empty: "%{name} has not been blocked yet."
2072     blocks_by:
2073       title: "Blocks by %{name}"
2074       heading: "List of blocks by %{name}"
2075       empty: "%{name} has not made any blocks yet."
2076     show:
2077       title: "%{block_on} blocked by %{block_by}"
2078       heading: "%{block_on} blocked by %{block_by}"
2079       time_future: "Ends in %{time}"
2080       time_past: "Ended %{time} ago"
2081       status: "Status"
2082       show: "Show"
2083       edit: "Edit"
2084       revoke: "Revoke!"
2085       confirm: "Are you sure?"
2086       reason: "Reason for block:"
2087       back: "View all blocks"
2088       revoker: "Revoker:"
2089       needs_view: "The user needs to log in before this block will be cleared."
2090   note:
2091     description:
2092       opened_at_html: "Created %{when} ago"
2093       opened_at_by_html: "Created %{when} ago by %{user}"
2094       commented_at_html: "Updated %{when} ago"
2095       commented_at_by_html: "Updated %{when} ago by %{user}"
2096       closed_at_html: "Resolved %{when} ago"
2097       closed_at_by_html: "Resolved %{when} ago by %{user}"
2098       reopened_at_html: "Reactivated %{when} ago"
2099       reopened_at_by_html: "Reactivated %{when} ago by %{user}"
2100     rss:
2101       title: "OpenStreetMap Notes"
2102       description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
2103       description_item: "An rss feed for note %{id}"
2104       opened: "new note (near %{place})"
2105       commented: "new comment (near %{place})"
2106       closed: "closed note (near %{place})"
2107       reopened: "reactivated note (near %{place})"
2108     entry:
2109       comment: Comment
2110       full: Full note
2111     mine:
2112       title: "Notes submitted or commented on by %{user}"
2113       heading: "%{user}'s notes"
2114       subheading: "Notes submitted or commented on by %{user}"
2115       id: "Id"
2116       creator: "Creator"
2117       description: "Description"
2118       created_at: "Created at"
2119       last_changed: "Last changed"
2120       ago_html: "%{when} ago"
2121   javascripts:
2122     close: Close
2123     share:
2124       title: "Share"
2125       cancel: "Cancel"
2126       image: "Image"
2127       link: "Link or HTML"
2128       long_link: "Link"
2129       short_link: "Short Link"
2130       embed: "HTML"
2131       custom_dimensions: "Set custom dimensions"
2132       format: "Format:"
2133       scale: "Scale:"
2134       image_size: "Image will show standard layer at "
2135       download: "Download"
2136       short_url: "Short URL"
2137       include_marker: "Include marker"
2138       center_marker: "Center map on marker"
2139       paste_html: "Paste HTML to embed in website"
2140       view_larger_map: "View Larger Map"
2141     key:
2142       title: "Map Key"
2143       tooltip: "Map Key"
2144       tooltip_disabled: "Map Key available only for Standard layer"
2145     map:
2146       zoom:
2147         in: Zoom In
2148         out: Zoom Out
2149       locate:
2150         title: Show My Location
2151         popup: You are within {distance} {unit} of this point
2152       base:
2153         standard: Standard
2154         cycle_map: Cycle Map
2155         transport_map: Transport Map
2156         mapquest: MapQuest Open
2157         hot: Humanitarian
2158       layers:
2159         header: Map Layers
2160         notes: Map Notes
2161         data: Map Data
2162         overlays: Enable overlays for troubleshooting the map
2163         title: "Layers"
2164       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2165       donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
2166     site:
2167       edit_tooltip: Edit the map
2168       edit_disabled_tooltip: Zoom in to edit the map
2169       createnote_tooltip: Add a note to the map
2170       createnote_disabled_tooltip: Zoom in to add a note to the map
2171     notes:
2172       new:
2173         intro: "In order to improve the map the information you enter is shown to other mappers, so please be as descriptive and precise as possible when moving the marker to the correct position and entering your note below."
2174         add: Add Note
2175       show:
2176         permalink: Permalink
2177         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2178         opened_by: "created by <a href='%{user_url}'>%{user}</a> at %{time}"
2179         opened_by_anonymous: "created by anonymous at %{time}"
2180         commented_by: "comment from <a href='%{user_url}'>%{user}</a> at %{time}"
2181         commented_by_anonymous: "comment from anonymous at %{time}"
2182         closed_by: "resolved by <a href='%{user_url}'>%{user}</a> at %{time}"
2183         closed_by_anonymous: "resolved by anonymous at %{time}"
2184         reopened_by: "reactivated by <a href='%{user_url}'>%{user}</a> at %{time}"
2185         reopened_by_anonymous: "reactivated by anonymous at %{time}"
2186         hide: Hide
2187         resolve: Resolve
2188         reactivate: Reactivate
2189         comment_and_resolve: Comment & Resolve
2190         comment: Comment
2191     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2192   redaction:
2193     edit:
2194       description: "Description"
2195       heading: "Edit redaction"
2196       submit: "Save redaction"
2197       title: "Edit redaction"
2198     index:
2199       empty: "No redactions to show."
2200       heading: "List of redactions"
2201       title: "List of redactions"
2202     new:
2203       description: "Description"
2204       heading: "Enter information for new redaction"
2205       submit: "Create redaction"
2206       title: "Creating new redaction"
2207     show:
2208       description: "Description:"
2209       heading: "Showing redaction \"%{title}\""
2210       title: "Showing redaction"
2211       user: "Creator:"
2212       edit: "Edit this redaction"
2213       destroy: "Remove this redaction"
2214       confirm: "Are you sure?"
2215     create:
2216       flash: "Redaction created."
2217     update:
2218       flash: "Changes saved."
2219     destroy:
2220       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2221       flash: "Redaction destroyed."
2222       error: "There was an error destroying this redaction."