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