<?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 | +----------------------------------------------------------------------+*/ /** * Prozess * * @locale en - English * @textdomain proc * @version $Revision: 1.10 $ */ $message = array ( 'process' => 'Process', 'param' => 'Parameter', 'proc_name' => 'Passes between call', 'loops' => 'Loops', 'loops_info' => '(number or E [endlessly])', 'domax' => 'Files between pass', 'domax_info' => 'int', 'pause' => 'Pause between calls', 'pause_info' => 'seconds', 'recur' => 'Recursive', 'recur_info' => 'Recursive search of scan-path', 'scan_path' => 'Scan path', 'error_path' => 'Error path', 'temp_path' => 'Temp path', 'done_path' => 'Done path', 'dest_path' => 'Ziel path', 'extensions' => 'Extensions', 'method' => 'Method', 'proc_search' => 'Search of process', 'hits' => 'Hits', 'list_proc_name' => 'Process name', 'list_log_file' => 'Log-File', 'list_count' => 'Count', 'list_max' => 'Maximal', 'list_pause' => 'Pause', 'list_edit' => 'edit', 'search_of' => 'Search of', 'name' => 'Name', 'button_save' => 'Save', 'button_update' => 'Update', 'button_new' => 'New', 'button_delete' => 'Delete', 'button_proc_start' => 'Process call', 'button_search' => 'Search', 'button_clear' => 'Clear', 'button_close' => 'Close window', 'process_execute' => 'Process execute succesfuly', 'mess_log_not_del' => 'Log files not deleted!', 'mess_proc_not_del' => 'Process not deleted!', 'mess_proc_not_found'=> 'Process config not found!', 'mess_right_error' => 'Right error !', 'mess_proc_del' => 'Process deleted succesfuly', 'mess_proc_save' => 'Config file of process succesfuly created', 'mess_proc_update' => 'Config file of process succesfuly changed', 'mess_proc_save_error' => 'Write error !', 'mess_proc_exists' => 'Process exists !', 'mess_no_proc_name' => 'No process name !', 'mess_dir_error' => 'One or more directorys not correct !', 'mess_dir_not_found'=> 'Folder %0% not found!', 'mess_empty_poclist'=> '--- No processes available -------', 'mess_proc_execute'=> 'Should this process really be executed?' ); ?>