remove redundant phpMyAdmin

This commit is contained in:
Marc Delisle
2008-07-09 13:03:56 +00:00
parent c28818ecee
commit e33b92a267
56 changed files with 59 additions and 59 deletions

View File

@@ -556,7 +556,6 @@ $strPHPVersion = 'Версия PHP';
$strPleaseSelectPrimaryOrUniqueKey = 'Выберите поле являющееся первичным (PRIMARY), или уникальным (UNIQUE) индексом!';
$strPmaDocumentation = 'Документация phpMyAdmin';
$strPmaUriError = 'Директива <tt>$cfg[\'PmaAbsoluteUri\']</tt> ДОЛЖНА быть установлена в конфигурационном файле!';
$strPmaWiki = 'phpMyAdmin вики';
$strPolish = 'Польский';
$strPortrait = 'Книжная';
$strPos1 = 'Начало';
@@ -1080,4 +1079,5 @@ $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the inde
$strPBXTLogFileCount = 'Log file count'; //to translate
$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
$strAsDefined = 'As defined:'; //to translate
$strWiki = 'Wiki'; //to translate
?>