mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-05 23:41:23 +01:00
Components, FpWeb: improved strings, regenerated translations and updated Russian translation
git-svn-id: trunk@27447 -
This commit is contained in:
parent
8ce54f82b0
commit
5bdbf0884d
@ -87,7 +87,7 @@ uses fpWebStrConsts;
|
||||
|
||||
procedure TfpwebNewHtmlTagTDForm.FormCreate(Sender: TObject);
|
||||
begin
|
||||
Caption:=SHTMLTagProperty + 'TD';
|
||||
Caption:=Format(SHTMLTagProperty, ['TD']);
|
||||
end;
|
||||
|
||||
function TfpwebNewHtmlTagTDForm.HtmlText: string;
|
||||
|
||||
@ -76,7 +76,7 @@ uses fpWebStrConsts;
|
||||
|
||||
procedure TfpwebNewHtmlTagTRForm.FormCreate(Sender: TObject);
|
||||
begin
|
||||
Caption:=SHTMLTagProperty + 'TR';
|
||||
Caption:=Format(SHTMLTagProperty, ['TR']);
|
||||
end;
|
||||
|
||||
function TfpwebNewHtmlTagTRForm.HtmlText: string;
|
||||
|
||||
@ -35,7 +35,7 @@ resourcestring
|
||||
SmiHTMLTextAlignCenter = 'Text align center';
|
||||
SmiHTMLTextAlignJustify = 'Text align justify';
|
||||
|
||||
SmiHTMLStyle = 'Style';
|
||||
SmiHTMLStyle = 'Styles';
|
||||
SmiHTMLLists = 'Lists';
|
||||
SmiHTMLTables = 'Tables';
|
||||
SmiHTMLForms = 'Forms';
|
||||
@ -54,10 +54,10 @@ resourcestring
|
||||
SmiHTMLInsertHeader3Level = 'Insert HTML level 3 header';
|
||||
SmiHTMLInsertHeader4Level = 'Insert HTML level 4 header';
|
||||
SmiHTMLInsertHeader5Level = 'Insert HTML level 5 header';
|
||||
SmiHTMLInsertColor = 'Insert HTML Color';
|
||||
SmiHTMLInsertDIVBlock = 'Insert DIV Block';
|
||||
SmiHTMLInsertSpanText = 'Insert Span Text';
|
||||
SmiHTMLInsertPre = 'Insert Pre';
|
||||
SmiHTMLInsertColor = 'Insert HTML color value';
|
||||
SmiHTMLInsertDIVBlock = 'Insert HTML DIV tag';
|
||||
SmiHTMLInsertSpanText = 'Insert HTML SPAN tag';
|
||||
SmiHTMLInsertPre = 'Insert HTML PRE tag';
|
||||
SmiHTMLInsertSub = 'Insert Subscript';
|
||||
SmiHTMLInsertSuper = 'Insert Superscript';
|
||||
|
||||
@ -69,11 +69,11 @@ resourcestring
|
||||
SmiHTMLFormCheckBox = 'Insert CheckBox control';
|
||||
SmiHTMLFormRadioBtn = 'Insert RadioBtn control';
|
||||
SmiHTMLFormButtton = 'Insert Button control';
|
||||
SmiHTMLInsertInput = 'Insert HTML Input tag';
|
||||
SmiHTMLInsertInput = 'Insert HTML INPUT tag';
|
||||
SmiHTMLInsertInputSubmit = 'Insert "Submit" button ';
|
||||
SmiHTMLInsertInputReset = 'Insert "Reset" button';
|
||||
SmiHTMLFormFieldSet = 'Insert FieldSet';
|
||||
SmiHTMLFormLegend = 'Insert Legend';
|
||||
SmiHTMLFormFieldSet = 'Insert HTML FIELDSET tag';
|
||||
SmiHTMLFormLegend = 'Insert HTML LEGEND tag';
|
||||
|
||||
SmiOtherInsertFN = 'Insert file name';
|
||||
|
||||
@ -92,7 +92,7 @@ resourcestring
|
||||
SCSSFileDesc = 'Create new CSS file...';
|
||||
SCSSSource = 'Enter your classes/style definitions here';
|
||||
|
||||
SHTMLTagProperty = 'Tag property : ';
|
||||
SHTMLTagProperty = 'Tag property: %s';
|
||||
|
||||
SHTMLTableFormCaption = 'New HTML table...';
|
||||
SHTMLTableFormColumnCount = 'Column count';
|
||||
|
||||
@ -161,7 +161,7 @@ msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.shtmltagproperty
|
||||
msgid "Tag property : "
|
||||
msgid "Tag property: %s"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.shtmltitle
|
||||
@ -194,11 +194,11 @@ msgid "Insert CheckBox control"
|
||||
msgstr "Checkbox einfügen"
|
||||
|
||||
#: fpwebstrconsts.smihtmlformfieldset
|
||||
msgid "Insert FieldSet"
|
||||
msgid "Insert HTML FIELDSET tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlformlegend
|
||||
msgid "Insert Legend"
|
||||
msgid "Insert HTML LEGEND tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlformradiobtn
|
||||
@ -228,8 +228,10 @@ msgid "Insert new line"
|
||||
msgstr "Neue Zeile einfügen"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertcolor
|
||||
#, fuzzy
|
||||
#| msgid "Insert HTML Color"
|
||||
msgctxt "fpwebstrconsts.smihtmlinsertcolor"
|
||||
msgid "Insert HTML Color"
|
||||
msgid "Insert HTML color value"
|
||||
msgstr "HTML-Farbe einfügen"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertcomment
|
||||
@ -238,7 +240,7 @@ msgid "Insert HTML comment"
|
||||
msgstr "HTML-Kommentar einfügen"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertdivblock
|
||||
msgid "Insert DIV Block"
|
||||
msgid "Insert HTML DIV tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertform
|
||||
@ -278,7 +280,7 @@ msgstr "Bild einfügen"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertinput
|
||||
msgctxt "fpwebstrconsts.smihtmlinsertinput"
|
||||
msgid "Insert HTML Input tag"
|
||||
msgid "Insert HTML INPUT tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertinputreset
|
||||
@ -304,11 +306,11 @@ msgid "Insert Non Breaking Space"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertpre
|
||||
msgid "Insert Pre"
|
||||
msgid "Insert HTML PRE tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertspantext
|
||||
msgid "Insert Span Text"
|
||||
msgid "Insert HTML SPAN tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertsub
|
||||
@ -359,8 +361,10 @@ msgid "Standard"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlstyle
|
||||
#, fuzzy
|
||||
#| msgid "Style"
|
||||
msgctxt "fpwebstrconsts.smihtmlstyle"
|
||||
msgid "Style"
|
||||
msgid "Styles"
|
||||
msgstr "Stil"
|
||||
|
||||
#: fpwebstrconsts.smihtmltables
|
||||
|
||||
@ -138,7 +138,7 @@ msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.shtmltagproperty
|
||||
msgid "Tag property : "
|
||||
msgid "Tag property: %s"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.shtmltitle
|
||||
@ -170,11 +170,11 @@ msgid "Insert CheckBox control"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlformfieldset
|
||||
msgid "Insert FieldSet"
|
||||
msgid "Insert HTML FIELDSET tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlformlegend
|
||||
msgid "Insert Legend"
|
||||
msgid "Insert HTML LEGEND tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlformradiobtn
|
||||
@ -202,7 +202,7 @@ msgid "Insert new line"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertcolor
|
||||
msgid "Insert HTML Color"
|
||||
msgid "Insert HTML color value"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertcomment
|
||||
@ -210,7 +210,7 @@ msgid "Insert HTML comment"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertdivblock
|
||||
msgid "Insert DIV Block"
|
||||
msgid "Insert HTML DIV tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertform
|
||||
@ -246,7 +246,7 @@ msgid "Insert image"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertinput
|
||||
msgid "Insert HTML Input tag"
|
||||
msgid "Insert HTML INPUT tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertinputreset
|
||||
@ -270,11 +270,11 @@ msgid "Insert Non Breaking Space"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertpre
|
||||
msgid "Insert Pre"
|
||||
msgid "Insert HTML PRE tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertspantext
|
||||
msgid "Insert Span Text"
|
||||
msgid "Insert HTML SPAN tag"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertsub
|
||||
@ -318,7 +318,7 @@ msgid "Standard"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmlstyle
|
||||
msgid "Style"
|
||||
msgid "Styles"
|
||||
msgstr ""
|
||||
|
||||
#: fpwebstrconsts.smihtmltables
|
||||
|
||||
@ -161,8 +161,9 @@ msgid "Submit"
|
||||
msgstr "Отправить"
|
||||
|
||||
#: fpwebstrconsts.shtmltagproperty
|
||||
msgid "Tag property : "
|
||||
msgstr "Свойства тега: "
|
||||
#| msgid "Tag property: "
|
||||
msgid "Tag property: %s"
|
||||
msgstr "Свойства тега: %s"
|
||||
|
||||
#: fpwebstrconsts.shtmltitle
|
||||
msgid "Html &title - <title>"
|
||||
@ -194,12 +195,14 @@ msgid "Insert CheckBox control"
|
||||
msgstr "Вставить флажок"
|
||||
|
||||
#: fpwebstrconsts.smihtmlformfieldset
|
||||
msgid "Insert FieldSet"
|
||||
msgstr "Вставить набор полей"
|
||||
#| msgid "Insert FieldSet"
|
||||
msgid "Insert HTML FIELDSET tag"
|
||||
msgstr "Вставить тег HTML FIELDSET"
|
||||
|
||||
#: fpwebstrconsts.smihtmlformlegend
|
||||
msgid "Insert Legend"
|
||||
msgstr "Вставить заголовок набора полей"
|
||||
#| msgid "Insert Legend"
|
||||
msgid "Insert HTML LEGEND tag"
|
||||
msgstr "Вставить тег HTML LEGEND"
|
||||
|
||||
#: fpwebstrconsts.smihtmlformradiobtn
|
||||
msgid "Insert RadioBtn control"
|
||||
@ -228,9 +231,10 @@ msgid "Insert new line"
|
||||
msgstr "Вставить новую строку"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertcolor
|
||||
#| msgid "Insert HTML Color"
|
||||
msgctxt "fpwebstrconsts.smihtmlinsertcolor"
|
||||
msgid "Insert HTML Color"
|
||||
msgstr "Вставить цвет HTML"
|
||||
msgid "Insert HTML color value"
|
||||
msgstr "Вставить значение цвета HTML"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertcomment
|
||||
msgctxt "fpwebstrconsts.smihtmlinsertcomment"
|
||||
@ -238,8 +242,9 @@ msgid "Insert HTML comment"
|
||||
msgstr "Вставить комментарий HTML"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertdivblock
|
||||
msgid "Insert DIV Block"
|
||||
msgstr "Вставить блок DIV"
|
||||
#| msgid "Insert DIV Block"
|
||||
msgid "Insert HTML DIV tag"
|
||||
msgstr "Вставить тег HTML DIV"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertform
|
||||
msgctxt "fpwebstrconsts.smihtmlinsertform"
|
||||
@ -277,8 +282,9 @@ msgid "Insert image"
|
||||
msgstr "Вставить изображение"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertinput
|
||||
#| msgid "Insert HTML Input tag"
|
||||
msgctxt "fpwebstrconsts.smihtmlinsertinput"
|
||||
msgid "Insert HTML Input tag"
|
||||
msgid "Insert HTML INPUT tag"
|
||||
msgstr "Вставить тег HTML INPUT"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertinputreset
|
||||
@ -304,12 +310,14 @@ msgid "Insert Non Breaking Space"
|
||||
msgstr "Вставить неразрывный пробел"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertpre
|
||||
msgid "Insert Pre"
|
||||
msgstr "Вставить тег PRE"
|
||||
#| msgid "Insert Pre"
|
||||
msgid "Insert HTML PRE tag"
|
||||
msgstr "Вставить тег HTML PRE"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertspantext
|
||||
msgid "Insert Span Text"
|
||||
msgstr "Вставить тег SPAN"
|
||||
#| msgid "Insert Span Text"
|
||||
msgid "Insert HTML SPAN tag"
|
||||
msgstr "Вставить тег HTML SPAN"
|
||||
|
||||
#: fpwebstrconsts.smihtmlinsertsub
|
||||
msgid "Insert Subscript"
|
||||
@ -359,8 +367,9 @@ msgid "Standard"
|
||||
msgstr "Стандартные"
|
||||
|
||||
#: fpwebstrconsts.smihtmlstyle
|
||||
#| msgid "Style"
|
||||
msgctxt "fpwebstrconsts.smihtmlstyle"
|
||||
msgid "Style"
|
||||
msgid "Styles"
|
||||
msgstr "Стили"
|
||||
|
||||
#: fpwebstrconsts.smihtmltables
|
||||
|
||||
Loading…
Reference in New Issue
Block a user