/source/Plug-in/fck/editor/lang/hi.js

http://prosporous.googlecode.com/ · JavaScript · 516 lines · 415 code · 46 blank · 55 comment · 0 complexity · 06438dc3645a4ff25df2deaa1a34327d 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. * Hindi 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 : "???? ???????/??????",
  45. AnchorDelete : "???? ??????",
  46. InsertImageLbl : "??????",
  47. InsertImage : "?????? ???????/??????",
  48. InsertFlashLbl : "?????",
  49. InsertFlash : "????? ???????/??????",
  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 : "?????-???",
  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 : "?????",
  87. Find : "?????",
  88. Replace : "???????",
  89. SpellCheck : "?????? (????????) ????",
  90. UniversalKeyboard : "????????? ???????",
  91. PageBreakLbl : "??? ?????",
  92. PageBreak : "??? ????? ???????? ????",
  93. Form : "?????",
  94. Checkbox : "??? ?????",
  95. RadioButton : "????? ???",
  96. TextField : "??????? ?????",
  97. Textarea : "??????? ?????",
  98. HiddenField : "????? ?????",
  99. Button : "???",
  100. SelectionField : "????? ?????",
  101. ImageButton : "?????? ???",
  102. FitWindow : "????? ???? ?? ??? ???? ?? ??????",
  103. ShowBlocks : "????? ???????",
  104. // Context Menu
  105. EditLink : "???? ??????",
  106. CellCM : "????",
  107. RowCM : "??????",
  108. ColumnCM : "????",
  109. InsertRowAfter : "??? ??? ?????? ?????",
  110. InsertRowBefore : "???? ?????? ?????",
  111. DeleteRows : "????????? ????? ????",
  112. InsertColumnAfter : "??? ??? ???? ?????",
  113. InsertColumnBefore : "???? ???? ?????",
  114. DeleteColumns : "???? ????? ????",
  115. InsertCellAfter : "??? ??? ??? ?????",
  116. InsertCellBefore : "???? ??? ?????",
  117. DeleteCells : "??? ????? ????",
  118. MergeCells : "??? ???????",
  119. MergeRight : "????? ????",
  120. MergeDown : "???? ???? ????",
  121. HorizontalSplitCell : "??? ?? ??????? ?????? ??? ??????? ????",
  122. VerticalSplitCell : "??? ?? ???????? ??? ??????? ????",
  123. TableDelete : "???? ????? ????",
  124. CellProperties : "??? ??????????",
  125. TableProperties : "???? ??????????",
  126. ImageProperties : "?????? ??????????",
  127. FlashProperties : "????? ??????????",
  128. AnchorProp : "???? ??????????",
  129. ButtonProp : "??? ??????????",
  130. CheckboxProp : "??? ????? ??????????",
  131. HiddenFieldProp : "????? ????? ??????????",
  132. RadioButtonProp : "????? ??? ??????????",
  133. ImageButtonProp : "?????? ??? ??????????",
  134. TextFieldProp : "??????? ????? ??????????",
  135. SelectionFieldProp : "????? ????? ??????????",
  136. TextareaProp : "??????? ????? ??????????",
  137. FormProp : "????? ??????????",
  138. FontFormats : "??????;?????????;???;?????? 1;?????? 2;?????? 3;?????? 4;?????? 5;?????? 6;?????? (DIV)",
  139. // Alerts and Messages
  140. ProcessingXHTML : "XHTML ??????? ?? ??? ??? ??? ?????...",
  141. Done : "???? ???",
  142. PasteWordConfirm : "?? ?? ??????? ????? ???? ????? ???, ?? ???? ?? ???? ???? ??? ?? ??? ??? ???? ????? ???? ?? ???? ?? ??? ??? ???? ????????",
  143. NotCompatiblePaste : "?? ????? ???????? ???????????(Internet Explorer) 5.5 ?? ???? ??? ?? ????? ?? ??? ?? ?????? ??? ???? ?? ???? ??? ??? ????? ???? ????????",
  144. UnknownToolbarItem : "????? ?????? ???? \"%1\"",
  145. UnknownCommand : "????? ?????? \"%1\"",
  146. NotImplemented : "?????? ???????????? ???? ???? ??? ??",
  147. UnknownToolbarSet : "?????? ??? \"%1\" ?????? ???? ??",
  148. NoActiveX : "???? ???????? ?? ??????? ????????? ????? ?? ???? ?????? ?? ????? ??? ???? ???? ??????? \"Run ActiveX controls and plug-ins\" ?????? ?? ????? ????. ???? ?????? ?? ???? ??????? ?? ????? ?? ???? ???",
  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 : "Id",
  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: "Abs ????",
  193. DlgImgAlignAbsMiddle: "Abs ???",
  194. DlgImgAlignBaseline : "??? ????",
  195. DlgImgAlignBottom : "????",
  196. DlgImgAlignMiddle : "????",
  197. DlgImgAlignRight : "?????",
  198. DlgImgAlignTextTop : "??????? ???",
  199. DlgImgAlignTop : "???",
  200. DlgImgPreview : "????????",
  201. DlgImgAlertUrl : "?????? ?? URL ???? ???? ",
  202. DlgImgLinkTab : "????",
  203. // Flash Dialog
  204. DlgFlashTitle : "????? ??????????",
  205. DlgFlashChkPlay : "??? ????",
  206. DlgFlashChkLoop : "???",
  207. DlgFlashChkMenu : "????? ?????? ?? ?????? ????",
  208. DlgFlashScale : "?????",
  209. DlgFlashScaleAll : "??? ???????",
  210. DlgFlashScaleNoBorder : "??? ?????? ????",
  211. DlgFlashScaleFit : "??????? ???",
  212. // Link Dialog
  213. DlgLnkWindowTitle : "????",
  214. DlgLnkInfoTab : "???? ",
  215. DlgLnkTargetTab : "???????",
  216. DlgLnkType : "???? ??????",
  217. DlgLnkTypeURL : "URL",
  218. DlgLnkTypeAnchor : "?? ??? ?? ????",
  219. DlgLnkTypeEMail : "?-???",
  220. DlgLnkProto : "?????????",
  221. DlgLnkProtoOther : "<????>",
  222. DlgLnkURL : "URL",
  223. DlgLnkAnchorSel : "???? ?????",
  224. DlgLnkAnchorByName : "???? ??? ??",
  225. DlgLnkAnchorById : "???????? Id ??",
  226. DlgLnkNoAnchors : "(??????????? ??? ?????? ?? ??????)",
  227. DlgLnkEMail : "?-??? ???",
  228. DlgLnkEMailSubject : "????? ????",
  229. DlgLnkEMailBody : "?????",
  230. DlgLnkUpload : "?????",
  231. DlgLnkBtnUpload : "??? ????? ?? ?????",
  232. DlgLnkTarget : "???????",
  233. DlgLnkTargetFrame : "<?????>",
  234. DlgLnkTargetPopup : "<???-?? ??????>",
  235. DlgLnkTargetBlank : "??? ?????? (_blank)",
  236. DlgLnkTargetParent : "??? ?????? (_parent)",
  237. DlgLnkTargetSelf : "??? ?????? (_self)",
  238. DlgLnkTargetTop : "????? ?????? (_top)",
  239. DlgLnkTargetFrameName : "??????? ????? ?? ???",
  240. DlgLnkPopWinName : "???-?? ?????? ?? ???",
  241. DlgLnkPopWinFeat : "???-?? ?????? ??????",
  242. DlgLnkPopResize : "???? ???? ?? ???? ??",
  243. DlgLnkPopLocation : "?????? ???",
  244. DlgLnkPopMenu : "?????? ???",
  245. DlgLnkPopScroll : "??????? ???",
  246. DlgLnkPopStatus : "?????? ???",
  247. DlgLnkPopToolbar : "??? ???",
  248. DlgLnkPopFullScrn : "??? ??????? (IE)",
  249. DlgLnkPopDependent : "??????????? (Netscape)",
  250. DlgLnkPopWidth : "?????",
  251. DlgLnkPopHeight : "?????",
  252. DlgLnkPopLeft : "????? ???",
  253. DlgLnkPopTop : "????? ???",
  254. DlnLnkMsgNoUrl : "???? URL ???? ????",
  255. DlnLnkMsgNoEMail : "?-??? ??? ???? ????",
  256. DlnLnkMsgNoAnchor : "???? ?????",
  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 : "????? ?? ?????",
  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 : "Ctrl+V ?? ?????? ???? ????? ???? ?? ??? ?? ????.",
  331. DlgPasteSec : "???? ??????? ?? ??????? ???? ??????? ?? ???K? ?????? ?? ????, ????? ???? ?????????? ???? ?? ???? ?? ???? ??. ???? ??? ?? ?????? ??? ?????? ????? ???? ????.",
  332. DlgPasteIgnoreFont : "????? ??????? ???????",
  333. DlgPasteRemoveStyles : "?????? ??????? ???????",
  334. DlgPasteCleanBox : "????? ??? ????",
  335. // Color Picker
  336. ColorAutomatic : "????????",
  337. ColorMoreColors : "?? ???...",
  338. // Document Properties
  339. DocProps : "??????????? ??????????",
  340. // Anchor Dialog
  341. DlgAnchorTitle : "???? ??????????",
  342. DlgAnchorName : "???? ?? ???",
  343. DlgAnchorErrorName : "???? ?? ??? ???? ????",
  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 : "?????? ?? ???? : ?? ???? ???? ???",
  357. DlgSpellManyChanges : "?????? ?? ???? : %1 ???? ???? ???",
  358. IeSpellDownload : "?????-???? ???????? ???? ???? ??? ??? ???? ?? ??? ???????? ???? ????????",
  359. // Button Dialog
  360. DlgButtonText : "??????? (??????)",
  361. DlgButtonType : "??????",
  362. DlgButtonTypeBtn : "???",
  363. DlgButtonTypeSbm : "??????",
  364. DlgButtonTypeRst : "?????",
  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 : "????????",
  407. DlgLstType : "??????",
  408. DlgLstTypeCircle : "???",
  409. DlgLstTypeDisc : "?????",
  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 : "??????? (UTF-8)",
  435. DlgDocCharSetWE : "?????? ??????? (Western European)",
  436. DlgDocCharSetOther : "???? ??????? ??? ?????????",
  437. DlgDocDocType : "??????????? ?????? ??????",
  438. DlgDocDocTypeOther : "???? ??????????? ?????? ??????",
  439. DlgDocIncXHTML : "XHTML ????? ???????? ????",
  440. DlgDocBgColor : "???????????? ???",
  441. DlgDocBgImage : "???????????? ?????? URL",
  442. DlgDocBgNoScroll : "??????? ? ???? ???? ????????????",
  443. DlgDocCText : "???????",
  444. DlgDocCLink : "????",
  445. DlgDocCVisited : "????? ???? ??? ????",
  446. DlgDocCActive : "?????? ????",
  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 : "????? ??? ??? ???? ???? ????????? ?????(??????? ???????? ??? ???? ?????):",
  461. DlgTemplatesLoading : "????????? ???? ??? ?? ?? ??? ??? ??? ?????...",
  462. DlgTemplatesNoTpl : "(??? ????????? ?????? ???? ???? ??? ??)",
  463. DlgTemplatesReplace : "??? ?????? ?? ?????",
  464. // About Dialog
  465. DlgAboutAboutTab : "FCKEditor ?? ???? ???",
  466. DlgAboutBrowserInfoTab : "??????? ?? ???? ???",
  467. DlgAboutLicenseTab : "????????",
  468. DlgAboutVersion : "?????",
  469. DlgAboutInfo : "???? ??????? ?? ???? ???? ?????:"
  470. };