mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 00:20:13 +02:00
externhelp: i18n
git-svn-id: trunk@27186 -
This commit is contained in:
parent
d20d69890c
commit
c975158ce1
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -764,6 +764,7 @@ components/externhelp/externhelp.lpk svneol=native#text/plain
|
||||
components/externhelp/externhelp.pas svneol=native#text/plain
|
||||
components/externhelp/externhelpfrm.lfm 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.lrs svneol=native#text/pascal
|
||||
components/filebrowser/frmconfigfilebrowser.pp svneol=native#text/plain
|
||||
|
@ -4,15 +4,10 @@
|
||||
<Name Value="ExternHelp"/>
|
||||
<Author Value="Mattias Gaertner"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="8"/>
|
||||
<Version Value="9"/>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<UseAnsiStrings Value="True"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<Other>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
@ -31,6 +26,10 @@
|
||||
<Type Value="Binary"/>
|
||||
</Item2>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
</i18n>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<RequiredPkgs Count="3">
|
||||
<Item1>
|
||||
|
@ -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.
|
||||
}
|
||||
|
||||
unit externhelp;
|
||||
unit ExternHelp;
|
||||
|
||||
interface
|
||||
|
||||
|
95
components/externhelp/languages/externhelpfrm.po
Normal file
95
components/externhelp/languages/externhelpfrm.po
Normal 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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user