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