Viewing file: wysiwyg.inc.php (5.42 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
# following code to config.inc.php
#
# $AvailLangs['en_US']['charset'] = 'iso-8859-1';
# $AvailLangs['en_US']['desc'] = 'English (US)';
# $AvailLangs['en_US']['spell']['enable'] = 0;
# $AvailLangs['en_US']['spell']['charset'] = 'ISO8859-1';
# $AvailLangs['en_US']['locale'] = 'en_US';
############################################################################
*/
// WYSIWYG Editor controls
$lang['SWYSIWYG']['CommandNotSupported'] = 'is not supported by this Web Browser version';
$lang['SWYSIWYG']['LoadedIE'] = 'Rich text editor version 3.2 for Internet Explorer loaded in';
$lang['SWYSIWYG']['LoadedMoz'] = 'Rich text editor version 3.2 for Mozilla loaded in';
$lang['SWYSIWYG']['Seconds'] = 'seconds';
$lang['SWYSIWYG']['RemoveFormat'] = 'Remove text formatting';
$lang['SWYSIWYG']['FontFace'] = 'Font Face';
$lang['SWYSIWYG']['FontSize'] = 'Font Size';
$lang['SWYSIWYG']['ForeColour'] = 'Foreground Color';
$lang['SWYSIWYG']['Cut'] = 'Cut';
$lang['SWYSIWYG']['Copy'] = 'Copy';
$lang['SWYSIWYG']['Paste'] = 'Paste';
$lang['SWYSIWYG']['Undo'] = 'Undo';
$lang['SWYSIWYG']['Redo'] = 'Redo';
$lang['SWYSIWYG']['Bold'] = 'Bold';
$lang['SWYSIWYG']['Italic'] = 'Italic';
$lang['SWYSIWYG']['Underline'] = 'Underline';
$lang['SWYSIWYG']['Strikethrough'] = 'Strikethrough';
$lang['SWYSIWYG']['Superscript'] = 'SuperScript';
$lang['SWYSIWYG']['Subscript'] = 'SubScript';
$lang['SWYSIWYG']['Left'] = 'Align Left';
$lang['SWYSIWYG']['Right'] = 'Align Right';
$lang['SWYSIWYG']['Centre'] = 'Align Centre';
$lang['SWYSIWYG']['Numbering'] = 'Numbering';
$lang['SWYSIWYG']['Bullets'] = 'Bullets';
$lang['SWYSIWYG']['Indent'] = 'Increase Indent';
$lang['SWYSIWYG']['Outdent'] = 'Decrease Indent';
$lang['SWYSIWYG']['Link'] = 'Insert/Edit Hyperlink';
$lang['SWYSIWYG']['Line'] = 'Insert a Horizontal Rule';
$lang['SWYSIWYG']['Table'] = 'Insert a table';
$lang['SWYSIWYG']['Picture'] = 'Insert/Edit a picture';
$lang['SWYSIWYG']['Symbol'] = 'Insert symbol';
$lang['SWYSIWYG']['SymbolTitle'] = 'Insert a symbol';
$lang['SWYSIWYG']['Preview'] = 'Preview';
$lang['SWYSIWYG']['PictureURL'] = 'Enter Image URL:';
$lang['SWYSIWYG']['NumRows'] = 'Enter number of Rows';
$lang['SWYSIWYG']['NumCols'] = 'Enter number of Columns';
$lang['SWYSIWYG']['AddLink'] = 'Please enter a web link:';
$lang['SWYSIWYG']['CutDisabled'] = 'The Cut, Copy, and Paste buttons below are disabled for security reasons. See: http://www.mozilla.org/editor/midasdemo/securityprefs.html';
$lang['SWYSIWYG']['PictureTitle'] = 'Insert or edit a picture';
$lang['SWYSIWYG']['PictureDescription'] = 'Description';
$lang['SWYSIWYG']['PictureLocation'] = 'Image Location (URL)';
$lang['SWYSIWYG']['PictureEmbed'] = 'Embed an attached image';
$lang['SWYSIWYG']['PictureEmbedSelect'] = '-- Select an attached image --';
$lang['SWYSIWYG']['PictureAltText'] = 'Alternative Text (description)';
$lang['SWYSIWYG']['PictureProperties'] = 'Image Properties';
$lang['SWYSIWYG']['PicturePreview'] = 'Preview Image';
$lang['SWYSIWYG']['OnlineImage'] = 'Online Image';
$lang['SWYSIWYG']['EmbeddedImage'] = 'Embedded Image';
$lang['SWYSIWYG']['TableTitle'] = 'Insert or edit a table';
$lang['SWYSIWYG']['TablePadding'] = 'Cell padding';
$lang['SWYSIWYG']['TableSpacing'] = 'Cell spacing';
$lang['SWYSIWYG']['TableRows'] = 'Rows';
$lang['SWYSIWYG']['TableCols'] = 'Columns';
$lang['SWYSIWYG']['TableRowsCols'] = 'Rows & Columns';
$lang['SWYSIWYG']['TableAccessibility'] = 'Accessibility Options';
$lang['SWYSIWYG']['TableCaption'] = 'Caption';
$lang['SWYSIWYG']['TableSummary'] = 'Summary';
$lang['SWYSIWYG']['Pixels'] = 'pixels';
$lang['SWYSIWYG']['Percent'] = 'percent';
$lang['SWYSIWYG']['Width'] = 'Width';
$lang['SWYSIWYG']['Height'] = 'Height';
$lang['SWYSIWYG']['Default'] = 'default';
$lang['SWYSIWYG']['Left'] = 'left';
$lang['SWYSIWYG']['Right'] = 'right';
$lang['SWYSIWYG']['Center'] = 'centre';
$lang['SWYSIWYG']['Colours'] = 'Colors';
$lang['SWYSIWYG']['BGColour'] = 'Background Color';
$lang['SWYSIWYG']['BorderColour'] = 'Border Color';
$lang['SWYSIWYG']['Align'] = 'Alignment';
$lang['SWYSIWYG']['Border'] = 'Border';
$lang['SWYSIWYG']['Dimensions'] = 'Dimensions';
$lang['SWYSIWYG']['DoneButton'] = 'Done';
$lang['SWYSIWYG']['CancelButton'] = 'Cancel';
?>
|