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