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