2011-06-10 21:55:32 +00:00
|
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* This file is part of MySQLDumper released under the GNU/GPL 2 license
|
|
|
|
|
* http://www.mysqldumper.net
|
|
|
|
|
*
|
|
|
|
|
* @package MySQLDumper
|
|
|
|
|
* @subpackage Language
|
|
|
|
|
* @version $Rev$
|
|
|
|
|
* @author $Author$
|
|
|
|
|
*/
|
|
|
|
|
$lang=array();
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_ACTION']="Akcja";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_ACTIVATED']="aktywowany";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ACTUALLY_INSERTED_RECORDS']="Dotychczas <b>%s</b> została dodana"
|
|
|
|
|
." do rekordów.";
|
|
|
|
|
$lang['L_ACTUALLY_INSERTED_RECORDS_OF']="To <b>%s</b> nagranie <b>%s</b>"
|
|
|
|
|
." zostało dodane pomyślnie.";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_ADD']="Dodaj";
|
|
|
|
|
$lang['L_ADDED']="dodany";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_ADD_DB_MANUALLY']="Dodaj bazę danych ręcznie";
|
|
|
|
|
$lang['L_ADD_RECIPIENT']="Dodaj odbiorcę";
|
|
|
|
|
$lang['L_ALL']="wszystko";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_ANALYZE']="Analizuj";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_ANALYZING_TABLE']="Tabela '<b>%s</b>' jest odświeżana.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ASKDBCOPY']="Czy chcesz skopiować zawartość bazy"
|
|
|
|
|
." danych `%s` w bazie danych `%s`?";
|
|
|
|
|
$lang['L_ASKDBDELETE']="Czy na pewno chcesz usunąć bazę"
|
|
|
|
|
." danych `%s` z zawartością?";
|
|
|
|
|
$lang['L_ASKDBEMPTY']="chcesz naprawdć opróżnić bazę"
|
|
|
|
|
." danych `%s`?";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_ASKDELETEFIELD']="Czy chcesz usunąć pole?";
|
|
|
|
|
$lang['L_ASKDELETERECORD']="Czy chcesz usunąć rekord?";
|
|
|
|
|
$lang['L_ASKDELETETABLE']="Czy chcesz usunąć tabelę `%s`?";
|
|
|
|
|
$lang['L_ASKTABLEEMPTY']="Czy chcesz wyczyścić tabelę `%s`?";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ASKTABLEEMPTYKEYS']="Czy chcesz wyczyścić tabelę `%s` i"
|
|
|
|
|
." umieścić wskazówki?";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_ATTACHED_AS_FILE']="załącznik";
|
|
|
|
|
$lang['L_ATTACH_BACKUP']="Dołącz plik kopii zapasowej";
|
|
|
|
|
$lang['L_AUTHENTICATE']="Login information";
|
|
|
|
|
$lang['L_AUTHORIZE']="Authorize";
|
|
|
|
|
$lang['L_AUTODELETE']="Auto usuwanie kopii zapasowej";
|
|
|
|
|
$lang['L_BACK']="powrót";
|
|
|
|
|
$lang['L_BACKUPFILESANZAHL']="W katalogu kopii zapasowych jest";
|
|
|
|
|
$lang['L_BACKUPS']="Liczba kopii zapasowych";
|
|
|
|
|
$lang['L_BACKUP_DBS']="DB do tworzenia kopii zapasowych";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_BACKUP_TABLE_DONE']="Backup tabeli `%s` zakończony. %s"
|
|
|
|
|
." rejestry zostały przechowywane.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_BACK_TO_OVERVIEW']="Opis bazy danych";
|
|
|
|
|
$lang['L_CALL']="Call";
|
|
|
|
|
$lang['L_CANCEL']="Anulować";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_CANT_CREATE_DIR']="Niemożliwe utworzyć katalog `%s`."
|
|
|
|
|
." Proszę utworzyć ten katalog ręcznie"
|
|
|
|
|
." przy użyciu FTP";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_CHANGE']="modifikować";
|
|
|
|
|
$lang['L_CHANGEDIR']="Zmiana katalogu";
|
|
|
|
|
$lang['L_CHANGEDIRERROR']="Nie można przejść do katalogu!";
|
|
|
|
|
$lang['L_CHARSET']="Czcionka";
|
|
|
|
|
$lang['L_CHARSETS']="Character Sets";
|
|
|
|
|
$lang['L_CHECK']="sprawdzić";
|
|
|
|
|
$lang['L_CHECK_DIRS']="sprawdź";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_CHOOSE_CHARSET']="MySQLDumper może wykryć kodowanie"
|
|
|
|
|
." pliku kopii zapasowej automatycznie."
|
|
|
|
|
." <br/> wybrać zestaw znaków, z"
|
|
|
|
|
." którymi archiwum zostało utworzone."
|
|
|
|
|
." <br/> Jeśli znajdziesz jakieś"
|
|
|
|
|
." problemy z niektórymi znakami po"
|
|
|
|
|
." renowacji, można powtórzyć postęp"
|
|
|
|
|
." tworzenia kopii zapasowych, a"
|
|
|
|
|
." następnie wybrać inny zestaw"
|
|
|
|
|
." znaków. <br/> Powodzenia. ;)";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_CHOOSE_DB']="Wybierz bazę danych";
|
|
|
|
|
$lang['L_CLEAR_DATABASE']="Wyczyść baze danych";
|
|
|
|
|
$lang['L_CLOSE']="Zamknij";
|
|
|
|
|
$lang['L_COLLATION']="Sortowanie";
|
|
|
|
|
$lang['L_COMMAND']="Zapytanie";
|
|
|
|
|
$lang['L_COMMAND_AFTER_BACKUP']="Polecenie po Backupie";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_COMMAND_BEFORE_BACKUP']="Komenda przed utworzeniem kopii"
|
|
|
|
|
." zapasowej";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_COMMENT']="Komentarz";
|
|
|
|
|
$lang['L_COMPRESSED']="plik spakowany (gz)";
|
|
|
|
|
$lang['L_CONFBASIC']="Podstawowa konfiguracja";
|
|
|
|
|
$lang['L_CONFIG']="Konfiguracja";
|
|
|
|
|
$lang['L_CONFIGFILE']="plik konfiguracyjny";
|
|
|
|
|
$lang['L_CONFIGFILES']="Pliki konfiguracyjne";
|
|
|
|
|
$lang['L_CONFIGURATIONS']="Konfiguracje";
|
|
|
|
|
$lang['L_CONFIG_AUTODELETE']="Automatyczne usuwanie";
|
|
|
|
|
$lang['L_CONFIG_CRONPERL']="Konfiguracja Cron dla skryptu Perl";
|
|
|
|
|
$lang['L_CONFIG_EMAIL']="Powiadomienia e-mail";
|
|
|
|
|
$lang['L_CONFIG_FTP']="Transfer FTP pliku kopii zapasowej";
|
|
|
|
|
$lang['L_CONFIG_HEADLINE']="Konfiguracja";
|
|
|
|
|
$lang['L_CONFIG_INTERFACE']="Powierzchnia";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_CONFIG_LOADED']="Konfiguracja \"%s\" został pomyślnie"
|
|
|
|
|
." zaimportowana.";
|
|
|
|
|
$lang['L_CONFIRM_CONFIGFILE_DELETE']="Czy na pewno chcesz usunąć plik"
|
|
|
|
|
." konfiguracyjny %s ?";
|
|
|
|
|
$lang['L_CONFIRM_DELETE_FILE']="Should the file '%s' really be"
|
|
|
|
|
." deleted?";
|
|
|
|
|
$lang['L_CONFIRM_DELETE_TABLES']="Wybrane tabele muszą być naprawdę"
|
|
|
|
|
." usunięte ?";
|
|
|
|
|
$lang['L_CONFIRM_DROP_DATABASES']="Should the selected databases really"
|
|
|
|
|
." be deleted?<br /><br />Attention: all"
|
|
|
|
|
." data will be deleted! Maybe you should"
|
|
|
|
|
." create a backup first.";
|
|
|
|
|
$lang['L_CONFIRM_RECIPIENT_DELETE']="Should the recipient \"%s\" really be"
|
|
|
|
|
." deleted?";
|
|
|
|
|
$lang['L_CONFIRM_TRUNCATE_DATABASES']="Should all tables of the selected"
|
|
|
|
|
." databases really be deleted?<br /><br"
|
|
|
|
|
." />Attention: all data will be deleted!"
|
|
|
|
|
." Maybe you want to create a backup"
|
|
|
|
|
." first.";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_CONFIRM_TRUNCATE_TABLES']="Czy na pewno opróżnić wybrane"
|
|
|
|
|
." tabele ?";
|
|
|
|
|
$lang['L_CONNECT']="połącz";
|
|
|
|
|
$lang['L_CONNECTIONPARS']="Parametry połączenia";
|
|
|
|
|
$lang['L_CONNECTTOMYSQL']="Połącz z bazą MySQL";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_CONTINUE_MULTIPART_RESTORE']="Continue Multipart-Restore with next"
|
|
|
|
|
." file '%s'.";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_CONVERTED_FILES']="Skonwertowane pliki";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_CONVERTER']="Backup Converter";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_CONVERTING']="Konwersja";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_CONVERT_FILE']="File to be converted";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_CONVERT_FILENAME']="Name of destination file (without"
|
|
|
|
|
." extension)";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_CONVERT_FILEREAD']="Read file '%s'";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_CONVERT_FINISHED']="Conversion finished, '%s' was written"
|
|
|
|
|
." successfully.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_CONVERT_START']="Start Conversion";
|
|
|
|
|
$lang['L_CONVERT_TITLE']="Convert Dump to MSD Format";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_CONVERT_WRONG_PARAMETERS']="Błędne parametry ! Konwersja nie"
|
|
|
|
|
." jest możliwa.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_CREATE']="tworzyć";
|
|
|
|
|
$lang['L_CREATED']="Created";
|
|
|
|
|
$lang['L_CREATEDIRS']="Create Directories";
|
|
|
|
|
$lang['L_CREATE_AUTOINDEX']="Create Auto-Index";
|
|
|
|
|
$lang['L_CREATE_CONFIGFILE']="Create a new configuration file";
|
|
|
|
|
$lang['L_CREATE_DATABASE']="Tworzenie nowej bazy danych";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_CREATE_TABLE_SAVED']="Definicja tabeli `%s` została"
|
|
|
|
|
." zapisana.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_CREDITS']="Kredyty / Pomoc";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_CRONSCRIPT']="Skrypt Crona";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_CRON_COMMENT']="Wpisz komentarz";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_CRON_COMPLETELOG']="Zapisz wszystkie dane wyjściowe do"
|
|
|
|
|
." dziennika";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_CRON_EXECPATH']="Ścieżka do skryptu Perla";
|
|
|
|
|
$lang['L_CRON_EXTENDER']="Rozszerzenie pliku";
|
|
|
|
|
$lang['L_CRON_PRINTOUT']="Wydrukuj ekran wyjściowy.";
|
|
|
|
|
$lang['L_CSVOPTIONS']="Opcje CSV";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_CSV_EOL']="Seperate lines with";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_CSV_ERRORCREATETABLE']="Wystąpił błąd podczas tworzenia"
|
|
|
|
|
." tabeli `%s`!";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_CSV_FIELDCOUNT_NOMATCH']="The count of fields doesn't match with"
|
|
|
|
|
." that of the data to import (%d instead"
|
|
|
|
|
." of %d).";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_CSV_FIELDSENCLOSED']="Fields enclosed by";
|
|
|
|
|
$lang['L_CSV_FIELDSEPERATE']="Fields separated with";
|
|
|
|
|
$lang['L_CSV_FIELDSESCAPE']="Fields escaped with";
|
|
|
|
|
$lang['L_CSV_FIELDSLINES']="%d fields recognized, totally %d lines";
|
|
|
|
|
$lang['L_CSV_FILEOPEN']="Open CSV file";
|
|
|
|
|
$lang['L_CSV_NAMEFIRSTLINE']="Field names in first line";
|
|
|
|
|
$lang['L_CSV_NODATA']="No data found for import!";
|
|
|
|
|
$lang['L_CSV_NULL']="Replace NULL with";
|
|
|
|
|
$lang['L_DATABASES_OF_USER']="Databases of user";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_DATABASE_CREATED_FAILED']="The database wasn't created.<br"
|
|
|
|
|
." />MySQL returns:<br/><br />%s";
|
|
|
|
|
$lang['L_DATABASE_CREATED_SUCCESS']="The database '%s' has been created"
|
|
|
|
|
." successfully.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_DATASIZE']="Rozmiar bazy danych";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_DATASIZE_INFO']="This is the size of the records - not"
|
|
|
|
|
." the size of the backup file";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_DAY']="Dzień";
|
|
|
|
|
$lang['L_DAYS']="Dni";
|
|
|
|
|
$lang['L_DB']="Baza danych";
|
|
|
|
|
$lang['L_DBCONNECTION']="Database Connection";
|
|
|
|
|
$lang['L_DBPARAMETER']="Database Parameters";
|
|
|
|
|
$lang['L_DBS']="Bazy danych";
|
|
|
|
|
$lang['L_DB_ADAPTER']="DB-Adapter";
|
|
|
|
|
$lang['L_DB_BACKUPPARS']="Database Backup Parameter";
|
|
|
|
|
$lang['L_DB_DEFAULT']="Default database";
|
|
|
|
|
$lang['L_DB_HOST']="Serwer bazy danych";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_DB_IN_LIST']="The database '%s' couldn't be added"
|
|
|
|
|
." because it is allready existing.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_DB_NAME']="Database name";
|
|
|
|
|
$lang['L_DB_PASS']="Hasło";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_DB_SELECT_ERROR']="<br />Error:<br />Selection of"
|
|
|
|
|
." database <b>";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_DB_SELECT_ERROR2']="</b> failed!";
|
|
|
|
|
$lang['L_DB_USER']="Użytkownik";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_DEFAULT_CHARACTER_SET_NAME']="Domyślny zestaw znaków";
|
|
|
|
|
$lang['L_DEFAULT_CHARSET']="Domyślny zestaw znaków";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_DEFAULT_COLLATION_NAME']="Default collation";
|
|
|
|
|
$lang['L_DELETE']="Delete";
|
|
|
|
|
$lang['L_DELETE_DATABASE']="Usuń bazę danych";
|
|
|
|
|
$lang['L_DELETE_FILE_ERROR']="Error deleting file \"%s\"!";
|
|
|
|
|
$lang['L_DELETE_FILE_SUCCESS']="File \"%s\" was deleted successfully.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_DELETE_HTACCESS']="Usuń ochrone katalogu (wymazać"
|
|
|
|
|
." .htaccess";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_DESCRIPTION']="Description";
|
|
|
|
|
$lang['L_DESELECT_ALL']="Deselect all";
|
|
|
|
|
$lang['L_DIR']="Spis";
|
|
|
|
|
$lang['L_DISABLEDFUNCTIONS']="Disabled Functions";
|
|
|
|
|
$lang['L_DO']="Wykonać";
|
|
|
|
|
$lang['L_DOCRONBUTTON']="Run the Perl Cron script";
|
|
|
|
|
$lang['L_DONE']="Done!";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_DONT_ATTACH_BACKUP']="Nie należy podłączać kopii"
|
|
|
|
|
." zapasowej";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_DOPERLTEST']="Test Perl Modules";
|
|
|
|
|
$lang['L_DOSIMPLETEST']="Test Perl";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_DOWNLOAD_FILE']="Pobierz plik<br />";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_DO_NOW']="operate now";
|
|
|
|
|
$lang['L_DUMP']="Zapisz";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_DUMP_ENDERGEBNIS']="The file contains <b>%s</b> tables"
|
|
|
|
|
." with <b>%s</b> records.<br />";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_DUMP_FILENAME']="Backup File";
|
|
|
|
|
$lang['L_DUMP_HEADLINE']="Create backup...";
|
|
|
|
|
$lang['L_DUMP_NOTABLES']="No tables found in database `%s`";
|
|
|
|
|
$lang['L_DUMP_OF_DB_FINISHED']="Dumping of database `%s` done";
|
|
|
|
|
$lang['L_DURATION']="Czas trwania";
|
|
|
|
|
$lang['L_EDIT']="edit";
|
|
|
|
|
$lang['L_EHRESTORE_CONTINUE']="continue and log errors";
|
|
|
|
|
$lang['L_EHRESTORE_STOP']="stop";
|
|
|
|
|
$lang['L_EMAIL']="E-Mail";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_EMAILBODY_ATTACH']="The Attachment contains the backup of"
|
|
|
|
|
." your MySQL-Database.<br />Backup of"
|
|
|
|
|
." Database `%s`<br /><br /><br"
|
|
|
|
|
." />Following File was created:<br /><br"
|
|
|
|
|
." />%s <br /><br />Kind regards<br /><br"
|
|
|
|
|
." />MySQLDumper<br />";
|
|
|
|
|
$lang['L_EMAILBODY_FOOTER']="`<br /><br />Kind regards<br /><br"
|
|
|
|
|
." />MySQLDumper<br />";
|
|
|
|
|
$lang['L_EMAILBODY_MP_ATTACH']="A Multipart Backup was created.<br"
|
|
|
|
|
." />The Backup files are attached to"
|
|
|
|
|
." separate emails.<br />Backup of"
|
|
|
|
|
." Database `%s`<br /><br /><br"
|
|
|
|
|
." />Following Files were created:<br"
|
|
|
|
|
." /><br />%s <br /><br />Kind regards<br"
|
|
|
|
|
." /><br />MySQLDumper<br />";
|
|
|
|
|
$lang['L_EMAILBODY_MP_NOATTACH']="A Multipart Backup was created.<br"
|
|
|
|
|
." />The Backup files are not attached to"
|
|
|
|
|
." this email!<br />Backup of Database"
|
|
|
|
|
." `%s`<br /><br /><br />Following Files"
|
|
|
|
|
." were created:<br /><br />%s<br /><br"
|
|
|
|
|
." /><br />Kind regards<br /><br"
|
|
|
|
|
." />MySQLDumper<br />";
|
|
|
|
|
$lang['L_EMAILBODY_NOATTACH']="Files are not attached to this"
|
|
|
|
|
." email!<br />Backup of Database `%s`<br"
|
|
|
|
|
." /><br /><br />Following File was"
|
|
|
|
|
." created:<br /><br />%s<br /><br /><br"
|
|
|
|
|
." />Kind regards<br /><br"
|
|
|
|
|
." />MySQLDumper<br />";
|
|
|
|
|
$lang['L_EMAILBODY_TOOBIG']="The Backup file exceeded the maximum"
|
|
|
|
|
." size of %s and was not attached to"
|
|
|
|
|
." this email.<br />Backup of Database"
|
|
|
|
|
." `%s`<br /><br /><br />Following File"
|
|
|
|
|
." was created:<br /><br />%s<br /><br"
|
|
|
|
|
." /><br />Kind regards<br /><br"
|
|
|
|
|
." />MySQLDumper<br />";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_EMAIL_ADDRESS']="Adres e-mail";
|
|
|
|
|
$lang['L_EMAIL_CC']="CC-Receiver";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_EMAIL_MAXSIZE']="Maksymalny rozmiar załącznika";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_EMAIL_ONLY_ATTACHMENT']="... attachment only.";
|
|
|
|
|
$lang['L_EMAIL_RECIPIENT']="Receiver";
|
|
|
|
|
$lang['L_EMAIL_SENDER']="Sender address of the email";
|
|
|
|
|
$lang['L_EMAIL_START']="Starting to send e-mail";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_EMAIL_WAS_SEND']="Wiadomość została wysłana do";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_EMPTY']="Empty";
|
|
|
|
|
$lang['L_EMPTYKEYS']="empty and reset indexes";
|
|
|
|
|
$lang['L_EMPTYTABLEBEFORE']="Empty table before";
|
|
|
|
|
$lang['L_EMPTY_DB_BEFORE_RESTORE']="Delete tables before restoring";
|
|
|
|
|
$lang['L_ENCODING']="encoding";
|
|
|
|
|
$lang['L_ENCRYPTION_TYPE']="Typ szyfrowani";
|
|
|
|
|
$lang['L_ENGINE']="Engine";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ENTER_DB_INFO']="First click the button \"Connect to"
|
|
|
|
|
." MySQL\". Only if no database could be"
|
|
|
|
|
." detected you need to provide a"
|
|
|
|
|
." database name here.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_ENTRY']="Entry";
|
|
|
|
|
$lang['L_ERROR']="Błąd";
|
|
|
|
|
$lang['L_ERRORHANDLING_RESTORE']="Error Handling while restoring";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ERROR_CONFIGFILE_NAME']="Filename \"%s\" contains invalid"
|
|
|
|
|
." characters.";
|
|
|
|
|
$lang['L_ERROR_DELETING_CONFIGFILE']="Error: couldn't delete configuration"
|
|
|
|
|
." file %s!";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_ERROR_LOADING_CONFIGFILE']="Couldn't load configfile \"%s\".";
|
|
|
|
|
$lang['L_ERROR_LOG']="Błąd-Log";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ERROR_MULTIPART_RESTORE']="Multipart-Restore: couldn't finde the"
|
|
|
|
|
." next file '%s'!";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_ESTIMATED_END']="Przewidywane o zakończeniu";
|
|
|
|
|
$lang['L_EXCEL2003']="Excel from 2003";
|
|
|
|
|
$lang['L_EXISTS']="Exists";
|
|
|
|
|
$lang['L_EXPORT']="Export";
|
|
|
|
|
$lang['L_EXPORTFINISHED']="Eksport zakończony.";
|
|
|
|
|
$lang['L_EXPORTLINES']="<strong>%s</strong> lines exported";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_EXPORTOPTIONS']="Opcje eksportu";
|
|
|
|
|
$lang['L_EXTENDEDPARS']="Rozszerzony parametr";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FADE_IN_OUT']="Display on/off";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FATAL_ERROR_DUMP']="Fatal error: the CREATE-Statement of"
|
|
|
|
|
." table '%s' in database '%s' couldn't"
|
|
|
|
|
." be read!";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FIELDS']="Pola";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_FIELDS_OF_TABLE']="Pola tabeli";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FILE']="Plik";
|
|
|
|
|
$lang['L_FILES']="Pliki";
|
|
|
|
|
$lang['L_FILESIZE']="Rozmiar";
|
|
|
|
|
$lang['L_FILE_MANAGE']="Administracja";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_FILE_OPEN_ERROR']="Błąd: nie można otworzyć pliku.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FILE_SAVED_SUCCESSFULLY']="Backup został zapisany pomyślnie";
|
|
|
|
|
$lang['L_FILE_SAVED_UNSUCCESSFULLY']="Załączki nie mogły być zapisane!";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FILE_UPLOAD_SUCCESSFULL']="The file '%s' was uploaded"
|
|
|
|
|
." successfully.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FILTER_BY']="Sortuj według";
|
|
|
|
|
$lang['L_FM_ALERTRESTORE1']="Should the database";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FM_ALERTRESTORE2']="be restored with the records from the"
|
|
|
|
|
." file";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_ALERTRESTORE3']="?";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_FM_ALL_BU']="Wszystkie backupy";
|
|
|
|
|
$lang['L_FM_ANZ_BU']="Backupy";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_ASKDELETE1']="Should the file(s)";
|
|
|
|
|
$lang['L_FM_ASKDELETE2']="really be deleted?";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FM_ASKDELETE3']="Do you want autodelete to be executed"
|
|
|
|
|
." with configured rules now?";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_FM_ASKDELETE4']="Czy chcesz skasować wszystkie pliki"
|
|
|
|
|
." backup-u ?";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FM_ASKDELETE5']="Do you want to delete all backup files"
|
|
|
|
|
." with";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_ASKDELETE5_2']="* ?";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FM_AUTODEL1']="Autodelete: the following files were"
|
|
|
|
|
." deleted because of maximum files"
|
|
|
|
|
." setting:";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_FM_CHOOSE_ENCODING']="Wybierz sposób kodowania pliku"
|
|
|
|
|
." backupu";
|
|
|
|
|
$lang['L_FM_COMMENT']="Wpisz komentarz";
|
|
|
|
|
$lang['L_FM_DELETE']="Skasuj";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_DELETE1']="The file";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_FM_DELETE2']="został skasowany pomyślnie";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_DELETE3']="couldn't be deleted!";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_FM_DELETEALL']="Skasuj wszystkie pliki backupu";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_DELETEALLFILTER']="Delete all with";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_FM_DELETEAUTO']="Uruchom autoczyszczenie ręcznie";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_DUMPSETTINGS']="Backup Configuration";
|
|
|
|
|
$lang['L_FM_DUMP_HEADER']="Backup";
|
|
|
|
|
$lang['L_FM_FILEDATE']="File date";
|
|
|
|
|
$lang['L_FM_FILES1']="Database Backups";
|
|
|
|
|
$lang['L_FM_FILESIZE']="File size";
|
|
|
|
|
$lang['L_FM_FILEUPLOAD']="Upload file";
|
|
|
|
|
$lang['L_FM_FREESPACE']="Wolne miejsce na serwerze";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_FM_LAST_BU']="Ostatni backup";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_NOFILE']="You didn't choose a file!";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_FM_NOFILESFOUND']="Plik nie został znaleziony.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_RECORDS']="Records";
|
|
|
|
|
$lang['L_FM_RESTORE']="Restore";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FM_RESTORE_HEADER']="Restore of Database"
|
|
|
|
|
." `<strong>%s</strong>`";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_FM_SELECTTABLES']="Wybór tabel";
|
|
|
|
|
$lang['L_FM_STARTDUMP']="Rozpocznij nowy Backup";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_TABLES']="Tables";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_FM_TOTALSIZE']="Całkowity rozmiar";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_UPLOADFAILED']="The upload has failed!";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FM_UPLOADFILEEXISTS']="A file with the same name already"
|
|
|
|
|
." exists !";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_UPLOADFILEREQUEST']="please choose a file.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FM_UPLOADMOVEERROR']="Couldn't move selected file to the"
|
|
|
|
|
." upload directory.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FM_UPLOADNOTALLOWED1']="This file type is not supported.";
|
|
|
|
|
$lang['L_FM_UPLOADNOTALLOWED2']="Valid types are: *.gz and *.sql-files";
|
|
|
|
|
$lang['L_FOUND_DB']="found db";
|
|
|
|
|
$lang['L_FROMFILE']="from file";
|
|
|
|
|
$lang['L_FROMTEXTBOX']="from text box";
|
|
|
|
|
$lang['L_FTP']="FTP";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_FTP_ADD_CONNECTION']="Dodaj połączenie";
|
|
|
|
|
$lang['L_FTP_CHOOSE_MODE']="Typ połączenia FTP";
|
|
|
|
|
$lang['L_FTP_CONFIRM_DELETE']="Czy na pewno chcesz usunąć to"
|
|
|
|
|
." połączenie FTP ?";
|
|
|
|
|
$lang['L_FTP_CONNECTION']="Połączenie FTP";
|
|
|
|
|
$lang['L_FTP_CONNECTION_CLOSED']="Połączenie FTP zakończone";
|
|
|
|
|
$lang['L_FTP_CONNECTION_DELETE']="Usuń połączenie FTP";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FTP_CONNECTION_ERROR']="The connection to server '%s' using"
|
|
|
|
|
." port %s couldn't be established";
|
|
|
|
|
$lang['L_FTP_CONNECTION_SUCCESS']="The connection to server '%s' using"
|
|
|
|
|
." port %s was established successfully";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FTP_DIR']="Upload directory";
|
|
|
|
|
$lang['L_FTP_FILE_TRANSFER_ERROR']="Transfer of file '%s' was faulty";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FTP_FILE_TRANSFER_SUCCESS']="The file '%s' was transferred"
|
|
|
|
|
." successfully";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FTP_LOGIN_ERROR']="Login as user '%s' was denied";
|
|
|
|
|
$lang['L_FTP_LOGIN_SUCCESS']="Login as user '%s' was successfull";
|
|
|
|
|
$lang['L_FTP_OK']="Connection successful.";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_FTP_PASS']="Hasło";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FTP_PASSIVE']="use passive mode";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_FTP_PASV_ERROR']="Przełączenie do trybu pasywnego nie"
|
|
|
|
|
." powiodło się";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_FTP_PASV_SUCCESS']="Przełączenie do trybu pasywnego"
|
|
|
|
|
." udane";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_FTP_PORT']="Port";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_FTP_SEND_TO']="to <strong>%s</strong><br /> into"
|
|
|
|
|
." <strong>%s</strong>";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_FTP_SERVER']="Serwer";
|
|
|
|
|
$lang['L_FTP_SSL']="FTP bezpieczne połączenie SSL";
|
|
|
|
|
$lang['L_FTP_START']="Rozpoczęcie transferu FTP";
|
|
|
|
|
$lang['L_FTP_TIMEOUT']="Upłynął limit czasu";
|
|
|
|
|
$lang['L_FTP_TRANSFER']="Transfer FTP";
|
|
|
|
|
$lang['L_FTP_USER']="Użytkownik";
|
|
|
|
|
$lang['L_FTP_USESSL']="Użyj połączenia SSL";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_GENERAL']="General";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_GZIP']="Kompresja GZip";
|
|
|
|
|
$lang['L_GZIP_COMPRESSION']="Kompresja GZip";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_HOME']="Strona główna";
|
|
|
|
|
$lang['L_HOUR']="Godzina";
|
|
|
|
|
$lang['L_HOURS']="Godziny";
|
|
|
|
|
$lang['L_HTACC_ACTIVATE_REWRITE_ENGINE']="Rewrite aktywować";
|
|
|
|
|
$lang['L_HTACC_ADD_HANDLER']="Dodaj dostawce";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_HTACC_CONFIRM_DELETE']="Chcesz stworzyć teraz ochrone"
|
|
|
|
|
." katalogu";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_HTACC_CONTENT']="zawartość plik";
|
|
|
|
|
$lang['L_HTACC_CREATE']="Tworzenie ochrony katalog";
|
|
|
|
|
$lang['L_HTACC_CREATED']="Ochrona katalogu została utworzona";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_HTACC_CREATE_ERROR']="Wystąpił błąd podczas tworzenia"
|
|
|
|
|
." pliku ochrony!<br />Prosimy ręcznie"
|
|
|
|
|
." utworzyć plik w następujący sposó";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_HTACC_CRYPT']="Crypt (Linux lub Unix-System)";
|
|
|
|
|
$lang['L_HTACC_DENY_ALLOW']="Włączanie / wyłączanie";
|
|
|
|
|
$lang['L_HTACC_DIR_LISTING']="Lista katalogów";
|
|
|
|
|
$lang['L_HTACC_EDIT']="Edytuj .htacces";
|
|
|
|
|
$lang['L_HTACC_ERROR_DOC']="Błąd dokumentu";
|
|
|
|
|
$lang['L_HTACC_EXAMPLES']="Inne przykłady i dokumentacje";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_HTACC_EXISTS']="Istnieje już ochrona katalogu. W"
|
|
|
|
|
." przypadku utworzenia nowego, zastąpi"
|
|
|
|
|
." ona stary!";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_HTACC_MAKE_EXECUTABLE']="Umożliwia wykonanie";
|
|
|
|
|
$lang['L_HTACC_MD5']="MD5 (Linux lub system Unix";
|
|
|
|
|
$lang['L_HTACC_NO_ENCRYPTION']="bez szyfrowania (Windows";
|
|
|
|
|
$lang['L_HTACC_NO_USERNAME']="Musisz podać swoje imię";
|
|
|
|
|
$lang['L_HTACC_PROPOSED']="Rada awaryjn";
|
|
|
|
|
$lang['L_HTACC_REDIRECT']="Przekierowanie";
|
|
|
|
|
$lang['L_HTACC_SCRIPT_EXEC']="Uruchom skrypt";
|
|
|
|
|
$lang['L_HTACC_SHA1']="SHA1 (wszystkie systemy";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_HTACC_WARNING']="Uwaga! . htaccess bezpośrednio"
|
|
|
|
|
." wpływa na zachowanie przeglądarki."
|
|
|
|
|
." <br/> Niewłaściwe treści mogą"
|
|
|
|
|
." sprawić, że witryna nie będzie"
|
|
|
|
|
." dostępna.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_IMPORT']="Import";
|
|
|
|
|
$lang['L_IMPORTIEREN']="Import";
|
|
|
|
|
$lang['L_IMPORTOPTIONS']="Import Options";
|
|
|
|
|
$lang['L_IMPORTSOURCE']="Import Source";
|
|
|
|
|
$lang['L_IMPORTTABLE']="Import in Table";
|
|
|
|
|
$lang['L_IMPORT_NOTABLE']="No table was selected for import!";
|
|
|
|
|
$lang['L_IN']="w";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_INDEX_SIZE']="Rozmiar indeksu";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_INFO_ACTDB']="Obecna baza danych";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_INFO_DATABASES']="Są następujące bazy danych na"
|
|
|
|
|
." serwerze MySQL";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_INFO_DBEMPTY']="Baza jest pusta";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_INFO_FSOCKOPEN_DISABLED']="Na tej stronie kliknij fsockopen () w"
|
|
|
|
|
." PHP jest wyłączona konfiguracji"
|
|
|
|
|
." serwera. Ponieważ pakiety"
|
|
|
|
|
." automatycznego pobrania języków nie"
|
|
|
|
|
." są możliwe. Jeśli chcesz, możesz"
|
|
|
|
|
." pobrać packack ręcznie wyodrębnić"
|
|
|
|
|
." go do komputera i wysłać je do"
|
|
|
|
|
." \"języka\" instalacji MySQLDumper."
|
|
|
|
|
." Następnie nowy pakiet językowy jest"
|
|
|
|
|
." dostępny na tej stronie";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_INFO_LASTUPDATE']="Ostatnia aktualizacja";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_INFO_LOCATION']="Jesteś na";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_INFO_NODB']="Baza danych nie istnieje";
|
|
|
|
|
$lang['L_INFO_NOPROCESSES']="brak uruchomionych procesów";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_INFO_NOSTATUS']="Żaden status nie dostępny";
|
|
|
|
|
$lang['L_INFO_NOVARS']="zmienne nie dostępne";
|
|
|
|
|
$lang['L_INFO_OPTIMIZED']="optymalizu";
|
|
|
|
|
$lang['L_INFO_RECORDS']="Nagrania";
|
|
|
|
|
$lang['L_INFO_SIZE']="Rozmia";
|
|
|
|
|
$lang['L_INFO_SUM']="total";
|
|
|
|
|
$lang['L_INSTALL']="Installation";
|
|
|
|
|
$lang['L_INSTALLED']="Installed";
|
|
|
|
|
$lang['L_INSTALL_DB_DEFAULT']="Use as default database";
|
|
|
|
|
$lang['L_INSTALL_HELP_PORT']="(empty = Default Port)";
|
|
|
|
|
$lang['L_INSTALL_HELP_SOCKET']="(empty = Default Socket)";
|
|
|
|
|
$lang['L_IS_WRITABLE']="Is writable";
|
|
|
|
|
$lang['L_KILL_PROCESS']="Zakończenia procesów";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_LANGUAGE']="Język";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_LANGUAGE_NAME']="Polski";
|
|
|
|
|
$lang['L_LASTBACKUP']="Ostatnia kopia zapasowa";
|
|
|
|
|
$lang['L_LOAD']="Load default settings";
|
|
|
|
|
$lang['L_LOAD_DATABASE']="Odświeżyć bazy danych";
|
|
|
|
|
$lang['L_LOAD_FILE']="Otwórz plik";
|
|
|
|
|
$lang['L_LOG']="Spis";
|
|
|
|
|
$lang['L_LOGFILENOTWRITABLE']="Pisanie listy niemożliwe";
|
|
|
|
|
$lang['L_LOGFILES']="Logfiles";
|
|
|
|
|
$lang['L_LOGGED_IN']="Logged in";
|
|
|
|
|
$lang['L_LOGIN']="Login";
|
|
|
|
|
$lang['L_LOGIN_AUTOLOGIN']="Automatic login";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_LOGIN_INVALID_USER']="Unknown combination of username and"
|
|
|
|
|
." password.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_LOGOUT']="Log out";
|
|
|
|
|
$lang['L_LOG_CREATED']="Log file created.";
|
|
|
|
|
$lang['L_LOG_DELETE']="delete Log";
|
|
|
|
|
$lang['L_LOG_MAXSIZE']="Maximum size of log files";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_LOG_NOT_READABLE']="The log file '%s' does not exist or is"
|
|
|
|
|
." not readable.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_MAILERROR']="Sending of email failed!";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_MAILPROGRAM']="Program pocztowy";
|
|
|
|
|
$lang['L_MAXIMUM_LENGTH']="Maksymalna długość";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_MAXIMUM_LENGTH_EXPLAIN']="This is the maximum number of bytes"
|
|
|
|
|
." one character needs, when it is saved"
|
|
|
|
|
." to disk.";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_MAXSIZE']="Maksymalny rozmiar";
|
|
|
|
|
$lang['L_MAX_BACKUP_FILES_EACH2']="dla każdej bazy danych";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_MAX_EXECUTION_TIME']="Max czas realizacj";
|
|
|
|
|
$lang['L_MAX_UPLOAD_SIZE']="Maximum file size";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_MAX_UPLOAD_SIZE_INFO']="If your Dumpfile is bigger than the"
|
|
|
|
|
." above mentioned limit, you must upload"
|
|
|
|
|
." it via FTP into the directory"
|
|
|
|
|
." \"work/backup\". <br />After that you"
|
|
|
|
|
." can choose it to begin a restore"
|
|
|
|
|
." progress.";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_MEMORY']="Pamięć";
|
|
|
|
|
$lang['L_MENU_HIDE']="Ukryj menu";
|
|
|
|
|
$lang['L_MENU_SHOW']="Pokaż menu";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_MESSAGE']="Wiadomość";
|
|
|
|
|
$lang['L_MESSAGE_TYPE']="Message type";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_MINUTE']="Minuta<br />";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_MINUTES']="Minuty";
|
|
|
|
|
$lang['L_MOBILE_OFF']="Off";
|
|
|
|
|
$lang['L_MOBILE_ON']="On";
|
|
|
|
|
$lang['L_MODE_EASY']="Łatwy";
|
|
|
|
|
$lang['L_MODE_EXPERT']="Ekspert";
|
|
|
|
|
$lang['L_MSD_INFO']="Informacje o MySQL Dumper";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_MSD_MODE']="MySQLDumper - tryb pracy";
|
|
|
|
|
$lang['L_MSD_VERSION']="MySQLDumper-Wersja";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_MULTIDUMP']="Backup na kilka części: Bazy danych"
|
|
|
|
|
." %d zostały zapisane";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_MULTIDUMP_FINISHED']="Backup of <b>%d</b> Databases done";
|
|
|
|
|
$lang['L_MULTIPART_ACTUAL_PART']="Bieżący plik strony";
|
|
|
|
|
$lang['L_MULTIPART_SIZE']="Maksymalny rozmiar na plik";
|
|
|
|
|
$lang['L_MULTI_PART']="Backup na kilka części";
|
|
|
|
|
$lang['L_MYSQLVARS']="Zmienne MySQL";
|
|
|
|
|
$lang['L_MYSQL_CLIENT_VERSION']="MySQL Client";
|
|
|
|
|
$lang['L_MYSQL_CONNECTION_ENCODING']="Kodowanie standardowe serwera MySql";
|
|
|
|
|
$lang['L_MYSQL_DATA']="MySQL-Data";
|
|
|
|
|
$lang['L_MYSQL_ROUTINE']="Routine";
|
|
|
|
|
$lang['L_MYSQL_ROUTINES']="Routinen";
|
|
|
|
|
$lang['L_MYSQL_ROUTINES_EXPLAIN']="Stored functions and procedures";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_MYSQL_TABLES_EXPLAIN']="Tables have a defined column structure"
|
|
|
|
|
." in which one can save data (records)."
|
|
|
|
|
." Each record represents a row in the"
|
|
|
|
|
." table.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_MYSQL_VERSION']="MySQL-Wersj";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_MYSQL_VERSION_TOO_OLD']="Przepraszamy: Zainstalowana wersja"
|
|
|
|
|
." MySql %s jest przestarzała i nie"
|
|
|
|
|
." może być użyta razem z obecną"
|
|
|
|
|
." wersją MySqlDumpera. Proszę"
|
|
|
|
|
." zaktualizować bazę SQL do wersji"
|
|
|
|
|
." %s.<br />Alternatywnie możesz"
|
|
|
|
|
." zainstalować MySqlDUmpera w wersji"
|
|
|
|
|
." 1.24 który jest w stanie pracować ze"
|
|
|
|
|
." starszymi bazami danych. Niestety"
|
|
|
|
|
." wtedy stracisz możliwość używania"
|
|
|
|
|
." niektórych nowych funkcji.";
|
|
|
|
|
$lang['L_MYSQL_VIEW']="Widok";
|
|
|
|
|
$lang['L_MYSQL_VIEWS']="Widoki";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_MYSQL_VIEWS_EXPLAIN']="Views show (filtered) recordsets of"
|
|
|
|
|
." one ore more tables but don't contain"
|
|
|
|
|
." own records.";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_NAME']="Nazwa";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_NEW']="nowy";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_NEWTABLE']="Utwórz nową tabele";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_NEXT_AUTO_INCREMENT']="Next automatic index";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_NEXT_AUTO_INCREMENT_SHORT']="Autoindeksowanie";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_NO']="nie";
|
|
|
|
|
$lang['L_NOFTPPOSSIBLE']="Nie istnieje funkcja FTP";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_NOGZPOSSIBLE']="Jak Zlib nie jest zainstalowany, nie"
|
|
|
|
|
." można użyć funkcji GZip";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_NONE']="bez";
|
|
|
|
|
$lang['L_NOREVERSE']="Oldest entry first";
|
|
|
|
|
$lang['L_NOTAVAIL']="<em>niedostępne</em>";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_NOTHING_TO_DO']="Tu nie ma nic do zrobienia.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_NOTICE']="Notka";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_NOTICES']="Notki<br /><br /><br />";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_NOT_ACTIVATED']="wyłączony";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_NOT_SUPPORTED']="Ta kopia zapasowa nie obsługuje tej"
|
|
|
|
|
." funkcji";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_NO_DB_FOUND']="Nie można było znaleźć żadnej"
|
|
|
|
|
." bazy automatycznie ! Sprawdź"
|
|
|
|
|
." parametry połączenia i wpisz nazwę"
|
|
|
|
|
." bazy danych ręcznie.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_NO_DB_FOUND_INFO']="The connection to the database was"
|
|
|
|
|
." successfully established.<br /><br"
|
|
|
|
|
." />Your userdata is valid and was"
|
|
|
|
|
." accepted by the MySQL-Server.<br /><br"
|
|
|
|
|
." />But MySQLDumper was not able to find"
|
|
|
|
|
." any database.<br /><br />The automatic"
|
|
|
|
|
." detection via script is blocked on"
|
|
|
|
|
." some servers.<br /><br />You must"
|
|
|
|
|
." enter your database name manually"
|
|
|
|
|
." after the installation is finished.<br"
|
|
|
|
|
." />Click on \"configuration\""
|
|
|
|
|
." \"Connection Parameter - display\" and"
|
|
|
|
|
." enter the database name there.";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_NO_DB_SELECTED']="Nie wybrano bazy danych.";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_NO_ENTRIES']="Tablica jest pusta i nie zawiera"
|
|
|
|
|
." żadnych pozycji";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_NO_MSD_BACKUPFILE']="Backups of other scripts";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_NO_NAME_GIVEN']="Nie wpisałeś nazwy";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_NR_OF_QUERIES']="Liczba zapytań";
|
|
|
|
|
$lang['L_NR_OF_RECORDS']="Numery rekordów";
|
|
|
|
|
$lang['L_NR_TABLES_OPTIMIZED']="%s tabel zostało zoptymalizowanych";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_NUMBER_OF_FILES_FORM']="Delete by number of files per database";
|
|
|
|
|
$lang['L_OF']="z";
|
|
|
|
|
$lang['L_OK']="OK";
|
|
|
|
|
$lang['L_OPTIMIZE']="Optimize";
|
|
|
|
|
$lang['L_OPTIMIZE_TABLES']="Optimize Tables before Backup";
|
|
|
|
|
$lang['L_OPTIMIZE_TABLE_ERR']="Error optimizing table `%s`.";
|
|
|
|
|
$lang['L_OPTIMIZE_TABLE_SUCC']="Optimized table `%s` successfully.";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_OS']="System operacyjny";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_OVERHEAD']="Overhead";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_PAGE']="Strona";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_PAGE_REFRESHS']="Odśwież stronę";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_PASS']="Hasło";
|
|
|
|
|
$lang['L_PASSWORD']="Hasło";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_PASSWORDS_UNEQUAL']="Hasła nie są identyczne, albo puste";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_PASSWORD_REPEAT']="Hasło (powtórzenie)";
|
|
|
|
|
$lang['L_PASSWORD_STRENGTH']="Siła hasła";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_PERLOUTPUT1']="Entry in crondump.pl for"
|
|
|
|
|
." absolute_path_of_configdir";
|
|
|
|
|
$lang['L_PERLOUTPUT2']="URL for the browser or for external"
|
|
|
|
|
." Cron job";
|
|
|
|
|
$lang['L_PERLOUTPUT3']="Commandline in the Shell or for the"
|
|
|
|
|
." Crontab";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_PERL_COMPLETELOG']="Perl-Complete-Log";
|
|
|
|
|
$lang['L_PERL_LOG']="Perl-Log";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_PHPBUG']="Błąd w zlib! Brak możliwości"
|
|
|
|
|
." kompresji";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_PHPMAIL']="PHP-Function mail()";
|
|
|
|
|
$lang['L_PHP_EXTENSIONS']="PHP-Rozszerzeni";
|
|
|
|
|
$lang['L_PHP_LOG']="PHP-Log";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_PHP_VERSION']="Wersja PHP";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_PHP_VERSION_TOO_OLD']="We are sorry: the installed"
|
|
|
|
|
." PHP-Version is too old. MySQLDumper"
|
|
|
|
|
." needs a PHP-Version of %s or higher."
|
|
|
|
|
." This server has a PHP-Version of %s"
|
|
|
|
|
." which is too old. You need to update"
|
|
|
|
|
." your PHP-Version before you can"
|
|
|
|
|
." install and use MySQLDumper. <br />";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_POP3_PORT']="Port POP3";
|
|
|
|
|
$lang['L_POP3_SERVER']="Serwer POP3";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_PORT']="Port";
|
|
|
|
|
$lang['L_POSITION_BC']="bottom center";
|
|
|
|
|
$lang['L_POSITION_BL']="bottom left";
|
|
|
|
|
$lang['L_POSITION_BR']="bottom right";
|
|
|
|
|
$lang['L_POSITION_MC']="center center";
|
|
|
|
|
$lang['L_POSITION_ML']="middle left";
|
|
|
|
|
$lang['L_POSITION_MR']="middle right";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_POSITION_NOTIFICATIONS']="Pozycja okna powiadomień";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_POSITION_TC']="top center";
|
|
|
|
|
$lang['L_POSITION_TL']="top left";
|
|
|
|
|
$lang['L_POSITION_TR']="top right";
|
|
|
|
|
$lang['L_POSSIBLE_COLLATIONS']="Possible collations";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_POSSIBLE_COLLATIONS_EXPLAIN']="These are the possible collations one"
|
|
|
|
|
." can choose for this character set.<br"
|
|
|
|
|
." /><br />_cs = case sensitiv<br />_ci ="
|
|
|
|
|
." case insensitive";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_PREFIX']="Prefiks";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_PRIMARYKEYS_CHANGED']="Podstawowe klucze zostały zmienione";
|
|
|
|
|
$lang['L_PRIMARYKEYS_CHANGINGERROR']="Błąd zmiany klucza podstawowego";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_PRIMARYKEYS_SAVE']="Zapisz klucze podstawowe";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_PRIMARYKEY_CONFIRMDELETE']="Czy na pewno usunąć podstawowy"
|
|
|
|
|
." klucz?";
|
2012-01-13 07:51:18 +00:00
|
|
|
|
$lang['L_PRIMARYKEY_DELETED']="Podstawowy klucz został skasowany";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_PRIMARYKEY_FIELD']="Pole klucza podstawowego";
|
|
|
|
|
$lang['L_PRIMARYKEY_NOTFOUND']="Primary key not found";
|
|
|
|
|
$lang['L_PROCESSKILL1']="Staramy się, aby zakończyć proces";
|
|
|
|
|
$lang['L_PROCESSKILL2']="zakończyć proces";
|
|
|
|
|
$lang['L_PROCESSKILL3']="Próbuje od";
|
|
|
|
|
$lang['L_PROCESSKILL4']="sek. do zakończenia procesami";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_PROCESS_ID']="ID procesu";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_PROGRESS_FILE']="Postęp pliku";
|
|
|
|
|
$lang['L_PROGRESS_OVER_ALL']="Overall Progress";
|
|
|
|
|
$lang['L_PROGRESS_TABLE']="Progress of table";
|
|
|
|
|
$lang['L_PROVIDER']="Dostawca";
|
|
|
|
|
$lang['L_PROZESSE']="Proces";
|
|
|
|
|
$lang['L_QUERY']="Query";
|
2011-06-20 17:47:44 +00:00
|
|
|
|
$lang['L_QUERY_TYPE']="Query type";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_RECHTE']="Uprawnienia";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_RECORDS']="Zapis";
|
|
|
|
|
$lang['L_RECORDS_INSERTED']="<b>%s</b> records inserted.";
|
|
|
|
|
$lang['L_RECORDS_OF_TABLE']="Records of table";
|
|
|
|
|
$lang['L_RECORDS_PER_PAGECALL']="Spis połączeń strony";
|
|
|
|
|
$lang['L_REFRESHTIME']="Refresh time";
|
|
|
|
|
$lang['L_REFRESHTIME_PROCESSLIST']="Refreshing time of the process list";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_REGISTRATION_DESCRIPTION']="Please enter the administrator account"
|
|
|
|
|
." now. You will login into MySQLDumper"
|
|
|
|
|
." with this user. Note the dates now"
|
|
|
|
|
." given good reason.<br /><br />You can"
|
|
|
|
|
." choose your username and password"
|
|
|
|
|
." free. Please make sure to choose the"
|
|
|
|
|
." safest possible combination of user"
|
|
|
|
|
." name and password to protect access to"
|
|
|
|
|
." MySQLDumper against unauthorized"
|
|
|
|
|
." access best!";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_RELOAD']="Przeładuj";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_REMOVE']="Usuń";
|
|
|
|
|
$lang['L_REPAIR']="Napraw";
|
|
|
|
|
$lang['L_RESET']="Reset";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_RESET_SEARCHWORDS']="reset search words";
|
|
|
|
|
$lang['L_RESTORE']="Przywrócenie";
|
|
|
|
|
$lang['L_RESTORE_COMPLETE']="<b>%s</b> tables created.";
|
|
|
|
|
$lang['L_RESTORE_DB']="Database '<b>%s</b>' on '<b>%s</b>'.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_RESTORE_DB_COMPLETE_IN']="Restoring of database '%s' finished in"
|
|
|
|
|
." %s.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_RESTORE_OF_TABLES']="Wybierz tabele do przywrócenia";
|
|
|
|
|
$lang['L_RESTORE_TABLE']="Restoring of table '%s'";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_RESTORE_TABLES_COMPLETED']="Up to now <b>%d</b> of <b>%d</b>"
|
|
|
|
|
." tables were created.";
|
|
|
|
|
$lang['L_RESTORE_TABLES_COMPLETED0']="Up to now <b>%d</b> tables were"
|
|
|
|
|
." created.";
|
2011-06-20 17:47:44 +00:00
|
|
|
|
$lang['L_RESULT']="Result";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_REVERSE']="Last entry first";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SAFEMODEDESC']="Because PHP is running in safe_mode"
|
|
|
|
|
." you need to create the following"
|
|
|
|
|
." directories manually using your"
|
|
|
|
|
." FTP-Programm:";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SAVE']="Zapisz";
|
|
|
|
|
$lang['L_SAVEANDCONTINUE']="Save and continue installation";
|
|
|
|
|
$lang['L_SAVE_ERROR']="Error - unable to save configuration!";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SAVE_SUCCESS']="Configuration was saved succesfully"
|
|
|
|
|
." into configuration file \"%s\".";
|
|
|
|
|
$lang['L_SAVING_DATA_TO_FILE']="Saving data of database '%s' to file"
|
|
|
|
|
." '%s'";
|
|
|
|
|
$lang['L_SAVING_DATA_TO_MULTIPART_FILE']="Maximum filesize reached: proceeding"
|
|
|
|
|
." with file '%s'";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_SAVING_DB_FORM']="Baza danych";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SAVING_TABLE']="Saving table";
|
|
|
|
|
$lang['L_SEARCH_ACCESS_KEYS']="Browse: forward=ALT+V, backwards=ALT+C";
|
|
|
|
|
$lang['L_SEARCH_IN_TABLE']="Search in table";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SEARCH_NO_RESULTS']="The search for \"<b>%s</b>\" in table"
|
|
|
|
|
." \"<b>%s</b>\" doesn't bring any hits!";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SEARCH_OPTIONS']="Search options";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SEARCH_OPTIONS_AND']="a column must contain all search words"
|
|
|
|
|
." (AND-search)";
|
|
|
|
|
$lang['L_SEARCH_OPTIONS_CONCAT']="a row must contain all of the search"
|
|
|
|
|
." words but they can be in any column"
|
|
|
|
|
." (could take some time)";
|
|
|
|
|
$lang['L_SEARCH_OPTIONS_OR']="a column must have one of the search"
|
|
|
|
|
." words (OR-search)";
|
|
|
|
|
$lang['L_SEARCH_RESULTS']="The search for \"<b>%s</b>\" in table"
|
|
|
|
|
." \"<b>%s</b>\" brings the following"
|
|
|
|
|
." results";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SECOND']="Sekunda";
|
|
|
|
|
$lang['L_SECONDS']="Sekundy";
|
|
|
|
|
$lang['L_SELECT']="Wybierz";
|
|
|
|
|
$lang['L_SELECTED_FILE']="Selected file";
|
|
|
|
|
$lang['L_SELECT_ALL']="Select All";
|
|
|
|
|
$lang['L_SELECT_FILE']="Select file";
|
|
|
|
|
$lang['L_SELECT_LANGUAGE']="Select language";
|
|
|
|
|
$lang['L_SENDMAIL']="Sendmail";
|
|
|
|
|
$lang['L_SENDRESULTASFILE']="send result as file";
|
|
|
|
|
$lang['L_SEND_MAIL_FORM']="Send email report";
|
|
|
|
|
$lang['L_SERVER']="Serwer";
|
|
|
|
|
$lang['L_SERVERCAPTION']="Wizualizacja serwera";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SETPRIMARYKEYSFOR']="Ustaw nowe klucze podstawowe dla"
|
|
|
|
|
." tabeli";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SHOWING_ENTRY_X_TO_Y_OF_Z']="Showing entry %s to %s of %s";
|
|
|
|
|
$lang['L_SHOWRESULT']="show result";
|
|
|
|
|
$lang['L_SHOW_TABLES']="Show tables";
|
|
|
|
|
$lang['L_SHOW_TOOLTIPS']="Show nicer tooltips";
|
|
|
|
|
$lang['L_SMTP']="SMTP";
|
|
|
|
|
$lang['L_SMTP_HOST']="SMTP-Host";
|
|
|
|
|
$lang['L_SMTP_PORT']="SMTP-Port";
|
|
|
|
|
$lang['L_SOCKET']="Gniazdo";
|
|
|
|
|
$lang['L_SPEED']="Regulacja prędkości";
|
|
|
|
|
$lang['L_SQLBOX']="SQL-Box";
|
|
|
|
|
$lang['L_SQLBOXHEIGHT']="Height of SQL-Box";
|
|
|
|
|
$lang['L_SQLLIB_ACTIVATEBOARD']="activate Board";
|
|
|
|
|
$lang['L_SQLLIB_BOARDS']="Boards";
|
|
|
|
|
$lang['L_SQLLIB_DEACTIVATEBOARD']="deactivate Board";
|
|
|
|
|
$lang['L_SQLLIB_GENERALFUNCTIONS']="general functions";
|
|
|
|
|
$lang['L_SQLLIB_RESETAUTO']="reset auto-increment";
|
|
|
|
|
$lang['L_SQLLIMIT']="Count of records each page";
|
|
|
|
|
$lang['L_SQL_ACTIONS']="Actions";
|
|
|
|
|
$lang['L_SQL_AFTER']="after";
|
|
|
|
|
$lang['L_SQL_ALLOWDUPS']="Duplicates allowed";
|
|
|
|
|
$lang['L_SQL_ATPOSITION']="insert at position";
|
|
|
|
|
$lang['L_SQL_ATTRIBUTES']="Attributes";
|
|
|
|
|
$lang['L_SQL_BACKDBOVERVIEW']="Back to Overview";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_SQL_BEFEHLNEU']="Nowe polecenie";
|
|
|
|
|
$lang['L_SQL_BEFEHLSAVED1']="Komenda SQL";
|
|
|
|
|
$lang['L_SQL_BEFEHLSAVED2']="została dodana";
|
|
|
|
|
$lang['L_SQL_BEFEHLSAVED3']="została zapisana";
|
|
|
|
|
$lang['L_SQL_BEFEHLSAVED4']="została przeniesiona wyżej";
|
|
|
|
|
$lang['L_SQL_BEFEHLSAVED5']="została skasowana";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_BROWSER']="Przeglądarka-SQL";
|
|
|
|
|
$lang['L_SQL_CARDINALITY']="Cardinality";
|
|
|
|
|
$lang['L_SQL_CHANGED']="was changed.";
|
|
|
|
|
$lang['L_SQL_CHANGEFIELD']="change field";
|
|
|
|
|
$lang['L_SQL_CHOOSEACTION']="Choose action";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SQL_COLLATENOTMATCH']="Charset and Collation don't fit"
|
|
|
|
|
." together!";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_COLUMNS']="Columns";
|
|
|
|
|
$lang['L_SQL_COMMANDS']="Polecenia SQL";
|
|
|
|
|
$lang['L_SQL_COMMANDS_IN']="lines in";
|
|
|
|
|
$lang['L_SQL_COMMANDS_IN2']="sec. parsed.";
|
|
|
|
|
$lang['L_SQL_COPYDATADB']="Copy complete Database to";
|
|
|
|
|
$lang['L_SQL_COPYSDB']="Copy Structure of Database";
|
|
|
|
|
$lang['L_SQL_COPYTABLE']="copy table";
|
|
|
|
|
$lang['L_SQL_CREATED']="was created.";
|
|
|
|
|
$lang['L_SQL_CREATEINDEX']="create new index";
|
|
|
|
|
$lang['L_SQL_CREATETABLE']="create table";
|
|
|
|
|
$lang['L_SQL_DATAVIEW']="Data View";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SQL_DBCOPY']="The Content of Database `%s` was"
|
|
|
|
|
." copied in Database `%s`.";
|
|
|
|
|
$lang['L_SQL_DBSCOPY']="The Structure of Database `%s` was"
|
|
|
|
|
." copied in Database `%s`.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_DELETED']="was deleted";
|
|
|
|
|
$lang['L_SQL_DESTTABLE_EXISTS']="Destination Table exists !";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_SQL_EDIT']="Edycja";
|
|
|
|
|
$lang['L_SQL_EDITFIELD']="Edycja pola";
|
|
|
|
|
$lang['L_SQL_EDIT_TABLESTRUCTURE']="Edycja struktury tabeli";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_EMPTYDB']="Empty Database";
|
|
|
|
|
$lang['L_SQL_ERROR1']="Błąd aplikacji:";
|
|
|
|
|
$lang['L_SQL_ERROR2']="MySQL mówi:";
|
|
|
|
|
$lang['L_SQL_EXEC']="Execute SQL Statement";
|
|
|
|
|
$lang['L_SQL_EXPORT']="Export from Database `%s`";
|
|
|
|
|
$lang['L_SQL_FIELDDELETE1']="The Field";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_SQL_FIELDNAMENOTVALID']="Błąd: Brak poprawnego pola";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_FIRST']="first";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_SQL_IMEXPORT']="Import-Eksport";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_IMPORT']="Import in Database `%s`";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SQL_INCOMPLETE_STATEMENT_DETECTED']="%s: incomplete statement detected.<br"
|
|
|
|
|
." />Couldn't find closing match for '%s'"
|
|
|
|
|
." in query:<br />%s";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_INDEXES']="Indices";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_SQL_INSERTFIELD']="wstaw pole";
|
|
|
|
|
$lang['L_SQL_INSERTNEWFIELD']="wstaw nowe pole";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_SQL_LIBRARY']="Biblioteka SQL";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_SQL_NAMEDEST_MISSING']="Brak nazwy docelowej !";
|
|
|
|
|
$lang['L_SQL_NEWFIELD']="Nowe pole";
|
|
|
|
|
$lang['L_SQL_NODATA']="brak rekordów";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_NODEST_COPY']="No Copy without Destination !";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SQL_NOFIELDDELETE']="Delete is not possible because Tables"
|
|
|
|
|
." must contain at least one field.";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_SQL_NOTABLESINDB']="W bazie danych nie znaleziono żadnych"
|
|
|
|
|
." tabel.";
|
|
|
|
|
$lang['L_SQL_NOTABLESSELECTED']="Żadna tabela nie została wybrana !";
|
|
|
|
|
$lang['L_SQL_OPENFILE']="Otwórz plik SQL";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_OPENFILE_BUTTON']="Upload";
|
|
|
|
|
$lang['L_SQL_OUT1']="Executed";
|
|
|
|
|
$lang['L_SQL_OUT2']="Commands";
|
|
|
|
|
$lang['L_SQL_OUT3']="It had";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_SQL_OUT4']="Komentarze";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SQL_OUT5']="Because the output contains more than"
|
|
|
|
|
." 5000 lines it isn't displayed.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_OUTPUT']="SQL Output";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_SQL_QUERYENTRY']="Zapytanie zawiera";
|
|
|
|
|
$lang['L_SQL_RECORDDELETED']="Rekord został skasowany";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_SQL_RECORDEDIT']="edycja rekordu";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_SQL_RECORDINSERTED']="Rekord został dodany";
|
2012-01-16 20:44:37 +00:00
|
|
|
|
$lang['L_SQL_RECORDNEW']="nowy rekord";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_SQL_RECORDUPDATED']="Rekord został zaktualizowany";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_RENAMEDB']="Rename Database";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_SQL_RENAMEDTO']="została zmieniona na";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SQL_SCOPY']="Table structure of `%s` was copied in"
|
|
|
|
|
." Table `%s`.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_SEARCH']="Search";
|
|
|
|
|
$lang['L_SQL_SEARCHWORDS']="Searchword(s)";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_SQL_SELECTTABLE']="Wybór tabeli";
|
|
|
|
|
$lang['L_SQL_SERVER']="SQL Serwer";
|
|
|
|
|
$lang['L_SQL_SHOWDATATABLE']="Pokaż dane tabeli";
|
|
|
|
|
$lang['L_SQL_STRUCTUREDATA']="Struktura i dane";
|
|
|
|
|
$lang['L_SQL_STRUCTUREONLY']="Tylko struktura";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_TABLEEMPTIED']="Table `%s` was deleted.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SQL_TABLEEMPTIEDKEYS']="Table `%s` was deleted and the indices"
|
|
|
|
|
." were reset.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_TABLEINDEXES']="Indexes of table";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_SQL_TABLENEW']="Edycja tabel";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_TABLENOINDEXES']="No Indexes in Table";
|
|
|
|
|
$lang['L_SQL_TABLENONAME']="Table needs a name!";
|
|
|
|
|
$lang['L_SQL_TABLESOFDB']="Tables of Database";
|
|
|
|
|
$lang['L_SQL_TABLEVIEW']="Table View";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_SQL_TBLNAMEEMPTY']="Nazwa tabeli nie może być pusta !";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_TBLPROPSOF']="Table properties of";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SQL_TCOPY']="Table `%s` was copied with data in"
|
|
|
|
|
." Table `%s`.";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_SQL_UPLOADEDFILE']="załadowany plik:";
|
|
|
|
|
$lang['L_SQL_VIEW_COMPACT']="Widok kompaktowy";
|
|
|
|
|
$lang['L_SQL_VIEW_STANDARD']="Widok standardowy";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_SQL_VONINS']="from totally";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SQL_WARNING']="The execution of SQL Statements can"
|
|
|
|
|
." manipulate data. TAKE CARE! The"
|
|
|
|
|
." Authors don't accept any liability for"
|
|
|
|
|
." damaged or lost data.";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_SQL_WASCREATED']="została utworzona";
|
|
|
|
|
$lang['L_SQL_WASEMPTIED']="została opróżniona";
|
|
|
|
|
$lang['L_STARTDUMP']="Rozpocznij backup";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_START_RESTORE_DB_FILE']="Starting restore of database '%s' from"
|
|
|
|
|
." file '%s'.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_START_SQL_SEARCH']="start search";
|
|
|
|
|
$lang['L_STATUS']="Stan";
|
|
|
|
|
$lang['L_STEP']="Step";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_SUCCESS_CONFIGFILE_CREATED']="Configuration file \"%s\" has"
|
|
|
|
|
." successfully been created.";
|
|
|
|
|
$lang['L_SUCCESS_DELETING_CONFIGFILE']="The configuration file \"%s\" has"
|
|
|
|
|
." successfully been deleted.";
|
2011-06-20 17:42:14 +00:00
|
|
|
|
$lang['L_SUM_TOTAL']="Sum";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_TABLE']="Tabla";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_TABLENAME']="Nazwa tabeli";
|
|
|
|
|
$lang['L_TABLENAME_EXPLAIN']="Nazwa tabeli";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_TABLES']="Tabele";
|
|
|
|
|
$lang['L_TABLESELECTION']="Table selection";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_TABLE_CREATE_SUCC']="Tabela '%s' została utworzona"
|
|
|
|
|
." pozytywnie";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_TABLE_TYPE']="Typ tabeli";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_TESTCONNECTION']="Spróbuj się podłączyć";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_THEME']="Motyw graficzny";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_TIME']="Czas";
|
|
|
|
|
$lang['L_TIMESTAMP']="odstęp czasu";
|
|
|
|
|
$lang['L_TITLE_INDEX']="Index";
|
|
|
|
|
$lang['L_TITLE_KEY_FULLTEXT']="Fulltext key";
|
|
|
|
|
$lang['L_TITLE_KEY_PRIMARY']="Primary key";
|
|
|
|
|
$lang['L_TITLE_KEY_UNIQUE']="Unique key";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_TITLE_MYSQL_HELP']="Dokumentacja MySQL";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_TITLE_NOKEY']="Brak klucza";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_TITLE_SEARCH']="Search";
|
|
|
|
|
$lang['L_TITLE_SHOW_DATA']="Pokaż dane";
|
|
|
|
|
$lang['L_TITLE_UPLOAD']="Upload SQL file";
|
|
|
|
|
$lang['L_TO']="aż do ";
|
|
|
|
|
$lang['L_TOOLS']="Tools";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_TOOLS_TOOLBOX']="Select Database / Datebase functions /"
|
|
|
|
|
." Import - Export";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_TRUNCATE']="Truncate";
|
|
|
|
|
$lang['L_TRUNCATE_DATABASE']="Truncate database";
|
|
|
|
|
$lang['L_UNIT_KB']="KiloByte";
|
|
|
|
|
$lang['L_UNIT_MB']="MegaByte";
|
|
|
|
|
$lang['L_UNIT_PIXEL']="Pixel";
|
|
|
|
|
$lang['L_UNKNOWN']="nieznany";
|
|
|
|
|
$lang['L_UNKNOWN_SQLCOMMAND']="unknown SQL-Command";
|
|
|
|
|
$lang['L_UPDATE']="Update";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_UPDATE_CONNECTION_FAILED']="Update failed because connection to"
|
|
|
|
|
." server '%s' could not be established.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_UPDATE_ERROR_RESPONSE']="Update failed, server returned: '%s'";
|
|
|
|
|
$lang['L_UPTO']="up to";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_USERNAME']="Nazwa użytkownika";
|
|
|
|
|
$lang['L_USE_SSL']="Używaj SSL";
|
|
|
|
|
$lang['L_VALUE']="Wartość";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_VERSIONSINFORMATIONEN']="Informacje o wersji";
|
|
|
|
|
$lang['L_VIEW']="zobacz";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_VISIT_HOMEPAGE']="Odwiedź stronę główną";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_VOM']="z";
|
|
|
|
|
$lang['L_WITH']="razem";
|
|
|
|
|
$lang['L_WITHATTACH']="with attach";
|
|
|
|
|
$lang['L_WITHOUTATTACH']="without attach";
|
|
|
|
|
$lang['L_WITHPRAEFIX']="with prefix";
|
|
|
|
|
$lang['L_WRONGCONNECTIONPARS']="Brak lub złe parametry połączenia !";
|
|
|
|
|
$lang['L_WRONG_CONNECTIONPARS']="Connection parameters are wrong !";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_WRONG_RIGHTS']="Nie można zapisać pliku lub katalogu"
|
|
|
|
|
." `%s`.<br />Chmods są źle"
|
|
|
|
|
." skonfigurowane lub właściwości nie"
|
|
|
|
|
." są dobre.<br />Sprawdź atrybuty przy"
|
|
|
|
|
." użyciu oprogramowania FTP.<br />Plik"
|
|
|
|
|
." lub katalog musi być w %s";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_YES']="tak";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_ZEND_FRAMEWORK_VERSION']="Wersja Zend Framework";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ZEND_ID_ACCESS_NOT_A_DIRECTORY']="The given filename '%value%' isn't a"
|
|
|
|
|
." directory.";
|
|
|
|
|
$lang['L_ZEND_ID_ACCESS_NOT_A_FILE']="The given filename '%value%' isn't a"
|
|
|
|
|
." file.";
|
|
|
|
|
$lang['L_ZEND_ID_ACCESS_NOT_A_LINK']="The given target '%value%' is not a"
|
|
|
|
|
." link.";
|
|
|
|
|
$lang['L_ZEND_ID_ACCESS_NOT_EXECUTABLE']="The file or directory '%value%' isn't"
|
|
|
|
|
." executable.";
|
|
|
|
|
$lang['L_ZEND_ID_ACCESS_NOT_EXISTS']="The file or directory '%value%'"
|
|
|
|
|
." doesn't exists.";
|
|
|
|
|
$lang['L_ZEND_ID_ACCESS_NOT_READABLE']="The file or directory '%value%' isn't"
|
|
|
|
|
." readable.";
|
|
|
|
|
$lang['L_ZEND_ID_ACCESS_NOT_UPLOADED']="The given file '%value%' isn't an"
|
|
|
|
|
." uploaded file.";
|
|
|
|
|
$lang['L_ZEND_ID_ACCESS_NOT_WRITABLE']="The file or directory '%value%' isn't"
|
|
|
|
|
." writable.";
|
|
|
|
|
$lang['L_ZEND_ID_DIGITS_INVALID']="Invalid type given. String, integer or"
|
|
|
|
|
." float expected.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_ZEND_ID_DIGITS_STRING_EMPTY']="Value is an empty string.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ZEND_ID_EMAIL_ADDRESS_DOT_ATOM']="The email address can not be matched"
|
|
|
|
|
." against dot-atom format.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_ZEND_ID_EMAIL_ADDRESS_INVALID']="Invalid type given. String expected.";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_ZEND_ID_EMAIL_ADDRESS_INVALID_FORMAT']="Format adresu email jest"
|
|
|
|
|
." nieprawidłowy";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_ZEND_ID_EMAIL_ADDRESS_INVALID_HOSTNAME']="Błędna nazwa hosta.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ZEND_ID_EMAIL_ADDRESS_INVALID_LOCAL_PART']="The local part of the email address"
|
2011-07-03 18:50:26 +00:00
|
|
|
|
." (local-part@domain.tld) is invalid.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ZEND_ID_EMAIL_ADDRESS_INVALID_MX_RECORD']="There is no valid MX record for this"
|
|
|
|
|
." email address.";
|
|
|
|
|
$lang['L_ZEND_ID_EMAIL_ADDRESS_INVALID_SEGMENT']="The hostname is located in a not"
|
|
|
|
|
." routable network segment. The email"
|
|
|
|
|
." address can not be resolved from"
|
|
|
|
|
." public network.";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="Adres email jest zbyt długi."
|
|
|
|
|
." Maksymalna długość to 320 znaków.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched"
|
|
|
|
|
." against quoted-string format.";
|
2011-07-04 17:49:39 +00:00
|
|
|
|
$lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the"
|
|
|
|
|
." hostname cannot be decoded.";
|
|
|
|
|
$lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an"
|
|
|
|
|
." invalid position.";
|
2011-07-04 18:33:55 +00:00
|
|
|
|
$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected.";
|
2011-07-04 17:49:39 +00:00
|
|
|
|
$lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the"
|
|
|
|
|
." expected structure.";
|
|
|
|
|
$lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against"
|
|
|
|
|
." schema for given TLD.";
|
2011-07-04 18:33:55 +00:00
|
|
|
|
$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local"
|
|
|
|
|
." network name.";
|
|
|
|
|
$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI"
|
|
|
|
|
." syntax.";
|
2012-01-12 11:50:14 +00:00
|
|
|
|
$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="Adres IP w nazwie hosta jest"
|
|
|
|
|
." niedopuszczalny.";
|
2011-07-04 18:33:55 +00:00
|
|
|
|
$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are"
|
|
|
|
|
." not allowed.";
|
|
|
|
|
$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname.";
|
|
|
|
|
$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
$lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match"
|
|
|
|
|
." against.";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_ZEND_ID_NOT_DIGITS']="Dopuszczalne są tylko cyfry.";
|
2011-06-20 09:11:01 +00:00
|
|
|
|
$lang['L_ZEND_ID_NOT_EMPTY_INVALID']="Invalid type given. String, integer,"
|
|
|
|
|
." float, boolean or array expected.";
|
2012-01-11 21:09:50 +00:00
|
|
|
|
$lang['L_ZEND_ID_NOT_SAME']="Tokeny nie pasują do siebie.";
|
2011-06-10 21:55:32 +00:00
|
|
|
|
return $lang;
|