Semilocon seems to be missing here.

This commit is contained in:
Michal Čihař
2008-09-03 15:01:04 +00:00
parent 92295fc3ec
commit 97856d7025
2 changed files with 3 additions and 3 deletions

View File

@@ -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?';

View File

@@ -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?';