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