A SERVICE OF

logo

Creating And Installing LP 15
3 %1, %2, etc. - this type is used in messages_[locale].php files. Such
variables may replace almost everything: titles of Plesk objects (Domain, Client, IP,
etc.), domain, client and other Plesk objects names, error messages, and so on,
in each string, the meaning of a particular variable of such type depends on the
context. The variable value is dynamically set by Plesk when it displays the
message in its GUI.
The table below gives an idea of how to understand messages with these variables.
String
Variable Meaning
Message Examples
'clist__info' => '%4 %1
total',
%4 - the number of
items in a list
100 Domains total
%1 - the Plesk object
30 Clients total
2 Databases total
'__client_with_login_name_a
lready_exists' => "Client
with login name \"%1\"
already exists.",
%1 - Plesk client login
Client with login name
"johndoe" already exists.
'__domain_resolves_to_anoth
er_ip' => "The domain
resolves to another IP
address (%1). Please
correct DNS settings.",
%1 - IP address to
which a domain
resolves
The domain resolves to
another IP address (10.0.0.4).
Please correct DNS settings.
'__unable_update_cl_data'
=> "Unable to update client
data: %1",
%1 - A phrase stating
why updating a client
account is impossible.
Unable to update client data:
Client with login name
"johndoe" exists.