Update of /cvsroot/phpwebsite-comm/l10n/de/mod/search/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6214/mod/search/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/search/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:14 -0000 1.2
***************
*** 1,14 ****
! <?php
!
! $image['name'] = "search.png";
! $image['alt'] = "Search";
!
! $link[0] = array ("label"=>"Suche Einstellungen",
! "module"=>"search",
! "url"=>"index.php?module=search&search_op=settings",
! "description"=>"Search settings allow you to turn on and off the search block for specific modules and change the title for those blocks.",
! "image"=>$image,
! "admin"=>TRUE,
! "tab"=>"administration");
!
?>
\ No newline at end of file
--- 1,14 ----
! <?php
!
! $image['name'] = "search.png";
! $image['alt'] = "Search";
!
! $link[0] = array ("label"=>"Suche Einstellungen",
! "module"=>"search",
! "url"=>"index.php?module=search&search_op=settings",
! "description"=>"Search settings allow you to turn on and off the search block for specific modules and change the title for those blocks.",
! "image"=>$image,
! "admin"=>TRUE,
! "tab"=>"administration");
!
?>
\ No newline at end of file
|