Changeset 2962:10af9b4f1ce0 for plugins/dcCKEditor/js/ckeditor/lang/mk.js
- Timestamp:
- 02/17/15 10:21:10 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/lang/mk.js
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 4, CKSource - Frederico Knabben. All rights reserved.3 For licensing, see LICENSE. htmlor http://ckeditor.com/license2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ 5 5 CKEDITOR.lang['mk'] = { … … 130 130 toolbar : 'Source' 131 131 }, 132 smiley :133 {134 options : 'Smiley Options',135 title : 'Insert a Smiley',136 toolbar : 'Smiley'137 },138 showblocks :139 {140 toolbar : 'Show Blocks'141 },142 selectall :143 {144 toolbar : 'Select All'145 },146 save :147 {148 toolbar : 'Save'149 },150 132 removeformat : 151 133 { … … 155 137 { 156 138 toolbar : 'Print' 157 },158 preview :159 {160 preview : 'Preview'161 139 }, 162 140 pastetext : … … 171 149 title : 'Paste from Word', 172 150 toolbar : 'Paste from Word' 173 },174 pagebreak :175 {176 alt : 'Page Break',177 toolbar : 'Insert Page Break for Printing'178 },179 newpage :180 {181 toolbar : 'New Page'182 151 }, 183 152 maximize : … … 315 284 validateVSpace : 'VSpace must be a whole number.' 316 285 }, 317 iframe :318 {319 border : 'Show frame border',320 noUrl : 'Please type the iframe URL',321 scrolling : 'Enable scrollbars',322 title : 'IFrame Properties',323 toolbar : 'IFrame'324 },325 286 horizontalrule : 326 287 { 327 288 toolbar : 'Insert Horizontal Line' 328 },329 forms :330 {331 button :332 {333 title : 'Button Properties',334 text : 'Text (Value)',335 type : 'Type',336 typeBtn : 'Button',337 typeSbm : 'Submit',338 typeRst : 'Reset'339 },340 checkboxAndRadio :341 {342 checkboxTitle : 'Checkbox Properties',343 radioTitle : 'Radio Button Properties',344 value : 'Value',345 selected : 'Selected'346 },347 form :348 {349 title : 'Form Properties',350 menu : 'Form Properties',351 action : 'Action',352 method : 'Method',353 encoding : 'Encoding'354 },355 hidden :356 {357 title : 'Hidden Field Properties',358 name : 'Name',359 value : 'Value'360 },361 select :362 {363 title : 'Selection Field Properties',364 selectInfo : 'Select Info',365 opAvail : 'Available Options',366 value : 'Value',367 size : 'Size',368 lines : 'lines',369 chkMulti : 'Allow multiple selections',370 opText : 'Text',371 opValue : 'Value',372 btnAdd : 'Add',373 btnModify : 'Modify',374 btnUp : 'Up',375 btnDown : 'Down',376 btnSetValue : 'Set as selected value',377 btnDelete : 'Delete'378 },379 textarea :380 {381 title : 'Textarea Properties',382 cols : 'Columns',383 rows : 'Rows'384 },385 textfield :386 {387 title : 'Text Field Properties',388 name : 'Name',389 value : 'Value',390 charWidth : 'Character Width',391 maxChars : 'Maximum Characters',392 type : 'Type',393 typeText : 'Text',394 typePass : 'Password',395 typeEmail : 'Email',396 typeSearch : 'Search',397 typeTel : 'Telephone Number',398 typeUrl : 'URL'399 }400 289 }, 401 290 format : … … 413 302 tag_p : 'Normal', 414 303 tag_pre : 'Formatted' 415 },416 font :417 {418 fontSize :419 {420 label : 'Size',421 voiceLabel : 'Font Size',422 panelTitle : 'Font Size'423 },424 label : 'Font',425 panelTitle : 'Font Name',426 voiceLabel : 'Font'427 },428 flash :429 {430 access : 'Script Access',431 accessAlways : 'Always',432 accessNever : 'Never',433 accessSameDomain : 'Same domain',434 alignAbsBottom : 'Abs Bottom',435 alignAbsMiddle : 'Abs Middle',436 alignBaseline : 'Baseline',437 alignTextTop : 'Text Top',438 bgcolor : 'Background color',439 chkFull : 'Allow Fullscreen',440 chkLoop : 'Loop',441 chkMenu : 'Enable Flash Menu',442 chkPlay : 'Auto Play',443 flashvars : 'Variables for Flash',444 hSpace : 'HSpace',445 properties : 'Flash Properties',446 propertiesTab : 'Properties',447 quality : 'Quality',448 qualityAutoHigh : 'Auto High',449 qualityAutoLow : 'Auto Low',450 qualityBest : 'Best',451 qualityHigh : 'High',452 qualityLow : 'Low',453 qualityMedium : 'Medium',454 scale : 'Scale',455 scaleAll : 'Show all',456 scaleFit : 'Exact Fit',457 scaleNoBorder : 'No Border',458 title : 'Flash Properties',459 vSpace : 'VSpace',460 validateHSpace : 'HSpace must be a number.',461 validateSrc : 'URL must not be empty.',462 validateVSpace : 'VSpace must be a number.',463 windowMode : 'Window mode',464 windowModeOpaque : 'Opaque',465 windowModeTransparent : 'Transparent',466 windowModeWindow : 'Window'467 },468 find :469 {470 find : 'Find',471 findOptions : 'Find Options',472 findWhat : 'Find what:',473 matchCase : 'Match case',474 matchCyclic : 'Match cyclic',475 matchWord : 'Match whole word',476 notFoundMsg : 'The specified text was not found.',477 replace : 'Replace',478 replaceAll : 'Replace All',479 replaceSuccessMsg : '%1 occurrence(s) replaced.',480 replaceWith : 'Replace with:',481 title : 'Find and Replace'482 304 }, 483 305 fakeobjects : … … 513 335 { 514 336 options : 'Context Menu Options' 515 },516 colordialog :517 {518 clear : 'Clear',519 highlight : 'Highlight',520 options : 'Color Options',521 selected : 'Selected Color',522 title : 'Select color'523 337 }, 524 338 colorbutton : … … 585 399 title : 'Paste' 586 400 }, 401 button : 402 { 403 selectedLabel : '%1 (Selected)' 404 }, 587 405 blockquote : 588 406 { 589 407 toolbar : 'Block Quote' 590 },591 bidi :592 {593 ltr : 'Text direction from left to right',594 rtl : 'Text direction from right to left'595 408 }, 596 409 basicstyles : … … 598 411 bold : 'Bold', 599 412 italic : 'Italic', 600 strike : 'Strike Through',413 strike : 'Strikethrough', 601 414 subscript : 'Subscript', 602 415 superscript : 'Superscript', … … 670 483 alignRight : 'Right', 671 484 alignCenter : 'Center', 485 alignJustify : 'Justify', 672 486 alignTop : 'Top', 673 487 alignMiddle : 'Middle', 674 488 alignBottom : 'Bottom', 489 alignNone : 'None', 675 490 invalidValue : 'Invalid value.', 676 491 invalidHeight : 'Height must be a number.', … … 681 496 cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', 682 497 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' 683 } } 498 } };
Note: See TracChangeset
for help on using the changeset viewer.