⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ca.js

📁 一种Portal的实现源码
💻 JS
字号:
/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License
 * (http://www.opensource.org/licenses/lgpl-license.php)
 *
 * For further information go to http://www.fredck.com/FCKeditor/ 
 * or contact fckeditor@fredck.com.
 *
 * ca.js: Catalan support.
 *
 * Authors:
 *   Jordi Cerdan (nan@myp.ad)
 */

// Toolbar Items and Context Menu

lang["Cut"]					= "Tallar" ;
lang["Copy"]				= "Copiar" ;
lang["Paste"]				= "Enganxar" ;
lang["PasteText"]			= "Enganxar com text plà" ;
lang["PasteWord"]			= "Enganxar des de Word" ;
lang["Find"]				= "Cercar" ;
lang["SelectAll"]			= "Seleccionar tot" ;
lang["RemoveFormat"]		= "Esborrar Format" ;
lang["InsertLink"]			= "Afegir/Editar Vincle" ;
lang["RemoveLink"]			= "Eliminar Vincle" ;
lang["InsertImage"]			= "Afegir/Editar Imatge" ;
lang["InsertTable"]			= "Afegir/Editar Taula" ;
lang["InsertLine"]			= "Afegir Línia Horitzontal" ;
lang["InsertSpecialChar"]	= "Afegir Caràter Especial" ;
lang["InsertSmiley"]		= "Afegir Icones" ;
lang["About"]				= "Sobre FCKeditor" ;

lang["Bold"]				= "Negreta" ;
lang["Italic"]				= "Itàlic" ;
lang["Underline"]			= "Subratllat" ;
lang["StrikeThrough"]		= "Tatxat" ;
lang["Subscript"]			= "Superíndex" ;
lang["Superscript"]			= "Subíndex" ;
lang["LeftJustify"]			= "Alineat a l'Esquerra" ;
lang["CenterJustify"]		= "Centrat" ;
lang["RightJustify"]		= "Alineat a la Dreta" ;
lang["BlockJustify"]		= "Justificat" ;
lang["DecreaseIndent"]		= "Disminuir Sagnia" ;
lang["IncreaseIndent"]		= "Augmentar Sagnia" ;
lang["Undo"]				= "Desfer" ;
lang["Redo"]				= "Refer" ;
lang["NumberedList"]		= "Numeració" ;
lang["BulletedList"]		= "Vinyetes" ;

lang["ShowTableBorders"]	= "Mostrar Costats de Taules" ;
lang["ShowDetails"]			= "Mostrar salts de Pàrraf" ;

lang["FontStyle"]			= "Estil" ;
lang["FontFormat"]			= "Format" ;
lang["Font"]				= "Font" ;
lang["FontSize"]			= "Tamany" ;
lang["TextColor"]			= "Color de Text" ;
lang["BGColor"]				= "Color de Fons" ;
lang["Source"]				= "Font HTML" ;

// Context Menu

lang["EditLink"]			= "Editar Vincle" ;
lang["InsertRow"]			= "Afegir Fila" ;
lang["DeleteRows"]			= "Eliminar Files" ;
lang["InsertColumn"]		= "Afegir Columnes" ;
lang["DeleteColumns"]		= "Eliminar Columnes" ;
lang["InsertCell"]			= "Afegir Cel·les" ;
lang["DeleteCells"]			= "Eliminar Cel·les" ;
lang["MergeCells"]			= "Unir Cel·les" ;
lang["SplitCell"]			= "Dividir Cel·la" ;
lang["CellProperties"]		= "Propietats de Cel·la" ;
lang["TableProperties"]		= "Propietats de Cel·la" ;
lang["ImageProperties"]		= "Propietats d\'imatge" ;

// Alerts and Messages

lang["ProcessingXHTML"]		= "Processant XHTML. Esperi si us plau..." ;
lang["Done"]				= "Fet" ;
lang["PasteWordConfirm"]	= "El text que desitja enganxar sembla provenir de Word. Desitja depurar el text abans que sigui copiat?" ;
lang["NotCompatiblePaste"]	= "Aquesta comanda només és disponible per a Internet Explorer 5.5 o superior. Desitja enganxar sense depurar?" ;

// Dialogs
lang["DlgBtnOK"]			= "OK" ;
lang["DlgBtnCancel"]		= "Cancel·lar" ;
lang["DlgBtnClose"]			= "Tancar" ;

// Image Dialog
lang["DlgImgTitleInsert"]	= "Afegir Imatge" ;
lang["DlgImgTitleEdit"]		= "Editar Imatge" ;
lang["DlgImgBtnUpload"]		= "Enviar al Servidor" ;
lang["DlgImgURL"]			= "URL" ;
lang["DlgImgUpload"]		= "Carregar" ;
lang["DlgImgBtnBrowse"]		= "Veure Repositori" ;
lang["DlgImgAlt"]			= "Text Alternatiu" ;
lang["DlgImgWidth"]			= "Amplada" ;
lang["DlgImgHeight"]		= "Alçada" ;
lang["DlgImgLockRatio"]		= "Proporcional" ;
lang["DlgBtnResetSize"]		= "Tamany Original" ;
lang["DlgImgBorder"]		= "Costats" ;
lang["DlgImgHSpace"]		= "Esp.Horitz." ;
lang["DlgImgVSpace"]		= "Esp.Vert." ;
lang["DlgImgAlign"]			= "Alineació" ;
lang["DlgImgAlignLeft"]		= "Left" ;
lang["DlgImgAlignAbsBottom"]	= "Abs Bottom" ;
lang["DlgImgAlignAbsMiddle"]	= "Abs Middle" ;
lang["DlgImgAlignBaseline"]	= "Baseline" ;
lang["DlgImgAlignBottom"]	= "Bottom" ;
lang["DlgImgAlignMiddle"]	= "Middle" ;
lang["DlgImgAlignRight"]	= "Right" ;
lang["DlgImgAlignTextTop"]	= "Text Top" ;
lang["DlgImgAlignTop"]		= "Top" ;
lang["DlgImgPreview"]		= "Vista PrÚvia" ;
lang["DlgImgMsgWrongExt"]	= "Només s\'accepten els segÌents tipus d\'arxiu:\n\n" + config.ImageUploadAllowedExtensions + "\n\nOperació cancel·lada." ;
lang["DlgImgAlertSelect"]	= "Si us plau, seleccioni una imatge a carregar." ;		// NEW


// Link Dialog
lang["DlgLnkWindowTitle"]	= "Vincle" ;		// NEW
lang["DlgLnkURL"]			= "URL" ;
lang["DlgLnkUpload"]		= "Carregar" ;
lang["DlgLnkTarget"]		= "Target" ;
lang["DlgLnkTargetNotSet"]	= "<sense especificar>" ;
lang["DlgLnkTargetBlank"]	= "Nova Finestra (_blank)" ;
lang["DlgLnkTargetParent"]	= "Finestra Pare (_parent)" ;
lang["DlgLnkTargetSelf"]	= "Mateixa Finestra (_self)" ;
lang["DlgLnkTargetTop"]		= "Finestra Principal (_top)" ;
lang["DlgLnkTitle"]			= "Títol" ;
lang["DlgLnkBtnUpload"]		= "Enviar al Servidor" ;
lang["DlgLnkBtnBrowse"]		= "Veure Repositori" ;
lang["DlgLnkMsgWrongExtA"]	= "Només s\'accepten els segÌents tipus d\'arxiu:\n\n" + config.LinkUploadAllowedExtensions + "\n\nOperació cancel·lada." ;
lang["DlgLnkMsgWrongExtD"]	= "Els segÌents tipus d\'arxiu no són acceptats:\n\n" + config.LinkUploadDeniedExtensions + "\n\nOperació cancel·lada." ;

// Color Dialog
lang["DlgColorTitle"]		= "Seleccionar Color" ;
lang["DlgColorBtnClear"]	= "Esborrar" ;
lang["DlgColorHighlight"]	= "Realçar" ;
lang["DlgColorSelected"]	= "Seleccionat" ;

// Smiley Dialog
lang["DlgSmileyTitle"]		= "Afegir Icona" ;

// Special Character Dialog
lang["DlgSpecialCharTitle"]	= "Afegir Caràter Especial" ;

// Table Dialog
lang["DlgTableTitleInsert"]	= "Afegir Taula" ;
lang["DlgTableTitleEdit"]	= "Editar Taula" ;
lang["DlgTableRows"]		= "Files" ;
lang["DlgTableColumns"]		= "Columnes" ;
lang["DlgTableBorder"]		= "Costat" ;
lang["DlgTableAlign"]		= "Alineació" ;
lang["DlgTableAlignNotSet"]	= "<omÚs>" ;
lang["DlgTableAlignLeft"]	= "Esquerra" ;
lang["DlgTableAlignCenter"]	= "Centrat" ;
lang["DlgTableAlignRight"]	= "Dreta" ;
lang["DlgTableWidth"]		= "Amplada" ;
lang["DlgTableWidthPx"]		= "píxels" ;
lang["DlgTableWidthPc"]		= "percentatge" ;
lang["DlgTableHeight"]		= "Alçada" ;
lang["DlgTableCellSpace"]	= "Esp. e/cel·les" ;
lang["DlgTableCellPad"]		= "Esp. interior" ;
lang["DlgTableCaption"]		= "Títol" ;

// Table Cell Dialog
lang["DlgCellTitle"]		= "Propietats de Cella" ;
lang["DlgCellWidth"]		= "Amplada" ;
lang["DlgCellWidthPx"]		= "píxels" ;
lang["DlgCellWidthPc"]		= "percentatge" ;
lang["DlgCellHeight"]		= "Alçada" ;
lang["DlgCellWordWrap"]		= "Tallar Línia" ;
lang["DlgCellWordWrapNotSet"]	= "<omÚs>" ;
lang["DlgCellWordWrapYes"]		= "Si" ;
lang["DlgCellWordWrapNo"]		= "No" ;
lang["DlgCellHorAlign"]		= "Alineació Horitzontal" ;
lang["DlgCellHorAlignNotSet"]	= "<omÚs>" ;
lang["DlgCellHorAlignLeft"]		= "Esquerra" ;
lang["DlgCellHorAlignCenter"]	= "Centrat" ;
lang["DlgCellHorAlignRight"]	= "Dreta" ;
lang["DlgCellVerAlign"]		= "Alineació Vertical" ;
lang["DlgCellVerAlignNotSet"]	= "<omÚs>" ;
lang["DlgCellVerAlignTop"]		= "Top" ;
lang["DlgCellVerAlignMiddle"]	= "Middle" ;
lang["DlgCellVerAlignBottom"]	= "Bottom" ;
lang["DlgCellVerAlignBaseline"]	= "Baseline" ;
lang["DlgCellRowSpan"]		= "Abastar Files" ;
lang["DlgCellCollSpan"]		= "Abastar Columnes" ;
lang["DlgCellBackColor"]	= "Color de Fons" ;
lang["DlgCellBorderColor"]	= "Color de Costat" ;
lang["DlgCellBtnSelect"]	= "Seleccioni..." ;

// About Dialog
lang["DlgAboutVersion"]		= "Versió" ;
lang["DlgAboutLicense"]		= "Llicenciat sota els termes de la GNU Lesser General Public License" ;
lang["DlgAboutInfo"]		= "Per més informació vagi a " ;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -