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