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