<?php /* +----------------------------------------------------------------------+ | Netautor Professional Application Server | +----------------------------------------------------------------------+ | Copyright (C) 1998-2005 digiconcept GmbH. <www.digiconcept.net> | +----------------------------------------------------------------------+ | This file is subject to license, that is bundled with this package | | in the file LICENSE.TXT, and is available at through the | | world-wide-web at http://www.netautor.com/license/ | | | | If you did not receive a copy of the license and are unable to | | obtain it through the world-wide-web, please send a note to | | hide@address.com so we can mail you a copy. | +----------------------------------------------------------------------+ | Authors: Stefan Rottensteiner <hide@address.com> | | Marek Kadziela <hide@address.com> | | Gregor Wollner | | Christian Unger | | Helli Kleinhans | +----------------------------------------------------------------------+*/ /** * Procesy * * @locale pl - Polish * @textdomain proc * @version $Revision: 1.9 $ */ $message = array ( 'process' => 'Proces', 'param' => 'Parametry', 'proc_name' => 'Nazwa procesu', 'loops' => 'Ilosc przebiegow przy wywolaniu', 'loops_info' => '(liczba albo E [nieskonczenie])', 'domax' => 'Liczba plikow na przebieg', 'domax_info' => 'Liczba', 'pause' => 'Przerwa miedzy wywolaniami', 'pause_info' => 'sekund', 'recur' => 'Recursive', 'recur_info' => 'Recursive search of scan-path', 'scan_path' => 'Katalog skanowany', 'error_path' => 'Katalog z bledami', 'temp_path' => 'Katalog tymczasowy', 'done_path' => 'Katalog docelowy', 'dest_path' => 'Katalog docelowy', 'extensions' => 'Rozszerzenia plikow', 'method' => 'Metoda', 'proc_search' => 'Szukanie procesow', 'hits' => 'Znaleziono', 'list_proc_name'=> 'Nazwa procesu', 'list_log_file' => 'Plik raportu', 'list_count' => 'Ilosc', 'list_max' => 'Maksymalnie', 'list_pause' => 'Przerwa', 'list_edit' => 'zmien', 'search_of' => 'Szukaj', 'name' => 'Nazwa', 'button_save' => 'Zapisz', 'button_update' => 'Aktualizuj', 'button_new' => 'Nowy', 'button_delete' => 'Usun', 'button_proc_start' => 'Wywolaj proces', 'button_search' => 'Szukaj', 'button_clear' => 'Nowy', 'button_close' => 'Zamknij okno', 'process_execute' => 'Proces zostal wykonany', 'mess_log_not_del' => 'Pliki log nie zostaly usuniete !', 'mess_proc_not_del' => 'Proces nie zostal usuniety !', 'mess_proc_not_found'=> 'Process config not found!', 'mess_right_error' => 'Blad w uprawnieniach !', 'mess_proc_del' => 'Proces zostal usuniety', 'mess_proc_save' => 'Plik konfiguracyjny zostal poprawnie zapisany', 'mess_proc_update' => 'Plik konfiguracyjny zostal zmieniony', 'mess_proc_save_error' => 'Blad przy zapisie !', 'mess_proc_exists' => 'Proces o tej nazwie juz istnieje !', 'mess_no_proc_name' => 'Brak nazwy procesu !', 'mess_dir_error' => 'Bledne dane dotyczace katalogow !', 'mess_dir_not_found'=> 'Folder %0% not found!', 'mess_empty_poclist'=> '--- No processes available -------', 'mess_proc_execute'=> 'Should this process really be executed?' ); ?>