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