From: Thomas L. <tl...@us...> - 2004-10-13 21:29:12
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/users/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6214/mod/users/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/users/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:04 -0000 1.1 --- controlpanel.php 13 Oct 2004 21:28:15 -0000 1.2 *************** *** 1,24 **** ! <?php ! $image['name'] = "users.png"; ! $image['alt'] = "Users Administration by Matt McNaney"; ! ! $image2['name'] = "password.png"; ! $image2['alt'] = "Change my Password"; ! ! $link[] = array("label"=>"Users Administration", ! "module"=>"users", ! "description"=>"Lets you create and edit users and groups.", ! "url"=>"index.php?module=users&user_op=admin", ! "image"=>$image, ! "admin"=>TRUE, ! "tab"=>"administration"); ! ! $link[] = array("label"=>"Mein Passwort ändern", ! "module"=>"users", ! "description"=>"Allows you to change your email address and password.", ! "url"=>"index.php?module=users&norm_user_op=user_options", ! "image"=>$image2, ! "admin"=>FALSE, ! "tab"=>"my_settings"); ! ?> \ No newline at end of file --- 1,24 ---- ! <?php ! $image['name'] = "users.png"; ! $image['alt'] = "Users Administration by Matt McNaney"; ! ! $image2['name'] = "password.png"; ! $image2['alt'] = "Change my Password"; ! ! $link[] = array("label"=>"User Administration", ! "module"=>"users", ! "description"=>"Lets you create and edit users and groups.", ! "url"=>"index.php?module=users&user_op=admin", ! "image"=>$image, ! "admin"=>TRUE, ! "tab"=>"administration"); ! ! $link[] = array("label"=>"Mein Passwor ändern", ! "module"=>"users", ! "description"=>"Allows you to change your email address and password.", ! "url"=>"index.php?module=users&norm_user_op=user_options", ! "image"=>$image2, ! "admin"=>FALSE, ! "tab"=>"my_settings"); ! ?> \ No newline at end of file |