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