dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
config_en.fd.php
Go to the documentation of this file.
1<?php
2$messages = array();
3$messages['save_success'] = 'Data was saved';
4$messages['save_succeass'] = $messages['save_success'];
5$messages['save_error'] = 'Data could not be saved';
6$messages['module_subtitle'] = 'Module: dbx';
7$messages['config_info'] = 'Edit the dbx system configuration.';
8$messages['config_save'] = 'Save configuration';
9$messages['config_saved'] = 'The configuration was saved successfully.';
10$messages['config_save_error'] = 'The configuration could not be saved.';
11$messages['no_entries'] = 'No entries available.';
12$messages['no_sql_servers'] = 'No SQL servers are configured. dbxDB automatically resolves module SQLite files (*.db3) below dbx/modules/*/db/.';
13$messages['edit_section'] = 'Edit {section}.';
14$messages['save_section'] = 'Save {section}';
15$messages['create_section'] = 'Create {section}';
16$messages['delete_section'] = 'Delete {section}';
17$messages['check_new_name'] = 'Please check the new name.';
18$messages['enter_new_name'] = 'Please enter the new name.';
19$messages['entry_exists'] = 'Entry “{entry}” already exists.';
20$messages['entry_create_error'] = 'The entry could not be created.';
21$messages['entry_created'] = 'Entry “{entry}” was created.';
22$messages['entry_delete_error'] = 'Entry “{entry}” could not be deleted.';
23$messages['entry_deleted'] = 'Entry “{entry}” was deleted.';
24$messages['check_input'] = 'Please check your input.';
25$messages['module_sqlite_forbidden'] = 'Module SQLite files (*.db3) do not belong in the system configuration.';
26$messages['entry_save_error'] = 'The entry could not be saved.';
27$messages['entry_saved'] = 'The entry was saved.';
28$messages['new_entry_info'] = 'Create a new {section} entry.';
29$messages['label_new_entry'] = 'New entry';
30$messages['tooltip_new_entry'] = 'Name of the new entry';
31$messages['edit_entry_info'] = 'Edit {section} “{entry}”.';
32$messages['confirm_delete_entry'] = 'Really delete {section} “{entry}”?';
33
34// Alias: Formular-FD zeigt auf cfg/config.dd.php (eine Quelle).
35require dirname(__DIR__) . '/cfg/config.dd.php';
36
37// Die technische Feldstruktur bleibt in config.dd.php zentral; nur UI-Texte
38// werden in der FD-Sprachversion ersetzt.
39$fdText = array(
40 'Versionsnummer' => 'Version number',
41 'Interne Config-Versionsnummer des dbx-Moduls.' => 'Internal configuration version number of the dbx module.',
42 'Version muss eine Zahl sein.' => 'The version must be a number.',
43 'Modul aktiv' => 'Module active',
44 'Schaltet das Kernmodul dbx ein oder aus.' => 'Enables or disables the dbx core module.',
45 'Zugriff' => 'Access',
46 'Benutzergruppen mit Zugriff auf das Systemmodul.' => 'User groups with access to the system module.',
47 'Standard-Sprache' => 'Default language',
48 'Fallback-Sprache des Systems.' => 'Fallback language of the system.',
49 'Verfuegbare Sprachen' => 'Available languages',
50 'Sprachen, die Benutzer waehlen duerfen.' => 'Languages users may select.',
51 'Standard-Skin' => 'Default skin',
52 'Farbschema (Skin) fuer neue Besucher.' => 'Color scheme (skin) for new visitors.',
53 'Design (Benutzer)' => 'Design (users)',
54 'Layout-Paket fuer oeffentliche Seiten.' => 'Layout package for public pages.',
55 'Design (Admin)' => 'Design (admin)',
56 'Layout-Paket fuer den Admin-Bereich.' => 'Layout package for the admin area.',
57 'Session-DB speichern' => 'Save session database',
58 'Normale HTTP-Requests und HTML-AJAX-Requests am Request-Ende in der Session-Datenbank speichern.' => 'Save normal HTTP requests and HTML AJAX requests in the session database at the end of the request.',
59 'Permalinks' => 'Permalinks',
60 'Schoene URLs / Permalink-Aufloesung aktivieren.' => 'Enable readable URLs and permalink resolution.',
61 'System-Cache' => 'System cache',
62 'Templates und Modul-Configs in der Session cachen.' => 'Cache templates and module configurations in the session.',
63 'Content-Cache' => 'Content cache',
64 'Gerenderte Content-Seiten und Permalink-Index als HTML cachen.' => 'Cache rendered content pages and the permalink index as HTML.',
65 'SysMsg-Level' => 'SysMsg level',
66 'Steuert, welche Systemmeldungen in dbxSysMsg gespeichert werden.' => 'Controls which system messages are saved in dbxSysMsg.',
67 'Performance-Level' => 'Performance level',
68 'Steuert, ob keine Performance-Daten, nur Hauptkennzahlen oder alle Detail-Timer gespeichert werden.' => 'Controls whether no performance data, only main metrics, or all detailed timers are saved.',
69 'Performance: Sample-Rate' => 'Performance: sample rate',
70 'Nur jeden N-ten Request messen (1 = jeder Request).' => 'Measure only every Nth request (1 = every request).',
71 'Performance: Aufbewahrung (Tage)' => 'Performance: retention (days)',
72 'Alte Performance-Daten nach X Tagen loeschen.' => 'Delete old performance data after X days.',
73 'Performance: Langsam ab (ms)' => 'Performance: slow from (ms)',
74 'Schwellwert fuer langsame Requests im Dashboard.' => 'Threshold for slow requests in the dashboard.',
75 'Intro-Seite' => 'Intro page',
76 'Intro beim ersten Besuch anzeigen.' => 'Show the intro on the first visit.',
77 'Wartungsmodus' => 'Maintenance mode',
78 'Anwendung als in Ueberarbeitung markieren.' => 'Mark the application as under maintenance.',
79 'Installationsmodus' => 'Installation mode',
80 'Setup-/Installationsmodus aktivieren.' => 'Enable setup and installation mode.',
81 'Config verschluesseln' => 'Encrypt configuration',
82 'Modul-Config-Dateien verschluesselt speichern.' => 'Store module configuration files encrypted.',
83 'Schluessel (secure)' => 'Key (secure)',
84 'Schluessel fuer verschluesselte Config-Dateien.' => 'Key for encrypted configuration files.',
85 'Standard-DB-Server' => 'Default database server',
86 'Standard-SQL-Server aus config.php. Modul-SQLite (*.db3) wird von dbxDB automatisch aus dbx/modules/*/db/ aufgeloest.' => 'Default SQL server from config.php. dbxDB automatically resolves module SQLite files (*.db3) from dbx/modules/*/db/.',
87 'Standard-Mail-Profil' => 'Default mail profile',
88 'Name des Mail-Eintrags aus dem Tab Mail.' => 'Name of the mail entry from the Mail tab.',
89 'Modul-Bilder (Dashboard)' => 'Module images (dashboard)',
90 'Kommagetrennte Dateinamen unter files/mod/ fuer das Admin-Dashboard.' => 'Comma-separated file names below files/mod/ for the admin dashboard.',
91 '0=Nein&1=Ja' => '0=No&1=Yes',
92 'de=Deutsch&en=English&es=Espanol' => 'de=German&en=English&es=Spanish',
93 'hell=Hell&gelb=Gelb&rot=Rot&gruen=Gruen&blau=Blau&dunkel=Dunkel' => 'hell=Light&gelb=Yellow&rot=Red&gruen=Green&blau=Blue&dunkel=Dark',
94 'error=Nur Error&warning=Error und Warning&all=Alles' => 'error=Errors only&warning=Errors and warnings&all=All',
95 'off=Aus&main=Nur Hauptkennzahlen&detail=Hauptkennzahlen und Details' => 'off=Off&main=Main metrics only&detail=Main metrics and details',
96);
97
98foreach ($fields as &$fdField) {
99 foreach (array('label', 'tooltip', 'errormsg', 'options') as $fdUiKey) {
100 if (
101 isset($fdField[$fdUiKey]) &&
102 is_string($fdField[$fdUiKey]) &&
103 isset($fdText[$fdField[$fdUiKey]])
104 ) {
105 $fdField[$fdUiKey] = $fdText[$fdField[$fdUiKey]];
106 }
107 }
108}
109unset($fdField, $fdText, $fdUiKey);
$messages
Definition config.fd.php:2
$fdText