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