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