diff options
author | Michael Scherer <misc@zarb.org> | 2011-04-19 12:53:36 +0200 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2011-04-19 12:53:36 +0200 |
commit | 1bac695a72e263a4bd71d1d8079e06bb227c1077 (patch) | |
tree | 7246e2206346fb635a9bb69fac942ead2d9d80b7 /phpBB/language/fr/mods/info_acp_phpbb_seo.php | |
parent | b85c3b967a7f6fa061439061076695613622960c (diff) | |
download | forums-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/mods/info_acp_phpbb_seo.php')
-rw-r--r-- | phpBB/language/fr/mods/info_acp_phpbb_seo.php | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/phpBB/language/fr/mods/info_acp_phpbb_seo.php b/phpBB/language/fr/mods/info_acp_phpbb_seo.php deleted file mode 100644 index f61ab0b128..0000000000 --- a/phpBB/language/fr/mods/info_acp_phpbb_seo.php +++ /dev/null @@ -1,55 +0,0 @@ -<?php -/** -* -* info_acp_phpbb_seo [French] -* -* @package Ultimate SEO URL phpBB SEO -* @version $Id: info_acp_phpbb_seo.php 131 2009-10-25 12:03:44Z dcz $ -* @copyright (c) 2006 - 2009 www.phpbb-seo.com -* @license http://www.opensource.org/licenses/rpl1.5.txt Reciprocal Public License 1.5 -* -*/ -/** -* 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_CAT_PHPBB_SEO' => 'phpBB SEO', - 'ACP_MOD_REWRITE' => 'Réécriture d’url', - 'ACP_PHPBB_SEO_CLASS' => 'Configuration de la classe phpBB SEO', - 'ACP_FORUM_URL' => 'Configuration des URLs des forums', - 'ACP_HTACCESS' => '.htaccess', - 'ACP_SEO_EXTENDED' => 'Configuration additionnelle', - 'ACP_PREMOD_UPDATE' => '<h1>Annonce de mise à jour</h1> - <p>Cette mise à jour ne concerne que la premod, pas phpBB lui même.</p> - <p>Une nouvelle version de la premod phpBB SEO est donc disponible : %1$s<br/>Veuillez vous rendre sur <a href="%2$s" title="Le sujet de mise à disposition"><b>le sujet de mise à disposition</b></a> pour procéder à la mise à jour.</p>', - 'SEO_LOG_INSTALL_PHPBB_SEO' => '<strong>Installation du mod rewrite phpBB SEO (v%s)</strong>', - 'SEO_LOG_INSTALL_PHPBB_SEO_FAIL' => '<strong>Echec de l’installation du mod rewrite phpBB SEO</strong><br/>%s', - 'SEO_LOG_UNINSTALL_PHPBB_SEO' => '<strong>Désinstallation du mod rewrite phpBB SEO (v%s)</strong>', - 'SEO_LOG_UNINSTALL_PHPBB_SEO_FAIL' => '<strong>Echec de la désinstallation du mod rewrite phpBB SEO</strong><br/>%s', - 'SEO_LOG_CONFIG_SETTINGS' => '<strong>Modification des réglages de la classe phpBB SEO</strong>', - 'SEO_LOG_CONFIG_FORUM_URL' => '<strong>Modification des URLs des Forum</strong>', - 'SEO_LOG_CONFIG_HTACCESS' => '<strong>Nouveau .htaccess généré</strong>', - 'SEO_LOG_CONFIG_EXTENDED' => '<strong>Modification des réglages additionnels des mods phpBB SEO</strong>', -)); - -?>
\ No newline at end of file |