[ Index ] |
|
Code source de CMS made simple 1.0.5 |
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 * Korean language file. 22 */ 23 24 var FCKLang = 25 { 26 // Language direction : "ltr" (left to right) or "rtl" (right to left). 27 Dir : "ltr", 28 29 ToolbarCollapse : "ํด๋ฐ ๊ฐ์ถ๊ธฐ", 30 ToolbarExpand : "ํด๋ฐ ๋ณด์ด๊ธฐ", 31 32 // Toolbar Items and Context Menu 33 Save : "์ ์ฅํ๊ธฐ", 34 NewPage : "์ ๋ฌธ์", 35 Preview : "๋ฏธ๋ฆฌ๋ณด๊ธฐ", 36 Cut : "์๋ผ๋ด๊ธฐ", 37 Copy : "๋ณต์ฌํ๊ธฐ", 38 Paste : "๋ถ์ฌ๋ฃ๊ธฐ", 39 PasteText : "ํ ์คํธ๋ก ๋ถ์ฌ๋ฃ๊ธฐ", 40 PasteWord : "MS Word ํ์์์ ๋ถ์ฌ๋ฃ๊ธฐ", 41 Print : "์ธ์ํ๊ธฐ", 42 SelectAll : "์ ์ฒด์ ํ", 43 RemoveFormat : "ํฌ๋งท ์ง์ฐ๊ธฐ", 44 InsertLinkLbl : "๋งํฌ", 45 InsertLink : "๋งํฌ ์ฝ์ /๋ณ๊ฒฝ", 46 RemoveLink : "๋งํฌ ์ญ์ ", 47 Anchor : "์ฑ ๊ฐํผ ์ฝ์ /๋ณ๊ฒฝ", 48 InsertImageLbl : "์ด๋ฏธ์ง", 49 InsertImage : "์ด๋ฏธ์ง ์ฝ์ /๋ณ๊ฒฝ", 50 InsertFlashLbl : "ํ๋์ฌ", 51 InsertFlash : "ํ๋์ฌ ์ฝ์ /๋ณ๊ฒฝ", 52 InsertTableLbl : "ํ", 53 InsertTable : "ํ ์ฝ์ /๋ณ๊ฒฝ", 54 InsertLineLbl : "์ํ์ ", 55 InsertLine : "์ํ์ ์ฝ์ ", 56 InsertSpecialCharLbl: "ํน์๋ฌธ์ ์ฝ์ ", 57 InsertSpecialChar : "ํน์๋ฌธ์ ์ฝ์ ", 58 InsertSmileyLbl : "์์ด์ฝ", 59 InsertSmiley : "์์ด์ฝ ์ฝ์ ", 60 About : "FCKeditor์ ๋ํ์ฌ", 61 Bold : "์งํ๊ฒ", 62 Italic : "์ดํ ๋ฆญ", 63 Underline : "๋ฐ์ค", 64 StrikeThrough : "์ทจ์์ ", 65 Subscript : "์๋ ์ฒจ์", 66 Superscript : "์ ์ฒจ์", 67 LeftJustify : "์ผ์ชฝ ์ ๋ ฌ", 68 CenterJustify : "๊ฐ์ด๋ฐ ์ ๋ ฌ", 69 RightJustify : "์ค๋ฅธ์ชฝ ์ ๋ ฌ", 70 BlockJustify : "์์ชฝ ๋ง์ถค", 71 DecreaseIndent : "๋ด์ด์ฐ๊ธฐ", 72 IncreaseIndent : "๋ค์ฌ์ฐ๊ธฐ", 73 Undo : "์ทจ์", 74 Redo : "์ฌ์คํ", 75 NumberedListLbl : "์์์๋ ๋ชฉ๋ก", 76 NumberedList : "์์์๋ ๋ชฉ๋ก", 77 BulletedListLbl : "์์์๋ ๋ชฉ๋ก", 78 BulletedList : "์์์๋ ๋ชฉ๋ก", 79 ShowTableBorders : "ํ ํ ๋๋ฆฌ ๋ณด๊ธฐ", 80 ShowDetails : "๋ฌธ์๊ธฐํธ ๋ณด๊ธฐ", 81 Style : "์คํ์ผ", 82 FontFormat : "ํฌ๋งท", 83 Font : "ํฐํธ", 84 FontSize : "๊ธ์ ํฌ๊ธฐ", 85 TextColor : "๊ธ์ ์์", 86 BGColor : "๋ฐฐ๊ฒฝ ์์", 87 Source : "์์ค", 88 Find : "์ฐพ๊ธฐ", 89 Replace : "๋ฐ๊พธ๊ธฐ", 90 SpellCheck : "์ฒ ์๊ฒ์ฌ", 91 UniversalKeyboard : "๋ค๊ตญ์ด ์ ๋ ฅ๊ธฐ", 92 PageBreakLbl : "Page Break", //MISSING 93 PageBreak : "Insert Page Break", //MISSING 94 95 Form : "ํผ", 96 Checkbox : "์ฒดํฌ๋ฐ์ค", 97 RadioButton : "๋ผ๋์ค๋ฒํผ", 98 TextField : "์ ๋ ฅํ๋", 99 Textarea : "์ ๋ ฅ์์ญ", 100 HiddenField : "์จ๊นํ๋", 101 Button : "๋ฒํผ", 102 SelectionField : "ํผ์นจ๋ชฉ๋ก", 103 ImageButton : "์ด๋ฏธ์ง๋ฒํผ", 104 105 FitWindow : "Maximize the editor size", //MISSING 106 107 // Context Menu 108 EditLink : "๋งํฌ ์์ ", 109 CellCM : "Cell", //MISSING 110 RowCM : "Row", //MISSING 111 ColumnCM : "Column", //MISSING 112 InsertRow : "๊ฐ๋ก์ค ์ฝ์ ", 113 DeleteRows : "๊ฐ๋ก์ค ์ญ์ ", 114 InsertColumn : "์ธ๋ก์ค ์ฝ์ ", 115 DeleteColumns : "์ธ๋ก์ค ์ญ์ ", 116 InsertCell : "์ ์ฝ์ ", 117 DeleteCells : "์ ์ญ์ ", 118 MergeCells : "์ ํฉ์น๊ธฐ", 119 SplitCell : "์ ๋๋๊ธฐ", 120 TableDelete : "Delete Table", //MISSING 121 CellProperties : "์ ์์ฑ", 122 TableProperties : "ํ ์์ฑ", 123 ImageProperties : "์ด๋ฏธ์ง ์์ฑ", 124 FlashProperties : "ํ๋์ฌ ์์ฑ", 125 126 AnchorProp : "์ฑ ๊ฐํผ ์์ฑ", 127 ButtonProp : "๋ฒํผ ์์ฑ", 128 CheckboxProp : "์ฒดํฌ๋ฐ์ค ์์ฑ", 129 HiddenFieldProp : "์จ๊นํ๋ ์์ฑ", 130 RadioButtonProp : "๋ผ๋์ค๋ฒํผ ์์ฑ", 131 ImageButtonProp : "์ด๋ฏธ์ง๋ฒํผ ์์ฑ", 132 TextFieldProp : "์ ๋ ฅํ๋ ์์ฑ", 133 SelectionFieldProp : "ํผ์นจ๋ชฉ๋ก ์์ฑ", 134 TextareaProp : "์ ๋ ฅ์์ญ ์์ฑ", 135 FormProp : "ํผ ์์ฑ", 136 137 FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6", //REVIEW : Check _getfontformat.html 138 139 // Alerts and Messages 140 ProcessingXHTML : "XHTML ์ฒ๋ฆฌ์ค. ์ ์๋ง ๊ธฐ๋ค๋ ค์ฃผ์ญ์์.", 141 Done : "์๋ฃ", 142 PasteWordConfirm : "๋ถ์ฌ๋ฃ๊ธฐ ํ ํ ์คํธ๋ MS Word์์ ๋ณต์ฌํ ๊ฒ์ ๋๋ค. ๋ถ์ฌ๋ฃ๊ธฐ ์ ์ MS Word ํฌ๋ฉง์ ์ญ์ ํ์๊ฒ ์ต๋๊น?", 143 NotCompatiblePaste : "์ด ๋ช ๋ น์ ์ธํฐ๋ท์ต์คํ๋ก๋ฌ 5.5 ๋ฒ์ ์ด์์์๋ง ์๋ํฉ๋๋ค. ํฌ๋ฉง์ ์ญ์ ํ์ง ์๊ณ ๋ถ์ฌ๋ฃ๊ธฐ ํ์๊ฒ ์ต๋๊น?", 144 UnknownToolbarItem : "์์์๋ ํด๋ฐ์ ๋๋ค. : \"%1\"", 145 UnknownCommand : "์์์๋ ๊ธฐ๋ฅ์ ๋๋ค. : \"%1\"", 146 NotImplemented : "๊ธฐ๋ฅ์ด ์คํ๋์ง ์์์ต๋๋ค.", 147 UnknownToolbarSet : "ํด๋ฐ ์ค์ ์ด ์์ต๋๋ค. : \"%1\"", 148 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING 149 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING 150 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING 151 152 // Dialogs 153 DlgBtnOK : "์", 154 DlgBtnCancel : "์๋์ค", 155 DlgBtnClose : "๋ซ๊ธฐ", 156 DlgBtnBrowseServer : "์๋ฒ ๋ณด๊ธฐ", 157 DlgAdvancedTag : "์์ธํ", 158 DlgOpOther : "<๊ธฐํ>", 159 DlgInfoTab : "์ ๋ณด", 160 DlgAlertUrl : "URL์ ์ ๋ ฅํ์ญ์์", 161 162 // General Dialogs Labels 163 DlgGenNotSet : "<์ค์ ๋์ง ์์>", 164 DlgGenId : "ID", 165 DlgGenLangDir : "์ฐ๊ธฐ ๋ฐฉํฅ", 166 DlgGenLangDirLtr : "์ผ์ชฝ์์ ์ค๋ฅธ์ชฝ (LTR)", 167 DlgGenLangDirRtl : "์ค๋ฅธ์ชฝ์์ ์ผ์ชฝ (RTL)", 168 DlgGenLangCode : "์ธ์ด ์ฝ๋", 169 DlgGenAccessKey : "์์ธ์ค ํค", 170 DlgGenName : "Name", 171 DlgGenTabIndex : "ํญ ์์", 172 DlgGenLongDescr : "URL ์ค๋ช ", 173 DlgGenClass : "Stylesheet Classes", 174 DlgGenTitle : "Advisory Title", 175 DlgGenContType : "Advisory Content Type", 176 DlgGenLinkCharset : "Linked Resource Charset", 177 DlgGenStyle : "Style", 178 179 // Image Dialog 180 DlgImgTitle : "์ด๋ฏธ์ง ์ค์ ", 181 DlgImgInfoTab : "์ด๋ฏธ์ง ์ ๋ณด", 182 DlgImgBtnUpload : "์๋ฒ๋ก ์ ์ก", 183 DlgImgURL : "URL", 184 DlgImgUpload : "์ ๋ก๋", 185 DlgImgAlt : "์ด๋ฏธ์ง ์ค๋ช ", 186 DlgImgWidth : "๋๋น", 187 DlgImgHeight : "๋์ด", 188 DlgImgLockRatio : "๋น์จ ์ ์ง", 189 DlgBtnResetSize : "์๋ ํฌ๊ธฐ๋ก", 190 DlgImgBorder : "ํ ๋๋ฆฌ", 191 DlgImgHSpace : "์ํ์ฌ๋ฐฑ", 192 DlgImgVSpace : "์์ง์ฌ๋ฐฑ", 193 DlgImgAlign : "์ ๋ ฌ", 194 DlgImgAlignLeft : "์ผ์ชฝ", 195 DlgImgAlignAbsBottom: "์ค์๋(Abs Bottom)", 196 DlgImgAlignAbsMiddle: "์ค์ค๊ฐ(Abs Middle)", 197 DlgImgAlignBaseline : "๊ธฐ์ค์ ", 198 DlgImgAlignBottom : "์๋", 199 DlgImgAlignMiddle : "์ค๊ฐ", 200 DlgImgAlignRight : "์ค๋ฅธ์ชฝ", 201 DlgImgAlignTextTop : "๊ธ์์(Text Top)", 202 DlgImgAlignTop : "์", 203 DlgImgPreview : "๋ฏธ๋ฆฌ๋ณด๊ธฐ", 204 DlgImgAlertUrl : "์ด๋ฏธ์ง URL์ ์ ๋ ฅํ์ญ์์", 205 DlgImgLinkTab : "๋งํฌ", 206 207 // Flash Dialog 208 DlgFlashTitle : "ํ๋์ฌ ๋ฑ๋ก์ ๋ณด", 209 DlgFlashChkPlay : "์๋์ฌ์", 210 DlgFlashChkLoop : "๋ฐ๋ณต", 211 DlgFlashChkMenu : "ํ๋์ฌ๋ฉ๋ด ๊ฐ๋ฅ", 212 DlgFlashScale : "์์ญ", 213 DlgFlashScaleAll : "๋ชจ๋๋ณด๊ธฐ", 214 DlgFlashScaleNoBorder : "๊ฒฝ๊ณ์ ์์", 215 DlgFlashScaleFit : "์์ญ์๋์กฐ์ ", 216 217 // Link Dialog 218 DlgLnkWindowTitle : "๋งํฌ", 219 DlgLnkInfoTab : "๋งํฌ ์ ๋ณด", 220 DlgLnkTargetTab : "ํ๊ฒ", 221 222 DlgLnkType : "๋งํฌ ์ข ๋ฅ", 223 DlgLnkTypeURL : "URL", 224 DlgLnkTypeAnchor : "์ฑ ๊ฐํผ", 225 DlgLnkTypeEMail : "์ด๋ฉ์ผ", 226 DlgLnkProto : "ํ๋กํ ์ฝ", 227 DlgLnkProtoOther : "<๊ธฐํ>", 228 DlgLnkURL : "URL", 229 DlgLnkAnchorSel : "์ฑ ๊ฐํผ ์ ํ", 230 DlgLnkAnchorByName : "์ฑ ๊ฐํผ ์ด๋ฆ", 231 DlgLnkAnchorById : "์ฑ ๊ฐํผ ID", 232 DlgLnkNoAnchors : "<๋ฌธ์์ ์ฑ ๊ฐํผ๊ฐ ์์ต๋๋ค.>", //REVIEW : Change < and > with ( and ) 233 DlgLnkEMail : "์ด๋ฉ์ผ ์ฃผ์", 234 DlgLnkEMailSubject : "์ ๋ชฉ", 235 DlgLnkEMailBody : "๋ด์ฉ", 236 DlgLnkUpload : "์ ๋ก๋", 237 DlgLnkBtnUpload : "์๋ฒ๋ก ์ ์ก", 238 239 DlgLnkTarget : "ํ๊ฒ", 240 DlgLnkTargetFrame : "<ํ๋ ์>", 241 DlgLnkTargetPopup : "<ํ์ ์ฐฝ>", 242 DlgLnkTargetBlank : "์ ์ฐฝ (_blank)", 243 DlgLnkTargetParent : "๋ถ๋ชจ ์ฐฝ (_parent)", 244 DlgLnkTargetSelf : "ํ์ฌ ์ฐฝ (_self)", 245 DlgLnkTargetTop : "์ต ์์ ์ฐฝ (_top)", 246 DlgLnkTargetFrameName : "ํ๊ฒ ํ๋ ์ ์ด๋ฆ", 247 DlgLnkPopWinName : "ํ์ ์ฐฝ ์ด๋ฆ", 248 DlgLnkPopWinFeat : "ํ์ ์ฐฝ ์ค์ ", 249 DlgLnkPopResize : "ํฌ๊ธฐ์กฐ์ ", 250 DlgLnkPopLocation : "์ฃผ์ํ์์ค", 251 DlgLnkPopMenu : "๋ฉ๋ด๋ฐ", 252 DlgLnkPopScroll : "์คํฌ๋กค๋ฐ", 253 DlgLnkPopStatus : "์ํ๋ฐ", 254 DlgLnkPopToolbar : "ํด๋ฐ", 255 DlgLnkPopFullScrn : "์ ์ฒดํ๋ฉด (IE)", 256 DlgLnkPopDependent : "Dependent (Netscape)", 257 DlgLnkPopWidth : "๋๋น", 258 DlgLnkPopHeight : "๋์ด", 259 DlgLnkPopLeft : "์ผ์ชฝ ์์น", 260 DlgLnkPopTop : "์์ชฝ ์์น", 261 262 DlnLnkMsgNoUrl : "๋งํฌ URL์ ์ ๋ ฅํ์ญ์์.", 263 DlnLnkMsgNoEMail : "์ด๋ฉ์ผ์ฃผ์๋ฅผ ์ ๋ ฅํ์ญ์์.", 264 DlnLnkMsgNoAnchor : "์ฑ ๊ฐํผ๋ช ์ ์ ๋ ฅํ์ญ์์.", 265 DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING 266 267 // Color Dialog 268 DlgColorTitle : "์์ ์ ํ", 269 DlgColorBtnClear : "์ง์ฐ๊ธฐ", 270 DlgColorHighlight : "ํ์ฌ", 271 DlgColorSelected : "์ ํ๋จ", 272 273 // Smiley Dialog 274 DlgSmileyTitle : "์์ด์ฝ ์ฝ์ ", 275 276 // Special Character Dialog 277 DlgSpecialCharTitle : "ํน์๋ฌธ์ ์ ํ", 278 279 // Table Dialog 280 DlgTableTitle : "ํ ์ค์ ", 281 DlgTableRows : "๊ฐ๋ก์ค", 282 DlgTableColumns : "์ธ๋ก์ค", 283 DlgTableBorder : "ํ ๋๋ฆฌ ํฌ๊ธฐ", 284 DlgTableAlign : "์ ๋ ฌ", 285 DlgTableAlignNotSet : "<์ค์ ๋์ง ์์>", 286 DlgTableAlignLeft : "์ผ์ชฝ", 287 DlgTableAlignCenter : "๊ฐ์ด๋ฐ", 288 DlgTableAlignRight : "์ค๋ฅธ์ชฝ", 289 DlgTableWidth : "๋๋น", 290 DlgTableWidthPx : "ํฝ์ ", 291 DlgTableWidthPc : "ํผ์ผํธ", 292 DlgTableHeight : "๋์ด", 293 DlgTableCellSpace : "์ ๊ฐ๊ฒฉ", 294 DlgTableCellPad : "์ ์ฌ๋ฐฑ", 295 DlgTableCaption : "์บก์ ", 296 DlgTableSummary : "Summary", //MISSING 297 298 // Table Cell Dialog 299 DlgCellTitle : "์ ์ค์ ", 300 DlgCellWidth : "๋๋น", 301 DlgCellWidthPx : "ํฝ์ ", 302 DlgCellWidthPc : "ํผ์ผํธ", 303 DlgCellHeight : "๋์ด", 304 DlgCellWordWrap : "์๋๋ฉ", 305 DlgCellWordWrapNotSet : "<์ค์ ๋์ง ์์>", 306 DlgCellWordWrapYes : "์", 307 DlgCellWordWrapNo : "์๋์ค", 308 DlgCellHorAlign : "์ํ ์ ๋ ฌ", 309 DlgCellHorAlignNotSet : "<์ค์ ๋์ง ์์>", 310 DlgCellHorAlignLeft : "์ผ์ชฝ", 311 DlgCellHorAlignCenter : "๊ฐ์ด๋ฐ", 312 DlgCellHorAlignRight: "์ค๋ฅธ์ชฝ", 313 DlgCellVerAlign : "์์ง ์ ๋ ฌ", 314 DlgCellVerAlignNotSet : "<์ค์ ๋์ง ์์>", 315 DlgCellVerAlignTop : "์", 316 DlgCellVerAlignMiddle : "์ค๊ฐ", 317 DlgCellVerAlignBottom : "์๋", 318 DlgCellVerAlignBaseline : "๊ธฐ์ค์ ", 319 DlgCellRowSpan : "์ธ๋ก ํฉ์น๊ธฐ", 320 DlgCellCollSpan : "๊ฐ๋ก ํฉ์น๊ธฐ", 321 DlgCellBackColor : "๋ฐฐ๊ฒฝ ์์", 322 DlgCellBorderColor : "ํ ๋๋ฆฌ ์์", 323 DlgCellBtnSelect : "์ ํ", 324 325 // Find Dialog 326 DlgFindTitle : "์ฐพ๊ธฐ", 327 DlgFindFindBtn : "์ฐพ๊ธฐ", 328 DlgFindNotFoundMsg : "๋ฌธ์์ด์ ์ฐพ์ ์ ์์ต๋๋ค.", 329 330 // Replace Dialog 331 DlgReplaceTitle : "๋ฐ๊พธ๊ธฐ", 332 DlgReplaceFindLbl : "์ฐพ์ ๋ฌธ์์ด:", 333 DlgReplaceReplaceLbl : "๋ฐ๊ฟ ๋ฌธ์์ด:", 334 DlgReplaceCaseChk : "๋์๋ฌธ์ ๊ตฌ๋ถ", 335 DlgReplaceReplaceBtn : "๋ฐ๊พธ๊ธฐ", 336 DlgReplaceReplAllBtn : "๋ชจ๋ ๋ฐ๊พธ๊ธฐ", 337 DlgReplaceWordChk : "์จ์ ํ ๋จ์ด", 338 339 // Paste Operations / Dialog 340 PasteErrorCut : "๋ธ๋ผ์ฐ์ ์ ๋ณด์์ค์ ๋๋ฌธ์ ์๋ผ๋ด๊ธฐ ๊ธฐ๋ฅ์ ์คํํ ์ ์์ต๋๋ค. ํค๋ณด๋ ๋ช ๋ น์ ์ฌ์ฉํ์ญ์์. (Ctrl+X).", 341 PasteErrorCopy : "๋ธ๋ผ์ฐ์ ์ ๋ณด์์ค์ ๋๋ฌธ์ ๋ณต์ฌํ๊ธฐ ๊ธฐ๋ฅ์ ์คํํ ์ ์์ต๋๋ค. ํค๋ณด๋ ๋ช ๋ น์ ์ฌ์ฉํ์ญ์์. (Ctrl+C).", 342 343 PasteAsText : "ํ ์คํธ๋ก ๋ถ์ฌ๋ฃ๊ธฐ", 344 PasteFromWord : "MS Word ํ์์์ ๋ถ์ฌ๋ฃ๊ธฐ", 345 346 DlgPasteMsg2 : "ํค๋ณด๋์ (<STRONG>Ctrl+V</STRONG>) ๋ฅผ ์ด์ฉํด์ ์์์์ ๋ถ์ฌ๋ฃ๊ณ <STRONG>OK</STRONG> ๋ฅผ ๋๋ฅด์ธ์.", 347 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 348 DlgPasteIgnoreFont : "ํฐํธ ์ค์ ๋ฌด์", 349 DlgPasteRemoveStyles : "์คํ์ผ ์ ์ ์ ๊ฑฐ", 350 DlgPasteCleanBox : "๊ธ์์ ์ ๊ฑฐ", 351 352 // Color Picker 353 ColorAutomatic : "๊ธฐ๋ณธ์์", 354 ColorMoreColors : "์์์ ํ...", 355 356 // Document Properties 357 DocProps : "๋ฌธ์ ์์ฑ", 358 359 // Anchor Dialog 360 DlgAnchorTitle : "์ฑ ๊ฐํผ ์์ฑ", 361 DlgAnchorName : "์ฑ ๊ฐํผ ์ด๋ฆ", 362 DlgAnchorErrorName : "์ฑ ๊ฐํผ ์ด๋ฆ์ ์ ๋ ฅํ์ญ์์.", 363 364 // Speller Pages Dialog 365 DlgSpellNotInDic : "์ฌ์ ์ ์๋ ๋จ์ด", 366 DlgSpellChangeTo : "๋ณ๊ฒฝํ ๋จ์ด", 367 DlgSpellBtnIgnore : "๊ฑด๋๋", 368 DlgSpellBtnIgnoreAll : "๋ชจ๋ ๊ฑด๋๋", 369 DlgSpellBtnReplace : "๋ณ๊ฒฝ", 370 DlgSpellBtnReplaceAll : "๋ชจ๋ ๋ณ๊ฒฝ", 371 DlgSpellBtnUndo : "์ทจ์", 372 DlgSpellNoSuggestions : "- ์ถ์ฒ๋จ์ด ์์ -", 373 DlgSpellProgress : "์ฒ ์๊ฒ์ฌ๋ฅผ ์งํ์ค์ ๋๋ค...", 374 DlgSpellNoMispell : "์ฒ ์๊ฒ์ฌ ์๋ฃ: ์๋ชป๋ ์ฒ ์๊ฐ ์์ต๋๋ค.", 375 DlgSpellNoChanges : "์ฒ ์๊ฒ์ฌ ์๋ฃ: ๋ณ๊ฒฝ๋ ๋จ์ด๊ฐ ์์ต๋๋ค.", 376 DlgSpellOneChange : "์ฒ ์๊ฒ์ฌ ์๋ฃ: ๋จ์ด๊ฐ ๋ณ๊ฒฝ๋์์ต๋๋ค.", 377 DlgSpellManyChanges : "์ฒ ์๊ฒ์ฌ ์๋ฃ: %1 ๋จ์ด๊ฐ ๋ณ๊ฒฝ๋์์ต๋๋ค.", 378 379 IeSpellDownload : "์ฒ ์ ๊ฒ์ฌ๊ธฐ๊ฐ ์ฒ ์น๋์ง ์์์ต๋๋ค. ์ง๊ธ ๋ค์ด๋ก๋ํ์๊ฒ ์ต๋๊น?", 380 381 // Button Dialog 382 DlgButtonText : "๋ฒํผ๊ธ์(๊ฐ)", 383 DlgButtonType : "๋ฒํผ์ข ๋ฅ", 384 DlgButtonTypeBtn : "Button", //MISSING 385 DlgButtonTypeSbm : "Submit", //MISSING 386 DlgButtonTypeRst : "Reset", //MISSING 387 388 // Checkbox and Radio Button Dialogs 389 DlgCheckboxName : "์ด๋ฆ", 390 DlgCheckboxValue : "๊ฐ", 391 DlgCheckboxSelected : "์ ํ๋จ", 392 393 // Form Dialog 394 DlgFormName : "ํผ์ด๋ฆ", 395 DlgFormAction : "์คํ๊ฒฝ๋ก(Action)", 396 DlgFormMethod : "๋ฐฉ๋ฒ(Method)", 397 398 // Select Field Dialog 399 DlgSelectName : "์ด๋ฆ", 400 DlgSelectValue : "๊ฐ", 401 DlgSelectSize : "์ธ๋กํฌ๊ธฐ", 402 DlgSelectLines : "์ค", 403 DlgSelectChkMulti : "์ฌ๋ฌํญ๋ชฉ ์ ํ ํ์ฉ", 404 DlgSelectOpAvail : "์ ํ์ต์ ", 405 DlgSelectOpText : "์ด๋ฆ", 406 DlgSelectOpValue : "๊ฐ", 407 DlgSelectBtnAdd : "์ถ๊ฐ", 408 DlgSelectBtnModify : "๋ณ๊ฒฝ", 409 DlgSelectBtnUp : "์๋ก", 410 DlgSelectBtnDown : "์๋๋ก", 411 DlgSelectBtnSetValue : "์ ํ๋๊ฒ์ผ๋ก ์ค์ ", 412 DlgSelectBtnDelete : "์ญ์ ", 413 414 // Textarea Dialog 415 DlgTextareaName : "์ด๋ฆ", 416 DlgTextareaCols : "์นธ์", 417 DlgTextareaRows : "์ค์", 418 419 // Text Field Dialog 420 DlgTextName : "์ด๋ฆ", 421 DlgTextValue : "๊ฐ", 422 DlgTextCharWidth : "๊ธ์ ๋๋น", 423 DlgTextMaxChars : "์ต๋ ๊ธ์์", 424 DlgTextType : "์ข ๋ฅ", 425 DlgTextTypeText : "๋ฌธ์์ด", 426 DlgTextTypePass : "๋น๋ฐ๋ฒํธ", 427 428 // Hidden Field Dialog 429 DlgHiddenName : "์ด๋ฆ", 430 DlgHiddenValue : "๊ฐ", 431 432 // Bulleted List Dialog 433 BulletedListProp : "์์์๋ ๋ชฉ๋ก ์์ฑ", 434 NumberedListProp : "์์์๋ ๋ชฉ๋ก ์์ฑ", 435 DlgLstStart : "Start", //MISSING 436 DlgLstType : "์ข ๋ฅ", 437 DlgLstTypeCircle : "์(Circle)", 438 DlgLstTypeDisc : "Disc", //MISSING 439 DlgLstTypeSquare : "๋ค๋ชจ์ (Square)", 440 DlgLstTypeNumbers : "๋ฒํธ (1, 2, 3)", 441 DlgLstTypeLCase : "์๋ฌธ์ (a, b, c)", 442 DlgLstTypeUCase : "๋๋ฌธ์ (A, B, C)", 443 DlgLstTypeSRoman : "๋ก๋ง์ ์๋ฌธ์ (i, ii, iii)", 444 DlgLstTypeLRoman : "๋ก๋ง์ ๋๋ฌธ์ (I, II, III)", 445 446 // Document Properties Dialog 447 DlgDocGeneralTab : "์ผ๋ฐ", 448 DlgDocBackTab : "๋ฐฐ๊ฒฝ", 449 DlgDocColorsTab : "์์ ๋ฐ ์ฌ๋ฐฑ", 450 DlgDocMetaTab : "๋ฉํ๋ฐ์ดํฐ", 451 452 DlgDocPageTitle : "ํ์ด์ง๋ช ", 453 DlgDocLangDir : "๋ฌธ์ ์ฐ๊ธฐ๋ฐฉํฅ", 454 DlgDocLangDirLTR : "์ผ์ชฝ์์ ์ค๋ฅธ์ชฝ (LTR)", 455 DlgDocLangDirRTL : "์ค๋ฅธ์ชฝ์์ ์ผ์ชฝ (RTL)", 456 DlgDocLangCode : "์ธ์ด์ฝ๋", 457 DlgDocCharSet : "์บ๋ฆญํฐ์ ์ธ์ฝ๋ฉ", 458 DlgDocCharSetCE : "Central European", //MISSING 459 DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING 460 DlgDocCharSetCR : "Cyrillic", //MISSING 461 DlgDocCharSetGR : "Greek", //MISSING 462 DlgDocCharSetJP : "Japanese", //MISSING 463 DlgDocCharSetKR : "Korean", //MISSING 464 DlgDocCharSetTR : "Turkish", //MISSING 465 DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING 466 DlgDocCharSetWE : "Western European", //MISSING 467 DlgDocCharSetOther : "๋ค๋ฅธ ์บ๋ฆญํฐ์ ์ธ์ฝ๋ฉ", 468 469 DlgDocDocType : "๋ฌธ์ ํค๋", 470 DlgDocDocTypeOther : "๋ค๋ฅธ ๋ฌธ์ํค๋", 471 DlgDocIncXHTML : "XHTML ๋ฌธ์์ ์ ํฌํจ", 472 DlgDocBgColor : "๋ฐฐ๊ฒฝ์์", 473 DlgDocBgImage : "๋ฐฐ๊ฒฝ์ด๋ฏธ์ง URL", 474 DlgDocBgNoScroll : "์คํฌ๋กค๋์ง์๋ ๋ฐฐ๊ฒฝ", 475 DlgDocCText : "ํ ์คํธ", 476 DlgDocCLink : "๋งํฌ", 477 DlgDocCVisited : "๋ฐฉ๋ฌธํ ๋งํฌ(Visited)", 478 DlgDocCActive : "ํ์ฑํ๋ ๋งํฌ(Active)", 479 DlgDocMargins : "ํ์ด์ง ์ฌ๋ฐฑ", 480 DlgDocMaTop : "์", 481 DlgDocMaLeft : "์ผ์ชฝ", 482 DlgDocMaRight : "์ค๋ฅธ์ชฝ", 483 DlgDocMaBottom : "์๋", 484 DlgDocMeIndex : "๋ฌธ์ ํค์๋ (์ฝค๋ง๋ก ๊ตฌ๋ถ)", 485 DlgDocMeDescr : "๋ฌธ์ ์ค๋ช ", 486 DlgDocMeAuthor : "์์ฑ์", 487 DlgDocMeCopy : "์ ์๊ถ", 488 DlgDocPreview : "๋ฏธ๋ฆฌ๋ณด๊ธฐ", 489 490 // Templates Dialog 491 Templates : "ํ ํ๋ฆฟ", 492 DlgTemplatesTitle : "๋ด์ฉ ํ ํ๋ฆฟ", 493 DlgTemplatesSelMsg : "์๋ํฐ์์ ์ฌ์ฉํ ํ ํ๋ฆฟ์ ์ ํํ์ญ์์.<br>(์ง๊ธ๊น์ง ์์ฑ๋ ๋ด์ฉ์ ์ฌ๋ผ์ง๋๋ค.):", 494 DlgTemplatesLoading : "ํ ํ๋ฆฟ ๋ชฉ๋ก์ ๋ถ๋ฌ์ค๋์ค์ ๋๋ค. ์ ์๋ง ๊ธฐ๋ค๋ ค์ฃผ์ญ์์.", 495 DlgTemplatesNoTpl : "(ํ ํ๋ฆฟ์ด ์์ต๋๋ค.)", 496 DlgTemplatesReplace : "Replace actual contents", //MISSING 497 498 // About Dialog 499 DlgAboutAboutTab : "About", 500 DlgAboutBrowserInfoTab : "๋ธ๋ผ์ฐ์ ์ ๋ณด", 501 DlgAboutLicenseTab : "License", //MISSING 502 DlgAboutVersion : "๋ฒ์ ", 503 DlgAboutInfo : "For further information go to" 504 };
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
G้n้r้ le : Tue Apr 3 18:50:37 2007 | par Balluche grโce เ PHPXref 0.7 |