]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
65c490e8dcffe8d9dcff12ad966ec5ee04f9aedd
[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 your 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 your 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 <a href=\"%{user_url}\">%{user_name}</a>"
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     categories:
1043       diary_entry:
1044         spam: This diary entry is/contains spam
1045         offensive: This diary entry is obscene/offensive
1046         threat: This diary entry contains a threat
1047         other: Other
1048       diary_comment:
1049         spam: This diary comment is/contains spam
1050         offensive: This diary comment is obscene/offensive
1051         threat: This diary comment contains a threat
1052         other: Other
1053       user:
1054         spam: This user profile is/contains spam
1055         offensive: This user profile is obscene/offensive
1056         threat: This user profile contains a threat
1057         vandal: This user is a vandal
1058         other: Other
1059       note:
1060         spam: This note is spam
1061         personal: This note contains personal data
1062         abusive: This note is abusive
1063         other: Other
1064   layouts:
1065     project_name:
1066       # in <title>
1067       title: OpenStreetMap
1068       # in <h1>
1069       h1: OpenStreetMap
1070     logo:
1071       alt_text: OpenStreetMap logo
1072     home: Go to Home Location
1073     logout: Log Out
1074     log_in: Log In
1075     log_in_tooltip: Log in with an existing account
1076     sign_up: Sign Up
1077     start_mapping: Start Mapping
1078     sign_up_tooltip: Create an account for editing
1079     edit: Edit
1080     history: History
1081     export: Export
1082     issues: Issues
1083     data: Data
1084     export_data: Export Data
1085     gps_traces: GPS Traces
1086     gps_traces_tooltip: Manage GPS traces
1087     user_diaries: User Diaries
1088     user_diaries_tooltip: View user diaries
1089     edit_with: Edit with %{editor}
1090     tag_line: The Free Wiki World Map
1091     intro_header: Welcome to OpenStreetMap!
1092     intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
1093     intro_2_create_account: "Create a user account"
1094     partners_html: "Hosting is supported by %{ucl}, %{bytemark}, %{ic}, and other %{partners}."
1095     partners_ucl: "UCL"
1096     partners_ic: "Imperial College London"
1097     partners_bytemark: "Bytemark Hosting"
1098     partners_partners: "partners"
1099     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
1100     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
1101     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
1102     help: Help
1103     about: About
1104     copyright: Copyright
1105     community: Community
1106     community_blogs: "Community Blogs"
1107     community_blogs_title: "Blogs from members of the OpenStreetMap community"
1108     foundation: Foundation
1109     foundation_title: The OpenStreetMap Foundation
1110     make_a_donation:
1111       title: Support OpenStreetMap with a monetary donation
1112       text: Make a Donation
1113     learn_more: "Learn More"
1114     more: More
1115   license_page:
1116     foreign:
1117       title: About this translation
1118       text: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
1119       english_link: the English original
1120     native:
1121       title: About this page
1122       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}.
1123       native_link: THIS_LANGUAGE_NAME_HERE version
1124       mapping_link: start mapping
1125     legal_babble:
1126       title_html: Copyright and License
1127       intro_1_html: |
1128         OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> is <i>open data</i>, licensed under the <a
1129         href="https://opendatacommons.org/licenses/odbl/">Open Data
1130         Commons Open Database License</a> (ODbL) by the  <a
1131         href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
1132       intro_2_html: |
1133         You are free to copy, distribute, transmit and adapt our data,
1134         as long as you credit OpenStreetMap and its
1135         contributors. If you alter or build upon our data, you
1136         may distribute the result only under the same licence. The
1137         full <a href="https://opendatacommons.org/licenses/odbl/1.0/">legal
1138         code</a> explains your rights and responsibilities.
1139       intro_3_html: |
1140         The cartography in our map tiles, and our documentation, are
1141         licensed under the <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
1142         Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
1143       credit_title_html: How to credit OpenStreetMap
1144       credit_1_html: |
1145         We require that you use the credit &ldquo;&copy; OpenStreetMap
1146         contributors&rdquo;.
1147       credit_2_html: |
1148         You must also make it clear that the data is available under the Open
1149         Database License, and if using our map tiles, that the cartography is
1150         licensed as CC BY-SA. You may do this by linking to
1151         <a href="https://www.openstreetmap.org/copyright">this copyright page</a>.
1152         Alternatively, and as a requirement if you are distributing OSM in a
1153         data form, you can name and link directly to the license(s). In media
1154         where links are not possible (e.g. printed works), we suggest you
1155         direct your readers to openstreetmap.org (perhaps by expanding
1156         'OpenStreetMap' to this full address), to opendatacommons.org, and
1157         if relevant, to creativecommons.org.
1158       credit_3_html: |
1159         For a browsable electronic map, the credit should appear in the corner of the map.
1160         For example:
1161       attribution_example:
1162         alt: Example of how to attribute OpenStreetMap on a webpage
1163         title: Attribution example
1164       more_title_html: Finding out more
1165       more_1_html: |
1166         Read more about using our data, and how to credit us, at the <a
1167         href="https://osmfoundation.org/Licence">OSMF Licence page</a>.
1168       more_2_html: |
1169         Although OpenStreetMap is open data, we cannot provide a
1170         free-of-charge map API for third-parties.
1171         See our <a href="https://operations.osmfoundation.org/policies/api/">API Usage Policy</a>,
1172         <a href="https://operations.osmfoundation.org/policies/tiles/">Tile Usage Policy</a>
1173         and <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim Usage Policy</a>.
1174       contributors_title_html: Our contributors
1175       contributors_intro_html: |
1176         Our contributors are thousands of individuals. We also include
1177         openly-licensed data from national mapping agencies
1178         and other sources, among them:
1179       contributors_at_html: |
1180         <strong>Austria</strong>: Contains data from
1181         <a href="https://data.wien.gv.at/">Stadt Wien</a> (under
1182         <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
1183         <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
1184         Land Tirol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
1185       contributors_ca_html: |
1186         <strong>Canada</strong>: Contains data from
1187         GeoBase&reg;, GeoGratis (&copy; Department of Natural
1188         Resources Canada), CanVec (&copy; Department of Natural
1189         Resources Canada), and StatCan (Geography Division,
1190         Statistics Canada).
1191       contributors_fi_html: |
1192         <strong>Finland</strong>: Contains data from the
1193         National Land Survey of Finland's Topographic Database
1194         and other datasets, under the
1195         <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI License</a>.
1196       contributors_fr_html: |
1197         <strong>France</strong>: Contains data sourced from
1198         Direction Générale des Impôts.
1199       contributors_nl_html: |
1200         <strong>Netherlands</strong>: Contains &copy; AND data, 2007
1201         (<a href="https://www.and.com">www.and.com</a>)
1202       contributors_nz_html: |
1203         <strong>New Zealand</strong>: Contains data sourced from
1204         Land Information New Zealand. Crown Copyright reserved.
1205       contributors_si_html: |
1206         <strong>Slovenia</strong>: Contains data from the
1207         <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> and
1208         <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
1209         (public information of Slovenia).
1210       contributors_za_html: |
1211         <strong>South Africa</strong>: Contains data sourced from
1212         <a href="http://www.ngi.gov.za/">Chief Directorate:
1213         National Geo-Spatial Information</a>, State copyright reserved.
1214       contributors_gb_html: |
1215         <strong>United Kingdom</strong>: Contains Ordnance
1216         Survey data &copy; Crown copyright and database right
1217         2010-12.
1218       contributors_footer_1_html: |
1219         For further details of these, and other sources that have been used
1220         to help improve OpenStreetMap, please see the <a
1221         href="https://wiki.openstreetmap.org/wiki/Contributors">Contributors
1222         page</a> on the OpenStreetMap Wiki.
1223       contributors_footer_2_html: |
1224         Inclusion of data in OpenStreetMap does not imply that the original
1225         data provider endorses OpenStreetMap, provides any warranty, or
1226         accepts any liability.
1227       infringement_title_html: Copyright infringement
1228       infringement_1_html: |
1229         OSM contributors are reminded never to add data from any
1230         copyrighted sources (e.g. Google Maps or printed maps) without
1231         explicit permission from the copyright holders.
1232       infringement_2_html: |
1233         If you believe that copyrighted material has been inappropriately
1234         added to the OpenStreetMap database or this site, please refer
1235         to our <a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown
1236         procedure</a> or file directly at our
1237         <a href="http://dmca.openstreetmap.org/">on-line filing page</a>.
1238       trademarks_title_html: <span id="trademarks"></span>Trademarks
1239       trademarks_1_html: |
1240         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>.
1241   welcome_page:
1242     title: Welcome!
1243     introduction_html: |
1244       Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
1245       up, you're all set to get started mapping. Here's a quick guide with the most important
1246       things you need to know.
1247     whats_on_the_map:
1248       title: What's on the Map
1249       on_html: |
1250         OpenStreetMap is a place for mapping things that are both <em>real and current</em> -
1251         it includes millions of buildings, roads, and other details about places. You can map
1252         whatever real-world features are interesting to you.
1253       off_html: |
1254         What it <em>doesn't</em> include is opinionated data like ratings, historical or
1255         hypothetical features, and data from copyrighted sources. Unless you have special
1256         permission, don't copy from online or paper maps.
1257     basic_terms:
1258       title: Basic Terms For Mapping
1259       paragraph_1_html: |
1260         OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
1261       editor_html: |
1262         An <strong>editor</strong> is a program or website you can use to edit the map.
1263       node_html: |
1264         A <strong>node</strong> is a point on the map, like a single restaurant or a tree.
1265       way_html: |
1266         A <strong>way</strong> is a line or area, like a road, stream, lake or building.
1267       tag_html: |
1268         A <strong>tag</strong> is a bit of data about a node or way, like a
1269         restaurant's name or a road's speed limit.
1270     rules:
1271       title: Rules!
1272       paragraph_1_html: |
1273         OpenStreetMap has few formal rules but we expect all participants to collaborate
1274         with, and communicate with, the community. If you are considering
1275         any activities other than editing by hand, please read and follow the guidelines on
1276         <a href='https://wiki.openstreetmap.org/wiki/Import/Guidelines'>Imports</a> and
1277         <a href='https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct'>Automated Edits</a>.
1278     questions:
1279       title: Any questions?
1280       paragraph_1_html: |
1281         OpenStreetMap has several resources for learning about the project, asking and answering
1282         questions, and collaboratively discussing and documenting mapping topics.
1283         <a href='%{help_url}'>Get help here</a>.
1284     start_mapping: Start Mapping
1285     add_a_note:
1286       title: No Time To Edit? Add a Note!
1287       paragraph_1_html: |
1288         If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
1289         easy to add a note.
1290       paragraph_2_html: |
1291         Just go to <a href='%{map_url}'>the map</a> and click the note icon:
1292         <span class='icon note'></span>. This will add a marker to the map, which you can move
1293         by dragging. Add your message, then click save, and other mappers will investigate.
1294   fixthemap:
1295     title: Report a problem / Fix the map
1296     how_to_help:
1297       title: How to Help
1298       join_the_community:
1299         title: Join the community
1300         explanation_html: |
1301           If you have noticed a problem with our map data, for example a road is missing or your address, the best way to
1302           proceed is to join the OpenStreetMap community and add or repair the data yourself.
1303       add_a_note:
1304         instructions_html: |
1305           Just click <a class='icon note'></a> or the same icon on the map display.
1306           This will add a marker to the map, which you can move
1307           by dragging. Add your message, then click save, and other mappers will investigate.
1308     other_concerns:
1309       title: Other concerns
1310       explanation_html: |
1311         If you have concerns about how our data is being used or about the contents please consult our
1312         <a href='/copyright'>copyright page</a> for more legal information, or contact the appropriate
1313         <a href='https://wiki.osmfoundation.org/wiki/Working_Groups'>OSMF working group</a>.
1314   help_page:
1315     title: Getting Help
1316     introduction: |
1317       OpenStreetMap has several resources for learning about the project, asking and answering questions,
1318       and collaboratively discussing and documenting mapping topics.
1319     welcome:
1320       url: /welcome
1321       title: Welcome to OSM
1322       description: Start with this quick guide covering the OpenStreetMap basics.
1323     beginners_guide:
1324       url: https://wiki.openstreetmap.org/wiki/Beginners%27_guide
1325       title: Beginners' Guide
1326       description: Community maintained guide for beginners.
1327     help:
1328       url: https://help.openstreetmap.org/
1329       title: help.openstreetmap.org
1330       description: Ask a question or look up answers on OSM's question-and-answer site.
1331     mailing_lists:
1332       url: https://lists.openstreetmap.org/
1333       title: Mailing Lists
1334       description: Ask a question or discuss interesting matters on a wide range of topical or regional mailing lists.
1335     forums:
1336       url: https://forum.openstreetmap.org/
1337       title: Forums
1338       description: Questions and discussions for those that prefer a bulletin board style interface.
1339     irc:
1340       url: https://irc.openstreetmap.org/
1341       title: IRC
1342       description: Interactive chat in many different languages and on many topics.
1343     switch2osm:
1344       url: https://switch2osm.org/
1345       title: switch2osm
1346       description: Help for companies and organisations switching to OpenStreetMap based maps and other services.
1347     wiki:
1348       url: https://wiki.openstreetmap.org/
1349       title: wiki.openstreetmap.org
1350       description: Browse the wiki for in-depth OSM documentation.
1351   about_page:
1352     next: Next
1353     copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
1354     used_by: "%{name} powers map data on thousands of web sites, mobile apps, and hardware devices"
1355     lede_text: |
1356       OpenStreetMap is built by a community of mappers that contribute and maintain data
1357       about roads, trails, cafés, railway stations, and much more, all over the world.
1358     local_knowledge_title: Local Knowledge
1359     local_knowledge_html: |
1360       OpenStreetMap emphasizes local knowledge. Contributors use
1361       aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1362       is accurate and up to date.
1363     community_driven_title: Community Driven
1364     community_driven_html: |
1365       OpenStreetMap's community is diverse, passionate, and growing every day.
1366       Our contributors include enthusiast mappers, GIS professionals, engineers
1367       running the OSM servers, humanitarians mapping disaster-affected areas,
1368       and many more.
1369       To learn more about the community, see the
1370       <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>,
1371       <a href='%{diary_path}'>user diaries</a>,
1372       <a href='https://blogs.openstreetmap.org/'>community blogs</a>, and
1373       the <a href='https://www.osmfoundation.org/'>OSM Foundation</a> website.
1374     open_data_title: Open Data
1375     open_data_html: |
1376       OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
1377       as long as you credit OpenStreetMap and its contributors. If you alter or
1378       build upon the data in certain ways, you may distribute the result only
1379       under the same licence. See the <a href='%{copyright_path}'>Copyright and
1380       License page</a> for details.
1381     legal_title: Legal
1382     legal_html: |
1383       This site and many other related services are formally operated by the
1384       <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
1385       on behalf of the community. Use of all OSMF operated services is subject
1386       to our <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
1387       Acceptable Use Policies</a> and our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privacy Policy</a>
1388       <br>
1389       Please <a href='https://osmfoundation.org/Contact'>contact the OSMF</a>
1390       if you have licensing, copyright or other legal questions and issues.
1391       <br>
1392       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>.
1393     partners_title: Partners
1394   notifier:
1395     diary_comment_notification:
1396       subject: "[OpenStreetMap] %{user} commented on a diary entry"
1397       hi: "Hi %{to_user},"
1398       header: "%{from_user} has commented on the OpenStreetMap diary entry with the subject %{subject}:"
1399       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1400     message_notification:
1401       subject_header: "[OpenStreetMap] %{subject}"
1402       hi: "Hi %{to_user},"
1403       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1404       footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
1405     friend_notification:
1406       hi: "Hi %{to_user},"
1407       subject: "[OpenStreetMap] %{user} added you as a friend"
1408       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1409       see_their_profile: "You can see their profile at %{userurl}."
1410       befriend_them: "You can also add them as a friend at %{befriendurl}."
1411     gpx_notification:
1412       greeting: "Hi,"
1413       your_gpx_file: "It looks like your GPX file"
1414       with_description: "with the description"
1415       and_the_tags: "and the following tags:"
1416       and_no_tags: "and no tags."
1417       failure:
1418         subject: "[OpenStreetMap] GPX Import failure"
1419         failed_to_import: "failed to import. Here is the error:"
1420         more_info_1: "More information about GPX import failures and how to avoid"
1421         more_info_2: "them can be found at:"
1422         import_failures_url: "https://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1423       success:
1424         subject: "[OpenStreetMap] GPX Import success"
1425         loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1426     signup_confirm:
1427       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
1428       greeting: "Hi there!"
1429       created: "Someone (hopefully you) just created an account at %{site_url}."
1430       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:"
1431       welcome: "After you confirm your account, we'll provide you with some additional information to get you started."
1432     email_confirm:
1433       subject: "[OpenStreetMap] Confirm your email address"
1434     email_confirm_plain:
1435       greeting: "Hi,"
1436       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1437       click_the_link: "If this is you, please click the link below to confirm the change."
1438     email_confirm_html:
1439       greeting: "Hi,"
1440       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1441       click_the_link: "If this is you, please click the link below to confirm the change."
1442     lost_password:
1443       subject: "[OpenStreetMap] Password reset request"
1444     lost_password_plain:
1445       greeting: "Hi,"
1446       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1447       click_the_link: "If this is you, please click the link below to reset your password."
1448     lost_password_html:
1449       greeting: "Hi,"
1450       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1451       click_the_link: "If this is you, please click the link below to reset your password."
1452     note_comment_notification:
1453       anonymous: An anonymous user
1454       greeting: "Hi,"
1455       commented:
1456         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes"
1457         subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in"
1458         your_note: "%{commenter} has left a comment on one of your map notes near %{place}."
1459         commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1460       closed:
1461         subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes"
1462         subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in"
1463         your_note: "%{commenter} has resolved one of your map notes near %{place}."
1464         commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1465       reopened:
1466         subject_own: "[OpenStreetMap] %{commenter} has reactivated one of your notes"
1467         subject_other: "[OpenStreetMap] %{commenter} has reactivated a note you are interested in"
1468         your_note: "%{commenter} has reactivated one of your map notes near %{place}."
1469         commented_note: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1470       details: "More details about the note can be found at %{url}."
1471     changeset_comment_notification:
1472       hi: "Hi %{to_user},"
1473       greeting: "Hi,"
1474       commented:
1475         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your changesets"
1476         subject_other: "[OpenStreetMap] %{commenter} has commented on a changeset you are interested in"
1477         your_changeset: "%{commenter} has left a comment on one of your changesets created at %{time}"
1478         commented_changeset: "%{commenter} has left a comment on a map changeset you are watching created by %{changeset_author} at %{time}"
1479         partial_changeset_with_comment: "with comment '%{changeset_comment}'"
1480         partial_changeset_without_comment: "without comment"
1481       details: "More details about the changeset can be found at %{url}."
1482       unsubscribe: 'To unsubscribe from updates to this changeset, visit %{url} and click "Unsubscribe".'
1483   message:
1484     inbox:
1485       title: "Inbox"
1486       my_inbox: "My Inbox"
1487       outbox: "outbox"
1488       messages: "You have %{new_messages} and %{old_messages}"
1489       new_messages:
1490         one: "%{count} new message"
1491         other: "%{count} new messages"
1492       old_messages:
1493         one: "%{count} old message"
1494         other: "%{count} old messages"
1495       from: "From"
1496       subject: "Subject"
1497       date: "Date"
1498       no_messages_yet: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1499       people_mapping_nearby: "people mapping nearby"
1500     message_summary:
1501       unread_button: "Mark as unread"
1502       read_button: "Mark as read"
1503       reply_button: "Reply"
1504       delete_button: "Delete"
1505     new:
1506       title: "Send message"
1507       send_message_to: "Send a new message to %{name}"
1508       subject: "Subject"
1509       body: "Body"
1510       send_button: "Send"
1511       back_to_inbox: "Back to inbox"
1512       message_sent: "Message sent"
1513       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1514     no_such_message:
1515       title: "No such message"
1516       heading: "No such message"
1517       body: "Sorry there is no message with that id."
1518     outbox:
1519       title: "Outbox"
1520       my_inbox: "My %{inbox_link}"
1521       inbox: "inbox"
1522       outbox: "outbox"
1523       messages:
1524         one: "You have %{count} sent message"
1525         other: "You have %{count} sent messages"
1526       to: "To"
1527       subject: "Subject"
1528       date: "Date"
1529       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1530       people_mapping_nearby: "people mapping nearby"
1531     reply:
1532       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."
1533     read:
1534       title: "Read message"
1535       from: "From"
1536       subject: "Subject"
1537       date: "Date"
1538       reply_button: "Reply"
1539       unread_button: "Mark as unread"
1540       delete_button: "Delete"
1541       back: "Back"
1542       to: "To"
1543       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."
1544     sent_message_summary:
1545       delete_button: "Delete"
1546     mark:
1547       as_read: "Message marked as read"
1548       as_unread: "Message marked as unread"
1549     delete:
1550       deleted: "Message deleted"
1551   site:
1552     index:
1553       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1554       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1555       permalink: Permalink
1556       shortlink: Shortlink
1557       createnote: Add a note
1558       license:
1559         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1560         license_url: "https://openstreetmap.org/copyright"
1561         project_url: "https://openstreetmap.org"
1562       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1563     edit:
1564       not_public: "You have not set your edits to be public."
1565       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}."
1566       user_page_link: user page
1567       anon_edits: "(%{link})"
1568       anon_edits_link: "https://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1569       anon_edits_link_text: "Find out why this is the case."
1570       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.'
1571       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.)"
1572       potlatch2_not_configured: "Potlatch 2 has not been configured - please see https://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1573       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1574       id_not_configured: "iD has not been configured"
1575       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1576     sidebar:
1577       search_results: Search Results
1578       close: Close
1579     search:
1580       search: Search
1581       get_directions: "Get directions"
1582       get_directions_title: "Find directions between two points"
1583       from: "From"
1584       to: "To"
1585       where_am_i: "Where is this?"
1586       where_am_i_title: Describe the current location using the search engine
1587       submit_text: "Go"
1588       reverse_directions_text: "Reverse Directions"
1589     key:
1590       table:
1591         entry:
1592           motorway: "Motorway"
1593           main_road: "Main road"
1594           trunk: "Trunk road"
1595           primary: "Primary road"
1596           secondary: "Secondary road"
1597           unclassified: "Unclassified road"
1598           track: "Track"
1599           bridleway: "Bridleway"
1600           cycleway: "Cycleway"
1601           cycleway_national: "National cycleway"
1602           cycleway_regional: "Regional cycleway"
1603           cycleway_local: "Local cycleway"
1604           footway: "Footway"
1605           rail: "Railway"
1606           subway: "Subway"
1607           tram:
1608             - Light rail
1609             - tram
1610           cable:
1611             - Cable car
1612             - chair lift
1613           runway:
1614             - Airport Runway
1615             - taxiway
1616           apron:
1617             - Airport apron
1618             - terminal
1619           admin: "Administrative boundary"
1620           forest: "Forest"
1621           wood: "Wood"
1622           golf: "Golf course"
1623           park: "Park"
1624           resident: "Residential area"
1625           common:
1626             - Common
1627             - meadow
1628           retail: "Retail area"
1629           industrial: "Industrial area"
1630           commercial: "Commercial area"
1631           heathland: "Heathland"
1632           lake:
1633             - Lake
1634             - reservoir
1635           farm: "Farm"
1636           brownfield: "Brownfield site"
1637           cemetery: "Cemetery"
1638           allotments: "Allotments"
1639           pitch: "Sports pitch"
1640           centre: "Sports centre"
1641           reserve: "Nature reserve"
1642           military: "Military area"
1643           school:
1644             - School
1645             - university
1646           building: "Significant building"
1647           station: "Railway station"
1648           summit:
1649             - Summit
1650             - peak
1651           tunnel: "Dashed casing = tunnel"
1652           bridge: "Black casing = bridge"
1653           private: "Private access"
1654           destination: "Destination access"
1655           construction: "Roads under construction"
1656           bicycle_shop: "Bicycle shop"
1657           bicycle_parking: "Bicycle parking"
1658           toilets: "Toilets"
1659     richtext_area:
1660       edit: Edit
1661       preview: Preview
1662     markdown_help:
1663       title_html: Parsed with <a href="https://daringfireball.net/projects/markdown/">Markdown</a>
1664       headings: Headings
1665       heading: Heading
1666       subheading: Subheading
1667       unordered: Unordered list
1668       ordered: Ordered list
1669       first: First item
1670       second: Second item
1671       link: Link
1672       text: Text
1673       image: Image
1674       alt: Alt text
1675       url: URL
1676   trace:
1677     visibility:
1678       private: "Private (only shared as anonymous, unordered points)"
1679       public: "Public (shown in trace list and as anonymous, unordered points)"
1680       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1681       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1682     create:
1683       upload_trace: "Upload GPS Trace"
1684       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."
1685     edit:
1686       title: "Editing trace %{name}"
1687       heading: "Editing trace %{name}"
1688       filename: "Filename:"
1689       download: "download"
1690       uploaded_at: "Uploaded:"
1691       points: "Points:"
1692       start_coord: "Start coordinate:"
1693       map: "map"
1694       edit: "edit"
1695       owner: "Owner:"
1696       description: "Description:"
1697       tags: "Tags:"
1698       tags_help: "comma delimited"
1699       save_button: "Save Changes"
1700       visibility: "Visibility:"
1701       visibility_help: "what does this mean?"
1702       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1703     trace_form:
1704       upload_gpx: "Upload GPX File:"
1705       description: "Description:"
1706       tags: "Tags:"
1707       tags_help: "comma delimited"
1708       visibility: "Visibility:"
1709       visibility_help: "what does this mean?"
1710       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1711       upload_button: "Upload"
1712       help: "Help"
1713       help_url: "https://wiki.openstreetmap.org/wiki/Upload"
1714     trace_header:
1715       upload_trace: "Upload a trace"
1716       see_all_traces: "See all traces"
1717       see_your_traces: "See your traces"
1718       traces_waiting:
1719         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."
1720         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."
1721     trace_optionals:
1722       tags: "Tags"
1723     view:
1724       title: "Viewing trace %{name}"
1725       heading: "Viewing trace %{name}"
1726       pending: "PENDING"
1727       filename: "Filename:"
1728       download: "download"
1729       uploaded: "Uploaded:"
1730       points: "Points:"
1731       start_coordinates: "Start coordinate:"
1732       map: "map"
1733       edit: "edit"
1734       owner: "Owner:"
1735       description: "Description:"
1736       tags: "Tags:"
1737       none: "None"
1738       edit_track: "Edit this trace"
1739       delete_track: "Delete this trace"
1740       trace_not_found: "Trace not found!"
1741       visibility: "Visibility:"
1742     trace_paging_nav:
1743       showing_page: "Page %{page}"
1744       older: "Older Traces"
1745       newer: "Newer Traces"
1746     trace:
1747       pending: "PENDING"
1748       count_points: "%{count} points"
1749       ago: "%{time_in_words_ago} ago"
1750       more: "more"
1751       trace_details: "View Trace Details"
1752       view_map: "View Map"
1753       edit: "edit"
1754       edit_map: "Edit Map"
1755       public: "PUBLIC"
1756       identifiable: "IDENTIFIABLE"
1757       private: "PRIVATE"
1758       trackable: "TRACKABLE"
1759       by: "by"
1760       in: "in"
1761       map: "map"
1762     list:
1763       public_traces: "Public GPS traces"
1764       your_traces: "Your GPS traces"
1765       public_traces_from: "Public GPS traces from %{user}"
1766       description: "Browse recent GPS trace uploads"
1767       tagged_with: " tagged with %{tags}"
1768       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>."
1769     delete:
1770       scheduled_for_deletion: "Trace scheduled for deletion"
1771     make_public:
1772       made_public: "Trace made public"
1773     offline_warning:
1774       message: "The GPX file upload system is currently unavailable"
1775     offline:
1776       heading: "GPX Storage Offline"
1777       message: "The GPX file storage and upload system is currently unavailable."
1778     georss:
1779       title: "OpenStreetMap GPS Traces"
1780     description:
1781       description_with_count:
1782         one: "GPX file with %{count} point from %{user}"
1783         other: "GPX file with %{count} points from %{user}"
1784       description_without_count: "GPX file from %{user}"
1785   application:
1786     require_cookies:
1787       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1788     require_admin:
1789       not_an_admin: You need to be an admin to perform that action.
1790     require_moderator:
1791       not_a_moderator: "You need to be a moderator to perform that action."
1792     setup_user_auth:
1793       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."
1794       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1795       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."
1796   oauth:
1797     oauthorize:
1798       title: "Authorize access to your account"
1799       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."
1800       allow_to: "Allow the client application to:"
1801       allow_read_prefs:  "read your user preferences."
1802       allow_write_prefs: "modify your user preferences."
1803       allow_write_diary: "create diary entries, comments and make friends."
1804       allow_write_api:   "modify the map."
1805       allow_read_gpx:    "read your private GPS traces."
1806       allow_write_gpx:   "upload GPS traces."
1807       allow_write_notes: "modify notes."
1808       grant_access: "Grant Access"
1809     oauthorize_success:
1810       title: "Authorization request allowed"
1811       allowed: "You have granted application %{app_name} access to your account."
1812       verification: "The verification code is %{code}."
1813     oauthorize_failure:
1814       title: "Authorization request failed"
1815       denied: "You have denied application %{app_name} access to your account."
1816       invalid: "The authorization token is not valid."
1817     revoke:
1818       flash: "You've revoked the token for %{application}"
1819     permissions:
1820       missing: "You have not permitted the application access to this facility"
1821   oauth_clients:
1822     new:
1823       title: "Register a new application"
1824       submit: "Register"
1825     edit:
1826       title: "Edit your application"
1827       submit: "Edit"
1828     show:
1829       title: "OAuth details for %{app_name}"
1830       key: "Consumer Key:"
1831       secret: "Consumer Secret:"
1832       url: "Request Token URL:"
1833       access_url: "Access Token URL:"
1834       authorize_url: "Authorise URL:"
1835       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1836       edit: "Edit Details"
1837       delete: "Delete Client"
1838       confirm: "Are you sure?"
1839       requests: "Requesting the following permissions from the user:"
1840       allow_read_prefs:  "read their user preferences."
1841       allow_write_prefs: "modify their user preferences."
1842       allow_write_diary: "create diary entries, comments and make friends."
1843       allow_write_api:   "modify the map."
1844       allow_read_gpx:    "read their private GPS traces."
1845       allow_write_gpx:   "upload GPS traces."
1846       allow_write_notes: "modify notes."
1847     index:
1848       title: "My OAuth Details"
1849       my_tokens: "My Authorised Applications"
1850       list_tokens: "The following tokens have been issued to applications in your name:"
1851       application: "Application Name"
1852       issued_at: "Issued At"
1853       revoke: "Revoke!"
1854       my_apps: "My Client Applications"
1855       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."
1856       registered_apps: "You have the following client applications registered:"
1857       register_new: "Register your application"
1858     form:
1859       name: "Name"
1860       required: "Required"
1861       url: "Main Application URL"
1862       callback_url: "Callback URL"
1863       support_url: "Support URL"
1864       requests: "Request the following permissions from the user:"
1865       allow_read_prefs:  "read their user preferences."
1866       allow_write_prefs: "modify their user preferences."
1867       allow_write_diary: "create diary entries, comments and make friends."
1868       allow_write_api:   "modify the map."
1869       allow_read_gpx:    "read their private GPS traces."
1870       allow_write_gpx:   "upload GPS traces."
1871       allow_write_notes: "modify notes."
1872     not_found:
1873       sorry: "Sorry, that %{type} could not be found."
1874     create:
1875       flash: "Registered the information successfully"
1876     update:
1877       flash: "Updated the client information successfully"
1878     destroy:
1879       flash: "Destroyed the client application registration"
1880   user:
1881     login:
1882       title: "Login"
1883       heading: "Login"
1884       email or username: "Email Address or Username:"
1885       password: "Password:"
1886       openid: "%{logo} OpenID:"
1887       remember: "Remember me"
1888       lost password link: "Lost your password?"
1889       login_button: "Login"
1890       register now: Register now
1891       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1892       with external: "Alternatively, use a third party to login:"
1893       new to osm: New to OpenStreetMap?
1894       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1895       create account minute: Create an account. It only takes a minute.
1896       no account: Don't have an account?
1897       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>."
1898       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.
1899       auth failure: "Sorry, could not log in with those details."
1900       openid_logo_alt: "Log in with an OpenID"
1901       auth_providers:
1902         openid:
1903           title: Login with OpenID
1904           alt: Login with an OpenID URL
1905         google:
1906           title: Login with Google
1907           alt: Login with a Google OpenID
1908         facebook:
1909           title: Login with Facebook
1910           alt: Login with a Facebook Account
1911         windowslive:
1912           title: Login with Windows Live
1913           alt: Login with a Windows Live Account
1914         github:
1915           title: Login with GitHub
1916           alt: Login with a GitHub Account
1917         wikipedia:
1918           title: Login with Wikipedia
1919           alt: Login with a Wikipedia Account
1920         yahoo:
1921           title: Login with Yahoo
1922           alt: Login with a Yahoo OpenID
1923         wordpress:
1924           title: Login with Wordpress
1925           alt: Login with a Wordpress OpenID
1926         aol:
1927           title: Login with AOL
1928           alt: Login with an AOL OpenID
1929     logout:
1930       title: "Logout"
1931       heading: "Logout from OpenStreetMap"
1932       logout_button: "Logout"
1933     lost_password:
1934       title: "Lost password"
1935       heading: "Forgotten Password?"
1936       email address: "Email Address:"
1937       new password button: "Reset password"
1938       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."
1939       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1940       notice email cannot find: "Could not find that email address, sorry."
1941     reset_password:
1942       title: "Reset password"
1943       heading: "Reset Password for %{user}"
1944       password: "Password:"
1945       confirm password: "Confirm Password:"
1946       reset: "Reset Password"
1947       flash changed: "Your password has been changed."
1948       flash token bad: "Did not find that token, check the URL maybe?"
1949     new:
1950       title: "Sign Up"
1951       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1952       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.'
1953       about:
1954         header: Free and editable
1955         html: |
1956           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
1957           and it's free for anyone to fix, update, download and use.</p>
1958           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
1959       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>.'
1960       email address: "Email Address:"
1961       confirm email address: "Confirm Email Address:"
1962       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'
1963       display name: "Display Name:"
1964       display name description: "Your publicly displayed username. You can change this later in the preferences."
1965       external auth: "Third Party Authentication:"
1966       password: "Password:"
1967       confirm password: "Confirm Password:"
1968       use external auth: "Alternatively, use a third party to login"
1969       auth no password: "With third party authentication a password is not required, but some extra tools or server may still need one."
1970       continue: Sign Up
1971       terms accepted: "Thanks for accepting the new contributor terms!"
1972       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>."
1973       terms declined url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1974     terms:
1975       title: "Contributor terms"
1976       heading: "Contributor terms"
1977       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."
1978       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1979       consider_pd_why: "what's this?"
1980       consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1981       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1982       agree: Agree
1983       declined: "https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1984       decline: "Decline"
1985       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1986       legale_select: "Country of residence:"
1987       legale_names:
1988         france: "France"
1989         italy: "Italy"
1990         rest_of_world: "Rest of the world"
1991     no_such_user:
1992       title: "No such user"
1993       heading: "The user %{user} does not exist"
1994       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1995       deleted: "deleted"
1996     view:
1997       my diary: My Diary
1998       new diary entry: new diary entry
1999       my edits: My Edits
2000       my traces: My Traces
2001       my notes: My Notes
2002       my messages: My Messages
2003       my profile: My Profile
2004       my settings: My Settings
2005       my comments: My Comments
2006       oauth settings: oauth settings
2007       blocks on me: Blocks on Me
2008       blocks by me: Blocks by Me
2009       send message: Send Message
2010       diary: Diary
2011       edits: Edits
2012       traces: Traces
2013       notes: Map Notes
2014       remove as friend: Unfriend
2015       add as friend: Add Friend
2016       mapper since: "Mapper since:"
2017       ago: "(%{time_in_words_ago} ago)"
2018       ct status: "Contributor terms:"
2019       ct undecided: Undecided
2020       ct declined: Declined
2021       ct accepted: Accepted %{ago} ago
2022       latest edit: "Latest edit %{ago}:"
2023       email address: "Email address:"
2024       created from: "Created from:"
2025       status: "Status:"
2026       spam score: "Spam Score:"
2027       description: Description
2028       user location: User location
2029       if set location: "Set your home location on the %{settings_link} page to see nearby users."
2030       settings_link_text: settings
2031       your friends: Your friends
2032       no friends: You have not added any friends yet.
2033       km away: "%{count}km away"
2034       m away: "%{count}m away"
2035       nearby users: "Other nearby users"
2036       no nearby users: "There are no other users who admit to mapping nearby yet."
2037       role:
2038         administrator: "This user is an administrator"
2039         moderator: "This user is a moderator"
2040         grant:
2041           administrator: "Grant administrator access"
2042           moderator: "Grant moderator access"
2043         revoke:
2044           administrator: "Revoke administrator access"
2045           moderator: "Revoke moderator access"
2046       block_history: "Active Blocks"
2047       moderator_history: "Blocks Given"
2048       comments: "Comments"
2049       create_block: "Block this User"
2050       activate_user: "Activate this User"
2051       deactivate_user: "Deactivate this User"
2052       confirm_user: "Confirm this User"
2053       hide_user: "Hide this User"
2054       unhide_user: "Unhide this User"
2055       delete_user: "Delete this User"
2056       confirm: "Confirm"
2057       friends_changesets: "friends' changesets"
2058       friends_diaries: "friends' diary entries"
2059       nearby_changesets: "nearby user changesets"
2060       nearby_diaries: "nearby user diary entries"
2061       report: "Report this user?"
2062     popup:
2063       your location: "Your location"
2064       nearby mapper: "Nearby mapper"
2065       friend: "Friend"
2066     account:
2067       title: "Edit account"
2068       my settings: My settings
2069       current email address: "Current Email Address:"
2070       new email address: "New Email Address:"
2071       email never displayed publicly: "(never displayed publicly)"
2072       external auth: "External Authentication:"
2073       openid:
2074         link: "https://wiki.openstreetmap.org/wiki/OpenID"
2075         link text: "what is this?"
2076       public editing:
2077         heading: "Public editing:"
2078         enabled: "Enabled. Not anonymous and can edit data."
2079         enabled link: "https://wiki.openstreetmap.org/wiki/Anonymous_edits"
2080         enabled link text: "what is this?"
2081         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
2082         disabled link text: "why can't I edit?"
2083       public editing note:
2084         heading: "Public editing"
2085         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>"
2086       contributor terms:
2087         heading: "Contributor Terms:"
2088         agreed: "You have agreed to the new Contributor Terms."
2089         not yet agreed: "You have not yet agreed to the new Contributor Terms."
2090         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
2091         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
2092         link: "https://www.osmfoundation.org/wiki/License/Contributor_Terms"
2093         link text: "what is this?"
2094       profile description: "Profile Description:"
2095       preferred languages: "Preferred Languages:"
2096       preferred editor: "Preferred Editor:"
2097       image: "Image:"
2098       gravatar:
2099         gravatar: "Use Gravatar"
2100         link: "https://wiki.openstreetmap.org/wiki/Gravatar"
2101         link text: "what is this?"
2102         disabled: "Gravatar has been disabled."
2103         enabled: "Display of your Gravatar has been enabled."
2104       new image: "Add an image"
2105       keep image: "Keep the current image"
2106       delete image: "Remove the current image"
2107       replace image: "Replace the current image"
2108       image size hint: "(square images at least 100x100 work best)"
2109       home location: "Home Location:"
2110       no home location: "You have not entered your home location."
2111       latitude: "Latitude:"
2112       longitude: "Longitude:"
2113       update home location on click: "Update home location when I click on the map?"
2114       save changes button: Save Changes
2115       make edits public button: Make all my edits public
2116       return to profile: Return to profile
2117       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
2118       flash update success: "User information updated successfully."
2119     confirm:
2120       heading: Check your email!
2121       introduction_1: |
2122         We sent you a confirmation email.
2123       introduction_2: |
2124         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
2125       press confirm button: "Press the confirm button below to activate your account."
2126       button: Confirm
2127       success: "Confirmed your account, thanks for signing up!"
2128       already active: "This account has already been confirmed."
2129       unknown token: "That confirmation code has expired or does not exist."
2130       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
2131     confirm_resend:
2132       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."
2133       failure: "User %{name} not found."
2134     confirm_email:
2135       heading: Confirm a change of email address
2136       press confirm button: "Press the confirm button below to confirm your new email address."
2137       button: Confirm
2138       success: "Confirmed your change of email address!"
2139       failure: "An email address has already been confirmed with this token."
2140       unknown_token: "That confirmation code has expired or does not exist."
2141     set_home:
2142       flash success: "Home location saved successfully"
2143     go_public:
2144       flash success: "All your edits are now public, and you are now allowed to edit."
2145     make_friend:
2146       heading: "Add %{user} as a friend?"
2147       button: "Add as friend"
2148       success: "%{name} is now your friend!"
2149       failed: "Sorry, failed to add %{name} as a friend."
2150       already_a_friend: "You are already friends with %{name}."
2151     remove_friend:
2152       heading: "Unfriend %{user}?"
2153       button: "Unfriend"
2154       success: "%{name} was removed from your friends."
2155       not_a_friend: "%{name} is not one of your friends."
2156     filter:
2157       not_an_administrator: "You need to be an administrator to perform that action."
2158     list:
2159       title: Users
2160       heading: Users
2161       showing:
2162         one: Page %{page} (%{first_item} of %{items})
2163         other: Page %{page} (%{first_item}-%{last_item} of %{items})
2164       summary: "%{name} created from %{ip_address} on %{date}"
2165       summary_no_ip: "%{name} created on %{date}"
2166       confirm: Confirm Selected Users
2167       hide: Hide Selected Users
2168       empty: No matching users found
2169     suspended:
2170       title: Account Suspended
2171       heading: Account Suspended
2172       webmaster: webmaster
2173       body: |
2174         <p>
2175           Sorry, your account has been automatically suspended due to
2176           suspicious activity.
2177         </p>
2178         <p>
2179           This decision will be reviewed by an administrator shortly, or
2180           you may contact the %{webmaster} if you wish to discuss this.
2181         </p>
2182     auth_failure:
2183       connection_failed: Connection to authentication provider failed
2184       invalid_credentials: Invalid authentication credentials
2185       no_authorization_code: No authorization code
2186       unknown_signature_algorithm: Unknown signature algorithm
2187       invalid_scope: Invalid scope
2188     auth_association:
2189       heading: Your ID is not associated with a OpenStreetMap account yet.
2190       option_1: |
2191         If you are new to OpenStreetMap, please create a new account
2192         using the form below.
2193       option_2: |
2194         If you already have an account, you can login to your account
2195         using your username and password and then associate the account
2196         with your ID in your user settings.
2197   user_role:
2198     filter:
2199       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
2200       not_a_role: "The string `%{role}' is not a valid role."
2201       already_has_role: "The user already has role %{role}."
2202       doesnt_have_role: "The user does not have role %{role}."
2203       not_revoke_admin_current_user: "Cannot revoke administrator role from current user."
2204     grant:
2205       title: Confirm role granting
2206       heading: Confirm role granting
2207       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
2208       confirm: "Confirm"
2209       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
2210     revoke:
2211       title: Confirm role revoking
2212       heading: Confirm role revoking
2213       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
2214       confirm: "Confirm"
2215       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
2216   user_block:
2217     model:
2218       non_moderator_update: "Must be a moderator to create or update a block."
2219       non_moderator_revoke: "Must be a moderator to revoke a block."
2220     not_found:
2221       sorry: "Sorry, the user block with ID %{id} could not be found."
2222       back: "Back to index"
2223     new:
2224       title: "Creating block on %{name}"
2225       heading: "Creating block on %{name}"
2226       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."
2227       period: "How long, starting now, the user will be blocked from the API for."
2228       submit: "Create block"
2229       tried_contacting: "I have contacted the user and asked them to stop."
2230       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
2231       needs_view: "User needs to log in before this block will be cleared"
2232       back: "View all blocks"
2233     edit:
2234       title: "Editing block on %{name}"
2235       heading: "Editing block on %{name}"
2236       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."
2237       period: "How long, starting now, the user will be blocked from the API for."
2238       submit: "Update block"
2239       show: "View this block"
2240       back: "View all blocks"
2241       needs_view: "Does the user need to log in before this block will be cleared?"
2242     filter:
2243       block_expired: "The block has already expired and cannot be edited."
2244       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2245     create:
2246       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
2247       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
2248       flash: "Created a block on user %{name}."
2249     update:
2250       only_creator_can_edit: "Only the moderator who created this block can edit it."
2251       success: "Block updated."
2252     index:
2253       title: "User blocks"
2254       heading: "List of user blocks"
2255       empty: "No blocks have been made yet."
2256     revoke:
2257       title: "Revoking block on %{block_on}"
2258       heading: "Revoking block on %{block_on} by %{block_by}"
2259       time_future: "This block will end in %{time}."
2260       past: "This block ended %{time} ago and cannot be revoked now."
2261       confirm: "Are you sure you wish to revoke this block?"
2262       revoke: "Revoke!"
2263       flash: "This block has been revoked."
2264     period:
2265       one: "1 hour"
2266       other: "%{count} hours"
2267     partial:
2268       show: "Show"
2269       edit: "Edit"
2270       revoke: "Revoke!"
2271       confirm: "Are you sure?"
2272       display_name: "Blocked User"
2273       creator_name: "Creator"
2274       reason: "Reason for block"
2275       status: "Status"
2276       revoker_name: "Revoked by"
2277       not_revoked: "(not revoked)"
2278       showing_page: "Page %{page}"
2279       next: "Next »"
2280       previous: "« Previous"
2281     helper:
2282       time_future: "Ends in %{time}."
2283       until_login: "Active until the user logs in."
2284       time_future_and_until_login: "Ends in %{time} and after the user has logged in."
2285       time_past: "Ended %{time} ago."
2286     blocks_on:
2287       title: "Blocks on %{name}"
2288       heading: "List of blocks on %{name}"
2289       empty: "%{name} has not been blocked yet."
2290     blocks_by:
2291       title: "Blocks by %{name}"
2292       heading: "List of blocks by %{name}"
2293       empty: "%{name} has not made any blocks yet."
2294     show:
2295       title: "%{block_on} blocked by %{block_by}"
2296       heading: "%{block_on} blocked by %{block_by}"
2297       time_future: "Ends in %{time}"
2298       time_past: "Ended %{time} ago"
2299       created: "Created"
2300       ago: "%{time} ago"
2301       status: "Status"
2302       show: "Show"
2303       edit: "Edit"
2304       revoke: "Revoke!"
2305       confirm: "Are you sure?"
2306       reason: "Reason for block:"
2307       back: "View all blocks"
2308       revoker: "Revoker:"
2309       needs_view: "The user needs to log in before this block will be cleared."
2310   note:
2311     description:
2312       opened_at_html: "Created %{when} ago"
2313       opened_at_by_html: "Created %{when} ago by %{user}"
2314       commented_at_html: "Updated %{when} ago"
2315       commented_at_by_html: "Updated %{when} ago by %{user}"
2316       closed_at_html: "Resolved %{when} ago"
2317       closed_at_by_html: "Resolved %{when} ago by %{user}"
2318       reopened_at_html: "Reactivated %{when} ago"
2319       reopened_at_by_html: "Reactivated %{when} ago by %{user}"
2320     rss:
2321       title: "OpenStreetMap Notes"
2322       description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
2323       description_item: "An rss feed for note %{id}"
2324       opened: "new note (near %{place})"
2325       commented: "new comment (near %{place})"
2326       closed: "closed note (near %{place})"
2327       reopened: "reactivated note (near %{place})"
2328     entry:
2329       comment: Comment
2330       full: Full note
2331     mine:
2332       title: "Notes submitted or commented on by %{user}"
2333       heading: "%{user}'s notes"
2334       subheading: "Notes submitted or commented on by %{user}"
2335       id: "Id"
2336       creator: "Creator"
2337       description: "Description"
2338       created_at: "Created at"
2339       last_changed: "Last changed"
2340       ago_html: "%{when} ago"
2341   javascripts:
2342     close: Close
2343     share:
2344       title: "Share"
2345       cancel: "Cancel"
2346       image: "Image"
2347       link: "Link or HTML"
2348       long_link: "Link"
2349       short_link: "Short Link"
2350       geo_uri: "Geo URI"
2351       embed: "HTML"
2352       custom_dimensions: "Set custom dimensions"
2353       format: "Format:"
2354       scale: "Scale:"
2355       image_size: "Image will show standard layer at "
2356       download: "Download"
2357       short_url: "Short URL"
2358       include_marker: "Include marker"
2359       center_marker: "Center map on marker"
2360       paste_html: "Paste HTML to embed in website"
2361       view_larger_map: "View Larger Map"
2362       only_standard_layer: "Only the standard layer can be exported as an image"
2363     embed:
2364       report_problem: "Report a problem"
2365     key:
2366       title: "Map Key"
2367       tooltip: "Map Key"
2368       tooltip_disabled: "Map Key not available for this layer"
2369     map:
2370       zoom:
2371         in: Zoom In
2372         out: Zoom Out
2373       locate:
2374         title: Show My Location
2375         popup: You are within {distance} {unit} of this point
2376       base:
2377         standard: Standard
2378         cycle_map: Cycle Map
2379         transport_map: Transport Map
2380         hot: Humanitarian
2381       layers:
2382         header: Map Layers
2383         notes: Map Notes
2384         data: Map Data
2385         gps: Public GPS Traces
2386         overlays: Enable overlays for troubleshooting the map
2387         title: "Layers"
2388       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2389       donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
2390     site:
2391       edit_tooltip: Edit the map
2392       edit_disabled_tooltip: Zoom in to edit the map
2393       createnote_tooltip: Add a note to the map
2394       createnote_disabled_tooltip: Zoom in to add a note to the map
2395       map_notes_zoom_in_tooltip: Zoom in to see map notes
2396       map_data_zoom_in_tooltip: Zoom in to see map data
2397       queryfeature_tooltip: Query features
2398       queryfeature_disabled_tooltip: Zoom in to query features
2399     changesets:
2400       show:
2401         comment: "Comment"
2402         subscribe: "Subscribe"
2403         unsubscribe: "Unsubscribe"
2404         hide_comment: "hide"
2405         unhide_comment: "unhide"
2406     notes:
2407       new:
2408         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."
2409         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."
2410         add: Add Note
2411       show:
2412         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2413         hide: Hide
2414         resolve: Resolve
2415         reactivate: Reactivate
2416         comment_and_resolve: Comment & Resolve
2417         comment: Comment
2418     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2419     directions:
2420       ascend: "Ascend"
2421       engines:
2422         graphhopper_bicycle: "Bicycle (GraphHopper)"
2423         graphhopper_car: "Car (GraphHopper)"
2424         graphhopper_foot: "Foot (GraphHopper)"
2425         mapquest_bicycle: "Bicycle (MapQuest)"
2426         mapquest_car: "Car (MapQuest)"
2427         mapquest_foot: "Foot (MapQuest)"
2428         osrm_car: "Car (OSRM)"
2429       descend: "Descend"
2430       directions: "Directions"
2431       distance: "Distance"
2432       errors:
2433         no_route: "Couldn't find a route between those two places."
2434         no_place: "Sorry - couldn't find that place."
2435       instructions:
2436         continue_without_exit: Continue on %{name}
2437         slight_right_without_exit: Slight right onto %{name}
2438         offramp_right: Take the ramp on the right
2439         offramp_right_with_exit: Take exit %{exit} on the right
2440         offramp_right_with_exit_name: Take exit %{exit} on the right onto %{name}
2441         offramp_right_with_exit_directions: Take exit %{exit} on the right towards %{directions}
2442         offramp_right_with_exit_name_directions: Take exit %{exit} on the right onto %{name}, towards %{directions}
2443         offramp_right_with_name: Take the ramp on the right onto %{name}
2444         offramp_right_with_directions: Take the ramp on the right towards %{directions}
2445         offramp_right_with_name_directions: Take the ramp on the right onto %{name}, towards %{directions}
2446         onramp_right_without_exit: Turn right on the ramp onto %{name}
2447         onramp_right_with_directions: Turn right onto the ramp towards %{directions}
2448         onramp_right_with_name_directions: Turn right on the ramp onto %{name}, towards %{directions}
2449         onramp_right_without_directions: Turn right onto the ramp
2450         endofroad_right_without_exit: At the end of the road turn right onto %{name}
2451         merge_right_without_exit: Merge right onto %{name}
2452         fork_right_without_exit: At the fork turn right onto %{name}
2453         turn_right_without_exit: Turn right onto %{name}
2454         sharp_right_without_exit: Sharp right onto %{name}
2455         uturn_without_exit: U-turn along %{name}
2456         sharp_left_without_exit: Sharp left onto %{name}
2457         turn_left_without_exit: Turn left onto %{name}
2458         offramp_left: Take the ramp on the left
2459         offramp_left_with_exit: Take exit %{exit} on the left
2460         offramp_left_with_exit_name: Take exit %{exit} on the left onto %{name}
2461         offramp_left_with_exit_directions: Take exit %{exit} on the left towards %{directions}
2462         offramp_left_with_exit_name_directions: Take exit %{exit} on the left onto %{name}, towards %{directions}
2463         offramp_left_with_name: Take the ramp on the left onto %{name}
2464         offramp_left_with_directions: Take the ramp on the left towards %{directions}
2465         offramp_left_with_name_directions: Take the ramp on the left onto %{name}, towards %{directions}
2466         onramp_left_without_exit: Turn left on the ramp onto %{name}
2467         onramp_left_with_directions: Turn left onto the ramp towards %{directions}
2468         onramp_left_with_name_directions: Turn left on the ramp onto %{name}, towards %{directions}
2469         onramp_left_without_directions: Turn left onto the ramp
2470         endofroad_left_without_exit: At the end of the road turn left onto %{name}
2471         merge_left_without_exit: Merge left onto %{name}
2472         fork_left_without_exit: At the fork turn left onto %{name}
2473         slight_left_without_exit: Slight left onto %{name}
2474         via_point_without_exit: (via point)
2475         follow_without_exit: Follow %{name}
2476         roundabout_without_exit: At roundabout take exit onto %{name}
2477         leave_roundabout_without_exit: Leave roundabout - %{name}
2478         stay_roundabout_without_exit: Stay on roundabout - %{name}
2479         start_without_exit: Start on %{name}
2480         destination_without_exit: Reach destination
2481         against_oneway_without_exit: Go against one-way on %{name}
2482         end_oneway_without_exit: End of one-way on %{name}
2483         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
2484         turn_left_with_exit: At roundabout turn left onto %{name}
2485         slight_left_with_exit: At roundabout slight left onto %{name}
2486         turn_right_with_exit: At roundabout turn right onto %{name}
2487         slight_right_with_exit: At roundabout slight right onto %{name}
2488         continue_with_exit: At roundabout continue straight onto %{name}
2489         unnamed: "unnamed road"
2490         courtesy: "Directions courtesy of %{link}"
2491       time: "Time"
2492     query:
2493       node: Node
2494       way: Way
2495       relation: Relation
2496       nothing_found: No features found
2497       error: "Error contacting %{server}: %{error}"
2498       timeout: "Timeout contacting %{server}"
2499     context:
2500       directions_from: Directions from here
2501       directions_to: Directions to here
2502       add_note: Add a note here
2503       show_address: Show address
2504       query_features: Query features
2505       centre_map: Centre map here
2506   redaction:
2507     edit:
2508       description: "Description"
2509       heading: "Edit redaction"
2510       submit: "Save redaction"
2511       title: "Edit redaction"
2512     index:
2513       empty: "No redactions to show."
2514       heading: "List of redactions"
2515       title: "List of redactions"
2516     new:
2517       description: "Description"
2518       heading: "Enter information for new redaction"
2519       submit: "Create redaction"
2520       title: "Creating new redaction"
2521     show:
2522       description: "Description:"
2523       heading: "Showing redaction \"%{title}\""
2524       title: "Showing redaction"
2525       user: "Creator:"
2526       edit: "Edit this redaction"
2527       destroy: "Remove this redaction"
2528       confirm: "Are you sure?"
2529     create:
2530       flash: "Redaction created."
2531     update:
2532       flash: "Changes saved."
2533     destroy:
2534       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2535       flash: "Redaction destroyed."
2536       error: "There was an error destroying this redaction."