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