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