mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 21:38:00 +02:00
message composer: added i18n
git-svn-id: trunk@14922 -
This commit is contained in:
parent
f8b5714a8f
commit
9b5da4282e
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -641,6 +641,7 @@ components/memds/memdsicons.lrs svneol=native#text/pascal
|
||||
components/memds/memdslaz.lpk svneol=native#text/pascal
|
||||
components/memds/memdslaz.pas svneol=native#text/pascal
|
||||
components/memds/tmemdataset.png -text svneol=unset#image/png
|
||||
components/messagecomposer/languages/messagecomposer.po svneol=native#text/plain
|
||||
components/messagecomposer/messagecomposer.lfm svneol=native#text/plain
|
||||
components/messagecomposer/messagecomposer.lrs svneol=native#text/plain
|
||||
components/messagecomposer/messagecomposer.pas svneol=native#text/plain
|
||||
|
34
components/messagecomposer/languages/messagecomposer.po
Normal file
34
components/messagecomposer/languages/messagecomposer.po
Normal file
@ -0,0 +1,34 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: messagecomposer:skindofmessage
|
||||
msgid "KIND OF MESSAGE"
|
||||
msgstr ""
|
||||
|
||||
#: messagecomposer:smaskinput
|
||||
msgid "Mask Input"
|
||||
msgstr ""
|
||||
|
||||
#: messagecomposer:smessagecomposercaption
|
||||
msgid "Message Composer ..."
|
||||
msgstr ""
|
||||
|
||||
#: messagecomposer:snotimplementedyet
|
||||
msgid "Not Implemented Yet"
|
||||
msgstr ""
|
||||
|
||||
#: messagecomposer:ssourcewrapper
|
||||
msgid "SOURCE WRAPPER"
|
||||
msgstr ""
|
||||
|
||||
#: messagecomposer:spromptcaption
|
||||
msgid "Text asking the user for input"
|
||||
msgstr ""
|
||||
|
||||
#: messagecomposer:smsgcaption
|
||||
msgid "The message to be shown"
|
||||
msgstr ""
|
||||
|
@ -18,8 +18,6 @@
|
||||
This unit is a message dialog composer for Lazarus/FPC. It take in account all message dialogs platform indipendent.
|
||||
}
|
||||
|
||||
|
||||
|
||||
unit MessageComposer;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1,13 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<Package Version="3">
|
||||
<PathDelim Value="\"/>
|
||||
<Name Value="messagecomposerpkg"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<CodeGeneration>
|
||||
<Generate Value="Faster"/>
|
||||
@ -31,6 +29,10 @@
|
||||
<Type Value="LRS"/>
|
||||
</Item3>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
</i18n>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<RequiredPkgs Count="2">
|
||||
<Item1>
|
||||
@ -42,7 +44,7 @@
|
||||
</Item2>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
<UnitPath Value="$(PkgOutDir)/"/>
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
|
Loading…
Reference in New Issue
Block a user