<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Language : French</title>
        <description> The first 5.2 version of phorum in french.
You can verifiy the translation on my own forums : [www.notre-planete.info]
It&amp;#039;s a reliable version but I can&amp;#039;t assume that it&amp;#039;s a perfect version.

The file is compatible with ISO-8859-1 characters.

I&amp;#039;ve updated the file (23/09/2008)</description>
        <link>https://www.phorum.org/support/read.php?65,126654,126654#msg-126654</link>
        <lastBuildDate>Sat, 08 Aug 2026 07:30:26 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,155740#msg-155740</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,155740#msg-155740</link>
            <description><![CDATA[ I changed UTF-8 to utf8<br />
But I am still getting  this instead of accented characters <br />
<br />
&quot;parent� avec C�sare BEH n�e � Orn qui a habit� � &quot;<br />
<br />
Please help me]]></description>
            <dc:creator>jero01</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Thu, 30 Apr 2015 13:01:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,155738#msg-155738</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,155738#msg-155738</link>
            <description><![CDATA[ <b>Do you mean like that?</b><br />
<br />
-- Table structure for table `phorum_messages`<br />
--<br />
<br />
CREATE TABLE IF NOT EXISTS `phorum_messages` (<br />
  `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT,<br />
  `forum_id` int(10) unsigned NOT NULL DEFAULT &#039;0&#039;,<br />
  `thread` int(10) unsigned NOT NULL DEFAULT &#039;0&#039;,<br />
  `parent_id` int(10) unsigned NOT NULL DEFAULT &#039;0&#039;,<br />
  `author` varchar(37) NOT NULL DEFAULT &#039;&#039;,<br />
  `subject` varchar(255) NOT NULL DEFAULT &#039;&#039;,<br />
  `body` text NOT NULL,<br />
  `email` varchar(100) NOT NULL DEFAULT &#039;&#039;,<br />
  `ip` varchar(255) NOT NULL DEFAULT &#039;&#039;,<br />
  `status` tinyint(4) NOT NULL DEFAULT &#039;2&#039;,<br />
  `msgid` varchar(100) NOT NULL DEFAULT &#039;&#039;,<br />
  `modifystamp` int(10) unsigned NOT NULL DEFAULT &#039;0&#039;,<br />
  `user_id` int(10) unsigned NOT NULL DEFAULT &#039;0&#039;,<br />
  `thread_count` int(10) unsigned NOT NULL DEFAULT &#039;0&#039;,<br />
  `moderator_post` tinyint(3) unsigned NOT NULL DEFAULT &#039;0&#039;,<br />
  `sort` tinyint(4) NOT NULL DEFAULT &#039;2&#039;,<br />
  `datestamp` int(10) unsigned NOT NULL DEFAULT &#039;0&#039;,<br />
  `meta` mediumtext NOT NULL,<br />
  `viewcount` int(10) unsigned NOT NULL DEFAULT &#039;0&#039;,<br />
  `closed` tinyint(4) NOT NULL DEFAULT &#039;0&#039;,<br />
  PRIMARY KEY (`message_id`),<br />
  KEY `thread_message` (`thread`,`message_id`),<br />
  KEY `thread_forum` (`thread`,`forum_id`),<br />
  KEY `special_threads` (`sort`,`forum_id`),<br />
  KEY `status_forum` (`status`,`forum_id`),<br />
  KEY `list_page_float` (`forum_id`,`parent_id`,`modifystamp`),<br />
  KEY `list_page_flat` (`forum_id`,`parent_id`,`thread`),<br />
  KEY `post_count` (`forum_id`,`status`,`parent_id`),<br />
  KEY `dup_check` (`forum_id`,`author`,`subject`,`datestamp`),<br />
  KEY `forum_max_message` (`forum_id`,`message_id`,`status`,`parent_id`),<br />
  KEY `last_post_time` (`forum_id`,`status`,`modifystamp`),<br />
  KEY `next_prev_thread` (`forum_id`,`status`,`thread`),<br />
  KEY `user_id` (`user_id`)<br />
) ENGINE=MyISAM  DEFAULT CHARSET=UTF-8 AUTO_INCREMENT=99302 ;]]></description>
            <dc:creator>jero01</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Thu, 30 Apr 2015 00:46:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,155728#msg-155728</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,155728#msg-155728</link>
            <description><![CDATA[ Using a copy of the sql file change the create table statement(s) to use utf8 and see if it works.<br />
<br />
Go to this page and read...   [<a href="http://dev.mysql.com/doc/refman/4.1/en/charset-we-sets.html" target="_blank"  rel="nofollow">dev.mysql.com</a>]]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 14 Apr 2015 19:34:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,155727#msg-155727</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,155727#msg-155727</link>
            <description><![CDATA[ Thanks Scott,<br />
<br />
Yes the tables were in ISO-8859-1 and I see that when I change the collation in phpmyadmin, the characters change but I can&#039;t seem to get the correct one.<br />
ISO-8859-1 is not a part of the choices in MYSQL so I don&#039;t know what to choose.<br />
Now I am getting &quot;,&quot; instead of all accented characters: &quot;Le roi Salomon nous donne donc de tr?s bons exemples ? suivre&quot;<br />
What should I do?<br />
Should I encode my DB in another format (UTF-*??for example) and re-copy it to the server?]]></description>
            <dc:creator>jero01</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 14 Apr 2015 13:20:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,155726#msg-155726</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,155726#msg-155726</link>
            <description><![CDATA[ A search indicates the original character set was <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />No, Phorum was ISO-8859-1 in 5.1 and probably US-ASCII before that. But, UTF-8 has become the defacto standard for the internet.</div></blockquote> from this topic [<a href="http://www.phorum.org/phorum5/read.php?61,135557,135557#msg-135557" target="_blank" >www.phorum.org</a>]]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Mon, 13 Apr 2015 22:45:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,155725#msg-155725</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,155725#msg-155725</link>
            <description><![CDATA[ I assume you have a copy of the file you can gunzip, and open in a text editor.<br />
Look to see what character set was was specified on export. <br />
   Was it correct ? <br />
   Does it differ from Latin1?<br />
<br />
You could try &quot;alter table&quot; to change the character set in the existing table. I change the create table statement  in the dump/backup file to use the character set I want.<br />
<br />
<br />
<br />
<br />
I used cpanel and dumped two databases. Both dumps showed the character set used when the table was created.<br />
<pre class="bbcode">
--
-- Table structure for table `lcc_dnschecks`
--

DROP TABLE IF EXISTS `lcc_dnschecks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lcc_dnschecks` (
  `dnsid` smallint(5) unsigned NOT NULL,
  `checkid` smallint(5) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;</pre>
<br />
<pre class="bbcode">
DROP TABLE IF EXISTS `phorum5214_banlists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `phorum5214_banlists` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `forum_id` int(10) unsigned NOT NULL DEFAULT &#039;0&#039;,
  `type` tinyint(4) NOT NULL DEFAULT &#039;0&#039;,
  `pcre` tinyint(1) NOT NULL DEFAULT &#039;0&#039;,
  `string` varchar(255) NOT NULL DEFAULT &#039;&#039;,
  `comments` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `forum_id` (`forum_id`),
  KEY `string` (`string`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
</pre>]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Mon, 13 Apr 2015 22:30:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,155724#msg-155724</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,155724#msg-155724</link>
            <description><![CDATA[ Hello,<br />
<br />
I backed up the database and copied it to the new server with cpanel.<br />
I see now the defaults collation in the database are Latin1_swedish_ci.<br />
What should I do?]]></description>
            <dc:creator>jero01</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Mon, 13 Apr 2015 19:06:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,155723#msg-155723</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,155723#msg-155723</link>
            <description><![CDATA[ Probably the mysql table has the incorrect character set selected. The defaults may have changed from the earlier mysql.<br />
<br />
How did you create the tables, and import the data?]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Mon, 13 Apr 2015 17:21:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,155722#msg-155722</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,155722#msg-155722</link>
            <description><![CDATA[ Hello,<br />
<br />
I had to move my installation (version 5.1.22) to a new server.<br />
Everything went well except the message texts which appear like that now: <br />
&quot;je voudrai aborder un probl�me qui nous est cher � tous, &quot;La sant�e&quot;&quot;<br />
Where all accented characters are replaced by a ? inside a lozenge but the menus are fine.<br />
I have downloaded the French-UTF8 file from this page and in my default settings, I have selected French-UTF-8<br />
<br />
Please help me solve this issue.]]></description>
            <dc:creator>jero01</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Mon, 13 Apr 2015 16:51:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,153167#msg-153167</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,153167#msg-153167</link>
            <description><![CDATA[ Bonjour, j&#039;ai eu le même problème et j&#039;ai trouvé la solution :<br />
Pour les fichiers de langue il faut utiliser notepad ++ et convertir les fichier en UTF-8 (sans BOM).<br />
<br />
Pour certains modules il manque les fichiers de langue, il suffit de créer un fichier &quot;french.php&quot; en traduisant le fichier de langue anglaise et on applique le même chose avec note pad ++ pour convertir en utf-8.<br />
<br />
J&#039;ai traduit l&#039;aide pour les BBcode et les smiley en Fr, si besoin je mettrai les fichier à disposition.]]></description>
            <dc:creator>ghost2b</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 22 Jan 2013 04:59:40 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,151270#msg-151270</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,151270#msg-151270</link>
            <description><![CDATA[ Bonjour,<br />
<br />
En installant la version française sous 5.2.18 j&#039;ai un problème de codage des caractères qui survient. Une idée ?<br />
<br />
D&#039;avance merci]]></description>
            <dc:creator>sebremy40</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 24 Apr 2012 02:51:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,137059#msg-137059</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,137059#msg-137059</link>
            <description><![CDATA[ Version avec le bon &quot;CHARSET&quot; (UTF-8)]]></description>
            <dc:creator>bilbonsacquet</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Mon, 09 Mar 2009 06:15:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,133362#msg-133362</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,133362#msg-133362</link>
            <description><![CDATA[ Fichier français mis à jour pour la version 5.2.8<br />
Vous pouvez vérifier la localisation directement sur mes propres forums :<br />
[<a href="http://www.notre-planete.info/forums/" target="_blank"  rel="nofollow">www.notre-planete.info</a>]<br />
<br />
Updated version of french.php =&gt; 5.2.8<br />
You can verifiy the translation on my own forums :<br />
[<a href="http://www.notre-planete.info/forums/" target="_blank"  rel="nofollow">www.notre-planete.info</a>]]]></description>
            <dc:creator>notre-planete.info</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 23 Sep 2008 07:19:14 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,130518#msg-130518</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,130518#msg-130518</link>
            <description><![CDATA[ Pour le fichier de langue : il faut le mettre dans le dossier &quot;include&quot; &gt; &quot;lang&quot;<br />
<br />
Ensuite la langue peut-être sélectionnée pour  le forum, mais pas la partie administration.<br />
<br />
Pour le reste : il faut poster dans la <a href="http://www.phorum.org/phorum5/list.php?19" target="_blank" >partie française</a> du forum]]></description>
            <dc:creator>bilbonsacquet</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 27 May 2008 12:39:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,130512#msg-130512</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,130512#msg-130512</link>
            <description><![CDATA[ Bonjour ,<br />
<br />
Le béocien cherche des infos pour ne pas crasher son petit travail<br />
<br />
Tout d&#039;abords, pouvons-nous discuter en français ???<br />
<br />
Ensuite quelle est la marche à suivre pour mettre à jour mon phorum depuis la version 5.1  vers la 5.2 ??<br />
J&#039;ai téléchergé la version 5.2 et j&#039;ai remplacé le logo par celui dont j&#039;ai besoin mais j&#039;ai peur de crasher mes préférences d&#039;administrateur<br />
<br />
Merci de l&#039;aide <br />
<br />
Pascal]]></description>
            <dc:creator>pascuald</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 27 May 2008 09:59:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,130511#msg-130511</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,130511#msg-130511</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>pascuald</strong><br />Est ce qu&#039;il y a une version récente du fichier que tu as mis en ligne pour la version française ??</div></blockquote>
J&#039;ai modifié le fichier de traduction, il est dispo dans mon précédent message :<br />
[<a href="http://www.phorum.org/phorum5/file.php/download/65/2233/french.php" target="_blank" >www.phorum.org</a>]<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>pascuald</strong><br />Et est-ce qu&#039;il est possible d&#039;avoir l&#039;administration en français ???</div></blockquote>
Malheureusement non, on ne peut pas traduire l&#039;interface en question car les éléments sont directement &quot;dans le code&quot; du programme. Un jour  peut-être ça sera possible, enfin j&#039;espère !!!]]></description>
            <dc:creator>bilbonsacquet</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 27 May 2008 09:53:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,130510#msg-130510</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,130510#msg-130510</link>
            <description><![CDATA[ Bonjour Christophe ,<br />
<br />
je suis béocien de chez béocien et j&#039;ai choisi Phorum pour mon forum<br />
<br />
Est ce qu&#039;il y a une version récente du fichier que tu as mis en ligne pour la version française ??<br />
Y a t-il eu des corrections depuis lors ??<br />
<br />
Et est-ce qu&#039;il est possible d&#039;avoir l&#039;administration en français ???<br />
<br />
Cordial<br />
pascal]]></description>
            <dc:creator>pascuald</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 27 May 2008 09:46:47 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,128137#msg-128137</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,128137#msg-128137</link>
            <description><![CDATA[ Many thanks. It&#039;s OK now.]]></description>
            <dc:creator>wahren</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 12 Feb 2008 15:07:01 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,128136#msg-128136</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,128136#msg-128136</link>
            <description><![CDATA[ Why change distro.php? You put the french.php next to the english.php. No need to delete the english.php like you seem to be doing. Then configure the default settings to use French. Also set the language to French in the forum settings for those forums for which you do not inherit the default settings. That is it.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 12 Feb 2008 14:45:11 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,128135#msg-128135</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,128135#msg-128135</link>
            <description><![CDATA[ Hi,<br />
<br />
I have put your french.php file in the <b>include\lang</b> directory and replaced english.php by french.php in the <b>distro.php</b> file. Is that all what to do to complete the translation or is there something else to modify ?<br />
<br />
Thanks for your reply.]]></description>
            <dc:creator>wahren</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Tue, 12 Feb 2008 14:41:22 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,127009#msg-127009</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,127009#msg-127009</link>
            <description><![CDATA[ Duh !<br />
<br />
<pre class="bbcode">$PHORUM[&#039;DATA&#039;][&#039;CHARSET&#039;] = &quot;UTF-8&quot;;</pre>
was overided by :<br />
<pre class="bbcode">$PHORUM[&#039;DATA&#039;][&#039;CHARSET&#039;] = &quot;&quot;;</pre>
<br />
I&#039;ve upload an &quot;updated&quot; version, so now it works as expected (no weird encoding)]]></description>
            <dc:creator>bilbonsacquet</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Sat, 12 Jan 2008 05:18:41 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,126967#msg-126967</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,126967#msg-126967</link>
            <description><![CDATA[ I&#039;ve corrected some problems with missing &quot;$ PHORUM&quot; tags, typo or syntax mistakes, and I&#039;ve changed the display date to some more &quot;french&quot; kind, and it&#039;s &quot;of course&quot; in &quot;UTF8&quot;.<br />
<br />
People must take care of the name of the file, french must be always named &quot;french.php&quot;, some modules may not work if it&#039;s something different !<br />
<br />
(EDIT: file removed see the next post)]]></description>
            <dc:creator>bilbonsacquet</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Thu, 10 Jan 2008 08:01:07 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,126655#msg-126655</guid>
            <title>Re: Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,126655#msg-126655</link>
            <description><![CDATA[ And attached is the same file just converted to UTF-8.<br />
Thanks!]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Fri, 04 Jan 2008 12:23:05 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?65,126654,126654#msg-126654</guid>
            <title>Language : French</title>
            <link>https://www.phorum.org/support/read.php?65,126654,126654#msg-126654</link>
            <description><![CDATA[ The first 5.2 version of phorum in french.<br />
You can verifiy the translation on my own forums : [<a href="http://www.notre-planete.info/forums/" target="_blank"  rel="nofollow">www.notre-planete.info</a>]<br />
It&#039;s a reliable version but I can&#039;t assume that it&#039;s a perfect version.<br />
<br />
The file is compatible with ISO-8859-1 characters.<br />
<br />
I&#039;ve updated the file (23/09/2008)]]></description>
            <dc:creator>notre-planete.info</dc:creator>
            <category>v5/v6 Language Files</category>
            <pubDate>Fri, 04 Jan 2008 12:05:54 -0600</pubDate>
        </item>
    </channel>
</rss>
