]> git.openstreetmap.org Git - rails.git/blob - config/locales/en-GB.yml
Remove unused no_iframe_support message
[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     user_diaries_tooltip: View user diaries
1146     edit_with: Edit with %{editor}
1147     tag_line: The Free Wiki World Map
1148     intro_header: Welcome to OpenStreetMap!
1149     intro_text: OpenStreetMap is a map of the world, created by people like you and
1150       free to use under an open licence.
1151     intro_2_create_account: Create a user account
1152     partners_partners: partners
1153     osm_offline: The OpenStreetMap database is currently offline while essential database
1154       maintenance work is carried out.
1155     osm_read_only: The OpenStreetMap database is currently in read-only mode while
1156       essential database maintenance work is carried out.
1157     donate: Support OpenStreetMap by %{link} to the Hardware Upgrade Fund.
1158     help: Help
1159     about: About
1160     copyright: Copyright
1161     community: Community
1162     community_blogs: Community Blogs
1163     community_blogs_title: Blogs from members of the OpenStreetMap community
1164     make_a_donation:
1165       title: Support OpenStreetMap with a monetary donation
1166       text: Make a Donation
1167     learn_more: Learn More
1168     more: More
1169   user_mailer:
1170     diary_comment_notification:
1171       subject: '[OpenStreetMap] %{user} commented on a diary entry'
1172       hi: Hi %{to_user},
1173       header: '%{from_user} has commented on the OpenStreetMap diary entry with the
1174         subject %{subject}:'
1175       footer: You can also read the comment at %{readurl} and you can comment at %{commenturl}
1176         or send a message to the author at %{replyurl}
1177     message_notification:
1178       hi: Hi %{to_user},
1179       header: '%{from_user} has sent you a message through OpenStreetMap with the
1180         subject %{subject}:'
1181       footer_html: You can also read the message at %{readurl} and you can send a
1182         message to the author at %{replyurl}
1183     friendship_notification:
1184       hi: Hi %{to_user},
1185       subject: '[OpenStreetMap] %{user} added you as a friend'
1186       had_added_you: '%{user} has added you as a friend on OpenStreetMap.'
1187       see_their_profile: You can see their profile at %{userurl}.
1188       befriend_them: You can also add them as a friend at %{befriendurl}.
1189     gpx_failure:
1190       failed_to_import: 'failed to import. Here is the error:'
1191       subject: '[OpenStreetMap] GPX Import failure'
1192     gpx_success:
1193       subject: '[OpenStreetMap] GPX Import success'
1194     signup_confirm:
1195       subject: '[OpenStreetMap] Welcome to OpenStreetMap'
1196       greeting: Hi there!
1197       created: Someone (hopefully you) just created an account at %{site_url}.
1198       confirm: 'Before we do anything else, we need to confirm that this request came
1199         from you, so if it did then please click the link below to confirm your account:'
1200       welcome: After you confirm your account, we'll provide you with some additional
1201         information to get you started.
1202     email_confirm:
1203       subject: '[OpenStreetMap] Confirm your e-mail address'
1204       greeting: Hi,
1205       hopefully_you: Someone (hopefully you) would like to change their email address
1206         over at %{server_url} to %{new_address}.
1207       click_the_link: If this is you, please click the link below to confirm the change.
1208     lost_password:
1209       subject: '[OpenStreetMap] Password reset request'
1210       greeting: Hi,
1211       hopefully_you: Someone (possibly you) has asked for the password to be reset
1212         on this email address's openstreetmap.org account.
1213       click_the_link: If this is you, please click the link below to reset your password.
1214     note_comment_notification:
1215       anonymous: An anonymous user
1216       greeting: Hi,
1217       commented:
1218         subject_own: '[OpenStreetMap] %{commenter} has commented on one of your notes'
1219         subject_other: '[OpenStreetMap] %{commenter} has commented on a note you are
1220           interested in'
1221         your_note: '%{commenter} has left a comment on one of your map notes near
1222           %{place}.'
1223         commented_note: '%{commenter} has left a comment on a map note you have commented
1224           on. The note is near %{place}.'
1225       closed:
1226         subject_own: '[OpenStreetMap] %{commenter} has resolved one of your notes'
1227         subject_other: '[OpenStreetMap] %{commenter} has resolved a note you are interested
1228           in'
1229         your_note: '%{commenter} has resolved one of your map notes near %{place}.'
1230         commented_note: '%{commenter} has resolved a map note you have commented on.
1231           The note is near %{place}.'
1232       reopened:
1233         subject_own: '[OpenStreetMap] %{commenter} has reactivated one of your notes'
1234         subject_other: '[OpenStreetMap] %{commenter} has reactivated a note you are
1235           interested in'
1236         your_note: '%{commenter} has reactivated one of your map notes near %{place}.'
1237         commented_note: '%{commenter} has reactivated a map note you have commented
1238           on. The note is near %{place}.'
1239     changeset_comment_notification:
1240       hi: Hi %{to_user},
1241       greeting: Hi,
1242       commented:
1243         subject_own: '[OpenStreetMap] %{commenter} has commented on one of your changesets'
1244         subject_other: '[OpenStreetMap] %{commenter} has commented on a changeset
1245           you are interested in'
1246         your_changeset: '%{commenter} left a comment at %{time} on one of your changesets'
1247         commented_changeset: '%{commenter} left a comment at %{time} on a changeset
1248           you are watching created by %{changeset_author}'
1249         partial_changeset_with_comment: with comment '%{changeset_comment}'
1250         partial_changeset_without_comment: without comment
1251   confirmations:
1252     confirm:
1253       heading: Check your email!
1254       introduction_1: We sent you a confirmation email.
1255       introduction_2: Confirm your account by clicking on the link in the email and
1256         you'll be able to start mapping.
1257       press confirm button: Press the confirm button below to activate your account.
1258       button: Confirm
1259       success: Confirmed your account, thanks for signing up!
1260       already active: This account has already been confirmed.
1261       unknown token: That confirmation code has expired or does not exist.
1262     confirm_resend:
1263       failure: User %{name} not found.
1264     confirm_email:
1265       heading: Confirm a change of e-mail address
1266       press confirm button: Press the confirm button below to confirm your new e-mail
1267         address.
1268       button: Confirm
1269       success: Confirmed your change of email address!
1270       failure: An e-mail address has already been confirmed with this token.
1271       unknown_token: That confirmation code has expired or does not exist.
1272   messages:
1273     inbox:
1274       title: Inbox
1275       messages: You have %{new_messages} and %{old_messages}
1276       new_messages:
1277         one: '%{count} new message'
1278         other: '%{count} new messages'
1279       old_messages:
1280         one: '%{count} old message'
1281         other: '%{count} old messages'
1282       no_messages_yet_html: You have no messages yet. Why not get in touch with some
1283         of the %{people_mapping_nearby_link}?
1284       people_mapping_nearby: people mapping nearby
1285     messages_table:
1286       from: From
1287       to: To
1288       subject: Subject
1289       date: Date
1290     message_summary:
1291       unread_button: Mark as unread
1292       read_button: Mark as read
1293       reply_button: Reply
1294       destroy_button: Delete
1295     new:
1296       title: Send message
1297       send_message_to_html: Send a new message to %{name}
1298       back_to_inbox: Back to inbox
1299     create:
1300       message_sent: Message sent
1301       limit_exceeded: You have sent a lot of messages recently. Please wait a while
1302         before trying to send any more.
1303     no_such_message:
1304       title: No such message
1305       heading: No such message
1306       body: Sorry, there is no message with that id.
1307     outbox:
1308       title: Outbox
1309       messages:
1310         one: You have %{count} sent message
1311         other: You have %{count} sent messages
1312       no_sent_messages_html: You have no sent messages yet. Why not get in touch with
1313         some of the %{people_mapping_nearby_link}?
1314       people_mapping_nearby: people mapping nearby
1315     show:
1316       title: Read message
1317       reply_button: Reply
1318       unread_button: Mark as unread
1319       destroy_button: Delete
1320       back: Back
1321     sent_message_summary:
1322       destroy_button: Delete
1323     heading:
1324       my_inbox: My Inbox
1325     mark:
1326       as_read: Message marked as read
1327       as_unread: Message marked as unread
1328     destroy:
1329       destroyed: Message deleted
1330   passwords:
1331     new:
1332       title: Lost password
1333       heading: Forgotten Password?
1334       email address: E-mail Address
1335       new password button: Reset password
1336       help_text: Enter the e-mail address you used to sign up, we will send a link
1337         to it that you can use to reset your password.
1338     edit:
1339       title: Reset password
1340       heading: Reset Password for %{user}
1341       reset: Reset Password
1342       flash token bad: Did not find that token, check the URL maybe?
1343     update:
1344       flash changed: Your password has been changed.
1345   profiles:
1346     edit:
1347       image: Image
1348       gravatar:
1349         gravatar: Use Gravatar
1350         disabled: Gravatar has been disabled.
1351         enabled: Display of your Gravatar has been enabled.
1352       new image: Add an image
1353       keep image: Keep the current image
1354       delete image: Remove the current image
1355       replace image: Replace the current image
1356       image size hint: (square images at least 100x100 work best)
1357       home location: Home Location
1358       no home location: You have not entered your home location.
1359       update home location on click: Update home location when I click on the map?
1360   sessions:
1361     new:
1362       email or username: E-mail Address or Username
1363       password: Password
1364       remember: Remember me
1365       lost password link: Lost your password?
1366       register now: Register now
1367       auth failure: Sorry, could not log in with those details.
1368     destroy:
1369       title: Logout
1370       heading: Logout of OpenStreetMap
1371       logout_button: Logout
1372   site:
1373     about:
1374       next: Next
1375       lede_text: OpenStreetMap is built by a community of mappers that contribute
1376         and maintain data about roads, trails, cafés, railway stations, and much more,
1377         all over the world.
1378       local_knowledge_title: Local Knowledge
1379       local_knowledge_html: |-
1380         OpenStreetMap emphasises local knowledge. Contributors use
1381         aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1382         is accurate and up to date.
1383       community_driven_title: Community Driven
1384       open_data_title: Open Data
1385       open_data_1_html: |-
1386         OpenStreetMap is %{open_data}: you are free to use it for any purpose
1387         as long as you credit OpenStreetMap and its contributors. If you alter or
1388         build upon the data in certain ways, you may distribute the result only
1389         under the same licence. See the %{copyright_license_link} for details.
1390       open_data_copyright_license: Copyright and Licence page
1391       legal_title: Legal
1392       partners_title: Partners
1393     copyright:
1394       title: Copyright and Licence
1395       foreign:
1396         title: About this translation
1397         html: In the event of a conflict between this translated page and %{english_original_link},
1398           the English page shall take precedence
1399         english_link: the English original
1400       native:
1401         title: About this page
1402         html: You are viewing the English version of the copyright page. You can go
1403           back to the %{native_link} of this page or you can stop reading about copyright
1404           and %{mapping_link}.
1405         native_link: British English version
1406         mapping_link: start mapping
1407       legal_babble:
1408         introduction_3_html: Our documentation is licensed under the %{creative_commons_link}
1409           license (CC BY-SA 2.0).
1410         credit_title_html: How to credit OpenStreetMap
1411         attribution_example:
1412           alt: Example of how to attribute OpenStreetMap on a webpage
1413           title: Attribution example
1414         more_title_html: Finding out more
1415         more_1_1_osmf_licence_page: OSMF Licence page
1416         contributors_title_html: Our contributors
1417         contributors_intro_html: |-
1418           Our contributors are thousands of individuals. We also include
1419           openly-licenced data from national mapping agencies
1420           and other sources, among them:
1421         contributors_cz_cc_licence: Creative Commons Attribution 4.0 International
1422           licence (CC BY 4.0)
1423         contributors_footer_2_html: Inclusion of data in OpenStreetMap does not imply
1424           that the original data provider endorses OpenStreetMap, provides any warranty,
1425           or accepts any liability.
1426         infringement_title_html: Copyright infringement
1427         infringement_1_html: OSM contributors are reminded never to add data from
1428           any copyrighted sources (e.g. Google Maps or printed maps) without explicit
1429           permission from the copyright holders.
1430     index:
1431       js_1: You are either using a browser that does not support JavaScript, or you
1432         have disabled JavaScript.
1433       license:
1434         copyright: Copyright OpenStreetMap and contributors, under an open licence
1435       remote_failed: Editing failed - make sure JOSM or Merkaartor is loaded and that
1436         the remote control option is enabled
1437     edit:
1438       not_public: You have not set your edits to be public.
1439       not_public_description_html: You can no longer edit the map unless you do so.
1440         You can set your edits as public from your %{user_page}.
1441       user_page_link: user page
1442       anon_edits_link_text: Find out why this is the case.
1443       id_not_configured: iD has not been configured
1444       no_iframe_support: Your browser doesn't support HTML iframes, which are necessary
1445         for this feature.
1446     export:
1447       title: Export
1448       manually_select: Manually select a different area
1449       licence: Licence
1450       too_large:
1451         advice: 'If the above export fails, please consider using one of the sources
1452           listed below:'
1453         body: This area is too large to be exported as OpenStreetMap XML Data. Please
1454           zoom in or select a smaller area, or use one of the sources listed below
1455           for bulk data downloads.
1456         planet:
1457           title: Planet OSM
1458           description: Regularly updated copies of the complete OpenStreetMap database
1459         overpass:
1460           title: Overpass API
1461           description: Download this bounding box from a mirror of the OpenStreetMap
1462             database
1463         geofabrik:
1464           title: Geofabrik Downloads
1465           description: Regularly-updated extracts of continents, countries, and selected
1466             cities
1467         other:
1468           title: Other Sources
1469           description: Additional sources listed on the OpenStreetMap wiki
1470       export_button: Export
1471     fixthemap:
1472       title: Report a problem/Fix the map
1473       how_to_help:
1474         title: How to Help
1475         join_the_community:
1476           title: Join the community
1477           explanation_html: If you have noticed a problem with our map data, for example
1478             a road is missing or your address, the best way to proceed is to join
1479             the OpenStreetMap community and add or repair the data yourself.
1480       other_concerns:
1481         title: Other concerns
1482     help:
1483       title: Getting Help
1484       introduction: OpenStreetMap has several resources for learning about the project,
1485         asking and answering questions, and collaboratively discussing and documenting
1486         mapping topics.
1487       welcome:
1488         url: /welcome
1489         title: Welcome to OpenStreetMap
1490         description: Start with this quick guide covering the OpenStreetMap basics.
1491       beginners_guide:
1492         title: Beginners' Guide
1493         description: Community maintained guide for beginners.
1494       mailing_lists:
1495         title: Mailing Lists
1496         description: Ask a question or discuss interesting matters on a wide range
1497           of topical or regional mailing lists.
1498       irc:
1499         title: IRC
1500         description: Interactive chat in many different languages and on many topics.
1501       switch2osm:
1502         title: switch2osm
1503         description: Help for companies and organisations switching to OpenStreetMap
1504           based maps and other services.
1505       wiki:
1506         title: OpenStreetMap Wiki
1507         description: Browse the wiki for in-depth OpenStreetMap documentation.
1508     any_questions:
1509       title: Any questions?
1510     sidebar:
1511       search_results: Search Results
1512       close: Close
1513     search:
1514       search: Search
1515       get_directions: Get directions
1516       get_directions_title: Find directions between two points
1517       from: From
1518       to: To
1519       where_am_i: Where is this?
1520       where_am_i_title: Describe the current location using the search engine
1521       submit_text: Go
1522       reverse_directions_text: Reverse Directions
1523     key:
1524       table:
1525         entry:
1526           motorway: Motorway
1527           main_road: Main road
1528           trunk: Trunk road
1529           primary: Primary road
1530           secondary: Secondary road
1531           unclassified: Unclassified road
1532           track: Track
1533           bridleway: Bridleway
1534           cycleway: Cycleway
1535           cycleway_national: National cycleway
1536           cycleway_regional: Regional cycleway
1537           cycleway_local: Local cycleway
1538           footway: Footway
1539           rail: Railway
1540           subway: Subway
1541           cable_car: Cable car
1542           chair_lift: Chair lift
1543           runway: Airport Runway
1544           taxiway: Taxiway
1545           apron: Airport apron
1546           admin: Administrative boundary
1547           forest: Forest
1548           wood: Wood
1549           golf: Golf course
1550           park: Park
1551           common: Common
1552           resident: Residential area
1553           retail: Retail area
1554           industrial: Industrial area
1555           commercial: Commercial area
1556           heathland: Heathland
1557           lake: Lake
1558           reservoir: Reservoir
1559           farm: Farm
1560           brownfield: Brownfield site
1561           cemetery: Cemetery
1562           allotments: Allotments
1563           pitch: Sports pitch
1564           centre: Sports centre
1565           reserve: Nature reserve
1566           military: Military area
1567           school: School
1568           university: University
1569           building: Significant building
1570           station: Railway station
1571           summit: Summit
1572           peak: Peak
1573           tunnel: Dashed casing = tunnel
1574           bridge: Black casing = bridge
1575           private: Private access
1576           destination: Destination access
1577           construction: Roads under construction
1578           bicycle_shop: Bicycle shop
1579           bicycle_parking: Bicycle parking
1580           toilets: Toilets
1581     welcome:
1582       title: Welcome!
1583       introduction: Welcome to OpenStreetMap, the free and editable map of the world.
1584         Now that you're signed up, you're all set to get started mapping. Here's a
1585         quick guide with the most important things you need to know.
1586       whats_on_the_map:
1587         title: What's on the Map
1588       basic_terms:
1589         title: Basic Terms For Mapping
1590         paragraph_1: OpenStreetMap has some of its own lingo. Here are a few key words
1591           that'll come in handy.
1592       rules:
1593         title: Rules!
1594       start_mapping: Start Mapping
1595       add_a_note:
1596         title: No Time To Edit? Add a Note!
1597         para_1: If you just want something small fixed and don't have the time to
1598           sign up and learn how to edit, it's easy to add a note.
1599   traces:
1600     visibility:
1601       private: Private (only shared as anonymous, unordered points)
1602       public: Public (shown in trace list and as anonymous, unordered points)
1603       trackable: Trackable (only shared as anonymous, ordered points with timestamps)
1604       identifiable: Identifiable (shown in trace list and as identifiable, ordered
1605         points with timestamps)
1606     new:
1607       visibility_help: what does this mean?
1608       help: Help
1609       help_url: https://wiki.openstreetmap.org/wiki/Upload
1610     create:
1611       upload_trace: Upload GPS Trace
1612       trace_uploaded: Your GPX file has been uploaded and is awaiting insertion in
1613         to the database. This will usually happen within half an hour, and an email
1614         will be sent to you on completion.
1615       traces_waiting:
1616         one: You have %{count} trace waiting for upload. Please consider waiting for
1617           this to finish before uploading any more, so as not to block the queue for
1618           other users.
1619         other: You have %{count} traces waiting for upload. Please consider waiting
1620           for these to finish before uploading any more, so as not to block the queue
1621           for other users.
1622     edit:
1623       title: Editing trace %{name}
1624       heading: Editing trace %{name}
1625       visibility_help: what does this mean?
1626     trace_optionals:
1627       tags: Tags
1628     show:
1629       title: Viewing trace %{name}
1630       heading: Viewing trace %{name}
1631       pending: PENDING
1632       filename: 'Filename:'
1633       download: download
1634       uploaded: 'Uploaded:'
1635       points: 'Points:'
1636       start_coordinates: 'Start coordinate:'
1637       map: map
1638       edit: edit
1639       owner: 'Owner:'
1640       description: 'Description:'
1641       tags: 'Tags:'
1642       none: None
1643       edit_trace: Edit this trace
1644       delete_trace: Delete this trace
1645       trace_not_found: Trace not found!
1646       visibility: 'Visibility:'
1647     trace:
1648       pending: PENDING
1649       count_points:
1650         one: '%{count} point'
1651         other: '%{count} points'
1652       more: more
1653       trace_details: View Trace Details
1654       view_map: View Map
1655       edit_map: Edit Map
1656       public: PUBLIC
1657       identifiable: IDENTIFIABLE
1658       private: PRIVATE
1659       trackable: TRACKABLE
1660     index:
1661       public_traces: Public GPS traces
1662       public_traces_from: Public GPS traces from %{user}
1663       description: Browse recent GPS track uploads
1664       tagged_with: ' tagged with %{tags}'
1665       upload_trace: Upload a trace
1666     page:
1667       older: Older Traces
1668       newer: Newer Traces
1669     destroy:
1670       scheduled_for_deletion: Trace scheduled for deletion
1671     make_public:
1672       made_public: Trace made public
1673     offline_warning:
1674       message: The GPX file upload system is currently unavailable
1675     offline:
1676       heading: GPX Storage Offline
1677       message: The GPX file storage and upload system is currently unavailable.
1678     georss:
1679       title: OpenStreetMap GPS Traces
1680     description:
1681       description_with_count:
1682         one: GPX file with %{count} point from %{user}
1683         other: GPX file with %{count} points from %{user}
1684       description_without_count: GPX file from %{user}
1685   application:
1686     require_cookies:
1687       cookies_needed: You appear to have cookies disabled - please enable cookies
1688         in your browser before continuing.
1689     setup_user_auth:
1690       blocked: Your access to the API has been blocked. Please log-in to the web interface
1691         to find out more.
1692       need_to_see_terms: Your access to the API is temporarily suspended. Please log-in
1693         to the web interface to view the Contributor Terms. You do not need to agree,
1694         but you must view them.
1695   oauth:
1696     authorize:
1697       title: Authorise access to your account
1698       request_access_html: The application %{app_name} is requesting access to your
1699         account, %{user}. Please check whether you would like the application to have
1700         the following capabilities. You may choose as many or as few as you like.
1701       allow_to: 'Allow the client application to:'
1702       allow_read_prefs: read your user preferences.
1703       allow_write_prefs: modify your user preferences.
1704       allow_write_diary: create diary entries, comments and make friends.
1705       allow_write_api: modify the map.
1706       allow_read_gpx: read your private GPS traces.
1707       allow_write_gpx: upload GPS traces.
1708       allow_write_notes: modify notes.
1709       grant_access: Grant Access
1710     authorize_success:
1711       title: Authorisation request allowed
1712       allowed_html: You have granted application %{app_name} access to your account.
1713       verification: The verification code is %{code}.
1714     authorize_failure:
1715       title: Authorisation request failed
1716       denied: You have denied application %{app_name} access to your account.
1717       invalid: The authorisation token is not valid.
1718     revoke:
1719       flash: You've revoked the token for %{application}
1720     permissions:
1721       missing: You have not permitted the application access to this facility
1722   oauth_clients:
1723     new:
1724       title: Register a new application
1725     edit:
1726       title: Edit your application
1727     show:
1728       title: OAuth details for %{app_name}
1729       key: 'Consumer Key:'
1730       secret: 'Consumer Secret:'
1731       url: 'Request Token URL:'
1732       access_url: 'Access Token URL:'
1733       authorize_url: 'Authorise URL:'
1734       support_notice: We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures.
1735       edit: Edit Details
1736       delete: Delete Client
1737       confirm: Are you sure?
1738       requests: 'Requesting the following permissions from the user:'
1739     index:
1740       title: My OAuth Details
1741       my_tokens: My Authorised Applications
1742       list_tokens: 'The following tokens have been issued to applications in your
1743         name:'
1744       application: Application Name
1745       issued_at: Issued At
1746       revoke: Revoke!
1747       my_apps: My Client Applications
1748       no_apps_html: Do you have an application you would like to register for use
1749         with us using the %{oauth} standard? You must register your web application
1750         before it can make OAuth requests to this service.
1751       registered_apps: 'You have the following client applications registered:'
1752       register_new: Register your application
1753     form:
1754       requests: 'Request the following permissions from the user:'
1755     not_found:
1756       sorry: Sorry, that %{type} could not be found.
1757     create:
1758       flash: Registered the information successfully
1759     update:
1760       flash: Updated the client information successfully
1761     destroy:
1762       flash: Destroyed the client application registration
1763   oauth2_applications:
1764     new:
1765       title: Register a new application
1766   users:
1767     new:
1768       title: Sign Up
1769       no_auto_account_create: Unfortunately we are not currently able to create an
1770         account for you automatically.
1771       display name description: Your publicly displayed username. You can change this
1772         later in the preferences.
1773       external auth: 'Third Party Authentication:'
1774       continue: Sign Up
1775       terms accepted: Thanks for accepting the new contributor terms!
1776     terms:
1777       title: Terms
1778       heading: Terms
1779       consider_pd: In addition to the above, I consider my contributions to be in
1780         the Public Domain
1781       consider_pd_why: what's this?
1782       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1783       decline: Decline
1784       you need to accept or decline: Please read and then either accept or decline
1785         the new Contributor Terms to continue.
1786       legale_select: 'Country of residence:'
1787       legale_names:
1788         france: France
1789         italy: Italy
1790         rest_of_world: Rest of the world
1791     terms_declined_flash:
1792       terms_declined_html: We are sorry that you have decided to not accept the new
1793         Contributor Terms. For more information, please see %{terms_declined_link}.
1794     no_such_user:
1795       title: No such user
1796       heading: The user %{user} does not exist
1797       body: Sorry, there is no user with the name %{user}. Please check your spelling,
1798         or maybe the link you clicked is wrong.
1799       deleted: deleted
1800     show:
1801       my diary: My Diary
1802       my edits: My Edits
1803       my traces: My Traces
1804       my notes: My Notes
1805       my messages: My Messages
1806       my profile: My Profile
1807       my settings: My Settings
1808       my comments: My Comments
1809       blocks on me: Blocks on Me
1810       blocks by me: Blocks by Me
1811       send message: Send Message
1812       diary: Diary
1813       edits: Edits
1814       traces: Traces
1815       notes: Map Notes
1816       remove as friend: Unfriend
1817       add as friend: Add Friend
1818       mapper since: 'Mapper since:'
1819       ct status: 'Contributor terms:'
1820       ct undecided: Undecided
1821       ct declined: Declined
1822       email address: 'Email address:'
1823       created from: 'Created from:'
1824       status: 'Status:'
1825       spam score: 'Spam Score:'
1826       role:
1827         administrator: This user is an administrator
1828         moderator: This user is a moderator
1829         grant:
1830           administrator: Grant administrator access
1831           moderator: Grant moderator access
1832         revoke:
1833           administrator: Revoke administrator access
1834           moderator: Revoke moderator access
1835       block_history: Active Blocks
1836       moderator_history: Blocks Given
1837       comments: Comments
1838       create_block: Block this User
1839       activate_user: Activate this User
1840       confirm_user: Confirm this user
1841       hide_user: Hide this User
1842       unhide_user: Unhide this User
1843       delete_user: Delete this User
1844       confirm: Confirm
1845     go_public:
1846       flash success: All your edits are now public, and you are now allowed to edit.
1847     index:
1848       title: Users
1849       heading: Users
1850       summary_html: '%{name} created from %{ip_address} on %{date}'
1851       summary_no_ip_html: '%{name} created on %{date}'
1852       empty: No matching users found
1853     page:
1854       confirm: Confirm Selected Users
1855       hide: Hide Selected Users
1856     suspended:
1857       title: Account Suspended
1858       heading: Account Suspended
1859     auth_failure:
1860       connection_failed: Connection to authentication provider failed
1861       invalid_credentials: Invalid authentication credentials
1862       no_authorization_code: No authorisation code
1863       unknown_signature_algorithm: Unknown signature algorithm
1864       invalid_scope: Invalid scope
1865     auth_association:
1866       heading: Your ID is not associated with a OpenStreetMap account yet.
1867       option_1: |-
1868         If you are new to OpenStreetMap, please create a new account
1869         using the form below.
1870   user_role:
1871     filter:
1872       not_a_role: The string `%{role}' is not a valid role.
1873       already_has_role: The user already has role %{role}.
1874       doesnt_have_role: The user does not have role %{role}.
1875     grant:
1876       title: Confirm role granting
1877       heading: Confirm role granting
1878       are_you_sure: Are you sure you want to grant the role `%{role}' to the user
1879         `%{name}'?
1880       confirm: Confirm
1881       fail: Could not grant role `%{role}' to user `%{name}'. Please check that the
1882         user and role are both valid.
1883     revoke:
1884       title: Confirm role revoking
1885       heading: Confirm role revoking
1886       are_you_sure: Are you sure you want to revoke the role `%{role}' from the user
1887         `%{name}'?
1888       confirm: Confirm
1889       fail: Could not revoke role `%{role}' from user `%{name}'. Please check that
1890         the user and role are both valid.
1891   user_blocks:
1892     model:
1893       non_moderator_update: Must be a moderator to create or update a block.
1894       non_moderator_revoke: Must be a moderator to revoke a block.
1895     not_found:
1896       sorry: Sorry, the user block with ID %{id} could not be found.
1897       back: Back to index
1898     new:
1899       title: Creating block on %{name}
1900       heading_html: Creating block on %{name}
1901       period: How long, starting now, the user will be blocked from the API for.
1902     edit:
1903       title: Editing block on %{name}
1904       heading_html: Editing block on %{name}
1905       period: How long, starting now, the user will be blocked from the API for.
1906     filter:
1907       block_period: The blocking period must be one of the values selectable in the
1908         drop-down list.
1909     create:
1910       flash: Created a block on user %{name}.
1911     update:
1912       only_creator_can_edit: Only the moderator who created this block can edit it.
1913       success: Block updated.
1914     index:
1915       title: User blocks
1916       heading: List of user blocks
1917       empty: No blocks have been made yet.
1918     helper:
1919       time_future_html: Ends in %{time}.
1920       until_login: Active until the user logs in.
1921       time_future_and_until_login_html: Ends in %{time} and after the user has logged
1922         in.
1923       time_past_html: Ended %{time}.
1924       block_duration:
1925         hours:
1926           one: '%{count} hour'
1927           other: '%{count} hours'
1928     blocks_on:
1929       title: Blocks on %{name}
1930       heading_html: List of blocks on %{name}
1931       empty: '%{name} has not been blocked yet.'
1932     blocks_by:
1933       title: Blocks by %{name}
1934       heading_html: List of blocks by %{name}
1935       empty: '%{name} has not made any blocks yet.'
1936     show:
1937       title: '%{block_on} blocked by %{block_by}'
1938       heading_html: '%{block_on} blocked by %{block_by}'
1939       created: 'Created:'
1940       status: 'Status:'
1941       show: Show
1942       edit: Edit
1943       confirm: Are you sure?
1944       reason: 'Reason for block:'
1945       revoker: 'Revoker:'
1946       needs_view: The user needs to log in before this block will be cleared.
1947     block:
1948       not_revoked: (not revoked)
1949       show: Show
1950       edit: Edit
1951     blocks:
1952       display_name: Blocked User
1953       creator_name: Creator
1954       reason: Reason for block
1955       status: Status
1956       revoker_name: Revoked by
1957   notes:
1958     index:
1959       title: Notes submitted or commented on by %{user}
1960       heading: '%{user}''s notes'
1961       subheading_html: Notes %{submitted} or %{commented} by %{user}
1962       id: Id
1963       creator: Creator
1964       description: Description
1965       created_at: Created at
1966       last_changed: Last changed
1967     show:
1968       title: 'Note: %{id}'
1969       description: Description
1970       open_title: 'Unresolved note #%{note_name}'
1971       closed_title: 'Resolved note #%{note_name}'
1972       hidden_title: 'Hidden note #%{note_name}'
1973       anonymous_warning: This note includes comments from anonymous users which should
1974         be independently verified.
1975       hide: Hide
1976       resolve: Resolve
1977       reactivate: Reactivate
1978       comment_and_resolve: Comment & Resolve
1979       comment: Comment
1980     new:
1981       title: New Note
1982       intro: Spotted a mistake or something missing? Let other mappers know so we
1983         can fix it. Move the marker to the correct position and type a note to explain
1984         the problem.
1985       advice: Your note is public and may be used to update the map, so don't enter
1986         personal information or information from copyrighted maps or directory listings.
1987       add: Add Note
1988   javascripts:
1989     close: Close
1990     share:
1991       title: Share
1992       cancel: Cancel
1993       image: Image
1994       link: Link or HTML
1995       long_link: Link
1996       short_link: Short Link
1997       geo_uri: Geo URI
1998       embed: HTML
1999       custom_dimensions: Set custom dimensions
2000       format: 'Format:'
2001       scale: 'Scale:'
2002       download: Download
2003       short_url: Short URL
2004       include_marker: Include marker
2005       center_marker: Centre map on marker
2006       paste_html: Paste HTML to embed in website
2007       view_larger_map: View Larger Map
2008     embed:
2009       report_problem: Report a problem
2010     key:
2011       title: Map Key
2012       tooltip: Legend
2013       tooltip_disabled: Map Key not available for this layer
2014     map:
2015       zoom:
2016         in: Zoom In
2017         out: Zoom Out
2018       locate:
2019         title: Show My Location
2020       base:
2021         standard: Standard
2022         cycle_map: Cycle Map
2023         transport_map: Transport Map
2024         hot: Humanitarian
2025       layers:
2026         header: Map Layers
2027         notes: Map Notes
2028         data: Map Data
2029         gps: Public GPS Traces
2030         overlays: Enable overlays for troubleshooting the map
2031         title: Layers
2032     site:
2033       edit_tooltip: Edit the map
2034       edit_disabled_tooltip: Zoom in to edit the map
2035       createnote_tooltip: Add a note to the map
2036       createnote_disabled_tooltip: Zoom in to add a note to the map
2037       map_notes_zoom_in_tooltip: Zoom in to see map notes
2038       map_data_zoom_in_tooltip: Zoom in to see map data
2039       queryfeature_tooltip: Query features
2040       queryfeature_disabled_tooltip: Zoom in to query features
2041     edit_help: Move the map and zoom in on a location you want to edit, then click
2042       here.
2043     directions:
2044       ascend: Ascend
2045       engines:
2046         fossgis_osrm_car: Car (OSRM)
2047         graphhopper_bicycle: Bicycle (GraphHopper)
2048         graphhopper_car: Car (GraphHopper)
2049         graphhopper_foot: Foot (GraphHopper)
2050       descend: Descend
2051       directions: Directions
2052       distance: Distance
2053       errors:
2054         no_route: Couldn't find a route between those two places.
2055         no_place: Sorry - couldn't locate '%{place}'.
2056       instructions:
2057         continue_without_exit: Continue on %{name}
2058         slight_right_without_exit: Slight right onto %{name}
2059         offramp_right: Take the sliproad on the right
2060         offramp_right_with_name: Take the sliproad on the right onto %{name}
2061         offramp_right_with_directions: Take the sliproad on the right towards %{directions}
2062         offramp_right_with_name_directions: Take the sliproad on the right onto %{name},
2063           towards %{directions}
2064         onramp_right_without_exit: Turn right on the sliproad onto %{name}
2065         onramp_right_with_directions: Turn right onto the sliproad towards %{directions}
2066         onramp_right_with_name_directions: Turn right on the sliproad onto %{name},
2067           towards %{directions}
2068         onramp_right_without_directions: Turn right onto the sliproad
2069         endofroad_right_without_exit: At the end of the road turn right onto %{name}
2070         merge_right_without_exit: Merge right onto %{name}
2071         fork_right_without_exit: At the fork turn right onto %{name}
2072         turn_right_without_exit: Turn right onto %{name}
2073         sharp_right_without_exit: Sharp right onto %{name}
2074         uturn_without_exit: U-turn along %{name}
2075         sharp_left_without_exit: Sharp left onto %{name}
2076         turn_left_without_exit: Turn left onto %{name}
2077         offramp_left: Take the sliproad on the left
2078         offramp_left_with_name: Take the sliproad on the left onto %{name}
2079         offramp_left_with_directions: Take the sliproad on the left towards %{directions}
2080         offramp_left_with_name_directions: Take the sliproad on the left onto %{name},
2081           towards %{directions}
2082         onramp_left_without_exit: Turn left on the sliproad onto %{name}
2083         onramp_left_with_directions: Turn left onto the sliproad towards %{directions}
2084         onramp_left_with_name_directions: Turn left on the sliproad onto %{name},
2085           towards %{directions}
2086         onramp_left_without_directions: Turn left onto the sliproad
2087         endofroad_left_without_exit: At the end of the road turn left onto %{name}
2088         merge_left_without_exit: Merge left onto %{name}
2089         fork_left_without_exit: At the fork turn left onto %{name}
2090         slight_left_without_exit: Slight left onto %{name}
2091         via_point_without_exit: (via point)
2092         follow_without_exit: Follow %{name}
2093         roundabout_without_exit: At roundabout take exit onto %{name}
2094         leave_roundabout_without_exit: Leave roundabout - %{name}
2095         stay_roundabout_without_exit: Stay on roundabout - %{name}
2096         start_without_exit: Start on %{name}
2097         destination_without_exit: Reach destination
2098         against_oneway_without_exit: Go against one-way on %{name}
2099         end_oneway_without_exit: End of one-way on %{name}
2100         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
2101         unnamed: unnamed road
2102         courtesy: Directions courtesy of %{link}
2103         exit_counts:
2104           first: 1st
2105           second: 2nd
2106           third: 3rd
2107           fourth: 4th
2108           fifth: 5th
2109           sixth: 6th
2110           seventh: 7th
2111           eighth: 8th
2112           ninth: 9th
2113           tenth: 10th
2114       time: Time
2115     query:
2116       node: Node
2117       way: Way
2118       relation: Relation
2119       nothing_found: No features found
2120       error: 'Error contacting %{server}: %{error}'
2121       timeout: Timeout contacting %{server}
2122     context:
2123       directions_from: Directions from here
2124       directions_to: Directions to here
2125       add_note: Add a note here
2126       show_address: Show address
2127       query_features: Query features
2128       centre_map: Centre map here
2129   redactions:
2130     edit:
2131       heading: Edit redaction
2132       title: Edit redaction
2133     index:
2134       empty: No redactions to show.
2135       heading: List of redactions
2136       title: List of redactions
2137     new:
2138       heading: Enter information for new redaction
2139       title: Creating new redaction
2140     show:
2141       description: 'Description:'
2142       heading: Showing redaction "%{title}"
2143       title: Showing redaction
2144       user: 'Creator:'
2145       edit: Edit this redaction
2146       destroy: Remove this redaction
2147       confirm: Are you sure?
2148     create:
2149       flash: Redaction created.
2150     update:
2151       flash: Changes saved.
2152     destroy:
2153       not_empty: Redaction is not empty. Please un-redact all versions belonging to
2154         this redaction before destroying it.
2155       flash: Redaction destroyed.
2156       error: There was an error destroying this redaction.
2157   validations:
2158     invalid_characters: contains invalid characters
2159 ...