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