This commit is contained in:
Marc Delisle
2001-09-22 13:47:24 +00:00
parent 03404619ab
commit 9fce838263
29 changed files with 30 additions and 108 deletions

View File

@@ -74,6 +74,7 @@ $strCriteria = 'Kryteria';
$strData = 'Dane';
$strDatabase = 'Baza danych ';
$strDatabaseHasBeenDropped = 'Baza danych %s zostala usunieta';
$strDatabases = 'bazy danych';
$strDatabasesStats = 'Statystyki baz danych';
$strDataOnly = 'Tylko dane';
@@ -83,7 +84,7 @@ $strDelete = 'Skasowanie';
$strDeleted = 'Rekord zosta<74> skasowany';
$strDeletedRows = 'Skasowane rekordy:';
$strDeleteFailed = 'Kasowanie nie powiod<6F>o sie!';
$strDeletePassword = 'Kasowanie has<61>a';
$strDeleteUserMessage = 'Usunales uzytkownika %s.';
$strDelPassMessage = 'Skasowane zosta<74>o has<61>o u<>ytkownika';
$strDescending = 'Malej<65>co';
$strDisplay = 'Poka<6B>';
@@ -129,8 +130,6 @@ $strGzip = '".gz"';
$strHasBeenAltered = 'zosta<74>o zamienione.';
$strHasBeenCreated = 'zosta<74>o utworzone.';
$strHasBeenDropped = 'zosta<74>o skasowane.';
$strHasBeenEmptied = 'zosta<74>o wyczyszczone.';
$strHome = 'Wej<65>cie';
$strHomepageOfficial = 'Oficjalna strona phpMyAdmin';
$strHomepageSourceforge = 'Pobranie wersji Sourceforge phpMyAdmin';
@@ -150,6 +149,7 @@ $strInsertedRows = 'Wprowadzone rekordy:';
$strInstructions = 'Instrukcje';
$strInUse = 'w u<>yciu';
$strKeepPass = 'Nie zmieniaj hasla';
$strKeyname = 'Nazwa klucza';
$strKill = 'Zabicie';
@@ -291,6 +291,9 @@ $strType = 'Typ';
$strUncheckAll = 'Odznaczenie wszystkich';
$strUnique = 'Unikalny';
$strUpdatePrivMessage = 'Uaktualniles uprawnienia dla %s.';
$strUpdateProfile = 'Uaktualnienie profilu:';
$strUpdateProfileMessage = 'Profil zostal uaktualniony.';
$strUpdateQuery = 'Zmiana zapytania';
$strUsage = 'Wykorzystanie';
$strUseBackquotes = 'U<>ycie cudzys<79>ow<6F>w z nazwami tabel i p<>l';
@@ -310,17 +313,11 @@ $strWrongUser = 'B
$strYes = 'Tak';
// To translate
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
$strKeepPass = 'Do not change the password';//to translate
$strRunningAs = 'as';
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With checked:';
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>