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