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