Added support for current server, GUI for choosing DB from current server

This commit is contained in:
Tomas Srnka
2009-08-24 20:57:51 +00:00
parent 31c6e1d5c5
commit c26c9c1fb5
5 changed files with 164 additions and 77 deletions

View File

@@ -1565,4 +1565,8 @@ $strYes = 'Yes';
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"';
$strDatabase_src = 'Source Database';
$strDatabase_trg = 'Target Database';
$strRemoteServer = 'Remote Server';
$strCurrentServer = 'Current Server';
?>