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