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