/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

  1. /*
  2. * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  3. * Copyright (C) 2003-2007 Frederico Caldeira Knabben
  4. *
  5. * == BEGIN LICENSE ==
  6. *
  7. * Licensed under the terms of any of the following licenses at your
  8. * choice:
  9. *
  10. * - GNU General Public License Version 2 or later (the "GPL")
  11. * http://www.gnu.org/licenses/gpl.html
  12. *
  13. * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  14. * http://www.gnu.org/licenses/lgpl.html
  15. *
  16. * - Mozilla Public License Version 1.1 or later (the "MPL")
  17. * http://www.mozilla.org/MPL/MPL-1.1.html
  18. *
  19. * == END LICENSE ==
  20. *
  21. * Thai language file.
  22. */
  23. var FCKLang =
  24. {
  25. // Language direction : "ltr" (left to right) or "rtl" (right to left).
  26. Dir : "ltr",
  27. ToolbarCollapse : "?????????????????",
  28. ToolbarExpand : "?????????????????",
  29. // Toolbar Items and Context Menu
  30. Save : "??????",
  31. NewPage : "???????????????????",
  32. Preview : "????????????????????",
  33. Cut : "???",
  34. Copy : "?????",
  35. Paste : "???",
  36. PasteText : "?????????????????????????",
  37. PasteWord : "?????????????????????????",
  38. Print : "?????????",
  39. SelectAll : "????????????",
  40. RemoveFormat : "??????????",
  41. InsertLinkLbl : "?????????????????? ?????? ?????? ?????????????",
  42. InsertLink : "????/????? ?????",
  43. RemoveLink : "?? ?????",
  44. Anchor : "????/????? Anchor",
  45. AnchorDelete : "Remove Anchor", //MISSING
  46. InsertImageLbl : "??????",
  47. InsertImage : "????/????? ??????",
  48. InsertFlashLbl : "???? Flash",
  49. InsertFlash : "????/????? ???? Flash",
  50. InsertTableLbl : "?????",
  51. InsertTable : "????/????? ?????",
  52. InsertLineLbl : "??????????????",
  53. InsertLine : "??????????????????",
  54. InsertSpecialCharLbl: "?????????????",
  55. InsertSpecialChar : "?????????????????",
  56. InsertSmileyLbl : "?????????????",
  57. InsertSmiley : "?????????????????",
  58. About : "???????????????? FCKeditor",
  59. Bold : "??????",
  60. Italic : "????????",
  61. Underline : "?????????????",
  62. StrikeThrough : "?????????????",
  63. Subscript : "???????",
  64. Superscript : "?????",
  65. LeftJustify : "??????????",
  66. CenterJustify : "???????????",
  67. RightJustify : "?????????",
  68. BlockJustify : "?????????????????",
  69. DecreaseIndent : "?????????????",
  70. IncreaseIndent : "????????????????",
  71. Blockquote : "Blockquote", //MISSING
  72. Undo : "????????????",
  73. Redo : "???????????",
  74. NumberedListLbl : "????????????????????",
  75. NumberedList : "????/????? ????????????????????",
  76. BulletedListLbl : "???????????????????????",
  77. BulletedList : "????/????? ???????????????????????",
  78. ShowTableBorders : "???????????????",
  79. ShowDetails : "??????????????",
  80. Style : "??????",
  81. FontFormat : "??????",
  82. Font : "????????",
  83. FontSize : "????",
  84. TextColor : "??????????",
  85. BGColor : "??????????",
  86. Source : "?????? HTML",
  87. Find : "?????",
  88. Replace : "??????????????",
  89. SpellCheck : "?????????????",
  90. UniversalKeyboard : "?????????????????",
  91. PageBreakLbl : "?????????????? Page Break",
  92. PageBreak : "??????????????? Page Break",
  93. Form : "????????",
  94. Checkbox : "????????",
  95. RadioButton : "????????????",
  96. TextField : "???????????",
  97. Textarea : "????????????",
  98. HiddenField : "???????????",
  99. Button : "????",
  100. SelectionField : "???????????",
  101. ImageButton : "?????????????",
  102. FitWindow : "?????????????????????",
  103. ShowBlocks : "Show Blocks", //MISSING
  104. // Context Menu
  105. EditLink : "????? ?????",
  106. CellCM : "?????????",
  107. RowCM : "???",
  108. ColumnCM : "???????",
  109. InsertRowAfter : "Insert Row After", //MISSING
  110. InsertRowBefore : "Insert Row Before", //MISSING
  111. DeleteRows : "?????",
  112. InsertColumnAfter : "Insert Column After", //MISSING
  113. InsertColumnBefore : "Insert Column Before", //MISSING
  114. DeleteColumns : "???????",
  115. InsertCellAfter : "Insert Cell After", //MISSING
  116. InsertCellBefore : "Insert Cell Before", //MISSING
  117. DeleteCells : "??????",
  118. MergeCells : "????????",
  119. MergeRight : "Merge Right", //MISSING
  120. MergeDown : "Merge Down", //MISSING
  121. HorizontalSplitCell : "Split Cell Horizontally", //MISSING
  122. VerticalSplitCell : "Split Cell Vertically", //MISSING
  123. TableDelete : "???????",
  124. CellProperties : "????????????????",
  125. TableProperties : "?????????????????",
  126. ImageProperties : "??????????????????",
  127. FlashProperties : "???????????????? Flash",
  128. AnchorProp : "?????????? Anchor",
  129. ButtonProp : "????????????? ????",
  130. CheckboxProp : "???????????? ????????",
  131. HiddenFieldProp : "???????????? ???????????",
  132. RadioButtonProp : "???????????? ????????????",
  133. ImageButtonProp : "???????????? ?????????????",
  134. TextFieldProp : "???????????? ???????????",
  135. SelectionFieldProp : "???????????? ???????????",
  136. TextareaProp : "???????????? ??????????",
  137. FormProp : "???????????? ????????",
  138. FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Paragraph (DIV)",
  139. // Alerts and Messages
  140. ProcessingXHTML : "?????????????????????????????? XHTML ??????????????...",
  141. Done : "????????????????????????",
  142. PasteWordConfirm : "?????????????????????????????????? ????????????????????????????. ??????????????????????????????????????????????????",
  143. NotCompatiblePaste : "??????????????????????????????? Internet Explorer version ???? 5.5 ????????????????????. ???????????????????????????????????????????????????????????????????",
  144. UnknownToolbarItem : "?????????????????????????????? \"%1\"",
  145. UnknownCommand : "?????????????????????????? \"%1\"",
  146. NotImplemented : "????????????????????????",
  147. UnknownToolbarSet : "??????????????????????????????????????? \"%1\" ??????????????????????",
  148. NoActiveX : "?????????????????????????????????????????????????????????? \"Run ActiveX controls and plug-ins\". ?????????????????????? ActiveX controls ????????????????????????????????????????????.",
  149. BrowseServerBlocked : "?????????????????????????????????????? ????????????????????????????????????????????????????????????????????",
  150. DialogBlocked : "?????????????????????????????????????? ????????????????????????????????????????????????????????????????????",
  151. // Dialogs
  152. DlgBtnOK : "????",
  153. DlgBtnCancel : "??????",
  154. DlgBtnClose : "???",
  155. DlgBtnBrowseServer : "?????????????????????????????",
  156. DlgAdvancedTag : "???????",
  157. DlgOpOther : "<?????>",
  158. DlgInfoTab : "?????",
  159. DlgAlertUrl : "????????? URL",
  160. // General Dialogs Labels
  161. DlgGenNotSet : "<???????>",
  162. DlgGenId : "????",
  163. DlgGenLangDir : "????????-????????",
  164. DlgGenLangDirLtr : "???????????? (LTR)",
  165. DlgGenLangDirRtl : "???????????? (RTL)",
  166. DlgGenLangCode : "????????",
  167. DlgGenAccessKey : "?????? ????",
  168. DlgGenName : "????",
  169. DlgGenTabIndex : "???????? ????",
  170. DlgGenLongDescr : "?????????????? URL",
  171. DlgGenClass : "???????????????????????????????",
  172. DlgGenTitle : "??????????",
  173. DlgGenContType : "?????????????????",
  174. DlgGenLinkCharset : "??????????????????????????????",
  175. DlgGenStyle : "???????????????",
  176. // Image Dialog
  177. DlgImgTitle : "???????????? ??????",
  178. DlgImgInfoTab : "???????????????",
  179. DlgImgBtnUpload : "????????????????????????????????????? (???????????)",
  180. DlgImgURL : "?????????????? URL",
  181. DlgImgUpload : "???????????",
  182. DlgImgAlt : "??????????????",
  183. DlgImgWidth : "?????????",
  184. DlgImgHeight : "???????",
  185. DlgImgLockRatio : "?????????????? ?????-??? ????????",
  186. DlgBtnResetSize : "????????????????????",
  187. DlgImgBorder : "??????????",
  188. DlgImgHSpace : "??????????",
  189. DlgImgVSpace : "???????????",
  190. DlgImgAlign : "?????????",
  191. DlgImgAlignLeft : "???????",
  192. DlgImgAlignAbsBottom: "??????????????",
  193. DlgImgAlignAbsMiddle: "????????",
  194. DlgImgAlignBaseline : "?????????",
  195. DlgImgAlignBottom : "???????????",
  196. DlgImgAlignMiddle : "???????????????",
  197. DlgImgAlignRight : "??????",
  198. DlgImgAlignTextTop : "???????????",
  199. DlgImgAlignTop : "?????",
  200. DlgImgPreview : "??????????????????",
  201. DlgImgAlertUrl : "??????????????????????????????????????????? (URL)",
  202. DlgImgLinkTab : "??????",
  203. // Flash Dialog
  204. DlgFlashTitle : "???????????????? Flash",
  205. DlgFlashChkPlay : "????????????? Auto Play",
  206. DlgFlashChkLoop : "????????? Loop",
  207. DlgFlashChkMenu : "???????????????? Flash",
  208. DlgFlashScale : "????????? Scale",
  209. DlgFlashScaleAll : "?????????????????? Show all",
  210. DlgFlashScaleNoBorder : "?????????????? No Border",
  211. DlgFlashScaleFit : "????????????????????? Exact Fit",
  212. // Link Dialog
  213. DlgLnkWindowTitle : "?????????????????? ?????? ?????? ?????????????",
  214. DlgLnkInfoTab : "??????????",
  215. DlgLnkTargetTab : "?????????????",
  216. DlgLnkType : "??????????????",
  217. DlgLnkTypeURL : "????????????????????? (URL)",
  218. DlgLnkTypeAnchor : "???????????? (Anchor)",
  219. DlgLnkTypeEMail : "????????? (E-Mail)",
  220. DlgLnkProto : "????????",
  221. DlgLnkProtoOther : "<?????>",
  222. DlgLnkURL : "????????????????????? (URL)",
  223. DlgLnkAnchorSel : "????????????????????????? (Anchor)",
  224. DlgLnkAnchorByName : "????",
  225. DlgLnkAnchorById : "????",
  226. DlgLnkNoAnchors : "(??????????????????????????????????????)",
  227. DlgLnkEMail : "?????? (E-Mail)",
  228. DlgLnkEMailSubject : "?????????",
  229. DlgLnkEMailBody : "???????",
  230. DlgLnkUpload : "???????????",
  231. DlgLnkBtnUpload : "??????????????????????????",
  232. DlgLnkTarget : "????????????????",
  233. DlgLnkTargetFrame : "<??????????>",
  234. DlgLnkTargetPopup : "<?????????????? (Pop-up)>",
  235. DlgLnkTargetBlank : "?????????????? (_blank)",
  236. DlgLnkTargetParent : "?????????????? (_parent)",
  237. DlgLnkTargetSelf : "?????????????????? (_self)",
  238. DlgLnkTargetTop : "??????????????? (_top)",
  239. DlgLnkTargetFrameName : "????????????????",
  240. DlgLnkPopWinName : "?????????????????? (Pop-up)",
  241. DlgLnkPopWinFeat : "?????????????????????? (Pop-up)",
  242. DlgLnkPopResize : "??????????????",
  243. DlgLnkPopLocation : "??????????????????",
  244. DlgLnkPopMenu : "???????????",
  245. DlgLnkPopScroll : "?????????????",
  246. DlgLnkPopStatus : "????????????",
  247. DlgLnkPopToolbar : "?????????????????",
  248. DlgLnkPopFullScrn : "?????????????? (IE5.5++ ????????)",
  249. DlgLnkPopDependent : "?????????????? (Netscape)",
  250. DlgLnkPopWidth : "?????",
  251. DlgLnkPopHeight : "???",
  252. DlgLnkPopLeft : "????????? (Left Position)",
  253. DlgLnkPopTop : "??????? (Top Position)",
  254. DlnLnkMsgNoUrl : "?????????????????????????????? (URL)",
  255. DlnLnkMsgNoEMail : "??????????????? (E-mail)",
  256. DlnLnkMsgNoAnchor : "????????????????????? (Anchor)",
  257. DlnLnkMsgInvPopName : "?????????????????????? ????????????????????????????????? ??????????????????????????",
  258. // Color Dialog
  259. DlgColorTitle : "???????",
  260. DlgColorBtnClear : "?????????????",
  261. DlgColorHighlight : "??????????",
  262. DlgColorSelected : "??????????",
  263. // Smiley Dialog
  264. DlgSmileyTitle : "???????????????????????",
  265. // Special Character Dialog
  266. DlgSpecialCharTitle : "?????????????????",
  267. // Table Dialog
  268. DlgTableTitle : "???????????? ?????",
  269. DlgTableRows : "???",
  270. DlgTableColumns : "?????",
  271. DlgTableBorder : "???????????",
  272. DlgTableAlign : "?????????????",
  273. DlgTableAlignNotSet : "<???????>",
  274. DlgTableAlignLeft : "???????",
  275. DlgTableAlignCenter : "????????",
  276. DlgTableAlignRight : "??????",
  277. DlgTableWidth : "?????",
  278. DlgTableWidthPx : "?????",
  279. DlgTableWidthPc : "?????????",
  280. DlgTableHeight : "???",
  281. DlgTableCellSpace : "???????????",
  282. DlgTableCellPad : "???????????",
  283. DlgTableCaption : "?????????????????",
  284. DlgTableSummary : "????????",
  285. // Table Cell Dialog
  286. DlgCellTitle : "???????????? ????",
  287. DlgCellWidth : "?????",
  288. DlgCellWidthPx : "?????",
  289. DlgCellWidthPc : "?????????",
  290. DlgCellHeight : "???",
  291. DlgCellWordWrap : "??????????????????",
  292. DlgCellWordWrapNotSet : "<???????>",
  293. DlgCellWordWrapYes : "????",
  294. DlgCellWordWrapNo : "???",
  295. DlgCellHorAlign : "???????????????",
  296. DlgCellHorAlignNotSet : "<???????>",
  297. DlgCellHorAlignLeft : "???????",
  298. DlgCellHorAlignCenter : "????????",
  299. DlgCellHorAlignRight: "??????",
  300. DlgCellVerAlign : "????????????????",
  301. DlgCellVerAlignNotSet : "<???????>",
  302. DlgCellVerAlignTop : "?????",
  303. DlgCellVerAlignMiddle : "????????",
  304. DlgCellVerAlignBottom : "???????",
  305. DlgCellVerAlignBaseline : "?????????",
  306. DlgCellRowSpan : "???????????????????",
  307. DlgCellCollSpan : "?????????????????????",
  308. DlgCellBackColor : "??????????",
  309. DlgCellBorderColor : "?????????",
  310. DlgCellBtnSelect : "?????..",
  311. // Find and Replace Dialog
  312. DlgFindAndReplaceTitle : "Find and Replace", //MISSING
  313. // Find Dialog
  314. DlgFindTitle : "?????",
  315. DlgFindFindBtn : "?????",
  316. DlgFindNotFoundMsg : "???????????????.",
  317. // Replace Dialog
  318. DlgReplaceTitle : "??????????????",
  319. DlgReplaceFindLbl : "??????????:",
  320. DlgReplaceReplaceLbl : "??????????:",
  321. DlgReplaceCaseChk : "???????-???? ??????????",
  322. DlgReplaceReplaceBtn : "??????",
  323. DlgReplaceReplAllBtn : "??????????????????",
  324. DlgReplaceWordChk : "???????????????",
  325. // Paste Operations / Dialog
  326. PasteErrorCut : "?????????????????????????????????????????????????????????????????????. ????????????????????????????????? (?????? Ctrl ?????? X ????????).",
  327. PasteErrorCopy : "???????????????????????????????????????????????????????????????????????. ????????????????????????????????? (?????? Ctrl ?????? C ????????).",
  328. PasteAsText : "????????????????????",
  329. PasteFromWord : "??????????????????????????????",
  330. DlgPasteMsg2 : "????????????????????????? ????????? (<strong>Ctrl ??? V</strong>)????????? ????? <strong>OK</strong>.",
  331. 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
  332. DlgPasteIgnoreFont : "??????? Font Face definitions",
  333. DlgPasteRemoveStyles : "?? Styles definitions",
  334. DlgPasteCleanBox : "???????????? Box",
  335. // Color Picker
  336. ColorAutomatic : "???????????",
  337. ColorMoreColors : "????????????...",
  338. // Document Properties
  339. DocProps : "??????????????????",
  340. // Anchor Dialog
  341. DlgAnchorTitle : "???????????? Anchor",
  342. DlgAnchorName : "???? Anchor",
  343. DlgAnchorErrorName : "???????????????? Anchor",
  344. // Speller Pages Dialog
  345. DlgSpellNotInDic : "?????????????????",
  346. DlgSpellChangeTo : "?????????",
  347. DlgSpellBtnIgnore : "??????",
  348. DlgSpellBtnIgnoreAll : "?????????????",
  349. DlgSpellBtnReplace : "??????",
  350. DlgSpellBtnReplaceAll : "?????????????",
  351. DlgSpellBtnUndo : "??????",
  352. DlgSpellNoSuggestions : "- ??????????????? -",
  353. DlgSpellProgress : "??????????????????...",
  354. DlgSpellNoMispell : "??????????????????????: ??????????????",
  355. DlgSpellNoChanges : "??????????????????????: ????????????????",
  356. DlgSpellOneChange : "??????????????????????: ?????1??",
  357. DlgSpellManyChanges : "??????????????????????:: ????? %1 ??",
  358. IeSpellDownload : "??????????????????????????????. ??????????????????????",
  359. // Button Dialog
  360. DlgButtonText : "??????? (?????????)",
  361. DlgButtonType : "???????",
  362. DlgButtonTypeBtn : "Button",
  363. DlgButtonTypeSbm : "Submit",
  364. DlgButtonTypeRst : "Reset",
  365. // Checkbox and Radio Button Dialogs
  366. DlgCheckboxName : "????",
  367. DlgCheckboxValue : "?????????",
  368. DlgCheckboxSelected : "????????????????????",
  369. // Form Dialog
  370. DlgFormName : "????",
  371. DlgFormAction : "???????",
  372. DlgFormMethod : "?????",
  373. // Select Field Dialog
  374. DlgSelectName : "????",
  375. DlgSelectValue : "?????????",
  376. DlgSelectSize : "????",
  377. DlgSelectLines : "??????",
  378. DlgSelectChkMulti : "???????????????",
  379. DlgSelectOpAvail : "??????????????",
  380. DlgSelectOpText : "???????",
  381. DlgSelectOpValue : "?????????",
  382. DlgSelectBtnAdd : "?????",
  383. DlgSelectBtnModify : "?????",
  384. DlgSelectBtnUp : "??",
  385. DlgSelectBtnDown : "????",
  386. DlgSelectBtnSetValue : "????????????????????",
  387. DlgSelectBtnDelete : "??",
  388. // Textarea Dialog
  389. DlgTextareaName : "????",
  390. DlgTextareaCols : "?????",
  391. DlgTextareaRows : "???",
  392. // Text Field Dialog
  393. DlgTextName : "????",
  394. DlgTextValue : "?????????",
  395. DlgTextCharWidth : "?????????",
  396. DlgTextMaxChars : "???????????????????",
  397. DlgTextType : "????",
  398. DlgTextTypeText : "???????",
  399. DlgTextTypePass : "????????",
  400. // Hidden Field Dialog
  401. DlgHiddenName : "????",
  402. DlgHiddenValue : "?????????",
  403. // Bulleted List Dialog
  404. BulletedListProp : "???????????? ????????????",
  405. NumberedListProp : "???????????? ?????????????",
  406. DlgLstStart : "Start", //MISSING
  407. DlgLstType : "????",
  408. DlgLstTypeCircle : "????????",
  409. DlgLstTypeDisc : "Disc", //MISSING
  410. DlgLstTypeSquare : "?????????????",
  411. DlgLstTypeNumbers : "??????? (1, 2, 3)",
  412. DlgLstTypeLCase : "???????????? (a, b, c)",
  413. DlgLstTypeUCase : "???????????? (A, B, C)",
  414. DlgLstTypeSRoman : "????????????????? (i, ii, iii)",
  415. DlgLstTypeLRoman : "????????????????? (I, II, III)",
  416. // Document Properties Dialog
  417. DlgDocGeneralTab : "?????????????????????",
  418. DlgDocBackTab : "????????",
  419. DlgDocColorsTab : "????????????",
  420. DlgDocMetaTab : "?????????????????????????",
  421. DlgDocPageTitle : "???????????",
  422. DlgDocLangDir : "???????????",
  423. DlgDocLangDirLTR : "???????????? (LTR)",
  424. DlgDocLangDirRTL : "???????????? (RTL)",
  425. DlgDocLangCode : "????????",
  426. DlgDocCharSet : "???????????",
  427. DlgDocCharSetCE : "Central European",
  428. DlgDocCharSetCT : "Chinese Traditional (Big5)",
  429. DlgDocCharSetCR : "Cyrillic",
  430. DlgDocCharSetGR : "Greek",
  431. DlgDocCharSetJP : "Japanese",
  432. DlgDocCharSetKR : "Korean",
  433. DlgDocCharSetTR : "Turkish",
  434. DlgDocCharSetUN : "Unicode (UTF-8)",
  435. DlgDocCharSetWE : "Western European",
  436. DlgDocCharSetOther : "????????????????",
  437. DlgDocDocType : "???????????????",
  438. DlgDocDocTypeOther : "?????????????????",
  439. DlgDocIncXHTML : "?????? XHTML Declarations ???????",
  440. DlgDocBgColor : "??????????",
  441. DlgDocBgImage : "??????????????????????????????????? (Image URL)",
  442. DlgDocBgNoScroll : "?????????????????????????",
  443. DlgDocCText : "???????",
  444. DlgDocCLink : "?????",
  445. DlgDocCVisited : "???????????????????? Visited Link",
  446. DlgDocCActive : "?????????????????? Active Link",
  447. DlgDocMargins : "????????????????????",
  448. DlgDocMaTop : "??????",
  449. DlgDocMaLeft : "????????",
  450. DlgDocMaRight : "???????",
  451. DlgDocMaBottom : "????????",
  452. DlgDocMeIndex : "??????????????????? (?????????? ??????)",
  453. DlgDocMeDescr : "???????????????????????????",
  454. DlgDocMeAuthor : "??????????????",
  455. DlgDocMeCopy : "?????????????",
  456. DlgDocPreview : "??????????????????",
  457. // Templates Dialog
  458. Templates : "???????",
  459. DlgTemplatesTitle : "?????????????????????????????",
  460. DlgTemplatesSelMsg : "?????????? ??????? ??????????????????????????<br />(?????????????????????):",
  461. DlgTemplatesLoading : "?????????????????????????????...",
  462. DlgTemplatesNoTpl : "(???????????????????????)",
  463. DlgTemplatesReplace : "?????????????????????????????",
  464. // About Dialog
  465. DlgAboutAboutTab : "????????????????",
  466. DlgAboutBrowserInfoTab : "?????????????????????????",
  467. DlgAboutLicenseTab : "?????????",
  468. DlgAboutVersion : "????",
  469. DlgAboutInfo : "For further information go to" //MISSING
  470. };