From ba80c9754ad88ac0422e259db808eb68ca9ab7f8 Mon Sep 17 00:00:00 2001 From: Fraenkiman Date: Tue, 26 Mar 2024 00:19:55 +0100 Subject: [PATCH] Closes #350 - Support-Plugin: Indicates that the time zone correction in the configuration menu is skipped when the DateChanger plug-in is active --- fp-plugins/support/lang/lang.cs-cz.php | 2 ++ fp-plugins/support/lang/lang.da-dk.php | 2 ++ fp-plugins/support/lang/lang.de-de.php | 2 ++ fp-plugins/support/lang/lang.el-gr.php | 2 ++ fp-plugins/support/lang/lang.en-us.php | 2 ++ fp-plugins/support/lang/lang.es-es.php | 2 ++ fp-plugins/support/lang/lang.fr-fr.php | 2 ++ fp-plugins/support/lang/lang.it-it.php | 2 ++ fp-plugins/support/lang/lang.ja-jp.php | 2 ++ fp-plugins/support/lang/lang.nl-nl.php | 2 ++ fp-plugins/support/lang/lang.pt-br.php | 2 ++ fp-plugins/support/lang/lang.ru-ru.php | 2 ++ fp-plugins/support/lang/lang.sl-si.php | 2 ++ fp-plugins/support/plugin.support.php | 4 ++++ fp-plugins/support/tpls/admin.plugin.support.tpl | 3 +++ 15 files changed, 33 insertions(+) diff --git a/fp-plugins/support/lang/lang.cs-cz.php b/fp-plugins/support/lang/lang.cs-cz.php index fb425ad..9803d63 100644 --- a/fp-plugins/support/lang/lang.cs-cz.php +++ b/fp-plugins/support/lang/lang.cs-cz.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.da-dk.php b/fp-plugins/support/lang/lang.da-dk.php index 73d69a8..16115f9 100644 --- a/fp-plugins/support/lang/lang.da-dk.php +++ b/fp-plugins/support/lang/lang.da-dk.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.de-de.php b/fp-plugins/support/lang/lang.de-de.php index d6c6aa8..5553307 100644 --- a/fp-plugins/support/lang/lang.de-de.php +++ b/fp-plugins/support/lang/lang.de-de.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.el-gr.php b/fp-plugins/support/lang/lang.el-gr.php index 8d9663f..ed5fce3 100644 --- a/fp-plugins/support/lang/lang.el-gr.php +++ b/fp-plugins/support/lang/lang.el-gr.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.en-us.php b/fp-plugins/support/lang/lang.en-us.php index fe6fc17..6bd389c 100644 --- a/fp-plugins/support/lang/lang.en-us.php +++ b/fp-plugins/support/lang/lang.en-us.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.es-es.php b/fp-plugins/support/lang/lang.es-es.php index 02b287f..da3d3fc 100644 --- a/fp-plugins/support/lang/lang.es-es.php +++ b/fp-plugins/support/lang/lang.es-es.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.fr-fr.php b/fp-plugins/support/lang/lang.fr-fr.php index 7d6d9b2..1911ee0 100644 --- a/fp-plugins/support/lang/lang.fr-fr.php +++ b/fp-plugins/support/lang/lang.fr-fr.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins:

', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.it-it.php b/fp-plugins/support/lang/lang.it-it.php index e34ece7..1cc0caa 100644 --- a/fp-plugins/support/lang/lang.it-it.php +++ b/fp-plugins/support/lang/lang.it-it.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.ja-jp.php b/fp-plugins/support/lang/lang.ja-jp.php index 0c586b7..1475ec3 100644 --- a/fp-plugins/support/lang/lang.ja-jp.php +++ b/fp-plugins/support/lang/lang.ja-jp.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.nl-nl.php b/fp-plugins/support/lang/lang.nl-nl.php index 5a24c30..10aabda 100644 --- a/fp-plugins/support/lang/lang.nl-nl.php +++ b/fp-plugins/support/lang/lang.nl-nl.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.pt-br.php b/fp-plugins/support/lang/lang.pt-br.php index 2dc93a5..c69dd8a 100644 --- a/fp-plugins/support/lang/lang.pt-br.php +++ b/fp-plugins/support/lang/lang.pt-br.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.ru-ru.php b/fp-plugins/support/lang/lang.ru-ru.php index 89d7931..590a9b6 100644 --- a/fp-plugins/support/lang/lang.ru-ru.php +++ b/fp-plugins/support/lang/lang.ru-ru.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/lang/lang.sl-si.php b/fp-plugins/support/lang/lang.sl-si.php index 16674fe..a2625f5 100644 --- a/fp-plugins/support/lang/lang.sl-si.php +++ b/fp-plugins/support/lang/lang.sl-si.php @@ -34,6 +34,8 @@ $lang ['admin'] ['maintain'] ['support'] = array( 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', + 'output_datechanger' => '

The active DateChanger plugin skips the corrected timezone in the configuration menu.

', + // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', diff --git a/fp-plugins/support/plugin.support.php b/fp-plugins/support/plugin.support.php index b386aad..cd40a1a 100644 --- a/fp-plugins/support/plugin.support.php +++ b/fp-plugins/support/plugin.support.php @@ -111,6 +111,10 @@ if (class_exists('AdminPanelAction')) { $support ['plugins'] = $lang ['admin'] ['maintain'] ['support'] ['neg_plugins']; } + if (function_exists("plugin_datechanger_toolbar")) { + $support ['output_datechanger'] = $lang ['admin'] ['maintain'] ['support'] ['output_datechanger']; + } + /** * prepare output "Core files" */ diff --git a/fp-plugins/support/tpls/admin.plugin.support.tpl b/fp-plugins/support/tpls/admin.plugin.support.tpl index 3e945f8..d1f2212 100644 --- a/fp-plugins/support/tpls/admin.plugin.support.tpl +++ b/fp-plugins/support/tpls/admin.plugin.support.tpl @@ -39,6 +39,9 @@
  • {$support.plugins}{$support.output_plugins}
  • +
  • + {$support.output_datechanger} +
  • [/code]