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