Can convert 'Administration' to lang string by add:
define("XOOPS_ADMINISTRATION", "Administration");
to global.php lang file, then replace:
<title>'.htmlspecialchars($xoopsConfig<span>['sitename']</span>).' Administration</title>
with:
<title>'.htmlspecialchars($xoopsConfig<span>['sitename']</span>).' '.XOOPS_ADMINISTRATION.'</title>
in the following files:
modules/system/admin/tplsets/main.php
modules/system/class/gui/default/cp_functions.php
modules/system/class/gui/default/default.php
modules/system/class/gui/legacy/cp_functions.php
Added to XOOPS 2.3.3 RC
Added to SVN and waiting review. New language definitation was added to system/language/english/cpanel.php.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).