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