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