mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-01 13:01:30 +01: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.lpk svneol=native#text/pascal
|
||||||
components/memds/memdslaz.pas svneol=native#text/pascal
|
components/memds/memdslaz.pas svneol=native#text/pascal
|
||||||
components/memds/tmemdataset.png -text svneol=unset#image/png
|
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.lfm svneol=native#text/plain
|
||||||
components/messagecomposer/messagecomposer.lrs svneol=native#text/plain
|
components/messagecomposer/messagecomposer.lrs svneol=native#text/plain
|
||||||
components/messagecomposer/messagecomposer.pas 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.
|
This unit is a message dialog composer for Lazarus/FPC. It take in account all message dialogs platform indipendent.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
unit MessageComposer;
|
unit MessageComposer;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|||||||
@ -1,13 +1,11 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="3">
|
<Package Version="3">
|
||||||
<PathDelim Value="\"/>
|
|
||||||
<Name Value="messagecomposerpkg"/>
|
<Name Value="messagecomposerpkg"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<PathDelim Value="\"/>
|
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
@ -31,6 +29,10 @@
|
|||||||
<Type Value="LRS"/>
|
<Type Value="LRS"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
</Files>
|
</Files>
|
||||||
|
<i18n>
|
||||||
|
<EnableI18N Value="True"/>
|
||||||
|
<OutDir Value="languages"/>
|
||||||
|
</i18n>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<RequiredPkgs Count="2">
|
<RequiredPkgs Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
@ -42,7 +44,7 @@
|
|||||||
</Item2>
|
</Item2>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)"/>
|
<UnitPath Value="$(PkgOutDir)/"/>
|
||||||
</UsageOptions>
|
</UsageOptions>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user