]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
d5c59a8fe3cee171413111570c468cbc52a41300
[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   application:
1574     require_cookies:
1575       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1576     require_moderator:
1577       not_a_moderator: "You need to be a moderator to perform that action."
1578     setup_user_auth:
1579       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1580       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."
1581   oauth:
1582     oauthorize:
1583       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."
1584       allow_to: "Allow the client application to:"
1585       allow_read_prefs:  "read your user preferences."
1586       allow_write_prefs: "modify your user preferences."
1587       allow_write_diary: "create diary entries, comments and make friends."
1588       allow_write_api:   "modify the map."
1589       allow_read_gpx:    "read your private GPS traces."
1590       allow_write_gpx:   "upload GPS traces."
1591       allow_write_notes: "modify notes."
1592     revoke:
1593       flash: "You've revoked the token for %{application}"
1594   oauth_clients:
1595     new:
1596       title: "Register a new application"
1597       submit: "Register"
1598     edit:
1599       title: "Edit your application"
1600       submit: "Edit"
1601     show:
1602       title: "OAuth details for %{app_name}"
1603       key: "Consumer Key:"
1604       secret: "Consumer Secret:"
1605       url: "Request Token URL:"
1606       access_url: "Access Token URL:"
1607       authorize_url: "Authorise URL:"
1608       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1609       edit: "Edit Details"
1610       delete: "Delete Client"
1611       confirm: "Are you sure?"
1612       requests: "Requesting the following permissions from the user:"
1613       allow_read_prefs:  "read their user preferences."
1614       allow_write_prefs: "modify their user preferences."
1615       allow_write_diary: "create diary entries, comments and make friends."
1616       allow_write_api:   "modify the map."
1617       allow_read_gpx:    "read their private GPS traces."
1618       allow_write_gpx:   "upload GPS traces."
1619       allow_write_notes: "modify notes."
1620     index:
1621       title: "My OAuth Details"
1622       my_tokens: "My Authorised Applications"
1623       list_tokens: "The following tokens have been issued to applications in your name:"
1624       application: "Application Name"
1625       issued_at: "Issued At"
1626       revoke: "Revoke!"
1627       my_apps: "My Client Applications"
1628       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."
1629       registered_apps: "You have the following client applications registered:"
1630       register_new: "Register your application"
1631     form:
1632       name: "Name"
1633       required: "Required"
1634       url: "Main Application URL"
1635       callback_url: "Callback URL"
1636       support_url: "Support URL"
1637       requests: "Request the following permissions from the user:"
1638       allow_read_prefs:  "read their user preferences."
1639       allow_write_prefs: "modify their user preferences."
1640       allow_write_diary: "create diary entries, comments and make friends."
1641       allow_write_api:   "modify the map."
1642       allow_read_gpx:    "read their private GPS traces."
1643       allow_write_gpx:   "upload GPS traces."
1644       allow_write_notes: "modify notes."
1645     not_found:
1646       sorry: "Sorry, that %{type} could not be found."
1647     create:
1648       flash: "Registered the information successfully"
1649     update:
1650       flash: "Updated the client information successfully"
1651     destroy:
1652       flash: "Destroyed the client application registration"
1653   user:
1654     login:
1655       title: "Login"
1656       heading: "Login"
1657       email or username: "Email Address or Username:"
1658       password: "Password:"
1659       openid: "%{logo} OpenID:"
1660       remember: "Remember me"
1661       lost password link: "Lost your password?"
1662       login_button: "Login"
1663       register now: Register now
1664       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1665       with openid: "Alternatively, use OpenID to login:"
1666       new to osm: New to OpenStreetMap?
1667       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1668       create account minute: Create an account. It only takes a minute.
1669       no account: Don't have an account?
1670       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>."
1671       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.
1672       auth failure: "Sorry, could not log in with those details."
1673       openid missing provider: "Sorry, could not contact your OpenID provider"
1674       openid invalid: "Sorry, your OpenID seems to be malformed"
1675       openid_logo_alt: "Log in with an OpenID"
1676       openid_providers:
1677         openid:
1678           title: Login with OpenID
1679           alt: Login with an OpenID URL
1680         google:
1681           title: Login with Google
1682           alt: Login with a Google OpenID
1683         yahoo:
1684           title: Login with Yahoo
1685           alt: Login with a Yahoo OpenID
1686         myopenid:
1687           title: Login with myOpenID
1688           alt: Login with a myOpenID OpenID
1689         wordpress:
1690           title: Login with Wordpress
1691           alt: Login with a Wordpress OpenID
1692         aol:
1693           title: Login with AOL
1694           alt: Login with an AOL OpenID
1695     logout:
1696       title: "Logout"
1697       heading: "Logout from OpenStreetMap"
1698       logout_button: "Logout"
1699     lost_password:
1700       title: "Lost password"
1701       heading: "Forgotten Password?"
1702       email address: "Email Address:"
1703       new password button: "Reset password"
1704       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."
1705       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1706       notice email cannot find: "Could not find that email address, sorry."
1707     reset_password:
1708       title: "Reset password"
1709       heading: "Reset Password for %{user}"
1710       password: "Password:"
1711       confirm password: "Confirm Password:"
1712       reset: "Reset Password"
1713       flash changed: "Your password has been changed."
1714       flash token bad: "Did not find that token, check the URL maybe?"
1715     new:
1716       title: "Sign Up"
1717       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1718       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.'
1719       about:
1720         header: Free and editable
1721         html: |
1722           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
1723           and it's free for anyone to fix, update, download and use.</p>
1724           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
1725       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>.'
1726       email address: "Email Address:"
1727       confirm email address: "Confirm Email Address:"
1728       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>)'
1729       display name: "Display Name:"
1730       display name description: "Your publicly displayed username. You can change this later in the preferences."
1731       openid: "%{logo} OpenID:"
1732       password: "Password:"
1733       confirm password: "Confirm Password:"
1734       use openid: "Alternatively, use %{logo} OpenID to login"
1735       openid no password: "With OpenID a password is not required, but some extra tools or server may still need one."
1736       openid association: |
1737         <p>Your OpenID is not associated with a OpenStreetMap account yet.</p>
1738         <ul>
1739           <li>If you are new to OpenStreetMap, please create a new account using the form below.</li>
1740           <li>
1741             If you already have an account, you can login to your account
1742             using your username and password and then associate the account
1743             with your OpenID in your user settings.
1744           </li>
1745         </ul>
1746       continue: Sign Up
1747       terms accepted: "Thanks for accepting the new contributor terms!"
1748       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>."
1749       terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1750     terms:
1751       title: "Contributor terms"
1752       heading: "Contributor terms"
1753       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."
1754       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1755       consider_pd_why: "what's this?"
1756       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1757       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1758       agree: Agree
1759       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1760       decline: "Decline"
1761       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1762       legale_select: "Country of residence:"
1763       legale_names:
1764         france: "France"
1765         italy: "Italy"
1766         rest_of_world: "Rest of the world"
1767     no_such_user:
1768       title: "No such user"
1769       heading: "The user %{user} does not exist"
1770       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1771     view:
1772       my diary: My Diary
1773       new diary entry: new diary entry
1774       my edits: My Edits
1775       my traces: My Traces
1776       my notes: My Notes
1777       my profile: My Profile
1778       my settings: My Settings
1779       my comments: My Comments
1780       oauth settings: oauth settings
1781       blocks on me: blocks on me
1782       blocks by me: blocks by me
1783       send message: send message
1784       diary: diary
1785       edits: edits
1786       traces: traces
1787       notes: map notes
1788       remove as friend: unfriend
1789       add as friend: add friend
1790       mapper since: "Mapper since:"
1791       ago: "(%{time_in_words_ago} ago)"
1792       ct status: "Contributor terms:"
1793       ct undecided: Undecided
1794       ct declined: Declined
1795       ct accepted: Accepted %{ago} ago
1796       latest edit: "Latest edit %{ago}:"
1797       email address: "Email address:"
1798       created from: "Created from:"
1799       status: "Status:"
1800       spam score: "Spam Score:"
1801       description: Description
1802       user location: User location
1803       if set location: "Set your home location on the %{settings_link} page to see nearby users."
1804       settings_link_text: settings
1805       your friends: Your friends
1806       no friends: You have not added any friends yet.
1807       km away: "%{count}km away"
1808       m away: "%{count}m away"
1809       nearby users: "Other nearby users"
1810       no nearby users: "There are no other users who admit to mapping nearby yet."
1811       role:
1812         administrator: "This user is an administrator"
1813         moderator: "This user is a moderator"
1814         grant:
1815           administrator: "Grant administrator access"
1816           moderator: "Grant moderator access"
1817         revoke:
1818           administrator: "Revoke administrator access"
1819           moderator: "Revoke moderator access"
1820       block_history: "blocks received"
1821       moderator_history: "blocks given"
1822       comments: "comments"
1823       create_block: "block this user"
1824       activate_user: "activate this user"
1825       deactivate_user: "deactivate this user"
1826       confirm_user: "confirm this user"
1827       hide_user: "hide this user"
1828       unhide_user: "unhide this user"
1829       delete_user: "delete this user"
1830       confirm: "Confirm"
1831       friends_changesets: "friends' changesets"
1832       friends_diaries: "friends' diary entries"
1833       nearby_changesets: "nearby user changesets"
1834       nearby_diaries: "nearby user diary entries"
1835     popup:
1836       your location: "Your location"
1837       nearby mapper: "Nearby mapper"
1838       friend: "Friend"
1839     account:
1840       title: "Edit account"
1841       my settings: My settings
1842       current email address: "Current Email Address:"
1843       new email address: "New Email Address:"
1844       email never displayed publicly: "(never displayed publicly)"
1845       openid:
1846         openid: "OpenID:"
1847         link: "http://wiki.openstreetmap.org/wiki/OpenID"
1848         link text: "what is this?"
1849       public editing:
1850         heading: "Public editing:"
1851         enabled: "Enabled. Not anonymous and can edit data."
1852         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1853         enabled link text: "what is this?"
1854         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1855         disabled link text: "why can't I edit?"
1856       public editing note:
1857         heading: "Public editing"
1858         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>"
1859       contributor terms:
1860         heading: "Contributor Terms:"
1861         agreed: "You have agreed to the new Contributor Terms."
1862         not yet agreed: "You have not yet agreed to the new Contributor Terms."
1863         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
1864         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
1865         link: "http://www.osmfoundation.org/wiki/License/Contributor_Terms"
1866         link text: "what is this?"
1867       profile description: "Profile Description:"
1868       preferred languages: "Preferred Languages:"
1869       preferred editor: "Preferred Editor:"
1870       image: "Image:"
1871       gravatar:
1872         gravatar: "Use Gravatar"
1873         link: "http://wiki.openstreetmap.org/wiki/Gravatar"
1874         link text: "what is this?"
1875       new image: "Add an image"
1876       keep image: "Keep the current image"
1877       delete image: "Remove the current image"
1878       replace image: "Replace the current image"
1879       image size hint: "(square images at least 100x100 work best)"
1880       home location: "Home Location:"
1881       no home location: "You have not entered your home location."
1882       latitude: "Latitude:"
1883       longitude: "Longitude:"
1884       update home location on click: "Update home location when I click on the map?"
1885       save changes button: Save Changes
1886       make edits public button: Make all my edits public
1887       return to profile: Return to profile
1888       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1889       flash update success: "User information updated successfully."
1890     confirm:
1891       heading: Check your email!
1892       introduction_1: |
1893         We sent you a confirmation email.
1894       introduction_2: |
1895         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
1896       press confirm button: "Press the confirm button below to activate your account."
1897       button: Confirm
1898       already active: "This account has already been confirmed."
1899       unknown token: "That confirmation code has expired or does not exist."
1900       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
1901     confirm_resend:
1902       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."
1903       failure: "User %{name} not found."
1904     confirm_email:
1905       heading: Confirm a change of email address
1906       press confirm button: "Press the confirm button below to confirm your new email address."
1907       button: Confirm
1908       success: "Confirmed your email address, thanks for signing up!"
1909       failure: "An email address has already been confirmed with this token."
1910     set_home:
1911       flash success: "Home location saved successfully"
1912     go_public:
1913       flash success: "All your edits are now public, and you are now allowed to edit."
1914     make_friend:
1915       heading: "Add %{user} as a friend?"
1916       button: "Add as friend"
1917       success: "%{name} is now your friend!"
1918       failed: "Sorry, failed to add %{name} as a friend."
1919       already_a_friend: "You are already friends with %{name}."
1920     remove_friend:
1921       heading: "Unfriend %{user}?"
1922       button: "Unfriend"
1923       success: "%{name} was removed from your friends."
1924       not_a_friend: "%{name} is not one of your friends."
1925     filter:
1926       not_an_administrator: "You need to be an administrator to perform that action."
1927     list:
1928       title: Users
1929       heading: Users
1930       showing:
1931         one: Page %{page} (%{first_item} of %{items})
1932         other: Page %{page} (%{first_item}-%{last_item} of %{items})
1933       summary: "%{name} created from %{ip_address} on %{date}"
1934       summary_no_ip: "%{name} created on %{date}"
1935       confirm: Confirm Selected Users
1936       hide: Hide Selected Users
1937       empty: No matching users found
1938     suspended:
1939       title: Account Suspended
1940       heading: Account Suspended
1941       webmaster: webmaster
1942       body: |
1943         <p>
1944           Sorry, your account has been automatically suspended due to
1945           suspicious activity.
1946         </p>
1947         <p>
1948           This decision will be reviewed by an administrator shortly, or
1949           you may contact the %{webmaster} if you wish to discuss this.
1950         </p>
1951   user_role:
1952     filter:
1953       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1954       not_a_role: "The string `%{role}' is not a valid role."
1955       already_has_role: "The user already has role %{role}."
1956       doesnt_have_role: "The user does not have role %{role}."
1957     grant:
1958       title: Confirm role granting
1959       heading: Confirm role granting
1960       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
1961       confirm: "Confirm"
1962       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
1963     revoke:
1964       title: Confirm role revoking
1965       heading: Confirm role revoking
1966       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
1967       confirm: "Confirm"
1968       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
1969   user_block:
1970     model:
1971       non_moderator_update: "Must be a moderator to create or update a block."
1972       non_moderator_revoke: "Must be a moderator to revoke a block."
1973     not_found:
1974       sorry: "Sorry, the user block with ID %{id} could not be found."
1975       back: "Back to index"
1976     new:
1977       title: "Creating block on %{name}"
1978       heading: "Creating block on %{name}"
1979       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."
1980       period: "How long, starting now, the user will be blocked from the API for."
1981       submit: "Create block"
1982       tried_contacting: "I have contacted the user and asked them to stop."
1983       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1984       needs_view: "User needs to log in before this block will be cleared"
1985       back: "View all blocks"
1986     edit:
1987       title: "Editing block on %{name}"
1988       heading: "Editing block on %{name}"
1989       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."
1990       period: "How long, starting now, the user will be blocked from the API for."
1991       submit: "Update block"
1992       show: "View this block"
1993       back: "View all blocks"
1994       needs_view: "Does the user need to log in before this block will be cleared?"
1995     filter:
1996       block_expired: "The block has already expired and cannot be edited."
1997       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1998     create:
1999       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
2000       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
2001       flash: "Created a block on user %{name}."
2002     update:
2003       only_creator_can_edit: "Only the moderator who created this block can edit it."
2004       success: "Block updated."
2005     index:
2006       title: "User blocks"
2007       heading: "List of user blocks"
2008       empty: "No blocks have been made yet."
2009     revoke:
2010       title: "Revoking block on %{block_on}"
2011       heading: "Revoking block on %{block_on} by %{block_by}"
2012       time_future: "This block will end in %{time}."
2013       past: "This block ended %{time} ago and cannot be revoked now."
2014       confirm: "Are you sure you wish to revoke this block?"
2015       revoke: "Revoke!"
2016       flash: "This block has been revoked."
2017     period:
2018       one: "1 hour"
2019       other: "%{count} hours"
2020     partial:
2021       show: "Show"
2022       edit: "Edit"
2023       revoke: "Revoke!"
2024       confirm: "Are you sure?"
2025       display_name: "Blocked User"
2026       creator_name: "Creator"
2027       reason: "Reason for block"
2028       status: "Status"
2029       revoker_name: "Revoked by"
2030       not_revoked: "(not revoked)"
2031       showing_page: "Page %{page}"
2032       next: "Next »"
2033       previous: "« Previous"
2034     helper:
2035       time_future: "Ends in %{time}."
2036       until_login: "Active until the user logs in."
2037       time_past: "Ended %{time} ago."
2038     blocks_on:
2039       title: "Blocks on %{name}"
2040       heading: "List of blocks on %{name}"
2041       empty: "%{name} has not been blocked yet."
2042     blocks_by:
2043       title: "Blocks by %{name}"
2044       heading: "List of blocks by %{name}"
2045       empty: "%{name} has not made any blocks yet."
2046     show:
2047       title: "%{block_on} blocked by %{block_by}"
2048       heading: "%{block_on} blocked by %{block_by}"
2049       time_future: "Ends in %{time}"
2050       time_past: "Ended %{time} ago"
2051       status: "Status"
2052       show: "Show"
2053       edit: "Edit"
2054       revoke: "Revoke!"
2055       confirm: "Are you sure?"
2056       reason: "Reason for block:"
2057       back: "View all blocks"
2058       revoker: "Revoker:"
2059       needs_view: "The user needs to log in before this block will be cleared."
2060   note:
2061     description:
2062       opened_at_html: "Created %{when} ago"
2063       opened_at_by_html: "Created %{when} ago by %{user}"
2064       commented_at_html: "Updated %{when} ago"
2065       commented_at_by_html: "Updated %{when} ago by %{user}"
2066       closed_at_html: "Resolved %{when} ago"
2067       closed_at_by_html: "Resolved %{when} ago by %{user}"
2068       reopened_at_html: "Reactivated %{when} ago"
2069       reopened_at_by_html: "Reactivated %{when} ago by %{user}"
2070     rss:
2071       title: "OpenStreetMap Notes"
2072       description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
2073       description_item: "An rss feed for note %{id}"
2074       opened: "new note (near %{place})"
2075       commented: "new comment (near %{place})"
2076       closed: "closed note (near %{place})"
2077       reopened: "reactivated note (near %{place})"
2078     entry:
2079       comment: Comment
2080       full: Full note
2081     mine:
2082       title: "Notes submitted or commented on by %{user}"
2083       heading: "%{user}'s notes"
2084       subheading: "Notes submitted or commented on by %{user}"
2085       id: "Id"
2086       creator: "Creator"
2087       description: "Description"
2088       created_at: "Created at"
2089       last_changed: "Last changed"
2090       ago_html: "%{when} ago"
2091   javascripts:
2092     close: Close
2093     share:
2094       title: "Share"
2095       cancel: "Cancel"
2096       image: "Image"
2097       link: "Link or HTML"
2098       long_link: "Link"
2099       short_link: "Short Link"
2100       embed: "HTML"
2101       custom_dimensions: "Set custom dimensions"
2102       format: "Format:"
2103       scale: "Scale:"
2104       image_size: "Image will show standard layer at "
2105       download: "Download"
2106       short_url: "Short URL"
2107       include_marker: "Include marker"
2108       center_marker: "Center map on marker"
2109       paste_html: "Paste HTML to embed in website"
2110       view_larger_map: "View Larger Map"
2111     key:
2112       title: "Map Key"
2113       tooltip: "Map Key"
2114       tooltip_disabled: "Map Key available only for Standard layer"
2115     map:
2116       zoom:
2117         in: Zoom In
2118         out: Zoom Out
2119       locate:
2120         title: Show My Location
2121         popup: You are within {distance} {unit} of this point
2122       base:
2123         standard: Standard
2124         cycle_map: Cycle Map
2125         transport_map: Transport Map
2126         mapquest: MapQuest Open
2127       layers:
2128         header: Map Layers
2129         notes: Map Notes
2130         data: Map Data
2131         overlays: Enable overlays for troubleshooting the map
2132       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2133     site:
2134       edit_tooltip: Edit the map
2135       edit_disabled_tooltip: Zoom in to edit the map
2136       edit_zoom_alert: You must zoom in to edit the map
2137       history_tooltip: View edits for this area
2138       history_disabled_tooltip: Zoom in to view edits for this area
2139       history_zoom_alert: You must zoom in to view edits for this area
2140       createnote_tooltip: Add a note to the map
2141       createnote_disabled_tooltip: Zoom in to add a note to the map
2142       createnote_zoom_alert: You must zoom in to add a note to the map
2143     notes:
2144       new:
2145         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."
2146         add: Add Note
2147       show:
2148         permalink: Permalink
2149         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2150         opened_by: "created by <a href='%{user_url}'>%{user}</a> at %{time}"
2151         opened_by_anonymous: "created by anonymous at %{time}"
2152         commented_by: "comment from <a href='%{user_url}'>%{user}</a> at %{time}"
2153         commented_by_anonymous: "comment from anonymous at %{time}"
2154         closed_by: "resolved by <a href='%{user_url}'>%{user}</a> at %{time}"
2155         closed_by_anonymous: "resolved by anonymous at %{time}"
2156         reopened_by: "reactivated by <a href='%{user_url}'>%{user}</a> at %{time}"
2157         reopened_by_anonymous: "reactivated by anonymous at %{time}"
2158         hide: Hide
2159         resolve: Resolve
2160         reactivate: Reactivate
2161         comment_and_resolve: Comment & Resolve
2162         comment: Comment
2163     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2164   redaction:
2165     edit:
2166       description: "Description"
2167       heading: "Edit redaction"
2168       submit: "Save redaction"
2169       title: "Edit redaction"
2170     index:
2171       empty: "No redactions to show."
2172       heading: "List of redactions"
2173       title: "List of redactions"
2174     new:
2175       description: "Description"
2176       heading: "Enter information for new redaction"
2177       submit: "Create redaction"
2178       title: "Creating new redaction"
2179     show:
2180       description: "Description:"
2181       heading: "Showing redaction \"%{title}\""
2182       title: "Showing redaction"
2183       user: "Creator:"
2184       edit: "Edit this redaction"
2185       destroy: "Remove this redaction"
2186       confirm: "Are you sure?"
2187     create:
2188       flash: "Redaction created."
2189     update:
2190       flash: "Changes saved."
2191     destroy:
2192       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2193       flash: "Redaction destroyed."
2194       error: "There was an error destroying this redaction."