Update of /cvsroot/phpwebsite-comm/l10n/de/mod/security/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6214/mod/security/conf
Modified Files:
controlpanel.php
Log Message:
Updated the German language files for phpWebSite 0.9.3-4. Added 3rd party modules in the mod directory and translated a lot of configuration dialogs. Original files at www.phpws.de
Index: controlpanel.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/l10n/de/mod/security/conf/controlpanel.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** controlpanel.php 4 Oct 2004 22:11:02 -0000 1.1
--- controlpanel.php 13 Oct 2004 21:28:15 -0000 1.2
***************
*** 1,14 ****
! <?php
!
! $image["name"] = "security.png";
! $image["alt"] = "Author: Jeremy Agee";
!
! $link[] = array ("label"=>"Apache Einstellungen",
! "module"=>"security",
! "url"=>"index.php?module=security&secure_op=admin_menu",
! "image"=>$image,
! "description"=>"Go here to manage access to your web site as well as create custom error pages.",
! "admin"=>TRUE,
! "tab"=>"administration");
!
?>
\ No newline at end of file
--- 1,14 ----
! <?php
!
! $image["name"] = "security.png";
! $image["alt"] = "Author: Jeremy Agee";
!
! $link[] = array ("label"=>"Apache Einstellungen",
! "module"=>"security",
! "url"=>"index.php?module=security&secure_op=admin_menu",
! "image"=>$image,
! "description"=>"Go here to manage access to your web site as well as create custom error pages.",
! "admin"=>TRUE,
! "tab"=>"administration");
!
?>
\ No newline at end of file
|