]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
18ea59bf4f4638ca26015ad6382f3c558fec4594
[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: "Subject"
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: "Subject"
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_html: "%{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     created: "Created"
99     closed: "Closed"
100     created_html: "Created <abbr title='%{title}'>%{time} ago</abbr>"
101     closed_html: "Closed <abbr title='%{title}'>%{time} ago</abbr>"
102     created_by_html: "Created <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
103     deleted_by_html: "Deleted <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
104     edited_by_html: "Edited <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
105     closed_by_html: "Closed <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
106     version: "Version"
107     in_changeset: "Changeset"
108     anonymous: "anonymous"
109     no_comment: "(no comment)"
110     part_of: "Part of"
111     download_xml: "Download XML"
112     view_history: "View History"
113     view_details: "View Details"
114     location: "Location:"
115     changeset:
116       title: "Changeset: %{id}"
117       belongs_to: "Author"
118       node: "Nodes (%{count})"
119       node_paginated: "Nodes (%{x}-%{y} of %{count})"
120       way: "Ways (%{count})"
121       way_paginated: "Ways (%{x}-%{y} of %{count})"
122       relation: "Relations (%{count})"
123       relation_paginated: "Relations (%{x}-%{y} of %{count})"
124       comment: "Comments (%{count})"
125       hidden_commented_by: "Hidden comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
126       commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
127       changesetxml: "Changeset XML"
128       osmchangexml: "osmChange XML"
129       feed:
130         title: "Changeset %{id}"
131         title_comment: "Changeset %{id} - %{comment}"
132       join_discussion: "Log in to join the discussion"
133       discussion: Discussion
134       still_open: "Changeset still open - discussion will open once the changeset is closed."
135     node:
136       title: "Node: %{name}"
137       history_title: "Node History: %{name}"
138     way:
139       title: "Way: %{name}"
140       history_title: "Way History: %{name}"
141       nodes: "Nodes"
142       also_part_of:
143         one: "part of way %{related_ways}"
144         other: "part of ways %{related_ways}"
145     relation:
146       title: "Relation: %{name}"
147       history_title: "Relation History: %{name}"
148       members: "Members"
149     relation_member:
150       entry: "%{type} %{name}"
151       entry_role: "%{type} %{name} as %{role}"
152       type:
153         node: "Node"
154         way: "Way"
155         relation: "Relation"
156     containing_relation:
157       entry: "Relation %{relation_name}"
158       entry_role: "Relation %{relation_name} (as %{relation_role})"
159     not_found:
160       sorry: "Sorry, %{type} #%{id} could not be found."
161       type:
162         node: node
163         way: way
164         relation: relation
165         changeset: changeset
166         note: note
167     timeout:
168       sorry: "Sorry, the data for the %{type} with the id %{id}, took too long to retrieve."
169       type:
170         node: node
171         way: way
172         relation: relation
173         changeset: changeset
174         note: note
175     redacted:
176       redaction: "Redaction %{id}"
177       message_html: "Version %{version} of this %{type} cannot be shown as it has been redacted. Please see %{redaction_link} for details."
178       type:
179         node: "node"
180         way: "way"
181         relation: "relation"
182     start_rjs:
183       feature_warning: "Loading %{num_features} features, which may make your browser slow or unresponsive. Are sure you want to display this data?"
184       load_data: "Load Data"
185       loading: "Loading..."
186     tag_details:
187       tags: "Tags"
188       wiki_link:
189         key: "The wiki description page for the %{key} tag"
190         tag: "The wiki description page for the %{key}=%{value} tag"
191       wikidata_link: "The %{page} item on Wikidata"
192       wikipedia_link: "The %{page} article on Wikipedia"
193       telephone_link: "Call %{phone_number}"
194     note:
195       title: "Note: %{id}"
196       new_note: "New Note"
197       description: "Description"
198       open_title: "Unresolved note #%{note_name}"
199       closed_title: "Resolved note #%{note_name}"
200       hidden_title: "Hidden note #%{note_name}"
201       open_by: "Created by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
202       open_by_anonymous: "Created by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
203       commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
204       commented_by_anonymous: "Comment from anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
205       closed_by: "Resolved by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
206       closed_by_anonymous: "Resolved by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
207       reopened_by: "Reactivated by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
208       reopened_by_anonymous: "Reactivated by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
209       hidden_by: "Hidden by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
210       report: Report this note
211     query:
212       title: "Query Features"
213       introduction: "Click on the map to find nearby features."
214       nearby: "Nearby features"
215       enclosing: "Enclosing features"
216   changeset:
217     changeset_paging_nav:
218       showing_page: "Page %{page}"
219       next: "Next »"
220       previous: "« Previous"
221     changeset:
222       anonymous: "Anonymous"
223       no_edits: "(no edits)"
224       view_changeset_details: "View changeset details"
225     changesets:
226       id: "ID"
227       saved_at: "Saved at"
228       user: "User"
229       comment: "Comment"
230       area: "Area"
231     list:
232       title: "Changesets"
233       title_user: "Changesets by %{user}"
234       title_friend: "Changesets by my friends"
235       title_nearby: "Changesets by nearby users"
236       empty: "No changesets found."
237       empty_area: "No changesets in this area."
238       empty_user: "No changesets by this user."
239       no_more: "No more changesets found."
240       no_more_area: "No more changesets in this area."
241       no_more_user: "No more changesets by this user."
242       load_more: "Load more"
243     timeout:
244       sorry: "Sorry, the list of changesets you requested took too long to retrieve."
245     rss:
246       title_all: OpenStreetMap changeset discussion
247       title_particular: "OpenStreetMap changeset #%{changeset_id} discussion"
248       comment: "New comment on changeset #%{changeset_id} by %{author}"
249       commented_at_html: "Updated %{when} ago"
250       commented_at_by_html: "Updated %{when} ago by %{user}"
251       full: Full discussion
252   diary_entry:
253     new:
254       title: New Diary Entry
255       publish_button: "Publish"
256     list:
257       title: "Users' diaries"
258       title_friends: "Friends' diaries"
259       title_nearby: "Nearby Users' diaries"
260       user_title: "%{user}'s diary"
261       in_language_title: "Diary Entries in %{language}"
262       new: New Diary Entry
263       new_title: Compose a new entry in my user diary
264       no_entries: No diary entries
265       recent_entries: "Recent diary entries"
266       older_entries: Older Entries
267       newer_entries: Newer Entries
268     edit:
269       title: "Edit diary entry"
270       subject: "Subject:"
271       body: "Body:"
272       language: "Language:"
273       location: "Location:"
274       latitude: "Latitude:"
275       longitude: "Longitude:"
276       use_map_link: "use map"
277       save_button: "Save"
278       marker_text: Diary entry location
279     view:
280       title: "%{user}'s diary | %{title}"
281       user_title: "%{user}'s diary"
282       leave_a_comment: "Leave a comment"
283       login_to_leave_a_comment: "%{login_link} to leave a comment"
284       login: "Login"
285       save_button: "Save"
286     no_such_entry:
287       title: "No such diary entry"
288       heading: "No entry with the id: %{id}"
289       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."
290     diary_entry:
291       posted_by: "Posted by %{link_user} on %{created} in %{language_link}"
292       comment_link: Comment on this entry
293       reply_link: Reply to this entry
294       comment_count:
295         zero: No comments
296         one: "%{count} comment"
297         other: "%{count} comments"
298       edit_link: Edit this entry
299       hide_link: Hide this entry
300       confirm: Confirm
301       report: Report this entry
302     diary_comment:
303       comment_from: "Comment from %{link_user} on %{comment_created_at}"
304       hide_link: Hide this comment
305       confirm: Confirm
306       report: Report this comment
307     location:
308       location: "Location:"
309       view: "View"
310       edit: "Edit"
311     feed:
312       user:
313         title: "OpenStreetMap diary entries for %{user}"
314         description: "Recent OpenStreetMap diary entries from %{user}"
315       language:
316         title: "OpenStreetMap diary entries in %{language_name}"
317         description: "Recent diary entries from users of OpenStreetMap in %{language_name}"
318       all:
319         title: "OpenStreetMap diary entries"
320         description: "Recent diary entries from users of OpenStreetMap"
321     comments:
322       has_commented_on: "%{display_name} has commented on the following diary entries"
323       post: Post
324       when: When
325       comment: Comment
326       ago: "%{ago} ago"
327       newer_comments: "Newer Comments"
328       older_comments: "Older Comments"
329   export:
330     title: "Export"
331     start:
332       area_to_export: "Area to Export"
333       manually_select: "Manually select a different area"
334       format_to_export: "Format to Export"
335       osm_xml_data: "OpenStreetMap XML Data"
336       map_image: "Map Image (shows standard layer)"
337       embeddable_html: "Embeddable HTML"
338       licence: "Licence"
339       export_details: 'OpenStreetMap data is licensed under the <a href="https://opendatacommons.org/licenses/odbl/1.0/">Open Data Commons Open Database License</a> (ODbL).'
340       too_large:
341         advice: "If the above export fails, please consider using one of the sources listed below:"
342         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 sources listed below for bulk data downloads."
343         planet:
344           title: "Planet OSM"
345           description: "Regularly-updated copies of the complete OpenStreetMap database"
346         overpass:
347           title: "Overpass API"
348           description: "Download this bounding box from a mirror of the OpenStreetMap database"
349         geofabrik:
350           title: "Geofabrik Downloads"
351           description: "Regularly-updated extracts of continents, countries, and selected cities"
352         metro:
353           title: "Metro Extracts"
354           description: "Extracts for major world cities and their surrounding areas"
355         other:
356           title: "Other Sources"
357           description: "Additional sources listed on the OpenStreetMap wiki"
358       options: "Options"
359       format: "Format"
360       scale: "Scale"
361       max: "max"
362       image_size: "Image Size"
363       zoom: "Zoom"
364       add_marker: "Add a marker to the map"
365       latitude: "Lat:"
366       longitude: "Lon:"
367       output: "Output"
368       paste_html: "Paste HTML to embed in website"
369       export_button: "Export"
370   geocoder:
371     search:
372       title:
373         latlon: 'Results from <a href="https://openstreetmap.org/">Internal</a>'
374         ca_postcode: 'Results from <a href="https://geocoder.ca/">Geocoder.CA</a>'
375         osm_nominatim: 'Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
376         geonames: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
377         osm_nominatim_reverse: 'Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
378         geonames_reverse: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
379     search_osm_nominatim:
380       prefix_format: "%{name}"
381       prefix:
382         aerialway:
383           cable_car: "Cable Car"
384           chair_lift: "Chair Lift"
385           drag_lift: "Drag Lift"
386           gondola: "Gondola Lift"
387           platter: "Platter Lift"
388           pylon: "Pylon"
389           station: "Aerialway Station"
390           t-bar: "T-Bar Lift"
391         aeroway:
392           aerodrome: "Aerodrome"
393           airstrip: "Airstrip"
394           apron: "Apron"
395           gate: "Gate"
396           hangar: "Hangar"
397           helipad: "Helipad"
398           holding_position: "Holding Position"
399           parking_position: "Parking Position"
400           runway: "Runway"
401           taxiway: "Taxiway"
402           terminal: "Terminal"
403         amenity:
404           animal_shelter: "Animal Shelter"
405           arts_centre: "Arts Centre"
406           atm: "ATM"
407           bank: "Bank"
408           bar: "Bar"
409           bbq: "BBQ"
410           bench: "Bench"
411           bicycle_parking: "Cycle Parking"
412           bicycle_rental: "Cycle Rental"
413           biergarten: "Beer Garden"
414           boat_rental: "Boat Rental"
415           brothel: "Brothel"
416           bureau_de_change: "Bureau de Change"
417           bus_station: "Bus Station"
418           cafe: "Cafe"
419           car_rental: "Car Rental"
420           car_sharing: "Car Sharing"
421           car_wash: "Car Wash"
422           casino: "Casino"
423           charging_station: "Charging Station"
424           childcare: "Childcare"
425           cinema: "Cinema"
426           clinic: "Clinic"
427           clock: "Clock"
428           college: "College"
429           community_centre: "Community Centre"
430           courthouse: "Courthouse"
431           crematorium: "Crematorium"
432           dentist: "Dentist"
433           doctors: "Doctors"
434           drinking_water: "Drinking Water"
435           driving_school: "Driving School"
436           embassy: "Embassy"
437           fast_food: "Fast Food"
438           ferry_terminal: "Ferry Terminal"
439           fire_station: "Fire Station"
440           food_court: "Food Court"
441           fountain: "Fountain"
442           fuel: "Fuel"
443           gambling: "Gambling"
444           grave_yard: "Grave Yard"
445           grit_bin: "Grit Bin"
446           hospital: "Hospital"
447           hunting_stand: "Hunting Stand"
448           ice_cream: "Ice Cream"
449           kindergarten: "Kindergarten"
450           library: "Library"
451           marketplace: "Marketplace"
452           monastery: "Monastery"
453           motorcycle_parking: "Motorcycle Parking"
454           nightclub: "Night Club"
455           nursing_home: "Nursing Home"
456           office: "Office"
457           parking: "Parking"
458           parking_entrance: "Parking Entrance"
459           parking_space: "Parking Space"
460           pharmacy: "Pharmacy"
461           place_of_worship: "Place of Worship"
462           police: "Police"
463           post_box: "Post Box"
464           post_office: "Post Office"
465           preschool: "Pre-School"
466           prison: "Prison"
467           pub: "Pub"
468           public_building: "Public Building"
469           recycling: "Recycling Point"
470           restaurant: "Restaurant"
471           retirement_home: "Retirement Home"
472           sauna: "Sauna"
473           school: "School"
474           shelter: "Shelter"
475           shop: "Shop"
476           shower: "Shower"
477           social_centre: "Social Centre"
478           social_club: "Social Club"
479           social_facility: "Social Facility"
480           studio: "Studio"
481           swimming_pool: "Swimming Pool"
482           taxi: "Taxi"
483           telephone: "Public Telephone"
484           theatre: "Theatre"
485           toilets: "Toilets"
486           townhall: "Town Hall"
487           university: "University"
488           vending_machine: "Vending Machine"
489           veterinary: "Veterinary Surgery"
490           village_hall: "Village Hall"
491           waste_basket: "Waste Basket"
492           waste_disposal: "Waste Disposal"
493           water_point: "Water Point"
494           youth_centre: "Youth Centre"
495         boundary:
496           administrative: "Administrative Boundary"
497           census: "Census Boundary"
498           national_park: "National Park"
499           protected_area : "Protected Area"
500         bridge:
501           aqueduct: "Aqueduct"
502           boardwalk: "Boardwalk"
503           suspension: "Suspension Bridge"
504           swing: "Swing Bridge"
505           viaduct: "Viaduct"
506           "yes": "Bridge"
507         building:
508           "yes": "Building"
509         craft:
510           brewery: "Brewery"
511           carpenter: "Carpenter"
512           electrician: "Electrician"
513           gardener: "Gardener"
514           painter: "Painter"
515           photographer: "Photographer"
516           plumber: "Plumber"
517           shoemaker: "Shoemaker"
518           tailor: "Tailor"
519           "yes": "Craft Shop"
520         emergency:
521           ambulance_station: "Ambulance Station"
522           assembly_point: "Assembly Point"
523           defibrillator: "Defibrillator"
524           landing_site: "Emergency Landing Site"
525           phone: "Emergency Phone"
526           water_tank: "Emergency Water Tank"
527           "yes": "Emergency"
528         highway:
529           abandoned: "Abandoned Highway"
530           bridleway: "Bridleway"
531           bus_guideway: "Guided Bus Lane"
532           bus_stop: "Bus Stop"
533           construction: "Highway under Construction"
534           corridor: "Corridor"
535           cycleway: "Cycle Path"
536           elevator: "Elevator"
537           emergency_access_point: "Emergency Access Point"
538           footway: "Footpath"
539           ford: "Ford"
540           give_way: "Give Way Sign"
541           living_street: "Living Street"
542           milestone: "Milestone"
543           motorway: "Motorway"
544           motorway_junction: "Motorway Junction"
545           motorway_link: "Motorway Road"
546           passing_place: "Passing Place"
547           path: "Path"
548           pedestrian: "Pedestrian Way"
549           platform: "Platform"
550           primary: "Primary Road"
551           primary_link: "Primary Road"
552           proposed: "Proposed Road"
553           raceway: "Raceway"
554           residential: "Residential Road"
555           rest_area: "Rest Area"
556           road: "Road"
557           secondary: "Secondary Road"
558           secondary_link: "Secondary Road"
559           service: "Service Road"
560           services: "Motorway Services"
561           speed_camera: "Speed Camera"
562           steps: "Steps"
563           stop: "Stop Sign"
564           street_lamp: "Street Lamp"
565           tertiary: "Tertiary Road"
566           tertiary_link: "Tertiary Road"
567           track: "Track"
568           traffic_signals: "Traffic Signals"
569           trail: "Trail"
570           trunk: "Trunk Road"
571           trunk_link: "Trunk Road"
572           turning_loop: "Turning Loop"
573           unclassified: "Unclassified Road"
574           "yes" : "Road"
575         historic:
576           archaeological_site: "Archaeological Site"
577           battlefield: "Battlefield"
578           boundary_stone: "Boundary Stone"
579           building: "Historic Building"
580           bunker: "Bunker"
581           castle: "Castle"
582           church: "Church"
583           city_gate: "City Gate"
584           citywalls: "City Walls"
585           fort: "Fort"
586           heritage: "Heritage Site"
587           house: "House"
588           icon: "Icon"
589           manor: "Manor"
590           memorial: "Memorial"
591           mine: "Mine"
592           mine_shaft: "Mine Shaft"
593           monument: "Monument"
594           roman_road: "Roman Road"
595           ruins: "Ruins"
596           stone: "Stone"
597           tomb: "Tomb"
598           tower: "Tower"
599           wayside_cross: "Wayside Cross"
600           wayside_shrine: "Wayside Shrine"
601           wreck: "Wreck"
602           "yes": "Historic Site"
603         junction:
604           "yes": "Junction"
605         landuse:
606           allotments: "Allotments"
607           basin: "Basin"
608           brownfield: "Brownfield Land"
609           cemetery: "Cemetery"
610           commercial: "Commercial Area"
611           conservation: "Conservation"
612           construction: "Construction"
613           farm: "Farm"
614           farmland: "Farmland"
615           farmyard: "Farmyard"
616           forest: "Forest"
617           garages: "Garages"
618           grass: "Grass"
619           greenfield: "Greenfield Land"
620           industrial: "Industrial Area"
621           landfill: "Landfill"
622           meadow: "Meadow"
623           military: "Military Area"
624           mine: "Mine"
625           orchard: "Orchard"
626           quarry: "Quarry"
627           railway: "Railway"
628           recreation_ground: "Recreation Ground"
629           reservoir: "Reservoir"
630           reservoir_watershed: "Reservoir Watershed"
631           residential: "Residential Area"
632           retail: "Retail"
633           road: "Road Area"
634           village_green: "Village Green"
635           vineyard: "Vineyard"
636           "yes": "Landuse"
637         leisure:
638           beach_resort: "Beach Resort"
639           bird_hide: "Bird Hide"
640           common: "Common Land"
641           dog_park: "Dog Park"
642           firepit: "Fire Pit"
643           fishing: "Fishing Area"
644           fitness_centre: "Fitness Centre"
645           fitness_station: "Fitness Station"
646           garden: "Garden"
647           golf_course: "Golf Course"
648           horse_riding: "Horse Riding"
649           ice_rink: "Ice Rink"
650           marina: "Marina"
651           miniature_golf: "Miniature Golf"
652           nature_reserve: "Nature Reserve"
653           park: "Park"
654           pitch: "Sports Pitch"
655           playground: "Playground"
656           recreation_ground: "Recreation Ground"
657           resort: "Resort"
658           sauna: "Sauna"
659           slipway: "Slipway"
660           sports_centre: "Sports Centre"
661           stadium: "Stadium"
662           swimming_pool: "Swimming Pool"
663           track: "Running Track"
664           water_park: "Water Park"
665           "yes": "Leisure"
666         man_made:
667           adit: "Adit"
668           beacon: "Beacon"
669           beehive: "Bee Hive"
670           breakwater: "Breakwater"
671           bridge: "Bridge"
672           bunker_silo: "Bunker"
673           chimney: "Chimney"
674           crane: "Crane"
675           dolphin: "Mooring Post"
676           dyke: "Dyke"
677           embankment: "Embankment"
678           flagpole: "Flagpole"
679           gasometer: "Gasometer"
680           groyne: "Groyne"
681           kiln: "Kiln"
682           lighthouse: "Lighthouse"
683           mast: "Mast"
684           mine: "Mine"
685           mineshaft: "Mine Shaft"
686           monitoring_station: "Monitoring Station"
687           petroleum_well: "Petroleum Well"
688           pier: "Pier"
689           pipeline: "Pipeline"
690           silo: "Silo"
691           storage_tank: "Storage Tank"
692           surveillance: "Surveillance"
693           tower: "Tower"
694           wastewater_plant: "Wastewater Plant"
695           watermill: "Water Mill"
696           water_tower: "Water Tower"
697           water_well: "Well"
698           water_works: "Water Works"
699           windmill: "Wind Mill"
700           works: "Factory"
701           "yes": "Man-made"
702         military:
703           airfield: "Military Airfield"
704           barracks: "Barracks"
705           bunker: "Bunker"
706           "yes": "Military"
707         mountain_pass:
708           "yes" : "Mountain Pass"
709         natural:
710           bay: "Bay"
711           beach: "Beach"
712           cape: "Cape"
713           cave_entrance: "Cave Entrance"
714           cliff: "Cliff"
715           crater: "Crater"
716           dune: "Dune"
717           fell: "Fell"
718           fjord: "Fjord"
719           forest: "Forest"
720           geyser: "Geyser"
721           glacier: "Glacier"
722           grassland: "Grassland"
723           heath: "Heath"
724           hill: "Hill"
725           island: "Island"
726           land: "Land"
727           marsh: "Marsh"
728           moor: "Moor"
729           mud: "Mud"
730           peak: "Peak"
731           point: "Point"
732           reef: "Reef"
733           ridge: "Ridge"
734           rock: "Rock"
735           saddle: "Saddle"
736           sand: "Sand"
737           scree: "Scree"
738           scrub: "Scrub"
739           spring: "Spring"
740           stone: "Stone"
741           strait: "Strait"
742           tree: "Tree"
743           valley: "Valley"
744           volcano: "Volcano"
745           water: "Water"
746           wetland: "Wetland"
747           wood: "Wood"
748         office:
749           accountant: "Accountant"
750           administrative: "Administration"
751           architect: "Architect"
752           association: "Association"
753           company: "Company"
754           educational_institution: "Educational Institution"
755           employment_agency: "Employment Agency"
756           estate_agent: "Estate Agent"
757           government: "Governmental Office"
758           insurance: "Insurance Office"
759           it: "IT Office"
760           lawyer: "Lawyer"
761           ngo: "NGO Office"
762           telecommunication: "Telecommunication Office"
763           travel_agent: "Travel Agency"
764           "yes": "Office"
765         place:
766           allotments: "Allotments"
767           city: "City"
768           city_block: "City Block"
769           country: "Country"
770           county: "County"
771           farm: "Farm"
772           hamlet: "Hamlet"
773           house: "House"
774           houses: "Houses"
775           island: "Island"
776           islet: "Islet"
777           isolated_dwelling: "Isolated Dwelling"
778           locality: "Locality"
779           municipality: "Municipality"
780           neighbourhood: "Neighbourhood"
781           postcode: "Postcode"
782           quarter: "Quarter"
783           region: "Region"
784           sea: "Sea"
785           square: "Square"
786           state: "State"
787           subdivision: "Subdivision"
788           suburb: "Suburb"
789           town: "Town"
790           unincorporated_area: "Unincorporated Area"
791           village: "Village"
792           "yes": "Place"
793         railway:
794           abandoned: "Abandoned Railway"
795           construction: "Railway under Construction"
796           disused: "Disused Railway"
797           funicular: "Funicular Railway"
798           halt: "Train Stop"
799           junction: "Railway Junction"
800           level_crossing: "Level Crossing"
801           light_rail: "Light Rail"
802           miniature: "Miniature Rail"
803           monorail: "Monorail"
804           narrow_gauge: "Narrow Gauge Railway"
805           platform: "Railway Platform"
806           preserved: "Preserved Railway"
807           proposed: "Proposed Railway"
808           spur: "Railway Spur"
809           station: "Railway Station"
810           stop: "Railway Stop"
811           subway: "Subway"
812           subway_entrance: "Subway Entrance"
813           switch: "Railway Points"
814           tram: "Tramway"
815           tram_stop: "Tram Stop"
816         shop:
817           alcohol: "Off License"
818           antiques: "Antiques"
819           art: "Art Shop"
820           bakery: "Bakery"
821           beauty: "Beauty Shop"
822           beverages: "Beverages Shop"
823           bicycle: "Bicycle Shop"
824           bookmaker: "Bookmaker"
825           books: "Book Shop"
826           boutique: "Boutique"
827           butcher: "Butcher"
828           car: "Car Shop"
829           car_parts: "Car Parts"
830           car_repair: "Car Repair"
831           carpet: "Carpet Shop"
832           charity: "Charity Shop"
833           chemist: "Chemist"
834           clothes: "Clothes Shop"
835           computer: "Computer Shop"
836           confectionery: "Confectionery Shop"
837           convenience: "Convenience Store"
838           copyshop: "Copy Shop"
839           cosmetics: "Cosmetics Shop"
840           deli: "Deli"
841           department_store: "Department Store"
842           discount: "Discount Items Shop"
843           doityourself: "Do-It-Yourself"
844           dry_cleaning: "Dry Cleaning"
845           electronics: "Electronics Shop"
846           estate_agent: "Estate Agent"
847           farm: "Farm Shop"
848           fashion: "Fashion Shop"
849           fish: "Fish Shop"
850           florist: "Florist"
851           food: "Food Shop"
852           funeral_directors: "Funeral Directors"
853           furniture: "Furniture"
854           gallery: "Gallery"
855           garden_centre: "Garden Centre"
856           general: "General Store"
857           gift: "Gift Shop"
858           greengrocer: "Greengrocer"
859           grocery: "Grocery Shop"
860           hairdresser: "Hairdresser"
861           hardware: "Hardware Store"
862           hifi: "Hi-Fi"
863           houseware: "Houseware Shop"
864           interior_decoration: "Interior Decoration"
865           jewelry: "Jewelry Shop"
866           kiosk: "Kiosk Shop"
867           kitchen: "Kitchen Shop"
868           laundry: "Laundry"
869           lottery: "Lottery"
870           mall: "Mall"
871           market: "Market"
872           massage: "Massage"
873           mobile_phone: "Mobile Phone Shop"
874           motorcycle: "Motorcycle Shop"
875           music: "Music Shop"
876           newsagent: "Newsagent"
877           optician: "Optician"
878           organic: "Organic Food Shop"
879           outdoor: "Outdoor Shop"
880           paint: "Paint Shop"
881           pawnbroker: "Pawnbroker"
882           pet: "Pet Shop"
883           pharmacy: "Pharmacy"
884           photo: "Photo Shop"
885           seafood: "Sea Food"
886           second_hand: "Second-hand Shop"
887           shoes: "Shoe Shop"
888           sports: "Sports Shop"
889           stationery: "Stationery Shop"
890           supermarket: "Supermarket"
891           tailor: "Tailor"
892           ticket: "Ticket Shop"
893           tobacco: "Tobacco Shop"
894           toys: "Toy Shop"
895           travel_agency: "Travel Agency"
896           tyres: "Tyre Shop"
897           vacant: "Vacant Shop"
898           variety_store: "Variety Store"
899           video: "Video Shop"
900           wine: "Wine Store"
901           "yes": "Shop"
902         tourism:
903           alpine_hut: "Alpine Hut"
904           apartment: "Apartment"
905           artwork: "Artwork"
906           attraction: "Attraction"
907           bed_and_breakfast: "Bed and Breakfast"
908           cabin: "Cabin"
909           camp_site: "Camp Site"
910           caravan_site: "Caravan Site"
911           chalet: "Chalet"
912           gallery: "Gallery"
913           guest_house: "Guest House"
914           hostel: "Hostel"
915           hotel: "Hotel"
916           information: "Information"
917           motel: "Motel"
918           museum: "Museum"
919           picnic_site: "Picnic Site"
920           theme_park: "Theme Park"
921           viewpoint: "Viewpoint"
922           zoo: "Zoo"
923         tunnel:
924           building_passage: "Building Passage"
925           culvert: "Culvert"
926           "yes": "Tunnel"
927         waterway:
928           artificial: "Artificial Waterway"
929           boatyard: "Boatyard"
930           canal: "Canal"
931           dam: "Dam"
932           derelict_canal: "Derelict Canal"
933           ditch: "Ditch"
934           dock: "Dock"
935           drain: "Drain"
936           lock: "Lock"
937           lock_gate: "Lock Gate"
938           mooring: "Mooring"
939           rapids: "Rapids"
940           river: "River"
941           stream: "Stream"
942           wadi: "Wadi"
943           waterfall: "Waterfall"
944           weir: "Weir"
945           "yes": "Waterway"
946       admin_levels:
947         level2: "Country Boundary"
948         level4: "State Boundary"
949         level5: "Region Boundary"
950         level6: "County Boundary"
951         level8: "City Boundary"
952         level9: "Village Boundary"
953         level10: "Suburb Boundary"
954     description:
955       title:
956         osm_nominatim: 'Location from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
957         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
958       types:
959         cities: Cities
960         towns: Towns
961         places: Places
962     results:
963       no_results: "No results found"
964       more_results: "More results"
965   issues:
966     report: Report
967     resolve: Resolve
968     ignore: Ignore
969     reopen: Reopen
970     index:
971       title: Issues
972       select_status: Select Status
973       select_type: Select Type
974       select_last_updated_by: Select Last Updated By
975       reported_user: Reported User
976       not_updated: Not Updated
977       search: Search
978       search_guidance: "Search Issues:"
979       user_not_found: User does not exist
980       issues_not_found: No such issues found
981       status: Status
982       reports: Reports
983       last_updated: Last Updated
984       last_updated_time_html: "<abbr title='%{title}'>%{time} ago</abbr>"
985       last_updated_time_user_html: "<abbr title='%{title}'>%{time} ago</abbr> by %{user}"
986       link_to_reports: View Reports
987       reported_user: Reported User
988       reports_count:
989         one: "1 Report"
990         other: "%{count} Reports"
991       reported_item: Reported Item
992     create:
993       successful_report: Your report has been registered sucessfully
994       provide_details: Please provide the required details
995     update:
996       new_report: Your report has been registered sucessfully
997       successful_update: Your report has been updated successfully
998       provide_details: Please provide the required details
999     new:
1000       details: Please provide some more details about the problem (required).
1001       select: "Select a reason for your report:"
1002       disclaimer:
1003         intro: "Before sending your report to the site moderators, please ensure that:"
1004         not_just_mistake: You are certain that the problem is not just a mistake
1005         unable_to_fix: You are unable to fix the problem yourself or with the help of your fellow community members
1006         resolve_with_user: You have already tried to resolve the problem with the user concerned
1007     show:
1008       title: "%{status} Issue #%{issue_id}"
1009       reports:
1010         zero: No reports
1011         one: 1 report
1012         other: "%{count} reports"
1013       report_created_at: "First reported at %{datetime}"
1014       last_resolved_at: "Last resolved at %{datetime}"
1015       last_updated_at: "Last updated at %{datetime} by %{displayname}"
1016       reports_of_this_issue: Reports of this Issue
1017       read_reports: Read Reports
1018       new_reports: New Reports
1019       other_issues_against_this_user: Other issues against this user
1020       no_other_issues: No other issues against this user.
1021       comments_on_this_issue: Comments on this issue
1022       comments:
1023         reassign_param: Reassign Issue?
1024     comment:
1025       provide_details: Please provide the required details
1026       comment_created: Your comment was successfully created
1027     comments:
1028       created_at: "On %{datetime}"
1029     reports:
1030       updated_at: "On %{datetime}"
1031       reported_by_html: "Reported as %{category} by %{user}"
1032     resolved: Issue status has been set to 'Resolved'
1033     ignored: Issue status has been set to 'Ignored'
1034     reopened: Issue status has been set to 'Open'
1035     states:
1036       ignored: Ignored
1037       open: Open
1038       resolved: Resolved
1039   reports:
1040     new:
1041       title_html: "Report %{link}"
1042       missing_params: "Cannot create a new report"
1043     categories:
1044       diary_entry:
1045         spam: This diary entry is/contains spam
1046         offensive: This diary entry is obscene/offensive
1047         threat: This diary entry contains a threat
1048         other: Other
1049       diary_comment:
1050         spam: This diary comment is/contains spam
1051         offensive: This diary comment is obscene/offensive
1052         threat: This diary comment contains a threat
1053         other: Other
1054       user:
1055         spam: This user profile is/contains spam
1056         offensive: This user profile is obscene/offensive
1057         threat: This user profile contains a threat
1058         vandal: This user is a vandal
1059         other: Other
1060       note:
1061         spam: This note is spam
1062         personal: This note contains personal data
1063         abusive: This note is abusive
1064         other: Other
1065   layouts:
1066     project_name:
1067       # in <title>
1068       title: OpenStreetMap
1069       # in <h1>
1070       h1: OpenStreetMap
1071     logo:
1072       alt_text: OpenStreetMap logo
1073     home: Go to Home Location
1074     logout: Log Out
1075     log_in: Log In
1076     log_in_tooltip: Log in with an existing account
1077     sign_up: Sign Up
1078     start_mapping: Start Mapping
1079     sign_up_tooltip: Create an account for editing
1080     edit: Edit
1081     history: History
1082     export: Export
1083     issues: Issues
1084     data: Data
1085     export_data: Export Data
1086     gps_traces: GPS Traces
1087     gps_traces_tooltip: Manage GPS traces
1088     user_diaries: User Diaries
1089     user_diaries_tooltip: View user diaries
1090     edit_with: Edit with %{editor}
1091     tag_line: The Free Wiki World Map
1092     intro_header: Welcome to OpenStreetMap!
1093     intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
1094     intro_2_create_account: "Create a user account"
1095     partners_html: "Hosting is supported by %{ucl}, %{bytemark}, %{ic}, and other %{partners}."
1096     partners_ucl: "UCL"
1097     partners_ic: "Imperial College London"
1098     partners_bytemark: "Bytemark Hosting"
1099     partners_partners: "partners"
1100     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
1101     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
1102     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
1103     help: Help
1104     about: About
1105     copyright: Copyright
1106     community: Community
1107     community_blogs: "Community Blogs"
1108     community_blogs_title: "Blogs from members of the OpenStreetMap community"
1109     foundation: Foundation
1110     foundation_title: The OpenStreetMap Foundation
1111     make_a_donation:
1112       title: Support OpenStreetMap with a monetary donation
1113       text: Make a Donation
1114     learn_more: "Learn More"
1115     more: More
1116   license_page:
1117     foreign:
1118       title: About this translation
1119       text: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
1120       english_link: the English original
1121     native:
1122       title: About this page
1123       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}.
1124       native_link: THIS_LANGUAGE_NAME_HERE version
1125       mapping_link: start mapping
1126     legal_babble:
1127       title_html: Copyright and License
1128       intro_1_html: |
1129         OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> is <i>open data</i>, licensed under the <a
1130         href="https://opendatacommons.org/licenses/odbl/">Open Data
1131         Commons Open Database License</a> (ODbL) by the  <a
1132         href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
1133       intro_2_html: |
1134         You are free to copy, distribute, transmit and adapt our data,
1135         as long as you credit OpenStreetMap and its
1136         contributors. If you alter or build upon our data, you
1137         may distribute the result only under the same licence. The
1138         full <a href="https://opendatacommons.org/licenses/odbl/1.0/">legal
1139         code</a> explains your rights and responsibilities.
1140       intro_3_html: |
1141         The cartography in our map tiles, and our documentation, are
1142         licensed under the <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
1143         Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
1144       credit_title_html: How to credit OpenStreetMap
1145       credit_1_html: |
1146         We require that you use the credit &ldquo;&copy; OpenStreetMap
1147         contributors&rdquo;.
1148       credit_2_html: |
1149         You must also make it clear that the data is available under the Open
1150         Database License, and if using our map tiles, that the cartography is
1151         licensed as CC BY-SA. You may do this by linking to
1152         <a href="https://www.openstreetmap.org/copyright">this copyright page</a>.
1153         Alternatively, and as a requirement if you are distributing OSM in a
1154         data form, you can name and link directly to the license(s). In media
1155         where links are not possible (e.g. printed works), we suggest you
1156         direct your readers to openstreetmap.org (perhaps by expanding
1157         'OpenStreetMap' to this full address), to opendatacommons.org, and
1158         if relevant, to creativecommons.org.
1159       credit_3_html: |
1160         For a browsable electronic map, the credit should appear in the corner of the map.
1161         For example:
1162       attribution_example:
1163         alt: Example of how to attribute OpenStreetMap on a webpage
1164         title: Attribution example
1165       more_title_html: Finding out more
1166       more_1_html: |
1167         Read more about using our data, and how to credit us, at the <a
1168         href="https://osmfoundation.org/Licence">OSMF Licence page</a>.
1169       more_2_html: |
1170         Although OpenStreetMap is open data, we cannot provide a
1171         free-of-charge map API for third-parties.
1172         See our <a href="https://operations.osmfoundation.org/policies/api/">API Usage Policy</a>,
1173         <a href="https://operations.osmfoundation.org/policies/tiles/">Tile Usage Policy</a>
1174         and <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim Usage Policy</a>.
1175       contributors_title_html: Our contributors
1176       contributors_intro_html: |
1177         Our contributors are thousands of individuals. We also include
1178         openly-licensed data from national mapping agencies
1179         and other sources, among them:
1180       contributors_at_html: |
1181         <strong>Austria</strong>: Contains data from
1182         <a href="https://data.wien.gv.at/">Stadt Wien</a> (under
1183         <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
1184         <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
1185         Land Tirol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
1186       contributors_ca_html: |
1187         <strong>Canada</strong>: Contains data from
1188         GeoBase&reg;, GeoGratis (&copy; Department of Natural
1189         Resources Canada), CanVec (&copy; Department of Natural
1190         Resources Canada), and StatCan (Geography Division,
1191         Statistics Canada).
1192       contributors_fi_html: |
1193         <strong>Finland</strong>: Contains data from the
1194         National Land Survey of Finland's Topographic Database
1195         and other datasets, under the
1196         <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI License</a>.
1197       contributors_fr_html: |
1198         <strong>France</strong>: Contains data sourced from
1199         Direction Générale des Impôts.
1200       contributors_nl_html: |
1201         <strong>Netherlands</strong>: Contains &copy; AND data, 2007
1202         (<a href="https://www.and.com">www.and.com</a>)
1203       contributors_nz_html: |
1204         <strong>New Zealand</strong>: Contains data sourced from
1205         Land Information New Zealand. Crown Copyright reserved.
1206       contributors_si_html: |
1207         <strong>Slovenia</strong>: Contains data from the
1208         <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> and
1209         <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
1210         (public information of Slovenia).
1211       contributors_za_html: |
1212         <strong>South Africa</strong>: Contains data sourced from
1213         <a href="http://www.ngi.gov.za/">Chief Directorate:
1214         National Geo-Spatial Information</a>, State copyright reserved.
1215       contributors_gb_html: |
1216         <strong>United Kingdom</strong>: Contains Ordnance
1217         Survey data &copy; Crown copyright and database right
1218         2010-12.
1219       contributors_footer_1_html: |
1220         For further details of these, and other sources that have been used
1221         to help improve OpenStreetMap, please see the <a
1222         href="https://wiki.openstreetmap.org/wiki/Contributors">Contributors
1223         page</a> on the OpenStreetMap Wiki.
1224       contributors_footer_2_html: |
1225         Inclusion of data in OpenStreetMap does not imply that the original
1226         data provider endorses OpenStreetMap, provides any warranty, or
1227         accepts any liability.
1228       infringement_title_html: Copyright infringement
1229       infringement_1_html: |
1230         OSM contributors are reminded never to add data from any
1231         copyrighted sources (e.g. Google Maps or printed maps) without
1232         explicit permission from the copyright holders.
1233       infringement_2_html: |
1234         If you believe that copyrighted material has been inappropriately
1235         added to the OpenStreetMap database or this site, please refer
1236         to our <a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown
1237         procedure</a> or file directly at our
1238         <a href="http://dmca.openstreetmap.org/">on-line filing page</a>.
1239       trademarks_title_html: <span id="trademarks"></span>Trademarks
1240       trademarks_1_html: |
1241         OpenStreetMap, the magnifying glass logo and State of the Map are registered trademarks of the OpenStreetMap Foundation. If you have questions about your use of the marks, please see our <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Trademark Policy</a>.
1242   welcome_page:
1243     title: Welcome!
1244     introduction_html: |
1245       Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
1246       up, you're all set to get started mapping. Here's a quick guide with the most important
1247       things you need to know.
1248     whats_on_the_map:
1249       title: What's on the Map
1250       on_html: |
1251         OpenStreetMap is a place for mapping things that are both <em>real and current</em> -
1252         it includes millions of buildings, roads, and other details about places. You can map
1253         whatever real-world features are interesting to you.
1254       off_html: |
1255         What it <em>doesn't</em> include is opinionated data like ratings, historical or
1256         hypothetical features, and data from copyrighted sources. Unless you have special
1257         permission, don't copy from online or paper maps.
1258     basic_terms:
1259       title: Basic Terms For Mapping
1260       paragraph_1_html: |
1261         OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
1262       editor_html: |
1263         An <strong>editor</strong> is a program or website you can use to edit the map.
1264       node_html: |
1265         A <strong>node</strong> is a point on the map, like a single restaurant or a tree.
1266       way_html: |
1267         A <strong>way</strong> is a line or area, like a road, stream, lake or building.
1268       tag_html: |
1269         A <strong>tag</strong> is a bit of data about a node or way, like a
1270         restaurant's name or a road's speed limit.
1271     rules:
1272       title: Rules!
1273       paragraph_1_html: |
1274         OpenStreetMap has few formal rules but we expect all participants to collaborate
1275         with, and communicate with, the community. If you are considering
1276         any activities other than editing by hand, please read and follow the guidelines on
1277         <a href='https://wiki.openstreetmap.org/wiki/Import/Guidelines'>Imports</a> and
1278         <a href='https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct'>Automated Edits</a>.
1279     questions:
1280       title: Any questions?
1281       paragraph_1_html: |
1282         OpenStreetMap has several resources for learning about the project, asking and answering
1283         questions, and collaboratively discussing and documenting mapping topics.
1284         <a href='%{help_url}'>Get help here</a>.
1285     start_mapping: Start Mapping
1286     add_a_note:
1287       title: No Time To Edit? Add a Note!
1288       paragraph_1_html: |
1289         If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
1290         easy to add a note.
1291       paragraph_2_html: |
1292         Just go to <a href='%{map_url}'>the map</a> and click the note icon:
1293         <span class='icon note'></span>. This will add a marker to the map, which you can move
1294         by dragging. Add your message, then click save, and other mappers will investigate.
1295   fixthemap:
1296     title: Report a problem / Fix the map
1297     how_to_help:
1298       title: How to Help
1299       join_the_community:
1300         title: Join the community
1301         explanation_html: |
1302           If you have noticed a problem with our map data, for example a road is missing or your address, the best way to
1303           proceed is to join the OpenStreetMap community and add or repair the data yourself.
1304       add_a_note:
1305         instructions_html: |
1306           Just click <a class='icon note'></a> or the same icon on the map display.
1307           This will add a marker to the map, which you can move
1308           by dragging. Add your message, then click save, and other mappers will investigate.
1309     other_concerns:
1310       title: Other concerns
1311       explanation_html: |
1312         If you have concerns about how our data is being used or about the contents please consult our
1313         <a href='/copyright'>copyright page</a> for more legal information, or contact the appropriate
1314         <a href='https://wiki.osmfoundation.org/wiki/Working_Groups'>OSMF working group</a>.
1315   help_page:
1316     title: Getting Help
1317     introduction: |
1318       OpenStreetMap has several resources for learning about the project, asking and answering questions,
1319       and collaboratively discussing and documenting mapping topics.
1320     welcome:
1321       url: /welcome
1322       title: Welcome to OSM
1323       description: Start with this quick guide covering the OpenStreetMap basics.
1324     beginners_guide:
1325       url: https://wiki.openstreetmap.org/wiki/Beginners%27_guide
1326       title: Beginners' Guide
1327       description: Community maintained guide for beginners.
1328     help:
1329       url: https://help.openstreetmap.org/
1330       title: help.openstreetmap.org
1331       description: Ask a question or look up answers on OSM's question-and-answer site.
1332     mailing_lists:
1333       url: https://lists.openstreetmap.org/
1334       title: Mailing Lists
1335       description: Ask a question or discuss interesting matters on a wide range of topical or regional mailing lists.
1336     forums:
1337       url: https://forum.openstreetmap.org/
1338       title: Forums
1339       description: Questions and discussions for those that prefer a bulletin board style interface.
1340     irc:
1341       url: https://irc.openstreetmap.org/
1342       title: IRC
1343       description: Interactive chat in many different languages and on many topics.
1344     switch2osm:
1345       url: https://switch2osm.org/
1346       title: switch2osm
1347       description: Help for companies and organisations switching to OpenStreetMap based maps and other services.
1348     wiki:
1349       url: https://wiki.openstreetmap.org/
1350       title: wiki.openstreetmap.org
1351       description: Browse the wiki for in-depth OSM documentation.
1352   about_page:
1353     next: Next
1354     copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
1355     used_by: "%{name} powers map data on thousands of web sites, mobile apps, and hardware devices"
1356     lede_text: |
1357       OpenStreetMap is built by a community of mappers that contribute and maintain data
1358       about roads, trails, cafés, railway stations, and much more, all over the world.
1359     local_knowledge_title: Local Knowledge
1360     local_knowledge_html: |
1361       OpenStreetMap emphasizes local knowledge. Contributors use
1362       aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1363       is accurate and up to date.
1364     community_driven_title: Community Driven
1365     community_driven_html: |
1366       OpenStreetMap's community is diverse, passionate, and growing every day.
1367       Our contributors include enthusiast mappers, GIS professionals, engineers
1368       running the OSM servers, humanitarians mapping disaster-affected areas,
1369       and many more.
1370       To learn more about the community, see the
1371       <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>,
1372       <a href='%{diary_path}'>user diaries</a>,
1373       <a href='https://blogs.openstreetmap.org/'>community blogs</a>, and
1374       the <a href='https://www.osmfoundation.org/'>OSM Foundation</a> website.
1375     open_data_title: Open Data
1376     open_data_html: |
1377       OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
1378       as long as you credit OpenStreetMap and its contributors. If you alter or
1379       build upon the data in certain ways, you may distribute the result only
1380       under the same licence. See the <a href='%{copyright_path}'>Copyright and
1381       License page</a> for details.
1382     legal_title: Legal
1383     legal_html: |
1384       This site and many other related services are formally operated by the
1385       <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
1386       on behalf of the community. Use of all OSMF operated services is subject
1387       to our <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
1388       Acceptable Use Policies</a> and our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privacy Policy</a>
1389       <br>
1390       Please <a href='https://osmfoundation.org/Contact'>contact the OSMF</a>
1391       if you have licensing, copyright or other legal questions.
1392       <br>
1393       OpenStreetMap, the magnifying glass logo and State of the Map are <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">registered trademarks of the OSMF</a>.
1394     partners_title: Partners
1395   notifier:
1396     diary_comment_notification:
1397       subject: "[OpenStreetMap] %{user} commented on a diary entry"
1398       hi: "Hi %{to_user},"
1399       header: "%{from_user} has commented on the OpenStreetMap diary entry with the subject %{subject}:"
1400       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1401     message_notification:
1402       subject_header: "[OpenStreetMap] %{subject}"
1403       hi: "Hi %{to_user},"
1404       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1405       footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
1406     friend_notification:
1407       hi: "Hi %{to_user},"
1408       subject: "[OpenStreetMap] %{user} added you as a friend"
1409       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1410       see_their_profile: "You can see their profile at %{userurl}."
1411       befriend_them: "You can also add them as a friend at %{befriendurl}."
1412     gpx_notification:
1413       greeting: "Hi,"
1414       your_gpx_file: "It looks like your GPX file"
1415       with_description: "with the description"
1416       and_the_tags: "and the following tags:"
1417       and_no_tags: "and no tags."
1418       failure:
1419         subject: "[OpenStreetMap] GPX Import failure"
1420         failed_to_import: "failed to import. Here is the error:"
1421         more_info_1: "More information about GPX import failures and how to avoid"
1422         more_info_2: "them can be found at:"
1423         import_failures_url: "https://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1424       success:
1425         subject: "[OpenStreetMap] GPX Import success"
1426         loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1427     signup_confirm:
1428       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
1429       greeting: "Hi there!"
1430       created: "Someone (hopefully you) just created an account at %{site_url}."
1431       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:"
1432       welcome: "After you confirm your account, we'll provide you with some additional information to get you started."
1433     email_confirm:
1434       subject: "[OpenStreetMap] Confirm your email address"
1435     email_confirm_plain:
1436       greeting: "Hi,"
1437       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1438       click_the_link: "If this is you, please click the link below to confirm the change."
1439     email_confirm_html:
1440       greeting: "Hi,"
1441       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1442       click_the_link: "If this is you, please click the link below to confirm the change."
1443     lost_password:
1444       subject: "[OpenStreetMap] Password reset request"
1445     lost_password_plain:
1446       greeting: "Hi,"
1447       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1448       click_the_link: "If this is you, please click the link below to reset your password."
1449     lost_password_html:
1450       greeting: "Hi,"
1451       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1452       click_the_link: "If this is you, please click the link below to reset your password."
1453     note_comment_notification:
1454       anonymous: An anonymous user
1455       greeting: "Hi,"
1456       commented:
1457         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes"
1458         subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in"
1459         your_note: "%{commenter} has left a comment on one of your map notes near %{place}."
1460         commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1461       closed:
1462         subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes"
1463         subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in"
1464         your_note: "%{commenter} has resolved one of your map notes near %{place}."
1465         commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1466       reopened:
1467         subject_own: "[OpenStreetMap] %{commenter} has reactivated one of your notes"
1468         subject_other: "[OpenStreetMap] %{commenter} has reactivated a note you are interested in"
1469         your_note: "%{commenter} has reactivated one of your map notes near %{place}."
1470         commented_note: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1471       details: "More details about the note can be found at %{url}."
1472     changeset_comment_notification:
1473       hi: "Hi %{to_user},"
1474       greeting: "Hi,"
1475       commented:
1476         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your changesets"
1477         subject_other: "[OpenStreetMap] %{commenter} has commented on a changeset you are interested in"
1478         your_changeset: "%{commenter} has left a comment on one of your changesets created at %{time}"
1479         commented_changeset: "%{commenter} has left a comment on a map changeset you are watching created by %{changeset_author} at %{time}"
1480         partial_changeset_with_comment: "with comment '%{changeset_comment}'"
1481         partial_changeset_without_comment: "without comment"
1482       details: "More details about the changeset can be found at %{url}."
1483       unsubscribe: 'To unsubscribe from updates to this changeset, visit %{url} and click "Unsubscribe".'
1484   message:
1485     inbox:
1486       title: "Inbox"
1487       my_inbox: "My Inbox"
1488       outbox: "outbox"
1489       messages: "You have %{new_messages} and %{old_messages}"
1490       new_messages:
1491         one: "%{count} new message"
1492         other: "%{count} new messages"
1493       old_messages:
1494         one: "%{count} old message"
1495         other: "%{count} old messages"
1496       from: "From"
1497       subject: "Subject"
1498       date: "Date"
1499       no_messages_yet: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1500       people_mapping_nearby: "people mapping nearby"
1501     message_summary:
1502       unread_button: "Mark as unread"
1503       read_button: "Mark as read"
1504       reply_button: "Reply"
1505       delete_button: "Delete"
1506     new:
1507       title: "Send message"
1508       send_message_to: "Send a new message to %{name}"
1509       subject: "Subject"
1510       body: "Body"
1511       send_button: "Send"
1512       back_to_inbox: "Back to inbox"
1513       message_sent: "Message sent"
1514       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1515     no_such_message:
1516       title: "No such message"
1517       heading: "No such message"
1518       body: "Sorry there is no message with that id."
1519     outbox:
1520       title: "Outbox"
1521       my_inbox: "My %{inbox_link}"
1522       inbox: "inbox"
1523       outbox: "outbox"
1524       messages:
1525         one: "You have %{count} sent message"
1526         other: "You have %{count} sent messages"
1527       to: "To"
1528       subject: "Subject"
1529       date: "Date"
1530       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1531       people_mapping_nearby: "people mapping nearby"
1532     reply:
1533       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."
1534     read:
1535       title: "Read message"
1536       from: "From"
1537       subject: "Subject"
1538       date: "Date"
1539       reply_button: "Reply"
1540       unread_button: "Mark as unread"
1541       delete_button: "Delete"
1542       back: "Back"
1543       to: "To"
1544       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."
1545     sent_message_summary:
1546       delete_button: "Delete"
1547     mark:
1548       as_read: "Message marked as read"
1549       as_unread: "Message marked as unread"
1550     delete:
1551       deleted: "Message deleted"
1552   site:
1553     index:
1554       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1555       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1556       permalink: Permalink
1557       shortlink: Shortlink
1558       createnote: Add a note
1559       license:
1560         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1561         license_url: "https://openstreetmap.org/copyright"
1562         project_url: "https://openstreetmap.org"
1563       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1564     edit:
1565       not_public: "You have not set your edits to be public."
1566       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}."
1567       user_page_link: user page
1568       anon_edits: "(%{link})"
1569       anon_edits_link: "https://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1570       anon_edits_link_text: "Find out why this is the case."
1571       flash_player_required: 'You need a Flash player to use Potlatch, the OpenStreetMap Flash editor. You can <a href="https://get.adobe.com/flashplayer/">download Flash Player from Adobe.com</a>. <a href="https://wiki.openstreetmap.org/wiki/Editing">Several other options</a> are also available for editing OpenStreetMap.'
1572       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.)"
1573       potlatch2_not_configured: "Potlatch 2 has not been configured - please see https://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1574       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1575       id_not_configured: "iD has not been configured"
1576       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1577     sidebar:
1578       search_results: Search Results
1579       close: Close
1580     search:
1581       search: Search
1582       get_directions: "Get directions"
1583       get_directions_title: "Find directions between two points"
1584       from: "From"
1585       to: "To"
1586       where_am_i: "Where is this?"
1587       where_am_i_title: Describe the current location using the search engine
1588       submit_text: "Go"
1589       reverse_directions_text: "Reverse Directions"
1590     key:
1591       table:
1592         entry:
1593           motorway: "Motorway"
1594           main_road: "Main road"
1595           trunk: "Trunk road"
1596           primary: "Primary road"
1597           secondary: "Secondary road"
1598           unclassified: "Unclassified road"
1599           track: "Track"
1600           bridleway: "Bridleway"
1601           cycleway: "Cycleway"
1602           cycleway_national: "National cycleway"
1603           cycleway_regional: "Regional cycleway"
1604           cycleway_local: "Local cycleway"
1605           footway: "Footway"
1606           rail: "Railway"
1607           subway: "Subway"
1608           tram:
1609             - Light rail
1610             - tram
1611           cable:
1612             - Cable car
1613             - chair lift
1614           runway:
1615             - Airport Runway
1616             - taxiway
1617           apron:
1618             - Airport apron
1619             - terminal
1620           admin: "Administrative boundary"
1621           forest: "Forest"
1622           wood: "Wood"
1623           golf: "Golf course"
1624           park: "Park"
1625           resident: "Residential area"
1626           common:
1627             - Common
1628             - meadow
1629           retail: "Retail area"
1630           industrial: "Industrial area"
1631           commercial: "Commercial area"
1632           heathland: "Heathland"
1633           lake:
1634             - Lake
1635             - reservoir
1636           farm: "Farm"
1637           brownfield: "Brownfield site"
1638           cemetery: "Cemetery"
1639           allotments: "Allotments"
1640           pitch: "Sports pitch"
1641           centre: "Sports centre"
1642           reserve: "Nature reserve"
1643           military: "Military area"
1644           school:
1645             - School
1646             - university
1647           building: "Significant building"
1648           station: "Railway station"
1649           summit:
1650             - Summit
1651             - peak
1652           tunnel: "Dashed casing = tunnel"
1653           bridge: "Black casing = bridge"
1654           private: "Private access"
1655           destination: "Destination access"
1656           construction: "Roads under construction"
1657           bicycle_shop: "Bicycle shop"
1658           bicycle_parking: "Bicycle parking"
1659           toilets: "Toilets"
1660     richtext_area:
1661       edit: Edit
1662       preview: Preview
1663     markdown_help:
1664       title_html: Parsed with <a href="https://daringfireball.net/projects/markdown/">Markdown</a>
1665       headings: Headings
1666       heading: Heading
1667       subheading: Subheading
1668       unordered: Unordered list
1669       ordered: Ordered list
1670       first: First item
1671       second: Second item
1672       link: Link
1673       text: Text
1674       image: Image
1675       alt: Alt text
1676       url: URL
1677   trace:
1678     visibility:
1679       private: "Private (only shared as anonymous, unordered points)"
1680       public: "Public (shown in trace list and as anonymous, unordered points)"
1681       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1682       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1683     create:
1684       upload_trace: "Upload GPS Trace"
1685       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."
1686     edit:
1687       title: "Editing trace %{name}"
1688       heading: "Editing trace %{name}"
1689       filename: "Filename:"
1690       download: "download"
1691       uploaded_at: "Uploaded:"
1692       points: "Points:"
1693       start_coord: "Start coordinate:"
1694       map: "map"
1695       edit: "edit"
1696       owner: "Owner:"
1697       description: "Description:"
1698       tags: "Tags:"
1699       tags_help: "comma delimited"
1700       save_button: "Save Changes"
1701       visibility: "Visibility:"
1702       visibility_help: "what does this mean?"
1703       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1704     trace_form:
1705       upload_gpx: "Upload GPX File:"
1706       description: "Description:"
1707       tags: "Tags:"
1708       tags_help: "comma delimited"
1709       visibility: "Visibility:"
1710       visibility_help: "what does this mean?"
1711       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1712       upload_button: "Upload"
1713       help: "Help"
1714       help_url: "https://wiki.openstreetmap.org/wiki/Upload"
1715     trace_header:
1716       upload_trace: "Upload a trace"
1717       see_all_traces: "See all traces"
1718       see_my_traces: "See my traces"
1719       traces_waiting:
1720         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."
1721         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."
1722     trace_optionals:
1723       tags: "Tags"
1724     view:
1725       title: "Viewing trace %{name}"
1726       heading: "Viewing trace %{name}"
1727       pending: "PENDING"
1728       filename: "Filename:"
1729       download: "download"
1730       uploaded: "Uploaded:"
1731       points: "Points:"
1732       start_coordinates: "Start coordinate:"
1733       map: "map"
1734       edit: "edit"
1735       owner: "Owner:"
1736       description: "Description:"
1737       tags: "Tags:"
1738       none: "None"
1739       edit_track: "Edit this trace"
1740       delete_track: "Delete this trace"
1741       trace_not_found: "Trace not found!"
1742       visibility: "Visibility:"
1743       confirm_delete: "Delete this trace?"
1744     trace_paging_nav:
1745       showing_page: "Page %{page}"
1746       older: "Older Traces"
1747       newer: "Newer Traces"
1748     trace:
1749       pending: "PENDING"
1750       count_points: "%{count} points"
1751       ago: "%{time_in_words_ago} ago"
1752       more: "more"
1753       trace_details: "View Trace Details"
1754       view_map: "View Map"
1755       edit: "edit"
1756       edit_map: "Edit Map"
1757       public: "PUBLIC"
1758       identifiable: "IDENTIFIABLE"
1759       private: "PRIVATE"
1760       trackable: "TRACKABLE"
1761       by: "by"
1762       in: "in"
1763       map: "map"
1764     list:
1765       public_traces: "Public GPS traces"
1766       my_traces: "My GPS traces"
1767       public_traces_from: "Public GPS traces from %{user}"
1768       description: "Browse recent GPS trace uploads"
1769       tagged_with: " tagged with %{tags}"
1770       empty_html: "Nothing here yet. <a href='%{upload_link}'>Upload a new trace</a> or learn more about GPS tracing on the <a href='https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2'>wiki page</a>."
1771     delete:
1772       scheduled_for_deletion: "Trace scheduled for deletion"
1773     make_public:
1774       made_public: "Trace made public"
1775     offline_warning:
1776       message: "The GPX file upload system is currently unavailable"
1777     offline:
1778       heading: "GPX Storage Offline"
1779       message: "The GPX file storage and upload system is currently unavailable."
1780     georss:
1781       title: "OpenStreetMap GPS Traces"
1782     description:
1783       description_with_count:
1784         one: "GPX file with %{count} point from %{user}"
1785         other: "GPX file with %{count} points from %{user}"
1786       description_without_count: "GPX file from %{user}"
1787   application:
1788     require_cookies:
1789       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1790     require_admin:
1791       not_an_admin: You need to be an admin to perform that action.
1792     require_moderator:
1793       not_a_moderator: "You need to be a moderator to perform that action."
1794     require_moderator_or_admin:
1795       not_a_moderator_or_admin: You need to be a moderator or an admin to perform that action
1796     setup_user_auth:
1797       blocked_zero_hour: "You have an urgent message on the OpenStreetMap web site. You need to read the message before you will be able to save your edits."
1798       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1799       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."
1800   oauth:
1801     oauthorize:
1802       title: "Authorize access to your account"
1803       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."
1804       allow_to: "Allow the client application to:"
1805       allow_read_prefs:  "read your user preferences."
1806       allow_write_prefs: "modify your user preferences."
1807       allow_write_diary: "create diary entries, comments and make friends."
1808       allow_write_api:   "modify the map."
1809       allow_read_gpx:    "read your private GPS traces."
1810       allow_write_gpx:   "upload GPS traces."
1811       allow_write_notes: "modify notes."
1812       grant_access: "Grant Access"
1813     oauthorize_success:
1814       title: "Authorization request allowed"
1815       allowed: "You have granted application %{app_name} access to your account."
1816       verification: "The verification code is %{code}."
1817     oauthorize_failure:
1818       title: "Authorization request failed"
1819       denied: "You have denied application %{app_name} access to your account."
1820       invalid: "The authorization token is not valid."
1821     revoke:
1822       flash: "You've revoked the token for %{application}"
1823     permissions:
1824       missing: "You have not permitted the application access to this facility"
1825   oauth_clients:
1826     new:
1827       title: "Register a new application"
1828       submit: "Register"
1829     edit:
1830       title: "Edit your application"
1831       submit: "Edit"
1832     show:
1833       title: "OAuth details for %{app_name}"
1834       key: "Consumer Key:"
1835       secret: "Consumer Secret:"
1836       url: "Request Token URL:"
1837       access_url: "Access Token URL:"
1838       authorize_url: "Authorise URL:"
1839       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1840       edit: "Edit Details"
1841       delete: "Delete Client"
1842       confirm: "Are you sure?"
1843       requests: "Requesting the following permissions from the user:"
1844       allow_read_prefs:  "read their user preferences."
1845       allow_write_prefs: "modify their user preferences."
1846       allow_write_diary: "create diary entries, comments and make friends."
1847       allow_write_api:   "modify the map."
1848       allow_read_gpx:    "read their private GPS traces."
1849       allow_write_gpx:   "upload GPS traces."
1850       allow_write_notes: "modify notes."
1851     index:
1852       title: "My OAuth Details"
1853       my_tokens: "My Authorised Applications"
1854       list_tokens: "The following tokens have been issued to applications in your name:"
1855       application: "Application Name"
1856       issued_at: "Issued At"
1857       revoke: "Revoke!"
1858       my_apps: "My Client Applications"
1859       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."
1860       registered_apps: "You have the following client applications registered:"
1861       register_new: "Register your application"
1862     form:
1863       name: "Name"
1864       required: "Required"
1865       url: "Main Application URL"
1866       callback_url: "Callback URL"
1867       support_url: "Support URL"
1868       requests: "Request the following permissions from the user:"
1869       allow_read_prefs:  "read their user preferences."
1870       allow_write_prefs: "modify their user preferences."
1871       allow_write_diary: "create diary entries, comments and make friends."
1872       allow_write_api:   "modify the map."
1873       allow_read_gpx:    "read their private GPS traces."
1874       allow_write_gpx:   "upload GPS traces."
1875       allow_write_notes: "modify notes."
1876     not_found:
1877       sorry: "Sorry, that %{type} could not be found."
1878     create:
1879       flash: "Registered the information successfully"
1880     update:
1881       flash: "Updated the client information successfully"
1882     destroy:
1883       flash: "Destroyed the client application registration"
1884   user:
1885     login:
1886       title: "Login"
1887       heading: "Login"
1888       email or username: "Email Address or Username:"
1889       password: "Password:"
1890       openid: "%{logo} OpenID:"
1891       remember: "Remember me"
1892       lost password link: "Lost your password?"
1893       login_button: "Login"
1894       register now: Register now
1895       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1896       with external: "Alternatively, use a third party to login:"
1897       new to osm: New to OpenStreetMap?
1898       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1899       create account minute: Create an account. It only takes a minute.
1900       no account: Don't have an account?
1901       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>."
1902       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.
1903       auth failure: "Sorry, could not log in with those details."
1904       openid_logo_alt: "Log in with an OpenID"
1905       auth_providers:
1906         openid:
1907           title: Login with OpenID
1908           alt: Login with an OpenID URL
1909         google:
1910           title: Login with Google
1911           alt: Login with a Google OpenID
1912         facebook:
1913           title: Login with Facebook
1914           alt: Login with a Facebook Account
1915         windowslive:
1916           title: Login with Windows Live
1917           alt: Login with a Windows Live Account
1918         github:
1919           title: Login with GitHub
1920           alt: Login with a GitHub Account
1921         wikipedia:
1922           title: Login with Wikipedia
1923           alt: Login with a Wikipedia Account
1924         yahoo:
1925           title: Login with Yahoo
1926           alt: Login with a Yahoo OpenID
1927         wordpress:
1928           title: Login with Wordpress
1929           alt: Login with a Wordpress OpenID
1930         aol:
1931           title: Login with AOL
1932           alt: Login with an AOL OpenID
1933     logout:
1934       title: "Logout"
1935       heading: "Logout from OpenStreetMap"
1936       logout_button: "Logout"
1937     lost_password:
1938       title: "Lost password"
1939       heading: "Forgotten Password?"
1940       email address: "Email Address:"
1941       new password button: "Reset password"
1942       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."
1943       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1944       notice email cannot find: "Could not find that email address, sorry."
1945     reset_password:
1946       title: "Reset password"
1947       heading: "Reset Password for %{user}"
1948       password: "Password:"
1949       confirm password: "Confirm Password:"
1950       reset: "Reset Password"
1951       flash changed: "Your password has been changed."
1952       flash token bad: "Did not find that token, check the URL maybe?"
1953     new:
1954       title: "Sign Up"
1955       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1956       contact_webmaster: 'Please contact the <a href="%{webmaster}">webmaster</a> to arrange for an account to be created - we will try and deal with the request as quickly as possible.'
1957       about:
1958         header: Free and editable
1959         html: |
1960           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
1961           and it's free for anyone to fix, update, download and use.</p>
1962           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
1963       license_agreement: 'When you confirm your account you will need to agree to the <a href="https://www.osmfoundation.org/wiki/License/Contributor_Terms">contributor terms</a>.'
1964       email address: "Email Address:"
1965       confirm email address: "Confirm Email Address:"
1966       not displayed publicly: 'Your address is not displayed publicly, see our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="OSMF privacy policy including section on email addresses">privacy policy</a> for more information'
1967       display name: "Display Name:"
1968       display name description: "Your publicly displayed username. You can change this later in the preferences."
1969       external auth: "Third Party Authentication:"
1970       password: "Password:"
1971       confirm password: "Confirm Password:"
1972       use external auth: "Alternatively, use a third party to login"
1973       auth no password: "With third party authentication a password is not required, but some extra tools or server may still need one."
1974       continue: Sign Up
1975       terms accepted: "Thanks for accepting the new contributor terms!"
1976       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>."
1977       terms declined url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1978     terms:
1979       title: "Contributor terms"
1980       heading: "Contributor terms"
1981       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."
1982       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1983       consider_pd_why: "what's this?"
1984       consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1985       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1986       agree: Agree
1987       declined: "https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1988       decline: "Decline"
1989       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1990       legale_select: "Country of residence:"
1991       legale_names:
1992         france: "France"
1993         italy: "Italy"
1994         rest_of_world: "Rest of the world"
1995     no_such_user:
1996       title: "No such user"
1997       heading: "The user %{user} does not exist"
1998       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1999       deleted: "deleted"
2000     view:
2001       my diary: My Diary
2002       new diary entry: new diary entry
2003       my edits: My Edits
2004       my traces: My Traces
2005       my notes: My Notes
2006       my messages: My Messages
2007       my profile: My Profile
2008       my settings: My Settings
2009       my comments: My Comments
2010       oauth settings: oauth settings
2011       blocks on me: Blocks on Me
2012       blocks by me: Blocks by Me
2013       send message: Send Message
2014       diary: Diary
2015       edits: Edits
2016       traces: Traces
2017       notes: Map Notes
2018       remove as friend: Unfriend
2019       add as friend: Add Friend
2020       mapper since: "Mapper since:"
2021       ago: "(%{time_in_words_ago} ago)"
2022       ct status: "Contributor terms:"
2023       ct undecided: Undecided
2024       ct declined: Declined
2025       ct accepted: Accepted %{ago} ago
2026       latest edit: "Latest edit %{ago}:"
2027       email address: "Email address:"
2028       created from: "Created from:"
2029       status: "Status:"
2030       spam score: "Spam Score:"
2031       description: Description
2032       user location: User location
2033       if set location: "Set your home location on the %{settings_link} page to see nearby users."
2034       settings_link_text: settings
2035       my friends: My friends
2036       no friends: You have not added any friends yet.
2037       km away: "%{count}km away"
2038       m away: "%{count}m away"
2039       nearby users: "Other nearby users"
2040       no nearby users: "There are no other users who admit to mapping nearby yet."
2041       role:
2042         administrator: "This user is an administrator"
2043         moderator: "This user is a moderator"
2044         grant:
2045           administrator: "Grant administrator access"
2046           moderator: "Grant moderator access"
2047         revoke:
2048           administrator: "Revoke administrator access"
2049           moderator: "Revoke moderator access"
2050       block_history: "Active Blocks"
2051       moderator_history: "Blocks Given"
2052       comments: "Comments"
2053       create_block: "Block this User"
2054       activate_user: "Activate this User"
2055       deactivate_user: "Deactivate this User"
2056       confirm_user: "Confirm this User"
2057       hide_user: "Hide this User"
2058       unhide_user: "Unhide this User"
2059       delete_user: "Delete this User"
2060       confirm: "Confirm"
2061       friends_changesets: "friends' changesets"
2062       friends_diaries: "friends' diary entries"
2063       nearby_changesets: "nearby user changesets"
2064       nearby_diaries: "nearby user diary entries"
2065       report: Report this User
2066     popup:
2067       your location: "Your location"
2068       nearby mapper: "Nearby mapper"
2069       friend: "Friend"
2070     account:
2071       title: "Edit account"
2072       my settings: My settings
2073       current email address: "Current Email Address:"
2074       new email address: "New Email Address:"
2075       email never displayed publicly: "(never displayed publicly)"
2076       external auth: "External Authentication:"
2077       openid:
2078         link: "https://wiki.openstreetmap.org/wiki/OpenID"
2079         link text: "what is this?"
2080       public editing:
2081         heading: "Public editing:"
2082         enabled: "Enabled. Not anonymous and can edit data."
2083         enabled link: "https://wiki.openstreetmap.org/wiki/Anonymous_edits"
2084         enabled link text: "what is this?"
2085         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
2086         disabled link text: "why can't I edit?"
2087       public editing note:
2088         heading: "Public editing"
2089         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=\"https://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>"
2090       contributor terms:
2091         heading: "Contributor Terms:"
2092         agreed: "You have agreed to the new Contributor Terms."
2093         not yet agreed: "You have not yet agreed to the new Contributor Terms."
2094         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
2095         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
2096         link: "https://www.osmfoundation.org/wiki/License/Contributor_Terms"
2097         link text: "what is this?"
2098       profile description: "Profile Description:"
2099       preferred languages: "Preferred Languages:"
2100       preferred editor: "Preferred Editor:"
2101       image: "Image:"
2102       gravatar:
2103         gravatar: "Use Gravatar"
2104         link: "https://wiki.openstreetmap.org/wiki/Gravatar"
2105         link text: "what is this?"
2106         disabled: "Gravatar has been disabled."
2107         enabled: "Display of your Gravatar has been enabled."
2108       new image: "Add an image"
2109       keep image: "Keep the current image"
2110       delete image: "Remove the current image"
2111       replace image: "Replace the current image"
2112       image size hint: "(square images at least 100x100 work best)"
2113       home location: "Home Location:"
2114       no home location: "You have not entered your home location."
2115       latitude: "Latitude:"
2116       longitude: "Longitude:"
2117       update home location on click: "Update home location when I click on the map?"
2118       save changes button: Save Changes
2119       make edits public button: Make all my edits public
2120       return to profile: Return to profile
2121       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
2122       flash update success: "User information updated successfully."
2123     confirm:
2124       heading: Check your email!
2125       introduction_1: |
2126         We sent you a confirmation email.
2127       introduction_2: |
2128         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
2129       press confirm button: "Press the confirm button below to activate your account."
2130       button: Confirm
2131       success: "Confirmed your account, thanks for signing up!"
2132       already active: "This account has already been confirmed."
2133       unknown token: "That confirmation code has expired or does not exist."
2134       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
2135     confirm_resend:
2136       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 %{sender} as we are unable to reply to any confirmation requests."
2137       failure: "User %{name} not found."
2138     confirm_email:
2139       heading: Confirm a change of email address
2140       press confirm button: "Press the confirm button below to confirm your new email address."
2141       button: Confirm
2142       success: "Confirmed your change of email address!"
2143       failure: "An email address has already been confirmed with this token."
2144       unknown_token: "That confirmation code has expired or does not exist."
2145     set_home:
2146       flash success: "Home location saved successfully"
2147     go_public:
2148       flash success: "All your edits are now public, and you are now allowed to edit."
2149     make_friend:
2150       heading: "Add %{user} as a friend?"
2151       button: "Add as friend"
2152       success: "%{name} is now your friend!"
2153       failed: "Sorry, failed to add %{name} as a friend."
2154       already_a_friend: "You are already friends with %{name}."
2155     remove_friend:
2156       heading: "Unfriend %{user}?"
2157       button: "Unfriend"
2158       success: "%{name} was removed from your friends."
2159       not_a_friend: "%{name} is not one of your friends."
2160     filter:
2161       not_an_administrator: "You need to be an administrator to perform that action."
2162     list:
2163       title: Users
2164       heading: Users
2165       showing:
2166         one: Page %{page} (%{first_item} of %{items})
2167         other: Page %{page} (%{first_item}-%{last_item} of %{items})
2168       summary: "%{name} created from %{ip_address} on %{date}"
2169       summary_no_ip: "%{name} created on %{date}"
2170       confirm: Confirm Selected Users
2171       hide: Hide Selected Users
2172       empty: No matching users found
2173     suspended:
2174       title: Account Suspended
2175       heading: Account Suspended
2176       webmaster: webmaster
2177       body: |
2178         <p>
2179           Sorry, your account has been automatically suspended due to
2180           suspicious activity.
2181         </p>
2182         <p>
2183           This decision will be reviewed by an administrator shortly, or
2184           you may contact the %{webmaster} if you wish to discuss this.
2185         </p>
2186     auth_failure:
2187       connection_failed: Connection to authentication provider failed
2188       invalid_credentials: Invalid authentication credentials
2189       no_authorization_code: No authorization code
2190       unknown_signature_algorithm: Unknown signature algorithm
2191       invalid_scope: Invalid scope
2192     auth_association:
2193       heading: Your ID is not associated with a OpenStreetMap account yet.
2194       option_1: |
2195         If you are new to OpenStreetMap, please create a new account
2196         using the form below.
2197       option_2: |
2198         If you already have an account, you can login to your account
2199         using your username and password and then associate the account
2200         with your ID in your user settings.
2201   user_role:
2202     filter:
2203       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
2204       not_a_role: "The string `%{role}' is not a valid role."
2205       already_has_role: "The user already has role %{role}."
2206       doesnt_have_role: "The user does not have role %{role}."
2207       not_revoke_admin_current_user: "Cannot revoke administrator role from current user."
2208     grant:
2209       title: Confirm role granting
2210       heading: Confirm role granting
2211       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
2212       confirm: "Confirm"
2213       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
2214     revoke:
2215       title: Confirm role revoking
2216       heading: Confirm role revoking
2217       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
2218       confirm: "Confirm"
2219       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
2220   user_block:
2221     model:
2222       non_moderator_update: "Must be a moderator to create or update a block."
2223       non_moderator_revoke: "Must be a moderator to revoke a block."
2224     not_found:
2225       sorry: "Sorry, the user block with ID %{id} could not be found."
2226       back: "Back to index"
2227     new:
2228       title: "Creating block on %{name}"
2229       heading: "Creating block on %{name}"
2230       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."
2231       period: "How long, starting now, the user will be blocked from the API for."
2232       submit: "Create block"
2233       tried_contacting: "I have contacted the user and asked them to stop."
2234       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
2235       needs_view: "User needs to log in before this block will be cleared"
2236       back: "View all blocks"
2237     edit:
2238       title: "Editing block on %{name}"
2239       heading: "Editing block on %{name}"
2240       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."
2241       period: "How long, starting now, the user will be blocked from the API for."
2242       submit: "Update block"
2243       show: "View this block"
2244       back: "View all blocks"
2245       needs_view: "Does the user need to log in before this block will be cleared?"
2246     filter:
2247       block_expired: "The block has already expired and cannot be edited."
2248       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2249     create:
2250       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
2251       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
2252       flash: "Created a block on user %{name}."
2253     update:
2254       only_creator_can_edit: "Only the moderator who created this block can edit it."
2255       success: "Block updated."
2256     index:
2257       title: "User blocks"
2258       heading: "List of user blocks"
2259       empty: "No blocks have been made yet."
2260     revoke:
2261       title: "Revoking block on %{block_on}"
2262       heading: "Revoking block on %{block_on} by %{block_by}"
2263       time_future: "This block will end in %{time}."
2264       past: "This block ended %{time} ago and cannot be revoked now."
2265       confirm: "Are you sure you wish to revoke this block?"
2266       revoke: "Revoke!"
2267       flash: "This block has been revoked."
2268     period:
2269       one: "1 hour"
2270       other: "%{count} hours"
2271     partial:
2272       show: "Show"
2273       edit: "Edit"
2274       revoke: "Revoke!"
2275       confirm: "Are you sure?"
2276       display_name: "Blocked User"
2277       creator_name: "Creator"
2278       reason: "Reason for block"
2279       status: "Status"
2280       revoker_name: "Revoked by"
2281       not_revoked: "(not revoked)"
2282       showing_page: "Page %{page}"
2283       next: "Next »"
2284       previous: "« Previous"
2285     helper:
2286       time_future: "Ends in %{time}."
2287       until_login: "Active until the user logs in."
2288       time_future_and_until_login: "Ends in %{time} and after the user has logged in."
2289       time_past: "Ended %{time} ago."
2290     blocks_on:
2291       title: "Blocks on %{name}"
2292       heading: "List of blocks on %{name}"
2293       empty: "%{name} has not been blocked yet."
2294     blocks_by:
2295       title: "Blocks by %{name}"
2296       heading: "List of blocks by %{name}"
2297       empty: "%{name} has not made any blocks yet."
2298     show:
2299       title: "%{block_on} blocked by %{block_by}"
2300       heading: "%{block_on} blocked by %{block_by}"
2301       time_future: "Ends in %{time}"
2302       time_past: "Ended %{time} ago"
2303       created: "Created"
2304       ago: "%{time} ago"
2305       status: "Status"
2306       show: "Show"
2307       edit: "Edit"
2308       revoke: "Revoke!"
2309       confirm: "Are you sure?"
2310       reason: "Reason for block:"
2311       back: "View all blocks"
2312       revoker: "Revoker:"
2313       needs_view: "The user needs to log in before this block will be cleared."
2314   note:
2315     description:
2316       opened_at_html: "Created %{when} ago"
2317       opened_at_by_html: "Created %{when} ago by %{user}"
2318       commented_at_html: "Updated %{when} ago"
2319       commented_at_by_html: "Updated %{when} ago by %{user}"
2320       closed_at_html: "Resolved %{when} ago"
2321       closed_at_by_html: "Resolved %{when} ago by %{user}"
2322       reopened_at_html: "Reactivated %{when} ago"
2323       reopened_at_by_html: "Reactivated %{when} ago by %{user}"
2324     rss:
2325       title: "OpenStreetMap Notes"
2326       description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
2327       description_item: "An rss feed for note %{id}"
2328       opened: "new note (near %{place})"
2329       commented: "new comment (near %{place})"
2330       closed: "closed note (near %{place})"
2331       reopened: "reactivated note (near %{place})"
2332     entry:
2333       comment: Comment
2334       full: Full note
2335     mine:
2336       title: "Notes submitted or commented on by %{user}"
2337       heading: "%{user}'s notes"
2338       subheading: "Notes submitted or commented on by %{user}"
2339       id: "Id"
2340       creator: "Creator"
2341       description: "Description"
2342       created_at: "Created at"
2343       last_changed: "Last changed"
2344       ago_html: "%{when} ago"
2345   javascripts:
2346     close: Close
2347     share:
2348       title: "Share"
2349       cancel: "Cancel"
2350       image: "Image"
2351       link: "Link or HTML"
2352       long_link: "Link"
2353       short_link: "Short Link"
2354       geo_uri: "Geo URI"
2355       embed: "HTML"
2356       custom_dimensions: "Set custom dimensions"
2357       format: "Format:"
2358       scale: "Scale:"
2359       image_size: "Image will show standard layer at "
2360       download: "Download"
2361       short_url: "Short URL"
2362       include_marker: "Include marker"
2363       center_marker: "Center map on marker"
2364       paste_html: "Paste HTML to embed in website"
2365       view_larger_map: "View Larger Map"
2366       only_standard_layer: "Only the standard layer can be exported as an image"
2367     embed:
2368       report_problem: "Report a problem"
2369     key:
2370       title: "Map Key"
2371       tooltip: "Map Key"
2372       tooltip_disabled: "Map Key not available for this layer"
2373     map:
2374       zoom:
2375         in: Zoom In
2376         out: Zoom Out
2377       locate:
2378         title: Show My Location
2379         popup: You are within {distance} {unit} of this point
2380       base:
2381         standard: Standard
2382         cycle_map: Cycle Map
2383         transport_map: Transport Map
2384         hot: Humanitarian
2385       layers:
2386         header: Map Layers
2387         notes: Map Notes
2388         data: Map Data
2389         gps: Public GPS Traces
2390         overlays: Enable overlays for troubleshooting the map
2391         title: "Layers"
2392       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2393       donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
2394     site:
2395       edit_tooltip: Edit the map
2396       edit_disabled_tooltip: Zoom in to edit the map
2397       createnote_tooltip: Add a note to the map
2398       createnote_disabled_tooltip: Zoom in to add a note to the map
2399       map_notes_zoom_in_tooltip: Zoom in to see map notes
2400       map_data_zoom_in_tooltip: Zoom in to see map data
2401       queryfeature_tooltip: Query features
2402       queryfeature_disabled_tooltip: Zoom in to query features
2403     changesets:
2404       show:
2405         comment: "Comment"
2406         subscribe: "Subscribe"
2407         unsubscribe: "Unsubscribe"
2408         hide_comment: "hide"
2409         unhide_comment: "unhide"
2410     notes:
2411       new:
2412         intro: "Spotted a mistake or something missing? Let other mappers know so we can fix it. Move the marker to the correct position and type a note to explain the problem."
2413         advice: "Your note is public and may be used to update the map, so don't enter personal information, or information from copyrighted maps or directory listings."
2414         add: Add Note
2415       show:
2416         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2417         hide: Hide
2418         resolve: Resolve
2419         reactivate: Reactivate
2420         comment_and_resolve: Comment & Resolve
2421         comment: Comment
2422     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2423     directions:
2424       ascend: "Ascend"
2425       engines:
2426         graphhopper_bicycle: "Bicycle (GraphHopper)"
2427         graphhopper_car: "Car (GraphHopper)"
2428         graphhopper_foot: "Foot (GraphHopper)"
2429         mapquest_bicycle: "Bicycle (MapQuest)"
2430         mapquest_car: "Car (MapQuest)"
2431         mapquest_foot: "Foot (MapQuest)"
2432         osrm_car: "Car (OSRM)"
2433       descend: "Descend"
2434       directions: "Directions"
2435       distance: "Distance"
2436       errors:
2437         no_route: "Couldn't find a route between those two places."
2438         no_place: "Sorry - couldn't locate '%{place}'."
2439       instructions:
2440         continue_without_exit: Continue on %{name}
2441         slight_right_without_exit: Slight right onto %{name}
2442         offramp_right: Take the ramp on the right
2443         offramp_right_with_exit: Take exit %{exit} on the right
2444         offramp_right_with_exit_name: Take exit %{exit} on the right onto %{name}
2445         offramp_right_with_exit_directions: Take exit %{exit} on the right towards %{directions}
2446         offramp_right_with_exit_name_directions: Take exit %{exit} on the right onto %{name}, towards %{directions}
2447         offramp_right_with_name: Take the ramp on the right onto %{name}
2448         offramp_right_with_directions: Take the ramp on the right towards %{directions}
2449         offramp_right_with_name_directions: Take the ramp on the right onto %{name}, towards %{directions}
2450         onramp_right_without_exit: Turn right on the ramp onto %{name}
2451         onramp_right_with_directions: Turn right onto the ramp towards %{directions}
2452         onramp_right_with_name_directions: Turn right on the ramp onto %{name}, towards %{directions}
2453         onramp_right_without_directions: Turn right onto the ramp
2454         onramp_right: Turn right onto the ramp
2455         endofroad_right_without_exit: At the end of the road turn right onto %{name}
2456         merge_right_without_exit: Merge right onto %{name}
2457         fork_right_without_exit: At the fork turn right onto %{name}
2458         turn_right_without_exit: Turn right onto %{name}
2459         sharp_right_without_exit: Sharp right onto %{name}
2460         uturn_without_exit: U-turn along %{name}
2461         sharp_left_without_exit: Sharp left onto %{name}
2462         turn_left_without_exit: Turn left onto %{name}
2463         offramp_left: Take the ramp on the left
2464         offramp_left_with_exit: Take exit %{exit} on the left
2465         offramp_left_with_exit_name: Take exit %{exit} on the left onto %{name}
2466         offramp_left_with_exit_directions: Take exit %{exit} on the left towards %{directions}
2467         offramp_left_with_exit_name_directions: Take exit %{exit} on the left onto %{name}, towards %{directions}
2468         offramp_left_with_name: Take the ramp on the left onto %{name}
2469         offramp_left_with_directions: Take the ramp on the left towards %{directions}
2470         offramp_left_with_name_directions: Take the ramp on the left onto %{name}, towards %{directions}
2471         onramp_left_without_exit: Turn left on the ramp onto %{name}
2472         onramp_left_with_directions: Turn left onto the ramp towards %{directions}
2473         onramp_left_with_name_directions: Turn left on the ramp onto %{name}, towards %{directions}
2474         onramp_left_without_directions: Turn left onto the ramp
2475         onramp_left: Turn left onto the ramp
2476         endofroad_left_without_exit: At the end of the road turn left onto %{name}
2477         merge_left_without_exit: Merge left onto %{name}
2478         fork_left_without_exit: At the fork turn left onto %{name}
2479         slight_left_without_exit: Slight left onto %{name}
2480         via_point_without_exit: (via point)
2481         follow_without_exit: Follow %{name}
2482         roundabout_without_exit: At roundabout take exit onto %{name}
2483         leave_roundabout_without_exit: Leave roundabout - %{name}
2484         stay_roundabout_without_exit: Stay on roundabout - %{name}
2485         start_without_exit: Start on %{name}
2486         destination_without_exit: Reach destination
2487         against_oneway_without_exit: Go against one-way on %{name}
2488         end_oneway_without_exit: End of one-way on %{name}
2489         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
2490         turn_left_with_exit: At roundabout turn left onto %{name}
2491         slight_left_with_exit: At roundabout slight left onto %{name}
2492         turn_right_with_exit: At roundabout turn right onto %{name}
2493         slight_right_with_exit: At roundabout slight right onto %{name}
2494         continue_with_exit: At roundabout continue straight onto %{name}
2495         unnamed: "unnamed road"
2496         courtesy: "Directions courtesy of %{link}"
2497       time: "Time"
2498     query:
2499       node: Node
2500       way: Way
2501       relation: Relation
2502       nothing_found: No features found
2503       error: "Error contacting %{server}: %{error}"
2504       timeout: "Timeout contacting %{server}"
2505     context:
2506       directions_from: Directions from here
2507       directions_to: Directions to here
2508       add_note: Add a note here
2509       show_address: Show address
2510       query_features: Query features
2511       centre_map: Centre map here
2512   redaction:
2513     edit:
2514       description: "Description"
2515       heading: "Edit redaction"
2516       submit: "Save redaction"
2517       title: "Edit redaction"
2518     index:
2519       empty: "No redactions to show."
2520       heading: "List of redactions"
2521       title: "List of redactions"
2522     new:
2523       description: "Description"
2524       heading: "Enter information for new redaction"
2525       submit: "Create redaction"
2526       title: "Creating new redaction"
2527     show:
2528       description: "Description:"
2529       heading: "Showing redaction \"%{title}\""
2530       title: "Showing redaction"
2531       user: "Creator:"
2532       edit: "Edit this redaction"
2533       destroy: "Remove this redaction"
2534       confirm: "Are you sure?"
2535     create:
2536       flash: "Redaction created."
2537     update:
2538       flash: "Changes saved."
2539     destroy:
2540       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2541       flash: "Redaction destroyed."
2542       error: "There was an error destroying this redaction."