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