]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
af3951edc70ef0f75f55396d29d7399f371c5da2
[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   about_page:
1194     next: Next
1195     copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
1196     used_by: "%{name} powers map data on hundreds of web sites, mobile apps, and hardware devices"
1197     lede_text: |
1198       OSM is built by a community of local mappers that keeps data about
1199       roads, cafés, subway stations, and much more up to date every day.
1200     local_knowledge_title: Local Knowledge
1201     local_knowledge_html: |
1202       OpenStreetMap emphasizes local knowledge. Contributors use
1203       aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1204       is up to date and accurate.
1205     community_driven_title: Community Driven
1206     community_driven_html: |
1207       From the engineers that tune OSM's servers to the Humanitarian OSM Team
1208       that maps disaster-affected areas, OSM's community is diverse,
1209       passionate, and growing every day. To learn more about the community,
1210       see the <a href='%{diary_path}'>user diaries</a>,
1211       <a href='http://blogs.openstreetmap.org/'>community blogs</a>, and
1212       the <a href='http://www.osmfoundation.org/'>OSM Foundation</a> website.
1213     open_data_title: Open Data
1214     open_data_html: |
1215       OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
1216       as long as you credit OpenStreetMap and its contributors. If you alter or
1217       build upon the data in certain ways, you may distribute the result only
1218       under the same licence. See the <a href='%{copyright_path}'>Copyright and
1219       License page</a> for details.
1220     photo_caption_0_html: |
1221       <a href='https://twitter.com/mikel'>@mikel</a> working on
1222       <a href='http://mapkibera.org/'>Map Kibera</a>, a project to map the
1223       largest slum in Nairobi, Kenya.
1224       <a href='http://www.flickr.com/photos/watato/4564778295'>&copy; watato
1225       2010</a>
1226     photo_caption_1_html: |
1227       <a href='https://twitter.com/lxbarth'>@lxbarth</a> and
1228       <a href='https://twitter.com/limareis'>@limareis</a> survey Brasilia with
1229       walking papers.
1230       <a href='http://www.flickr.com/photos/mapbox/7104560119'>&copy; mapbox
1231       2012</a>
1232     photo_caption_2_html: |
1233       @TODO caption (<a href='http://www.flickr.com/photos/oddwick/4775001075'>source</a>)
1234     photo_caption_3_html: |
1235       @TODO caption (<a href='http://www.flickr.com/photos/28698126@N02/3012439281'>source</a>)
1236     photo_caption_4_html: |
1237       @TODO caption (<a href='http://www.flickr.com/photos/louis_liu/4875155429/'>source</a>)
1238     photo_caption_5_html: |
1239       @TODO caption (<a href='http://www.flickr.com/photos/kachkaev/5793019627'>source</a>)
1240   notifier:
1241     diary_comment_notification:
1242       subject: "[OpenStreetMap] %{user} commented on your diary entry"
1243       hi: "Hi %{to_user},"
1244       header: "%{from_user} has commented on your recent OpenStreetMap diary entry with the subject %{subject}:"
1245       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1246     message_notification:
1247       subject_header: "[OpenStreetMap] %{subject}"
1248       hi: "Hi %{to_user},"
1249       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1250       footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
1251     friend_notification:
1252       subject: "[OpenStreetMap] %{user} added you as a friend"
1253       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1254       see_their_profile: "You can see their profile at %{userurl}."
1255       befriend_them: "You can also add them as a friend at %{befriendurl}."
1256     gpx_notification:
1257       greeting: "Hi,"
1258       your_gpx_file: "It looks like your GPX file"
1259       with_description: "with the description"
1260       and_the_tags: "and the following tags:"
1261       and_no_tags: "and no tags."
1262       failure:
1263         subject: "[OpenStreetMap] GPX Import failure"
1264         failed_to_import: "failed to import. Here is the error:"
1265         more_info_1: "More information about GPX import failures and how to avoid"
1266         more_info_2: "them can be found at:"
1267         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1268       success:
1269         subject: "[OpenStreetMap] GPX Import success"
1270         loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1271     signup_confirm:
1272       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
1273       greeting: "Hi there!"
1274       created: "Someone (hopefully you) just created an account at %{site_url}."
1275       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:"
1276       welcome: "After you confirm your account, we'll provide you with some additional information to get you started."
1277     email_confirm:
1278       subject: "[OpenStreetMap] Confirm your email address"
1279     email_confirm_plain:
1280       greeting: "Hi,"
1281       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1282       click_the_link: "If this is you, please click the link below to confirm the change."
1283     email_confirm_html:
1284       greeting: "Hi,"
1285       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1286       click_the_link: "If this is you, please click the link below to confirm the change."
1287     lost_password:
1288       subject: "[OpenStreetMap] Password reset request"
1289     lost_password_plain:
1290       greeting: "Hi,"
1291       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1292       click_the_link: "If this is you, please click the link below to reset your password."
1293     lost_password_html:
1294       greeting: "Hi,"
1295       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1296       click_the_link: "If this is you, please click the link below to reset your password."
1297     note_comment_notification:
1298       anonymous: An anonymous user
1299       greeting: "Hi,"
1300       commented:
1301         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes"
1302         subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in"
1303         your_note: "%{commenter} has left a comment on one of your map notes near %{place}."
1304         commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1305       closed:
1306         subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes"
1307         subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in"
1308         your_note: "%{commenter} has resolved one of your map notes near %{place}."
1309         commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1310       reopened:
1311         subject_own: "[OpenStreetMap] %{commenter} has reactivated one of your notes"
1312         subject_other: "[OpenStreetMap] %{commenter} has reactivated a note you are interested in"
1313         your_note: "%{commenter} has reactivated one of your map notes near %{place}."
1314         commented_note: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1315       details: "More details about the note can be found at %{url}."
1316   message:
1317     inbox:
1318       title: "Inbox"
1319       my_inbox: "My Inbox"
1320       outbox: "outbox"
1321       messages: "You have %{new_messages} and %{old_messages}"
1322       new_messages:
1323         one: "%{count} new message"
1324         other: "%{count} new messages"
1325       old_messages:
1326         one: "%{count} old message"
1327         other: "%{count} old messages"
1328       from: "From"
1329       subject: "Subject"
1330       date: "Date"
1331       no_messages_yet: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1332       people_mapping_nearby: "people mapping nearby"
1333     message_summary:
1334       unread_button: "Mark as unread"
1335       read_button: "Mark as read"
1336       reply_button: "Reply"
1337       delete_button: "Delete"
1338     new:
1339       title: "Send message"
1340       send_message_to: "Send a new message to %{name}"
1341       subject: "Subject"
1342       body: "Body"
1343       send_button: "Send"
1344       back_to_inbox: "Back to inbox"
1345       message_sent: "Message sent"
1346       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1347     no_such_message:
1348       title: "No such message"
1349       heading: "No such message"
1350       body: "Sorry there is no message with that id."
1351     outbox:
1352       title: "Outbox"
1353       my_inbox: "My %{inbox_link}"
1354       inbox: "inbox"
1355       outbox: "outbox"
1356       messages:
1357         one: "You have %{count} sent message"
1358         other: "You have %{count} sent messages"
1359       to: "To"
1360       subject: "Subject"
1361       date: "Date"
1362       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1363       people_mapping_nearby: "people mapping nearby"
1364     reply:
1365       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."
1366     read:
1367       title: "Read message"
1368       from: "From"
1369       subject: "Subject"
1370       date: "Date"
1371       reply_button: "Reply"
1372       unread_button: "Mark as unread"
1373       back: "Back"
1374       to: "To"
1375       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."
1376     sent_message_summary:
1377       delete_button: "Delete"
1378     mark:
1379       as_read: "Message marked as read"
1380       as_unread: "Message marked as unread"
1381     delete:
1382       deleted: "Message deleted"
1383   site:
1384     index:
1385       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1386       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1387       permalink: Permalink
1388       shortlink: Shortlink
1389       createnote: Add a note
1390       license:
1391         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1392         license_url: "http://openstreetmap.org/copyright"
1393         project_url: "http://openstreetmap.org"
1394       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1395     edit:
1396       not_public: "You have not set your edits to be public."
1397       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}."
1398       user_page_link: user page
1399       anon_edits: "(%{link})"
1400       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1401       anon_edits_link_text: "Find out why this is the case."
1402       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.'
1403       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.)"
1404       potlatch2_not_configured: "Potlatch 2 has not been configured - please see http://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1405       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1406       id_not_configured: "iD has not been configured"
1407       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1408     sidebar:
1409       search_results: Search Results
1410       close: Close
1411     search:
1412       search: Search
1413       submit_text: "Go"
1414     key:
1415       table:
1416         entry:
1417           motorway: "Motorway"
1418           trunk: "Trunk road"
1419           primary: "Primary road"
1420           secondary: "Secondary road"
1421           unclassified: "Unclassified road"
1422           unsurfaced: "Unsurfaced road"
1423           track: "Track"
1424           byway: "Byway"
1425           bridleway: "Bridleway"
1426           cycleway: "Cycleway"
1427           footway: "Footway"
1428           rail: "Railway"
1429           subway: "Subway"
1430           tram:
1431             - Light rail
1432             - tram
1433           cable:
1434             - Cable car
1435             - chair lift
1436           runway:
1437             - Airport Runway
1438             - taxiway
1439           apron:
1440             - Airport apron
1441             - terminal
1442           admin: "Administrative boundary"
1443           forest: "Forest"
1444           wood: "Wood"
1445           golf: "Golf course"
1446           park: "Park"
1447           resident: "Residential area"
1448           tourist: "Tourist attraction"
1449           common:
1450             - Common
1451             - meadow
1452           retail: "Retail area"
1453           industrial: "Industrial area"
1454           commercial: "Commercial area"
1455           heathland: "Heathland"
1456           lake:
1457             - Lake
1458             - reservoir
1459           farm: "Farm"
1460           brownfield: "Brownfield site"
1461           cemetery: "Cemetery"
1462           allotments: "Allotments"
1463           pitch: "Sports pitch"
1464           centre: "Sports centre"
1465           reserve: "Nature reserve"
1466           military: "Military area"
1467           school:
1468             - School
1469             - university
1470           building: "Significant building"
1471           station: "Railway station"
1472           summit:
1473             - Summit
1474             - peak
1475           tunnel: "Dashed casing = tunnel"
1476           bridge: "Black casing = bridge"
1477           private: "Private access"
1478           permissive: "Permissive access"
1479           destination: "Destination access"
1480           construction: "Roads under construction"
1481     richtext_area:
1482       edit: Edit
1483       preview: Preview
1484     markdown_help:
1485       title_html: Parsed with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>
1486       headings: Headings
1487       heading: Heading
1488       subheading: Subheading
1489       unordered: Unordered list
1490       ordered: Ordered list
1491       first: First item
1492       second: Second item
1493       link: Link
1494       text: Text
1495       image: Image
1496       alt: Alt text
1497       url: URL
1498   trace:
1499     visibility:
1500       private: "Private (only shared as anonymous, unordered points)"
1501       public: "Public (shown in trace list and as anonymous, unordered points)"
1502       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1503       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1504     create:
1505       upload_trace: "Upload GPS Trace"
1506       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."
1507     edit:
1508       title: "Editing trace %{name}"
1509       heading: "Editing trace %{name}"
1510       filename: "Filename:"
1511       download: "download"
1512       uploaded_at: "Uploaded:"
1513       points: "Points:"
1514       start_coord: "Start coordinate:"
1515       map: "map"
1516       edit: "edit"
1517       owner: "Owner:"
1518       description: "Description:"
1519       tags: "Tags:"
1520       tags_help: "comma delimited"
1521       save_button: "Save Changes"
1522       visibility: "Visibility:"
1523       visibility_help: "what does this mean?"
1524       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1525     trace_form:
1526       upload_gpx: "Upload GPX File:"
1527       description: "Description:"
1528       tags: "Tags:"
1529       tags_help: "comma delimited"
1530       visibility: "Visibility:"
1531       visibility_help: "what does this mean?"
1532       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1533       upload_button: "Upload"
1534       help: "Help"
1535       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1536     trace_header:
1537       upload_trace: "Upload a trace"
1538       see_all_traces: "See all traces"
1539       see_your_traces: "See your traces"
1540       traces_waiting:
1541         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."
1542         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."
1543     trace_optionals:
1544       tags: "Tags"
1545     view:
1546       title: "Viewing trace %{name}"
1547       heading: "Viewing trace %{name}"
1548       pending: "PENDING"
1549       filename: "Filename:"
1550       download: "download"
1551       uploaded: "Uploaded:"
1552       points: "Points:"
1553       start_coordinates: "Start coordinate:"
1554       map: "map"
1555       edit: "edit"
1556       owner: "Owner:"
1557       description: "Description:"
1558       tags: "Tags:"
1559       none: "None"
1560       edit_track: "Edit this trace"
1561       delete_track: "Delete this trace"
1562       trace_not_found: "Trace not found!"
1563       visibility: "Visibility:"
1564     trace_paging_nav:
1565       showing_page: "Page %{page}"
1566       older: "Older Traces"
1567       newer: "Newer Traces"
1568     trace:
1569       pending: "PENDING"
1570       count_points: "%{count} points"
1571       ago: "%{time_in_words_ago} ago"
1572       more: "more"
1573       trace_details: "View Trace Details"
1574       view_map: "View Map"
1575       edit: "edit"
1576       edit_map: "Edit Map"
1577       public: "PUBLIC"
1578       identifiable: "IDENTIFIABLE"
1579       private: "PRIVATE"
1580       trackable: "TRACKABLE"
1581       by: "by"
1582       in: "in"
1583       map: "map"
1584     list:
1585       public_traces: "Public GPS traces"
1586       your_traces: "Your GPS traces"
1587       public_traces_from: "Public GPS traces from %{user}"
1588       description: "Browse recent GPS track uploads"
1589       tagged_with: " tagged with %{tags}"
1590       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>."
1591     delete:
1592       scheduled_for_deletion: "Trace scheduled for deletion"
1593     make_public:
1594       made_public: "Trace made public"
1595     offline_warning:
1596       message: "The GPX file upload system is currently unavailable"
1597     offline:
1598       heading: "GPX Storage Offline"
1599       message: "The GPX file storage and upload system is currently unavailable."
1600     georss:
1601       title: "OpenStreetMap GPS Traces"
1602     description:
1603       description_with_count:
1604         one: "GPX file with %{count} point from %{user}"
1605         other: "GPX file with %{count} points from %{user}"
1606       description_without_count: "GPX file from %{user}"
1607   application:
1608     require_cookies:
1609       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1610     require_moderator:
1611       not_a_moderator: "You need to be a moderator to perform that action."
1612     setup_user_auth:
1613       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1614       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."
1615   oauth:
1616     oauthorize:
1617       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."
1618       allow_to: "Allow the client application to:"
1619       allow_read_prefs:  "read your user preferences."
1620       allow_write_prefs: "modify your user preferences."
1621       allow_write_diary: "create diary entries, comments and make friends."
1622       allow_write_api:   "modify the map."
1623       allow_read_gpx:    "read your private GPS traces."
1624       allow_write_gpx:   "upload GPS traces."
1625       allow_write_notes: "modify notes."
1626     revoke:
1627       flash: "You've revoked the token for %{application}"
1628   oauth_clients:
1629     new:
1630       title: "Register a new application"
1631       submit: "Register"
1632     edit:
1633       title: "Edit your application"
1634       submit: "Edit"
1635     show:
1636       title: "OAuth details for %{app_name}"
1637       key: "Consumer Key:"
1638       secret: "Consumer Secret:"
1639       url: "Request Token URL:"
1640       access_url: "Access Token URL:"
1641       authorize_url: "Authorise URL:"
1642       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1643       edit: "Edit Details"
1644       delete: "Delete Client"
1645       confirm: "Are you sure?"
1646       requests: "Requesting the following permissions from the user:"
1647       allow_read_prefs:  "read their user preferences."
1648       allow_write_prefs: "modify their user preferences."
1649       allow_write_diary: "create diary entries, comments and make friends."
1650       allow_write_api:   "modify the map."
1651       allow_read_gpx:    "read their private GPS traces."
1652       allow_write_gpx:   "upload GPS traces."
1653       allow_write_notes: "modify notes."
1654     index:
1655       title: "My OAuth Details"
1656       my_tokens: "My Authorised Applications"
1657       list_tokens: "The following tokens have been issued to applications in your name:"
1658       application: "Application Name"
1659       issued_at: "Issued At"
1660       revoke: "Revoke!"
1661       my_apps: "My Client Applications"
1662       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."
1663       registered_apps: "You have the following client applications registered:"
1664       register_new: "Register your application"
1665     form:
1666       name: "Name"
1667       required: "Required"
1668       url: "Main Application URL"
1669       callback_url: "Callback URL"
1670       support_url: "Support URL"
1671       requests: "Request the following permissions from the user:"
1672       allow_read_prefs:  "read their user preferences."
1673       allow_write_prefs: "modify their user preferences."
1674       allow_write_diary: "create diary entries, comments and make friends."
1675       allow_write_api:   "modify the map."
1676       allow_read_gpx:    "read their private GPS traces."
1677       allow_write_gpx:   "upload GPS traces."
1678       allow_write_notes: "modify notes."
1679     not_found:
1680       sorry: "Sorry, that %{type} could not be found."
1681     create:
1682       flash: "Registered the information successfully"
1683     update:
1684       flash: "Updated the client information successfully"
1685     destroy:
1686       flash: "Destroyed the client application registration"
1687   user:
1688     login:
1689       title: "Login"
1690       heading: "Login"
1691       email or username: "Email Address or Username:"
1692       password: "Password:"
1693       openid: "%{logo} OpenID:"
1694       remember: "Remember me"
1695       lost password link: "Lost your password?"
1696       login_button: "Login"
1697       register now: Register now
1698       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1699       with openid: "Alternatively, use OpenID to login:"
1700       new to osm: New to OpenStreetMap?
1701       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1702       create account minute: Create an account. It only takes a minute.
1703       no account: Don't have an account?
1704       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>."
1705       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.
1706       auth failure: "Sorry, could not log in with those details."
1707       openid missing provider: "Sorry, could not contact your OpenID provider"
1708       openid invalid: "Sorry, your OpenID seems to be malformed"
1709       openid_logo_alt: "Log in with an OpenID"
1710       openid_providers:
1711         openid:
1712           title: Login with OpenID
1713           alt: Login with an OpenID URL
1714         google:
1715           title: Login with Google
1716           alt: Login with a Google OpenID
1717         yahoo:
1718           title: Login with Yahoo
1719           alt: Login with a Yahoo OpenID
1720         myopenid:
1721           title: Login with myOpenID
1722           alt: Login with a myOpenID OpenID
1723         wordpress:
1724           title: Login with Wordpress
1725           alt: Login with a Wordpress OpenID
1726         aol:
1727           title: Login with AOL
1728           alt: Login with an AOL OpenID
1729     logout:
1730       title: "Logout"
1731       heading: "Logout from OpenStreetMap"
1732       logout_button: "Logout"
1733     lost_password:
1734       title: "Lost password"
1735       heading: "Forgotten Password?"
1736       email address: "Email Address:"
1737       new password button: "Reset password"
1738       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."
1739       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1740       notice email cannot find: "Could not find that email address, sorry."
1741     reset_password:
1742       title: "Reset password"
1743       heading: "Reset Password for %{user}"
1744       password: "Password:"
1745       confirm password: "Confirm Password:"
1746       reset: "Reset Password"
1747       flash changed: "Your password has been changed."
1748       flash token bad: "Did not find that token, check the URL maybe?"
1749     new:
1750       title: "Sign Up"
1751       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1752       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.'
1753       about:
1754         header: Free and editable
1755         html: |
1756           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
1757           and it's free for anyone to fix, update, download and use.</p>
1758           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
1759       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>.'
1760       email address: "Email Address:"
1761       confirm email address: "Confirm Email Address:"
1762       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>)'
1763       display name: "Display Name:"
1764       display name description: "Your publicly displayed username. You can change this later in the preferences."
1765       openid: "%{logo} OpenID:"
1766       password: "Password:"
1767       confirm password: "Confirm Password:"
1768       use openid: "Alternatively, use %{logo} OpenID to login"
1769       openid no password: "With OpenID a password is not required, but some extra tools or server may still need one."
1770       openid association: |
1771         <p>Your OpenID is not associated with a OpenStreetMap account yet.</p>
1772         <ul>
1773           <li>If you are new to OpenStreetMap, please create a new account using the form below.</li>
1774           <li>
1775             If you already have an account, you can login to your account
1776             using your username and password and then associate the account
1777             with your OpenID in your user settings.
1778           </li>
1779         </ul>
1780       continue: Sign Up
1781       terms accepted: "Thanks for accepting the new contributor terms!"
1782       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>."
1783       terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1784     terms:
1785       title: "Contributor terms"
1786       heading: "Contributor terms"
1787       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."
1788       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1789       consider_pd_why: "what's this?"
1790       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1791       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1792       agree: Agree
1793       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1794       decline: "Decline"
1795       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1796       legale_select: "Country of residence:"
1797       legale_names:
1798         france: "France"
1799         italy: "Italy"
1800         rest_of_world: "Rest of the world"
1801     no_such_user:
1802       title: "No such user"
1803       heading: "The user %{user} does not exist"
1804       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1805     view:
1806       my diary: My Diary
1807       new diary entry: new diary entry
1808       my edits: My Edits
1809       my traces: My Traces
1810       my notes: My Notes
1811       my profile: My Profile
1812       my settings: My Settings
1813       my comments: My Comments
1814       oauth settings: oauth settings
1815       blocks on me: Blocks on Me
1816       blocks by me: Blocks by Me
1817       send message: Send Message
1818       diary: Diary
1819       edits: Edits
1820       traces: Traces
1821       notes: Map Notes
1822       remove as friend: Unfriend
1823       add as friend: Add Friend
1824       mapper since: "Mapper since:"
1825       ago: "(%{time_in_words_ago} ago)"
1826       ct status: "Contributor terms:"
1827       ct undecided: Undecided
1828       ct declined: Declined
1829       ct accepted: Accepted %{ago} ago
1830       latest edit: "Latest edit %{ago}:"
1831       email address: "Email address:"
1832       created from: "Created from:"
1833       status: "Status:"
1834       spam score: "Spam Score:"
1835       description: Description
1836       user location: User location
1837       if set location: "Set your home location on the %{settings_link} page to see nearby users."
1838       settings_link_text: settings
1839       your friends: Your friends
1840       no friends: You have not added any friends yet.
1841       km away: "%{count}km away"
1842       m away: "%{count}m away"
1843       nearby users: "Other nearby users"
1844       no nearby users: "There are no other users who admit to mapping nearby yet."
1845       role:
1846         administrator: "This user is an administrator"
1847         moderator: "This user is a moderator"
1848         grant:
1849           administrator: "Grant administrator access"
1850           moderator: "Grant moderator access"
1851         revoke:
1852           administrator: "Revoke administrator access"
1853           moderator: "Revoke moderator access"
1854       block_history: "blocks received"
1855       moderator_history: "blocks given"
1856       comments: "Comments"
1857       create_block: "block this user"
1858       activate_user: "activate this user"
1859       deactivate_user: "deactivate this user"
1860       confirm_user: "confirm this user"
1861       hide_user: "hide this user"
1862       unhide_user: "unhide this user"
1863       delete_user: "delete this user"
1864       confirm: "Confirm"
1865       friends_changesets: "friends' changesets"
1866       friends_diaries: "friends' diary entries"
1867       nearby_changesets: "nearby user changesets"
1868       nearby_diaries: "nearby user diary entries"
1869     popup:
1870       your location: "Your location"
1871       nearby mapper: "Nearby mapper"
1872       friend: "Friend"
1873     account:
1874       title: "Edit account"
1875       my settings: My settings
1876       current email address: "Current Email Address:"
1877       new email address: "New Email Address:"
1878       email never displayed publicly: "(never displayed publicly)"
1879       openid:
1880         openid: "OpenID:"
1881         link: "http://wiki.openstreetmap.org/wiki/OpenID"
1882         link text: "what is this?"
1883       public editing:
1884         heading: "Public editing:"
1885         enabled: "Enabled. Not anonymous and can edit data."
1886         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1887         enabled link text: "what is this?"
1888         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1889         disabled link text: "why can't I edit?"
1890       public editing note:
1891         heading: "Public editing"
1892         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>"
1893       contributor terms:
1894         heading: "Contributor Terms:"
1895         agreed: "You have agreed to the new Contributor Terms."
1896         not yet agreed: "You have not yet agreed to the new Contributor Terms."
1897         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
1898         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
1899         link: "http://www.osmfoundation.org/wiki/License/Contributor_Terms"
1900         link text: "what is this?"
1901       profile description: "Profile Description:"
1902       preferred languages: "Preferred Languages:"
1903       preferred editor: "Preferred Editor:"
1904       image: "Image:"
1905       gravatar:
1906         gravatar: "Use Gravatar"
1907         link: "http://wiki.openstreetmap.org/wiki/Gravatar"
1908         link text: "what is this?"
1909       new image: "Add an image"
1910       keep image: "Keep the current image"
1911       delete image: "Remove the current image"
1912       replace image: "Replace the current image"
1913       image size hint: "(square images at least 100x100 work best)"
1914       home location: "Home Location:"
1915       no home location: "You have not entered your home location."
1916       latitude: "Latitude:"
1917       longitude: "Longitude:"
1918       update home location on click: "Update home location when I click on the map?"
1919       save changes button: Save Changes
1920       make edits public button: Make all my edits public
1921       return to profile: Return to profile
1922       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1923       flash update success: "User information updated successfully."
1924     confirm:
1925       heading: Check your email!
1926       introduction_1: |
1927         We sent you a confirmation email.
1928       introduction_2: |
1929         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
1930       press confirm button: "Press the confirm button below to activate your account."
1931       button: Confirm
1932       already active: "This account has already been confirmed."
1933       unknown token: "That confirmation code has expired or does not exist."
1934       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
1935     confirm_resend:
1936       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."
1937       failure: "User %{name} not found."
1938     confirm_email:
1939       heading: Confirm a change of email address
1940       press confirm button: "Press the confirm button below to confirm your new email address."
1941       button: Confirm
1942       success: "Confirmed your email address, thanks for signing up!"
1943       failure: "An email address has already been confirmed with this token."
1944     set_home:
1945       flash success: "Home location saved successfully"
1946     go_public:
1947       flash success: "All your edits are now public, and you are now allowed to edit."
1948     make_friend:
1949       heading: "Add %{user} as a friend?"
1950       button: "Add as friend"
1951       success: "%{name} is now your friend!"
1952       failed: "Sorry, failed to add %{name} as a friend."
1953       already_a_friend: "You are already friends with %{name}."
1954     remove_friend:
1955       heading: "Unfriend %{user}?"
1956       button: "Unfriend"
1957       success: "%{name} was removed from your friends."
1958       not_a_friend: "%{name} is not one of your friends."
1959     filter:
1960       not_an_administrator: "You need to be an administrator to perform that action."
1961     list:
1962       title: Users
1963       heading: Users
1964       showing:
1965         one: Page %{page} (%{first_item} of %{items})
1966         other: Page %{page} (%{first_item}-%{last_item} of %{items})
1967       summary: "%{name} created from %{ip_address} on %{date}"
1968       summary_no_ip: "%{name} created on %{date}"
1969       confirm: Confirm Selected Users
1970       hide: Hide Selected Users
1971       empty: No matching users found
1972     suspended:
1973       title: Account Suspended
1974       heading: Account Suspended
1975       webmaster: webmaster
1976       body: |
1977         <p>
1978           Sorry, your account has been automatically suspended due to
1979           suspicious activity.
1980         </p>
1981         <p>
1982           This decision will be reviewed by an administrator shortly, or
1983           you may contact the %{webmaster} if you wish to discuss this.
1984         </p>
1985   user_role:
1986     filter:
1987       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1988       not_a_role: "The string `%{role}' is not a valid role."
1989       already_has_role: "The user already has role %{role}."
1990       doesnt_have_role: "The user does not have role %{role}."
1991     grant:
1992       title: Confirm role granting
1993       heading: Confirm role granting
1994       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
1995       confirm: "Confirm"
1996       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
1997     revoke:
1998       title: Confirm role revoking
1999       heading: Confirm role revoking
2000       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
2001       confirm: "Confirm"
2002       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
2003   user_block:
2004     model:
2005       non_moderator_update: "Must be a moderator to create or update a block."
2006       non_moderator_revoke: "Must be a moderator to revoke a block."
2007     not_found:
2008       sorry: "Sorry, the user block with ID %{id} could not be found."
2009       back: "Back to index"
2010     new:
2011       title: "Creating block on %{name}"
2012       heading: "Creating block on %{name}"
2013       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."
2014       period: "How long, starting now, the user will be blocked from the API for."
2015       submit: "Create block"
2016       tried_contacting: "I have contacted the user and asked them to stop."
2017       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
2018       needs_view: "User needs to log in before this block will be cleared"
2019       back: "View all blocks"
2020     edit:
2021       title: "Editing block on %{name}"
2022       heading: "Editing block on %{name}"
2023       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."
2024       period: "How long, starting now, the user will be blocked from the API for."
2025       submit: "Update block"
2026       show: "View this block"
2027       back: "View all blocks"
2028       needs_view: "Does the user need to log in before this block will be cleared?"
2029     filter:
2030       block_expired: "The block has already expired and cannot be edited."
2031       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2032     create:
2033       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
2034       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
2035       flash: "Created a block on user %{name}."
2036     update:
2037       only_creator_can_edit: "Only the moderator who created this block can edit it."
2038       success: "Block updated."
2039     index:
2040       title: "User blocks"
2041       heading: "List of user blocks"
2042       empty: "No blocks have been made yet."
2043     revoke:
2044       title: "Revoking block on %{block_on}"
2045       heading: "Revoking block on %{block_on} by %{block_by}"
2046       time_future: "This block will end in %{time}."
2047       past: "This block ended %{time} ago and cannot be revoked now."
2048       confirm: "Are you sure you wish to revoke this block?"
2049       revoke: "Revoke!"
2050       flash: "This block has been revoked."
2051     period:
2052       one: "1 hour"
2053       other: "%{count} hours"
2054     partial:
2055       show: "Show"
2056       edit: "Edit"
2057       revoke: "Revoke!"
2058       confirm: "Are you sure?"
2059       display_name: "Blocked User"
2060       creator_name: "Creator"
2061       reason: "Reason for block"
2062       status: "Status"
2063       revoker_name: "Revoked by"
2064       not_revoked: "(not revoked)"
2065       showing_page: "Page %{page}"
2066       next: "Next »"
2067       previous: "« Previous"
2068     helper:
2069       time_future: "Ends in %{time}."
2070       until_login: "Active until the user logs in."
2071       time_past: "Ended %{time} ago."
2072     blocks_on:
2073       title: "Blocks on %{name}"
2074       heading: "List of blocks on %{name}"
2075       empty: "%{name} has not been blocked yet."
2076     blocks_by:
2077       title: "Blocks by %{name}"
2078       heading: "List of blocks by %{name}"
2079       empty: "%{name} has not made any blocks yet."
2080     show:
2081       title: "%{block_on} blocked by %{block_by}"
2082       heading: "%{block_on} blocked by %{block_by}"
2083       time_future: "Ends in %{time}"
2084       time_past: "Ended %{time} ago"
2085       status: "Status"
2086       show: "Show"
2087       edit: "Edit"
2088       revoke: "Revoke!"
2089       confirm: "Are you sure?"
2090       reason: "Reason for block:"
2091       back: "View all blocks"
2092       revoker: "Revoker:"
2093       needs_view: "The user needs to log in before this block will be cleared."
2094   note:
2095     description:
2096       opened_at_html: "Created %{when} ago"
2097       opened_at_by_html: "Created %{when} ago by %{user}"
2098       commented_at_html: "Updated %{when} ago"
2099       commented_at_by_html: "Updated %{when} ago by %{user}"
2100       closed_at_html: "Resolved %{when} ago"
2101       closed_at_by_html: "Resolved %{when} ago by %{user}"
2102       reopened_at_html: "Reactivated %{when} ago"
2103       reopened_at_by_html: "Reactivated %{when} ago by %{user}"
2104     rss:
2105       title: "OpenStreetMap Notes"
2106       description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
2107       description_item: "An rss feed for note %{id}"
2108       opened: "new note (near %{place})"
2109       commented: "new comment (near %{place})"
2110       closed: "closed note (near %{place})"
2111       reopened: "reactivated note (near %{place})"
2112     entry:
2113       comment: Comment
2114       full: Full note
2115     mine:
2116       title: "Notes submitted or commented on by %{user}"
2117       heading: "%{user}'s notes"
2118       subheading: "Notes submitted or commented on by %{user}"
2119       id: "Id"
2120       creator: "Creator"
2121       description: "Description"
2122       created_at: "Created at"
2123       last_changed: "Last changed"
2124       ago_html: "%{when} ago"
2125   javascripts:
2126     close: Close
2127     share:
2128       title: "Share"
2129       cancel: "Cancel"
2130       image: "Image"
2131       link: "Link or HTML"
2132       long_link: "Link"
2133       short_link: "Short Link"
2134       embed: "HTML"
2135       custom_dimensions: "Set custom dimensions"
2136       format: "Format:"
2137       scale: "Scale:"
2138       image_size: "Image will show standard layer at "
2139       download: "Download"
2140       short_url: "Short URL"
2141       include_marker: "Include marker"
2142       center_marker: "Center map on marker"
2143       paste_html: "Paste HTML to embed in website"
2144       view_larger_map: "View Larger Map"
2145     key:
2146       title: "Map Key"
2147       tooltip: "Map Key"
2148       tooltip_disabled: "Map Key available only for Standard layer"
2149     map:
2150       zoom:
2151         in: Zoom In
2152         out: Zoom Out
2153       locate:
2154         title: Show My Location
2155         popup: You are within {distance} {unit} of this point
2156       base:
2157         standard: Standard
2158         cycle_map: Cycle Map
2159         transport_map: Transport Map
2160         mapquest: MapQuest Open
2161         hot: Humanitarian
2162       layers:
2163         header: Map Layers
2164         notes: Map Notes
2165         data: Map Data
2166         overlays: Enable overlays for troubleshooting the map
2167         title: "Layers"
2168       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2169     site:
2170       edit_tooltip: Edit the map
2171       edit_disabled_tooltip: Zoom in to edit the map
2172       history_tooltip: View edits for this area
2173       history_disabled_tooltip: Zoom in to view edits for this area
2174       createnote_tooltip: Add a note to the map
2175       createnote_disabled_tooltip: Zoom in to add a note to the map
2176     notes:
2177       new:
2178         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."
2179         add: Add Note
2180       show:
2181         permalink: Permalink
2182         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2183         opened_by: "created by <a href='%{user_url}'>%{user}</a> at %{time}"
2184         opened_by_anonymous: "created by anonymous at %{time}"
2185         commented_by: "comment from <a href='%{user_url}'>%{user}</a> at %{time}"
2186         commented_by_anonymous: "comment from anonymous at %{time}"
2187         closed_by: "resolved by <a href='%{user_url}'>%{user}</a> at %{time}"
2188         closed_by_anonymous: "resolved by anonymous at %{time}"
2189         reopened_by: "reactivated by <a href='%{user_url}'>%{user}</a> at %{time}"
2190         reopened_by_anonymous: "reactivated by anonymous at %{time}"
2191         hide: Hide
2192         resolve: Resolve
2193         reactivate: Reactivate
2194         comment_and_resolve: Comment & Resolve
2195         comment: Comment
2196     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2197   redaction:
2198     edit:
2199       description: "Description"
2200       heading: "Edit redaction"
2201       submit: "Save redaction"
2202       title: "Edit redaction"
2203     index:
2204       empty: "No redactions to show."
2205       heading: "List of redactions"
2206       title: "List of redactions"
2207     new:
2208       description: "Description"
2209       heading: "Enter information for new redaction"
2210       submit: "Create redaction"
2211       title: "Creating new redaction"
2212     show:
2213       description: "Description:"
2214       heading: "Showing redaction \"%{title}\""
2215       title: "Showing redaction"
2216       user: "Creator:"
2217       edit: "Edit this redaction"
2218       destroy: "Remove this redaction"
2219       confirm: "Are you sure?"
2220     create:
2221       flash: "Redaction created."
2222     update:
2223       flash: "Changes saved."
2224     destroy:
2225       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2226       flash: "Redaction destroyed."
2227       error: "There was an error destroying this redaction."