mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
Merged revision(s) 49295 #5029e7c477 from trunk:
IDE: fixed Version Info dialog stringgrid title i18n and made some fixes/improvements to Russian translation, bug #28251 ........ git-svn-id: branches/fixes_1_4@49297 -
This commit is contained in:
parent
7904f51dc7
commit
c89fc75712
@ -147,8 +147,8 @@ begin
|
||||
LanguageSelectionLabel.Caption := rsLanguageSelection;
|
||||
CharacterSetLabel.Caption := rsCharacterSet;
|
||||
OtherInfoGroupBox.Caption := rsOtherInfo;
|
||||
StringInfo.Cells[0, 0] := lisKey;
|
||||
StringInfo.Cells[0, 1] := lisValue;
|
||||
StringInfo.Columns[0].Title.Caption := lisKey;
|
||||
StringInfo.Columns[1].Title.Caption := lisValue;
|
||||
AttributesGroupBox.Caption := rsAttributes;
|
||||
for Attr := Low(TProjectVersionAttribute) to High(TProjectVersionAttribute) do
|
||||
clbAttributes.AddItem(ProjectVersionAttributeToStr[Attr], nil);
|
||||
|
@ -5,7 +5,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2015-05-30 02:58+0300\n"
|
||||
"PO-Revision-Date: 2015-06-09 02:34+0300\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,3325,-1,-1\n"
|
||||
@ -1716,7 +1716,7 @@ msgstr "Каталог исходного кода FPC"
|
||||
|
||||
#: lazarusidestrconsts.dlgframecolor
|
||||
msgid "Text-mark"
|
||||
msgstr "Отметка"
|
||||
msgstr "Рамка"
|
||||
|
||||
#: lazarusidestrconsts.dlgfrmeditor
|
||||
msgid "Form Editor"
|
||||
@ -9724,7 +9724,7 @@ msgstr "Оставить их и продолжить"
|
||||
#: lazarusidestrconsts.liskey
|
||||
msgctxt "lazarusidestrconsts.liskey"
|
||||
msgid "Key"
|
||||
msgstr "Клавиша"
|
||||
msgstr "Ключ"
|
||||
|
||||
#: lazarusidestrconsts.liskeycatcustom
|
||||
msgid "Custom commands"
|
||||
|
Loading…
Reference in New Issue
Block a user