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