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