FPCUnit: moved one resource string to correct file

This commit is contained in:
Maxim Ganetsky 2023-11-19 22:12:47 +03:00
parent b8146c7183
commit cbe37c85ca
16 changed files with 54 additions and 12 deletions

View File

@ -1,7 +0,0 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: regtestinsight.rstestinsighttitle
msgid "Test Insight"
msgstr ""

View File

@ -10,6 +10,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "Vytvořit jednotku"

View File

@ -9,6 +9,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "Erzeuge Unit"

View File

@ -11,6 +11,10 @@ msgstr ""
"Language: fr\n"
"X-Generator: Poedit 1.7.5\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "Créer l'unité"

View File

@ -11,6 +11,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "Unit létrehozása"

View File

@ -11,6 +11,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Virtaal 0.5.1\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "Crea unit"

View File

@ -11,6 +11,10 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.5\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "Kurti modulį"

View File

@ -12,6 +12,10 @@ msgstr ""
"Language: pl\n"
"X-Generator: Poedit 1.8.7.1\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "Twórz moduł"

View File

@ -1,6 +1,10 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr ""

View File

@ -11,6 +11,10 @@ msgstr ""
"Language: pt_BR\n"
"X-Generator: Poedit 1.8.13\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "Criar unidade"

View File

@ -9,6 +9,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "Создать модуль"

View File

@ -12,6 +12,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.2\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "Birim oluştur"

View File

@ -11,6 +11,10 @@ msgstr ""
"Language: uk\n"
"X-Generator: Poedit 1.6.4\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "Створити модуль"

View File

@ -12,6 +12,10 @@ msgstr ""
"X-Generator: Poedit 3.3.2\n"
"X-Poedit-SourceCharset: UTF-8\n"
#: strtestcaseopts.rstestinsighttitle
msgid "Test Insight"
msgstr ""
#: strtestcaseopts.sbtncreate
msgid "Create unit"
msgstr "创建单元"

View File

@ -9,7 +9,7 @@ uses
Forms,
IDECommands, MenuIntf, IDEWindowIntf, LazIDEIntf, IDEMsgIntf,
IDEOptEditorIntf, IDEDialogs, IDEOptionsIntf, IDEExternToolIntf,
frmTestInsight, testinsightserver;
frmTestInsight, testinsightserver, strtestcaseopts;
Type
@ -67,10 +67,6 @@ var
FreeNotifier : TFormFreeNotifier;
TestInsightForm: TTestInsightForm;
resourcestring
rsTestInsightTitle = 'Test Insight';
Function ShowFileAt(aLocationFile : String; aLocationLine : integer) : Boolean;

View File

@ -28,6 +28,7 @@ resourcestring
sCreateFirstTestCase = '&Create first test case';
sDefaultOutputFormat = 'Default output &format';
rsTestInsightTitle = 'Test Insight';
implementation
end.