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