mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-28 21:57:08 +01:00
tools/chmmaker: More translation-friendly filename filter strings.
This commit is contained in:
parent
c602829903
commit
1cd32b352d
@ -874,9 +874,9 @@ begin
|
|||||||
CreateSearchableCHMCheck.Hint := rsCreateSearchableHTML_Hint;
|
CreateSearchableCHMCheck.Hint := rsCreateSearchableHTML_Hint;
|
||||||
|
|
||||||
OpenDialog1.Filter :=
|
OpenDialog1.Filter :=
|
||||||
rsHelpProjectFiles + ' (*.hfp;*.hhp)|*.hfp;*.hhp|' +
|
rsHelpProjectFiles + '|*.hfp;*.hhp|' +
|
||||||
rsHelpFileProjectHFP + ' (*.hfp)|*.hfp|'+
|
rsHelpFileProjectHFP + '|*.hfp|'+
|
||||||
rsHelpWorkshopProjectHHP + ' (*.hhp)|*.hhp';
|
rsHelpWorkshopProjectHHP + '|*.hhp';
|
||||||
SaveDialog1.Filter := OpenDialog1.Filter;
|
SaveDialog1.Filter := OpenDialog1.Filter;
|
||||||
|
|
||||||
TOCEdit.Filter := rsTOCFiles + '|*.hhc|' + rsAllFiles + '|*';
|
TOCEdit.Filter := rsTOCFiles + '|*.hhc|' + rsAllFiles + '|*';
|
||||||
|
|||||||
@ -56,9 +56,9 @@ resourcestring
|
|||||||
'Only files added to the project manually are indexed, ' +
|
'Only files added to the project manually are indexed, ' +
|
||||||
'files added automatically are not indexed.';
|
'files added automatically are not indexed.';
|
||||||
|
|
||||||
rsHelpProjectFiles = 'Help Project Files';
|
rsHelpProjectFiles = 'Help Project Files (*.hfp;*.hhp)';
|
||||||
rsHelpFileProjectHfp = 'Help File Project';
|
rsHelpFileProjectHfp = 'Help File Project (*.hfp)';
|
||||||
rsHelpWorkshopProjectHHP = 'Help Workshop Project';
|
rsHelpWorkshopProjectHHP = 'Help Workshop Project (*.hhp)';
|
||||||
rsTOCFiles = 'Table of Contents files (*.hhc)';
|
rsTOCFiles = 'Table of Contents files (*.hhc)';
|
||||||
rsIndexFiles = 'Index files (*.hhk)';
|
rsIndexFiles = 'Index files (*.hhk)';
|
||||||
rsCompressedHTMLHelpFiles = 'Compressed HTML Help files';
|
rsCompressedHTMLHelpFiles = 'Compressed HTML Help files';
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<AutoFollowLinks Value="False"/>
|
<AutoFollowLinks Value="False"/>
|
||||||
<MakeSearchable Value="True"/>
|
<MakeSearchable Value="True"/>
|
||||||
<DefaultPage Value="MainPage.html"/>
|
<DefaultPage Value="MainPage.html"/>
|
||||||
<Title Value="chmmaker Example"/>
|
<Title Value="chmmaker Example 123"/>
|
||||||
<OutputFileName Value="example.chm"/>
|
<OutputFileName Value="example.chm"/>
|
||||||
<DefaultFont Value=""/>
|
<DefaultFont Value=""/>
|
||||||
<DefaultWindow Value=""/>
|
<DefaultWindow Value=""/>
|
||||||
|
|||||||
@ -172,15 +172,15 @@ msgid "Global properties"
|
|||||||
msgstr "Globale Eigenschaften"
|
msgstr "Globale Eigenschaften"
|
||||||
|
|
||||||
#: chmstrconsts.rshelpfileprojecthfp
|
#: chmstrconsts.rshelpfileprojecthfp
|
||||||
msgid "Help File Project"
|
msgid "Help File Project (*.hfp)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: chmstrconsts.rshelpprojectfiles
|
#: chmstrconsts.rshelpprojectfiles
|
||||||
msgid "Help Project Files"
|
msgid "Help Project Files (*.hfp;*.hhp)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: chmstrconsts.rshelpworkshopprojecthhp
|
#: chmstrconsts.rshelpworkshopprojecthhp
|
||||||
msgid "Help Workshop Project"
|
msgid "Help Workshop Project (*.hhp)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: chmstrconsts.rsindexfiles
|
#: chmstrconsts.rsindexfiles
|
||||||
|
|||||||
@ -162,15 +162,15 @@ msgid "Global properties"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: chmstrconsts.rshelpfileprojecthfp
|
#: chmstrconsts.rshelpfileprojecthfp
|
||||||
msgid "Help File Project"
|
msgid "Help File Project (*.hfp)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: chmstrconsts.rshelpprojectfiles
|
#: chmstrconsts.rshelpprojectfiles
|
||||||
msgid "Help Project Files"
|
msgid "Help Project Files (*.hfp;*.hhp)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: chmstrconsts.rshelpworkshopprojecthhp
|
#: chmstrconsts.rshelpworkshopprojecthhp
|
||||||
msgid "Help Workshop Project"
|
msgid "Help Workshop Project (*.hhp)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: chmstrconsts.rsindexfiles
|
#: chmstrconsts.rsindexfiles
|
||||||
|
|||||||
@ -175,15 +175,15 @@ msgstr "Глобальные свойства"
|
|||||||
#: chmstrconsts.rshelpfileprojecthfp
|
#: chmstrconsts.rshelpfileprojecthfp
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Help File Project (*.hfp)"
|
#| msgid "Help File Project (*.hfp)"
|
||||||
msgid "Help File Project"
|
msgid "Help File Project (*.hfp)"
|
||||||
msgstr "Проект файла справки (*.hfp)"
|
msgstr "Проект файла справки (*.hfp)"
|
||||||
|
|
||||||
#: chmstrconsts.rshelpprojectfiles
|
#: chmstrconsts.rshelpprojectfiles
|
||||||
msgid "Help Project Files"
|
msgid "Help Project Files (*.hfp;*.hhp)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: chmstrconsts.rshelpworkshopprojecthhp
|
#: chmstrconsts.rshelpworkshopprojecthhp
|
||||||
msgid "Help Workshop Project"
|
msgid "Help Workshop Project (*.hhp)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: chmstrconsts.rsindexfiles
|
#: chmstrconsts.rsindexfiles
|
||||||
|
|||||||
@ -168,15 +168,15 @@ msgstr "全局属性"
|
|||||||
#: chmstrconsts.rshelpfileprojecthfp
|
#: chmstrconsts.rshelpfileprojecthfp
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Help File Project (*.hfp)"
|
#| msgid "Help File Project (*.hfp)"
|
||||||
msgid "Help File Project"
|
msgid "Help File Project (*.hfp)"
|
||||||
msgstr "帮助文件项目 (*.hfp)"
|
msgstr "帮助文件项目 (*.hfp)"
|
||||||
|
|
||||||
#: chmstrconsts.rshelpprojectfiles
|
#: chmstrconsts.rshelpprojectfiles
|
||||||
msgid "Help Project Files"
|
msgid "Help Project Files (*.hfp;*.hhp)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: chmstrconsts.rshelpworkshopprojecthhp
|
#: chmstrconsts.rshelpworkshopprojecthhp
|
||||||
msgid "Help Workshop Project"
|
msgid "Help Workshop Project (*.hhp)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: chmstrconsts.rsindexfiles
|
#: chmstrconsts.rsindexfiles
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user