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