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_PM_COUNT}: {MESSAGE_COUNT}
+{L_PM_COUNT}{L_COLON} {MESSAGE_COUNT}
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 administrateurCette extension est disponible dans : %1$s » %2$s » %3$s.