<?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 | +----------------------------------------------------------------------+*/ /** * Queu * * @locale pl - Polish * @textdomain queu * @version $Revision: 1.5 $ */ $message = array ( 'queu' => 'Zadania przeprowadzone/oczekujace', 'status' => 'Status', 'type' => 'Typ', 'action' => 'Akcja', 'table' => 'Tabela', 'date_area' => 'Data (DD.MM.RRRR)', 'from' => 'od', 'to' => 'do', 'change_status' => 'Zmien status na', 'list_id' => 'ID', 'list_type' => 'Typ', 'list_action' => 'Akcja', 'list_status' => 'Status', 'list_param' => 'Parametry', 'list_date' => 'Data', 'button_search' => 'Szukaj', 'button_clear' => 'Nowy', 'button_change_status' => 'Zmien status', 'button_delete' => 'Usun', ); ?>