externhelp: i18n

git-svn-id: trunk@27186 -
This commit is contained in:
mattias 2010-08-25 07:24:11 +00:00
parent d20d69890c
commit c975158ce1
4 changed files with 103 additions and 8 deletions

1
.gitattributes vendored
View File

@ -764,6 +764,7 @@ components/externhelp/externhelp.lpk svneol=native#text/plain
components/externhelp/externhelp.pas svneol=native#text/plain components/externhelp/externhelp.pas svneol=native#text/plain
components/externhelp/externhelpfrm.lfm svneol=native#text/plain components/externhelp/externhelpfrm.lfm svneol=native#text/plain
components/externhelp/externhelpfrm.pas svneol=native#text/plain components/externhelp/externhelpfrm.pas svneol=native#text/plain
components/externhelp/languages/externhelpfrm.po svneol=native#text/plain
components/filebrowser/frmconfigfilebrowser.lfm svneol=native#text/plain components/filebrowser/frmconfigfilebrowser.lfm svneol=native#text/plain
components/filebrowser/frmconfigfilebrowser.lrs svneol=native#text/pascal components/filebrowser/frmconfigfilebrowser.lrs svneol=native#text/pascal
components/filebrowser/frmconfigfilebrowser.pp svneol=native#text/plain components/filebrowser/frmconfigfilebrowser.pp svneol=native#text/plain

View File

@ -4,15 +4,10 @@
<Name Value="ExternHelp"/> <Name Value="ExternHelp"/>
<Author Value="Mattias Gaertner"/> <Author Value="Mattias Gaertner"/>
<CompilerOptions> <CompilerOptions>
<Version Value="8"/> <Version Value="9"/>
<SearchPaths> <SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="True"/>
</SyntaxOptions>
</Parsing>
<Other> <Other>
<CompilerPath Value="$(CompPath)"/> <CompilerPath Value="$(CompPath)"/>
</Other> </Other>
@ -31,6 +26,10 @@
<Type Value="Binary"/> <Type Value="Binary"/>
</Item2> </Item2>
</Files> </Files>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<Type Value="RunAndDesignTime"/> <Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3"> <RequiredPkgs Count="3">
<Item1> <Item1>

View File

@ -1,8 +1,8 @@
{ This file was automatically created by Lazarus. do not edit! { This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit externhelp; unit ExternHelp;
interface interface

View File

@ -0,0 +1,95 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: externhelpfrm.ehrsaddnewitem
msgid "Add new item"
msgstr ""
#: externhelpfrm.ehrsbrowse
msgid "Browse ..."
msgstr ""
#: externhelpfrm.ehrsbrowseforpath
msgid "Browse for path"
msgstr ""
#: externhelpfrm.ehrschooseapascalunit
msgid "Choose a pascal unit"
msgstr ""
#: externhelpfrm.ehrsdeleteitem
msgid "Delete item"
msgstr ""
#: externhelpfrm.ehrsdirectorynotfound
msgid "Directory not found: %s"
msgstr ""
#: externhelpfrm.ehrseditorfile
msgid "Editor file ..."
msgstr ""
#: externhelpfrm.ehrsexternal
msgid "External"
msgstr ""
#: externhelpfrm.ehrsfilenotfound
msgid "File not found: %s"
msgstr ""
#: externhelpfrm.ehrsgeneral
msgid "General"
msgstr ""
#: externhelpfrm.ehrsgrouptitle
msgid "Extern help"
msgstr ""
#: externhelpfrm.ehrshelp
msgid "Help"
msgstr ""
#: externhelpfrm.ehrsincludesubdirectories
msgid "Include sub directories"
msgstr ""
#: externhelpfrm.ehrsmacrofy
msgid "Macrofy"
msgstr ""
#: externhelpfrm.ehrsmysettings
msgid "My settings (default)"
msgstr ""
#: externhelpfrm.ehrsname
msgid "Name"
msgstr ""
#: externhelpfrm.ehrsreplacecommondirectorieswithmacros
msgid "Replace common directories with macros"
msgstr ""
#: externhelpfrm.ehrsselectafilefromthesourceeditor
msgid "Select a file from the source editor"
msgstr ""
#: externhelpfrm.ehrsselectfile
msgid "Select file"
msgstr ""
#: externhelpfrm.ehrsstorethisurlin
msgid "Store this URL in"
msgstr ""
#: externhelpfrm.ehrsunitfileorunitdirectory
msgid "Unit file or unit directory"
msgstr ""
#: externhelpfrm.ehrsurl
msgid "URL"
msgstr ""
#: externhelpfrm.ehrswarning
msgid "Warning"
msgstr ""