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