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