/pigeoncms/Plugins/fckeditor/editor/lang/ar.js

http://pigeoncms.googlecode.com/ · JavaScript · 534 lines · 431 code · 47 blank · 56 comment · 0 complexity · 143d6400999dc6ee28e16dc9dc1cadd1 MD5 · raw file

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