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