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