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