Update portal_whois_online_module.php
This commit is contained in:
@@ -32,5 +32,5 @@ if (empty($lang) || !is_array($lang))
|
|||||||
// equally where a string contains only two placeholders which are used to wrap text
|
// equally where a string contains only two placeholders which are used to wrap text
|
||||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'PORTAL_WHOIS_ONLINE' => 'Chi c'è in linea',
|
'PORTAL_WHOIS_ONLINE' => 'Chi c\'è in linea',
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user