diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 77456724a..d86013224 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -458,7 +458,7 @@ $strLoginInformation = 'Přihlašování'; $strLogin = 'Přihlášení'; $strLogout = 'Odhlásit se'; $strLogPassword = 'Heslo:'; -$strLogServer = 'Server'; +$strLogServer = 'Server:'; $strLogUsername = 'Jméno:'; $strLongOperation = 'Tato operace může trvat velmi dlouho. Chcete je přesto provést?'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index fea5caa6e..8bf789595 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -9,7 +9,7 @@ $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); -// MySQL manual language definition, this is optional, en will be used +// MySQL manual language definition, this is optional, en will be used // if not defined $mysql_4_1_doc_lang = 'en'; $mysql_5_0_doc_lang = 'en'; @@ -458,7 +458,7 @@ $strLoginInformation = 'Login Information'; $strLogin = 'Log in'; $strLogout = 'Log out'; $strLogPassword = 'Password:'; -$strLogServer = 'Server'; +$strLogServer = 'Server:'; $strLogUsername = 'Username:'; $strLongOperation = 'This operation could take a long time. Proceed anyway?';