[PC-BSD Commits] r1549 - in websites/pbidir.com/bibivu: etc/lang/de etc/periodic/hourly lib tpl/pbidir
svn at pcbsd.org
svn at pcbsd.org
Wed Mar 5 17:38:22 PST 2008
Author: fabry
Date: 2008-03-05 17:38:22 -0800 (Wed, 05 Mar 2008)
New Revision: 1549
Added:
websites/pbidir.com/bibivu/etc/lang/de/admin.lang.php
websites/pbidir.com/bibivu/etc/lang/de/common.lang.php
websites/pbidir.com/bibivu/etc/lang/de/contactus.lang.php
websites/pbidir.com/bibivu/etc/lang/de/download.lang.php
websites/pbidir.com/bibivu/etc/lang/de/home.lang.php
websites/pbidir.com/bibivu/etc/lang/de/login.lang.php
websites/pbidir.com/bibivu/etc/lang/de/menu.lang.php
websites/pbidir.com/bibivu/etc/lang/de/pbi.lang.php
websites/pbidir.com/bibivu/etc/lang/de/redirect.lang.php
websites/pbidir.com/bibivu/etc/lang/de/registration.lang.php
websites/pbidir.com/bibivu/etc/lang/de/search.lang.php
Modified:
websites/pbidir.com/bibivu/etc/periodic/hourly/upd_mirr.php
websites/pbidir.com/bibivu/lib/user.php
websites/pbidir.com/bibivu/tpl/pbidir/header.php
Log:
German translation.
Added: websites/pbidir.com/bibivu/etc/lang/de/admin.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/de/common.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/de/contactus.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/de/download.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/de/home.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/de/login.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/de/menu.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/de/pbi.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/de/redirect.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/de/registration.lang.php
Added: websites/pbidir.com/bibivu/etc/lang/de/search.lang.php
Modified: websites/pbidir.com/bibivu/etc/periodic/hourly/upd_mirr.php
===================================================================
--- websites/pbidir.com/bibivu/etc/periodic/hourly/upd_mirr.php 2008-03-06 01:02:39 UTC (rev 1548)
+++ websites/pbidir.com/bibivu/etc/periodic/hourly/upd_mirr.php 2008-03-06 01:38:22 UTC (rev 1549)
@@ -7,8 +7,6 @@
$_GET['bt'] = 'mirrors';
$_GET['update'] = true;
-mail('fabrizio at bibivu.com','Cron Hourly - starts - updmirr.php','Cron hourly from pbidir - updmirr.php ');
require_once dirname(__FILE__).'/../../index_file.conf.php';
require_once $index_file;//'index.php';
-mail('fabrizio at bibivu.com','Cron Hourly - ends - updmirr.php','Cron hourly from pbidir - updmirr.php');
?>
\ No newline at end of file
Modified: websites/pbidir.com/bibivu/lib/user.php
===================================================================
--- websites/pbidir.com/bibivu/lib/user.php 2008-03-06 01:02:39 UTC (rev 1548)
+++ websites/pbidir.com/bibivu/lib/user.php 2008-03-06 01:38:22 UTC (rev 1549)
@@ -133,7 +133,7 @@
'edit' => true,
'type' => 'enum',
'length'=> NULL,
- 'values'=> 'en,Eglish|it,Italiano|es,Espanol',
+ 'values'=> 'en,English|it,Italiano|es,Español|de,Deutsch',
'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-06 01:02:39 UTC (rev 1548)
+++ websites/pbidir.com/bibivu/tpl/pbidir/header.php 2008-03-06 01:38:22 UTC (rev 1549)
@@ -41,6 +41,7 @@
<a href="/bt/lang/en" class="language_flag"><img src="/bibivu/tpl/img/flag-EN.gif" title="english" alt="english" /></a>
<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>
</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