This commit is contained in:
Marc Delisle 2002-01-22 17:35:40 +00:00
parent 8825260ba9
commit 00ee986efe
2 changed files with 6 additions and 6 deletions

View File

@ -271,6 +271,8 @@ $strRunSQLQuery = 'Spusti
$strSave = 'Uložiť';
$strSelect = 'Vybrať';
$strSelectADb = 'Prosím vyberte si databázu';
$strSelectAll = 'Označiť všetko';
$strSelectFields = 'Zvoliť pole (najmenej jedno):';
$strSelectNumRows = 'v dotaze';
$strSend = 'Pošli';
@ -320,6 +322,7 @@ $strType = 'Typ';
$strUncheckAll = 'Odznačiť všetko';
$strUnique = 'Unikátny';
$strUnselectAll = 'Odznačiť všetko';
$strUpdatePrivMessage = 'Boli aktualizované privilégia pre %s.';
$strUpdateProfile = 'Aktualizovať profil:';
$strUpdateProfileMessage = 'Profil bol aktualizovaný.';
@ -346,7 +349,4 @@ $strZip = '"zo zipovan
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>

View File

@ -269,6 +269,8 @@ $strRunSQLQuery = 'K
$strSave = 'Spara';
$strSelect = 'Välj';
$strSelectADb = 'Välj en databas';
$strSelectAll = 'Markera alla';
$strSelectFields = 'Välj fält (minst ett):';
$strSelectNumRows = 'i fråga';
$strSend = 'Skicka';
@ -318,6 +320,7 @@ $strType = 'Typ';
$strUncheckAll = 'Avmarkera alla';
$strUnique = 'Unik';
$strUnselectAll = 'Avmarkera alla';
$strUpdatePrivMessage = 'Du har uppdaterat privilegierna för %s.';
$strUpdateProfile = 'Uppdatera profil:';
$strUpdateProfileMessage = 'Profilen har uppdaterats.';
@ -343,7 +346,4 @@ $strYes = 'Ja';
$strZip = '"zippad"';
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>