From f522c2b0458d3ec42f6edd732300ec3e0d4c382f Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 16 Sep 2021 22:47:07 +0200 Subject: [PATCH] add warning note on "active mode" usage --- index.php | 1 + locales/fr/main.lang.php | 76 ++++++++++++++++++++------------------- locales/fr/main.po | 78 +++++++++++++++++++++------------------- 3 files changed, 82 insertions(+), 73 deletions(-) diff --git a/index.php b/index.php index 6007e15..e355fa9 100644 --- a/index.php +++ b/index.php @@ -332,6 +332,7 @@ if ($part == 'setting') { __('Active mode') . '

' . __('If the active mode is enabled, all know default template tags (like EntryURL) will display short urls instead of long ones on templates.') . '
' . __('You can disable URL shortening for a specific template tag by adding attribute disable_kutrl="1" to it . ') . '

+

' . __('We strongly discourage using active mode as it crashes public post form and complex url if theme is not customize for kUtRL.') . '

diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php index 2f12d49..c3d51d1 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -1,8 +1,8 @@