<?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 | +----------------------------------------------------------------------+*/ /** * Edytor funkcji * * @locale pl - Polish * @textdomain functions * @version $Revision: 1.6 $ */ $message = array ( 'txt_search_functions' => 'Szukanie funkcji', 'descr_context' => 'Kontext', 'descr_name' => 'Nazwa', 'descr_status' => 'Status', 'descr_type' => 'Typ', 'descr_parameter_count' => 'Parametr', 'descr_location' => 'Plik PHP', 'action_edit' => 'Zmien', 'action_new_context' => 'Nowy', 'action_new_param' => 'Nowy parametr', 'action_save' => 'Zapisz', 'action_new' => 'Nowy', 'action_delete' => 'Usun', 'action_close_window' => 'Zamknij', 'descr_activ' => 'Aktywny', 'descr_deprecated' => 'Przestarzaly', 'descr_basic_info' => 'Informacje podstawowe', 'descr_has_tail' => 'Posiada zakonczenie', 'descr_date' => 'Data', 'descr_php_func' => 'Funkcja PHP', 'descr_php_file' => 'Plik PHP', 'descr_create_file' => 'Tworze plik', 'descr_if_deprecated' => 'Jezeli funkcja jest przestarzala ...', 'descr_if_param_deprecated' => 'Jezeli parametr jest przestarzaly ...', 'descr_new_func' => 'Nowa funkcja', 'descr_new_param' => 'Nowy parametr', 'descr_description' => 'Opis', 'descr_groups_to' => 'Grupuj z', 'descr_example' => 'Przyklad', 'descr_author' => 'Autor', 'descr_e_mail' => 'E-Mail', 'descr_company' => 'Firma', 'descr_new_language' => 'Nowy jezyk', 'descr_avail_params' => 'Istniejace parametry', 'descr_is_explizit' => 'Explizit', 'descr_is_flag' => 'Flag', 'descr_default' => 'Ustawienia', 'descr_magic_replacer' => 'Replacer', 'descr_quoting' => 'Quote', 'descr_possible_values' => 'Mozliwe wartosci', 'msg_saved' => 'Funkcja zapisana', 'msg_deleted' => 'Funkcja usunieta', 'msg_confirm_func_delete' => 'Czy na pewno usunac funkcje ?', 'msg_confirm_param_delete' => 'Czy na pewno usunac parametr ?', 'err_file_open' => 'Blad przy otwieraniu pliku [%0%]', 'err_no_name' => 'Funkcja nie ma prawidlowej nazwy', 'err_file_not_found' => 'Nie znaleziono pliku [%0%]', 'err_function_not_found' => 'Nie znaleziono funkcji [%0%]', '' =>'' ); ?>