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