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