/source/Plug-in/fck/editor/lang/th.js
http://prosporous.googlecode.com/ · JavaScript · 516 lines · 415 code · 46 blank · 55 comment · 0 complexity · 012b4a1e40c5e6855203546225dff6e7 MD5 · raw file
- /*
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- * - GNU General Public License Version 2 or later (the "GPL")
- * http://www.gnu.org/licenses/gpl.html
- *
- * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- * http://www.gnu.org/licenses/lgpl.html
- *
- * - Mozilla Public License Version 1.1 or later (the "MPL")
- * http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * Thai language file.
- */
-
- var FCKLang =
- {
- // Language direction : "ltr" (left to right) or "rtl" (right to left).
- Dir : "ltr",
-
- ToolbarCollapse : "?????????????????",
- ToolbarExpand : "?????????????????",
-
- // Toolbar Items and Context Menu
- Save : "??????",
- NewPage : "???????????????????",
- Preview : "????????????????????",
- Cut : "???",
- Copy : "?????",
- Paste : "???",
- PasteText : "?????????????????????????",
- PasteWord : "?????????????????????????",
- Print : "?????????",
- SelectAll : "????????????",
- RemoveFormat : "??????????",
- InsertLinkLbl : "?????????????????? ?????? ?????? ?????????????",
- InsertLink : "????/????? ?????",
- RemoveLink : "?? ?????",
- Anchor : "????/????? Anchor",
- AnchorDelete : "Remove Anchor", //MISSING
- InsertImageLbl : "??????",
- InsertImage : "????/????? ??????",
- InsertFlashLbl : "???? Flash",
- InsertFlash : "????/????? ???? Flash",
- InsertTableLbl : "?????",
- InsertTable : "????/????? ?????",
- InsertLineLbl : "??????????????",
- InsertLine : "??????????????????",
- InsertSpecialCharLbl: "?????????????",
- InsertSpecialChar : "?????????????????",
- InsertSmileyLbl : "?????????????",
- InsertSmiley : "?????????????????",
- About : "???????????????? FCKeditor",
- Bold : "??????",
- Italic : "????????",
- Underline : "?????????????",
- StrikeThrough : "?????????????",
- Subscript : "???????",
- Superscript : "?????",
- LeftJustify : "??????????",
- CenterJustify : "???????????",
- RightJustify : "?????????",
- BlockJustify : "?????????????????",
- DecreaseIndent : "?????????????",
- IncreaseIndent : "????????????????",
- Blockquote : "Blockquote", //MISSING
- Undo : "????????????",
- Redo : "???????????",
- NumberedListLbl : "????????????????????",
- NumberedList : "????/????? ????????????????????",
- BulletedListLbl : "???????????????????????",
- BulletedList : "????/????? ???????????????????????",
- ShowTableBorders : "???????????????",
- ShowDetails : "??????????????",
- Style : "??????",
- FontFormat : "??????",
- Font : "????????",
- FontSize : "????",
- TextColor : "??????????",
- BGColor : "??????????",
- Source : "?????? HTML",
- Find : "?????",
- Replace : "??????????????",
- SpellCheck : "?????????????",
- UniversalKeyboard : "?????????????????",
- PageBreakLbl : "?????????????? Page Break",
- PageBreak : "??????????????? Page Break",
-
- Form : "????????",
- Checkbox : "????????",
- RadioButton : "????????????",
- TextField : "???????????",
- Textarea : "????????????",
- HiddenField : "???????????",
- Button : "????",
- SelectionField : "???????????",
- ImageButton : "?????????????",
-
- FitWindow : "?????????????????????",
- ShowBlocks : "Show Blocks", //MISSING
-
- // Context Menu
- EditLink : "????? ?????",
- CellCM : "?????????",
- RowCM : "???",
- ColumnCM : "???????",
- InsertRowAfter : "Insert Row After", //MISSING
- InsertRowBefore : "Insert Row Before", //MISSING
- DeleteRows : "?????",
- InsertColumnAfter : "Insert Column After", //MISSING
- InsertColumnBefore : "Insert Column Before", //MISSING
- DeleteColumns : "???????",
- InsertCellAfter : "Insert Cell After", //MISSING
- InsertCellBefore : "Insert Cell Before", //MISSING
- DeleteCells : "??????",
- MergeCells : "????????",
- MergeRight : "Merge Right", //MISSING
- MergeDown : "Merge Down", //MISSING
- HorizontalSplitCell : "Split Cell Horizontally", //MISSING
- VerticalSplitCell : "Split Cell Vertically", //MISSING
- TableDelete : "???????",
- CellProperties : "????????????????",
- TableProperties : "?????????????????",
- ImageProperties : "??????????????????",
- FlashProperties : "???????????????? Flash",
-
- AnchorProp : "?????????? Anchor",
- ButtonProp : "????????????? ????",
- CheckboxProp : "???????????? ????????",
- HiddenFieldProp : "???????????? ???????????",
- RadioButtonProp : "???????????? ????????????",
- ImageButtonProp : "???????????? ?????????????",
- TextFieldProp : "???????????? ???????????",
- SelectionFieldProp : "???????????? ???????????",
- TextareaProp : "???????????? ??????????",
- FormProp : "???????????? ????????",
-
- FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Paragraph (DIV)",
-
- // Alerts and Messages
- ProcessingXHTML : "?????????????????????????????? XHTML ??????????????...",
- Done : "????????????????????????",
- PasteWordConfirm : "?????????????????????????????????? ????????????????????????????. ??????????????????????????????????????????????????",
- NotCompatiblePaste : "??????????????????????????????? Internet Explorer version ???? 5.5 ????????????????????. ???????????????????????????????????????????????????????????????????",
- UnknownToolbarItem : "?????????????????????????????? \"%1\"",
- UnknownCommand : "?????????????????????????? \"%1\"",
- NotImplemented : "????????????????????????",
- UnknownToolbarSet : "??????????????????????????????????????? \"%1\" ??????????????????????",
- NoActiveX : "?????????????????????????????????????????????????????????? \"Run ActiveX controls and plug-ins\". ?????????????????????? ActiveX controls ????????????????????????????????????????????.",
- BrowseServerBlocked : "?????????????????????????????????????? ????????????????????????????????????????????????????????????????????",
- DialogBlocked : "?????????????????????????????????????? ????????????????????????????????????????????????????????????????????",
-
- // Dialogs
- DlgBtnOK : "????",
- DlgBtnCancel : "??????",
- DlgBtnClose : "???",
- DlgBtnBrowseServer : "?????????????????????????????",
- DlgAdvancedTag : "???????",
- DlgOpOther : "<?????>",
- DlgInfoTab : "?????",
- DlgAlertUrl : "????????? URL",
-
- // General Dialogs Labels
- DlgGenNotSet : "<???????>",
- DlgGenId : "????",
- DlgGenLangDir : "????????-????????",
- DlgGenLangDirLtr : "???????????? (LTR)",
- DlgGenLangDirRtl : "???????????? (RTL)",
- DlgGenLangCode : "????????",
- DlgGenAccessKey : "?????? ????",
- DlgGenName : "????",
- DlgGenTabIndex : "???????? ????",
- DlgGenLongDescr : "?????????????? URL",
- DlgGenClass : "???????????????????????????????",
- DlgGenTitle : "??????????",
- DlgGenContType : "?????????????????",
- DlgGenLinkCharset : "??????????????????????????????",
- DlgGenStyle : "???????????????",
-
- // Image Dialog
- DlgImgTitle : "???????????? ??????",
- DlgImgInfoTab : "???????????????",
- DlgImgBtnUpload : "????????????????????????????????????? (???????????)",
- DlgImgURL : "?????????????? URL",
- DlgImgUpload : "???????????",
- DlgImgAlt : "??????????????",
- DlgImgWidth : "?????????",
- DlgImgHeight : "???????",
- DlgImgLockRatio : "?????????????? ?????-??? ????????",
- DlgBtnResetSize : "????????????????????",
- DlgImgBorder : "??????????",
- DlgImgHSpace : "??????????",
- DlgImgVSpace : "???????????",
- DlgImgAlign : "?????????",
- DlgImgAlignLeft : "???????",
- DlgImgAlignAbsBottom: "??????????????",
- DlgImgAlignAbsMiddle: "????????",
- DlgImgAlignBaseline : "?????????",
- DlgImgAlignBottom : "???????????",
- DlgImgAlignMiddle : "???????????????",
- DlgImgAlignRight : "??????",
- DlgImgAlignTextTop : "???????????",
- DlgImgAlignTop : "?????",
- DlgImgPreview : "??????????????????",
- DlgImgAlertUrl : "??????????????????????????????????????????? (URL)",
- DlgImgLinkTab : "??????",
-
- // Flash Dialog
- DlgFlashTitle : "???????????????? Flash",
- DlgFlashChkPlay : "????????????? Auto Play",
- DlgFlashChkLoop : "????????? Loop",
- DlgFlashChkMenu : "???????????????? Flash",
- DlgFlashScale : "????????? Scale",
- DlgFlashScaleAll : "?????????????????? Show all",
- DlgFlashScaleNoBorder : "?????????????? No Border",
- DlgFlashScaleFit : "????????????????????? Exact Fit",
-
- // Link Dialog
- DlgLnkWindowTitle : "?????????????????? ?????? ?????? ?????????????",
- DlgLnkInfoTab : "??????????",
- DlgLnkTargetTab : "?????????????",
-
- DlgLnkType : "??????????????",
- DlgLnkTypeURL : "????????????????????? (URL)",
- DlgLnkTypeAnchor : "???????????? (Anchor)",
- DlgLnkTypeEMail : "????????? (E-Mail)",
- DlgLnkProto : "????????",
- DlgLnkProtoOther : "<?????>",
- DlgLnkURL : "????????????????????? (URL)",
- DlgLnkAnchorSel : "????????????????????????? (Anchor)",
- DlgLnkAnchorByName : "????",
- DlgLnkAnchorById : "????",
- DlgLnkNoAnchors : "(??????????????????????????????????????)",
- DlgLnkEMail : "?????? (E-Mail)",
- DlgLnkEMailSubject : "?????????",
- DlgLnkEMailBody : "???????",
- DlgLnkUpload : "???????????",
- DlgLnkBtnUpload : "??????????????????????????",
-
- DlgLnkTarget : "????????????????",
- DlgLnkTargetFrame : "<??????????>",
- DlgLnkTargetPopup : "<?????????????? (Pop-up)>",
- DlgLnkTargetBlank : "?????????????? (_blank)",
- DlgLnkTargetParent : "?????????????? (_parent)",
- DlgLnkTargetSelf : "?????????????????? (_self)",
- DlgLnkTargetTop : "??????????????? (_top)",
- DlgLnkTargetFrameName : "????????????????",
- DlgLnkPopWinName : "?????????????????? (Pop-up)",
- DlgLnkPopWinFeat : "?????????????????????? (Pop-up)",
- DlgLnkPopResize : "??????????????",
- DlgLnkPopLocation : "??????????????????",
- DlgLnkPopMenu : "???????????",
- DlgLnkPopScroll : "?????????????",
- DlgLnkPopStatus : "????????????",
- DlgLnkPopToolbar : "?????????????????",
- DlgLnkPopFullScrn : "?????????????? (IE5.5++ ????????)",
- DlgLnkPopDependent : "?????????????? (Netscape)",
- DlgLnkPopWidth : "?????",
- DlgLnkPopHeight : "???",
- DlgLnkPopLeft : "????????? (Left Position)",
- DlgLnkPopTop : "??????? (Top Position)",
-
- DlnLnkMsgNoUrl : "?????????????????????????????? (URL)",
- DlnLnkMsgNoEMail : "??????????????? (E-mail)",
- DlnLnkMsgNoAnchor : "????????????????????? (Anchor)",
- DlnLnkMsgInvPopName : "?????????????????????? ????????????????????????????????? ??????????????????????????",
-
- // Color Dialog
- DlgColorTitle : "???????",
- DlgColorBtnClear : "?????????????",
- DlgColorHighlight : "??????????",
- DlgColorSelected : "??????????",
-
- // Smiley Dialog
- DlgSmileyTitle : "???????????????????????",
-
- // Special Character Dialog
- DlgSpecialCharTitle : "?????????????????",
-
- // Table Dialog
- DlgTableTitle : "???????????? ?????",
- DlgTableRows : "???",
- DlgTableColumns : "?????",
- DlgTableBorder : "???????????",
- DlgTableAlign : "?????????????",
- DlgTableAlignNotSet : "<???????>",
- DlgTableAlignLeft : "???????",
- DlgTableAlignCenter : "????????",
- DlgTableAlignRight : "??????",
- DlgTableWidth : "?????",
- DlgTableWidthPx : "?????",
- DlgTableWidthPc : "?????????",
- DlgTableHeight : "???",
- DlgTableCellSpace : "???????????",
- DlgTableCellPad : "???????????",
- DlgTableCaption : "?????????????????",
- DlgTableSummary : "????????",
-
- // Table Cell Dialog
- DlgCellTitle : "???????????? ????",
- DlgCellWidth : "?????",
- DlgCellWidthPx : "?????",
- DlgCellWidthPc : "?????????",
- DlgCellHeight : "???",
- DlgCellWordWrap : "??????????????????",
- DlgCellWordWrapNotSet : "<???????>",
- DlgCellWordWrapYes : "????",
- DlgCellWordWrapNo : "???",
- DlgCellHorAlign : "???????????????",
- DlgCellHorAlignNotSet : "<???????>",
- DlgCellHorAlignLeft : "???????",
- DlgCellHorAlignCenter : "????????",
- DlgCellHorAlignRight: "??????",
- DlgCellVerAlign : "????????????????",
- DlgCellVerAlignNotSet : "<???????>",
- DlgCellVerAlignTop : "?????",
- DlgCellVerAlignMiddle : "????????",
- DlgCellVerAlignBottom : "???????",
- DlgCellVerAlignBaseline : "?????????",
- DlgCellRowSpan : "???????????????????",
- DlgCellCollSpan : "?????????????????????",
- DlgCellBackColor : "??????????",
- DlgCellBorderColor : "?????????",
- DlgCellBtnSelect : "?????..",
-
- // Find and Replace Dialog
- DlgFindAndReplaceTitle : "Find and Replace", //MISSING
-
- // Find Dialog
- DlgFindTitle : "?????",
- DlgFindFindBtn : "?????",
- DlgFindNotFoundMsg : "???????????????.",
-
- // Replace Dialog
- DlgReplaceTitle : "??????????????",
- DlgReplaceFindLbl : "??????????:",
- DlgReplaceReplaceLbl : "??????????:",
- DlgReplaceCaseChk : "???????-???? ??????????",
- DlgReplaceReplaceBtn : "??????",
- DlgReplaceReplAllBtn : "??????????????????",
- DlgReplaceWordChk : "???????????????",
-
- // Paste Operations / Dialog
- PasteErrorCut : "?????????????????????????????????????????????????????????????????????. ????????????????????????????????? (?????? Ctrl ?????? X ????????).",
- PasteErrorCopy : "???????????????????????????????????????????????????????????????????????. ????????????????????????????????? (?????? Ctrl ?????? C ????????).",
-
- PasteAsText : "????????????????????",
- PasteFromWord : "??????????????????????????????",
-
- DlgPasteMsg2 : "????????????????????????? ????????? (<strong>Ctrl ??? V</strong>)????????? ????? <strong>OK</strong>.",
- DlgPasteSec : "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.", //MISSING
- DlgPasteIgnoreFont : "??????? Font Face definitions",
- DlgPasteRemoveStyles : "?? Styles definitions",
- DlgPasteCleanBox : "???????????? Box",
-
- // Color Picker
- ColorAutomatic : "???????????",
- ColorMoreColors : "????????????...",
-
- // Document Properties
- DocProps : "??????????????????",
-
- // Anchor Dialog
- DlgAnchorTitle : "???????????? Anchor",
- DlgAnchorName : "???? Anchor",
- DlgAnchorErrorName : "???????????????? Anchor",
-
- // Speller Pages Dialog
- DlgSpellNotInDic : "?????????????????",
- DlgSpellChangeTo : "?????????",
- DlgSpellBtnIgnore : "??????",
- DlgSpellBtnIgnoreAll : "?????????????",
- DlgSpellBtnReplace : "??????",
- DlgSpellBtnReplaceAll : "?????????????",
- DlgSpellBtnUndo : "??????",
- DlgSpellNoSuggestions : "- ??????????????? -",
- DlgSpellProgress : "??????????????????...",
- DlgSpellNoMispell : "??????????????????????: ??????????????",
- DlgSpellNoChanges : "??????????????????????: ????????????????",
- DlgSpellOneChange : "??????????????????????: ?????1??",
- DlgSpellManyChanges : "??????????????????????:: ????? %1 ??",
-
- IeSpellDownload : "??????????????????????????????. ??????????????????????",
-
- // Button Dialog
- DlgButtonText : "??????? (?????????)",
- DlgButtonType : "???????",
- DlgButtonTypeBtn : "Button",
- DlgButtonTypeSbm : "Submit",
- DlgButtonTypeRst : "Reset",
-
- // Checkbox and Radio Button Dialogs
- DlgCheckboxName : "????",
- DlgCheckboxValue : "?????????",
- DlgCheckboxSelected : "????????????????????",
-
- // Form Dialog
- DlgFormName : "????",
- DlgFormAction : "???????",
- DlgFormMethod : "?????",
-
- // Select Field Dialog
- DlgSelectName : "????",
- DlgSelectValue : "?????????",
- DlgSelectSize : "????",
- DlgSelectLines : "??????",
- DlgSelectChkMulti : "???????????????",
- DlgSelectOpAvail : "??????????????",
- DlgSelectOpText : "???????",
- DlgSelectOpValue : "?????????",
- DlgSelectBtnAdd : "?????",
- DlgSelectBtnModify : "?????",
- DlgSelectBtnUp : "??",
- DlgSelectBtnDown : "????",
- DlgSelectBtnSetValue : "????????????????????",
- DlgSelectBtnDelete : "??",
-
- // Textarea Dialog
- DlgTextareaName : "????",
- DlgTextareaCols : "?????",
- DlgTextareaRows : "???",
-
- // Text Field Dialog
- DlgTextName : "????",
- DlgTextValue : "?????????",
- DlgTextCharWidth : "?????????",
- DlgTextMaxChars : "???????????????????",
- DlgTextType : "????",
- DlgTextTypeText : "???????",
- DlgTextTypePass : "????????",
-
- // Hidden Field Dialog
- DlgHiddenName : "????",
- DlgHiddenValue : "?????????",
-
- // Bulleted List Dialog
- BulletedListProp : "???????????? ????????????",
- NumberedListProp : "???????????? ?????????????",
- DlgLstStart : "Start", //MISSING
- DlgLstType : "????",
- DlgLstTypeCircle : "????????",
- DlgLstTypeDisc : "Disc", //MISSING
- DlgLstTypeSquare : "?????????????",
- DlgLstTypeNumbers : "??????? (1, 2, 3)",
- DlgLstTypeLCase : "???????????? (a, b, c)",
- DlgLstTypeUCase : "???????????? (A, B, C)",
- DlgLstTypeSRoman : "????????????????? (i, ii, iii)",
- DlgLstTypeLRoman : "????????????????? (I, II, III)",
-
- // Document Properties Dialog
- DlgDocGeneralTab : "?????????????????????",
- DlgDocBackTab : "????????",
- DlgDocColorsTab : "????????????",
- DlgDocMetaTab : "?????????????????????????",
-
- DlgDocPageTitle : "???????????",
- DlgDocLangDir : "???????????",
- DlgDocLangDirLTR : "???????????? (LTR)",
- DlgDocLangDirRTL : "???????????? (RTL)",
- DlgDocLangCode : "????????",
- DlgDocCharSet : "???????????",
- DlgDocCharSetCE : "Central European",
- DlgDocCharSetCT : "Chinese Traditional (Big5)",
- DlgDocCharSetCR : "Cyrillic",
- DlgDocCharSetGR : "Greek",
- DlgDocCharSetJP : "Japanese",
- DlgDocCharSetKR : "Korean",
- DlgDocCharSetTR : "Turkish",
- DlgDocCharSetUN : "Unicode (UTF-8)",
- DlgDocCharSetWE : "Western European",
- DlgDocCharSetOther : "????????????????",
-
- DlgDocDocType : "???????????????",
- DlgDocDocTypeOther : "?????????????????",
- DlgDocIncXHTML : "?????? XHTML Declarations ???????",
- DlgDocBgColor : "??????????",
- DlgDocBgImage : "??????????????????????????????????? (Image URL)",
- DlgDocBgNoScroll : "?????????????????????????",
- DlgDocCText : "???????",
- DlgDocCLink : "?????",
- DlgDocCVisited : "???????????????????? Visited Link",
- DlgDocCActive : "?????????????????? Active Link",
- DlgDocMargins : "????????????????????",
- DlgDocMaTop : "??????",
- DlgDocMaLeft : "????????",
- DlgDocMaRight : "???????",
- DlgDocMaBottom : "????????",
- DlgDocMeIndex : "??????????????????? (?????????? ??????)",
- DlgDocMeDescr : "???????????????????????????",
- DlgDocMeAuthor : "??????????????",
- DlgDocMeCopy : "?????????????",
- DlgDocPreview : "??????????????????",
-
- // Templates Dialog
- Templates : "???????",
- DlgTemplatesTitle : "?????????????????????????????",
- DlgTemplatesSelMsg : "?????????? ??????? ??????????????????????????<br />(?????????????????????):",
- DlgTemplatesLoading : "?????????????????????????????...",
- DlgTemplatesNoTpl : "(???????????????????????)",
- DlgTemplatesReplace : "?????????????????????????????",
-
- // About Dialog
- DlgAboutAboutTab : "????????????????",
- DlgAboutBrowserInfoTab : "?????????????????????????",
- DlgAboutLicenseTab : "?????????",
- DlgAboutVersion : "????",
- DlgAboutInfo : "For further information go to" //MISSING
- };