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