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