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