From 30d6031ddc8b48b49bfdfe1f94dcad457be01da2 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Fri, 27 Aug 2021 15:43:01 +0200 Subject: [PATCH] fix translations --- _admin.php | 6 +- _config.php | 2 +- locales/fr/main.lang.php | 84 +++++++++++++++++++++++++++ locales/fr/main.po | 121 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 209 insertions(+), 4 deletions(-) create mode 100644 locales/fr/main.lang.php create mode 100644 locales/fr/main.po diff --git a/_admin.php b/_admin.php index 3eb26fd..3ba51dd 100644 --- a/_admin.php +++ b/_admin.php @@ -91,9 +91,9 @@ class tweakStoresBehaviors /* echo '
' . - '

' . __('Update an existing plugin') . '

' . - '

' . __('Put URL to a dcstore.xml file for selected plugin to update it.') . '

' . - '

' . + '

' . __('Update an existing module') . '

' . + '

' . __('Put URL to a dcstore.xml file for selected module to update it.') . '

' . + '

' . form::combo('xml_id', $combo) . '

' . '

' . diff --git a/_config.php b/_config.php index 260b8af..ee1e4b3 100644 --- a/_config.php +++ b/_config.php @@ -62,7 +62,7 @@ __('Enable plugin') . '

-

' . __('If enabled, plugin pacKman (re)generate dcstore.xml at root directory of the plugin.') .'

+

' . __('If enabled, plugin pacKman (re)generate on the fly dcstore.xml file at root directory of the module.') .'