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