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