⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ro.js

📁 公司企业网站管理系统全站源码,用于企业内部对网站的管理
💻 JS
📖 第 1 页 / 共 2 页
字号:
/* * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * File Name: ro.js
 * 	Romanian language file.
 * 
 * Version:  2.0 RC3
 * Modified: 2005-03-01 17:26:18
 * 
 * File Authors:
 * 		Adrian Nicoara */
var FCKLang =
{
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir					: "ltr",

ToolbarCollapse		: "Ascunde bara cu optiuni",
ToolbarExpand		: "Expandeaza bara cu optiuni",

// Toolbar Items and Context Menu
Save				: "Salveaza",
NewPage				: "Pagina noua",
Preview				: "Previzualizare",
Cut					: "Taie",
Copy				: "Copiaza",
Paste				: "Adauga",
PasteText			: "Adauga ca text simplu",
PasteWord			: "Adauga din Word",
Print				: "Printeaza",
SelectAll			: "Selecteaza tot",
RemoveFormat		: "nlatura formatarea",
InsertLinkLbl		: "Link (Legatura web)",
InsertLink			: "Insereaza/Editeaza link (legatura web)",
RemoveLink			: "nlatura link (legatura web)",
Anchor				: "Insert/Edit Anchor",	//MISSING
InsertImageLbl		: "Imagine",
InsertImage			: "Insereaza/Editeaza imagine",
InsertTableLbl		: "Tabel",
InsertTable			: "Insereaza/Editeaza tabel",
InsertLineLbl		: "Linie",
InsertLine			: "Insereaza linie orizonta",
InsertSpecialCharLbl: "Caracter special",
InsertSpecialChar	: "Insereaza caracter special",
InsertSmileyLbl		: "Figura expresiva (Emoticon)",
InsertSmiley		: "Insereaza Figura expresiva (Emoticon)",
About				: "Despre FCKeditor",
Bold				: "ngrosat (bold)",
Italic				: "nclinat (italic)",
Underline			: "Subliniat (underline)",
StrikeThrough		: "Taiat (strike through)",
Subscript			: "Indice (subscript)",
Superscript			: "Putere (superscript)",
LeftJustify			: "Aliniere la stnga",
CenterJustify		: "Aliniere centrala",
RightJustify		: "Aliniere la dreapta",
BlockJustify		: "Aliniere n bloc (Block Justify)",
DecreaseIndent		: "Scade indentarea",
IncreaseIndent		: "Creste indentarea",
Undo				: "Starea anterioara (undo)",
Redo				: "Starea ulterioara (redo)",
NumberedListLbl		: "Lista numerotata",
NumberedList		: "Insereaza/Sterge lista numerotata",
BulletedListLbl		: "Lista cu puncte",
BulletedList		: "Insereaza/Sterge lista cu puncte",
ShowTableBorders	: "Arata marginile tabelului",
ShowDetails			: "Arata detalii",
Style				: "Stil",
FontFormat			: "Formatare",
Font				: "Font",
FontSize			: "Marime",
TextColor			: "Culoarea textului",
BGColor				: "Coloarea fundalului",
Source				: "Sursa",
Find				: "Gaseste",
Replace				: "nlocuieste",
SpellCheck			: "Check Spell",	//MISSING
UniversalKeyboard	: "Universal Keyboard",	//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

// Context Menu
EditLink			: "Editeaza Link",
InsertRow			: "Insereaza Row",
DeleteRows			: "Sterge Rows",
InsertColumn		: "Insereaza Column",
DeleteColumns		: "Sterge Columns",
InsertCell			: "Insereaza Cell",
DeleteCells			: "Sterge celule",
MergeCells			: "Uneste celule",
SplitCell			: "mparte celula",
CellProperties		: "Proprietatile celulei",
TableProperties		: "Proprietatile tabelului",
ImageProperties		: "Proprietatile imaginii",

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;Formatat;Adresa;Titlu 1;Titlu 2;Titlu 3;Titlu 4;Titlu 5;Titlu 6;Paragraf (DIV)",	// 2.0: The last entry has been added.

// Alerts and Messages
ProcessingXHTML		: "Procesam XHTML. Va rugam asteptati...",
Done				: "Am terminat",
PasteWordConfirm	: "Textul pe care doriti sa-l adaugati pare a fi formatat pentru Word. Doriti sa-l curatati de aceasta formatare nainte de a-l adauga?",
NotCompatiblePaste	: "Aceasta facilitate e disponibila doar pentru Microsoft Internet Explorer, versiunea 5.5 sau ulterioara. Vreti sa-l adaugati fara a-i fi nlaturat formatarea?",
UnknownToolbarItem	: "Obiectul \"%1\" din bara cu optiuni necunoscut",
UnknownCommand		: "Comanda \"%1\" necunoscuta",
NotImplemented		: "Comanda neimplementata",
UnknownToolbarSet	: "Grupul din bara cu optiuni \"%1\" nu exista",

// Dialogs
DlgBtnOK			: "Bine",
DlgBtnCancel		: "Anulare",
DlgBtnClose			: "nchidere",
DlgBtnBrowseServer	: "Browse Server",	//MISSING
DlgAdvancedTag		: "Avansat",
DlgOpOther			: "<Other>",	//MISSING

// General Dialogs Labels
DlgGenNotSet		: "<nesetat>",
DlgGenId			: "Id",
DlgGenLangDir		: "Directia cuvintelor",
DlgGenLangDirLtr	: "stnga-dreapta (LTR)",
DlgGenLangDirRtl	: "dreapta-stnga (RTL)",
DlgGenLangCode		: "Codul limbii",
DlgGenAccessKey		: "Tasta de acces",
DlgGenName			: "Nume",
DlgGenTabIndex		: "Indexul tabului",
DlgGenLongDescr		: "Descrierea lunga URL",
DlgGenClass			: "Clasele cu stilul paginii (CSS)",
DlgGenTitle			: "Titlul consultativ",
DlgGenContType		: "Tipul consultativ al titlului",
DlgGenLinkCharset	: "Setul de caractere al resursei legate",
DlgGenStyle			: "Stil",

// Image Dialog
DlgImgTitle			: "Proprietatile imaginii",
DlgImgInfoTab		: "Informatii despre imagine",
DlgImgBtnUpload		: "Trimite la server",
DlgImgURL			: "URL",
DlgImgUpload		: "ncarca",
DlgImgAlt			: "Text alternativ",
DlgImgWidth			: "Latime",
DlgImgHeight		: "naltime",
DlgImgLockRatio		: "Pastreaza proportiile",
DlgBtnResetSize		: "Reseteaza marimea",
DlgImgBorder		: "Margine",
DlgImgHSpace		: "HSpace",
DlgImgVSpace		: "VSpace",
DlgImgAlign			: "Aliniere",
DlgImgAlignLeft		: "Stnga",
DlgImgAlignAbsBottom: "Jos absolut (Abs Bottom)",
DlgImgAlignAbsMiddle: "Mijloc absolut (Abs Middle)",
DlgImgAlignBaseline	: "Linia de jos (Baseline)",
DlgImgAlignBottom	: "Jos",
DlgImgAlignMiddle	: "Mijloc",
DlgImgAlignRight	: "Dreapta",
DlgImgAlignTextTop	: "Text sus",
DlgImgAlignTop		: "Sus",
DlgImgPreview		: "Previzualizare",
DlgImgAlertUrl		: "Va rugam sa scrieti URL-ul imaginii",

// Link Dialog
DlgLnkWindowTitle	: "Link (Legatura web)",
DlgLnkInfoTab		: "Informatii despre link (Legatura web)",
DlgLnkTargetTab		: "Tinta (Target)",

DlgLnkType			: "Tipul link-ului (al legaturii web)",
DlgLnkTypeURL		: "URL",
DlgLnkTypeAnchor	: "Ancora n aceasta pagina",
DlgLnkTypeEMail		: "E-Mail",
DlgLnkProto			: "Protocol",
DlgLnkProtoOther	: "<altul>",
DlgLnkURL			: "URL",
DlgLnkAnchorSel		: "Selectati o ancora",
DlgLnkAnchorByName	: "dupa numele ancorei",
DlgLnkAnchorById	: "dupa Id-ul elementului",
DlgLnkNoAnchors		: "<Nici o ancora disponibila n document>",
DlgLnkEMail			: "Adresa de e-mail",
DlgLnkEMailSubject	: "Subiectul mesajului",
DlgLnkEMailBody		: "Continutul mesajului",
DlgLnkUpload		: "ncarca",
DlgLnkBtnUpload		: "Trimite la server",

DlgLnkTarget		: "Tinta (Target)",
DlgLnkTargetFrame	: "<frame>",
DlgLnkTargetPopup	: "<fereastra popup>",
DlgLnkTargetBlank	: "Fereastra noua (_blank)",
DlgLnkTargetParent	: "Fereastra parinte (_parent)",
DlgLnkTargetSelf	: "Aceeasi fereastra (_self)",
DlgLnkTargetTop		: "Fereastra din topul ierarhiei (_top)",
DlgLnkTargetFrameName	: "Target Frame Name",	//MISSING
DlgLnkPopWinName	: "Numele ferestrei popup",
DlgLnkPopWinFeat	: "Proprietatile ferestrei popup",
DlgLnkPopResize		: "Scalabila",
DlgLnkPopLocation	: "Bara de locatie",
DlgLnkPopMenu		: "Bara de meniu",
DlgLnkPopScroll		: "Scroll Bars",
DlgLnkPopStatus		: "Bara de status",
DlgLnkPopToolbar	: "Bara de optiuni",

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -