mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 14:00:14 +02:00
lazutils: i18n
git-svn-id: trunk@32679 -
This commit is contained in:
parent
edeaa59964
commit
6420a9abd4
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1692,6 +1692,7 @@ components/lazthread/reglazthread.pas svneol=native#text/plain
|
||||
components/lazthread/threadoptionsdialog.lfm svneol=native#text/plain
|
||||
components/lazthread/threadoptionsdialog.lrs svneol=native#text/pascal
|
||||
components/lazthread/threadoptionsdialog.pas svneol=native#text/plain
|
||||
components/lazutils/languages/luresstrings.po svneol=native#text/plain
|
||||
components/lazutils/laz2_dom.pas svneol=native#text/plain
|
||||
components/lazutils/laz2_names.inc svneol=native#text/plain
|
||||
components/lazutils/laz2_xmlcfg.pas svneol=native#text/plain
|
||||
|
11
components/lazutils/languages/luresstrings.po
Normal file
11
components/lazutils/languages/luresstrings.po
Normal file
@ -0,0 +1,11 @@
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=UTF-8"
|
||||
|
||||
#: luresstrings.ctsfiledoesnotexists
|
||||
msgid "file \"%s\" does not exist"
|
||||
msgstr ""
|
||||
|
||||
#: luresstrings.ctsfileisnotexecutable
|
||||
msgid "%s is not executable"
|
||||
msgstr ""
|
||||
|
@ -86,9 +86,13 @@
|
||||
</Item15>
|
||||
<Item16>
|
||||
<Filename Value="lazdbglog.pas"/>
|
||||
<UnitName Value="lazdbglog"/>
|
||||
<UnitName Value="LazDbgLog"/>
|
||||
</Item16>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
</i18n>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<RequiredPkgs Count="1">
|
||||
<Item1>
|
||||
|
Loading…
Reference in New Issue
Block a user