Update of /cvsroot/phpwebsite-comm/l10n/de/mod/poll/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6214/mod/poll/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/poll/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:01 -0000 1.1
--- controlpanel.php 13 Oct 2004 21:28:14 -0000 1.2
***************
*** 1,14 ****
! <?php
!
! $image["name"] = "poll.png";
! $image["alt"] = "Author: Feng Pan";
!
! $link[] = array ("label"=>"Poll Manager",
! "module"=>"poll",
! "url"=>"index.php?module=poll&poll_op=list",
! "image"=>$image,
! "admin"=>TRUE,
! "description"=>"Go here to create and edit your site's polls.",
! "tab"=>"content");
!
?>
\ No newline at end of file
--- 1,14 ----
! <?php
!
! $image["name"] = "poll.png";
! $image["alt"] = "Author: Feng Pan";
!
! $link[] = array ("label"=>"Umfrage Manager",
! "module"=>"poll",
! "url"=>"index.php?module=poll&poll_op=list",
! "image"=>$image,
! "admin"=>TRUE,
! "description"=>"Go here to create and edit your site's polls.",
! "tab"=>"content");
!
?>
\ No newline at end of file
|