From 4389e30952b20e30391f9eee26f17b456dc97800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20M?= Date: Sat, 5 Dec 2020 17:09:25 +0100 Subject: [PATCH 1/2] FRENCH translation for the PM Spy extension. --- language/fr/info_acp_pmspy.php | 89 ++++++++++++++++++++++++++++++++++ language/fr/info_ucp_pmspy.php | 43 ++++++++++++++++ 2 files changed, 132 insertions(+) create mode 100644 language/fr/info_acp_pmspy.php create mode 100644 language/fr/info_ucp_pmspy.php diff --git a/language/fr/info_acp_pmspy.php b/language/fr/info_acp_pmspy.php new file mode 100644 index 0000000..9d250d5 --- /dev/null +++ b/language/fr/info_acp_pmspy.php @@ -0,0 +1,89 @@ + + * @license GNU General Public License, version 2 (GPL-2.0-only) + * + */ + +/** + * DO NOT CHANGE + */ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ « » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_PM_SPY' => 'Accès aux MP', + 'AUTHOR_IP' => 'Adresse IP de l’auteur', + 'DATE' => 'Date', + 'LAST_ONLINE' => 'Dernière visite :', + 'DELETE_PMS' => 'Supprimer les MP', + 'NO_PM_SELECTED' => 'Aucun MP sélectionné', + 'NO_PM_DATA' => 'Aucun MP trouvé.', + 'PM_BOX' => 'Contenu dans la boite', + 'PM_SPY_READ' => 'Consulter les messages privés', + 'PM_SPY_READ_EXPLAIN' => 'Depuis cette page, il est possible de lister tous les messages privés du forum, les rechercher et les supprimer.', + 'READ_MESSAGE' => 'Lire ce message', + 'TO' => 'À', + 'TOTAL_USERS' => 'Total des membres', + 'PM_COUNT' => 'Nombre de MP', + + 'PM_HOLDBOX' => 'Gestion des brouillons de MP', + 'PM_INBOX' => 'Boite de réception', + 'PM_NOBOX' => 'Aucune boite', + 'PM_OUTBOX' => 'Boite d’envoi', + 'PM_SAVED' => 'MP sauvegardés', + 'PM_SENTBOX' => 'Messages envoyés', + + 'SORT_FROM' => 'De', + 'SORT_TO' => 'À', + 'SORT_BCC' => 'CCi', + 'SORT_PM_BOX' => 'Boite de MP', + + 'LOG_PM_SPY' => 'MP supprimés par un administrateur
', + + 'FH_HELPER_NOTICE' => 'L’extension « Forumhulp helper » n’est pas installée ! C’est un pré-requis pour utiliser les extension de son auteur.
Merci de la télécharger : forumhulp/helper et de l’installer.', + 'PMSPY_NOTICE' => '

Cette extension est disponible dans : %1$s » %2$s » %3$s.

', +)); + +// Description of extension +$lang = array_merge($lang, array( + 'DESCRIPTION_PAGE' => 'Fonctionnalités', + 'DESCRIPTION_NOTICE' => 'Compatibilité', + 'ext_details' => array( + 'details' => array( + 'DESCRIPTION_1' => 'Tri selon différents critères', + 'DESCRIPTION_2' => 'Purge des MP', + 'DESCRIPTION_3' => 'Recherche par mots clés et noms des membres', + ), + 'note' => array( + 'NOTICE_1' => 'phpBB 3.2.x & 3.3.x' + ) + ) +)); diff --git a/language/fr/info_ucp_pmspy.php b/language/fr/info_ucp_pmspy.php new file mode 100644 index 0000000..1ef6ef6 --- /dev/null +++ b/language/fr/info_ucp_pmspy.php @@ -0,0 +1,43 @@ + + * @license GNU General Public License, version 2 (GPL-2.0-only) + * + */ + +/** + * DO NOT CHANGE + */ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ « » “ ” … +// + +$lang = array_merge($lang, array( + 'UCP_PM_SPY_INFO' => 'Les MP (messages privés) peuvent être lus et supprimés par les administrateurs du forum', +)); From ff48b17389e13c9b55cc202f859b4c1e8edde41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20M?= Date: Sat, 5 Dec 2020 17:11:57 +0100 Subject: [PATCH 2/2] Minor fixs. --- adm/style/acp_ext_details.html | 2 +- adm/style/acp_pm_spy.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adm/style/acp_ext_details.html b/adm/style/acp_ext_details.html index c27bc5c..f5b86c2 100644 --- a/adm/style/acp_ext_details.html +++ b/adm/style/acp_ext_details.html @@ -47,7 +47,7 @@

{L_HOMEPAGE} - http://forumhulp.com + https://forumhulp.com diff --git a/adm/style/acp_pm_spy.html b/adm/style/acp_pm_spy.html index 873fa58..cd52de5 100644 --- a/adm/style/acp_pm_spy.html +++ b/adm/style/acp_pm_spy.html @@ -68,7 +68,7 @@

{L_PM_SPY_READ}

{L_MARK_ALL}{L_UNMARK_ALL}

-

{L_PM_COUNT}: {MESSAGE_COUNT}

+

{L_PM_COUNT}{L_COLON} {MESSAGE_COUNT}