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