You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(120) |
Jun
(74) |
Jul
(97) |
Aug
(35) |
Sep
(35) |
Oct
(34) |
Nov
|
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(18) |
Feb
(8) |
Mar
(7) |
Apr
(23) |
May
(28) |
Jun
(31) |
Jul
(27) |
Aug
(34) |
Sep
(48) |
Oct
(511) |
Nov
(197) |
Dec
(333) |
2005 |
Jan
(212) |
Feb
(33) |
Mar
(94) |
Apr
(51) |
May
(16) |
Jun
|
Jul
(200) |
Aug
(43) |
Sep
(88) |
Oct
(60) |
Nov
(62) |
Dec
(41) |
2006 |
Jan
(94) |
Feb
(49) |
Mar
(54) |
Apr
|
May
(39) |
Jun
(39) |
Jul
(61) |
Aug
(36) |
Sep
(23) |
Oct
(76) |
Nov
(73) |
Dec
(32) |
2007 |
Jan
|
Feb
(87) |
Mar
|
Apr
(8) |
May
(36) |
Jun
(49) |
Jul
(54) |
Aug
(8) |
Sep
(50) |
Oct
(36) |
Nov
|
Dec
(3) |
2008 |
Jan
(133) |
Feb
(54) |
Mar
(39) |
Apr
(2) |
May
(6) |
Jun
(74) |
Jul
(97) |
Aug
(70) |
Sep
(12) |
Oct
(20) |
Nov
(64) |
Dec
(24) |
2009 |
Jan
(25) |
Feb
(49) |
Mar
(18) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(10) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Thomas L. <tl...@us...> - 2004-10-13 21:27:09
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/photobox/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/photobox/conf Added 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 --- NEW FILE: controlpanel.php --- <?php /** * This is the photobox control panel configuration file. * * $Id: controlpanel.php,v 1.1 2004/10/13 21:26:52 tluft Exp $ */ $image["name"] = "photobox.gif"; $image["alt"] = "Module Author: Andy Felong"; /* Create a link to your module */ $link[] = array ("label"=>"Photobox", "restricted" => TRUE, "module"=>"photobox", "url"=>"index.php?module=photobox&PHOTOBOX_OP=admin", "image"=>$image, "description"=>"Block used in conjunction with PhotoAlbum to display random photos.", "admin"=>TRUE, "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:27:07
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/photoalbum/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/photoalbum/conf Added 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 --- NEW FILE: controlpanel.php --- <?php /** * @version $Id: controlpanel.php,v 1.1 2004/10/13 21:26:51 tluft Exp $ * @author Steven Levin <steven at NOSPAM tux[dot]appstate[dot]edu> */ $image['name'] = "photo.png"; $image['alt'] = "Photo Albums Author: Steven Levin"; $link[0] = array ("label"=>"Foto Album", "module"=>"photoalbum", "url"=>"index.php?module=photoalbum&PHPWS_AlbumManager_op=list", "description"=>"The Photo Album allows you to manage sets of image galleries.", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:27:06
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/phatform/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/phatform/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image["name"] = "phatform.png"; $image["alt"] = "Author: Steven Levin and Adam Morton"; $link[] = array ("label"=>"Formular Generator", "module"=>"phatform", "url"=>"index.php?module=phatform&PHAT_MAN_OP=List", "image"=>$image, "admin"=>TRUE, "description"=>"Go here to create online forms that can be viewed and filled out by your site visitors. Reports can be made on the data submitted.", "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:27:06
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/pagemaster/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/pagemaster/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image["name"] = "pagemaster.png"; $image["alt"] = "Author: Adam Morton"; $link[] = array ("label"=>"Web Seiten", "module"=>"pagemaster", "url"=>"index.php?module=pagemaster&MASTER_op=main_menu", "image"=>$image, "admin"=>TRUE, "description"=>"Go here to create and edit your site's web pages.", "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:27:06
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/notes/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/notes/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $tab[] = array ("label"=>"my_modules", "title"=>"My Modules", "grid"=>3 ); $image["name"] = "notes.png"; $image["alt"] = "Author: Adam Morton"; $link[] = array ("label"=>"Notiz / Notes", "module"=>"notes", "url"=>"index.php?module=notes&NOTE_op=menu", "image"=>$image, "admin"=>FALSE, "description"=>"Go here to send notes to other users on this site.", "tab"=>"my_modules"); $link[] = array ("label"=>"Multi-Send Notes", "module"=>"notes", "url"=>"index.php?module=notes&NOTE_op=adminMenu", "image"=>$image, "admin"=>TRUE, "description"=>"Go here to send notes to groups or all of the users on this site.", "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:27:05
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/modmaker/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/modmaker/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "modmaker.png"; $image['alt'] = "Module Maker by Matt McNaney"; $link[] = array("label"=>"Module Macher", "module"=>"modmaker", "description"=>"Assists developers in the creation and editing of module settings.", "url"=>"index.php?module=modmaker&mod_op=mod_admin", "image"=>$image, "admin"=>TRUE, "tab"=>"developer"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:27:05
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/mailinglists/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/mailinglists/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "mailinglists.png"; $image['alt'] = "Manage Mailing Lists"; $image2['name'] = "mailinglists.png"; $image2['alt'] = "Mailing Lists"; $link[] = array("label"=>"Mailing Lists Admin", "module"=>"mailinglists", "description"=>"Lets you create and manage Mailing Lists. Send the mass mailings here!", "url"=>"index.php?module=mailinglists&op=admin", "image"=>$image, "admin"=>TRUE, "tab"=>"administration"); $link[] = array("label"=>"Site Mailing Lists", "module"=>"mailinglists", "description"=>"Lets you subscribe and unsubscribe from website mailing lists.", "url"=>"index.php?module=mailinglists&op=user", "image"=>$image2, "admin"=>FALSE, "tab"=>"my_settings"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:27:05
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/menuman/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/menuman/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "menu.png"; $image['alt'] = "Menu Manager Author: Steven Levin"; $link[0] = array ("label"=>"Menü Manager", "module"=>"menuman", "url"=>"index.php?module=menuman&MMN_menuman_op=adminMenu", "description"=>"The Menu Manager allows you to add and create dynamic menus. Menus are used to link to stuff from your site and other sites.", "admin"=>TRUE, "image"=>$image, "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:27:02
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/mailto/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/mailto/conf Added 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 --- NEW FILE: controlpanel.php --- <?php /** * This is a mailto control panel configuration file. Edit it to be used * with you module. * * $Id: controlpanel.php,v 1.1 2004/10/13 21:26:48 tluft Exp $ */ $image["name"] = "mailto.png"; $image["alt"] = "Module Author: Tony Miller"; /* Create a link to your module */ $link[] = array ("label"=>"Mailto Module", "module"=>"mailto", "url"=>"index.php?module=mailto&MT_MAN_OP=main", "image"=>$image, "admin"=>TRUE, "description"=>"This module allows an admin to creat spam-proof mailto links.", "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:27:01
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/layout/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/layout/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "layout.png"; $image['alt'] = "Layout Admin by Matt McNaney"; $image2['name'] = "layout.png"; $image2['alt'] = "Change my View"; $link[] = array("label"=>"Layout Admin", "module"=>"layout", "description"=>"Lets you control the look and layout of your site.", "url"=>"index.php?module=layout&lay_adm_op=admin", "image"=>$image, "admin"=>TRUE, "tab"=>"administration"); $link[] = array("label"=>"Ändere persönliche Ansicht", "module"=>"layout", "description"=>"Lets you pick a different theme to view the site.", "url"=>"index.php?module=layout&layout_user=admin", "image"=>$image2, "admin"=>FALSE, "tab"=>"my_settings"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:59
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/language/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/language/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "language.png"; $image['alt'] = "Language Administrator by Matt McNaney"; $image2['name'] = "language.png"; $image2['alt'] = "Set My Language"; $link[] = array("label"=>"Sprachen Administrator", "module"=>"language", "description"=>"Lets you administrate the language options for your site.", "image"=>$image, "admin"=>TRUE, "url"=>"index.php?module=language&lng_adm_op=admin", "tab"=>"administration"); $link[] = array("label"=>"Meine Sprache einstellen", "module"=>"language", "description"=>"Lets you pick the language to display the site in.", "image"=>$image2, "admin"=>FALSE, "url"=>"index.php?module=language&lng_usr_op=user_admin", "tab"=>"my_settings"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:58
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/jobman/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/jobman/conf Added 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 --- NEW FILE: controlpanel.php --- <?php /** * Control panel configuration file for Jobman * * @version $Id: controlpanel.php,v 1.1 2004/10/13 21:26:46 tluft Exp $ * @author George Brackett <gbr...@NO...> */ // Defines the access to and appearance of module listings. $image['name'] = "jobman.gif"; $image['alt'] = "Positions Available by George Brackett"; $image2['name'] = "jobman.gif"; $image2['alt'] = "Job List"; $link[] = array("label"=>"Stellenangebote", "module"=>"jobman", "description"=>"Maintain a list of available positions for an organization.", "url"=>"index.php?module=jobman&JOB_MAN_op=list", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:57
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/guestbook/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/guestbook/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "guestbook.gif"; $image['alt'] = "Guestbook Admin"; $image2['name'] = "guestbook.gif"; $image2['alt'] = "Guestbook"; $link[] = array("label"=>"Gästebuch Admin","module"=>"guestbook","description"=>"Manage Your Guestbook here!","url"=>"index.php?module=guestbook&agbook=admin","image"=>$image,"admin"=>TRUE,"tab"=>"administration"); $link[] = array("label"=>"Gästebuch","module"=>"guestbook","description"=>"Here is Your Guestbook.","url"=>"index.php?module=guestbook","image"=>$image2,"admin"=>FALSE,"tab"=>"my_modules"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:57
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/help/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/help/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image["name"] = "help.png"; $image["alt"] = "Author: Jeremy Agee"; $link[0] = array ("label"=>"Absolute Help", "module"=>"help", "url"=>"index.php?module=help&help_op=main_menu", "description"=>"The Help module allows you to manage help information shown in key areas on your site.", "image"=>$image, "admin"=>TRUE, "tab"=>"administration"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:44
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/featuredphoto/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/featuredphoto/conf Added 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 --- NEW FILE: controlpanel.php --- <?php /** * featuredphoto * * See docs/AUTHORS and docs/COPYRIGHT for relevant info. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @author Greg Meiste <bli...@NO...> * @version $Id: controlpanel.php,v 1.1 2004/10/13 21:26:30 tluft Exp $ */ $image["name"] = "featuredphoto.png"; $image["alt"] = "Featured Photo"; /* Create a link to module */ $link[] = array ("label"=>"Gewähltes Foto", "module"=>"featuredphoto", "url"=>"index.php?module=featuredphoto&man_op=list", "image"=>$image, "admin"=>TRUE, "description"=>"Maintain the featured photo(s) in the database.", "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:44
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/article/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/article/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = 'articlemanager.gif'; $image['alt'] = 'Author: Eloi George'; $link[] = array ('label'=>'Artikel Manager', 'module'=>'article', 'url'=>'index.php?module=article&disp=main_menu', 'image'=>$image, 'admin'=>TRUE, 'description'=>'Go here to post articles, information & web pages.', 'tab'=>'content'); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:44
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/googlesvcs/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/googlesvcs/conf Added 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 --- NEW FILE: controlpanel.php --- <?php /* * This is the photobox control panel configuration file. * * Copyright (c) 2004 - Data Management & Warehousing - All rights reserved. * * ======================================================================= * Filename : Google Services - controlpanel.php * Purpose : Loads Control Panel image, description and link * Author : Andy Felong * Creation Date : 29 June 2004 * Parameters : * Change History : * ======================================================================= */ $image["name"] = "google_icon.gif"; $image["alt"] = "Module by: Data Management and Warehousing"; /* Create a link to your module */ $link[] = array ("label"=>"Google Services", "restricted" => TRUE, "module"=>"googlesvcs", "url"=>"index.php?module=googlesvcs&CP_OP=edit", "image"=>$image, "description"=>"Google search and web page translation services", "admin"=>TRUE, "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:42
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/faq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/faq/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "faq.png"; $image['alt'] = "Author: Darren Greene"; $link[0] = array ("label"=>"Frequently Asked Questions", "module"=>"faq", "url"=>"index.php?module=faq&FAQ_op=menu&FAQ_op=viewFAQs", "image"=>$image, "admin"=>TRUE, "description"=>"Provides an interface to manage a list of frequently asked questions.", "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:42
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/documents/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/documents/conf Added 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 --- NEW FILE: controlpanel.php --- <?php /** * @author Steven Levin <steven [at] jasventures [dot] com> * @author Jeremy Agee <jeremy [at] jasventures [dot] com> * @version $Id: controlpanel.php,v 1.1 2004/10/13 21:26:29 tluft Exp $ */ $image['name'] = "documents.png"; //$image['alt'] = JAS_DOCUMENTS_TITLE . "Authors: Steven Levin and Jeremy Agee"; $image['alt'] = JAS_DOCUMENT_TITLE; $link[0] = array ("label"=>JAS_DOCUMENT_TITLE, "module"=>"documents", "url"=>"index.php?module=documents&JAS_DocumentManager_op=list", "description"=>JAS_DOCUMENT_TITLE." allows you to manage ".JAS_DOCUMENT_PLURAL." which can have mutiple files associated with it.", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:41
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/debug/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/debug/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "bug.png"; $image['alt'] = "Debugger Author: Steven Levin"; $link[0] = array ("label"=>"PhpWebSite Debugger", "module"=>"debug", "url"=>"index.php?module=debug&DBUG_op=admin_settings", "description"=>"PhpWebsite Debugger is a developer tool used for viewing session and request information.", "image"=>$image, "admin"=>TRUE, "tab"=>"developer"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:40
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/controlpanel/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/controlpanel/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $tab[] = array ("label"=>"my_settings", "title"=>"Meine Einstellungen", "grid"=>3 ); $tab[] = array ("label"=>"my_modules", "title"=>"Meine Module", "grid"=>3 ); $tab[] = array ("label"=>"content", "title"=>"Seiten Inhalte", "grid"=>3 ); $tab[] = array ("label"=>"administration", "title"=>"Administration", "grid"=>3 ); $tab[] = array ("label"=>"developer", "title"=>"Entwickler", "grid"=>3 ); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:40
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/comments/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/comments/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "comments.png"; $image['alt'] = "Comments Author: Steven Levin"; $link[0] = array ("label"=>"Verwalte Kommentare", "module"=>"comments", "url"=>"index.php?module=comments&CM_op=adminMenu", "description"=>"The Comment Manager administration allows you to manage all of the comment threads on your site.", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); $link[1] = array ("label"=>"Persönliche Kommentar Einstellungen", "module"=>"comments", "url"=>"index.php?module=comments&CM_op=userSettings", "description"=>"Personal Comment settings allows you to set the default way you view comment threads on the site.", "image"=>$image, "admin"=>FALSE, "tab"=>"my_settings"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:38
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/branch/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/branch/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "branch.png"; $image['alt'] = "Branch by Matt McNaney"; $link[] = array("label"=>"Branch Creator", "module"=>"branch", "description"=>"Creates branch sites off your hub code.", "url"=>"index.php?module=branch&branch_op=firstPage", "admin"=>TRUE, "image"=>$image, "tab"=>"administration"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:37
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/blockmaker/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/blockmaker/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "block.png"; $image['alt'] = "Block Maker Author: Steven Levin"; $link[0] = array ("label"=>"Block Manager", "module"=>"blockmaker", "url"=>"index.php?module=blockmaker&BLK_block_op=block_menu", "description"=>"The Block Maker allows you to add basic blocks of content to your site.", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-13 21:26:37
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/boost/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/boost/conf Added 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 --- NEW FILE: controlpanel.php --- <?php $image['name'] = "boost.png"; $image['alt'] = "Boost by Matt McNaney"; $link[] = array("label"=>"Boost Modul-Verwaltung", "module"=>"boost", "image"=>$image, "description"=>"Interface for installing, uninstalling, and updating modules.", "admin"=>TRUE, "url"=>"index.php?module=boost&boost_op=adminMenu", "tab"=>"administration"); ?> |