aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/fr/acp/email.php
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2011-04-19 12:53:36 +0200
committerMichael Scherer <misc@zarb.org>2011-04-19 12:53:36 +0200
commit1bac695a72e263a4bd71d1d8079e06bb227c1077 (patch)
tree7246e2206346fb635a9bb69fac942ead2d9d80b7 /phpBB/language/fr/acp/email.php
parentb85c3b967a7f6fa061439061076695613622960c (diff)
downloadforums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar
forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar.gz
forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar.bz2
forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar.xz
forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.zip
revert previous commit, as phpbb-seo is incompatible with phpbb license
the commit is still in git, and can be reserected with a branch, but having it on HEAD make forum deployment more difficult
Diffstat (limited to 'phpBB/language/fr/acp/email.php')
-rw-r--r--phpBB/language/fr/acp/email.php68
1 files changed, 0 insertions, 68 deletions
diff --git a/phpBB/language/fr/acp/email.php b/phpBB/language/fr/acp/email.php
deleted file mode 100644
index c5e253e849..0000000000
--- a/phpBB/language/fr/acp/email.php
+++ /dev/null
@@ -1,68 +0,0 @@
-<?php
-/**
-*
-* acp_email [Standard french]
-* translated originally by PhpBB-fr.com <http://www.phpbb-fr.com/> and phpBB.biz <http://www.phpBB.biz>
-*
-* @package language
-* @version $Id: email.php, v1.24 2008/07/03 17:07:24 Elglobo Exp $
-* @copyright (c) 2005 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
-*
-*/
-
-/**
-* 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
-
-$lang = array_merge($lang, array(
-
- 'ACP_MASS_EMAIL_EXPLAIN' => 'Vous pouvez envoyer un e-mail à tous vos utilisateurs ou à tous les membres d’un groupe particulier. Pour cela, un e-mail sera envoyé via l’adresse administrative, avec tous les destinataires en copie cachée. Si vous envoyez le message à un grand groupe de personnes, merci de patienter après avoir validé et de ne pas arrêter la page lors du traitement. Il est normal qu’un envoi de masse prenne du temps, vous aurez une notification quand le script aura terminé.',
- 'ALL_USERS' => 'Tous les utilisateurs',
-
- 'COMPOSE' => 'Ecrire',
-
- 'EMAIL_SEND_ERROR' => 'Il y a eu une erreur lors de l’envoi de l’e-mail. Merci de consulter le %sJournal d’erreurs%s pour un message plus détaillé.',
- 'EMAIL_SENT' => 'Votre message a été envoyé.',
- 'EMAIL_SENT_QUEUE' => 'Votre message a été mis en attente pour l’envoi.',
-
- 'LOG_SESSION' => 'Enregistre la session mail dans les journaux d’erreurs critiques',
-
- 'SEND_IMMEDIATELY' => 'Envoyer immédiatement',
- 'SEND_TO_GROUP' => 'Envoyer au groupe',
- 'SEND_TO_USERS' => 'Envoyer aux utilisateurs',
- 'SEND_TO_USERS_EXPLAIN' => 'Entrer des noms ici écrasera tout groupe sélectionné ci-dessus. Entrez chaque nom d’utilisateur sur une ligne différente.',
-
- 'MAIL_HIGH_PRIORITY' => 'Haute',
- 'MAIL_LOW_PRIORITY' => 'Basse',
- 'MAIL_NORMAL_PRIORITY' => 'Normale',
- 'MAIL_PRIORITY' => 'Priorité du mail',
- 'MASS_MESSAGE' => 'Votre message',
- 'MASS_MESSAGE_EXPLAIN' => 'Notez que vous ne pouvez mettre que du texte brut. Toutes les balises seront supprimées avant l’envoi.',
-
- 'NO_EMAIL_MESSAGE' => 'Vous devez entrer un message.',
- 'NO_EMAIL_SUBJECT' => 'Vous devez indiquer un sujet pour votre message.',
-));
-
-?> \ No newline at end of file