WIKINDX API 6.4.9

MESSAGES
in package

MESSAGES class (English)

NOTE TO TRANSLATORS: 1/ '###' appearing anywhere in an array value will be replaced by text supplied by the core WIKINDX code. Do not remove it. 2/ Do not change the key (the first part) of an array element. 3/ Ensure that each array element value is enclosed in double quotes "..." and is followed by a comma "...", 4/ The class name should be changed to match the (case-sensitive) name of the folder your language files are in. For example, if you are supplying a Klingon translation and your languages/ folder is languages/kn/, the class name for the file SUCCESS.php must be SUCCESS_kn.

NOTE TO DEVELOPERS: 1/ Any comments not preceeded by '///' at the start of the line will be ignored by the localization module. 2/ All comments should be on one line (no line breaks) and must start at the beginning of the line for the localization module to work. 3/ Comments must be of the form '/// dbError_ This array does this' where 'dbError' is the array that the comment refers to or may be of the form '/// dbError_open This is the comment' where 'dbError_open' is the exact array and array key that the comment refers to.

Table of Contents

$languageArray  : mixed
internaltext()  : string
Grab the message
loadArrays()  : array<string|int, mixed>
Return English messages

Properties

$languageArray

private mixed $languageArray = []

Methods

internaltext()

Grab the message

private internaltext(string $arrayName, mixed $indexName) : string
Parameters
$arrayName : string
$indexName : mixed
Return values
string

loadArrays()

Return English messages

private loadArrays() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results