* Rolf Bensch, rolf(at)bensch-net(dot)de * * Creation: 2016-08-25 jed * Last Update: $Id$ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ****************************************************************************** */ // set debug mode true/false $debug = false; // the following parameters are set by configuration parameters $call_file = '/public/anrufe.txt'; $msn_replace_file = '/public/msn-replace.txt'; $text_nbr_not_found = 'Kein Eintrag'; $default_ccode = '49'; $no_editmode = false; // the following parameters could be customized using the index-params.inc file $capi2text_title = 'Capi2Text: Anrufliste'; $call_date = 'Datum/Uhrzeit'; $call_country = 'Land'; $call_from = 'Von'; $call_to = 'An'; $call_name = 'Anrufer'; $call_internal = 'interne Nebenstelle'; $call_unknown = 'unbekannt'; $selection = 'Auswahl'; $selection_msn = 'MSN'; $selection_msn_all = '- alle MSN -'; $last_seven_days = 'letzten 7 Tage'; $last_fourteen_days = 'letzten 14 Tage'; $curr_month = 'letzten 30 Tage'; $all_data_prefix = 'alle'; $all_data_suffix = 'Daten'; $date_format = '%d.%m.%Y'; $date_locale = 'de_DE'; $no_from_link = false; $no_loginfo = false; $no_flags = false; $font_face = 'arial, verdana'; $font_size = '12pt'; $data_name_missing = 'Bitte tragen Sie einen Namen ein.'; $data_number_missing = 'Daten ohne Rufnummer können nicht verarbeitet werden.'; $msn_sort_order = 'desc'; // asc - ascending, desc - descending $edit_frm_header = 'Eintrag für'; $edit_frm_name = 'Name'; $edit_frm_street_and_nbr = 'Straße Nr.'; $edit_frm_zip = 'PLZ'; $edit_frm_city = 'Ort'; $edit_frm_country = 'Land'; $edit_frm_abort = 'Abbrechen'; $edit_frm_save = 'Speichern'; $color_body_background = 'white'; $color_body_front = 'black'; $color_th_background = '#dcdcdc'; $color_th_front = 'black'; $color_tr_background1 = 'white'; $color_tr_background2 = '#f0f8ff'; $color_tr_front = 'black'; // end of customizable parameters // static parameters $country_code_file = '/etc/capi2text-country-codes'; ?>