Fixed several bugs in languages files and added missing translations.
4 files modified
1 files added
| | |
| | | |
| | | |
| | | $form['title'] = 'DB sync'; |
| | | $form['description'] = 'ISPConfig database snchronisation tool.'; |
| | | $form['description'] = 'ISPConfig database synchronisation tool.'; |
| | | $form['name'] = 'dbsync'; |
| | | $form['action'] = 'dbsync_edit.php'; |
| | | $form['db_table'] = 'sys_dbsync'; |
| | |
| | | $wb["list_head_txt"] = 'Systembenutzer Gruppen';
|
| | | $wb["description_txt"] = 'Beschreibung';
|
| | | $wb["name_txt"] = 'Gruppe';
|
| | |
|
| | | $wb["add_new_record_txt"] = 'Add new group'; |
| | | $wb["page_txt"] = 'Page';
|
| | | $wb["page_of_txt"] = 'of';
|
| | | $wb["page_next_txt"] = 'Next';
|
| | |
| | | $wb["list_head_txt"] = 'Systemuser groups';
|
| | | $wb["description_txt"] = 'Description';
|
| | | $wb["name_txt"] = 'Group';
|
| | |
|
| | | $wb["add_new_record_txt"] = 'Add new Group'; |
| | | $wb["page_txt"] = 'Page';
|
| | | $wb["page_of_txt"] = 'of';
|
| | | $wb["page_next_txt"] = 'Next';
|
| | |
| | | $wb["startmodule_txt"] = 'Startmodule'; |
| | | $wb["app_theme_txt"] = 'Design'; |
| | | $wb["typ_txt"] = 'Type'; |
| | | $wb["active_txt"] = 'Aktive'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["language_txt"] = 'Language'; |
| | | $wb["name_txt"] = 'Name'; |
| | | $wb["vorname_txt"] = 'Forename'; |
New file |
| | |
| | | <?php |
| | | |
| | | $wb["Server Online seit"] = "Online since"; |
| | | $wb["User Online"] = "User Online"; |
| | | $wb["System Load 1 Minute"] = "System Load 1 Minute"; |
| | | $wb["System Load 5 Minuten"] = "System Load 5 Minutes"; |
| | | $wb["System Load 15 Minuten"] = "System Load 15 Minutes"; |
| | | |
| | | ?> |