From 5b102175a0a8241df5cac71f4ce823bc73132de4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 4 Nov 2012 13:13:59 +0000 Subject: [PATCH] Found more deprecated templates (on my server, lets distribute them) --- .gitattributes | 48 +++++++++++++++++++ templates/de/html/admin/admin_add_reflvl.tpl | 1 + .../de/html/admin/admin_add_shop_cat.tpl | 1 + .../html/admin/admin_admins_contact_form.tpl | 1 + .../html/admin/admin_config_autopurge_pro.tpl | 1 + .../de/html/admin/admin_config_beg_pro.tpl | 1 + .../de/html/admin/admin_config_bonus_pro.tpl | 1 + .../de/html/admin/admin_config_cache.tpl | 1 + .../html/admin/admin_config_doubler_pro.tpl | 1 + .../de/html/admin/admin_config_home_main.tpl | 18 +------ .../admin/admin_config_home_settings_pro.tpl | 44 +++++++++++++++++ .../de/html/admin/admin_config_reg_pro.tpl | 1 + templates/de/html/admin/admin_config_shop.tpl | 1 + .../html/admin/admin_config_transfer_pro.tpl | 1 + .../html/admin/admin_extensions_installed.tpl | 1 + .../de/html/admin/admin_extensions_list.tpl | 1 + .../de/html/admin/admin_extensions_search.tpl | 1 + templates/de/html/admin/admin_forum_add.tpl | 1 + templates/de/html/admin/admin_forum_descr.tpl | 1 + .../de/html/admin/admin_forum_display_cat.tpl | 1 + .../de/html/admin/admin_forum_edit_del.tpl | 1 + .../de/html/admin/admin_forum_edit_forum.tpl | 1 + .../de/html/admin/admin_holiday_task.tpl | 1 + .../admin/admin_list_unconfirmed_header.tpl | 1 + .../html/admin/admin_logout_sql_patches.tpl | 1 + .../de/html/admin/admin_mods_footer_edit.tpl | 1 + .../de/html/admin/admin_mods_footer_list.tpl | 1 + .../de/html/admin/admin_mods_footer_stats.tpl | 1 + .../html/admin/admin_mods_footer_stats2.tpl | 1 + .../de/html/admin/admin_mods_header_edit.tpl | 1 + .../de/html/admin/admin_mods_header_list.tpl | 1 + .../de/html/admin/admin_mods_header_stats.tpl | 1 + .../html/admin/admin_mods_header_stats2.tpl | 1 + templates/de/html/admin/admin_mods_list.tpl | 1 + .../de/html/admin/admin_mods_list_row.tpl | 1 + templates/de/html/admin/admin_new_ext.tpl | 1 + .../de/html/admin/admin_newsletter_tsk.tpl | 1 + .../de/html/admin/admin_online_footer.tpl | 1 + .../de/html/admin/admin_online_header.tpl | 1 + .../de/html/admin/admin_overview_header.tpl | 1 + templates/de/html/admin/admin_patches.tpl | 1 + templates/de/html/admin/admin_patches_row.tpl | 1 + templates/de/html/admin/admin_reg.tpl | 1 + templates/de/html/admin/admin_reg_row.tpl | 1 + templates/de/html/admin/admin_theme_list.tpl | 1 + templates/de/html/fatal_footer.tpl | 1 + templates/de/html/fatal_header.tpl | 1 + templates/de/html/theme_one.tpl | 1 + templates/de/html/theme_select_box.tpl | 1 + templates/de/html/theme_select_form.tpl | 1 + 50 files changed, 140 insertions(+), 17 deletions(-) create mode 100644 templates/de/html/admin/admin_add_reflvl.tpl create mode 100644 templates/de/html/admin/admin_add_shop_cat.tpl create mode 100644 templates/de/html/admin/admin_admins_contact_form.tpl create mode 100644 templates/de/html/admin/admin_config_autopurge_pro.tpl create mode 100644 templates/de/html/admin/admin_config_beg_pro.tpl create mode 100644 templates/de/html/admin/admin_config_bonus_pro.tpl create mode 100644 templates/de/html/admin/admin_config_cache.tpl create mode 100644 templates/de/html/admin/admin_config_doubler_pro.tpl create mode 100644 templates/de/html/admin/admin_config_home_settings_pro.tpl create mode 100644 templates/de/html/admin/admin_config_reg_pro.tpl create mode 100644 templates/de/html/admin/admin_config_shop.tpl create mode 100644 templates/de/html/admin/admin_config_transfer_pro.tpl create mode 100644 templates/de/html/admin/admin_extensions_installed.tpl create mode 100644 templates/de/html/admin/admin_extensions_list.tpl create mode 100644 templates/de/html/admin/admin_extensions_search.tpl create mode 100644 templates/de/html/admin/admin_forum_add.tpl create mode 100644 templates/de/html/admin/admin_forum_descr.tpl create mode 100644 templates/de/html/admin/admin_forum_display_cat.tpl create mode 100644 templates/de/html/admin/admin_forum_edit_del.tpl create mode 100644 templates/de/html/admin/admin_forum_edit_forum.tpl create mode 100644 templates/de/html/admin/admin_holiday_task.tpl create mode 100644 templates/de/html/admin/admin_list_unconfirmed_header.tpl create mode 100644 templates/de/html/admin/admin_logout_sql_patches.tpl create mode 100644 templates/de/html/admin/admin_mods_footer_edit.tpl create mode 100644 templates/de/html/admin/admin_mods_footer_list.tpl create mode 100644 templates/de/html/admin/admin_mods_footer_stats.tpl create mode 100644 templates/de/html/admin/admin_mods_footer_stats2.tpl create mode 100644 templates/de/html/admin/admin_mods_header_edit.tpl create mode 100644 templates/de/html/admin/admin_mods_header_list.tpl create mode 100644 templates/de/html/admin/admin_mods_header_stats.tpl create mode 100644 templates/de/html/admin/admin_mods_header_stats2.tpl create mode 100644 templates/de/html/admin/admin_mods_list.tpl create mode 100644 templates/de/html/admin/admin_mods_list_row.tpl create mode 100644 templates/de/html/admin/admin_new_ext.tpl create mode 100644 templates/de/html/admin/admin_newsletter_tsk.tpl create mode 100644 templates/de/html/admin/admin_online_footer.tpl create mode 100644 templates/de/html/admin/admin_online_header.tpl create mode 100644 templates/de/html/admin/admin_overview_header.tpl create mode 100644 templates/de/html/admin/admin_patches.tpl create mode 100644 templates/de/html/admin/admin_patches_row.tpl create mode 100644 templates/de/html/admin/admin_reg.tpl create mode 100644 templates/de/html/admin/admin_reg_row.tpl create mode 100644 templates/de/html/admin/admin_theme_list.tpl create mode 100644 templates/de/html/fatal_footer.tpl create mode 100644 templates/de/html/fatal_header.tpl create mode 100644 templates/de/html/theme_one.tpl create mode 100644 templates/de/html/theme_select_box.tpl create mode 100644 templates/de/html/theme_select_form.tpl diff --git a/.gitattributes b/.gitattributes index 1274cc1a88..7534d13e67 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1143,11 +1143,14 @@ templates/de/html/admin/admin_add_rallye.tpl svneol=native#text/plain templates/de/html/admin/admin_add_rallye_prices.tpl svneol=native#text/plain templates/de/html/admin/admin_add_refbanner.tpl svneol=native#text/plain templates/de/html/admin/admin_add_reflevel.tpl svneol=native#text/plain +templates/de/html/admin/admin_add_reflvl.tpl -text +templates/de/html/admin/admin_add_shop_cat.tpl -text templates/de/html/admin/admin_add_sponsor.tpl svneol=native#text/plain templates/de/html/admin/admin_add_sponsor_already.tpl svneol=native#text/plain templates/de/html/admin/admin_add_sponsor_paytype.tpl svneol=native#text/plain templates/de/html/admin/admin_add_surfbar_url.tpl svneol=native#text/plain templates/de/html/admin/admin_add_tester_user.tpl svneol=native#text/plain +templates/de/html/admin/admin_admins_contact_form.tpl -text templates/de/html/admin/admin_admins_contct_default.tpl svneol=native#text/plain templates/de/html/admin/admin_admins_contct_form.tpl svneol=native#text/plain templates/de/html/admin/admin_admins_mails_edit.tpl svneol=native#text/plain @@ -1161,15 +1164,21 @@ templates/de/html/admin/admin_config_ svneol=native#text/plain templates/de/html/admin/admin_config_active.tpl svneol=native#text/plain templates/de/html/admin/admin_config_admin.tpl svneol=native#text/plain templates/de/html/admin/admin_config_autopurge.tpl svneol=native#text/plain +templates/de/html/admin/admin_config_autopurge_pro.tpl -text templates/de/html/admin/admin_config_beg.tpl svneol=native#text/plain +templates/de/html/admin/admin_config_beg_pro.tpl -text templates/de/html/admin/admin_config_birthday.tpl svneol=native#text/plain templates/de/html/admin/admin_config_bonus.tpl svneol=native#text/plain +templates/de/html/admin/admin_config_bonus_pro.tpl -text +templates/de/html/admin/admin_config_cache.tpl -text templates/de/html/admin/admin_config_coupon.tpl svneol=native#text/plain templates/de/html/admin/admin_config_doubler.tpl svneol=native#text/plain +templates/de/html/admin/admin_config_doubler_pro.tpl -text templates/de/html/admin/admin_config_extensions.tpl svneol=native#text/plain templates/de/html/admin/admin_config_holiday.tpl svneol=native#text/plain templates/de/html/admin/admin_config_home.tpl svneol=native#text/plain templates/de/html/admin/admin_config_home_main.tpl svneol=native#text/plain +templates/de/html/admin/admin_config_home_settings_pro.tpl -text templates/de/html/admin/admin_config_mediadata.tpl svneol=native#text/plain templates/de/html/admin/admin_config_menu.tpl svneol=native#text/plain templates/de/html/admin/admin_config_network_api.tpl svneol=native#text/plain @@ -1186,6 +1195,7 @@ templates/de/html/admin/admin_config_points.tpl svneol=native#text/plain templates/de/html/admin/admin_config_proxy.tpl svneol=native#text/plain templates/de/html/admin/admin_config_refback.tpl svneol=native#text/plain templates/de/html/admin/admin_config_refid.tpl svneol=native#text/plain +templates/de/html/admin/admin_config_reg_pro.tpl -text templates/de/html/admin/admin_config_register.tpl svneol=native#text/plain templates/de/html/admin/admin_config_register2.tpl svneol=native#text/plain templates/de/html/admin/admin_config_register_row.tpl svneol=native#text/plain @@ -1194,6 +1204,7 @@ templates/de/html/admin/admin_config_rewrite.tpl svneol=native#text/plain templates/de/html/admin/admin_config_rewrite_rows.tpl svneol=native#text/plain templates/de/html/admin/admin_config_secure.tpl svneol=native#text/plain templates/de/html/admin/admin_config_session.tpl svneol=native#text/plain +templates/de/html/admin/admin_config_shop.tpl -text templates/de/html/admin/admin_config_sponsor.tpl svneol=native#text/plain templates/de/html/admin/admin_config_stats.tpl svneol=native#text/plain templates/de/html/admin/admin_config_sub_points.tpl svneol=native#text/plain @@ -1202,6 +1213,7 @@ templates/de/html/admin/admin_config_timezone.tpl svneol=native#text/plain templates/de/html/admin/admin_config_title.tpl svneol=native#text/plain templates/de/html/admin/admin_config_top10.tpl svneol=native#text/plain templates/de/html/admin/admin_config_transfer.tpl svneol=native#text/plain +templates/de/html/admin/admin_config_transfer_pro.tpl -text templates/de/html/admin/admin_config_user.tpl svneol=native#text/plain templates/de/html/admin/admin_config_validator.tpl svneol=native#text/plain templates/de/html/admin/admin_config_wernis.tpl svneol=native#text/plain @@ -1340,11 +1352,20 @@ templates/de/html/admin/admin_extension_notes.tpl svneol=native#text/plain templates/de/html/admin/admin_extension_reg_form.tpl svneol=native#text/plain templates/de/html/admin/admin_extension_sql_row.tpl svneol=native#text/plain templates/de/html/admin/admin_extension_sql_table.tpl svneol=native#text/plain +templates/de/html/admin/admin_extensions_installed.tpl -text +templates/de/html/admin/admin_extensions_list.tpl -text +templates/de/html/admin/admin_extensions_search.tpl -text templates/de/html/admin/admin_extensions_text.tpl svneol=native#text/plain templates/de/html/admin/admin_footer.tpl svneol=native#text/plain templates/de/html/admin/admin_form_selection_box.tpl svneol=native#text/plain +templates/de/html/admin/admin_forum_add.tpl -text +templates/de/html/admin/admin_forum_descr.tpl -text +templates/de/html/admin/admin_forum_display_cat.tpl -text +templates/de/html/admin/admin_forum_edit_del.tpl -text +templates/de/html/admin/admin_forum_edit_forum.tpl -text templates/de/html/admin/admin_guest_menu_status.tpl svneol=native#text/plain templates/de/html/admin/admin_header.tpl svneol=native#text/plain +templates/de/html/admin/admin_holiday_task.tpl -text templates/de/html/admin/admin_import_theme.tpl svneol=native#text/plain templates/de/html/admin/admin_import_theme_form.tpl svneol=native#text/plain templates/de/html/admin/admin_import_theme_none.tpl svneol=native#text/plain @@ -1476,6 +1497,7 @@ templates/de/html/admin/admin_list_task_rows.tpl svneol=native#text/plain templates/de/html/admin/admin_list_transfer.tpl svneol=native#text/plain templates/de/html/admin/admin_list_transfer_row.tpl svneol=native#text/plain templates/de/html/admin/admin_list_unconfirmed.tpl svneol=native#text/plain +templates/de/html/admin/admin_list_unconfirmed_header.tpl -text templates/de/html/admin/admin_list_unconfirmed_list.tpl svneol=native#text/plain templates/de/html/admin/admin_list_unconfirmed_row.tpl svneol=native#text/plain templates/de/html/admin/admin_list_unconfirmed_row_404.tpl svneol=native#text/plain @@ -1506,6 +1528,7 @@ templates/de/html/admin/admin_login_form.tpl svneol=native#text/plain templates/de/html/admin/admin_login_msg.tpl svneol=native#text/plain templates/de/html/admin/admin_logout.tpl svneol=native#text/plain templates/de/html/admin/admin_logout_form.tpl svneol=native#text/plain +templates/de/html/admin/admin_logout_sql_patches.tpl -text templates/de/html/admin/admin_logout_sql_patches_install.tpl svneol=native#text/plain templates/de/html/admin/admin_logout_sql_patches_remove.tpl svneol=native#text/plain templates/de/html/admin/admin_main.tpl svneol=native#text/plain @@ -1520,18 +1543,33 @@ templates/de/html/admin/admin_menu_hints_row.tpl svneol=native#text/plain templates/de/html/admin/admin_menu_overview_row.tpl svneol=native#text/plain templates/de/html/admin/admin_menu_status_row.tpl svneol=native#text/plain templates/de/html/admin/admin_mini_online.tpl svneol=native#text/plain +templates/de/html/admin/admin_mods_footer_edit.tpl -text +templates/de/html/admin/admin_mods_footer_list.tpl -text +templates/de/html/admin/admin_mods_footer_stats.tpl -text +templates/de/html/admin/admin_mods_footer_stats2.tpl -text +templates/de/html/admin/admin_mods_header_edit.tpl -text +templates/de/html/admin/admin_mods_header_list.tpl -text +templates/de/html/admin/admin_mods_header_stats.tpl -text +templates/de/html/admin/admin_mods_header_stats2.tpl -text +templates/de/html/admin/admin_mods_list.tpl -text +templates/de/html/admin/admin_mods_list_row.tpl -text templates/de/html/admin/admin_network_added.tpl svneol=native#text/plain templates/de/html/admin/admin_network_array_translation_added.tpl svneol=native#text/plain templates/de/html/admin/admin_network_request_param_added.tpl svneol=native#text/plain templates/de/html/admin/admin_network_type_added.tpl svneol=native#text/plain templates/de/html/admin/admin_network_vcheck_param_added.tpl svneol=native#text/plain +templates/de/html/admin/admin_new_ext.tpl -text templates/de/html/admin/admin_newsletter.tpl svneol=native#text/plain templates/de/html/admin/admin_newsletter_nohtml.tpl svneol=native#text/plain +templates/de/html/admin/admin_newsletter_tsk.tpl -text templates/de/html/admin/admin_next_link.tpl svneol=native#text/plain +templates/de/html/admin/admin_online_footer.tpl -text +templates/de/html/admin/admin_online_header.tpl -text templates/de/html/admin/admin_optimize.tpl svneol=native#text/plain templates/de/html/admin/admin_optimize_row.tpl svneol=native#text/plain templates/de/html/admin/admin_other_sqls.tpl svneol=native#text/plain templates/de/html/admin/admin_other_sqls_row.tpl svneol=native#text/plain +templates/de/html/admin/admin_overview_header.tpl -text templates/de/html/admin/admin_overview_list.tpl svneol=native#text/plain templates/de/html/admin/admin_overview_list_ext_rows.tpl svneol=native#text/plain templates/de/html/admin/admin_overview_list_rows.tpl svneol=native#text/plain @@ -1540,12 +1578,16 @@ templates/de/html/admin/admin_overview_table.tpl svneol=native#text/plain templates/de/html/admin/admin_overview_task.tpl svneol=native#text/plain templates/de/html/admin/admin_overview_task_extras.tpl svneol=native#text/plain templates/de/html/admin/admin_overview_task_rows.tpl svneol=native#text/plain +templates/de/html/admin/admin_patches.tpl -text +templates/de/html/admin/admin_patches_row.tpl -text templates/de/html/admin/admin_payout_accept_form.tpl svneol=native#text/plain templates/de/html/admin/admin_payout_failed_transfer.tpl svneol=native#text/plain templates/de/html/admin/admin_payout_overview_form.tpl svneol=native#text/plain templates/de/html/admin/admin_payout_reject_form.tpl svneol=native#text/plain templates/de/html/admin/admin_receive_table.tpl svneol=native#text/plain +templates/de/html/admin/admin_reg.tpl -text templates/de/html/admin/admin_reg_form.tpl svneol=native#text/plain +templates/de/html/admin/admin_reg_row.tpl -text templates/de/html/admin/admin_repair_lang.tpl svneol=native#text/plain templates/de/html/admin/admin_repair_lang_row_404.tpl svneol=native#text/plain templates/de/html/admin/admin_repair_lang_row_compares.tpl svneol=native#text/plain @@ -1571,6 +1613,7 @@ templates/de/html/admin/admin_surfbar_url_stats_row.tpl svneol=native#text/plain templates/de/html/admin/admin_task_holiday.tpl svneol=native#text/plain templates/de/html/admin/admin_task_order.tpl svneol=native#text/plain templates/de/html/admin/admin_theme_installed.tpl svneol=native#text/plain +templates/de/html/admin/admin_theme_list.tpl -text templates/de/html/admin/admin_undelete_surfbar_urls.tpl svneol=native#text/plain templates/de/html/admin/admin_undelete_surfbar_urls_row.tpl svneol=native#text/plain templates/de/html/admin/admin_unlock_emails.tpl svneol=native#text/plain @@ -1697,6 +1740,8 @@ templates/de/html/ext/ext_wernis.tpl svneol=native#text/plain templates/de/html/ext/ext_yacy.tpl svneol=native#text/plain templates/de/html/ext/ext_yoomedia.tpl svneol=native#text/plain templates/de/html/fatal_errors.tpl svneol=native#text/plain +templates/de/html/fatal_footer.tpl -text +templates/de/html/fatal_header.tpl -text templates/de/html/guest/.htaccess svneol=native#text/plain templates/de/html/guest/guest_active_none_row.tpl svneol=native#text/plain templates/de/html/guest/guest_advert.tpl svneol=native#text/plain @@ -2061,6 +2106,9 @@ templates/de/html/theme/.htaccess svneol=native#text/plain templates/de/html/theme/theme_one.tpl svneol=native#text/plain templates/de/html/theme/theme_select_box.tpl svneol=native#text/plain templates/de/html/theme/theme_select_form.tpl svneol=native#text/plain +templates/de/html/theme_one.tpl -text +templates/de/html/theme_select_box.tpl -text +templates/de/html/theme_select_form.tpl -text templates/de/html/tlock_message.tpl svneol=native#text/plain templates/de/html/uberwach/.htaccess svneol=native#text/plain templates/de/html/uberwach/uberwach_snippet.tpl svneol=native#text/plain diff --git a/templates/de/html/admin/admin_add_reflvl.tpl b/templates/de/html/admin/admin_add_reflvl.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_add_reflvl.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_add_shop_cat.tpl b/templates/de/html/admin/admin_add_shop_cat.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_add_shop_cat.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_admins_contact_form.tpl b/templates/de/html/admin/admin_admins_contact_form.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_admins_contact_form.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_config_autopurge_pro.tpl b/templates/de/html/admin/admin_config_autopurge_pro.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_config_autopurge_pro.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_config_beg_pro.tpl b/templates/de/html/admin/admin_config_beg_pro.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_config_beg_pro.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_config_bonus_pro.tpl b/templates/de/html/admin/admin_config_bonus_pro.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_config_bonus_pro.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_config_cache.tpl b/templates/de/html/admin/admin_config_cache.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_config_cache.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_config_doubler_pro.tpl b/templates/de/html/admin/admin_config_doubler_pro.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_config_doubler_pro.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_config_home_main.tpl b/templates/de/html/admin/admin_config_home_main.tpl index 062f5aec8a..11f5d85d80 100644 --- a/templates/de/html/admin/admin_config_home_main.tpl +++ b/templates/de/html/admin/admin_config_home_main.tpl @@ -1,17 +1 @@ -
-
- {--ADMIN_CONFIG_HOME_MAIN_TITLE--} -
- - -
+ diff --git a/templates/de/html/admin/admin_config_home_settings_pro.tpl b/templates/de/html/admin/admin_config_home_settings_pro.tpl new file mode 100644 index 0000000000..435556c7eb --- /dev/null +++ b/templates/de/html/admin/admin_config_home_settings_pro.tpl @@ -0,0 +1,44 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {--ADMIN_EDIT_HOME_SETTINGS--}
 
+ {--ADMIN_CONFIG_INDEX_DELAY--}: 
 
{--ADMIN_CONFIG_INDEX_COOKIE--} {!__INDEX_COOKIE_SELECTION!}
 
+
\ No newline at end of file diff --git a/templates/de/html/admin/admin_config_reg_pro.tpl b/templates/de/html/admin/admin_config_reg_pro.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_config_reg_pro.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_config_shop.tpl b/templates/de/html/admin/admin_config_shop.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_config_shop.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_config_transfer_pro.tpl b/templates/de/html/admin/admin_config_transfer_pro.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_config_transfer_pro.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_extensions_installed.tpl b/templates/de/html/admin/admin_extensions_installed.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_extensions_installed.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_extensions_list.tpl b/templates/de/html/admin/admin_extensions_list.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_extensions_list.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_extensions_search.tpl b/templates/de/html/admin/admin_extensions_search.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_extensions_search.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_forum_add.tpl b/templates/de/html/admin/admin_forum_add.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_forum_add.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_forum_descr.tpl b/templates/de/html/admin/admin_forum_descr.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_forum_descr.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_forum_display_cat.tpl b/templates/de/html/admin/admin_forum_display_cat.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_forum_display_cat.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_forum_edit_del.tpl b/templates/de/html/admin/admin_forum_edit_del.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_forum_edit_del.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_forum_edit_forum.tpl b/templates/de/html/admin/admin_forum_edit_forum.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_forum_edit_forum.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_holiday_task.tpl b/templates/de/html/admin/admin_holiday_task.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_holiday_task.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_list_unconfirmed_header.tpl b/templates/de/html/admin/admin_list_unconfirmed_header.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_list_unconfirmed_header.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_logout_sql_patches.tpl b/templates/de/html/admin/admin_logout_sql_patches.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_logout_sql_patches.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_mods_footer_edit.tpl b/templates/de/html/admin/admin_mods_footer_edit.tpl new file mode 100644 index 0000000000..2dae8bb2eb --- /dev/null +++ b/templates/de/html/admin/admin_mods_footer_edit.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_mods_footer_list.tpl b/templates/de/html/admin/admin_mods_footer_list.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_mods_footer_list.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_mods_footer_stats.tpl b/templates/de/html/admin/admin_mods_footer_stats.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_mods_footer_stats.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_mods_footer_stats2.tpl b/templates/de/html/admin/admin_mods_footer_stats2.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_mods_footer_stats2.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_mods_header_edit.tpl b/templates/de/html/admin/admin_mods_header_edit.tpl new file mode 100644 index 0000000000..2dae8bb2eb --- /dev/null +++ b/templates/de/html/admin/admin_mods_header_edit.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_mods_header_list.tpl b/templates/de/html/admin/admin_mods_header_list.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_mods_header_list.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_mods_header_stats.tpl b/templates/de/html/admin/admin_mods_header_stats.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_mods_header_stats.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_mods_header_stats2.tpl b/templates/de/html/admin/admin_mods_header_stats2.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_mods_header_stats2.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_mods_list.tpl b/templates/de/html/admin/admin_mods_list.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_mods_list.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_mods_list_row.tpl b/templates/de/html/admin/admin_mods_list_row.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_mods_list_row.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_new_ext.tpl b/templates/de/html/admin/admin_new_ext.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_new_ext.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_newsletter_tsk.tpl b/templates/de/html/admin/admin_newsletter_tsk.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_newsletter_tsk.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_online_footer.tpl b/templates/de/html/admin/admin_online_footer.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_online_footer.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_online_header.tpl b/templates/de/html/admin/admin_online_header.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_online_header.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_overview_header.tpl b/templates/de/html/admin/admin_overview_header.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_overview_header.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_patches.tpl b/templates/de/html/admin/admin_patches.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_patches.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_patches_row.tpl b/templates/de/html/admin/admin_patches_row.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_patches_row.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_reg.tpl b/templates/de/html/admin/admin_reg.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_reg.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_reg_row.tpl b/templates/de/html/admin/admin_reg_row.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_reg_row.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/admin/admin_theme_list.tpl b/templates/de/html/admin/admin_theme_list.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/admin/admin_theme_list.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/fatal_footer.tpl b/templates/de/html/fatal_footer.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/fatal_footer.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/fatal_header.tpl b/templates/de/html/fatal_header.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/fatal_header.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/theme_one.tpl b/templates/de/html/theme_one.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/theme_one.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/theme_select_box.tpl b/templates/de/html/theme_select_box.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/theme_select_box.tpl @@ -0,0 +1 @@ + diff --git a/templates/de/html/theme_select_form.tpl b/templates/de/html/theme_select_form.tpl new file mode 100644 index 0000000000..11f5d85d80 --- /dev/null +++ b/templates/de/html/theme_select_form.tpl @@ -0,0 +1 @@ + -- 2.39.2