Viewing file: utils.inc.php (10.42 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';
############################################################################
*/
// Addressbook
$lang['SContacts']['Title'] = 'Addressbook';
$lang['SContacts']['ImportTitle'] = 'Import to Addressbook';
$lang['SContacts']['ExportTitle'] = 'Export from Addressbook';
$lang['SContacts']['SelectorTitle'] = 'Select an address';
$lang['SContacts']['SelectorTitle2'] = 'Contact List';
$lang['SContacts']['Name'] = 'Name';
$lang['SContacts']['LastName'] = 'Last Name';
$lang['SContacts']['FirstName'] = 'First Name';
$lang['SContacts']['Email'] = 'Email Address';
$lang['SContacts']['Prefix'] = 'Title';
$lang['SContacts']['WorkPhone'] = 'Work Phone';
$lang['SContacts']['HomePhone'] = 'Home Phone';
$lang['SContacts']['CellPhone'] = 'Mobile Phone';
$lang['SContacts']['Fax'] = 'Fax';
$lang['SContacts']['HomeAddress'] = 'Home Address';
$lang['SContacts']['WorkAddress'] = 'Work Address';
$lang['SContacts']['Notes'] = 'Notes';
$lang['SContacts']['Export'] = 'Export';
$lang['SContacts']['URL'] = 'Web page';
$lang['SContacts']['vCard'] = 'Export to a vCard file (.vcf)';
$lang['SContacts']['SendEmail'] = 'Compose a new email to this contact';
$lang['SContacts']['SendEmailGroup'] = 'Compose a new email to this email group';
$lang['SContacts']['SaveButton'] = 'Add / Edit Entry';
$lang['SContacts']['AddButton'] = 'Add';
$lang['SContacts']['RemoveButton'] = 'Remove';
$lang['SContacts']['CancelButton'] = 'Cancel';
$lang['SContacts']['ResetButton'] = 'Reset';
$lang['SContacts']['DeleteButton'] = 'DELETE';
$lang['SContacts']['ImportButton'] = 'Import file';
$lang['SContacts']['ExportButton'] = 'Export from Addressbook';
$lang['SContacts']['DeleteSelected'] = 'Deleted Selected Contacts';
$lang['SContacts']['SelectAll'] = 'Select / Unselect all displayed contacts';
$lang['SContacts']['ExportCSV'] = 'Comma Seperated Values (CSV)';
$lang['SContacts']['ExportvCard'] = 'vCard (Note: some software does not support multiple vCards in a single file)';
$lang['SContacts']['ExportType'] = 'Export to type of file';
$lang['SContacts']['ImportvCard'] = 'vCard';
$lang['SContacts']['SelectImportFile'] = 'Import file type';
$lang['SContacts']['ImportType'] = 'Select the file you wish to import';
$lang['SContacts']['BrowseImportFile'] = 'Browse for the file on your computer. The file usually ends in either .vcf (vCard) or .csv (CSV) file extension';
$lang['SContacts']['CSVHeaderLine'] = 'First line is header information';
$lang['SContacts']['CSVMapping'] = 'Map CSV fields to addressbook entries';
$lang['SContacts']['CSVFileName'] = 'Import filename';
$lang['SContacts']['ImportHowTo1'] = 'How to export a vCard from Microsoft Outlook';
$lang['SContacts']['ImportHowTo2'] = 'Select the \'Contacts\' section';
$lang['SContacts']['ImportHowTo3'] = 'Select the contact you wish to export with your cursor';
$lang['SContacts']['ImportHowTo4'] = 'Open the contact by double clicking on their name';
$lang['SContacts']['ImportHowTo5'] = 'Go to the \'File\' menu and select \'Export to vCard file\', give the file a name and save';
$lang['SContacts']['ImportHowTo6'] = 'Select the file you just saved and import it using the form above';
$lang['SContacts']['ImportError'] = 'There was an error importing your vCard';
$lang['SContacts']['New'] = 'New entry';
$lang['SContacts']['View'] = 'View addressbook';
$lang['SContacts']['Groups'] = 'Manage email groups';
$lang['SContacts']['Import'] = 'Import';
$lang['SContacts']['Export'] = 'Export';
$lang['SContacts']['CreateGroup'] = 'Create a new email group';
$lang['SContacts']['ContactMail'] = 'Email this contact';
$lang['SContacts']['ContactEdit'] = 'Edit this contact';
$lang['SContacts']['GroupName'] = 'Group Name';
$lang['SContacts']['GroupCount'] = 'Total Members';
$lang['SContacts']['GroupMaximumRecipients'] = 'The administrator has set a limit of <strong>'.$recipientmaximum.'</strong> recipients for every email, this includes the total number of members of a group';
$lang['SContacts']['CreateGroup'] = 'Create a new email group';
$lang['SContacts']['GroupHowTo'] = 'To send an email to a group enter <strong>"group:<i>Group Name</i>"</strong> in the recipient field. Note: the structure of this format is important, including the quotes';
$lang['SContacts']['GroupMembers'] = 'Group Members';
$lang['SContacts']['GroupMembersInstructions'] = 'To select more than one member, hold down the CTRL key and click on the name<br /><br />Members already in this group are selected';
$lang['SContacts']['GroupError'] = 'An error occurred creating this group. This may be caused by creating a new group when another of this name already exists, you haven\'t entered the name of your group, or you haven\'t selected any members for your group';
$lang['SContacts']['GroupSendError'] = 'Sorry we could not find the group <strong>[groupname]</strong>';
$lang['SContacts']['CloseWin'] = 'Close Window';
$lang['SContacts']['All'] = 'All';
$lang['SContacts']['To'] = 'To';
$lang['SContacts']['Cc'] = 'Cc';
$lang['SContacts']['Bcc'] = 'Bcc';
$lang['SContacts']['Addresses'] = 'addresses';
$lang['SContacts']['SelectAddresses'] = 'Select address(es)';
$lang['SContacts']['CurrentView'] = 'Currently Viewing';
$lang['SContacts']['Delete'] = 'Delete';
$lang['SContacts']['DeleteConfirm'] = 'Are you sure you wish to delete this entry?';
$lang['SContacts']['Disabled'] = 'Sorry, the administrator has disabled the addressbook functionality';
// Calendar
$lang['SCalendar']['Title'] = 'Calendar';
$lang['SCalendar']['Week'] = 'Week';
$lang['SCalendar']['CurrentMonth'] = 'Month View';
$lang['SCalendar']['CurrentDay'] = 'Day View';
$lang['SCalendar']['New'] = 'Add new appointment';
$lang['SCalendar']['GoTo'] = 'Go To...';
$lang['SCalendar']['AllDayEvent'] = 'All Day Event';
$lang['SCalendar']['To'] = 'To';
$lang['SCalendar']['Subject'] = 'Subject';
$lang['SCalendar']['Location'] = 'Location';
$lang['SCalendar']['Start'] = 'Start';
$lang['SCalendar']['End'] = 'End';
$lang['SCalendar']['Time'] = 'Time';
$lang['SCalendar']['Date'] = 'Date';
$lang['SCalendar']['Description'] = 'Description';
$lang['SCalendar']['Required'] = 'Required';
$lang['SCalendar']['URL'] = 'Web page';
$lang['SCalendar']['Export'] = 'Export';
$lang['SCalendar']['Invite'] = 'Invite Attendees';
$lang['SCalendar']['Recurrence'] = 'Recurrence';
$lang['SCalendar']['RecurrenceDesc'] = 'Create a recurring appointment in your calendar';
$lang['SCalendar']['RecurrencePattern'] = 'Recurrence pattern';
$lang['SCalendar']['RecurrenceRange'] = 'Recurrence range';
$lang['SCalendar']['RecurDay'] = 'Every day';
$lang['SCalendar']['RecurWeekDay'] = 'Every weekday';
$lang['SCalendar']['RecurWeek'] = 'Recur every week on <span id="recweekjs"></span>';
$lang['SCalendar']['RecurMonthDay'] = 'Recur every month on the <span id="recmonthdayjs"></span>';
$lang['SCalendar']['RecurMonthWeek'] = 'Recur every month on that <span id="recmonthweekjs"></span> of every month';
$lang['SCalendar']['RecurYear'] = 'Recur every year on this day';
$lang['SCalendar']['RecurEndDesc'] = 'Recurring appointments do not show as spanning multiple days but from the day they start';
$lang['SCalendar']['RecurUntil'] = 'End by';
$lang['SCalendar']['NoRecur'] = 'No recurrence';
$lang['SCalendar']['Daily'] = 'Daily';
$lang['SCalendar']['Weekly'] = 'Weekly';
$lang['SCalendar']['Monthly'] = 'Monthly';
$lang['SCalendar']['Yearly'] = 'Yearly';
$lang['SCalendar']['Statusaccepted'] = 'Accepted';
$lang['SCalendar']['Statusdeclined'] = 'Declined';
$lang['SCalendar']['Statusnot+responded'] = 'Not Responded';
$lang['SCalendar']['SavedICS'] = 'Saved to calendar';
$lang['SCalendar']['AlreadyExists'] = 'This appointment already exists in your calendar';
$lang['SCalendar']['iCalendar'] = 'Export to an iCalendar file (.ics)';
$lang['SCalendar']['TimeZoneTip'] = 'Note: All dates in exported files are given in GMT. Please make sure your Time Zone is correct in your preferences before exporting';
$lang['SCalendar']['SaveButton'] = 'Add / Edit Entry';
$lang['SCalendar']['GoButton'] = 'Go';
$lang['SCalendar']['ResetButton'] = 'Reset';
$lang['SCalendar']['DeleteButton'] = 'DELETE';
$lang['SCalendar']['Mon'] = 'Monday';
$lang['SCalendar']['Tue'] = 'Tuesday';
$lang['SCalendar']['Wed'] = 'Wednesday';
$lang['SCalendar']['Thu'] = 'Thursday';
$lang['SCalendar']['Fri'] = 'Friday';
$lang['SCalendar']['Sat'] = 'Saturday';
$lang['SCalendar']['Sun'] = 'Sunday';
$lang['SCalendar']['MonthNames'] = array('01' => "January", '02' => "February", '03' => "March", '04' => "April", '05' => "May", '06' => "June", '07' => "July", '08' => "August", '09' => "September", 10 => "October", 11 => "November", 12 => "December");
$lang['SCalendar']['DayNames'] = array('1' => "Sunday", '2' => "Monday", '3' => "Tuesday", '4' => "Wednesday", '5' => "Thursday", '6' => "Friday", '7' => "Saturday");
$lang['SCalendar']['DayAbbrev'] = array(1 => "S", 2 => "M", 3 => "T", 4 => "W", 5 => "T", 6 => "F", 7 => "S");
$lang['SCalendar']['Error'] = 'Sorry, the administrator has disabled the calendar functionality';
?>
|