initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
516
FCKeditor/editor/lang/bs.js
Normal file
516
FCKeditor/editor/lang/bs.js
Normal file
|
@ -0,0 +1,516 @@
|
|||
/*
|
||||
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
||||
* Copyright (C) 2003-2007 Frederico Caldeira Knabben
|
||||
*
|
||||
* == BEGIN LICENSE ==
|
||||
*
|
||||
* Licensed under the terms of any of the following licenses at your
|
||||
* choice:
|
||||
*
|
||||
* - GNU General Public License Version 2 or later (the "GPL")
|
||||
* http://www.gnu.org/licenses/gpl.html
|
||||
*
|
||||
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
|
||||
* http://www.gnu.org/licenses/lgpl.html
|
||||
*
|
||||
* - Mozilla Public License Version 1.1 or later (the "MPL")
|
||||
* http://www.mozilla.org/MPL/MPL-1.1.html
|
||||
*
|
||||
* == END LICENSE ==
|
||||
*
|
||||
* Bosnian language file.
|
||||
*/
|
||||
|
||||
var FCKLang =
|
||||
{
|
||||
// Language direction : "ltr" (left to right) or "rtl" (right to left).
|
||||
Dir : "ltr",
|
||||
|
||||
ToolbarCollapse : "Skupi trake sa alatima",
|
||||
ToolbarExpand : "Otvori trake sa alatima",
|
||||
|
||||
// Toolbar Items and Context Menu
|
||||
Save : "Snimi",
|
||||
NewPage : "Novi dokument",
|
||||
Preview : "Prikaži",
|
||||
Cut : "Izreži",
|
||||
Copy : "Kopiraj",
|
||||
Paste : "Zalijepi",
|
||||
PasteText : "Zalijepi kao obièan tekst",
|
||||
PasteWord : "Zalijepi iz Word-a",
|
||||
Print : "Štampaj",
|
||||
SelectAll : "Selektuj sve",
|
||||
RemoveFormat : "Poništi format",
|
||||
InsertLinkLbl : "Link",
|
||||
InsertLink : "Ubaci/Izmjeni link",
|
||||
RemoveLink : "Izbriši link",
|
||||
Anchor : "Insert/Edit Anchor", //MISSING
|
||||
AnchorDelete : "Remove Anchor", //MISSING
|
||||
InsertImageLbl : "Slika",
|
||||
InsertImage : "Ubaci/Izmjeni sliku",
|
||||
InsertFlashLbl : "Flash", //MISSING
|
||||
InsertFlash : "Insert/Edit Flash", //MISSING
|
||||
InsertTableLbl : "Tabela",
|
||||
InsertTable : "Ubaci/Izmjeni tabelu",
|
||||
InsertLineLbl : "Linija",
|
||||
InsertLine : "Ubaci horizontalnu liniju",
|
||||
InsertSpecialCharLbl: "Specijalni karakter",
|
||||
InsertSpecialChar : "Ubaci specijalni karater",
|
||||
InsertSmileyLbl : "Smješko",
|
||||
InsertSmiley : "Ubaci smješka",
|
||||
About : "O FCKeditor-u",
|
||||
Bold : "Boldiraj",
|
||||
Italic : "Ukosi",
|
||||
Underline : "Podvuci",
|
||||
StrikeThrough : "Precrtaj",
|
||||
Subscript : "Subscript",
|
||||
Superscript : "Superscript",
|
||||
LeftJustify : "Lijevo poravnanje",
|
||||
CenterJustify : "Centralno poravnanje",
|
||||
RightJustify : "Desno poravnanje",
|
||||
BlockJustify : "Puno poravnanje",
|
||||
DecreaseIndent : "Smanji uvod",
|
||||
IncreaseIndent : "Poveæaj uvod",
|
||||
Blockquote : "Blockquote", //MISSING
|
||||
Undo : "Vrati",
|
||||
Redo : "Ponovi",
|
||||
NumberedListLbl : "Numerisana lista",
|
||||
NumberedList : "Ubaci/Izmjeni numerisanu listu",
|
||||
BulletedListLbl : "Lista",
|
||||
BulletedList : "Ubaci/Izmjeni listu",
|
||||
ShowTableBorders : "Pokaži okvire tabela",
|
||||
ShowDetails : "Pokaži detalje",
|
||||
Style : "Stil",
|
||||
FontFormat : "Format",
|
||||
Font : "Font",
|
||||
FontSize : "Velièina",
|
||||
TextColor : "Boja teksta",
|
||||
BGColor : "Boja pozadine",
|
||||
Source : "HTML kôd",
|
||||
Find : "Naði",
|
||||
Replace : "Zamjeni",
|
||||
SpellCheck : "Check Spelling", //MISSING
|
||||
UniversalKeyboard : "Universal Keyboard", //MISSING
|
||||
PageBreakLbl : "Page Break", //MISSING
|
||||
PageBreak : "Insert Page Break", //MISSING
|
||||
|
||||
Form : "Form", //MISSING
|
||||
Checkbox : "Checkbox", //MISSING
|
||||
RadioButton : "Radio Button", //MISSING
|
||||
TextField : "Text Field", //MISSING
|
||||
Textarea : "Textarea", //MISSING
|
||||
HiddenField : "Hidden Field", //MISSING
|
||||
Button : "Button", //MISSING
|
||||
SelectionField : "Selection Field", //MISSING
|
||||
ImageButton : "Image Button", //MISSING
|
||||
|
||||
FitWindow : "Maximize the editor size", //MISSING
|
||||
ShowBlocks : "Show Blocks", //MISSING
|
||||
|
||||
// Context Menu
|
||||
EditLink : "Izmjeni link",
|
||||
CellCM : "Cell", //MISSING
|
||||
RowCM : "Row", //MISSING
|
||||
ColumnCM : "Column", //MISSING
|
||||
InsertRowAfter : "Insert Row After", //MISSING
|
||||
InsertRowBefore : "Insert Row Before", //MISSING
|
||||
DeleteRows : "Briši redove",
|
||||
InsertColumnAfter : "Insert Column After", //MISSING
|
||||
InsertColumnBefore : "Insert Column Before", //MISSING
|
||||
DeleteColumns : "Briši kolone",
|
||||
InsertCellAfter : "Insert Cell After", //MISSING
|
||||
InsertCellBefore : "Insert Cell Before", //MISSING
|
||||
DeleteCells : "Briši æelije",
|
||||
MergeCells : "Spoji æelije",
|
||||
MergeRight : "Merge Right", //MISSING
|
||||
MergeDown : "Merge Down", //MISSING
|
||||
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
|
||||
VerticalSplitCell : "Split Cell Vertically", //MISSING
|
||||
TableDelete : "Delete Table", //MISSING
|
||||
CellProperties : "Svojstva æelije",
|
||||
TableProperties : "Svojstva tabele",
|
||||
ImageProperties : "Svojstva slike",
|
||||
FlashProperties : "Flash Properties", //MISSING
|
||||
|
||||
AnchorProp : "Anchor Properties", //MISSING
|
||||
ButtonProp : "Button Properties", //MISSING
|
||||
CheckboxProp : "Checkbox Properties", //MISSING
|
||||
HiddenFieldProp : "Hidden Field Properties", //MISSING
|
||||
RadioButtonProp : "Radio Button Properties", //MISSING
|
||||
ImageButtonProp : "Image Button Properties", //MISSING
|
||||
TextFieldProp : "Text Field Properties", //MISSING
|
||||
SelectionFieldProp : "Selection Field Properties", //MISSING
|
||||
TextareaProp : "Textarea Properties", //MISSING
|
||||
FormProp : "Form Properties", //MISSING
|
||||
|
||||
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",
|
||||
|
||||
// Alerts and Messages
|
||||
ProcessingXHTML : "Procesiram XHTML. Molim saèekajte...",
|
||||
Done : "Gotovo",
|
||||
PasteWordConfirm : "Tekst koji želite zalijepiti èini se da je kopiran iz Worda. Da li želite da se prvo oèisti?",
|
||||
NotCompatiblePaste : "Ova komanda je podržana u Internet Explorer-u verzijama 5.5 ili novijim. Da li želite da izvršite lijepljenje teksta bez èišæenja?",
|
||||
UnknownToolbarItem : "Nepoznata stavka sa trake sa alatima \"%1\"",
|
||||
UnknownCommand : "Nepoznata komanda \"%1\"",
|
||||
NotImplemented : "Komanda nije implementirana",
|
||||
UnknownToolbarSet : "Traka sa alatima \"%1\" ne postoji",
|
||||
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
|
||||
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING
|
||||
DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING
|
||||
|
||||
// Dialogs
|
||||
DlgBtnOK : "OK",
|
||||
DlgBtnCancel : "Odustani",
|
||||
DlgBtnClose : "Zatvori",
|
||||
DlgBtnBrowseServer : "Browse Server", //MISSING
|
||||
DlgAdvancedTag : "Naprednije",
|
||||
DlgOpOther : "<Other>", //MISSING
|
||||
DlgInfoTab : "Info", //MISSING
|
||||
DlgAlertUrl : "Please insert the URL", //MISSING
|
||||
|
||||
// General Dialogs Labels
|
||||
DlgGenNotSet : "<nije podešeno>",
|
||||
DlgGenId : "Id",
|
||||
DlgGenLangDir : "Smjer pisanja",
|
||||
DlgGenLangDirLtr : "S lijeva na desno (LTR)",
|
||||
DlgGenLangDirRtl : "S desna na lijevo (RTL)",
|
||||
DlgGenLangCode : "Jezièni kôd",
|
||||
DlgGenAccessKey : "Pristupna tipka",
|
||||
DlgGenName : "Naziv",
|
||||
DlgGenTabIndex : "Tab indeks",
|
||||
DlgGenLongDescr : "Dugaèki opis URL-a",
|
||||
DlgGenClass : "Klase CSS stilova",
|
||||
DlgGenTitle : "Advisory title",
|
||||
DlgGenContType : "Advisory vrsta sadržaja",
|
||||
DlgGenLinkCharset : "Linked Resource Charset",
|
||||
DlgGenStyle : "Stil",
|
||||
|
||||
// Image Dialog
|
||||
DlgImgTitle : "Svojstva slike",
|
||||
DlgImgInfoTab : "Info slike",
|
||||
DlgImgBtnUpload : "Šalji na server",
|
||||
DlgImgURL : "URL",
|
||||
DlgImgUpload : "Šalji",
|
||||
DlgImgAlt : "Tekst na slici",
|
||||
DlgImgWidth : "Širina",
|
||||
DlgImgHeight : "Visina",
|
||||
DlgImgLockRatio : "Zakljuèaj odnos",
|
||||
DlgBtnResetSize : "Resetuj dimenzije",
|
||||
DlgImgBorder : "Okvir",
|
||||
DlgImgHSpace : "HSpace",
|
||||
DlgImgVSpace : "VSpace",
|
||||
DlgImgAlign : "Poravnanje",
|
||||
DlgImgAlignLeft : "Lijevo",
|
||||
DlgImgAlignAbsBottom: "Abs dole",
|
||||
DlgImgAlignAbsMiddle: "Abs sredina",
|
||||
DlgImgAlignBaseline : "Bazno",
|
||||
DlgImgAlignBottom : "Dno",
|
||||
DlgImgAlignMiddle : "Sredina",
|
||||
DlgImgAlignRight : "Desno",
|
||||
DlgImgAlignTextTop : "Vrh teksta",
|
||||
DlgImgAlignTop : "Vrh",
|
||||
DlgImgPreview : "Prikaz",
|
||||
DlgImgAlertUrl : "Molimo ukucajte URL od slike.",
|
||||
DlgImgLinkTab : "Link", //MISSING
|
||||
|
||||
// Flash Dialog
|
||||
DlgFlashTitle : "Flash Properties", //MISSING
|
||||
DlgFlashChkPlay : "Auto Play", //MISSING
|
||||
DlgFlashChkLoop : "Loop", //MISSING
|
||||
DlgFlashChkMenu : "Enable Flash Menu", //MISSING
|
||||
DlgFlashScale : "Scale", //MISSING
|
||||
DlgFlashScaleAll : "Show all", //MISSING
|
||||
DlgFlashScaleNoBorder : "No Border", //MISSING
|
||||
DlgFlashScaleFit : "Exact Fit", //MISSING
|
||||
|
||||
// Link Dialog
|
||||
DlgLnkWindowTitle : "Link",
|
||||
DlgLnkInfoTab : "Link info",
|
||||
DlgLnkTargetTab : "Prozor",
|
||||
|
||||
DlgLnkType : "Tip linka",
|
||||
DlgLnkTypeURL : "URL",
|
||||
DlgLnkTypeAnchor : "Sidro na ovoj stranici",
|
||||
DlgLnkTypeEMail : "E-Mail",
|
||||
DlgLnkProto : "Protokol",
|
||||
DlgLnkProtoOther : "<drugi>",
|
||||
DlgLnkURL : "URL",
|
||||
DlgLnkAnchorSel : "Izaberi sidro",
|
||||
DlgLnkAnchorByName : "Po nazivu sidra",
|
||||
DlgLnkAnchorById : "Po Id-u elementa",
|
||||
DlgLnkNoAnchors : "(Nema dostupnih sidra na stranici)",
|
||||
DlgLnkEMail : "E-Mail Adresa",
|
||||
DlgLnkEMailSubject : "Subjekt poruke",
|
||||
DlgLnkEMailBody : "Poruka",
|
||||
DlgLnkUpload : "Šalji",
|
||||
DlgLnkBtnUpload : "Šalji na server",
|
||||
|
||||
DlgLnkTarget : "Prozor",
|
||||
DlgLnkTargetFrame : "<frejm>",
|
||||
DlgLnkTargetPopup : "<popup prozor>",
|
||||
DlgLnkTargetBlank : "Novi prozor (_blank)",
|
||||
DlgLnkTargetParent : "Glavni prozor (_parent)",
|
||||
DlgLnkTargetSelf : "Isti prozor (_self)",
|
||||
DlgLnkTargetTop : "Najgornji prozor (_top)",
|
||||
DlgLnkTargetFrameName : "Target Frame Name", //MISSING
|
||||
DlgLnkPopWinName : "Naziv popup prozora",
|
||||
DlgLnkPopWinFeat : "Moguænosti popup prozora",
|
||||
DlgLnkPopResize : "Promjenljive velièine",
|
||||
DlgLnkPopLocation : "Traka za lokaciju",
|
||||
DlgLnkPopMenu : "Izborna traka",
|
||||
DlgLnkPopScroll : "Scroll traka",
|
||||
DlgLnkPopStatus : "Statusna traka",
|
||||
DlgLnkPopToolbar : "Traka sa alatima",
|
||||
DlgLnkPopFullScrn : "Cijeli ekran (IE)",
|
||||
DlgLnkPopDependent : "Ovisno (Netscape)",
|
||||
DlgLnkPopWidth : "Širina",
|
||||
DlgLnkPopHeight : "Visina",
|
||||
DlgLnkPopLeft : "Lijeva pozicija",
|
||||
DlgLnkPopTop : "Gornja pozicija",
|
||||
|
||||
DlnLnkMsgNoUrl : "Molimo ukucajte URL link",
|
||||
DlnLnkMsgNoEMail : "Molimo ukucajte e-mail adresu",
|
||||
DlnLnkMsgNoAnchor : "Molimo izaberite sidro",
|
||||
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
|
||||
|
||||
// Color Dialog
|
||||
DlgColorTitle : "Izaberi boju",
|
||||
DlgColorBtnClear : "Oèisti",
|
||||
DlgColorHighlight : "Igled",
|
||||
DlgColorSelected : "Selektovana",
|
||||
|
||||
// Smiley Dialog
|
||||
DlgSmileyTitle : "Ubaci smješka",
|
||||
|
||||
// Special Character Dialog
|
||||
DlgSpecialCharTitle : "Izaberi specijalni karakter",
|
||||
|
||||
// Table Dialog
|
||||
DlgTableTitle : "Svojstva tabele",
|
||||
DlgTableRows : "Redova",
|
||||
DlgTableColumns : "Kolona",
|
||||
DlgTableBorder : "Okvir",
|
||||
DlgTableAlign : "Poravnanje",
|
||||
DlgTableAlignNotSet : "<Nije podešeno>",
|
||||
DlgTableAlignLeft : "Lijevo",
|
||||
DlgTableAlignCenter : "Centar",
|
||||
DlgTableAlignRight : "Desno",
|
||||
DlgTableWidth : "Širina",
|
||||
DlgTableWidthPx : "piksela",
|
||||
DlgTableWidthPc : "posto",
|
||||
DlgTableHeight : "Visina",
|
||||
DlgTableCellSpace : "Razmak æelija",
|
||||
DlgTableCellPad : "Uvod æelija",
|
||||
DlgTableCaption : "Naslov",
|
||||
DlgTableSummary : "Summary", //MISSING
|
||||
|
||||
// Table Cell Dialog
|
||||
DlgCellTitle : "Svojstva æelije",
|
||||
DlgCellWidth : "Širina",
|
||||
DlgCellWidthPx : "piksela",
|
||||
DlgCellWidthPc : "posto",
|
||||
DlgCellHeight : "Visina",
|
||||
DlgCellWordWrap : "Vrapuj tekst",
|
||||
DlgCellWordWrapNotSet : "<Nije podešeno>",
|
||||
DlgCellWordWrapYes : "Da",
|
||||
DlgCellWordWrapNo : "Ne",
|
||||
DlgCellHorAlign : "Horizontalno poravnanje",
|
||||
DlgCellHorAlignNotSet : "<Nije podešeno>",
|
||||
DlgCellHorAlignLeft : "Lijevo",
|
||||
DlgCellHorAlignCenter : "Centar",
|
||||
DlgCellHorAlignRight: "Desno",
|
||||
DlgCellVerAlign : "Vertikalno poravnanje",
|
||||
DlgCellVerAlignNotSet : "<Nije podešeno>",
|
||||
DlgCellVerAlignTop : "Gore",
|
||||
DlgCellVerAlignMiddle : "Sredina",
|
||||
DlgCellVerAlignBottom : "Dno",
|
||||
DlgCellVerAlignBaseline : "Bazno",
|
||||
DlgCellRowSpan : "Spajanje æelija",
|
||||
DlgCellCollSpan : "Spajanje kolona",
|
||||
DlgCellBackColor : "Boja pozadine",
|
||||
DlgCellBorderColor : "Boja okvira",
|
||||
DlgCellBtnSelect : "Selektuj...",
|
||||
|
||||
// Find and Replace Dialog
|
||||
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
|
||||
|
||||
// Find Dialog
|
||||
DlgFindTitle : "Naði",
|
||||
DlgFindFindBtn : "Naði",
|
||||
DlgFindNotFoundMsg : "Traženi tekst nije pronaðen.",
|
||||
|
||||
// Replace Dialog
|
||||
DlgReplaceTitle : "Zamjeni",
|
||||
DlgReplaceFindLbl : "Naði šta:",
|
||||
DlgReplaceReplaceLbl : "Zamjeni sa:",
|
||||
DlgReplaceCaseChk : "Uporeðuj velika/mala slova",
|
||||
DlgReplaceReplaceBtn : "Zamjeni",
|
||||
DlgReplaceReplAllBtn : "Zamjeni sve",
|
||||
DlgReplaceWordChk : "Uporeðuj samo cijelu rijeè",
|
||||
|
||||
// Paste Operations / Dialog
|
||||
PasteErrorCut : "Sigurnosne postavke vašeg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl+X).",
|
||||
PasteErrorCopy : "Sigurnosne postavke Vašeg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl+C).",
|
||||
|
||||
PasteAsText : "Zalijepi kao obièan tekst",
|
||||
PasteFromWord : "Zalijepi iz Word-a",
|
||||
|
||||
DlgPasteMsg2 : "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.", //MISSING
|
||||
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
|
||||
DlgPasteIgnoreFont : "Ignore Font Face definitions", //MISSING
|
||||
DlgPasteRemoveStyles : "Remove Styles definitions", //MISSING
|
||||
DlgPasteCleanBox : "Clean Up Box", //MISSING
|
||||
|
||||
// Color Picker
|
||||
ColorAutomatic : "Automatska",
|
||||
ColorMoreColors : "Više boja...",
|
||||
|
||||
// Document Properties
|
||||
DocProps : "Document Properties", //MISSING
|
||||
|
||||
// Anchor Dialog
|
||||
DlgAnchorTitle : "Anchor Properties", //MISSING
|
||||
DlgAnchorName : "Anchor Name", //MISSING
|
||||
DlgAnchorErrorName : "Please type the anchor name", //MISSING
|
||||
|
||||
// Speller Pages Dialog
|
||||
DlgSpellNotInDic : "Not in dictionary", //MISSING
|
||||
DlgSpellChangeTo : "Change to", //MISSING
|
||||
DlgSpellBtnIgnore : "Ignore", //MISSING
|
||||
DlgSpellBtnIgnoreAll : "Ignore All", //MISSING
|
||||
DlgSpellBtnReplace : "Replace", //MISSING
|
||||
DlgSpellBtnReplaceAll : "Replace All", //MISSING
|
||||
DlgSpellBtnUndo : "Undo", //MISSING
|
||||
DlgSpellNoSuggestions : "- No suggestions -", //MISSING
|
||||
DlgSpellProgress : "Spell check in progress...", //MISSING
|
||||
DlgSpellNoMispell : "Spell check complete: No misspellings found", //MISSING
|
||||
DlgSpellNoChanges : "Spell check complete: No words changed", //MISSING
|
||||
DlgSpellOneChange : "Spell check complete: One word changed", //MISSING
|
||||
DlgSpellManyChanges : "Spell check complete: %1 words changed", //MISSING
|
||||
|
||||
IeSpellDownload : "Spell checker not installed. Do you want to download it now?", //MISSING
|
||||
|
||||
// Button Dialog
|
||||
DlgButtonText : "Text (Value)", //MISSING
|
||||
DlgButtonType : "Type", //MISSING
|
||||
DlgButtonTypeBtn : "Button", //MISSING
|
||||
DlgButtonTypeSbm : "Submit", //MISSING
|
||||
DlgButtonTypeRst : "Reset", //MISSING
|
||||
|
||||
// Checkbox and Radio Button Dialogs
|
||||
DlgCheckboxName : "Name", //MISSING
|
||||
DlgCheckboxValue : "Value", //MISSING
|
||||
DlgCheckboxSelected : "Selected", //MISSING
|
||||
|
||||
// Form Dialog
|
||||
DlgFormName : "Name", //MISSING
|
||||
DlgFormAction : "Action", //MISSING
|
||||
DlgFormMethod : "Method", //MISSING
|
||||
|
||||
// Select Field Dialog
|
||||
DlgSelectName : "Name", //MISSING
|
||||
DlgSelectValue : "Value", //MISSING
|
||||
DlgSelectSize : "Size", //MISSING
|
||||
DlgSelectLines : "lines", //MISSING
|
||||
DlgSelectChkMulti : "Allow multiple selections", //MISSING
|
||||
DlgSelectOpAvail : "Available Options", //MISSING
|
||||
DlgSelectOpText : "Text", //MISSING
|
||||
DlgSelectOpValue : "Value", //MISSING
|
||||
DlgSelectBtnAdd : "Add", //MISSING
|
||||
DlgSelectBtnModify : "Modify", //MISSING
|
||||
DlgSelectBtnUp : "Up", //MISSING
|
||||
DlgSelectBtnDown : "Down", //MISSING
|
||||
DlgSelectBtnSetValue : "Set as selected value", //MISSING
|
||||
DlgSelectBtnDelete : "Delete", //MISSING
|
||||
|
||||
// Textarea Dialog
|
||||
DlgTextareaName : "Name", //MISSING
|
||||
DlgTextareaCols : "Columns", //MISSING
|
||||
DlgTextareaRows : "Rows", //MISSING
|
||||
|
||||
// Text Field Dialog
|
||||
DlgTextName : "Name", //MISSING
|
||||
DlgTextValue : "Value", //MISSING
|
||||
DlgTextCharWidth : "Character Width", //MISSING
|
||||
DlgTextMaxChars : "Maximum Characters", //MISSING
|
||||
DlgTextType : "Type", //MISSING
|
||||
DlgTextTypeText : "Text", //MISSING
|
||||
DlgTextTypePass : "Password", //MISSING
|
||||
|
||||
// Hidden Field Dialog
|
||||
DlgHiddenName : "Name", //MISSING
|
||||
DlgHiddenValue : "Value", //MISSING
|
||||
|
||||
// Bulleted List Dialog
|
||||
BulletedListProp : "Bulleted List Properties", //MISSING
|
||||
NumberedListProp : "Numbered List Properties", //MISSING
|
||||
DlgLstStart : "Start", //MISSING
|
||||
DlgLstType : "Type", //MISSING
|
||||
DlgLstTypeCircle : "Circle", //MISSING
|
||||
DlgLstTypeDisc : "Disc", //MISSING
|
||||
DlgLstTypeSquare : "Square", //MISSING
|
||||
DlgLstTypeNumbers : "Numbers (1, 2, 3)", //MISSING
|
||||
DlgLstTypeLCase : "Lowercase Letters (a, b, c)", //MISSING
|
||||
DlgLstTypeUCase : "Uppercase Letters (A, B, C)", //MISSING
|
||||
DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)", //MISSING
|
||||
DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)", //MISSING
|
||||
|
||||
// Document Properties Dialog
|
||||
DlgDocGeneralTab : "General", //MISSING
|
||||
DlgDocBackTab : "Background", //MISSING
|
||||
DlgDocColorsTab : "Colors and Margins", //MISSING
|
||||
DlgDocMetaTab : "Meta Data", //MISSING
|
||||
|
||||
DlgDocPageTitle : "Page Title", //MISSING
|
||||
DlgDocLangDir : "Language Direction", //MISSING
|
||||
DlgDocLangDirLTR : "Left to Right (LTR)", //MISSING
|
||||
DlgDocLangDirRTL : "Right to Left (RTL)", //MISSING
|
||||
DlgDocLangCode : "Language Code", //MISSING
|
||||
DlgDocCharSet : "Character Set Encoding", //MISSING
|
||||
DlgDocCharSetCE : "Central European", //MISSING
|
||||
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
|
||||
DlgDocCharSetCR : "Cyrillic", //MISSING
|
||||
DlgDocCharSetGR : "Greek", //MISSING
|
||||
DlgDocCharSetJP : "Japanese", //MISSING
|
||||
DlgDocCharSetKR : "Korean", //MISSING
|
||||
DlgDocCharSetTR : "Turkish", //MISSING
|
||||
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
|
||||
DlgDocCharSetWE : "Western European", //MISSING
|
||||
DlgDocCharSetOther : "Other Character Set Encoding", //MISSING
|
||||
|
||||
DlgDocDocType : "Document Type Heading", //MISSING
|
||||
DlgDocDocTypeOther : "Other Document Type Heading", //MISSING
|
||||
DlgDocIncXHTML : "Include XHTML Declarations", //MISSING
|
||||
DlgDocBgColor : "Background Color", //MISSING
|
||||
DlgDocBgImage : "Background Image URL", //MISSING
|
||||
DlgDocBgNoScroll : "Nonscrolling Background", //MISSING
|
||||
DlgDocCText : "Text", //MISSING
|
||||
DlgDocCLink : "Link", //MISSING
|
||||
DlgDocCVisited : "Visited Link", //MISSING
|
||||
DlgDocCActive : "Active Link", //MISSING
|
||||
DlgDocMargins : "Page Margins", //MISSING
|
||||
DlgDocMaTop : "Top", //MISSING
|
||||
DlgDocMaLeft : "Left", //MISSING
|
||||
DlgDocMaRight : "Right", //MISSING
|
||||
DlgDocMaBottom : "Bottom", //MISSING
|
||||
DlgDocMeIndex : "Document Indexing Keywords (comma separated)", //MISSING
|
||||
DlgDocMeDescr : "Document Description", //MISSING
|
||||
DlgDocMeAuthor : "Author", //MISSING
|
||||
DlgDocMeCopy : "Copyright", //MISSING
|
||||
DlgDocPreview : "Preview", //MISSING
|
||||
|
||||
// Templates Dialog
|
||||
Templates : "Templates", //MISSING
|
||||
DlgTemplatesTitle : "Content Templates", //MISSING
|
||||
DlgTemplatesSelMsg : "Please select the template to open in the editor<br />(the actual contents will be lost):", //MISSING
|
||||
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
|
||||
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
|
||||
DlgTemplatesReplace : "Replace actual contents", //MISSING
|
||||
|
||||
// About Dialog
|
||||
DlgAboutAboutTab : "About", //MISSING
|
||||
DlgAboutBrowserInfoTab : "Browser Info", //MISSING
|
||||
DlgAboutLicenseTab : "License", //MISSING
|
||||
DlgAboutVersion : "verzija",
|
||||
DlgAboutInfo : "Za više informacija posjetite"
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue