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