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