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