]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Clarify text for note creation
[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_html: "%{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       where_am_i: "Where am I?"
1329       where_am_i_title: Describe the current location using the search engine
1330       submit_text: "Go"
1331     key:
1332       table:
1333         entry:
1334           motorway: "Motorway"
1335           trunk: "Trunk road"
1336           primary: "Primary road"
1337           secondary: "Secondary road"
1338           unclassified: "Unclassified road"
1339           unsurfaced: "Unsurfaced road"
1340           track: "Track"
1341           byway: "Byway"
1342           bridleway: "Bridleway"
1343           cycleway: "Cycleway"
1344           footway: "Footway"
1345           rail: "Railway"
1346           subway: "Subway"
1347           tram:
1348             - Light rail
1349             - tram
1350           cable:
1351             - Cable car
1352             - chair lift
1353           runway:
1354             - Airport Runway
1355             - taxiway
1356           apron:
1357             - Airport apron
1358             - terminal
1359           admin: "Administrative boundary"
1360           forest: "Forest"
1361           wood: "Wood"
1362           golf: "Golf course"
1363           park: "Park"
1364           resident: "Residential area"
1365           tourist: "Tourist attraction"
1366           common:
1367             - Common
1368             - meadow
1369           retail: "Retail area"
1370           industrial: "Industrial area"
1371           commercial: "Commercial area"
1372           heathland: "Heathland"
1373           lake:
1374             - Lake
1375             - reservoir
1376           farm: "Farm"
1377           brownfield: "Brownfield site"
1378           cemetery: "Cemetery"
1379           allotments: "Allotments"
1380           pitch: "Sports pitch"
1381           centre: "Sports centre"
1382           reserve: "Nature reserve"
1383           military: "Military area"
1384           school:
1385             - School
1386             - university
1387           building: "Significant building"
1388           station: "Railway station"
1389           summit:
1390             - Summit
1391             - peak
1392           tunnel: "Dashed casing = tunnel"
1393           bridge: "Black casing = bridge"
1394           private: "Private access"
1395           permissive: "Permissive access"
1396           destination: "Destination access"
1397           construction: "Roads under construction"
1398     richtext_area:
1399       edit: Edit
1400       preview: Preview
1401     markdown_help:
1402       title_html: Parsed with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>
1403       headings: Headings
1404       heading: Heading
1405       subheading: Subheading
1406       unordered: Unordered list
1407       ordered: Ordered list
1408       first: First item
1409       second: Second item
1410       link: Link
1411       text: Text
1412       image: Image
1413       alt: Alt text
1414       url: URL
1415   trace:
1416     visibility:
1417       private: "Private (only shared as anonymous, unordered points)"
1418       public: "Public (shown in trace list and as anonymous, unordered points)"
1419       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1420       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1421     create:
1422       upload_trace: "Upload GPS Trace"
1423       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."
1424     edit:
1425       title: "Editing trace %{name}"
1426       heading: "Editing trace %{name}"
1427       filename: "Filename:"
1428       download: "download"
1429       uploaded_at: "Uploaded:"
1430       points: "Points:"
1431       start_coord: "Start coordinate:"
1432       map: "map"
1433       edit: "edit"
1434       owner: "Owner:"
1435       description: "Description:"
1436       tags: "Tags:"
1437       tags_help: "comma delimited"
1438       save_button: "Save Changes"
1439       visibility: "Visibility:"
1440       visibility_help: "what does this mean?"
1441       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1442     trace_form:
1443       upload_gpx: "Upload GPX File:"
1444       description: "Description:"
1445       tags: "Tags:"
1446       tags_help: "comma delimited"
1447       visibility: "Visibility:"
1448       visibility_help: "what does this mean?"
1449       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1450       upload_button: "Upload"
1451       help: "Help"
1452       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1453     trace_header:
1454       upload_trace: "Upload a trace"
1455       see_all_traces: "See all traces"
1456       see_your_traces: "See your traces"
1457       traces_waiting:
1458         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."
1459         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."
1460     trace_optionals:
1461       tags: "Tags"
1462     view:
1463       title: "Viewing trace %{name}"
1464       heading: "Viewing trace %{name}"
1465       pending: "PENDING"
1466       filename: "Filename:"
1467       download: "download"
1468       uploaded: "Uploaded:"
1469       points: "Points:"
1470       start_coordinates: "Start coordinate:"
1471       map: "map"
1472       edit: "edit"
1473       owner: "Owner:"
1474       description: "Description:"
1475       tags: "Tags:"
1476       none: "None"
1477       edit_track: "Edit this trace"
1478       delete_track: "Delete this trace"
1479       trace_not_found: "Trace not found!"
1480       visibility: "Visibility:"
1481     trace_paging_nav:
1482       showing_page: "Page %{page}"
1483       older: "Older Traces"
1484       newer: "Newer Traces"
1485     trace:
1486       pending: "PENDING"
1487       count_points: "%{count} points"
1488       ago: "%{time_in_words_ago} ago"
1489       more: "more"
1490       trace_details: "View Trace Details"
1491       view_map: "View Map"
1492       edit: "edit"
1493       edit_map: "Edit Map"
1494       public: "PUBLIC"
1495       identifiable: "IDENTIFIABLE"
1496       private: "PRIVATE"
1497       trackable: "TRACKABLE"
1498       by: "by"
1499       in: "in"
1500       map: "map"
1501     list:
1502       public_traces: "Public GPS traces"
1503       your_traces: "Your GPS traces"
1504       public_traces_from: "Public GPS traces from %{user}"
1505       description: "Browse recent GPS track uploads"
1506       tagged_with: " tagged with %{tags}"
1507       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>."
1508     delete:
1509       scheduled_for_deletion: "Trace scheduled for deletion"
1510     make_public:
1511       made_public: "Trace made public"
1512     offline_warning:
1513       message: "The GPX file upload system is currently unavailable"
1514     offline:
1515       heading: "GPX Storage Offline"
1516       message: "The GPX file storage and upload system is currently unavailable."
1517     georss:
1518       title: "OpenStreetMap GPS Traces"
1519     description:
1520       description_with_count:
1521         one: "GPX file with %{count} point from %{user}"
1522         other: "GPX file with %{count} points from %{user}"
1523       description_without_count: "GPX file from %{user}"
1524   application:
1525     require_cookies:
1526       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1527     require_moderator:
1528       not_a_moderator: "You need to be a moderator to perform that action."
1529     setup_user_auth:
1530       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1531       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."
1532   oauth:
1533     oauthorize:
1534       title: "Authorize access to your account"
1535       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."
1536       allow_to: "Allow the client application to:"
1537       allow_read_prefs:  "read your user preferences."
1538       allow_write_prefs: "modify your user preferences."
1539       allow_write_diary: "create diary entries, comments and make friends."
1540       allow_write_api:   "modify the map."
1541       allow_read_gpx:    "read your private GPS traces."
1542       allow_write_gpx:   "upload GPS traces."
1543       allow_write_notes: "modify notes."
1544     oauthorize_success:
1545       title: "Authorization request allowed"
1546       allowed: "You have granted application %{app_name} access to your account."
1547       verification: "The verification code is %{code}."
1548     oauthorize_failure:
1549       title: "Authorization request failed"
1550       denied: "You have denied application %{app_name} access to your account."
1551       invalid: "The authorization token is not valid."
1552     revoke:
1553       flash: "You've revoked the token for %{application}"
1554   oauth_clients:
1555     new:
1556       title: "Register a new application"
1557       submit: "Register"
1558     edit:
1559       title: "Edit your application"
1560       submit: "Edit"
1561     show:
1562       title: "OAuth details for %{app_name}"
1563       key: "Consumer Key:"
1564       secret: "Consumer Secret:"
1565       url: "Request Token URL:"
1566       access_url: "Access Token URL:"
1567       authorize_url: "Authorise URL:"
1568       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1569       edit: "Edit Details"
1570       delete: "Delete Client"
1571       confirm: "Are you sure?"
1572       requests: "Requesting the following permissions from the user:"
1573       allow_read_prefs:  "read their user preferences."
1574       allow_write_prefs: "modify their user preferences."
1575       allow_write_diary: "create diary entries, comments and make friends."
1576       allow_write_api:   "modify the map."
1577       allow_read_gpx:    "read their private GPS traces."
1578       allow_write_gpx:   "upload GPS traces."
1579       allow_write_notes: "modify notes."
1580     index:
1581       title: "My OAuth Details"
1582       my_tokens: "My Authorised Applications"
1583       list_tokens: "The following tokens have been issued to applications in your name:"
1584       application: "Application Name"
1585       issued_at: "Issued At"
1586       revoke: "Revoke!"
1587       my_apps: "My Client Applications"
1588       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."
1589       registered_apps: "You have the following client applications registered:"
1590       register_new: "Register your application"
1591     form:
1592       name: "Name"
1593       required: "Required"
1594       url: "Main Application URL"
1595       callback_url: "Callback URL"
1596       support_url: "Support URL"
1597       requests: "Request the following permissions from the user:"
1598       allow_read_prefs:  "read their user preferences."
1599       allow_write_prefs: "modify their user preferences."
1600       allow_write_diary: "create diary entries, comments and make friends."
1601       allow_write_api:   "modify the map."
1602       allow_read_gpx:    "read their private GPS traces."
1603       allow_write_gpx:   "upload GPS traces."
1604       allow_write_notes: "modify notes."
1605     not_found:
1606       sorry: "Sorry, that %{type} could not be found."
1607     create:
1608       flash: "Registered the information successfully"
1609     update:
1610       flash: "Updated the client information successfully"
1611     destroy:
1612       flash: "Destroyed the client application registration"
1613   user:
1614     login:
1615       title: "Login"
1616       heading: "Login"
1617       email or username: "Email Address or Username:"
1618       password: "Password:"
1619       openid: "%{logo} OpenID:"
1620       remember: "Remember me"
1621       lost password link: "Lost your password?"
1622       login_button: "Login"
1623       register now: Register now
1624       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1625       with openid: "Alternatively, use OpenID to login:"
1626       new to osm: New to OpenStreetMap?
1627       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1628       create account minute: Create an account. It only takes a minute.
1629       no account: Don't have an account?
1630       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>."
1631       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.
1632       auth failure: "Sorry, could not log in with those details."
1633       openid missing provider: "Sorry, could not contact your OpenID provider"
1634       openid invalid: "Sorry, your OpenID seems to be malformed"
1635       openid_logo_alt: "Log in with an OpenID"
1636       openid_providers:
1637         openid:
1638           title: Login with OpenID
1639           alt: Login with an OpenID URL
1640         google:
1641           title: Login with Google
1642           alt: Login with a Google OpenID
1643         yahoo:
1644           title: Login with Yahoo
1645           alt: Login with a Yahoo OpenID
1646         myopenid:
1647           title: Login with myOpenID
1648           alt: Login with a myOpenID OpenID
1649         wordpress:
1650           title: Login with Wordpress
1651           alt: Login with a Wordpress OpenID
1652         aol:
1653           title: Login with AOL
1654           alt: Login with an AOL OpenID
1655     logout:
1656       title: "Logout"
1657       heading: "Logout from OpenStreetMap"
1658       logout_button: "Logout"
1659     lost_password:
1660       title: "Lost password"
1661       heading: "Forgotten Password?"
1662       email address: "Email Address:"
1663       new password button: "Reset password"
1664       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."
1665       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1666       notice email cannot find: "Could not find that email address, sorry."
1667     reset_password:
1668       title: "Reset password"
1669       heading: "Reset Password for %{user}"
1670       password: "Password:"
1671       confirm password: "Confirm Password:"
1672       reset: "Reset Password"
1673       flash changed: "Your password has been changed."
1674       flash token bad: "Did not find that token, check the URL maybe?"
1675     new:
1676       title: "Sign Up"
1677       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1678       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.'
1679       about:
1680         header: Free and editable
1681         html: |
1682           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
1683           and it's free for anyone to fix, update, download and use.</p>
1684           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
1685       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>.'
1686       email address: "Email Address:"
1687       confirm email address: "Confirm Email Address:"
1688       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>)'
1689       display name: "Display Name:"
1690       display name description: "Your publicly displayed username. You can change this later in the preferences."
1691       openid: "%{logo} OpenID:"
1692       password: "Password:"
1693       confirm password: "Confirm Password:"
1694       use openid: "Alternatively, use %{logo} OpenID to login"
1695       openid no password: "With OpenID a password is not required, but some extra tools or server may still need one."
1696       openid association: |
1697         <p>Your OpenID is not associated with a OpenStreetMap account yet.</p>
1698         <ul>
1699           <li>If you are new to OpenStreetMap, please create a new account using the form below.</li>
1700           <li>
1701             If you already have an account, you can login to your account
1702             using your username and password and then associate the account
1703             with your OpenID in your user settings.
1704           </li>
1705         </ul>
1706       continue: Sign Up
1707       terms accepted: "Thanks for accepting the new contributor terms!"
1708       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>."
1709       terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1710     terms:
1711       title: "Contributor terms"
1712       heading: "Contributor terms"
1713       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."
1714       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1715       consider_pd_why: "what's this?"
1716       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1717       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1718       agree: Agree
1719       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1720       decline: "Decline"
1721       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1722       legale_select: "Country of residence:"
1723       legale_names:
1724         france: "France"
1725         italy: "Italy"
1726         rest_of_world: "Rest of the world"
1727     no_such_user:
1728       title: "No such user"
1729       heading: "The user %{user} does not exist"
1730       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1731     view:
1732       my diary: My Diary
1733       new diary entry: new diary entry
1734       my edits: My Edits
1735       my traces: My Traces
1736       my notes: My Notes
1737       my messages: My Messages
1738       my profile: My Profile
1739       my settings: My Settings
1740       my comments: My Comments
1741       oauth settings: oauth settings
1742       blocks on me: Blocks on Me
1743       blocks by me: Blocks by Me
1744       send message: Send Message
1745       diary: Diary
1746       edits: Edits
1747       traces: Traces
1748       notes: Map Notes
1749       remove as friend: Unfriend
1750       add as friend: Add Friend
1751       mapper since: "Mapper since:"
1752       ago: "(%{time_in_words_ago} ago)"
1753       ct status: "Contributor terms:"
1754       ct undecided: Undecided
1755       ct declined: Declined
1756       ct accepted: Accepted %{ago} ago
1757       latest edit: "Latest edit %{ago}:"
1758       email address: "Email address:"
1759       created from: "Created from:"
1760       status: "Status:"
1761       spam score: "Spam Score:"
1762       description: Description
1763       user location: User location
1764       if set location: "Set your home location on the %{settings_link} page to see nearby users."
1765       settings_link_text: settings
1766       your friends: Your friends
1767       no friends: You have not added any friends yet.
1768       km away: "%{count}km away"
1769       m away: "%{count}m away"
1770       nearby users: "Other nearby users"
1771       no nearby users: "There are no other users who admit to mapping nearby yet."
1772       role:
1773         administrator: "This user is an administrator"
1774         moderator: "This user is a moderator"
1775         grant:
1776           administrator: "Grant administrator access"
1777           moderator: "Grant moderator access"
1778         revoke:
1779           administrator: "Revoke administrator access"
1780           moderator: "Revoke moderator access"
1781       block_history: "blocks received"
1782       moderator_history: "blocks given"
1783       comments: "Comments"
1784       create_block: "block this user"
1785       activate_user: "activate this user"
1786       deactivate_user: "deactivate this user"
1787       confirm_user: "confirm this user"
1788       hide_user: "hide this user"
1789       unhide_user: "unhide this user"
1790       delete_user: "delete this user"
1791       confirm: "Confirm"
1792       friends_changesets: "friends' changesets"
1793       friends_diaries: "friends' diary entries"
1794       nearby_changesets: "nearby user changesets"
1795       nearby_diaries: "nearby user diary entries"
1796     popup:
1797       your location: "Your location"
1798       nearby mapper: "Nearby mapper"
1799       friend: "Friend"
1800     account:
1801       title: "Edit account"
1802       my settings: My settings
1803       current email address: "Current Email Address:"
1804       new email address: "New Email Address:"
1805       email never displayed publicly: "(never displayed publicly)"
1806       openid:
1807         openid: "OpenID:"
1808         link: "http://wiki.openstreetmap.org/wiki/OpenID"
1809         link text: "what is this?"
1810       public editing:
1811         heading: "Public editing:"
1812         enabled: "Enabled. Not anonymous and can edit data."
1813         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1814         enabled link text: "what is this?"
1815         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1816         disabled link text: "why can't I edit?"
1817       public editing note:
1818         heading: "Public editing"
1819         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>"
1820       contributor terms:
1821         heading: "Contributor Terms:"
1822         agreed: "You have agreed to the new Contributor Terms."
1823         not yet agreed: "You have not yet agreed to the new Contributor Terms."
1824         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
1825         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
1826         link: "http://www.osmfoundation.org/wiki/License/Contributor_Terms"
1827         link text: "what is this?"
1828       profile description: "Profile Description:"
1829       preferred languages: "Preferred Languages:"
1830       preferred editor: "Preferred Editor:"
1831       image: "Image:"
1832       gravatar:
1833         gravatar: "Use Gravatar"
1834         link: "http://wiki.openstreetmap.org/wiki/Gravatar"
1835         link text: "what is this?"
1836       new image: "Add an image"
1837       keep image: "Keep the current image"
1838       delete image: "Remove the current image"
1839       replace image: "Replace the current image"
1840       image size hint: "(square images at least 100x100 work best)"
1841       home location: "Home Location:"
1842       no home location: "You have not entered your home location."
1843       latitude: "Latitude:"
1844       longitude: "Longitude:"
1845       update home location on click: "Update home location when I click on the map?"
1846       save changes button: Save Changes
1847       make edits public button: Make all my edits public
1848       return to profile: Return to profile
1849       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1850       flash update success: "User information updated successfully."
1851     confirm:
1852       heading: Check your email!
1853       introduction_1: |
1854         We sent you a confirmation email.
1855       introduction_2: |
1856         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
1857       press confirm button: "Press the confirm button below to activate your account."
1858       button: Confirm
1859       already active: "This account has already been confirmed."
1860       unknown token: "That confirmation code has expired or does not exist."
1861       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
1862     confirm_resend:
1863       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."
1864       failure: "User %{name} not found."
1865     confirm_email:
1866       heading: Confirm a change of email address
1867       press confirm button: "Press the confirm button below to confirm your new email address."
1868       button: Confirm
1869       success: "Confirmed your email address, thanks for signing up!"
1870       failure: "An email address has already been confirmed with this token."
1871     set_home:
1872       flash success: "Home location saved successfully"
1873     go_public:
1874       flash success: "All your edits are now public, and you are now allowed to edit."
1875     make_friend:
1876       heading: "Add %{user} as a friend?"
1877       button: "Add as friend"
1878       success: "%{name} is now your friend!"
1879       failed: "Sorry, failed to add %{name} as a friend."
1880       already_a_friend: "You are already friends with %{name}."
1881     remove_friend:
1882       heading: "Unfriend %{user}?"
1883       button: "Unfriend"
1884       success: "%{name} was removed from your friends."
1885       not_a_friend: "%{name} is not one of your friends."
1886     filter:
1887       not_an_administrator: "You need to be an administrator to perform that action."
1888     list:
1889       title: Users
1890       heading: Users
1891       showing:
1892         one: Page %{page} (%{first_item} of %{items})
1893         other: Page %{page} (%{first_item}-%{last_item} of %{items})
1894       summary: "%{name} created from %{ip_address} on %{date}"
1895       summary_no_ip: "%{name} created on %{date}"
1896       confirm: Confirm Selected Users
1897       hide: Hide Selected Users
1898       empty: No matching users found
1899     suspended:
1900       title: Account Suspended
1901       heading: Account Suspended
1902       webmaster: webmaster
1903       body: |
1904         <p>
1905           Sorry, your account has been automatically suspended due to
1906           suspicious activity.
1907         </p>
1908         <p>
1909           This decision will be reviewed by an administrator shortly, or
1910           you may contact the %{webmaster} if you wish to discuss this.
1911         </p>
1912   user_role:
1913     filter:
1914       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1915       not_a_role: "The string `%{role}' is not a valid role."
1916       already_has_role: "The user already has role %{role}."
1917       doesnt_have_role: "The user does not have role %{role}."
1918     grant:
1919       title: Confirm role granting
1920       heading: Confirm role granting
1921       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
1922       confirm: "Confirm"
1923       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
1924     revoke:
1925       title: Confirm role revoking
1926       heading: Confirm role revoking
1927       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
1928       confirm: "Confirm"
1929       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
1930   user_block:
1931     model:
1932       non_moderator_update: "Must be a moderator to create or update a block."
1933       non_moderator_revoke: "Must be a moderator to revoke a block."
1934     not_found:
1935       sorry: "Sorry, the user block with ID %{id} could not be found."
1936       back: "Back to index"
1937     new:
1938       title: "Creating block on %{name}"
1939       heading: "Creating block on %{name}"
1940       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."
1941       period: "How long, starting now, the user will be blocked from the API for."
1942       submit: "Create block"
1943       tried_contacting: "I have contacted the user and asked them to stop."
1944       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1945       needs_view: "User needs to log in before this block will be cleared"
1946       back: "View all blocks"
1947     edit:
1948       title: "Editing block on %{name}"
1949       heading: "Editing block on %{name}"
1950       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."
1951       period: "How long, starting now, the user will be blocked from the API for."
1952       submit: "Update block"
1953       show: "View this block"
1954       back: "View all blocks"
1955       needs_view: "Does the user need to log in before this block will be cleared?"
1956     filter:
1957       block_expired: "The block has already expired and cannot be edited."
1958       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1959     create:
1960       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1961       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1962       flash: "Created a block on user %{name}."
1963     update:
1964       only_creator_can_edit: "Only the moderator who created this block can edit it."
1965       success: "Block updated."
1966     index:
1967       title: "User blocks"
1968       heading: "List of user blocks"
1969       empty: "No blocks have been made yet."
1970     revoke:
1971       title: "Revoking block on %{block_on}"
1972       heading: "Revoking block on %{block_on} by %{block_by}"
1973       time_future: "This block will end in %{time}."
1974       past: "This block ended %{time} ago and cannot be revoked now."
1975       confirm: "Are you sure you wish to revoke this block?"
1976       revoke: "Revoke!"
1977       flash: "This block has been revoked."
1978     period:
1979       one: "1 hour"
1980       other: "%{count} hours"
1981     partial:
1982       show: "Show"
1983       edit: "Edit"
1984       revoke: "Revoke!"
1985       confirm: "Are you sure?"
1986       display_name: "Blocked User"
1987       creator_name: "Creator"
1988       reason: "Reason for block"
1989       status: "Status"
1990       revoker_name: "Revoked by"
1991       not_revoked: "(not revoked)"
1992       showing_page: "Page %{page}"
1993       next: "Next »"
1994       previous: "« Previous"
1995     helper:
1996       time_future: "Ends in %{time}."
1997       until_login: "Active until the user logs in."
1998       time_past: "Ended %{time} ago."
1999     blocks_on:
2000       title: "Blocks on %{name}"
2001       heading: "List of blocks on %{name}"
2002       empty: "%{name} has not been blocked yet."
2003     blocks_by:
2004       title: "Blocks by %{name}"
2005       heading: "List of blocks by %{name}"
2006       empty: "%{name} has not made any blocks yet."
2007     show:
2008       title: "%{block_on} blocked by %{block_by}"
2009       heading: "%{block_on} blocked by %{block_by}"
2010       time_future: "Ends in %{time}"
2011       time_past: "Ended %{time} ago"
2012       status: "Status"
2013       show: "Show"
2014       edit: "Edit"
2015       revoke: "Revoke!"
2016       confirm: "Are you sure?"
2017       reason: "Reason for block:"
2018       back: "View all blocks"
2019       revoker: "Revoker:"
2020       needs_view: "The user needs to log in before this block will be cleared."
2021   note:
2022     description:
2023       opened_at_html: "Created %{when} ago"
2024       opened_at_by_html: "Created %{when} ago by %{user}"
2025       commented_at_html: "Updated %{when} ago"
2026       commented_at_by_html: "Updated %{when} ago by %{user}"
2027       closed_at_html: "Resolved %{when} ago"
2028       closed_at_by_html: "Resolved %{when} ago by %{user}"
2029       reopened_at_html: "Reactivated %{when} ago"
2030       reopened_at_by_html: "Reactivated %{when} ago by %{user}"
2031     rss:
2032       title: "OpenStreetMap Notes"
2033       description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
2034       description_item: "An rss feed for note %{id}"
2035       opened: "new note (near %{place})"
2036       commented: "new comment (near %{place})"
2037       closed: "closed note (near %{place})"
2038       reopened: "reactivated note (near %{place})"
2039     entry:
2040       comment: Comment
2041       full: Full note
2042     mine:
2043       title: "Notes submitted or commented on by %{user}"
2044       heading: "%{user}'s notes"
2045       subheading: "Notes submitted or commented on by %{user}"
2046       id: "Id"
2047       creator: "Creator"
2048       description: "Description"
2049       created_at: "Created at"
2050       last_changed: "Last changed"
2051       ago_html: "%{when} ago"
2052   javascripts:
2053     close: Close
2054     share:
2055       title: "Share"
2056       cancel: "Cancel"
2057       image: "Image"
2058       link: "Link or HTML"
2059       long_link: "Link"
2060       short_link: "Short Link"
2061       embed: "HTML"
2062       custom_dimensions: "Set custom dimensions"
2063       format: "Format:"
2064       scale: "Scale:"
2065       image_size: "Image will show standard layer at "
2066       download: "Download"
2067       short_url: "Short URL"
2068       include_marker: "Include marker"
2069       center_marker: "Center map on marker"
2070       paste_html: "Paste HTML to embed in website"
2071       view_larger_map: "View Larger Map"
2072     key:
2073       title: "Map Key"
2074       tooltip: "Map Key"
2075       tooltip_disabled: "Map Key available only for Standard layer"
2076     map:
2077       zoom:
2078         in: Zoom In
2079         out: Zoom Out
2080       locate:
2081         title: Show My Location
2082         popup: You are within {distance} {unit} of this point
2083       base:
2084         standard: Standard
2085         cycle_map: Cycle Map
2086         transport_map: Transport Map
2087         mapquest: MapQuest Open
2088         hot: Humanitarian
2089       layers:
2090         header: Map Layers
2091         notes: Map Notes
2092         data: Map Data
2093         overlays: Enable overlays for troubleshooting the map
2094         title: "Layers"
2095       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2096       donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
2097     site:
2098       edit_tooltip: Edit the map
2099       edit_disabled_tooltip: Zoom in to edit the map
2100       createnote_tooltip: Add a note to the map
2101       createnote_disabled_tooltip: Zoom in to add a note to the map
2102       map_notes_zoom_in_tooltip: Zoom in to see map notes
2103       map_data_zoom_in_tooltip: Zoom in to see map data
2104     notes:
2105       new:
2106         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 or information from copyrighted maps or directory listings.)"
2107         add: Add Note
2108       show:
2109         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2110         hide: Hide
2111         resolve: Resolve
2112         reactivate: Reactivate
2113         comment_and_resolve: Comment & Resolve
2114         comment: Comment
2115     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2116   redaction:
2117     edit:
2118       description: "Description"
2119       heading: "Edit redaction"
2120       submit: "Save redaction"
2121       title: "Edit redaction"
2122     index:
2123       empty: "No redactions to show."
2124       heading: "List of redactions"
2125       title: "List of redactions"
2126     new:
2127       description: "Description"
2128       heading: "Enter information for new redaction"
2129       submit: "Create redaction"
2130       title: "Creating new redaction"
2131     show:
2132       description: "Description:"
2133       heading: "Showing redaction \"%{title}\""
2134       title: "Showing redaction"
2135       user: "Creator:"
2136       edit: "Edit this redaction"
2137       destroy: "Remove this redaction"
2138       confirm: "Are you sure?"
2139     create:
2140       flash: "Redaction created."
2141     update:
2142       flash: "Changes saved."
2143     destroy:
2144       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2145       flash: "Redaction destroyed."
2146       error: "There was an error destroying this redaction."