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