[PC-BSD Commits] r2271 - in websites/pbidir.com/bibivu: etc etc/lang etc/lang/ru lib tpl/pbidir
svn at pcbsd.org
svn at pcbsd.org
Thu Jul 3 05:21:31 PDT 2008
Author: fabry
Date: 2008-07-03 05:21:30 -0700 (Thu, 03 Jul 2008)
New Revision: 2271
Added:
websites/pbidir.com/bibivu/etc/lang/ru/
websites/pbidir.com/bibivu/etc/lang/ru/admin.lang.php
websites/pbidir.com/bibivu/etc/lang/ru/common.lang.php
websites/pbidir.com/bibivu/etc/lang/ru/download.lang.php
websites/pbidir.com/bibivu/etc/lang/ru/home.lang.php
websites/pbidir.com/bibivu/etc/lang/ru/login.lang.php
websites/pbidir.com/bibivu/etc/lang/ru/menu.lang.php
websites/pbidir.com/bibivu/etc/lang/ru/page.lang.php
websites/pbidir.com/bibivu/etc/lang/ru/pbi.lang.php
websites/pbidir.com/bibivu/etc/lang/ru/redirect.lang.php
websites/pbidir.com/bibivu/etc/lang/ru/registration.lang.php
websites/pbidir.com/bibivu/etc/lang/ru/search.lang.php
websites/pbidir.com/bibivu/etc/lang/ru/x.sh
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:
committing Russian language
Modified: websites/pbidir.com/bibivu/etc/lang.conf.php
===================================================================
--- websites/pbidir.com/bibivu/etc/lang.conf.php 2008-07-03 00:48:03 UTC (rev 2270)
+++ websites/pbidir.com/bibivu/etc/lang.conf.php 2008-07-03 12:21:30 UTC (rev 2271)
@@ -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', 'fr', 'tr', 'nl');
+$lang['supported'] = array('en', 'es', 'it', 'de', 'fr', 'tr', 'nl', 'ru');
?>
\ No newline at end of file
Modified: websites/pbidir.com/bibivu/lib/user.php
===================================================================
--- websites/pbidir.com/bibivu/lib/user.php 2008-07-03 00:48:03 UTC (rev 2270)
+++ websites/pbidir.com/bibivu/lib/user.php 2008-07-03 12:21:30 UTC (rev 2271)
@@ -140,6 +140,7 @@
'|it,Italiano'.
'|tr,Türkçe'.
'|nl,Nederlands',
+ '|ru,Russian',
'text' => 'Language',
'required' => NULL,
'post' => true,
Modified: websites/pbidir.com/bibivu/tpl/pbidir/header.php
===================================================================
--- websites/pbidir.com/bibivu/tpl/pbidir/header.php 2008-07-03 00:48:03 UTC (rev 2270)
+++ websites/pbidir.com/bibivu/tpl/pbidir/header.php 2008-07-03 12:21:30 UTC (rev 2271)
@@ -45,6 +45,7 @@
<a href="/bt/lang/fr" class="language_flag"><img src="/bibivu/tpl/img/flag-FR.gif" title="français" alt="français" /></a>
<a href="/bt/lang/tr" class="language_flag"><img src="/bibivu/tpl/img/flag-TR.gif" title="türkçe" alt="türkçe" /></a>
<a href="/bt/lang/nl" class="language_flag"><img src="/bibivu/tpl/img/flag-NL.gif" title="nederlands" alt="nederlands" /></a>
+ <a href="/bt/lang/ru" class="language_flag"><img src="/bibivu/tpl/img/flag-RU.gif" title="russian" alt="russian" /></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