From 7a805339f73a4345af045b140ad5a32a52f2a993 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 3 Jan 2013 12:19:51 +0000 Subject: [PATCH] lclbase,lazutils: moved utf8process to lazutils git-svn-id: trunk@39744 - --- .gitattributes | 2 +- .../languages/lazutilsstrconsts.ar.po | 19 +- .../languages/lazutilsstrconsts.de.po | 8 + .../languages/lazutilsstrconsts.lt.po | 28 +- .../lazutils/languages/lazutilsstrconsts.po | 8 + .../languages/lazutilsstrconsts.pt_BR.po | 8 + .../languages/lazutilsstrconsts.ru.po | 8 + .../languages/lazutilsstrconsts.uk.po | 8 + components/lazutils/lazutils.lpk | 7 +- components/lazutils/lazutils.pas | 3 +- components/lazutils/lazutilsstrconsts.pas | 2 + {lcl => components/lazutils}/utf8process.pp | 6 +- lcl/alllclunits.pp | 12 +- lcl/languages/lclstrconsts.ar.po | 8 - lcl/languages/lclstrconsts.ca.po | 8 - lcl/languages/lclstrconsts.cs.po | 8 - lcl/languages/lclstrconsts.de.po | 8 - lcl/languages/lclstrconsts.es.po | 8 - lcl/languages/lclstrconsts.fi.po | 8 - lcl/languages/lclstrconsts.fr.po | 8 - lcl/languages/lclstrconsts.he.po | 8 - lcl/languages/lclstrconsts.id.po | 8 - lcl/languages/lclstrconsts.it.po | 8 - lcl/languages/lclstrconsts.lt.po | 8 - lcl/languages/lclstrconsts.nl.po | 8 - lcl/languages/lclstrconsts.no.po | 8 - lcl/languages/lclstrconsts.pl.po | 8 - lcl/languages/lclstrconsts.po | 8 - lcl/languages/lclstrconsts.pt_BR.po | 8 - lcl/languages/lclstrconsts.ru.po | 8 - lcl/languages/lclstrconsts.sk.po | 8 - lcl/languages/lclstrconsts.tr.po | 8 - lcl/languages/lclstrconsts.uk.po | 8 - lcl/languages/lclstrconsts.zh_CN.po | 8 - lcl/lclbase.lpk | 536 +++++++++--------- lcl/lclstrconsts.pas | 2 - 36 files changed, 354 insertions(+), 471 deletions(-) rename {lcl => components/lazutils}/utf8process.pp (97%) diff --git a/.gitattributes b/.gitattributes index 93a71b45a7..c8727453af 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2135,6 +2135,7 @@ components/lazutils/ttraster_sweep.inc svneol=native#text/pascal components/lazutils/tttables.pas svneol=native#text/pascal components/lazutils/tttypes.pas svneol=native#text/pascal components/lazutils/unixfileutil.inc svneol=native#text/pascal +components/lazutils/utf8process.pp svneol=native#text/pascal components/lazutils/winfileutil.inc svneol=native#text/pascal components/leakview/Makefile svneol=native#text/plain components/leakview/Makefile.compiled svneol=native#text/plain @@ -6556,7 +6557,6 @@ lcl/toolwin.pp svneol=native#text/pascal lcl/translations.pas svneol=native#text/pascal lcl/update_allunits.lpi svneol=native#text/plain lcl/update_allunits.lpr svneol=native#text/plain -lcl/utf8process.pp svneol=native#text/pascal lcl/utrace.pp svneol=native#text/pascal lcl/valedit.pas svneol=native#text/plain lcl/widgetset/README.txt svneol=native#text/plain diff --git a/components/lazutils/languages/lazutilsstrconsts.ar.po b/components/lazutils/languages/lazutilsstrconsts.ar.po index 7ff36e419b..328b4b539b 100644 --- a/components/lazutils/languages/lazutilsstrconsts.ar.po +++ b/components/lazutils/languages/lazutilsstrconsts.ar.po @@ -1,7 +1,7 @@ -# Arabic translation of Free Pascal Lazarus Project. -# Copyright (C) 2012 Lazarus Project -# This file is distributed under the same license as the Lazarus package. -# Khaled Shagrouni , 2012. + Arabic translation of Free Pascal Lazarus Project. + Copyright (C) 2012 Lazarus Project + This file is distributed under the same license as the Lazarus package. + Khaled Shagrouni , 2012. msgid "" msgstr "" "Project-Id-Version: Free Pascal Lazarus Project.\n" @@ -37,6 +37,10 @@ msgctxt "lazutilsstrconsts.lrsadirectorycomponentinisnotadirectory2" msgid "a directory component in %s is not a directory" msgstr "مكون دليل في %s ليس دليل" +#: lazutilsstrconsts.lrscannotexecute +msgid "can not execute %s" +msgstr "" + #: lazutilsstrconsts.lrsfiledoesnotexist msgid "file \"%s\" does not exist" msgstr "ملف \"%s\" غير موجود" @@ -71,6 +75,10 @@ msgctxt "lazutilsstrconsts.lrsmodified" msgid " modified " msgstr " تمّ تحويره" +#: lazutilsstrconsts.lrsprogramfilenotfound +msgid "program file not found %s" +msgstr "" + #: lazutilsstrconsts.lrsreadaccessdeniedfor msgid "read access denied for %s" msgstr "ولوج التنفيذ مرفوض ل %s" @@ -82,4 +90,5 @@ msgstr " حجم" #: lazutilsstrconsts.lrsunabletocreateconfigdirectorys msgid "Unable to create config directory \"%s\"" -msgstr "عدم التمكّن من إنشاء دليل توصيف \"%s\"" \ No newline at end of file +msgstr "عدم التمكّن من إنشاء دليل توصيف \"%s\"" + diff --git a/components/lazutils/languages/lazutilsstrconsts.de.po b/components/lazutils/languages/lazutilsstrconsts.de.po index 77ad1c7183..354d867081 100644 --- a/components/lazutils/languages/lazutilsstrconsts.de.po +++ b/components/lazutils/languages/lazutilsstrconsts.de.po @@ -29,6 +29,10 @@ msgctxt "lazutilsstrconsts.lrsadirectorycomponentinisnotadirectory2" msgid "a directory component in %s is not a directory" msgstr "" +#: lazutilsstrconsts.lrscannotexecute +msgid "can not execute %s" +msgstr "" + #: lazutilsstrconsts.lrsfiledoesnotexist msgid "file \"%s\" does not exist" msgstr "Datei \"%s\" existiert nicht" @@ -63,6 +67,10 @@ msgctxt "lazutilsstrconsts.lrsmodified" msgid " modified " msgstr "geändert" +#: lazutilsstrconsts.lrsprogramfilenotfound +msgid "program file not found %s" +msgstr "" + #: lazutilsstrconsts.lrsreadaccessdeniedfor msgid "read access denied for %s" msgstr "Lesezugriff verweigert für %s" diff --git a/components/lazutils/languages/lazutilsstrconsts.lt.po b/components/lazutils/languages/lazutilsstrconsts.lt.po index 25a4428660..1864b21629 100644 --- a/components/lazutils/languages/lazutilsstrconsts.lt.po +++ b/components/lazutils/languages/lazutilsstrconsts.lt.po @@ -1,4 +1,4 @@ -# Valdas Jankunas , 2012. + Valdas Jankunas , 2012. msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" @@ -9,25 +9,18 @@ msgstr "" "Language: lt\n" "Content-Transfer-Encoding: 8bit\n" "MIME-Version: 1.0\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%" -"100<10 || n%100>=20) ? 1 : 2);\n" +"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" #: lazutilsstrconsts.lrsadirectorycomponentindoesnotexistorisadanglingsyml -msgctxt "" -"lazutilsstrconsts.lrsadirectorycomponentindoesnotexistorisadanglingsyml" +msgctxt "lazutilsstrconsts.lrsadirectorycomponentindoesnotexistorisadanglingsyml" msgid "a directory component in %s does not exist or is a dangling symlink" -msgstr "" -"%s esantis aplanko komponentas neegzistuoja arba jis yra betikslis simbolinis " -"saitas" +msgstr "%s esantis aplanko komponentas neegzistuoja arba jis yra betikslis simbolinis saitas" #: lazutilsstrconsts.lrsadirectorycomponentindoesnotexistorisadanglingsyml2 -msgctxt "" -"lazutilsstrconsts.lrsadirectorycomponentindoesnotexistorisadanglingsyml2" +msgctxt "lazutilsstrconsts.lrsadirectorycomponentindoesnotexistorisadanglingsyml2" msgid "a directory component in %s does not exist or is a dangling symlink" -msgstr "" -"%s esantis aplanko komponentas neegzistuoja arba jis yra betikslis simbolinis " -"saitas" +msgstr "%s esantis aplanko komponentas neegzistuoja arba jis yra betikslis simbolinis saitas" #: lazutilsstrconsts.lrsadirectorycomponentinisnotadirectory msgctxt "lazutilsstrconsts.lrsadirectorycomponentinisnotadirectory" @@ -39,6 +32,10 @@ msgctxt "lazutilsstrconsts.lrsadirectorycomponentinisnotadirectory2" msgid "a directory component in %s is not a directory" msgstr "%s esantis aplanko komponentas nėra aplankas" +#: lazutilsstrconsts.lrscannotexecute +msgid "can not execute %s" +msgstr "" + #: lazutilsstrconsts.lrsfiledoesnotexist msgid "file \"%s\" does not exist" msgstr "failas „%s“ neegzistuoja" @@ -73,6 +70,10 @@ msgctxt "lazutilsstrconsts.lrsmodified" msgid " modified " msgstr " pakeista " +#: lazutilsstrconsts.lrsprogramfilenotfound +msgid "program file not found %s" +msgstr "" + #: lazutilsstrconsts.lrsreadaccessdeniedfor msgid "read access denied for %s" msgstr "iš %s skaityti draudžiama" @@ -86,4 +87,3 @@ msgstr " dydis " msgid "Unable to create config directory \"%s\"" msgstr "Nepavyko sukurti aplanko „%s“ konfigūracijai" - diff --git a/components/lazutils/languages/lazutilsstrconsts.po b/components/lazutils/languages/lazutilsstrconsts.po index 53522fc616..c6bebf8a15 100644 --- a/components/lazutils/languages/lazutilsstrconsts.po +++ b/components/lazutils/languages/lazutilsstrconsts.po @@ -21,6 +21,10 @@ msgctxt "lazutilsstrconsts.lrsadirectorycomponentinisnotadirectory2" msgid "a directory component in %s is not a directory" msgstr "" +#: lazutilsstrconsts.lrscannotexecute +msgid "can not execute %s" +msgstr "" + #: lazutilsstrconsts.lrsfiledoesnotexist msgid "file \"%s\" does not exist" msgstr "" @@ -55,6 +59,10 @@ msgctxt "lazutilsstrconsts.lrsmodified" msgid " modified " msgstr "" +#: lazutilsstrconsts.lrsprogramfilenotfound +msgid "program file not found %s" +msgstr "" + #: lazutilsstrconsts.lrsreadaccessdeniedfor msgid "read access denied for %s" msgstr "" diff --git a/components/lazutils/languages/lazutilsstrconsts.pt_BR.po b/components/lazutils/languages/lazutilsstrconsts.pt_BR.po index e822c8e38c..c5f165ef8c 100644 --- a/components/lazutils/languages/lazutilsstrconsts.pt_BR.po +++ b/components/lazutils/languages/lazutilsstrconsts.pt_BR.po @@ -29,6 +29,10 @@ msgctxt "lazutilsstrconsts.lrsadirectorycomponentinisnotadirectory2" msgid "a directory component in %s is not a directory" msgstr "um componente diretório em %s não é um diretório" +#: lazutilsstrconsts.lrscannotexecute +msgid "can not execute %s" +msgstr "" + #: lazutilsstrconsts.lrsfiledoesnotexist msgid "file \"%s\" does not exist" msgstr "arquivo \"%s\" não existe" @@ -63,6 +67,10 @@ msgctxt "lazutilsstrconsts.lrsmodified" msgid " modified " msgstr " modificado" +#: lazutilsstrconsts.lrsprogramfilenotfound +msgid "program file not found %s" +msgstr "" + #: lazutilsstrconsts.lrsreadaccessdeniedfor msgid "read access denied for %s" msgstr "acesso de leitura negado para %s" diff --git a/components/lazutils/languages/lazutilsstrconsts.ru.po b/components/lazutils/languages/lazutilsstrconsts.ru.po index 5ee0869e1a..2b9b3964ed 100644 --- a/components/lazutils/languages/lazutilsstrconsts.ru.po +++ b/components/lazutils/languages/lazutilsstrconsts.ru.po @@ -29,6 +29,10 @@ msgctxt "lazutilsstrconsts.lrsadirectorycomponentinisnotadirectory2" msgid "a directory component in %s is not a directory" msgstr "составная часть %s не является каталогом" +#: lazutilsstrconsts.lrscannotexecute +msgid "can not execute %s" +msgstr "" + #: lazutilsstrconsts.lrsfiledoesnotexist msgid "file \"%s\" does not exist" msgstr "файл \"%s\" не существует" @@ -63,6 +67,10 @@ msgctxt "lazutilsstrconsts.lrsmodified" msgid " modified " msgstr " изменён " +#: lazutilsstrconsts.lrsprogramfilenotfound +msgid "program file not found %s" +msgstr "" + #: lazutilsstrconsts.lrsreadaccessdeniedfor msgid "read access denied for %s" msgstr "доступ для чтения %s запрещён" diff --git a/components/lazutils/languages/lazutilsstrconsts.uk.po b/components/lazutils/languages/lazutilsstrconsts.uk.po index d3649918d7..754e2b0e2c 100644 --- a/components/lazutils/languages/lazutilsstrconsts.uk.po +++ b/components/lazutils/languages/lazutilsstrconsts.uk.po @@ -28,6 +28,10 @@ msgctxt "lazutilsstrconsts.lrsadirectorycomponentinisnotadirectory2" msgid "a directory component in %s is not a directory" msgstr "" +#: lazutilsstrconsts.lrscannotexecute +msgid "can not execute %s" +msgstr "" + #: lazutilsstrconsts.lrsfiledoesnotexist msgid "file \"%s\" does not exist" msgstr "" @@ -62,6 +66,10 @@ msgctxt "lazutilsstrconsts.lrsmodified" msgid " modified " msgstr " змінено " +#: lazutilsstrconsts.lrsprogramfilenotfound +msgid "program file not found %s" +msgstr "" + #: lazutilsstrconsts.lrsreadaccessdeniedfor msgid "read access denied for %s" msgstr "" diff --git a/components/lazutils/lazutils.lpk b/components/lazutils/lazutils.lpk index 25fe04f46b..1fbfc019e2 100644 --- a/components/lazutils/lazutils.lpk +++ b/components/lazutils/lazutils.lpk @@ -19,7 +19,7 @@ - + @@ -280,6 +280,11 @@ + + + + + diff --git a/components/lazutils/lazutils.pas b/components/lazutils/lazutils.pas index 024ed9af35..6060a619f2 100644 --- a/components/lazutils/lazutils.pas +++ b/components/lazutils/lazutils.pas @@ -15,12 +15,13 @@ uses TTCalc, TTCMap, TTDebug, TTError, TTFile, TTGLoad, TTInterp, TTLoad, TTMemory, TTObjs, TTProfile, TTRASTER, TTTables, TTTypes, EasyLazFreeType, LazLoggerBase, LazLoggerDummy, LazClasses, LazFreeTypeFontCollection, - LazConfigStorage, LazarusPackageIntf; + LazConfigStorage, UTF8Process, LazarusPackageIntf; implementation procedure Register; begin + RegisterUnit('UTF8Process', @UTF8Process.Register); end; initialization diff --git a/components/lazutils/lazutilsstrconsts.pas b/components/lazutils/lazutilsstrconsts.pas index 789c77edef..b399234b97 100644 --- a/components/lazutils/lazutilsstrconsts.pas +++ b/components/lazutils/lazutilsstrconsts.pas @@ -48,6 +48,8 @@ resourceString lrsIsNotASymbolicLink = '%s is not a symbolic link'; lrsIsNotExecutable = '%s is not executable'; lrsUnableToCreateConfigDirectoryS = 'Unable to create config directory "%s"'; + lrsProgramFileNotFound = 'program file not found %s'; + lrsCanNotExecute = 'can not execute %s'; implementation diff --git a/lcl/utf8process.pp b/components/lazutils/utf8process.pp similarity index 97% rename from lcl/utf8process.pp rename to components/lazutils/utf8process.pp index f602b0f32e..064775954c 100644 --- a/lcl/utf8process.pp +++ b/components/lazutils/utf8process.pp @@ -28,7 +28,7 @@ unit UTF8Process; interface uses - Classes, SysUtils, Process, FileUtil, LazUTF8, LCLStrConsts; + Classes, SysUtils, Process, FileUtil, LazUTF8, LazUtilsStrConsts; type { TProcessUTF8 } @@ -211,10 +211,10 @@ begin ProgramFilename:=FindFilenameOfCmd(ProgramFilename); if ProgramFilename='' then - raise EFOpenError.Create(Format(lisProgramFileNotFound, [OldProgramFilename] + raise EFOpenError.Create(Format(lrsProgramFileNotFound, [OldProgramFilename] )); if not FileIsExecutable(ProgramFilename) then - raise EFOpenError.Create(Format(lisCanNotExecute, [ProgramFilename])); + raise EFOpenError.Create(Format(lrsCanNotExecute, [ProgramFilename])); // run BrowserProcess := TProcessUTF8.Create(nil); diff --git a/lcl/alllclunits.pp b/lcl/alllclunits.pp index 5983080dbb..0018a4da0e 100644 --- a/lcl/alllclunits.pp +++ b/lcl/alllclunits.pp @@ -19,12 +19,12 @@ uses PostScriptCanvas, PostScriptPrinter, postscriptunicode, Printers, PropertyStorage, RubberBand, ShellCtrls, Spin, StdActns, StdCtrls, StringHashList, TextStrings, Themes, TmSchema, Toolwin, Translations, - UTF8Process, UTrace, XMLPropStorage, Messages, WSArrow, WSButtons, - WSCalendar, WSCheckLst, WSComCtrls, WSControls, WSDesigner, WSDialogs, - WSExtCtrls, WSExtDlgs, WSFactory, WSForms, WSGrids, WSImgList, WSLCLClasses, - WSMenus, WSPairSplitter, WSProc, WSReferences, WSSpin, WSStdCtrls, - WSToolwin, ActnList, Arrow, AsyncProcess, ButtonPanel, Buttons, Calendar, - RegisterLCL, ValEdit, lazcanvas, lazdialogs, lazregions, customdrawn_common, + UTrace, XMLPropStorage, Messages, WSArrow, WSButtons, WSCalendar, + WSCheckLst, WSComCtrls, WSControls, WSDesigner, WSDialogs, WSExtCtrls, + WSExtDlgs, WSFactory, WSForms, WSGrids, WSImgList, WSLCLClasses, WSMenus, + WSPairSplitter, WSProc, WSReferences, WSSpin, WSStdCtrls, WSToolwin, + ActnList, Arrow, AsyncProcess, ButtonPanel, Buttons, Calendar, RegisterLCL, + ValEdit, lazcanvas, lazdialogs, lazregions, customdrawn_common, customdrawncontrols, customdrawndrawers, lazdeviceapis, LDockTree, LazFreeTypeIntfDrawer, customdrawn_winxp, customdrawn_android, LazarusPackageIntf; diff --git a/lcl/languages/lclstrconsts.ar.po b/lcl/languages/lclstrconsts.ar.po index 42de1ec5e9..4ef4e841b8 100644 --- a/lcl/languages/lclstrconsts.ar.po +++ b/lcl/languages/lclstrconsts.ar.po @@ -254,10 +254,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "أعلى" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "عدم التمكن من تنفيذ %s" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "(فرز)" @@ -267,10 +263,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "لم يتم إيجاد المورد %s" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "لم يتم ايجاد ملف برنامج %s" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "ظل داكن ثلاثي الأبعاد" diff --git a/lcl/languages/lclstrconsts.ca.po b/lcl/languages/lclstrconsts.ca.po index b089d62df7..d7c6a0c368 100644 --- a/lcl/languages/lclstrconsts.ca.po +++ b/lcl/languages/lclstrconsts.ca.po @@ -250,10 +250,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Amunt" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -263,10 +259,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Recurs %s no trobat" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "" diff --git a/lcl/languages/lclstrconsts.cs.po b/lcl/languages/lclstrconsts.cs.po index 28fa089542..42db4a1a5d 100644 --- a/lcl/languages/lclstrconsts.cs.po +++ b/lcl/languages/lclstrconsts.cs.po @@ -251,10 +251,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Nahoru" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "nelze spustit %s" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -264,10 +260,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Zdroj %s nenalezen" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "soubor programu %s nenalezen " - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "3D tmavě stínová" diff --git a/lcl/languages/lclstrconsts.de.po b/lcl/languages/lclstrconsts.de.po index d9c004fc65..d34ff6da91 100644 --- a/lcl/languages/lclstrconsts.de.po +++ b/lcl/languages/lclstrconsts.de.po @@ -253,10 +253,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Hoch" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "Kann %s nicht ausführen" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "(filter)" @@ -266,10 +262,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Ressource %s nicht gefunden" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "Programmdatei nicht gefunden %s" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "Dunkl. 3D-Schatten" diff --git a/lcl/languages/lclstrconsts.es.po b/lcl/languages/lclstrconsts.es.po index 21adf73831..c93cc4802f 100644 --- a/lcl/languages/lclstrconsts.es.po +++ b/lcl/languages/lclstrconsts.es.po @@ -250,10 +250,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Arriba" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "no se puede ejecutar %s" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "(filtro)" @@ -263,10 +259,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Recurso %s no encontrado" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "archivo de programa no encontrado %s" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "3D Sombra Oscura" diff --git a/lcl/languages/lclstrconsts.fi.po b/lcl/languages/lclstrconsts.fi.po index 1741ef62a3..fc993b464b 100644 --- a/lcl/languages/lclstrconsts.fi.po +++ b/lcl/languages/lclstrconsts.fi.po @@ -245,10 +245,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Ylös" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "ei voi suorittaa %s" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "(suodatin)" @@ -258,10 +254,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Resurssia %s ei löydy" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "ohjelmatiedostoa %s ei löydy" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "" diff --git a/lcl/languages/lclstrconsts.fr.po b/lcl/languages/lclstrconsts.fr.po index a0fee0b0ab..97ea4f13dc 100644 --- a/lcl/languages/lclstrconsts.fr.po +++ b/lcl/languages/lclstrconsts.fr.po @@ -252,10 +252,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Haut" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -265,10 +261,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Ressource %s non trouve" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "" diff --git a/lcl/languages/lclstrconsts.he.po b/lcl/languages/lclstrconsts.he.po index b444d015e8..d8cef3fef0 100644 --- a/lcl/languages/lclstrconsts.he.po +++ b/lcl/languages/lclstrconsts.he.po @@ -250,10 +250,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "למעלה" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "לא יכול להריץ את %s" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -263,10 +259,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "משאב s% לא נמצא" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "קובץ התוכנית %s לא נמצא " - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "צל כהה תלת ממדי" diff --git a/lcl/languages/lclstrconsts.id.po b/lcl/languages/lclstrconsts.id.po index 2fb4766e52..be848eda5e 100644 --- a/lcl/languages/lclstrconsts.id.po +++ b/lcl/languages/lclstrconsts.id.po @@ -251,10 +251,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Up" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -264,10 +260,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Sumber %s tidak ditemukan" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "" diff --git a/lcl/languages/lclstrconsts.it.po b/lcl/languages/lclstrconsts.it.po index ef57763121..0b1b5935c2 100644 --- a/lcl/languages/lclstrconsts.it.po +++ b/lcl/languages/lclstrconsts.it.po @@ -252,10 +252,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Su" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "non posso eseguire %s" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -265,10 +261,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Risorsa %s non trovata" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "File di programma %s non trovato" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "Ombra scura 3D" diff --git a/lcl/languages/lclstrconsts.lt.po b/lcl/languages/lclstrconsts.lt.po index 76f57a5046..f3ff8fd637 100644 --- a/lcl/languages/lclstrconsts.lt.po +++ b/lcl/languages/lclstrconsts.lt.po @@ -253,10 +253,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Aukštyn" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "negalima vykdyti %s" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "(filtras)" @@ -266,10 +262,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Resursas %s nerastas" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "programos failas nerastas %s" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "3D tamsumos šešėlis" diff --git a/lcl/languages/lclstrconsts.nl.po b/lcl/languages/lclstrconsts.nl.po index 2acd568f8a..66d496c09d 100644 --- a/lcl/languages/lclstrconsts.nl.po +++ b/lcl/languages/lclstrconsts.nl.po @@ -253,10 +253,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Omhoog" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "kan %s niet uitvoeren" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "(filter)" @@ -266,10 +262,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Resource %s is niet gevonden" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "programmabestand %s niet gevonden" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "3D Donkere Schaduw" diff --git a/lcl/languages/lclstrconsts.no.po b/lcl/languages/lclstrconsts.no.po index 2e2b3eb90f..d933e91c94 100644 --- a/lcl/languages/lclstrconsts.no.po +++ b/lcl/languages/lclstrconsts.no.po @@ -250,10 +250,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Opp" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -263,10 +259,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Resurs %s ikke funnet" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "" diff --git a/lcl/languages/lclstrconsts.pl.po b/lcl/languages/lclstrconsts.pl.po index 8c6218f00d..9e20edef51 100644 --- a/lcl/languages/lclstrconsts.pl.po +++ b/lcl/languages/lclstrconsts.pl.po @@ -254,10 +254,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -267,10 +263,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Nie znaleziono zasobu: %s" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "" diff --git a/lcl/languages/lclstrconsts.po b/lcl/languages/lclstrconsts.po index 30ff3c8f76..9484f733f2 100644 --- a/lcl/languages/lclstrconsts.po +++ b/lcl/languages/lclstrconsts.po @@ -245,10 +245,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -258,10 +254,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "" diff --git a/lcl/languages/lclstrconsts.pt_BR.po b/lcl/languages/lclstrconsts.pt_BR.po index 1a96a17c3e..573f500cfb 100644 --- a/lcl/languages/lclstrconsts.pt_BR.po +++ b/lcl/languages/lclstrconsts.pt_BR.po @@ -250,10 +250,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Acima" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "impossível executar %s" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "(filtro)" @@ -263,10 +259,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Recurso %s não encontrado" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "arquivo programa não encontrado %s" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "Sombra escura 3D" diff --git a/lcl/languages/lclstrconsts.ru.po b/lcl/languages/lclstrconsts.ru.po index de1815fdeb..db5b407040 100644 --- a/lcl/languages/lclstrconsts.ru.po +++ b/lcl/languages/lclstrconsts.ru.po @@ -250,10 +250,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Стрелка вверх" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "Запустить %s невозможно" - #: lclstrconsts.liscefilter #| msgid "(Filter)" msgid "(filter)" @@ -264,10 +260,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Ресурс %s не найден" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "Файл программы %s не найден" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "Затенённая часть объекта 3D" diff --git a/lcl/languages/lclstrconsts.sk.po b/lcl/languages/lclstrconsts.sk.po index 6bd2e54c8b..3bd3994209 100644 --- a/lcl/languages/lclstrconsts.sk.po +++ b/lcl/languages/lclstrconsts.sk.po @@ -253,10 +253,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -266,10 +262,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Zdroj %s nenájdený" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "" diff --git a/lcl/languages/lclstrconsts.tr.po b/lcl/languages/lclstrconsts.tr.po index 15b37ac842..2fb9c77a92 100644 --- a/lcl/languages/lclstrconsts.tr.po +++ b/lcl/languages/lclstrconsts.tr.po @@ -250,10 +250,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Yukarı" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -263,10 +259,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "%s adlı kaynak bulunamadı" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "" diff --git a/lcl/languages/lclstrconsts.uk.po b/lcl/languages/lclstrconsts.uk.po index 94bf2ba50a..46cf62cb31 100644 --- a/lcl/languages/lclstrconsts.uk.po +++ b/lcl/languages/lclstrconsts.uk.po @@ -253,10 +253,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "Вверх" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "неможливо виконати %s" - #: lclstrconsts.liscefilter #| msgid "(Filter)" msgid "(filter)" @@ -267,10 +263,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "Ресурс %s не знайдено" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "програмний файл %s не знайдено" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "Об'ємна тінь" diff --git a/lcl/languages/lclstrconsts.zh_CN.po b/lcl/languages/lclstrconsts.zh_CN.po index 504f1057fd..75ac4c0478 100644 --- a/lcl/languages/lclstrconsts.zh_CN.po +++ b/lcl/languages/lclstrconsts.zh_CN.po @@ -253,10 +253,6 @@ msgctxt "lclstrconsts.ifsvk_up" msgid "Up" msgstr "上" -#: lclstrconsts.liscannotexecute -msgid "can not execute %s" -msgstr "" - #: lclstrconsts.liscefilter msgid "(filter)" msgstr "" @@ -266,10 +262,6 @@ msgctxt "lclstrconsts.lislclresourcesnotfound" msgid "Resource %s not found" msgstr "未找到资源 %s" -#: lclstrconsts.lisprogramfilenotfound -msgid "program file not found %s" -msgstr "" - #: lclstrconsts.rs3ddkshadowcolorcaption msgid "3D Dark Shadow" msgstr "3D阴影" diff --git a/lcl/lclbase.lpk b/lcl/lclbase.lpk index a42c2a480f..839ec7d93b 100644 --- a/lcl/lclbase.lpk +++ b/lcl/lclbase.lpk @@ -30,7 +30,7 @@ - + @@ -277,7 +277,7 @@ - + @@ -352,854 +352,850 @@ - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + - + - + - - - - - + diff --git a/lcl/lclstrconsts.pas b/lcl/lclstrconsts.pas index 222ba39440..a4f87ca76c 100644 --- a/lcl/lclstrconsts.pas +++ b/lcl/lclstrconsts.pas @@ -496,8 +496,6 @@ resourceString rsMenuHighlightColorCaption = 'Menu Highlight'; rsMenuBarColorCaption = 'Menu Bar'; rsFormColorCaption = 'Form'; - lisProgramFileNotFound = 'program file not found %s'; - lisCanNotExecute = 'can not execute %s'; lisCEFilter = '(filter)';