!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/home/mnnews/public_html/dwmail/lang/en/   drwxr-xr-x
Free 3.9 GB of 27.03 GB (14.41%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     options.inc.php (22.96 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
############################################################################
# DWmail
#      - Language Pack Extension for version: 4.0
#      - Language: English (GB)
#      - Copyright (c) 2004-2006: Dominion Web Design
#      - Website: http://www.dominion-web.com
#      - Based on: DWmail English Language Pack, Copyright (c) 2003-2006
#        Dominion Web Design
############################################################################
#
# The contents of this file are subject to the DWmail License version
# 2.2 ('License'). You may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.dominion-web.com/products/dwmail/license.php
#
# Software distributed under the License is distributed on an "AS IS" basis,
# without warranty of any kind, either express or implied.
#
# DWmail is Copyright (c) 2003-2006 Dominion Web Design.
# All rights reserved.
#
# This software may not be redistributed outside the terms of the
# license agreement.
#
############################################################################
# Installation:
#  To add this language pack to the selectable list in DWmail add the
#  following code to config.inc.php
#
# $AvailLangs['en']['charset'] = 'iso-8859-1';
# $AvailLangs['en']['desc'] = 'English';
# $AvailLangs['en']['spell']['enable'] = 0;
# $AvailLangs['en']['spell']['charset'] = 'ISO8859-1';
# $AvailLangs['en']['locale'] = 'en_GB';
############################################################################
*/

// User preferences

// Titles
$lang['SOptions']['Title'] = 'Preferences';
$lang['SOptions']['TitleCompose'] = 'Compose options';
$lang['SOptions']['TitleMailbox'] = 'Mailbox Display';
$lang['SOptions']['TitleFilters'] = 'Filters';
$lang['SOptions']['TitleFolders'] = 'Folder Preferences';
$lang['SOptions']['TitleLogin'] = 'Login Options';
$lang['SOptions']['TitleView'] = 'Email Viewing';
$lang['SOptions']['TitlePersonal'] = 'Personal Information';
$lang['SOptions']['TitleTimeDate'] = 'Time &amp; Date';
$lang['SOptions']['TitleReset'] = 'Reset Preferences';
$lang['SOptions']['TitleRestore'] = 'Restore Profile';
$lang['SOptions']['TitleAlias'] = 'Account Alias';
$lang['SOptions']['TitleRSS'] = 'RSS Syndication';

// Preferences Main Menu
$lang['SOptions']['MenuPersonal'] = 'Personal Information';
$lang['SOptions']['MenuPersonalDesc'] = 'Edit personal information such as your name, signatures and account aliases';

$lang['SOptions']['MenuMailbox'] = 'Mailbox Display Preferences';
$lang['SOptions']['MenuMailboxDesc'] = 'You can change how you sort and view your mailbox and folder listings';

$lang['SOptions']['MenuView'] = 'Message Viewing';
$lang['SOptions']['MenuViewDesc'] = 'Allows you to change how viewing messages are handled from auto-previewing attached images to handling read receipts';

$lang['SOptions']['MenuCompose'] = 'Composing New Email';
$lang['SOptions']['MenuComposeDesc'] = 'Preferences for sending new email from using plain text to <acronym title="What You See Is What You Get">WYSIWYG</acronym> <acronym title="Hypertext Markup Language">HTML</acronym> editor preferences';

$lang['SOptions']['MenuFolders'] = 'Folders';
$lang['SOptions']['MenuFoldersDesc'] = 'Choose how to handle sent and deleted email when using <acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> connections.  You can also configure using folder subscriptions';

$lang['SOptions']['MenuFilters'] = 'Filters';
$lang['SOptions']['MenuFiltersDesc'] = 'Create or edit filtering rules to sort and organise new email into folders or auto-delete unwanted messages (<acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> connections only)';

$lang['SOptions']['MenuLogin'] = 'Login Options';
$lang['SOptions']['MenuLoginDesc'] = 'Configure properties related to the log in process';

$lang['SOptions']['MenuTimeDate'] = 'Time &amp; Date';
$lang['SOptions']['MenuTimeDateDesc'] = 'Set your default time zone and date settings for use with mailbox listings and the calendar';

$lang['SOptions']['MenuExternalMail'] = 'External Email Retrieval';
$lang['SOptions']['MenuExternalMailDesc'] = 'Configure access details to retrieve email from external POP3 and/or IMAP4 accounts (can only be used when logged in using <acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> connections only)';

$lang['SOptions']['MenuRSS'] = '<acronym title="Rich Site Summary">RSS</acronym> Syndication';
$lang['SOptions']['MenuRSSDesc'] = 'Setup your webmail to allow you view your latest email from your news reader';

$lang['SOptions']['MenuReset'] = 'Reset Preferences';
$lang['SOptions']['MenuResetDesc'] = 'Restore user settings to their default configurations';

$lang['SOptions']['MenuRestoreSettings'] = 'Restore Profile';
$lang['SOptions']['MenuRestoreSettingsDesc'] = 'If you have changed your email password since you last used this software you will need to re-map your existing profile to your new login details';

$lang['SOptions']['Saved'] = 'Your settings have been saved';

// Section headings
$lang['SOptions']['SectionCompose'] = 'Composing email';
$lang['SOptions']['SectionWYSIWYG'] = 'Rich Text Editor Settings';
$lang['SOptions']['SectionComposeMisc'] = 'Miscellaneous Settings';
$lang['SOptions']['SectionMailbox'] = 'Mailbox view';
$lang['SOptions']['SectionFilterConfig'] = 'Filter Configuration';
$lang['SOptions']['SectionFilterNew'] = 'Create a new filter';
$lang['SOptions']['SectionFilterExisting'] = 'Existing Filters';
$lang['SOptions']['SectionFoldersConfig'] = 'Using special <acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> folders';
$lang['SOptions']['SectionFoldersSubscriptions'] = 'Use <acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> folder subscriptions';
$lang['SOptions']['SectionLogin'] = 'Login Options';
$lang['SOptions']['SectionView'] = 'Message Viewing Options';
$lang['SOptions']['SectionPersonal'] = 'Your personal information';
$lang['SOptions']['SectionAlias'] = 'Alias Options';
$lang['SOptions']['SectionTimeZone'] = 'Your timezone';
$lang['SOptions']['SectionDate'] = 'Advanced date settings';
$lang['SOptions']['SectionReset'] = 'Reset preferences to default values';
$lang['SOptions']['SectionRestore'] = 'Restore Profile';
$lang['SOptions']['SectionOldProfile'] = 'Old Profile Details';
$lang['SOptions']['SectionRSSQueryHelp'] = 'How to implement your RSS feed';
$lang['SOptions']['SectionRSS'] = 'RSS (Rich Site Summary) Settings';

// Compose options
$lang['SOptions']['ComposeMode'] = 'Default Compose Mode';
$lang['SOptions']['ComposeModeDesc'] = 'Which mail format do you want to compose messages using';

$lang['SOptions']['ComposeIncludeOriginal'] = 'Include Original Message';
$lang['SOptions']['ComposeIncludeOriginalDesc'] = 'Enable this to include the original message when forwarding or replying to an email.';

$lang['SOptions']['ComposeAddressBookAJAX'] = 'Use Address Book AutoComplete';
$lang['SOptions']['ComposeAddressBookAJAXDesc'] = 'Enable this to dynamically search your address book when composing messages.';

$lang['SOptions']['ComposeAutoSave'] = 'Auto Save to Drafts';
$lang['SOptions']['ComposeAutoSaveDesc'] = 'Automatically save your message to the drafts folder if your Web browser supports it.';

$lang['SOptions']['ComposeFont'] = 'Default Compose Font';
$lang['SOptions']['ComposeFontDesc'] = 'The font face and size for composing new messages.<br />This setting is also used for the original message when replying or forwarding.';

$lang['SOptions']['ComposeColour'] = 'Default Compose Font Colour';
$lang['SOptions']['ComposeColourDesc'] = 'The text colour for composing new messages.<br />This setting is also used for the original message when replying or forwarding.';

$lang['SOptions']['ComposeReplyFont'] = 'Default Reply Font';
$lang['SOptions']['ComposeReplyFontDesc'] = 'The font face and size for replying to or forwarding messages.';

$lang['SOptions']['ComposeReplyColour'] = 'Default Reply Font Colour';
$lang['SOptions']['ComposeReplyColourDesc'] = 'The text colour for replying to or forwarding messages.';

$lang['SOptions']['ComposeReplyTo'] = 'Default Reply-to address';
$lang['SOptions']['ComposeReplyToDesc'] = 'The default address the Reply-to field contains.';

$lang['SOptions']['ComposeReplyToDisplay'] = 'Display Reply-to field?';
$lang['SOptions']['ComposeReplyToDisplayDesc'] = 'Would you like to see the Reply-to field for editing when composing.';

$lang['SOptions']['ComposeBccDisplay'] = 'Display Blind Carbon Copy (Bcc) field?';
$lang['SOptions']['ComposeBccDisplayDesc'] = 'Would you like to see the Bcc field for when composing.';

$lang['SOptions']['ComposeSaveRecipients'] = 'Save recipients to address book?';
$lang['SOptions']['ComposeSaveRecipientsDesc'] = 'Automatically add recipients of outgoing messages to your address book';

// Mailbox View options
$lang['SOptions']['MBoxMessPerPage'] = 'Messages per page';
$lang['SOptions']['MBoxMessPerPageDesc'] = 'The number of messages to display per page.<br />It is advisable not to set this value too high for performance reasons.';

$lang['SOptions']['MBoxSort'] = 'Sort mailbox by';
$lang['SOptions']['MBoxSortDesc'] = 'Which default column do you wish to sort your mailbox by<br />(Threaded sorting works best with many messages per page and the oldest message is always first)';

$lang['SOptions']['MBoxOrder'] = 'Order to sort column by';
$lang['SOptions']['MBoxOrderDesc'] = 'Which direction do want to sort the selected column by';

$lang['SOptions']['MBoxPreviewPane'] = 'Preview pane';
$lang['SOptions']['MBoxPreviewPaneDesc'] = 'Display a preview of the full message in a preview pane beneath the mailbox listings.<br />(Changes will take effect next time you login)';

$lang['SOptions']['MBoxCheckNew'] = 'How often to check for new mail?';
$lang['SOptions']['MBoxCheckNewDesc'] = 'How often the software will check your INBOX for new messages<br />A new mail notification will be displayed if you have new messages.';

$lang['SOptions']['MBoxCheckNewMode'] = 'How to check for new mail?';
$lang['SOptions']['MBoxCheckNewModeDesc'] = 'Allow webmail to check your INBOX for new messages<br />This allows you to select the method used for checking.';

$lang['SOptions']['MBoxPlaySound'] = 'Play new mail sound?';
$lang['SOptions']['MBoxPlaySoundDesc'] = 'Play the a sound when new messages arrive in your mail box.<br />Check for new mail above must be enabled for this setting to work.';

$lang['SOptions']['MBoxRefresh'] = 'Refresh current folder?';
$lang['SOptions']['MBoxRefreshDesc'] = 'The page will reload itself after this many seconds<br />This can help keep your login from timing out';

// Filter options
$lang['SOptions']['FilterEnable'] = 'Turn on filters?';
$lang['SOptions']['FilterEnableDesc'] = 'Run message filter rules on NEW messages in the INBOX';

$lang['SOptions']['FilterFields'] = 'Filter on which fields';
$lang['SOptions']['FilterTo'] = 'To';
$lang['SOptions']['FilterCc'] = 'Cc';
$lang['SOptions']['FilterFrom'] = 'From';
$lang['SOptions']['FilterSubject'] = 'Subject';
$lang['SOptions']['FilterBody'] = 'Body';
$lang['SOptions']['FilterKeyword'] = 'Text to search for';
$lang['SOptions']['FilterAction'] = 'Action';
$lang['SOptions']['FilterDelete'] = 'Delete Message';
$lang['SOptions']['FilterMove'] = 'Move Message';

$lang['SOptions']['FilterMoveMess'] = 'Move messages to';
$lang['SOptions']['FilterDeleteMess'] = 'Delete messages';
$lang['SOptions']['FilterWhere'] = 'where the';
$lang['SOptions']['FilterContains'] = 'field contains';

$lang['SOptions']['FilterSearchError'] = 'You must enter what to search for';
$lang['SOptions']['FilterFieldError'] = 'You must enter what fields you want to search';
$lang['SOptions']['FilterMoveError'] = 'If you want to move a message you must select a folder to move to';

$lang['SOptions']['FilterDeleteError'] = 'You did not select a filter to delete';
$lang['SOptions']['FilterCreateError'] = 'An error occurred whilst trying to create a new filter';

$lang['SOptions']['FilterSelFolder'] = 'select folder';

// Folder options
$lang['SOptions']['FoldersUseTrash'] = 'Send deleted email to Trash?';
$lang['SOptions']['FoldersUseTrashDesc'] = 'Send deleted messages to the Trash folder before deleting permanently.<br />(<acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> connections only)';

$lang['SOptions']['FoldersTrashFolder'] = 'Trash folder';
$lang['SOptions']['FoldersTrashFolderDesc'] = 'Which folder to use for Trash.<br />(<acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> connections only)';

$lang['SOptions']['FoldersDraftsFolder'] = 'Draft Messages folder';
$lang['SOptions']['FoldersDraftsFolderDesc'] = 'Which folder to use for draft messages.<br />(<acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> connections only)';

$lang['SOptions']['FoldersEmptyTrash'] = 'Empty trash automatically?';
$lang['SOptions']['FoldersEmptyTrashDesc'] = 'Opt to delete all messages in the Trash folder on logging out.<br />(<acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> connections only)';

$lang['SOptions']['FoldersUseSentMail'] = 'Save a copy of sent messages?';
$lang['SOptions']['FoldersUseSentMailDesc'] = 'Keep a copy of messages you send in the Sent Items folder.<br />(<acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> connections only)';

$lang['SOptions']['FoldersSentMailFolder'] = 'Sent Items folder';
$lang['SOptions']['FoldersSentMailFolderDesc'] = 'Which folder to use for Sent Items.<br />(<acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> connections only)';

$lang['SOptions']['FoldersSubscriptions'] = 'Enable folder subscriptions?';
$lang['SOptions']['FoldersSubscriptionsDesc'] = 'Only display subscribed folders rather than list all available folders.<br />This extension is experimental (<acronym title="Internet Mail Access Protocol 4">IMAP4</acronym> connections only)';

// Login options
$lang['SOptions']['LoginInterstitial'] = 'Display Interstitial Page?';
$lang['SOptions']['LoginInterstitialDesc'] = 'Do you want to use a redirect page when logging in<br />Useful for remote or large accounts';

// Message viewing options
$lang['SOptions']['ViewHTML'] = '<acronym title="Hypertext Markup Language">HTML</acronym> email viewing';
$lang['SOptions']['ViewHTMLDesc'] = 'Set your preferences for viewing messages sent in the <acronym title="Hypertext Markup Language">HTML</acronym> format';

$lang['SOptions']['ViewPreviewImages'] = 'Auto-preview attached images?';
$lang['SOptions']['ViewPreviewImagesDesc'] = 'Compatible images that are attached to the message being read will be automatically displayed at the bottom of the message';

$lang['SOptions']['ViewPreviewGDImages'] = 'Resize auto-previewed images?';
$lang['SOptions']['ViewPreviewGDImagesDesc'] = 'Automatically resize automatically previewed images so that they are easier to preview';

$lang['SOptions']['ViewNewWindow'] = 'Open in new window?';
$lang['SOptions']['ViewNewWindowDesc'] = 'Open messages in a new window when viewing';

$lang['SOptions']['ViewSeperateSignatures'] = 'Seperate signatures?';
$lang['SOptions']['ViewSeperateSignaturesDesc'] = 'Attempt to display signatures differently from the rest of the message';

$lang['SOptions']['ViewReadReceipts'] = 'Return read receipts';
$lang['SOptions']['ViewReadReceiptsDesc'] = 'How should read receipts be handled?';

$lang['SOptions']['ViewReadReceiptsOptions'] = array(1 => "Notify me for each read receipt request", 2 => "Never send a read receipt");

// Personal Information options
$lang['SOptions']['PersonalName'] = 'Your Name';
$lang['SOptions']['PersonalNameDesc'] = 'This name will be sent on all out going emails';

$lang['SOptions']['PersonalEmail'] = 'Your Email';
$lang['SOptions']['PersonalEmailDesc'] = 'You cannot change your email from here.<br />If your email address doesn\'t look right,<br />try using the advanced login';

$lang['SOptions']['PersonalSignature'] = 'Your Signature';
$lang['SOptions']['PersonalSignatureDesc'] = 'This will be appended to all outgoing messages<br />Your signature should be in plain text format<br />Maximum of 255 characters';

$lang['SOptions']['PersonalSignatureHTML'] = 'Your <acronym title="HyperText Markup Language">HTML</acronym> Signature';
$lang['SOptions']['PersonalSignatureHTMLDesc'] = 'This will be appended to all rich text outgoing messages<br />Maximum of 255 characters';

// Alias options
$lang['SOptions']['AliasConfig'] = 'Account Aliases';
$lang['SOptions']['AliasConfigDesc'] = 'You can send your email from other email addresses, configured here.<br />Your main email address will be listed as the \'Sender\' but you alias will be the \'From\' address.<br />You can select your alias when composing or replying';

$lang['SOptions']['AliasNew'] = 'Add a new account alias...';
$lang['SOptions']['AliasEdit'] = 'Edit';

$lang['SOptions']['AliasName'] = 'Alias Name';
$lang['SOptions']['AliasNameDesc'] = 'This is the display name, or personal name, relating to the email address for this alias';

$lang['SOptions']['AliasEmail'] = 'Alias Email Address';
$lang['SOptions']['AliasEmailDesc'] = 'The email address you wish to associate with this alias';

// Timezone options
$lang['SOptions']['TimeZoneSet'] = 'Time zone';
$lang['SOptions']['TimeZoneSetDesc'] = 'Please select the correct time zone from the list.';

// Date format options
$lang['SOptions']['DateFormatShort'] = 'Short date format';
$lang['SOptions']['DateFormatShortDesc'] = 'Date listing in the mailbox uses this format in your own time zone.';

$lang['SOptions']['DateFormatLong'] = 'Long date format';
$lang['SOptions']['DateFormatLongDesc'] = 'The date format in your local time zone when reading a message.';

$lang['SOptions']['FirstDayWeek'] = 'First day of the week';
$lang['SOptions']['FirstDayWeekDesc'] = 'Which day of the week starts the week.  Select from Monday or Sunday.';

// RSS options
$lang['SOptions']['RSSBypass'] = 'Allow auto-login from RSS link';
$lang['SOptions']['RSSBypassDesc'] = 'If you enable this setting you can automatically view a message by directly clicking on the link in your news reader.';

$lang['SOptions']['RSSBodyDisplay'] = 'Include body extract';
$lang['SOptions']['RSSBodyDisplayDesc'] = 'If you enable this option you can include an extract of the email body in your RSS feed.  This can pose a privacy risk and so is disabled by default.';

$lang['SOptions']['RSSBodyLength'] = 'Body extract length';
$lang['SOptions']['RSSBodyLengthDesc'] = 'If you include an extract of the body, how much of it do you wish to include in your RSS feed.';

$lang['SOptions']['RSSHash'] = 'Use a unique identifier to send in the query string';
$lang['SOptions']['RSSHashDesc'] = 'If disabled you can use the query string options shown below to put into your RSS url.<br />If enabled a hash is generated to obscure these details but they will need to be stored in the webmail database.';

$lang['SOptions']['RSSEnable'] = 'Enable RSS Syndication';
$lang['SOptions']['RSSEnableDesc'] = 'If you enable RSS syndication you can view your email in your news reader.<br />Please be aware of security concerns of using this system.';

$lang['SOptions']['RSSQueryHelp'] = '<p>To call the RSS feed you need to call:<br /><tt>http://www.domain.com/webmail/rss.php?key=<strong>[options_hashgenerate]</strong>&amp;userid=[options_userid]</tt></blockquote><br /></p><p>Please note, if you enable this system your CURRENT login details will be stored in the database.  To update these details, for instance if you have changed your email password, simply resave these options and to delete the details disable RSS.</p>';

$lang['SOptions']['ResetHash'] = 'If you believe someone else has obtained your unique hash key, then you can reset it to a <a href="options.php?mode=hashreset[session_append]">new value</a>, however you will need up update the RSS link in your news reader.';
$lang['SOptions']['CompleteBody'] = 'All the message';

// Reset options
$lang['SOptions']['ResetDesc'] = 'Are you sure you want to reset all user preferences to their default values?  This cannot be reversed.<br /><br />This will not affect your calendar and addressbook entries.';

// Restore Profile options
$lang['SOptions']['RestoreDesc'] = 'If you have changed your password for this email account and you have discovered that your contacts, calendar entries and preferences have disappeared, you can import them into this new profile by entering your old email address (if changed) and your OLD email password below.<br /><br />This will REPLACE your current user preferences and add calendar entries and contacts in ADDITION to any you have newly created';
$lang['SOptions']['RestoreError'] = 'Sorry, we could not find a profile matching those login details in our database, please press the back button and try again';
$lang['SOptions']['RestoreSameProfileError'] = 'You cannot import your current profile into itself';
$lang['SOptions']['RestoreSuccess'] = 'You have successfully imported your old profile to your current profile';

$lang['SOptions']['RestoreOldEmail'] = 'Your old email address';
$lang['SOptions']['RestoreOldEmailDesc'] = 'You only need to change this if you wish to import a profile with a different email address from this one.';

$lang['SOptions']['RestoreOldPassword'] = 'Your old account password';
$lang['SOptions']['RestoreOldPasswordDesc'] = 'This is the password you <em>previously</em> used to access your email account.';

// General Options
$lang['SOptions']['Hours'] = 'hours';
$lang['SOptions']['GMT'] = 'Greenwich Mean Time';
$lang['SOptions']['ReturnNoSave'] = 'Back to options menu without saving';
$lang['SOptions']['Sort'] = array(1 => "Arrival Date", 2 => "Message Date", 3 => "Message Size", 4 => "Subject", 5 => "From Address", 6 => "Threaded (oldest first)", 7 => "No Sorting (large mailboxes)");
$lang['SOptions']['SortOrder'] = array(1 => "Sort in decending order", 2 => "Sort in ascending order");
$lang['SOptions']['Never'] = 'Never';
$lang['SOptions']['Seconds'] = array(1 => "Every 30 seconds", 2 => "Every minute", 3 => "Every two minutes", 4 => "Every five minutes", 5 => "Every ten minutes");
$lang['SOptions']['View'] = array(1 => "View HTML email", 2 => "View HTML email (images removed for privacy)", 3 => "View as Plain Text (if available)", 4 => "Force Plain Text (display HTML code)", 5 => "Force Plain Text (remove all HTML code)");
$lang['SOptions']['CheckMail']['Normal'] = 'Using a server reload request';
$lang['SOptions']['CheckMail']['AJAX'] = 'In the background using AJAX';

// Buttons
$lang['SOptions']['ImportProfileButton'] = 'Import Profile';
$lang['SOptions']['SaveSettingsButton'] = 'Save Settings';
$lang['SOptions']['ResetSettingsButton'] = 'Yes, reset my settings to default values';
$lang['SOptions']['ResetButton'] = 'Reset';
$lang['SOptions']['CreateFilterButton'] = 'Create Filter';
$lang['SOptions']['DeleteFilterButton'] = 'Delete Filter';
$lang['SOptions']['RestoreButton'] = 'Restore to default settings';
$lang['SOptions']['ConfigureAliasButton'] = 'Configure Alias';
$lang['SOptions']['DeleteAliasButton'] = 'Delete Alias';

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.009 ]--