⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uenglishtexts.pas

📁 DelphiDoc is a program for automatic generation of documentation on a Delphi-Project. At the momen
💻 PAS
📖 第 1 页 / 共 2 页
字号:
{  JADD - Just Another DelphiDoc: Documentation from Delphi Source Code

Copyright (C) 2003-2008   Gerold Veith

This file is part of JADD - Just Another DelphiDoc.

DelphiDoc is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 as
published by the Free Software Foundation.

DelphiDoc is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
}


unit UEnglishTexts;

{Contains the texts used in the documentation localized to English, the
 default. }

interface

uses UDocumentationTexts;

      //constant containing values for each text of the generators that can be
      //changed/localized in English
      //~see DocumentationTexts the same values should be in here; may be
      //      assigned to that structure
const DocumentationTextsEnglish: TAllDocumentationTexts =
           (

//UPascalConsts

            '<unknown>',
            'unit interface',
            'unit implementation',
            'private',
            'protected',
            'public',
            'published',
            'automated',
            'local inside function',
            'deprecated',
            'library specific',
            'platform specific',
            'abstract',
            'read-only',
            'Records',
            'Objects',
            'Classes',
            'Interfaces',
            'Dispatch-Interfaces',


//UMakeDoc              

            'Fields without prefixing scope found in %s "%s".',
            'Sub-Identifiers in Identifiers not yet supported: "%s"."%s"',


//TDocumentDoc

            'Interface "%s" not found in the class!',
            'Interface "%s" not found in the class!',
            ' (by alias ',
            ')',


//TCommentDoc

            'Name of page is not unique: %s',
            'Invalid name for text to define: "%s"!',
            'Invalid name for defined text: "%s"!',

            'Inline-command "%s" has no argument for the operator!',
            'Inline-command "%s" has no valid operator: "%s"!',
            'Inline-command "%s" has no name for the defined text!',

            'Invalid Section in comment: %s',
            'Found a single "%s" in a comment!',
            'Inline-command has no matching "%s"!',

            'Inline-command "%s" has no argument!',
            'Invalid numbers for inline-command "%s" given: "%s" and "%s"!',
            'File of user documentation in inline-command "%s" not found: "%s"!',
            'File of raw data to include in inline-command "%s" not found: "%s"!',
            'Files with raw data to include in the documentation not supported in PDF output!',
            'Declared an image within another images with the inline-command "%s", ignored!',
            'Declared a link within an image with the inline-command "%s" outside an image ("%s"), ignored!',
            'Declared an image with the inline-command "%s" inside another inline-command, may invalidate the documentation!',
            'File "%s" of an image in the inline-command "%s" not found!',
            'Invalid command "%s" to generate link within an image via inline-command "%s"!',
            'Can''t create a link on an image with multiple links!',
            'No support to automatically convert image, please copy the file "%s" manually to the directory!',
            'The generator of LaTeX sources does not support images currently!',
            'The generator of PDF does not support images in manually added user documentation outside of pages!',
            'Invalid topic of documentation of a GUI for inline-command "%s" given: "%s"!',
            'Invalid page for inline-command "%s" given: "%s"!',
            'Unknown inline-command: "%s"!',

            'Link to "%s" outside a record!',
            'Identifier or file "%s" to link to not found!',
            'Invalid position for inheritance of documentation (only in general text, parameters and result)!',
            'Not in a class from which documentation can be inherited or parent class not known!',
            'Other kind of identifier found while searching for the ancestor for documentaton; "%s" expected, a "%s" found!',
            'No ancestor identifier found from which documentation can be inherited!',


//TFormatCommentDoc

            'Default Comment',
            'This identifier is deprecated!',
            'This file is deprecated!',
            'Deprecated!',
            'TODO',
            'Feature',
            'Parameter "%s" has already a comment!',
            'Commented parameter "%s" is unknown!',
            'At least parameter "%s" is not commented!',
            'No parameter has been commented!',
            'Result of this function or function type is not commented!',
            'Image of the Window',
            'Manual Link',
            'A Diagram',


//THTMLDoc

            'Help Redirection',
            'You should be redirected from this page to the documentation.',
            'If this is not happening, you probably have JavaScript disabled, enable it and try again.',
            'Or you could try clicking the link, that was at the top of your browser window. If your browser supports it, it will be the only shown link.',
            'Click ',
            'here',
            '!',
            'No topic is known for the specified help context, please notify the author of the progam.',
            'No help context has been specified.',

            'Click component for help:',
            'top',
            'Documentation of the Components',

            'Independent Units',
            'Included Files (by ',
            ')',
            'implements',
            'No types of this kind!',
            'Author',
            'Version',
            'Additional Attribute 1',
            'Additional Attribute 2',
            'Additional Attribute 3',
            'See also',
            'Example',
            'Description',
            'Parameters',
            'Result',
            'Exception',
            'Overrides',
            'Overridden by',
            'Globals',
            'Calls',
            'Used in',
            'Called by',
            'Used by',
            'Programs',
            'In Interface of Units',
            'In Implementation of Units',
            'Required by',

            'Index',
            'Files',
            'Legend',
            'get Xfig',
            'Xfig-File',
            'Figure-Source',
            'EMF-File',
            'get an SVG',
            'viewer',
            'Scalable Vector Graphic',

            'List of Files',
            'None',

            'Variables',
            'Thread-Variables',
            'Constants',
            'Resource-String',
            'Simple Types',
            'Functions',
            'List of ',
            ' of ',
            ' in ',
            'Global ',
            'File-Local ',

            'Parameters of the Program (ignored)',
            'Requires',
            'Requires no other Packages.',
            'Used Packages',
            'Exports',
            'Exports no functions.',
            'Used Units',
            'Used in interface',
            'Used in implementation',
            'Used',
            'Contains',
            'No Units used!',

            'All Records',
            'All Objects',
            'TObject',
            'IUnknown',
            'All Dispatch-Interfaces',

            'List of ',
            'Inherited ',
            ' in ',
            ' of ',
            ' by Name',

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -