[PC-BSD Commits] r2805 - in websites/pbidir.com/bibivu: etc etc/lang etc/lang/pt tpl/pbidir tpl/pbidir/pages
svn at pcbsd.org
svn at pcbsd.org
Sun Sep 21 11:26:49 PDT 2008
Author: fabry
Date: 2008-09-21 11:26:48 -0700 (Sun, 21 Sep 2008)
New Revision: 2805
Added:
websites/pbidir.com/bibivu/etc/lang/pt/
websites/pbidir.com/bibivu/etc/lang/pt/admin.lang.php
websites/pbidir.com/bibivu/etc/lang/pt/common.lang.php
websites/pbidir.com/bibivu/etc/lang/pt/download.lang.php
websites/pbidir.com/bibivu/etc/lang/pt/home.lang.php
websites/pbidir.com/bibivu/etc/lang/pt/login.lang.php
websites/pbidir.com/bibivu/etc/lang/pt/menu.lang.php
websites/pbidir.com/bibivu/etc/lang/pt/page.lang.php
websites/pbidir.com/bibivu/etc/lang/pt/pbi.lang.php
websites/pbidir.com/bibivu/etc/lang/pt/redirect.lang.php
websites/pbidir.com/bibivu/etc/lang/pt/registration.lang.php
websites/pbidir.com/bibivu/etc/lang/pt/search.lang.php
Modified:
websites/pbidir.com/bibivu/etc/lang.conf.php
websites/pbidir.com/bibivu/tpl/pbidir/header.php
websites/pbidir.com/bibivu/tpl/pbidir/pages/site_developers.php
Log:
Portuguese translation
Modified: websites/pbidir.com/bibivu/etc/lang.conf.php
===================================================================
--- websites/pbidir.com/bibivu/etc/lang.conf.php 2008-09-19 20:26:06 UTC (rev 2804)
+++ websites/pbidir.com/bibivu/etc/lang.conf.php 2008-09-21 18:26:48 UTC (rev 2805)
@@ -18,5 +18,5 @@
$lang['toHTML'] = array('de', 'en', 'es', 'fr', 'it', 'nl', 'tr');
-$lang['supported'] = array('de', 'en', 'es', 'fr', 'it', 'ja', 'nl', 'ru', 'tr');
+$lang['supported'] = array('de', 'en', 'es', 'fr', 'it', 'ja', 'nl', 'pt', 'ru', 'tr');
?>
\ No newline at end of file
Modified: websites/pbidir.com/bibivu/tpl/pbidir/header.php
===================================================================
--- websites/pbidir.com/bibivu/tpl/pbidir/header.php 2008-09-19 20:26:06 UTC (rev 2804)
+++ websites/pbidir.com/bibivu/tpl/pbidir/header.php 2008-09-21 18:26:48 UTC (rev 2805)
@@ -42,6 +42,7 @@
<a href="/bt/lang/it" class="language_flag"><img src="/bibivu/tpl/img/flag-IT.gif" title="<?=load_library('lang')->get('lang_name','Italian','it')?>" alt="<?=load_library('lang')->get('lang_name','Italian','it')?>" border="0" /></a>
<a href="/bt/lang/ja" class="language_flag"><img src="/bibivu/tpl/img/flag-JA.gif" title="<?=load_library('lang')->get('lang_name','Japanese','ja')?>" alt="<?=load_library('lang')->get('lang_name','Japanese','ja')?>" border="0" /></a>
<a href="/bt/lang/nl" class="language_flag"><img src="/bibivu/tpl/img/flag-NL.gif" title="<?=load_library('lang')->get('lang_name','Nederlands','nl')?>" alt="<?=load_library('lang')->get('lang_name','Nederlands','nl')?>" border="0" /></a>
+ <a href="/bt/lang/pt" class="language_flag"><img src="/bibivu/tpl/img/flag-PT.gif" title="<?=load_library('lang')->get('lang_name','Portuguese','pt')?>" alt="<?=load_library('lang')->get('lang_name','Portuguese','pt')?>" border="0" /></a>
<a href="/bt/lang/ru" class="language_flag"><img src="/bibivu/tpl/img/flag-RU.gif" title="<?=load_library('lang')->get('lang_name','Russian','ru')?>" alt="<?=load_library('lang')->get('lang_name','Russian','ru')?>" border="0" /></a>
<a href="/bt/lang/tr" class="language_flag"><img src="/bibivu/tpl/img/flag-TR.gif" title="<?=load_library('lang')->get('lang_name','Turkish','tr')?>" alt="<?=load_library('lang')->get('lang_name','Turkish','tr')?>" border="0" /></a>
</div>
Modified: websites/pbidir.com/bibivu/tpl/pbidir/pages/site_developers.php
===================================================================
--- websites/pbidir.com/bibivu/tpl/pbidir/pages/site_developers.php 2008-09-19 20:26:06 UTC (rev 2804)
+++ websites/pbidir.com/bibivu/tpl/pbidir/pages/site_developers.php 2008-09-21 18:26:48 UTC (rev 2805)
@@ -12,6 +12,7 @@
<div style="float:left;width:85px;font-weight:bold;">Italian: </div>Fabrizio Parrella<br /><br />
<div style="float:left;width:85px;font-weight:bold;">Japanese: </div>Jun Yamashiro<br /><br />
<div style="float:left;width:85px;font-weight:bold;">Nederlands: </div>Gerard van Essen<br /><br />
+<div style="float:left;width:85px;font-weight:bold;">Portuguese: </div>Helder Tomás<br /><br />
<div style="float:left;width:85px;font-weight:bold;">Russian: </div>MelkorBSD<br /><br />
<div style="float:left;width:85px;font-weight:bold;">Turkish: </div>Ferid Cafer<br /><br />
More information about the Commits
mailing list