[PC-BSD Commits] r1560 - in websites/pbidir.com/bibivu: etc etc/lang etc/lang/fr lib tpl/pbidir
svn at pcbsd.org
svn at pcbsd.org
Sat Mar 8 05:40:21 PST 2008
Author: fabry
Date: 2008-03-08 05:40:21 -0800 (Sat, 08 Mar 2008)
New Revision: 1560
Added:
websites/pbidir.com/bibivu/etc/lang/fr/
websites/pbidir.com/bibivu/etc/lang/fr/admin.lang.php
websites/pbidir.com/bibivu/etc/lang/fr/common.lang.php
websites/pbidir.com/bibivu/etc/lang/fr/contactus.lang.php
websites/pbidir.com/bibivu/etc/lang/fr/download.lang.php
websites/pbidir.com/bibivu/etc/lang/fr/home.lang.php
websites/pbidir.com/bibivu/etc/lang/fr/login.lang.php
websites/pbidir.com/bibivu/etc/lang/fr/menu.lang.php
websites/pbidir.com/bibivu/etc/lang/fr/pbi.lang.php
websites/pbidir.com/bibivu/etc/lang/fr/redirect.lang.php
websites/pbidir.com/bibivu/etc/lang/fr/registration.lang.php
websites/pbidir.com/bibivu/etc/lang/fr/search.lang.php
Modified:
websites/pbidir.com/bibivu/etc/lang.conf.php
websites/pbidir.com/bibivu/lib/user.php
websites/pbidir.com/bibivu/tpl/pbidir/header.php
Log:
getting ready for the french language
Added: websites/pbidir.com/bibivu/etc/lang/fr/admin.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/fr/common.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/fr/contactus.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/fr/download.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/fr/home.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/fr/login.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/fr/menu.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/fr/pbi.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/fr/redirect.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/fr/registration.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/fr/search.lang.php
Modified: websites/pbidir.com/bibivu/etc/lang.conf.php
===================================================================
--- websites/pbidir.com/bibivu/etc/lang.conf.php 2008-03-07 20:13:08 UTC (rev 1559)
+++ websites/pbidir.com/bibivu/etc/lang.conf.php 2008-03-08 13:40:21 UTC (rev 1560)
@@ -1,5 +1,5 @@
<?php
$lang['detect'] = true; //if false will ONLY use the lang['lang']
$lang['lang'] = 'en'; //if no language is detected, or if translation doesnt exists, use this one as default
-$lang['supported'] = array('en', 'es', 'it', 'de');
+$lang['supported'] = array('en', 'es', 'it', 'de', 'fr');
?>
\ No newline at end of file
Modified: websites/pbidir.com/bibivu/lib/user.php
===================================================================
--- websites/pbidir.com/bibivu/lib/user.php 2008-03-07 20:13:08 UTC (rev 1559)
+++ websites/pbidir.com/bibivu/lib/user.php 2008-03-08 13:40:21 UTC (rev 1560)
@@ -133,7 +133,7 @@
'edit' => true,
'type' => 'enum',
'length'=> NULL,
- 'values'=> 'en,English|it,Italiano|es,Español|de,Deutsch',
+ 'values'=> 'de,Deutsch|en,English|es,Español|fr,Français|it,Italiano',
'text' => 'Language',
'required' => NULL,
'post' => true,
Modified: websites/pbidir.com/bibivu/tpl/pbidir/header.php
===================================================================
--- websites/pbidir.com/bibivu/tpl/pbidir/header.php 2008-03-07 20:13:08 UTC (rev 1559)
+++ websites/pbidir.com/bibivu/tpl/pbidir/header.php 2008-03-08 13:40:21 UTC (rev 1560)
@@ -42,6 +42,7 @@
<a href="/bt/lang/es" class="language_flag"><img src="/bibivu/tpl/img/flag-ES.gif" title="español" alt="español" /></a>
<a href="/bt/lang/it" class="language_flag"><img src="/bibivu/tpl/img/flag-IT.gif" title="italiano" alt="italiano" /></a>
<a href="/bt/lang/de" class="language_flag"><img src="/bibivu/tpl/img/flag-DE.gif" title="deutsch" alt="deutsch" /></a>
+ <a href="/bt/lang/fr" class="language_flag"><img src="/bibivu/tpl/img/flag-FR.gif" title="français" alt="français" /></a>
</div>
<h1 id="logo"><a href="<?=$home_uri?>"><?=load_library('lang')->get('pbidir')?></a></h1>
<form action="<?=$search_uri?>" method="get" id="search_form" class="search_form">
More information about the Commits
mailing list