mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00

As suggested by a patch provided by an anonymous user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344979 c90b9560-bf6c-de11-be94-00142212c4b1
112 lines
7.6 KiB
XML
112 lines
7.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<!-- Part titles used mostly in manual.xml itself -->
|
|
<!ENTITY PHPManual "PHP Manual">
|
|
<!ENTITY Seealso "See also">
|
|
<!ENTITY Date "Date:">
|
|
<!ENTITY GettingStarted "Getting Started">
|
|
<!ENTITY InstallAndConfigure "Installation and Configuration">
|
|
<!ENTITY Installation "Installation">
|
|
<!ENTITY LanguageReference "Language Reference">
|
|
<!ENTITY Features "Features">
|
|
<!ENTITY Security "Security">
|
|
<!ENTITY FunctionReference "Function Reference">
|
|
<!ENTITY VariableandTypeRelatedExtensions "Variable and Type Related Extensions">
|
|
<!ENTITY TextProcessing "Text Processing">
|
|
<!ENTITY AffectingPHPsBehaviour "Affecting PHP's Behaviour">
|
|
<!ENTITY SessionExtensions "Session Extensions">
|
|
<!ENTITY OtherBasicExtensions "Other Basic Extensions">
|
|
<!ENTITY DatabaseExtensions "Database Extensions">
|
|
<!ENTITY AbstractionLayers "Abstraction Layers">
|
|
<!ENTITY VendorSpecificDatabaseExtensions "Vendor Specific Database Extensions">
|
|
<!ENTITY XMLManipulation "XML Manipulation">
|
|
<!ENTITY WebServices "Web Services">
|
|
<!ENTITY CreditCardProcessing "Credit Card Processing">
|
|
<!ENTITY MathematicalExtensions "Mathematical Extensions">
|
|
<!ENTITY CryptographyExtensions "Cryptography Extensions">
|
|
<!ENTITY HumanLanguageandCharacterEncodingSupport "Human Language and Character Encoding Support">
|
|
<!ENTITY FileSystemRelatedExtensions "File System Related Extensions">
|
|
<!ENTITY ProcessControlExtensions "Process Control Extensions">
|
|
<!ENTITY MailRelatedExtensions "Mail Related Extensions">
|
|
<!ENTITY AuthenticationServices "Authentication Services">
|
|
<!ENTITY OtherServices "Other Services">
|
|
<!ENTITY CompressionExtensions "Compression and Archive Extensions">
|
|
<!ENTITY CalendarandEventRelatedExtensions "Date and Time Related Extensions">
|
|
<!ENTITY NonTextMIMEOutput "Non-Text MIME Output">
|
|
<!ENTITY ImageProcessingandGeneration "Image Processing and Generation">
|
|
<!ENTITY AudioFormatsManipulation "Audio Formats Manipulation">
|
|
<!ENTITY CommandLineSpecificExtensions "Command Line Specific Extensions">
|
|
<!ENTITY WindowsOnlyExtensions "Windows Only Extensions">
|
|
<!ENTITY ServerSpecificExtensions "Server Specific Extensions">
|
|
<!ENTITY SearchEngineExtensions "Search Engine Extensions">
|
|
<!ENTITY MiscExtensions "Misc Extensions">
|
|
<!ENTITY UIExtensions "GUI Extensions">
|
|
<!ENTITY Appendices "Appendices">
|
|
<!ENTITY PEAR "PEAR: the PHP Extension and Application Repository">
|
|
<!ENTITY FAQ "FAQ: Frequently Asked Questions">
|
|
<!ENTITY FAQabbrev "FAQ">
|
|
<!ENTITY Internals "PHP and Zend Engine Internals">
|
|
<!ENTITY Internals2 "PHP at the Core: A Hacker's Guide">
|
|
<!ENTITY ZendAPI "Zend API: Hacking the Core of PHP">
|
|
<!ENTITY IndexListing "Index listing">
|
|
<!ENTITY FunctionListing "Function and Method listing">
|
|
<!ENTITY FunctionListingDescription "List of all the functions and methods in the manual">
|
|
<!ENTITY ExampleListing "Example listing">
|
|
<!ENTITY ExampleListingDescription "List of all the examples in the manual">
|
|
<!ENTITY ChangelogListingTitle "Changelog">
|
|
<!ENTITY ChangelogListingDescription "The following changes have been made to classes/functions/methods of this extension.">
|
|
<!ENTITY ChangelogListingBundledDescription "The following changes have been made to functions of bundled extensions.">
|
|
<!ENTITY CHMEdition "HTML Help Edition">
|
|
<!ENTITY ReservedConstants "Predefined Constants">
|
|
<!ENTITY MissingStuff "Missing Stuff">
|
|
<!ENTITY AndSeveralOthers "And several others">
|
|
<!ENTITY Version "Version">
|
|
<!ENTITY Description "Description">
|
|
<!ENTITY Changeable "Changeable">
|
|
<!ENTITY ConfigureOptions "Configure Options">
|
|
<!ENTITY Default "Default">
|
|
<!ENTITY Definition "Definition">
|
|
<!ENTITY Functions "Functions">
|
|
<!ENTITY Name "Name">
|
|
<!ENTITY Alias "Alias of">
|
|
<!ENTITY Type "Type">
|
|
<!ENTITY Changelog "Changelog">
|
|
<!ENTITY Methods "Methods">
|
|
<!ENTITY InheritedMethods "Inherited methods">
|
|
<!ENTITY InheritedProperties "Inherited properties">
|
|
<!ENTITY Properties "Properties">
|
|
<!ENTITY Constants "Constants">
|
|
<!ENTITY NotAvailable "Not Available">
|
|
|
|
<!-- These are used in reference/$extname/reference.xml and other
|
|
supplemental files to mark section titles -->
|
|
<!ENTITY reftitle.changelog '<title xmlns="http://docbook.org/ns/docbook">&Changelog;</title>'>
|
|
<!ENTITY reftitle.classes '<title xmlns="http://docbook.org/ns/docbook">Predefined Classes</title>'>
|
|
<!ENTITY reftitle.classsynopsis '<title xmlns="http://docbook.org/ns/docbook">Class synopsis</title>'>
|
|
<!ENTITY reftitle.constants '<title xmlns="http://docbook.org/ns/docbook">Predefined Constants</title>'>
|
|
<!ENTITY reftitle.constructor '<title xmlns="http://docbook.org/ns/docbook">Constructor</title>'>
|
|
<!ENTITY reftitle.description '<title xmlns="http://docbook.org/ns/docbook">Description</title>'>
|
|
<!ENTITY reftitle.encoding '<title xmlns="http://docbook.org/ns/docbook">Encoding</title>'>
|
|
<!ENTITY reftitle.examples '<title xmlns="http://docbook.org/ns/docbook">Examples</title>'>
|
|
<!ENTITY reftitle.exceptions '<title xmlns="http://docbook.org/ns/docbook">Exceptions</title>'>
|
|
<!ENTITY reftitle.errors '<title xmlns="http://docbook.org/ns/docbook">Errors/Exceptions</title>'>
|
|
<!ENTITY reftitle.faq '<title xmlns="http://docbook.org/ns/docbook">&FAQ;</title>'>
|
|
<!ENTITY reftitle.install '<title xmlns="http://docbook.org/ns/docbook">Installation</title>'>
|
|
<!ENTITY reftitle.intro '<title xmlns="http://docbook.org/ns/docbook">Introduction</title>'>
|
|
<!ENTITY reftitle.indices '<title xmlns="http://docbook.org/ns/docbook">Indices</title>'>
|
|
<!ENTITY reftitle.interfacesynopsis '<title xmlns="http://docbook.org/ns/docbook">Interface synopsis</title>'>
|
|
<!ENTITY reftitle.methods '<title xmlns="http://docbook.org/ns/docbook">Methods</title>'>
|
|
<!ENTITY reftitle.mysqlnd '<title xmlns="http://docbook.org/ns/docbook">MySQL Native Driver Only</title>'>
|
|
<!ENTITY reftitle.notes '<title xmlns="http://docbook.org/ns/docbook">Notes</title>'>
|
|
<!ENTITY reftitle.parameters '<title xmlns="http://docbook.org/ns/docbook">Parameters</title>'>
|
|
<!ENTITY reftitle.options '<title xmlns="http://docbook.org/ns/docbook">Options</title>'>
|
|
<!ENTITY reftitle.properties '<title xmlns="http://docbook.org/ns/docbook">Properties</title>'>
|
|
<!ENTITY reftitle.required '<title xmlns="http://docbook.org/ns/docbook">Requirements</title>'>
|
|
<!ENTITY reftitle.resources '<title xmlns="http://docbook.org/ns/docbook">Resource Types</title>'>
|
|
<!ENTITY reftitle.runtime '<title xmlns="http://docbook.org/ns/docbook">Runtime Configuration</title>'>
|
|
<!ENTITY reftitle.returnvalues '<title xmlns="http://docbook.org/ns/docbook">Return Values</title>'>
|
|
<!ENTITY reftitle.seealso '<title xmlns="http://docbook.org/ns/docbook">See Also</title>'>
|
|
<!ENTITY reftitle.setup '<title xmlns="http://docbook.org/ns/docbook">Installing/Configuring</title>'>
|
|
<!ENTITY reftitle.unicode '<title xmlns="http://docbook.org/ns/docbook">Unicode</title>'>
|
|
<!ENTITY reftitle.usage '<title xmlns="http://docbook.org/ns/docbook">Usage</title>'>
|