This commit is contained in:
Marc Delisle 2002-01-25 01:56:32 +00:00
parent 145b0a7f24
commit a15923541c
3 changed files with 12 additions and 16 deletions

View File

@ -269,6 +269,8 @@ $strRunSQLQuery = 'Spustit SQL dotaz(y) na datab
$strSave = 'Ulož';
$strSelect = 'Vybrat';
$strSelectADb = 'Prosím vyberte databázi';
$strSelectAll = 'Vybrat vše';
$strSelectFields = 'Zvol pole (alespoň jedno):';
$strSelectNumRows = 'v dotazu';
$strSend = 'Pošli';
@ -318,6 +320,7 @@ $strType = 'Typ';
$strUncheckAll = 'Odškrtnout vše';
$strUnique = 'Unikátní';
$strUnselectAll = 'Odznačit vše';
$strUpdatePrivMessage = 'Byla aktualizovana oprávnění pro %s.';
$strUpdateProfile = 'Změny profilu:';
$strUpdateProfileMessage = 'Profil byl změněn.';
@ -341,9 +344,4 @@ $strWrongUser = '
$strYes = 'Ano';
$strZip = '"zazipováno"';
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@ -172,8 +172,8 @@ $strLines = '
$strLinesTerminatedBy = 'Řádky ukončené';
$strLocationTextfile = 'Umístění textového souboru';
$strLogin = 'Přihlášení';
$strLogPassword = 'Heslo:';
$strLogout = 'Odhlásit se';
$strLogPassword = 'Heslo:';
$strLogUsername = 'Jméno:';
$strModifications = 'Změny byly uloženy';
@ -259,9 +259,9 @@ $strRowLength = 'D
$strRows = 'Řádků';
$strRowsFrom = 'řádků začínající od';
$strRowSize = ' Velikost řádku ';
$strRowsModeVertical='svislém';
$strRowsModeVertical='svislém';
$strRowsModeHorizontal='vodorovném';
$strRowsModeOptions=' ve %s režimu a opakovat hlavièky po %s øádcích.';
$strRowsModeOptions='ve %s režimu a opakovat hlavičky po %s řádcích.';
$strRowsStatistic = 'Statistika řádků';
$strRunning = 'běžící na %s';
$strRunQuery = 'Provést dotaz';
@ -269,6 +269,8 @@ $strRunSQLQuery = 'Spustit SQL dotaz(y) na datab
$strSave = 'Ulož';
$strSelect = 'Vybrat';
$strSelectADb = 'Prosím vyberte databázi';
$strSelectAll = 'Vybrat vše';
$strSelectFields = 'Zvol pole (alespoň jedno):';
$strSelectNumRows = 'v dotazu';
$strSend = 'Pošli';
@ -318,6 +320,7 @@ $strType = 'Typ';
$strUncheckAll = 'Odškrtnout vše';
$strUnique = 'Unikátní';
$strUnselectAll = 'Odznačit vše';
$strUpdatePrivMessage = 'Byla aktualizovana oprávnění pro %s.';
$strUpdateProfile = 'Změny profilu:';
$strUpdateProfileMessage = 'Profil byl změněn.';
@ -341,9 +344,4 @@ $strWrongUser = '
$strYes = 'Ano';
$strZip = '"zazipováno"';
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@ -269,6 +269,8 @@ $strRunSQLQuery = 'Efectuar unha procura SQL na base de datos %s';
$strSave = 'Gardar';
$strSelect = 'Procurar';
$strSelectADb = 'Seleccione unha base de dados';
$strSelectAll = 'Seleccionar todo';
$strSelectFields = 'Seleccione os campos (mínimo 1)';
$strSelectNumRows = 'a procurar';
$strSend = 'Enviar <I>(gravar nun ficheiro)</I><br>';
@ -318,6 +320,7 @@ $strType = 'Tipo';
$strUncheckAll = 'Quitar-lles as marcas a todos';
$strUnique = 'Único';
$strUnselectAll = 'Non seleccionar nada';
$strUpdatePrivMessage = 'Acaba de actualizar os privilexios de %s.';
$strUpdateProfile = 'Actualizar o perfil:';
$strUpdateProfileMessage = 'Actualizouse o perfil.';
@ -347,7 +350,4 @@ $strCardinality = 'Cardinality';
$strLogin = 'Login';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>