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