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