LazReport: fixed typo in 'sErrorOccured' resource string name

git-svn-id: trunk@65211 -
This commit is contained in:
maxim 2021-06-10 22:42:34 +00:00
parent 0910337b75
commit 52952de666
18 changed files with 18 additions and 18 deletions

View File

@ -297,7 +297,7 @@ begin
if (APage >= 1) and (APage <= PageCount) then
ActivePage := APage - 1
else
raise Exception.CreateFmt(sErrorOccured, [self.ClassName]);
raise Exception.CreateFmt(sErrorOccurred, [self.ClassName]);
end;
procedure TlrCodeReport.EnableMillimeters;

View File

@ -850,7 +850,7 @@ msgstr ""
msgid "Error"
msgstr "Error"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr "Během počítání výsledků nastala chyba"

View File

@ -851,7 +851,7 @@ msgstr ""
msgid "Error"
msgstr "Fehler"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr "Bei der Berechnung trat ein Fehler auf"

View File

@ -844,7 +844,7 @@ msgstr ""
msgid "Error"
msgstr "Error"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr "Ocurrió un error durante el cálculo"

View File

@ -842,7 +842,7 @@ msgstr "\"to\" nécessaire ici"
msgid "Error"
msgstr "Erreur"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr "Une erreur s'est produite pendant le calcul"

View File

@ -841,7 +841,7 @@ msgstr "Ide \"to\" kell"
msgid "Error"
msgstr "Hiba"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr "Hiba keletkezett a számolás közben"

View File

@ -858,7 +858,7 @@ msgstr ""
msgid "Error"
msgstr "Salah"
#: lr_const.serroroccured
#: lr_const.serroroccurred
#, fuzzy
#| msgid "An error occured during calculating"
msgid "An error occurred during calculation"

View File

@ -845,7 +845,7 @@ msgstr ""
msgid "Error"
msgstr "Errore"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr "Errore durante il calcolo"

View File

@ -844,7 +844,7 @@ msgstr "Šioje vietoje būtinas „to“"
msgid "Error"
msgstr "Klaida"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr "Skaičiuojant įvyko klaida"

View File

@ -849,7 +849,7 @@ msgstr ""
msgid "Error"
msgstr "Błąd"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr "Wystąpił błąd podczas kalkulacji"

View File

@ -834,7 +834,7 @@ msgstr ""
msgid "Error"
msgstr ""
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr ""

View File

@ -841,7 +841,7 @@ msgstr "\"to\" necessário aqui"
msgid "Error"
msgstr "Erro"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr "Ocorreu um erro durante o cálculo"

View File

@ -841,7 +841,7 @@ msgstr "Здесь необходимо \"to\""
msgid "Error"
msgstr "Ошибка"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr "Во время подсчёта произошла ошибка"

View File

@ -841,7 +841,7 @@ msgstr ""
msgid "Error"
msgstr "Hata"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr ""

View File

@ -843,7 +843,7 @@ msgstr "Тут потрібне \"to\""
msgid "Error"
msgstr "Помилка"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr "Під час обчислення сталася помилка"

View File

@ -842,7 +842,7 @@ msgstr "需要\"to\"在这里"
msgid "Error"
msgstr "错误"
#: lr_const.serroroccured
#: lr_const.serroroccurred
msgid "An error occurred during calculation"
msgstr ""

View File

@ -6441,7 +6441,7 @@ var
i: Integer;
begin
ErrorFlag := True;
ErrorStr := sErrorOccured;
ErrorStr := sErrorOccurred;
for i := 0 to CurView.Memo.Count - 1 do
ErrorStr := ErrorStr + LineEnding + CurView.Memo[i];
ErrorStr := ErrorStr + LineEnding +

View File

@ -268,7 +268,7 @@ resourcestring
sInches = 'Inches';
sVirtualDataset = 'Virtual Dataset';
sFRVariables = 'FR variables';
sErrorOccured = 'An error occurred during calculation';
sErrorOccurred = 'An error occurred during calculation';
sSpecVal = 'Other';
sInvalidFRFReport = 'Invalid binary report';
sInvalidLRFReport = 'Invalid report format';