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