mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 13:19:18 +02:00
codetools: resourcestring
git-svn-id: trunk@41980 -
This commit is contained in:
parent
5403670354
commit
4d11ba6ac9
@ -121,6 +121,7 @@ ResourceString
|
||||
// find declaration
|
||||
ctsUnitNotFound = 'unit not found: %s';
|
||||
ctsSourceNotFoundUnit = 'source not found: unit %s. Check your FPC source directory.';
|
||||
ctsNeededByMode = ' (needed by mode "%s")';
|
||||
ctsIdentifierNotFound = 'identifier not found: %s';
|
||||
ctsNotEnoughGenParams = 'Not enough actual generic parameters';
|
||||
ctsExpected = '"%s" expected';
|
||||
|
@ -2214,7 +2214,8 @@ begin
|
||||
MoveCursorToCleanPos(ErrorPos)
|
||||
else begin
|
||||
CurPos.StartPos:=-1;
|
||||
ErrMsg:=' (needed by mode "'+CompilerModeNames[Scanner.CompilerMode]+'")';
|
||||
ErrMsg:=Format(ctsNeededByMode, [CompilerModeNames[Scanner.CompilerMode]]
|
||||
);
|
||||
end;
|
||||
if CompiledFilename<>'' then begin
|
||||
// there is a compiled unit, only the source was not found
|
||||
|
@ -649,6 +649,10 @@ msgstr "Directori %s"
|
||||
msgid "%s Project"
|
||||
msgstr "Projecte %s"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr ""
|
||||
|
@ -650,6 +650,10 @@ msgstr "%s Adresář"
|
||||
msgid "%s Project"
|
||||
msgstr "%s Projekt"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "Vnořené definice %s nejsou povoleny"
|
||||
|
@ -651,6 +651,10 @@ msgstr "Verzeichnis %s"
|
||||
msgid "%s Project"
|
||||
msgstr "Projekt %s"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "Geschachtelte %s-Definitionen sind nicht zulässig"
|
||||
|
@ -649,6 +649,10 @@ msgstr "Directorio %s"
|
||||
msgid "%s Project"
|
||||
msgstr "%s Proyecto"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "Las definiciones %s anidadas no están permitidas"
|
||||
|
@ -642,6 +642,10 @@ msgstr ""
|
||||
msgid "%s Project"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr ""
|
||||
|
@ -650,6 +650,10 @@ msgstr "Répertoire %s"
|
||||
msgid "%s Project"
|
||||
msgstr "Projet %s"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "On ne permet pas des définitions imbriqués %s"
|
||||
|
@ -649,6 +649,10 @@ msgstr "תיקייה s%"
|
||||
msgid "%s Project"
|
||||
msgstr "פרוייקט s%"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "הגדרות מקוננות s% אסורות"
|
||||
|
@ -650,6 +650,10 @@ msgstr " Direktori %s"
|
||||
msgid "%s Project"
|
||||
msgstr "%s Proyek"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "Pengulangan definisi %s tidak dibolehkan"
|
||||
|
@ -647,6 +647,10 @@ msgstr "Directory %s"
|
||||
msgid "%s Project"
|
||||
msgstr "Progetto %s"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "Le definizioni annidate %s non sono permesse"
|
||||
|
@ -650,6 +650,10 @@ msgstr "%s aplankas"
|
||||
msgid "%s Project"
|
||||
msgstr "%s projektas"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "Įdėtinės %s apibrėžtys neleidžiamos"
|
||||
|
@ -649,6 +649,10 @@ msgstr ""
|
||||
msgid "%s Project"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr ""
|
||||
|
@ -653,6 +653,10 @@ msgstr "katalog %s"
|
||||
msgid "%s Project"
|
||||
msgstr "%s Projekt"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr ""
|
||||
|
@ -642,6 +642,10 @@ msgstr ""
|
||||
msgid "%s Project"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr ""
|
||||
|
@ -648,6 +648,10 @@ msgstr "Diretório %s"
|
||||
msgid "%s Project"
|
||||
msgstr "Projeto %s"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "Definições aninhadas %s não são permitidas"
|
||||
|
@ -648,6 +648,10 @@ msgstr "Каталог %s"
|
||||
msgid "%s Project"
|
||||
msgstr "Проект %s"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "Вложенные определения %s не разрешаются"
|
||||
|
@ -648,6 +648,10 @@ msgstr ""
|
||||
msgid "%s Project"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr ""
|
||||
|
@ -650,6 +650,10 @@ msgstr "Тека %s"
|
||||
msgid "%s Project"
|
||||
msgstr "Проект %s"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "Вкладені %s визначення не дозволені"
|
||||
|
@ -652,6 +652,10 @@ msgstr "%s 目录"
|
||||
msgid "%s Project"
|
||||
msgstr "%s 工程"
|
||||
|
||||
#: codetoolsstrconsts.ctsneededbymode
|
||||
msgid " (needed by mode \"%s\")"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr "不允许嵌套定义 %s"
|
||||
|
Loading…
Reference in New Issue
Block a user