Viewing file: global.inc.php (8.33 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
############################################################################
# DWmail
# - Language Pack Extension for version: 4.0
# - Language: English (US)
# - 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 'en_US'
# language to the $AvailLangs array in config.inc.php
############################################################################
*/
$lang['Calendar'] = 'Calendar';
$lang['Contacts'] = 'Contacts';
// Escape single slashes here
$lang['NewEmailAlert'] = "You have new mail. Do you want to view your messages?";
$lang['Back'] = 'Back to folder';
$lang['YesNo'] = array(1 => "Yes", 2 => "No");
$lang['MessageSource'] = 'View Message Source';
$lang['AutoComposeLink'] = 'Compose a message to';
// Generic Replacement variables
$lang['Generic']['Copyright'] = 'Powered by DWmail version ' . $version . '. Copyright © 2003-2006 Dominion Web';
$lang['Generic']['webmail'] = 'webmail';
// Folder pane (also shared with menu)
$lang['SFolderPane']['Compose'] = 'Create new mail';
$lang['SFolderPane']['Check'] = 'Check mail';
$lang['SFolderPane']['External'] = 'Get external mail';
$lang['SFolderPane']['Options'] = 'Preferences';
$lang['SFolderPane']['ManageFolders'] = 'Manage Folders';
$lang['SFolderPane']['Logout'] = 'Logout';
$lang['SFolderPane']['Search'] = 'Search';
$lang['SFolderPane']['Subject'] = 'Subject';
$lang['SFolderPane']['Body'] = 'Body';
$lang['SFolderPane']['Sender'] = 'Sender';
$lang['SFolderPane']['To'] = 'Sent to';
$lang['SFolderPane']['Cc'] = 'Sent cc\'d';
$lang['SFolderPane']['SearchButton'] = 'GO';
$lang['SFolderPane']['Folders'] = 'Folders';
$lang['SFolderPane']['CurrentAccount'] = 'Logged in as';
$lang['SFolderPane']['EmptyTrash'] = 'empty';
$lang['SFolderPane']['ExpandAll'] = 'Expand All';
$lang['SFolderPane']['CollapseAll'] = 'Collapse All';
// Delete messages
$lang['SDelete']['Title'] = 'Delete Message(s)';
$lang['SDelete']['Confirm'] = 'Are you sure you wish to delete these messages?';
$lang['SDelete']['DeleteButton'] = 'Yes';
$lang['SDelete']['CancelButton'] = 'No';
$lang['SDelete']['Delete'] = 'Messages selected for deletion';
$lang['SDelete']['DeleteAll'] = 'You have selected to delete ALL messages from this mailbox';
$lang['SDelete']['Success'] = 'Selected messages deleted';
// Folder Management
$lang['SFolders']['Title'] = 'Folder Management';
$lang['SFolders']['Name'] = 'Folder Name';
$lang['SFolders']['Messages'] = 'Number of Messages';
$lang['SFolders']['Size'] = 'Folder Size';
$lang['SFolders']['Rename'] = 'Rename Folder';
$lang['SFolders']['Delete'] = 'Delete Folder';
$lang['SFolders']['Subscribe'] = 'Subscribe to a Folder';
$lang['SFolders']['DeleteConfirm'] = 'Are you sure you wish to delete this folder & all messages within?';
$lang['SFolders']['Create'] = 'Create a new folder?';
$lang['SFolders']['NewFolder'] = 'New folder name';
$lang['SFolders']['ParentFolder'] = 'Create in parent folder';
$lang['SFolders']['View'] = 'View this folder';
$lang['SFolders']['RootFolder'] = 'root';
$lang['SFolders']['DeleteSelected'] = 'Delete Selected';
$lang['SFolders']['UnsubscribeSelected'] = 'Unsubscribe Selected';
$lang['SFolders']['SelectFolder'] = 'Select the folder to rename';
$lang['SFolders']['EnterFolderSubscribe'] = 'Enter the name of the folder to subscribe to';
$lang['SFolders']['CreateButton'] = 'Create';
$lang['SFolders']['RenameButton'] = 'Rename';
$lang['SFolders']['SubscribeButton'] = 'Subscribe';
$lang['SFolders']['FolderDelete'] = 'Folder(s) deleted successfully.';
$lang['SFolders']['FolderDeleteError'] = 'Folder deletion unsuccessful.';
$lang['SFolders']['FolderUnsub'] = 'Folder(s) unsubscribed successfully.';
$lang['SFolders']['FolderUnsubError'] = 'Folder unsubscription unsuccessful.';
$lang['SFolders']['FolderSub'] = 'Folder subscription successful.';
$lang['SFolders']['FolderSubError'] = 'Folder subscription unsuccessful.';
$lang['SFolders']['FolderRename'] = 'Folder renamed successfully.';
$lang['SFolders']['FolderRenameError'] = 'Folder rename unsuccessful.';
$lang['SFolders']['RenameTo'] = 'and rename to';
$lang['SFolders']['FolderCreate'] = 'Folder created successfully.';
$lang['SFolders']['FolderCreateError'] = 'Folder creation unsuccessful.';
$lang['SFolders']['FolderCreateErrorDesc'] = 'It is possible that this folder already exists';
$lang['SFolders']['FolderBack'] = 'Return to folder management';
$lang['SFolders']['FolderNewName'] = 'You must enter a new name for your folder';
$lang['SFolders']['FolderInbox'] = 'You cannot rename your INBOX';
$lang['SFolders']['DeleteInbox'] = 'Sorry you cannot delete your INBOX';
// Move Messages
$lang['SMove']['Title'] = 'Move Message(s)';
$lang['SMove']['NoFolder'] = 'You must specify a destination folder for moving messages.';
$lang['SMove']['NoMessage'] = 'You must specify at least one message to move.';
$lang['SMove']['MoveSelection'] = 'move';
$lang['SMove']['MarkNoMessage'] = 'You must specify at least one message to modify.';
// Error messages
$lang['SErrors']['IMAPRequired'] = 'Sorry this function is only available for IMAP4 connections.';
$lang['SErrors']['IMAPError'] = 'Your server reported: ';
$lang['SErrors']['Title'] = 'Error Message';
$lang['SErrors']['Database'] = 'Sorry, the administrator has disabled database mode';
$lang['SErrors']['Session'] = '<p align="center"><b>Sorry, we could not retrieve your session.</b></p><p align="center">If you get this message after logging in it\'s possible that your username and/or password were incorrect</p><p align="center">If you get this message whilst logging in, composing or searching using Internet Explorer 6 SP1 please see <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=254EB128-5053-48A7-8526-BD38215C74B2&displaylang=en" target="_blank">Q831167</a> on Microsoft\'s website</a></p>';
$lang['SErrors']['IP'] = '<p align="center">Your IP address does not match that stored for the session. Please try <a href="logout.php">logging in again</a></p>';
$lang['SErrors']['Connection'] = 'Your connection attempt failed but your server did not return an errors as to why it failed. Please check your connection details and whether you have a firewall blocking the IMAP or POP3 ports.';
$lang['SErrors']['InvalidRemote'] = 'It\'s possible that this server does not support this protocol';
$lang['SErrors']['ConnectionDetails'] = 'There was an error connecting to your mail server. Your server reported: ';
$lang['SErrors']['External'] = 'One of more of your external POP3 accounts failed to authenticate. Please check the login details.';
$lang['SErrors']['WYSIWYGError'] = 'Error: <acronym title="What You See Is What You Get">WYSIWYG</acronym> <acronym title="HyperText Markup Language">HTML</acronym> Editor not supported by your browser version';
$lang['SErrors']['MoveError'] = 'Message move unsuccessful';
$lang['SErrors']['DeleteError'] = 'You must select at least one message to delete';
$lang['SErrors']['ExternalIMAP'] = 'Sorry, you can only retrieve external email when logged in with an IMAP4 email account';
$lang['SErrors']['ExternalDisabled'] = 'Sorry the administrator has disabled access to external mail accounts';
$lang['SErrors']['AttachmentError'] = 'Sorry you have not selected an attachment to download';
$lang['SErrors']['Options'] = 'The administrator has disabled user options';
$lang['SErrors']['Print'] = 'Sorry, your browser does not support this feature. Please use \'FILE\', \'PRINT\'';
?>
|