Fixed missing language strings in dbsync form.
| | |
| | | } |
| | | } |
| | | |
| | | $app->tpl->setLoop('records',$records_new); |
| | | @$app->tpl->setLoop('records',$records_new); |
| | | |
| | | // Language File setzen |
| | | $lng_file = "lib/lang/".$_SESSION["s"]["language"]."_".$app->listform->listDef['name']."_list.lng"; |
| | |
| | | $wb['empty_datalog_txt'] = 'Datalog nach Synchronistaion löschen.'; |
| | | $wb['sync_datalog_external_txt'] = 'Externes Datalog füllen.'; |
| | | $wb['active_txt'] = 'active'; |
| | | $wb["btn_save_txt"] = 'Save'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb["empty_datalog_txt"] = 'Delete datalog after sync.'; |
| | | $wb["sync_datalog_external_txt"] = 'Fill external datalog.'; |
| | | $wb["active_txt"] = 'active'; |
| | | $wb["btn_save_txt"] = 'Save'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb["page_back_txt"] = 'Back';
|
| | | $wb["delete_txt"] = 'Delete';
|
| | | $wb["filter_txt"] = 'Filter';
|
| | | $wb["add_new_record_txt"] = 'Add new DBSync record'; |
| | | ?> |