#!/usr/bin/perl # # CYCLONIC WEB-MAIL ENGINE - Version 4.0 # Copyright STALLION Networking 1998-2001 # ################################################ # # English Language File provided with # Cyclonic 4.0 Distribution. # ################################################ ############ # TEXT ############ $l1 = "User"; $l2 = "Message"; $l3 = "Date"; $l4 = "Size"; $l5 = "Status"; $l6 = "Message Text"; $l7 = "Full Name"; $l8 = "Mail Signature"; $l9 = "Select All"; $l10 = "Mailbox Size"; $l11 = "Select Folder"; $l12 = "To"; $l13 = "Subject"; $l14 = "Attachments"; $l15 = "Save a Copy"; $l16 = "From"; $l17 = "Current Folders"; $l18 = "Folder Action"; $l19 = "Filter"; $l20 = "Containing"; $l21 = "Action"; $l22 = "Delete"; $l23 = "Nickname"; $l24 = "Email Address"; $l25 = "Edit"; $l26 = "You have reached the Maximum Number of 5 Filters Available!"; $l27 = "Modify your personal Mail Profile including your Name and Signature."; $l28 = "Add, Delete, and Modify Mail Filters that govern your receiving of Mail."; $l29 = "Add, Delete, and Modify your own Mail Folders for sorting and saving Email Messages."; $l30 = "Add, Delete, and Modify contacts in your personal Contact Manager."; $l31 = "used when sending outgoing Mail Messages"; $l32 = "appended to the bottom of outgoing Mail Messages"; $l33 = "You cannot Modify or delete the Sent Items and Draft Folders!"; $l34 = "Your Filter Manager contains"; $l35 = "Your Contact Manager contains"; $l36 = "Entries"; $l37 = "Move to"; $l38 = "There are NO Messages to view in this Folder"; $l39 = "Delivery Notification"; $l40 = "Configure additional POP Accounts to access from your WebMail software."; $l41 = "Get help with using the Cyclonic WebMail software using the online Help Center."; $l42 = "Pop Server Address"; $l43 = "Username"; $l44 = "Password"; $l45 = "Deliver to"; $l46 = "Your POP Account Manager contains"; ################## # BUTTONS ################## $b1 = "Open Folder"; $b2 = "Move To"; $b3 = "Send Now"; $b4 = "Cancel"; $b5 = "Reply"; $b6 = "Forward"; $b7 = "Submit Changes"; $b8 = "Delete Folder"; $b9 = "Create Folder"; $b10 = "Rename Folder"; $b11 = "Add New Filter"; $b12 = "Compose Message"; $b13 = "New Contact"; $b14 = "Add Filter"; $b15 = "Add Contact"; $b16 = "Save Modifications"; $b17 = "Save as Draft"; return 1;