Viewing file: login.inc.php (7.34 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';
############################################################################
*/
// Login process
$lang['SLogin']['LoginTitle'] = "Login";
$lang['SLogin']['StandardLogin'] = 'Standard Login';
$lang['SLogin']['AdvancedLogin'] = 'Advanced Login';
$lang['SLogin']['LoginTitleBar'] = 'Enter your login details';
$lang['SLogin']['Email'] = 'Email Address';
$lang['SLogin']['Username'] = 'Username';
$lang['SLogin']['Password'] = 'Password';
$lang['SLogin']['Server'] = 'Mail Server';
$lang['SLogin']['Port'] = 'Port Number';
$lang['SLogin']['ServerType'] = 'Login Type';
$lang['SLogin']['Language'] = 'Language';
$lang['SLogin']['Templates'] = 'Skin';
$lang['SLogin']['LoginButton'] = 'Login';
$lang['SLogin']['Login'] = 'Logging in...';
$lang['SLogin']['ThankYou'] = 'Thank you for logging in';
$lang['SLogin']['Checking'] = 'Please wait whilst we check your login details and fetch your email';
$lang['SLogin']['Redirect'] = 'Click here if your browser does not respond after more than 30 seconds.';
$lang['SLogin']['Help'] = 'Quick Tip';
$lang['SLogin']['Block'] = 'has been blocked from using this service';
$lang['SLogin']['VerifyImage'] = 'Confirm security code';
$lang['SLogin']['VerifyAudio'] = 'Play the audio and type the characters that you hear';
$lang['SLogin']['VerifyFailure'] = 'The security code entered does not match, please press the back button on your browser and try again';
$lang['SLogin']['Session'] = 'Sorry we could not validate your login details, please check your username and password carefully';
$lang['SLogin']['NoEmail'] = 'You must specify an email address in the advanced login screen. Please <a href="index.php?advanced=1">return to the login screen</a>';
$lang['SLogin']['DomainMode'] = 'Sorry, <strong>[domain]</strong> is not in the allowed domains list. Please contact your administrator or <a href="logout.php">return to the login screen</a>';
$lang['SLogin']['SpoofProtection'] = 'Sorry, the administrator has enabled email address spoof protection. Your mailserver and email address must be the same domain. Please <a href="index.php?advanced=1">return to the login screen</a>';
$lang['SLogin']['LoginsToday'] = 'Logins today';
$lang['SLogin']['LoginsMonth'] = 'Logins in the last month';
$lang['SLogin']['EmailsToday'] = 'Emails sent today';
$lang['SLogin']['EmailsMonth'] = 'Emails in the last month';
// Login Help Tips
$lang['SLogin']['HelpDefault'] = 'Welcome to webmail, DWmail version ' . $version;
$lang['SLogin']['HelpStUsernameFull'] = 'Enter the email address of the account you are trying to access<br />If your email is joe@bloggs.com then the username will be <strong>joe@bloggs.com</strong>';
$lang['SLogin']['HelpStUsernameShort'] = 'Enter the email address of the account you are trying to access<br />If your email is joe@bloggs.com then the username will be <strong>joe</strong>';
$lang['SLogin']['HelpAdvUsername'] = 'Enter the username for the account you are trying to access<br />This is may be your full email address, depending on the server settings';
$lang['SLogin']['HelpEmail'] = 'Enter the email address of the account you are trying to access';
$lang['SLogin']['HelpPassword'] = 'Enter the password of the account your are trying to access';
$lang['SLogin']['HelpAdvancedLogin'] = 'If you require access to other protocols/settings or your username uses a different format then use the advanced login page';
$lang['SLogin']['HelpStandardLogin'] = 'Quicker and simpler login page that should work for most email accounts';
$lang['SLogin']['HelpServer'] = 'The name of the server that your email is stored on, often this is <strong>mail.<em>yourdomain.com</em></strong>';
$lang['SLogin']['HelpPort'] = 'The port number needed to connect to your mail server. Unless you have specifically told to enter a port number you can leave this blank';
$lang['SLogin']['HelpType'] = 'The type of server connection to make. IMAP connections will have access to a greater range of features including folders';
$lang['SLogin']['HelpLanguage'] = 'Display the software in the language you select from this list';
$lang['SLogin']['HelpTemplate'] = 'Display the software using a different skin fron the list';
$lang['SLogin']['HelpVerify'] = 'Please enter the 5 digit alphanumerical code shown in the image';
// Get External mail
$lang['SExternal']['Checking'] = 'Now checking account';
$lang['SExternal']['At'] = 'at'; // as in now checking account [name] at [server]
$lang['SExternal']['Wait'] = 'Please wait whilst we import your email';
$lang['SExternal']['DeliverMail'] = 'Mail will be delivered to';
$lang['SExternal']['Title'] = 'Check external mail';
$lang['SExternal']['SectionHeader'] = 'Check external email accounts - settings';
$lang['SExternal']['Instructions'] = 'From here you can set the server and login details to retrieve email.<ul><li>Edit: To edit an existing account simply update the login details<li></li>Add: to add a new account use the blank account details section at the bottom</li><li>Delete: to remove an account remove the username and password details from the relevant account blank and press the update button at the bottom of the page</li></ul>You can opt to leave the messages on the external server or have DWmail remove them for you automatically.';
$lang['SExternal']['Account'] = 'Email Account';
$lang['SExternal']['Email'] = 'Email address';
$lang['SExternal']['Username'] = 'Username';
$lang['SExternal']['Password'] = 'Password';
$lang['SExternal']['Server'] = 'Server';
$lang['SExternal']['Port'] = 'Port Number<br />(usually 110 for POP3 and 143 for IMAP4)';
$lang['SExternal']['ServerType'] = 'Server Type';
$lang['SExternal']['LeaveMessages'] = 'Leave messages on server';
$lang['SExternal']['CreateAlias'] = 'Create an alias for this email address';
$lang['SExternal']['DeliveryFolder'] = 'Folder to deliver messages to';
$lang['SExternal']['SubmitButton'] = 'Add / Update Settings';
$lang['SExternal']['ResetButton'] = 'Reset';
?>
|