Semilocon seems to be missing here.
This commit is contained in:
@@ -458,7 +458,7 @@ $strLoginInformation = 'Přihlašování';
|
|||||||
$strLogin = 'Přihlášení';
|
$strLogin = 'Přihlášení';
|
||||||
$strLogout = 'Odhlásit se';
|
$strLogout = 'Odhlásit se';
|
||||||
$strLogPassword = 'Heslo:';
|
$strLogPassword = 'Heslo:';
|
||||||
$strLogServer = 'Server';
|
$strLogServer = 'Server:';
|
||||||
$strLogUsername = 'Jméno:';
|
$strLogUsername = 'Jméno:';
|
||||||
$strLongOperation = 'Tato operace může trvat velmi dlouho. Chcete je přesto provést?';
|
$strLongOperation = 'Tato operace může trvat velmi dlouho. Chcete je přesto provést?';
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ $number_decimal_separator = '.';
|
|||||||
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
||||||
$byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB');
|
$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
|
// if not defined
|
||||||
$mysql_4_1_doc_lang = 'en';
|
$mysql_4_1_doc_lang = 'en';
|
||||||
$mysql_5_0_doc_lang = 'en';
|
$mysql_5_0_doc_lang = 'en';
|
||||||
@@ -458,7 +458,7 @@ $strLoginInformation = 'Login Information';
|
|||||||
$strLogin = 'Log in';
|
$strLogin = 'Log in';
|
||||||
$strLogout = 'Log out';
|
$strLogout = 'Log out';
|
||||||
$strLogPassword = 'Password:';
|
$strLogPassword = 'Password:';
|
||||||
$strLogServer = 'Server';
|
$strLogServer = 'Server:';
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
|
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user