--- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16.docs +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16.docs @@ -0,0 +1,2 @@ +debian/CREDITS +phpgwapi/doc/CHANGELOG --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16.README.Debian +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16.README.Debian @@ -0,0 +1,144 @@ +phpGroupWare 0.9.16 for Debian +------------------------------ + +This is a new packaging for phpGroupware 0.9.16 (versions with epoch +1, i.e. of the form 1:0.9.16.xxx-n) in order to start over a +collaborative maintenance effort of phpGroupware in Debian (see +"History of phpGroupware packaging" bellow for more details). + +Please see other README.Debian files in all the +/usr/share/doc/phgroupware-0.9.16-*/ directories for more details. + + +PACKAGES LAYOUT +--------------- + +The layout of the packages has been changed (compared to earlier +0.9.16.012 packaging in epoch 0) in order to plan a reorganization of +upstream sources (planned for 0.9.18) and to separate "core" +components and applications of phpGroupware, from other additional +phpGroupware applications which may be less completely maintained +upstream. + +These packaging decisions were discussed with upstream, but only +correspond to the Debian maintainer's choices and do not correspond +yet to any official packaging scheme upstream. + +phpGroupware "core" +------------------- + +The "core" components are provided in the phpgroupware-0.9.16-core +package (and dependencies), and historically provide a fully +functionnal groupware server. + +These "core" components should include (based on what we believe +upstream plans to include in corresponding packages in 0.9.18) : + + * the base "application server" of phpGroupware (provided by the + 'phpgroupware-0.9.16-core-base' package's dependencies), i.e. the + phpgwapi API and associated support modules + + * the traditional "groupware" phpGroupware applications : + * 'addressbook', + * 'calendar', + * 'email', + * 'todo', + * 'notes', + * 'filemanager' + +Other phpGroupware applications +-------------------------------- + +At the present time, the Debian maintainers have chosen to only +package the following set of other phpGroupware applications, in order +to keep a minimum number of sufficiently maintained (upstream) generic +modules : + + * manual (displaying other phpGroupware apps (outdated) manuals) + * news-admin (managing news as in a bulletin-board/blog/news feed) + +Feel free to request additional modules (and volunteer for +co-maintenance of their packages). + +Unofficial packages for other modules +------------------------------------- + +You may try and re-generate local unofficial Debian packages for other +modules not maintained in the official Debian archives. + +To do so, please unpack the Debian package sources, and rebuild it with the following command : + +$ BUILD_NONDEBIAN=1 dpkg-buildpackage -uc -us -b -rfakeroot + +Setting the BUILD_NONDEBIAN flag, will instruct the debian/rules +script to produce all the phpGroupware modules included in upstream's +tarball with a version whose suffix will be "-unoff1". + +Of course YOU MAY ONLY USE SUCH LOCALLY GENERATED PACKAGES AT YOUR OWN +RISK (well, the same stands also even for the official packages, of +course). The Debian maintainers only provide this as a convenience for +phpGroupware users. Bugs should be reported upstream for these +unofficial packages. + + +CONFIGURING PHPGROUPWARE +------------------------ + +See /usr/share/doc/phpgroupware-0.9.16-core-base/README.Debian for +instructions on how to configure your phpGroupware at installation +time. + + +OTHER DOCUMENTATION +------------------- + +More documentation may be available in phpgroupware-0.9.16-doc package. + + +HISTORY OF PHPGROUPWARE PACKAGING +--------------------------------- + +This is probably a long story (and I even don't care of full details), +but it may be worth explaining some details for interested users. + +The phpGroupware packages have been orphaned and removed from the +distribution early 2008, mainly due to maintainer being unresponsive, +and QA team being unsatisfied with the package's maintainability +(correct me if I'm wrong). + +While phpGroupware wass still in Sarge at the time of writing +(2008/02/22), it would disappear in next release if nothing was done. + +Some users (me and Christian Bac) of the package then volunteered to +take over its maintenance in order to keep some phpGroupware packages +in Debian, mainly since they maintain PicoForge +(http://www.picoforge.org/), a software forge based on phpGroupware +and other free software, which is packaged for Debian. + +We hope to be able to provide usable phpGroupware packages for most +uses, but don't intend to package the whole of the "more or less +maintained" or "unmaintained" components provided by upstream in +phpGroupware 0.9.16. Upstream plan to clean-up the sources for next +release (0.9.18), which should help clarify what can safely be +packaged for Debian. + +Feel free to volunteer if you need more packages than those currently +available, and join our collaborative maintenance effort (filing +wishlists on the package in the BTS should be a good way to contact +us). + + + +COLLABORATIVE MAINTENANCE +------------------------- + +We plan for doing collaborative maintenance of the packages (in alioth +at some time). At the present time, the package sources are maintained +with svn-buildpackage in a project hosted on PicoForge platform hosted +at TELECOM & Management SudParis. +More details available at : http://picoforge.int-evry.fr/projects/phpgwdeb/ + +Feel free to contact the maintainers of you're interested in +collaborative maintenance of phpGroupware. + + -- Olivier Berger , Fri, 18 Apr 2008 12:59:12 +0200 --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-phpgwapi-doc.docs +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-phpgwapi-doc.docs @@ -0,0 +1,2 @@ +phpgwapi/doc/* + --- phpgroupware-0.9.16.012+dfsg.orig/debian/compat +++ phpgroupware-0.9.16.012+dfsg/debian/compat @@ -0,0 +1 @@ +7 --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-news-admin.README.Debian +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-news-admin.README.Debian @@ -0,0 +1,24 @@ +News-admin application +---------------------- + +Only the news management part inside the authentified part of +phpgroupware works at the moment in phpGroupware 0.9.16. + +Contents of the 'website/' subdirectory from the original news-admin +module have been moved to +/usr/share/doc/phpgroupware*-news-admin/examples/ as these don't work +at the moment. + +It provides an idea of how unauthentified access to the RSS feeds or +news lists could be done for potential developers and administrators +willing to hack a patched version. + + +! ATTENTION : SECURITY ! + +Note that such unmaintained code for unauthentified access to the +phpGroupware database may contain security risks, so USE IT AT YOUR +OWN RISK ONLY. + + +-- Olivier Berger - 2008/03/06. --- phpgroupware-0.9.16.012+dfsg.orig/debian/changelog.Debian.older +++ phpgroupware-0.9.16.012+dfsg/debian/changelog.Debian.older @@ -0,0 +1,1118 @@ +==> phpgroupware-addressbook-0.9.14.003/debian/changelog <== +phpgroupware-addressbook (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:34:27 +0200 + +phpgroupware-addressbook (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + * Official 0.9.14 release (Closes: #146457, #159666). + * Added inc/import/Import_from_Outlook_-_Dutch (Closes: #149874). + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:24 +0100 + +phpgroupware-addressbook (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:09 +0200 + +phpgroupware-addressbook (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-admin-0.9.14.003/debian/changelog <== +phpgroupware-admin (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:34:32 +0200 + +phpgroupware-admin (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + * Official 0.9.14.000 release (Closes: #150556). + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:25 +0100 + +phpgroupware-admin (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:09 +0200 + +phpgroupware-admin (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-backup-0.9.14.003/debian/changelog <== +phpgroupware-backup (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:34:38 +0200 + +phpgroupware-backup (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:26 +0100 + +phpgroupware-backup (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:10 +0200 + +phpgroupware-backup (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-bookmarks-0.9.14.003/debian/changelog <== +phpgroupware-bookmarks (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:34:42 +0200 + +phpgroupware-bookmarks (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:26 +0100 + +phpgroupware-bookmarks (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:10 +0200 + +phpgroupware-bookmarks (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-brewer-0.9.14.003/debian/changelog <== +phpgroupware-brewer (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:34:48 +0200 + +phpgroupware-brewer (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:27 +0100 + +phpgroupware-brewer (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:11 +0200 + +phpgroupware-brewer (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-calendar-0.9.14.003/debian/changelog <== +phpgroupware-calendar (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:34:53 +0200 + +phpgroupware-calendar (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + * Official 0.9.14.000 release (Closes: #166196, #167311, #154703, #144389). + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:28 +0100 + +phpgroupware-calendar (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:11 +0200 + +phpgroupware-calendar (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-chat-0.9.14.003/debian/changelog <== +phpgroupware-chat (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:34:59 +0200 + +phpgroupware-chat (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:28 +0100 + +phpgroupware-chat (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:12 +0200 + +phpgroupware-chat (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-chora-0.9.14.003/debian/changelog <== +phpgroupware-chora (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:04 +0200 + +phpgroupware-chora (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:29 +0100 + +phpgroupware-chora (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:12 +0200 + +phpgroupware-chora (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-comic-0.9.14.003/debian/changelog <== +phpgroupware-comic (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:09 +0200 + +phpgroupware-comic (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:29 +0100 + +phpgroupware-comic (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:13 +0200 + +phpgroupware-comic (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-dj-0.9.14.003/debian/changelog <== +phpgroupware-dj (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:14 +0200 + +phpgroupware-dj (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:30 +0100 + +phpgroupware-dj (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:14 +0200 + +phpgroupware-dj (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-eldaptir-0.9.14.003/debian/changelog <== +phpgroupware-eldaptir (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:18 +0200 + +phpgroupware-eldaptir (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:31 +0100 + +phpgroupware-eldaptir (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:14 +0200 + +phpgroupware-eldaptir (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-email-0.9.14.003/debian/changelog <== +phpgroupware-email (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:23 +0200 + +phpgroupware-email (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + * Official 0.9.14.000 release (Closes: #150548). + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:32 +0100 + +phpgroupware-email (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:15 +0200 + +phpgroupware-email (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-felamimail-0.9.14.003/debian/changelog <== +phpgroupware-felamimail (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:30 +0200 + +phpgroupware-felamimail (0.9.14.000-2) unstable; urgency=low + + * Modified package description (Closes: #170419). + + -- Luca - De Whiskey's - De Vitis Sun, 24 Nov 2002 19:47:07 +0100 + +phpgroupware-felamimail (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:32 +0100 + +phpgroupware-felamimail (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:15 +0200 + +phpgroupware-felamimail (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-forum-0.9.14.003/debian/changelog <== +phpgroupware-forum (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:34 +0200 + +phpgroupware-forum (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:33 +0100 + +phpgroupware-forum (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:16 +0200 + +phpgroupware-forum (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-ftp-0.9.14.003/debian/changelog <== +phpgroupware-ftp (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:39 +0200 + +phpgroupware-ftp (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:34 +0100 + +phpgroupware-ftp (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:17 +0200 + +phpgroupware-ftp (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-headlines-0.9.14.003/debian/changelog <== +phpgroupware-headlines (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:43 +0200 + +phpgroupware-headlines (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:34 +0100 + +phpgroupware-headlines (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:17 +0200 + +phpgroupware-headlines (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-hr-0.9.14.003/debian/changelog <== +phpgroupware-hr (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:48 +0200 + +phpgroupware-hr (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:35 +0100 + +phpgroupware-hr (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:18 +0200 + +phpgroupware-hr (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-img-0.9.14.003/debian/changelog <== +phpgroupware-img (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:52 +0200 + +phpgroupware-img (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:35 +0100 + +phpgroupware-img (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:18 +0200 + +phpgroupware-img (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-infolog-0.9.14.003/debian/changelog <== +phpgroupware-infolog (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:35:57 +0200 + +phpgroupware-infolog (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + * Official 0.9.14.00 release (Closes: #1660750). + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:36 +0100 + +phpgroupware-infolog (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:19 +0200 + +phpgroupware-infolog (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-inv-0.9.14.003/debian/changelog <== +phpgroupware-inv (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:36:02 +0200 + +phpgroupware-inv (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:37 +0100 + +phpgroupware-inv (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:19 +0200 + +phpgroupware-inv (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-manual-0.9.14.003/debian/changelog <== +phpgroupware-manual (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:36:09 +0200 + +phpgroupware-manual (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:37 +0100 + +phpgroupware-manual (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:20 +0200 + +phpgroupware-manual (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-meerkat-0.9.14.003/debian/changelog <== +phpgroupware-meerkat (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:36:15 +0200 + +phpgroupware-meerkat (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:38 +0100 + +phpgroupware-meerkat (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:20 +0200 + +phpgroupware-meerkat (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-messenger-0.9.14.003/debian/changelog <== +phpgroupware-messenger (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:36:19 +0200 + +phpgroupware-messenger (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:38 +0100 + +phpgroupware-messenger (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:21 +0200 + +phpgroupware-messenger (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-netsaint-0.9.14.003/debian/changelog <== +phpgroupware-netsaint (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:36:23 +0200 + +phpgroupware-netsaint (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:39 +0100 + +phpgroupware-netsaint (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:22 +0200 + +phpgroupware-netsaint (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-nntp-0.9.14.003/debian/changelog <== +phpgroupware-nntp (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:36:28 +0200 + +phpgroupware-nntp (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:40 +0100 + +phpgroupware-nntp (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:23 +0200 + +phpgroupware-nntp (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-notes-0.9.14.003/debian/changelog <== +phpgroupware-notes (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:36:33 +0200 + +phpgroupware-notes (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:41 +0100 + +phpgroupware-notes (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:23 +0200 + +phpgroupware-notes (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-phonelog-0.9.14.003/debian/changelog <== +phpgroupware-phonelog (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:36:37 +0200 + +phpgroupware-phonelog (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:42 +0100 + +phpgroupware-phonelog (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:24 +0200 + +phpgroupware-phonelog (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-phpgroupware-0.9.14.003/debian/changelog <== +phpgroupware-phpgroupware (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:34:18 +0200 + +phpgroupware-phpgroupware (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable (Closes: #165934). + * Official 0.9.14 release (Closes: #136319, #145900, #151189). + * Added call to db_stop in debian/phpgroupware.postrm (Closes: #164354). + * Moved php dependencies to phpgroupware-core package. + * Added missing dependency to php3-xml (Closes: #167390, #154480). + + Added php3-xml | php4-cgi-xml | php4 | php4-cgi to phpgroupware-core + package Depends field. + * Added display or $error variable in debian/phpgroupware.postinst + (Closes: #164356, #163118). + * Modified debian/phpgroupware.config. + + Changed the behaviour of configuration process not to configure postgres + in any case. We'll only try to set it up if on localhost. + + Removed the source of + /usr/share/wwwconfig-common/pgsql-allowip.sh (Closes: #154825). + * Modified debian/etc/apache.conf and added /var/tmp/phpgroupware (Closes: #152126). + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:43 +0100 + +phpgroupware-phpgroupware (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:25 +0200 + +phpgroupware-phpgroupware (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-phpgwapi-0.9.14.003/debian/changelog <== +phpgroupware-phpgwapi (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:36:47 +0200 + +phpgroupware-phpgwapi (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:44 +0100 + +phpgroupware-phpgwapi (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:25 +0200 + +phpgroupware-phpgwapi (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-phpsysinfo-0.9.14.003/debian/changelog <== +phpgroupware-phpsysinfo (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:36:59 +0200 + +phpgroupware-phpsysinfo (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:45 +0100 + +phpgroupware-phpsysinfo (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:26 +0200 + +phpgroupware-phpsysinfo (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-phpwebhosting-0.9.14.003/debian/changelog <== +phpgroupware-phpwebhosting (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:37:05 +0200 + +phpgroupware-phpwebhosting (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + * Modified the find options not to make the .xvpics directories to be + installed (Closes: #169326). + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:45 +0100 + +phpgroupware-phpwebhosting (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:27 +0200 + +phpgroupware-phpwebhosting (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-polls-0.9.14.003/debian/changelog <== +phpgroupware-polls (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:37:09 +0200 + +phpgroupware-polls (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:46 +0100 + +phpgroupware-polls (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:27 +0200 + +phpgroupware-polls (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-preferences-0.9.14.003/debian/changelog <== +phpgroupware-preferences (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:37:14 +0200 + +phpgroupware-preferences (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:48 +0100 + +phpgroupware-preferences (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:28 +0200 + +phpgroupware-preferences (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-projects-0.9.14.003/debian/changelog <== +phpgroupware-projects (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:37:18 +0200 + +phpgroupware-projects (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + * Official 0.9.14.00 release (Closes: #144395). + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:49 +0100 + +phpgroupware-projects (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:28 +0200 + +phpgroupware-projects (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-registration-0.9.14.003/debian/changelog <== +phpgroupware-registration (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:37:23 +0200 + +phpgroupware-registration (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + * Modified the find options not to make the .xvpics directories to be + installed (Closes: #169363). + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:51 +0100 + +phpgroupware-registration (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:30 +0200 + +phpgroupware-registration (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-setup-0.9.14.003/debian/changelog <== +phpgroupware-setup (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:37:27 +0200 + +phpgroupware-setup (0.9.14.000-2) unstable; urgency=low + + * Fixed mispelling in package description (Closes: #170054). + + -- Luca - De Whiskey's - De Vitis Sun, 24 Nov 2002 20:00:26 +0100 + +phpgroupware-setup (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:51 +0100 + +phpgroupware-setup (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:30 +0200 + +phpgroupware-setup (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-skel-0.9.14.003/debian/changelog <== +phpgroupware-skel (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:37:32 +0200 + +phpgroupware-skel (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:52 +0100 + +phpgroupware-skel (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:31 +0200 + +phpgroupware-skel (0.0.1-2) unstable; urgency=low + + * Some improovements to debian/rules files. + * Removed no more useful debian/{postinst,postrm,dirs}. + + -- Luca - De Whiskey's - De Vitis Sat, 22 Jun 2002 09:22:34 +0200 + +phpgroupware-skel (0.0.1-1) unstable; urgency=low + + * Initial Release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 +phpgroupware-skel (0.0.1-1) unstable; urgency=low + + * Initial Release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +Local variables: +mode: debian-changelog +End: + +==> phpgroupware-soap-0.9.14.003/debian/changelog <== +phpgroupware-soap (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:37:34 +0200 + +phpgroupware-soap (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:52 +0100 + +phpgroupware-soap (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:31 +0200 + +phpgroupware-soap (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-stocks-0.9.14.003/debian/changelog <== +phpgroupware-stocks (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:37:39 +0200 + +phpgroupware-stocks (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:53 +0100 + +phpgroupware-stocks (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:32 +0200 + +phpgroupware-stocks (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-todo-0.9.14.003/debian/changelog <== +phpgroupware-todo (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:37:44 +0200 + +phpgroupware-todo (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + * Official 0.9.14.000 release (Closes: #152005, #152264). + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:55 +0100 + +phpgroupware-todo (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:33 +0200 + +phpgroupware-todo (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 + +==> phpgroupware-xmlrpc-0.9.14.003/debian/changelog <== +phpgroupware-xmlrpc (0.9.14.003-1) unstable; urgency=low + + * New upstream release + + -- Dr. Tilo Levante Mon, 9 Jun 2003 13:37:49 +0200 + +phpgroupware-xmlrpc (0.9.14.000-1) unstable; urgency=low + + * Stepping from experimental to unstable. + + -- Luca - De Whiskey's - De Vitis Sun, 17 Nov 2002 17:37:56 +0100 + +phpgroupware-xmlrpc (0.9.14.000-0) experimental; urgency=low + + * New upstream release. + + -- Luca - De Whiskey's - De Vitis Thu, 10 Oct 2002 19:44:34 +0200 + +phpgroupware-xmlrpc (0.9.14-0.RC3.3) unstable; urgency=low + + * New release. + - Source is now splitted into modules. + + -- Luca - De Whiskey's - De Vitis Mon, 21 May 2001 15:00:56 +0200 --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-core-base.postrm +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-core-base.postrm @@ -0,0 +1,128 @@ +#!/bin/bash +# postrm script for phpgroupware +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see /usr/share/doc/packaging-manual/ + +. /usr/share/debconf/confmodule +db_version 2.0 + +# Get the web server type. both is for backward compatibity +db_get "phpgroupware/webserver" || true +if [ "$( echo -n $RET | tr '[A-Z]' '[a-z]' )" = "both" ] ; then + webservers="apache apache-ssl" +else + webservers=$(echo -n "$RET" | tr '[A-Z,]' '[a-z ]' ) +fi +includefile=/etc/phpgroupware/apache.conf + +case "$1" in + purge) + db_get "phpgroupware/postrm" + if [ "$RET" = "true" ] ; then + # Get database configuration + db_get "phpgroupware/db/user/name" + dbuser="$RET" + db_get "phpgroupware/db/user/password" + dbpass="$RET" + db_get "phpgroupware/db/host" + dbserver="$RET" + db_get "phpgroupware/db/name" + dbname="$RET" + db_get "phpgroupware/db/admin/name" + dbadmin="$RET" + db_reset "phpgroupware/db/admin/password" + db_input critical "phpgroupware/db/admin/password" || true + db_go || true + db_get "phpgroupware/db/admin/password" + dbadmpass="$RET" + db_get "phpgroupware/db/type" + case $( echo -n "$RET" | tr '[A-Z]' '[a-z]' ) in + postgresql) dbtype="pgsql" ;; + mysql) dbtype="mysql" ;; + esac + if [ -e /usr/share/wwwconfig-common/${dbtype}-dropdb.sh ] ; then + . /usr/share/wwwconfig-common/${dbtype}-dropdb.sh + else + echo "Cannot drop database (can't find wwwconfig-common script)." >&2 + fi + if [ -e /usr/share/wwwconfig-common/${dbtype}-dropuser.sh ] ; then + . /usr/share/wwwconfig-common/${dbtype}-dropuser.sh + else + echo "Cannot drop user (can't find wwwconfig-common script)." >&2 + fi + + rm -rf /var/lib/phpgroupware/ + fi + + rm -rf /etc/phpgroupware + for server in $webservers ; do + # prefer conf.d over monolithic form + if [ -d "/etc/${server}/conf.d" ] ; then + if [ -L "/etc/${server}/conf.d/phpgroupware.conf" ] ; then + rm "/etc/${server}/conf.d/phpgroupware.conf" + fi + else + conffile="/etc/$server/httpd.conf" + if [ -e /usr/share/wwwconfig-common/apache-uninclude.sh ] ; then + . /usr/share/wwwconfig-common/apache-uninclude.sh + else + echo "Cannot uninclude apache config part (can't find wwwconfig-common script)." >&2 + fi + fi + if [ "$status" = "purge" ] ; then + restart="$restart $server" + fi + done + + servers="exim apache-ssl apache mysql postresql" + if [ -e /usr/share/wwwconfig-common/restart.sh ] ; then + . /usr/share/wwwconfig-common/restart.sh || + echo "Could not restart servers (wwwconfig-common script failed)." >&2 + else + echo "Cannot restart servers (can't find wwwconfig-common script)." >&2 + fi + + for dir in /usr/share/phpgroupware-core /var/www/phpgroupware ; do + if [ -d ${dir} ] ; then rm -rf ${dir} ; fi + done + ;; + remove) + for dir in /usr/share/phpgroupware-core /var/www/phpgroupware ; do + if [ -d ${dir} ] ; then rm -rf ${dir} ; fi + done + ;; + upgrade) + for dir in /usr/share/phpgroupware-core /var/www/phpgroupware ; do + if [ -d ${dir} ] ; then rm -rf ${dir} ; fi + done + ;; + failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +if [ "$1" != "upgrade" ] ; then + db_reset "phpgroupware/db/admin/password" +fi + +#DEBHELPER# + +db_stop + +exit 0 --- phpgroupware-0.9.16.012+dfsg.orig/debian/control +++ phpgroupware-0.9.16.012+dfsg/debian/control @@ -0,0 +1,240 @@ +Source: phpgroupware +Section: web +Priority: optional +Maintainer: Olivier Berger +Uploaders: Christian Bac +Build-Depends: debhelper (>= 7), po-debconf +Standards-Version: 3.8.3 + +Package: phpgroupware +Architecture: all +Depends: phpgroupware-0.9.16-core-base, debconf, ${misc:Depends} +Conflicts: phpgroupware-stocks (<= 0.9.16.012+dfsg-1), phpgroupware-bookmarks (<= 0.9.16.012+dfsg-1), phpgroupware-qmailldap (<= 0.9.16.012+dfsg-1), phpgroupware-sitemgr (<= 0.9.16.012+dfsg-1), phpgroupware-email (<= 0.9.16.012+dfsg-1), phpgroupware-skel (<= 0.9.16.012+dfsg-1), phpgroupware-felamimail (<= 0.9.16.012+dfsg-1), phpgroupware-addressbook (<= 0.9.16.012+dfsg-1), phpgroupware-headlines (<= 0.9.16.012+dfsg-1), phpgroupware-manual (<= 0.9.16.012+dfsg-1), phpgroupware-wiki (<= 0.9.16.012+dfsg-1), phpgroupware-infolog (<= 0.9.16.012+dfsg-1), phpgroupware-xmlrpc (<= 0.9.16.012+dfsg-1), phpgroupware-chat (<= 0.9.16.012+dfsg-1), phpgroupware-hr (<= 0.9.16.012+dfsg-1), phpgroupware-messenger (<= 0.9.16.012+dfsg-1), phpgroupware-ftp (<= 0.9.16.012+dfsg-1), phpgroupware-fudforum (<= 0.9.16.012+dfsg-1), phpgroupware-news-admin (<= 0.9.16.012+dfsg-1), phpgroupware-eldaptir (<= 0.9.16.012+dfsg-1), phpgroupware-phpbrain (<= 0.9.16.012+dfsg-1), phpgroupware-preferences (<= 0.9.16.012+dfsg-1), phpgroupware-admin (<= 0.9.16.012+dfsg-1), phpgroupware-todo (<= 0.9.16.012+dfsg-1), phpgroupware-etemplate (<= 0.9.16.012+dfsg-1), phpgroupware-notes (<= 0.9.16.012+dfsg-1), phpgroupware-dj (<= 0.9.16.012+dfsg-1), phpgroupware-img (<= 0.9.16.012+dfsg-1), phpgroupware-comic (<= 0.9.16.012+dfsg-1), phpgroupware-phpgwapi (<= 0.9.16.012+dfsg-1), phpgroupware-developer-tools (<= 0.9.16.012+dfsg-1), phpgroupware-phpsysinfo (<= 0.9.16.012+dfsg-1), phpgroupware-nntp (<= 0.9.16.012+dfsg-1), phpgroupware-soap (<= 0.9.16.012+dfsg-1), phpgroupware-setup (<= 0.9.16.012+dfsg-1), phpgroupware-polls (<= 0.9.16.012+dfsg-1), phpgroupware-calendar (<= 0.9.16.012+dfsg-1), phpgroupware-filemanager (<= 0.9.16.012+dfsg-1), phpgroupware-folders (<= 0.9.16.012+dfsg-1), phpgroupware-registration (<= 0.9.16.012+dfsg-1), phpgroupware-phonelog (<= 0.9.16.012+dfsg-1), phpgroupware-projects (<= 0.9.16.012+dfsg-1), phpgroupware-tts (<= 0.9.16.012+dfsg-1) +Recommends: phpgroupware-0.9.16-addressbook, phpgroupware-0.9.16-calendar, phpgroupware-0.9.16-email, phpgroupware-0.9.16-manual, phpgroupware-0.9.16-news-admin, phpgroupware-0.9.16-notes, phpgroupware-0.9.16-todo, phpgroupware-0.9.16-filemanager +Suggests: phpgroupware-0.9.16 +Description: Web based groupware system written in PHP + ${description} + . + This empty package is a transition package to the new + phpgroupware-0.9.16-* (epoch 1) packages for phpGroupware. + . + See package phpgroupware-0.9.16 instead if you want to install the + whole phpgroupware system. + . + Note that all phpgroupware apps previously packaged (epoch 0) may no + longer be available. + +Package: phpgroupware-0.9.16 +Architecture: all +Depends: phpgroupware-0.9.16-core, ${misc:Depends} +Suggests: phpgroupware-0.9.16-doc +Description: Web based groupware system written in PHP + ${description} + . + This is version 0.9.16 of phpGroupware + . + Other modules are shipped separately in other packages named + "phpgroupware-0.9.16-". + +Package: phpgroupware-0.9.16-doc +Architecture: all +Conflicts: phpgroupware (<= 0.9.16.012+dfsg-1) +Depends: ${misc:Depends} +Suggests: phpgroupware-0.9.16-phpgwapi-doc +Section: doc +Description: Documentation of phpGroupware 0.9.16 + ${description} + . + This contains documentation for version 0.9.16 of phpGroupware + +Package: phpgroupware-0.9.16-core +Architecture: all +Depends: phpgroupware-0.9.16-core-base, php5-imap, ${misc:Depends} +Recommends: phpgroupware-0.9.16-addressbook, phpgroupware-0.9.16-calendar, phpgroupware-0.9.16-email, phpgroupware-0.9.16-todo, phpgroupware-0.9.16-notes, phpgroupware-0.9.16-filemanager +Suggests: courier-imap | imap-server, phpgroupware-0.9.16-manual +Description: Core groupware applications of phpGroupware + ${description} + . + This package suggests installation of the set of "historical" generic + groupware modules of the phpGroupware project listed above. + . + Other modules are shipped separately in other packages named + "phpgroupware-0.9.16-". + +Package: phpgroupware-0.9.16-core-base +Architecture: all +Depends: apache2 | apache | httpd, + php5, + php5-mysql | php5-pgsql, + phpgroupware-0.9.16-phpgwapi (>= ${source:Version}), + phpgroupware-0.9.16-setup (>= ${source:Version}), + phpgroupware-0.9.16-admin (>= ${source:Version}), + phpgroupware-0.9.16-preferences (>= ${source:Version}), + wwwconfig-common (>= 0.0.34), + mysql-client | postgresql-client, + phpgroupware (>= 1:0.9.16.012+dfsg-1), debconf, ${misc:Depends} +Recommends: php5-ldap +Suggests: slapd | ldap-server, mysql-server | postgresql, libdbi-perl, phpgroupware-0.9.16-core, phpgroupware-0.9.16-doc +Description: Base components of the phpGroupware "application server" + ${description} + . + This depends on the core components needed to setup an + "application server" which runs phpGroupware applications. + +Package: phpgroupware-0.9.16-addressbook +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Provides: phpgroupware-addressbook +Conflicts: phpgroupware-addressbook +Replaces: phpgroupware-addressbook +Description: phpGroupWare addressbook management module + ${description} + . + This phpGroupWare module provides a searchable addressbook with vCard + support. + +Package: phpgroupware-0.9.16-admin +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Provides: phpgroupware-admin +Conflicts: phpgroupware-admin +Replaces: phpgroupware-admin +Description: phpGroupWare administration module + ${description} + . + This phpGroupWare module provides the administration facilities for + phpGroupWare (add and remove groups, users, modules, session handling + etc.). + +Package: phpgroupware-0.9.16-calendar +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Provides: phpgroupware-calendar +Conflicts: phpgroupware-calendar +Replaces: phpgroupware-calendar +Description: phpGroupWare calendar management module + ${description} + . + This phpGroupWare module provides a calendar scheduling module with + alerts for high priority events. + +Package: phpgroupware-0.9.16-email +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Provides: phpgroupware-email +Conflicts: phpgroupware-email +Replaces: phpgroupware-email +Description: phpGroupWare E-Mail client module + ${description} + . + This phpGroupWare module provides a full featured webmail (web based E-Mail + client). + +Package: phpgroupware-0.9.16-manual +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Provides: phpgroupware-manual +Conflicts: phpgroupware-manual +Replaces: phpgroupware-manual +Description: phpGroupWare on-line manual module + ${description} + . + This phpGroupWare module provides the on-line manual system. + +Package: phpgroupware-0.9.16-news-admin +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Provides: phpgroupware-news-admin +Conflicts: phpgroupware-news-admin +Replaces: phpgroupware-news-admin +Description: phpGroupWare news administration interface + ${description} + . + This phpGroupWare module provides an interface to handle a simple web + based news system. + +Package: phpgroupware-0.9.16-notes +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Provides: phpgroupware-notes +Conflicts: phpgroupware-notes +Replaces: phpgroupware-notes +Description: phpGroupWare notes management module + ${description} + . + This phpGroupWare module provides a simple web based note taking system. + +Package: phpgroupware-0.9.16-phpgwapi +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Conflicts: phpgroupware-phpgwapi +Replaces: phpgroupware-phpgwapi +Suggests: phpgroupware-0.9.16-phpgwapi-doc +Description: library of common phpGroupWare functions + ${description} + . + This package provides php include files (libraries) to develop phpGroupWare + modules. The phpGroupWare API handles session management, user/group + management, has support for multiple databases, using the PHPLIB database + abstraction method, supports templates using the PHPLIB Templates class, a + file system interface, and even a network i/o interface. + . + On top of these standard functions, phpGroupWare provides several functions to + give you the information you need about the users environment, and to properly + plug into phpGroupWare. + +Package: phpgroupware-0.9.16-phpgwapi-doc +Architecture: all +Depends: ${misc:Depends} +Section: doc +Description: Documentation of phpGroupware 0.9.16 phpgwapi + ${description} + . + This contains mostly developper-oriented documentation for version + 0.9.16 of the phpGroupware API and associate modules + +Package: phpgroupware-0.9.16-preferences +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Provides: phpgroupware-preferences +Conflicts: phpgroupware-preferences +Replaces: phpgroupware-preferences +Description: phpGroupWare preferences management module + ${description} + . + This phpGroupWare module provides the user preferences management system. + +Package: phpgroupware-0.9.16-setup +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Provides: phpgroupware-setup +Conflicts: phpgroupware-setup +Replaces: phpgroupware-setup +Description: phpGroupWare setup III module + ${description} + . + This phpGroupWare module allows the system administrators to manage the + whole set of modules. + +Package: phpgroupware-0.9.16-todo +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Provides: phpgroupware-todo +Conflicts: phpgroupware-todo +Replaces: phpgroupware-todo +Description: phpGroupWare todo list management module + ${description} + . + This phpGroupWare module provides a todo list management system. + +Package: phpgroupware-0.9.16-filemanager +Architecture: all +Depends: phpgroupware-0.9.16-core-base, ${misc:Depends} +Provides: phpgroupware-filemanager +Conflicts: phpgroupware-filemanager +Replaces: phpgroupware-filemanager +Description: phpGroupWare filemanager module + ${description} + . + This phpGroupWare module provides a web based manager for user files. + --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-core-base.dirs +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-core-base.dirs @@ -0,0 +1,5 @@ +etc/phpgroupware +usr/share/phpgroupware/ +var/lib/phpgroupware/files/users +var/lib/phpgroupware/files/groups +var/lib/phpgroupware/sessions --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-doc.links +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-doc.links @@ -0,0 +1 @@ +usr/share/doc/phpgroupware-0.9.16-doc usr/share/phpgroupware/doc --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-img.copyright +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-img.copyright @@ -0,0 +1,37 @@ +This package was debianized by Thomas Viehmann on +Sat, 12 Jul 2003 22:14:43 +0200. + +It was downloaded from http://www.phpgroupware.org/. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Most files are (C) 1999, 2000, 2001, 2002, 2003, 2004 by the +Free Software Foundation, otherwise copyright statements can be found +in the respective files. (As php scripts, they are distributed as source.) + +Some methods were borrowed from OIC v1.0.6 - the Online Image Converter, +Copyright (C) 2001 Ray Lopez (http://www.TheDreaming.com). Those files +using altered code from this app have this notice at the top. + +Where not indicated otherwise, the files in this package are licensed under +the GNU General Public License as follows: + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- phpgroupware-0.9.16.012+dfsg.orig/debian/rules +++ phpgroupware-0.9.16.012+dfsg/debian/rules @@ -0,0 +1,230 @@ +#!/usr/bin/make -f +# Portions GNU copyright 1997 by Joey Hess. +# Portions ripped from Luca DeVitis' debian/rules +# Most of it copyright (c) 2003, 2004 by Thomas Viehmann + +# set BUILD_NONDEBIAN to get packages not in Debian + +PACKAGE_VERSION = $(shell dpkg-parsechangelog | awk '/^Version:/ { print $$2 }') +UPSTREAM_VERSION = 0.9.16 +PACKAGEDIR = debian/phpgroupware-$(UPSTREAM_VERSION)-$${APP}/usr/share/phpgroupware/$${APPDIR} +PACKAGEDOCDIR = debian/phpgroupware-$(UPSTREAM_VERSION)-$${APP}/usr/share/doc/phpgroupware-$(UPSTREAM_VERSION)-$${APPDIR} + +FINDOPT = -type f -not \( -path \*.xvpics\* -or -path \*CVS\* -or -path \*debian\* -or -name .cvsignore \) +STAMPS = -name configure-stamp -or -name build-stamp +APPFILES = -not \( -path \*doc\* -or -path \. -or -name '*.pl' -or -name '*.py' -or $(STAMPS) \) + +COPYRIGHT_FINDSPEC = -iname copyright\* -or -iname license +CHANGELOG_FINDSPEC = -iname change\* +INSTALL_FINDSPEC = -iname install +SPECIAL_FINDSPEC = -size 0 -or $(INSTALL_FINDSPEC) -or $(CHANGELOG_FINDSPEC) -or $(COPYRIGHT_FINDSPEC) -or -name \*.sgml +DOCFILES = -not \( $(SPECIAL_FINDSPEC) \) + +ECHO_DEBUGOFF = >/dev/null +ECHO_DEBUGON = +# change to ECHO_DEBUGON bellow to get some debug messages +ECHO_DEBUG = $(ECHO_DEBUGOFF) +#ECHO_DEBUG = $(ECHO_DEBUGON) + +UNOFF_SUFFIX = unoff1 + +configure: +build-arch: +build-indep: + +build: build-arch build-indep + +clean: + dh_testdir + dh_testroot + for i in `find . -name CHANGELOG`; \ + do dir=`dirname $${i}`; cp $${i} $${dir}/changelog; \ + done + # rm -f $(CURDIR)/debian/phpgroupware.templates + # cp $(CURDIR)/debian/phpgroupware-0.9.16-core-base.templates $(CURDIR)/debian/phpgroupware.templates + debconf-updatepo + dh_clean + # restore stuff changed for non-debian builds + @set -e ; \ + for FILESTOCHECK in control ; do \ + if [ -e $(CURDIR)/debian/$${FILESTOCHECK}.puredebian ] ; then \ + mv $(CURDIR)/debian/$${FILESTOCHECK}.puredebian $(CURDIR)/debian/$${FILESTOCHECK} ; \ + fi ; \ + done + rm -f $(CURDIR)/debian/packagingerrors.log + @set -e ; \ + if [ -e $(CURDIR)/debian/removeonclean ] ; then \ + rm -f -- $$(cat $(CURDIR)/debian/removeonclean) ; \ + rm -f $(CURDIR)/debian/removeonclean ; \ + fi + +install: DH_OPTIONS= +install: build +# set those again because control changes for non-debian builds... + dh_testdir + dh_testroot + dh_prep + + # enable non-Debian modules if wanted + @set -e ; \ + if [ -n "$${BUILD_NONDEBIAN}" ] ; then \ + cp $(CURDIR)/debian/control $(CURDIR)/debian/control.puredebian ; \ + echo >> $(CURDIR)/debian/control ; \ + cat $(CURDIR)/debian/control.non-debian >> $(CURDIR)/debian/control ; \ + fi + + # adjust dirs depending on cvs/release build situation + @set -e ; \ + if [ -d $(CURDIR)/phpgroupware ] ; then \ + RELEXT=cvs ; \ + else \ + RELEXT=release ; \ + fi ; \ + for AFILE in $(CURDIR)/debian/*.$${RELEXT} ; do \ + ADEST=$$(echo $${AFILE} | sed "s/.$${RELEXT}$$//" ) ; \ + echo $${ADEST} >> $(CURDIR)/debian/removeonclean ; \ + cp $${AFILE} $${ADEST} ; \ + done + + dh_installdirs + + -rm -f $(CURDIR)/debian/packagingerrors.log + + # main installation + # $$(echo $${VAR}) to force field splitting with zsh + @set -e ; \ + MODULES=$$(grep '^Package: phpgroupware-$(UPSTREAM_VERSION)-' < debian/control | grep -v '\-core' | grep -v 'doc' | sed 's/Package: phpgroupware-$(UPSTREAM_VERSION)-//') ; \ + echo "modules : $${MODULES}" $(ECHO_DEBUG) ; \ + USEDDIRLIST='debian\|phpgroupware\|CVS\|doc' ; \ + for APP in $$(echo $${MODULES}) ; do \ + APPDIR=$$(echo $${APP} | sed 's/-/_/g') ; \ + USEDDIRLIST="$${USEDDIRLIST}\\|$${APPDIR}" ; \ + if [ -e $(CURDIR)/$${APPDIR} ] ; then \ + echo "Installing $(CURDIR)/$${APPDIR} into $(CURDIR)/$(PACKAGEDIR)/" $(ECHO_DEBUG) ; \ + cd $(CURDIR)/$${APPDIR} ; find $(FINDOPT) $(APPFILES) \ + -exec install -D --mode=644 {} $(CURDIR)/$(PACKAGEDIR)/{} \; ; \ + if [ -f $(CURDIR)/$${APPDIR}/README ] ; then \ + install -D --mode=644 $(CURDIR)/$${APPDIR}/README $(CURDIR)/$(PACKAGEDOCDIR)/README ; \ + fi ; \ + echo "installation of docs from $(CURDIR)/$${APPDIR}/doc ?" $(ECHO_DEBUG) ; \ + if [ "X$${APP}" != "Xphpgwapi" ] ; then \ + if [ -d $(CURDIR)/$${APPDIR}/doc ] ; then \ + cd $(CURDIR)/$${APPDIR}/doc ; \ + find $(FINDOPT) $(DOCFILES) \ + -exec install -D --mode=644 {} $(CURDIR)/$(PACKAGEDOCDIR)/{} \; ;\ + ln -s ../../doc/phpgroupware-$(UPSTREAM_VERSION)-$${APP} $(CURDIR)/$(PACKAGEDIR)/doc 2>> $(CURDIR)/debian/packagingerrors.log ; \ + fi ; \ + else \ + ln -s ../../doc/phpgroupware-$(UPSTREAM_VERSION)-$${APP}-doc $(CURDIR)/debian/phpgroupware-$(UPSTREAM_VERSION)-$${APP}-doc/usr/share/phpgroupware/$${APPDIR}/doc 2>> $(CURDIR)/debian/packagingerrors.log ; \ + fi ; \ + else \ + echo "POSSIBLE DEBIAN PACKAGING ERROR: $${APP} not found" $(ECHO_DEBUG) ; \ + echo "POSSIBLE DEBIAN PACKAGING ERROR: $${APP} not found" >> $(CURDIR)/debian/packagingerrors.log ; \ + fi ; \ + done ; \ + echo "USEDDIRLIST : $${USEDDIRLIST}" $(ECHO_DEBUG) ; \ + cd $(CURDIR) ; \ + for ADIR in $$(ls -1) ; do \ + if [ -d $(CURDIR)/$${ADIR} ] ; then \ + UNUSED=$$(echo "$${ADIR}" | sed "s/^\\($${USEDDIRLIST}\\)$$//") ; \ + if [ -n "$${UNUSED}" ] ; then \ + echo "POSSIBLE DEBIAN PACKAGING ERROR: $${UNUSED} not used" >> $(CURDIR)/debian/packagingerrors.log ; \ + fi ; \ + fi ; \ + done + + sh $(CURDIR)/debian/create-header-from-template.sh $(CURDIR)/header.inc.php.template > $(CURDIR)/debian/phpgroupware-$(UPSTREAM_VERSION)-core-base/etc/phpgroupware/header.inc.php.debian-template + + dh_install + + # apply debian patches in install tree if we build for debian + @set -e ; \ + if [ -z $${BUILD_NONDEBIAN} ] ; then \ + cd $(CURDIR)/debian ; \ + for PATCH in patches/*.diff ; do \ + if [ -e $(CURDIR)/debian/$$(head -n 3 $${PATCH} | awk '/^\+\+\+/ { print $$2 }' | sed 's#/.*##') ] ; then \ + patch -p0 -N < $${PATCH} 2>> $(CURDIR)/debian/packagingerrors.log ; \ + else \ + echo "POSSIBLE DEBIAN PACKAGING ERROR: patch $${PATCH} not applicable" >> $(CURDIR)/debian/packagingerrors.log ; \ + fi ; \ + done ; \ + fi + + # do some cleanups + find $(CURDIR)/debian -name .xypics -and -exec rm -rf {} \; + + # substitute package version + @set -e ; \ + if [ -e debian/phpgroupware-${UPSTREAM_VERSION}-core-base ] && [ -z $${BUILD_NONDEBIAN} ] ; then \ + sed 's/%%%DEBIAN-VERSION%%%/$(PACKAGE_VERSION) (Debian)/' \ + < debian/phpgroupware-${UPSTREAM_VERSION}-core-base/usr/share/phpgroupware/login.php \ + > debian/phpgroupware-${UPSTREAM_VERSION}-core-base/usr/share/phpgroupware/login.php~ \ + && mv debian/phpgroupware-${UPSTREAM_VERSION}-core-base/usr/share/phpgroupware/login.php~ \ + debian/phpgroupware-${UPSTREAM_VERSION}-core-base/usr/share/phpgroupware/login.php ; \ + fi + # delete some stuff + # $$(echo $${VAR}) to force field splitting with zsh + @set -e ; \ + PACKAGES=$$(awk '/^Package: / { print $$2 }' < debian/control ) ; \ + for APKG in $$(echo $${PACKAGES}) ; do \ + if [ -f debian/$${APKG}.remove ] ; then \ + awk '/^[^#].*$$/ { ORS="\0"; print $$0 }' < debian/$${APKG}.remove | xargs -0ri echo "rm -rf debian/$${APKG}/'{}'" $(ECHO_DEBUG) ; \ + awk '/^[^#].*$$/ { ORS="\0"; print $$0 }' < debian/$${APKG}.remove | xargs -0ri rm -rf debian/$${APKG}/'{}' ; \ + fi ; \ + done + + # remove executable bit from php files + find debian/ -type f -and -perm +111 -and -name \*.php -print0 | xargs -0ri chmod uog-x '{}' + + # Install override file + cp debian/phpgroupware-$(UPSTREAM_VERSION)-email.lintian-overrides $(CURDIR)/debian/phpgroupware-$(UPSTREAM_VERSION)-email/usr/share/lintian/overrides/phpgroupware-$(UPSTREAM_VERSION)-email + + +# Build architecture-independent files here. +# Pass -i to all debhelper commands in this target to reduce clutter. +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installdebconf -i + dh_installdocs -i -X CVS -X LICENSE -X COPYING + dh_installexamples -i -X CVS + dh_installmenu -i + dh_installcron -pphpgroupware-0.9.16-core-base --name=phpgroupware + dh_installcron -pphpgroupware-0.9.16-filemanager --name=phpgroupware-filemanager + dh_installchangelogs -i + dh_link -i + dh_compress -i -X .zargo + dh_fixperms -i + dh_installdeb -i + # delete some stuff as late as possible + @set -e ; \ + PACKAGES=$$(awk '/^Package: / { print $$2 }' < debian/control ) ; \ + for APKG in $${PACKAGES} ; do \ + if [ -f debian/$${APKG}.remove ] ; then \ + awk '/^[^#].*$$/ { ORS="\0"; print $$0 }' < debian/$${APKG}.remove | xargs -0ri echo "rm -rf debian/$${APKG}/'{}'" $(ECHO_DEBUG) ; \ + awk '/^[^#].*$$/ { ORS="\0"; print $$0 }' < debian/$${APKG}.remove | xargs -0ri rm -rf debian/$${APKG}/'{}' ; \ + fi ; \ + done + # remove completely useless and uninformative changelog for policy + # compliance + if [ -e debian/phpgroupware-0.9.16-doc/usr/share/doc/phpgroupware-0.9.16-doc/CHANGELOG ] && [ `md5sum debian/phpgroupware-0.9.16-doc/usr/share/doc/phpgroupware-0.9.16-doc/CHANGELOG | awk '{ print $$1 }'` = bb7f09469c6a1649a3ac6c7caa3ef33b ] ; then rm -f debian/phpgroupware-0.9.16-doc/usr/share/doc/phpgroupware-0.9.16-doc/CHANGELOG ; fi + if [ -e debian/phpgroupware-0.9.16/usr/share/doc/phpgroupware-0.9.16/CHANGELOG.gz ] ; then mv debian/phpgroupware-0.9.16/usr/share/doc/phpgroupware-0.9.16/CHANGELOG.gz debian/phpgroupware-0.9.16/usr/share/doc/phpgroupware-0.9.16/changelog.gz; fi + # why can't we specify two substvar files... + #awk '/^[^#].*$$/ { ORS="\0" ; print "-V" $$0 }' < debian/substvars | xargs -0 dh_gencontrol -i -- + if [ -n "$${BUILD_NONDEBIAN}" ] ; then \ + dh_gencontrol -i -- -Tdebian/substvars -v$(PACKAGE_VERSION)-$(UNOFF_SUFFIX) ; \ + else \ + dh_gencontrol -i -- -Tdebian/substvars ; \ + fi + dh_md5sums -i + dh_builddeb -i + @if [ -e $(CURDIR)/debian/packagingerrors.log ] ; then \ + echo "Possible packaging errors found:" ; \ + echo "(see $(CURDIR)/debian/packagingerrors.log)" ; \ + cat $(CURDIR)/debian/packagingerrors.log ; \ + fi + +binary-arch: + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-phpsysinfo.remove +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-phpsysinfo.remove @@ -0,0 +1 @@ +usr/share/doc/phpgroupware-phpsysinfo/COPYING.gz --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware.README.Debian +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware.README.Debian @@ -0,0 +1,24 @@ +Transition package to phpgroupware-0.9.16-* packages for Debian +--------------------------------------------------------------- + +There is a new packaging for phpGroupware 0.9.16 (versions with epoch +1, i.e. of the form 1:0.9.16.xxx-n) available in packages named with +the phpgroupware-0.9.16 prefix. + +This package is a transition package in order to ease upgrade +phpGroupware installations from epoch 0 packages to epoch 1 packages, +avoiding losing the database contents due to removal of the old +packages. + +Once this transition package has been successfully installed, it may +be safely removed. + +Please note that many packages which were previously available (in +epoch 0) as phpgroupware-APPNAME are no longer packaged in epoch 1 as +phpgroupware-0.9.16-APPNAME (see +/usr/share/doc/phpgroupware-0.9.16/README.Debian for more +details). You should then pay attention when upgrading because these +applications may no longer be available to the users, and may need ACL +changes by the phpgroupware administrator. + +-- Olivier Berger 2008/03/10 --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-email.lintian-overrides +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-email.lintian-overrides @@ -0,0 +1 @@ +phpgroupware-0.9.16-email: extra-license-file usr/share/phpgroupware/email/templates/default/images/noia/noia.license --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-felamimail.remove +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-felamimail.remove @@ -0,0 +1 @@ +usr/share/phpgroupware/felamimail/COPYING --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-core-base.NEWS.Debian +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-core-base.NEWS.Debian @@ -0,0 +1,12 @@ +phpgroupware-0.9.16-core-base (1:0.9.16.012+dfsg-5) unstable; urgency=low + + * phpgroupware epoch 1 packages (starting with 1:0.9.16.012+dfsg-1) are + maintained in Debian with a newer set of packages, with a limited + number of modules compared to previous (epoch 0) packaging. Some of + the modules may no longer be available. Please report wishlist tickets + in Debian's Bug Tracking system to request new packages. You will find + additional details in the README.Debian file of the + phpgroupware-0.9.16 package. + + -- Olivier Berger Fri, 18 Apr 2008 11:29:18 +0200 + --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-core-base.config +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-core-base.config @@ -0,0 +1,261 @@ +#!/bin/bash + +set -e + +. /usr/share/debconf/confmodule + +db_version 2.0 + +if [ -n "$2" ] ; then + if dpkg --compare-versions "$2" le "0.9.14-0.RC1.1" ; then + # Reset the passwords. + db_reset "phpgroupware/header/password" || true + db_reset "phpgroupware/configuration/password" || true + db_reset "phpgroupware/db/user/password" || true + db_reset "phpgroupware/header/password/confirm" || true + db_reset "phpgroupware/configuration/password/confirm" || true + db_reset "phpgroupware/db/user/password/confirm" || true + # Set all of them as unseen. + db_fset "phpgroupware/header/password" "seen" "false" || true + db_fset "phpgroupware/configuration/password" "seen" "false" || true + db_fset "phpgroupware/db/user/password" "seen" "false" || true + db_fset "phpgroupware/header/password/confirm" "seen" "false" || true + db_fset "phpgroupware/configuration/password/confirm" "seen" "false" || true + db_fset "phpgroupware/db/user/password/confirm" "seen" "false" || true + fi +fi + +if [ "$1" = "reconfigure" ] ; then + + # if the file was made out of the template (and not through + # setup/header of phpgroupware) we need to proceed (again in + # case of dpkg-reconfigure) to vars substitution. + # Otherwise, the config file was modified through the + # phpgroupware setup/header (or from previous package) so + # cannot decide to reinit it from debian template + config="/etc/phpgroupware/header.inc.php" + if [ -f $config ]; then + found=$(cat $config | grep 'The Debian maintainer' | wc -l) + if [ $found -gt 0 ]; then + # Rotate old configuration + for i in $(seq 8 -1 0) ; do + if [ -f ${config}.$i ] + then mv ${config}.$i ${config}.$(($i +1)) + fi + done + mv ${config} ${config}.0 + fi + fi +fi + +step=1 +finished="false" +db_capb backup +while ! $finished ; do + skip="false" + password="" + confirm="" + case $step in + 1) # Ask for web server type. + db_input medium "phpgroupware/webserver" || true + next=2 + previous="-1" + ;; + 2) # Prompt user for ``Header Admin'' password. + db_beginblock + db_input critical "phpgroupware/header/password" || true + db_input critical "phpgroupware/header/password/confirm" || true + db_endblock + next=3 + previous=1 + ;; + 3) # Check if passwords match. + db_get "phpgroupware/header/password" + password="$RET" + db_get "phpgroupware/header/password/confirm" + confirm="$RET" + if [ "$password" != "$confirm" ] ; then + # Reset the template used. + db_reset "phpgroupware/header/password" || true + db_fset "phpgroupware/header/password" "seen" "false" || true + db_reset "phpgroupware/header/password/confirm" || true + db_fset "phpgroupware/header/password/confirm" "seen" "false" || true + # Promt the user. + db_input critical "phpgroupware/header/password/mismatch" || true + # Do one step back anyway. + next=2 + previous=2 + else + # Do not prompt, go to the next step. + skip="true" + next=4 + fi + ;; + 4) # Prompt for ``Setup/Config Admin'' password. + db_beginblock + db_input critical "phpgroupware/configuration/password" || true + db_input critical "phpgroupware/configuration/password/confirm" || true + db_endblock + next=5 + previous=2 + ;; + 5) # Check if passwords match. + db_get "phpgroupware/configuration/password" + password="$RET" + db_get "phpgroupware/configuration/password/confirm" + confirm="$RET" + if [ "$password" != "$confirm" ] ; then + # Reset the template used. + db_reset "phpgroupware/configuration/password" || true + db_fset "phpgroupware/configuration/password" "seen" "false" || true + db_reset "phpgroupware/configuration/password/confirm" || true + db_fset "phpgroupware/configuration/password/confirm" "seen" "false" || true + # set warning + db_input critical "phpgroupware/configuration/password/mismatch" || true + # back to prompting + next=4 + previous=4 + else + # no prompting necessary + skip="true" + next=6 + fi + ;; + 6) # Ask wich type of DB phpGroupWare should use. + db_beginblock + db_input critical "phpgroupware/db/type" || true + db_endblock + # Skip previous step. + previous=4 + next=7 + ;; + 7) # Check for the DBMS type user wish to use. + db_get "phpgroupware/db/type" + dbtype=$( echo -n "$RET" | tr '[A-Z]' '[a-z]' ) + if [ $dbtype != "postgresql" -a $dbtype != "mysql" ] ; then + # DB is neither PostgresQL nor MySql + db_input critical "phpgroupware/db/setup/abort" || true + db_set "phpgroupware/db/setup/skip" "true" || true + next=-1 + # TODO: Should unset all db related stuff here + fi + next=8 + previous=6 + ;; + 8) # Ask on wich host the DBMS is installed. + db_input critical "phpgroupware/db/host" || true + previous=6 + next=9 + ;; + 9) # Get the database administrator name and password. + db_get "phpgroupware/db/admin/name" + if [ -z "$RET" ] ; then + db_get "phpgroupware/db/type" + dbadmname="" + case $( echo -n "$RET" | tr '[A-Z]' '[a-z]' ) in + postgresql) dbadmname="postgres" ;; + mysql) dbadmname="root" ;; + esac + if [ -n "$dbadmname" ] ; then + db_set "phpgroupware/db/admin/name" $dbadmname + fi + fi + db_beginblock + db_input critical "phpgroupware/db/admin/name" || true + db_input critical "phpgroupware/db/admin/password" || true + db_endblock + next=10 + previous=8 + ;; + 10) # Ask for DB name. + db_input critical "phpgroupware/db/name" || true + next=11 + previous=9 + ;; + 11) # Get the DBMS account username + db_input critical "phpgroupware/db/user/name" || true + next=12 + previous=10 + ;; + 12) # Get the DBMS account password + db_beginblock + db_input critical "phpgroupware/db/user/password" || true + db_input critical "phpgroupware/db/user/password/confirm" || true + db_endblock + next=13 + previous=11 + ;; + 13) # Check if passwords match. + db_get "phpgroupware/db/user/password" + password="$RET" + db_get "phpgroupware/db/user/password/confirm" + confirm="$RET" + if [ "$password" != "$confirm" ] ; then + # Reset the template used + db_reset "phpgroupware/db/user/password" || true + db_fset "phpgroupware/db/user/password" "seen" "false" || true + db_reset "phpgroupware/db/user/password/confirm" || true + db_fset "phpgroupware/db/user/password/confirm" "seen" "false" || true + # Promt the user + db_input critical "phpgroupware/user/password/mismatch" || true + # Do one step back anyway. + next=12 + previous=12 + else + # Do not prompt, go to the next step. + skip="true" + next=14 + fi + ;; + 14) # Ask for deleting all the database on package purge. + db_input medium "phpgroupware/postrm" || true + next=-1 + previous=12 + ;; + -1) finished="true" + db_beginblock + db_subst "phpgroupware/configuration/note" "site" `hostname -f` + db_input low "phpgroupware/configuration/note" || true + db_endblock + ;; + *) + skip="true" + message="Unknown step #$step." + if [ $step -gt 11 ] || [ $step -le 0 ] ; then + finished="true" + fi + ;; + esac + + if ! $skip ; then + db_title "phpGroupWare" || true + if db_go ; then + step=$next + else + step=$previous + fi + else + step=$next + fi +done + + +# If the config file was modified through the +# phpgroupware setup/header (or from previous package) so +# we cannot decide to reinit it from debian template +# and will warn the user +config="/etc/phpgroupware/header.inc.php" +if [ -f $config ]; then + + found=$(cat $config | grep 'The Debian maintainer' | wc -l) + if [ $found -eq 0 ]; then + + db_input low "phpgroupware/configuration/nooverwritenote" || true + db_go + + fi +fi + +db_stop + +exit 0 --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-preferences.copyright +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-preferences.copyright @@ -0,0 +1,53 @@ +This package was debianized by Olivier Berger + on Fri Feb 22 16:41:48 CET 2008. It is +based on previous Debian packaging for phpGroupware made by Thomas +Viehmann (on Sat, 12 Jul 2003 22:14:43 +0200), and +later maintained by Andrew Mitchell . + +The current Debian maintainers are Olivier Berger + and Christian Bac +. + +It was downloaded from http://download.phpgroupware.org/now and +modified not to contain DFSG non-free documents. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Copyright: + + Most files in phpGroupware source are Copyright 1999, 2000, 2001, + 2002, 2003, 2004 and later by the Free Software Foundation. + Otherwise copyright statements can be found in the respective + files. + +License: + +According to the "doc/LICENSE" file, and headers of source files, this +package contains works licensed under the terms of the GNU General +Public License version 2, or (at your option) any later version : + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in + `/usr/share/common-licenses/GPL-2'. + + +The Debian packaging is (C) 2008, Olivier Berger +, Christian Bac + and is licensed under the GNU General +Public license, see above. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-core-base.phpgroupware.cron.d +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-core-base.phpgroupware.cron.d @@ -0,0 +1,7 @@ +# /etc/cron.d/phpgroupware: crontab fragment for phpgroupware +# This purges session files older than 60 minutes (corresponding to +# session.gc_maxlifetime 3600 in phpgroupware PHP parameters defined +# in phpgroupware's apache.conf) + +# Look for and purge old sessions every 30 minutes +02,32 * * * * root [ -d /var/lib/phpgroupware/sessions ] && find /var/lib/phpgroupware/sessions/ -type f -cmin +60 -print0 | xargs -n 200 -r -0 rm --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-doc.docs.cvs +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-doc.docs.cvs @@ -0,0 +1,2 @@ +debian/changelog.Debian.old +phpgroupware/doc/* --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-phpgwapi-doc.remove +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-phpgwapi-doc.remove @@ -0,0 +1,5 @@ +usr/share/doc/phpgroupware-0.9.16-phpgwapi-doc/phpgroupware.spec +usr/share/doc/phpgroupware-0.9.16-phpgwapi-doc/vim.format +usr/share/doc/phpgroupware-0.9.16-phpgwapi-doc/CHANGELOG +usr/share/doc/phpgroupware-0.9.16-phpgwapi-doc/CHANGELOG.gz +usr/share/doc/phpgroupware-0.9.16-phpgwapi-doc/CREDITS --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-news-admin.remove +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-news-admin.remove @@ -0,0 +1,2 @@ +usr/share/phpgroupware/news_admin/website/ + --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-todo.copyright +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-todo.copyright @@ -0,0 +1,53 @@ +This package was debianized by Olivier Berger + on Fri Feb 22 16:41:48 CET 2008. It is +based on previous Debian packaging for phpGroupware made by Thomas +Viehmann (on Sat, 12 Jul 2003 22:14:43 +0200), and +later maintained by Andrew Mitchell . + +The current Debian maintainers are Olivier Berger + and Christian Bac +. + +It was downloaded from http://download.phpgroupware.org/now and +modified not to contain DFSG non-free documents. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Copyright: + + Most files in phpGroupware source are Copyright 1999, 2000, 2001, + 2002, 2003, 2004 and later by the Free Software Foundation. + Otherwise copyright statements can be found in the respective + files. + +License: + +According to the "doc/LICENSE" file, and headers of source files, this +package contains works licensed under the terms of the GNU General +Public License version 2, or (at your option) any later version : + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in + `/usr/share/common-licenses/GPL-2'. + + +The Debian packaging is (C) 2008, Olivier Berger +, Christian Bac + and is licensed under the GNU General +Public license, see above. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-core-base.links +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-core-base.links @@ -0,0 +1 @@ +etc/phpgroupware/header.inc.php usr/share/phpgroupware/header.inc.php --- phpgroupware-0.9.16.012+dfsg.orig/debian/control.non-debian +++ phpgroupware-0.9.16.012+dfsg/debian/control.non-debian @@ -0,0 +1,422 @@ +Package: phpgroupware-0.9.16-bookmarks +Provides: phpgroupware-bookmarks +Conflicts: phpgroupware-bookmarks +Replaces: phpgroupware-bookmarks +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare bookmark management module + ${description} + . + This phpGroupWare module provides a bookmark management facility. + +Package: phpgroupware-0.9.16-chat +Provides: phpgroupware-chat +Conflicts: phpgroupware-chat +Replaces: phpgroupware-chat +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare chat module + ${description} + . + This phpGroupWare module provides a web based chat system. + +Package: phpgroupware-0.9.16-comic +Provides: phpgroupware-comic +Conflicts: phpgroupware-comic +Replaces: phpgroupware-comic +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare comic strip parser module + ${description} + . + This phpGroupWare module provides a comic strip parser module + inspired by phpcomic (http://sourceforge.net/projects/phpcomic/). + +Package: phpgroupware-0.9.16-dj +Provides: phpgroupware-dj +Conflicts: phpgroupware-dj +Replaces: phpgroupware-dj +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare mp3 database interface module + ${description} + . + This phpGroupWare modules provides a web interface to handle a local + database of mp3 files. + +Package: phpgroupware-0.9.16-eldaptir +Provides: phpgroupware-eldaptir +Conflicts: phpgroupware-eldaptir +Replaces: phpgroupware-eldaptir +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare LDAP tree editor module + ${description} + . + This phpGroupWare module provides facilities to edit LDAP trees in + realtime. + +Package: phpgroupware-0.9.16-felamimail +Provides: phpgroupware-felamimail +Conflicts: phpgroupware-felamimail +Replaces: phpgroupware-felamimail +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare felamimail (Squirrelmail) module + ${description} + . + module provides the Felamimail webmail application for + phpGroupWare. + . + Felamimail is a standards-based webmail package written in PHP. It + is the result of a fork off the popular webmail application + Squirrelmail and has been fully integrated into the phpGroupWare + framework, allowing you to use the phpGroupWare Addressbook and Calendar + from within the webmail application. + . + Felamimail includes built-in pure PHP support for the IMAP and SMTP + protocols, and all pages render in pure HTML 4.0 (with no Javascript) + for maximum compatibility across browsers. It has very few + requirements and is very easy to configure and install. It has all + the functionality you would want from an email client, including + strong MIME support, address books, and folder manipulation. + +Package: phpgroupware-0.9.16-ftp +Provides: phpgroupware-ftp +Conflicts: phpgroupware-ftp +Replaces: phpgroupware-ftp +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare ftp module + ${description} + . + This phpGroupWare module allows users to communicate with the FTP + protocol to view and operate on remote files. + +Package: phpgroupware-0.9.16-headlines +Provides: phpgroupware-headlines +Conflicts: phpgroupware-headlines +Replaces: phpgroupware-headlines +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare headlines catcher module + ${description} + . + This phpGroupWare module let each user to catch the latest web news from + a list of supported sites. + +Package: phpgroupware-0.9.16-hr +Provides: phpgroupware-hr +Conflicts: phpgroupware-hr +Replaces: phpgroupware-hr +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare human resource management module + ${description} + . + This phpGroupWare module provides a browsable user/company directory with + detailed information on each phpGroupWare user or group. + +Package: phpgroupware-0.9.16-img +Provides: phpgroupware-img +Conflicts: phpgroupware-img +Replaces: phpgroupware-img +Architecture: all +Depends: phpgroupware-0.9.16-core-base, php5-gd, imagemagick +Description: phpGroupWare image editor module + ${description} + . + This phpGroupWare module provides an image editor facility. + +Package: phpgroupware-0.9.16-infolog +Provides: phpgroupware-infolog +Conflicts: phpgroupware-infolog +Replaces: phpgroupware-infolog +Architecture: all +Depends: phpgroupware-0.9.16-core-base, phpgroupware-0.9.16-addressbook, phpgroupware-0.9.16-notes, phpgroupware-0.9.16-phonelog +Description: phpGroupWare infolog applcation + ${description} + . + This phpGroupWare module allows to track ongoing and previous support + requests, phone calls, and other customer relations. + +Package: phpgroupware-0.9.16-messenger +Provides: phpgroupware-messenger +Conflicts: phpgroupware-messenger +Replaces: phpgroupware-messenger +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare messenger module + ${description} + . + phpGroupWare application allows messages to be sent between phpGroupWare + users. Features a message inbox, notification upon new messages, Reply-To, + Forward-To, and more. + +Package: phpgroupware-0.9.16-nntp +Provides: phpgroupware-nntp +Conflicts: phpgroupware-nntp +Replaces: phpgroupware-nntp +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare newsgroup reader module + ${description} + . + This phpGroupWare module provides a web based, full featured newsgroup + reader. + +Package: phpgroupware-0.9.16-phonelog +Provides: phpgroupware-phonelog +Conflicts: phpgroupware-phonelog +Replaces: phpgroupware-phonelog +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare phone logging module + ${description} + . + This phpGroupWare module is meant to help you and your coworkers track + incoming calls. You can use it to quickly enter a note for your colleague that + John from company John Incorporated called, and that your colleague needs to + call back urgently, for instance. The module is designed to help you, so + if you only heard the company name and part of the name of the caller, you + can quickly lookup all know contacts for that company. + +Package: phpgroupware-0.9.16-phpsysinfo +Provides: phpgroupware-phpsysinfo +Conflicts: phpgroupware-phpsysinfo +Replaces: phpgroupware-phpsysinfo +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare phpSysInfo module + ${description} + . + phpSysInfo is a PHP script that displays information about the + host being accessed. + . + It will displays things like uptime, lm-sensors readings, CPU, memory, + SCSI, IDE, PCI, ethernet, floppy, and video information. + . + It has support for multiple languages and themes. + +Package: phpgroupware-0.9.16-polls +Provides: phpgroupware-polls +Conflicts: phpgroupware-polls +Replaces: phpgroupware-polls +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare polling module + ${description} + . + This phpGroupWare module provides a simple polling system. + +Package: phpgroupware-0.9.16-projects +Provides: phpgroupware-projects +Conflicts: phpgroupware-projects +Replaces: phpgroupware-projects +Architecture: all +Depends: phpgroupware-0.9.16-core-base, phpgroupware-0.9.16-addressbook +Description: phpGroupWare projects management module + ${description} + . + This phpGroupWare module provides a project workflow tracker. + +Package: phpgroupware-0.9.16-registration +Provides: phpgroupware-registration +Conflicts: phpgroupware-registration +Replaces: phpgroupware-registration +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare registration module + ${description} + . + This phpGroupWare module allows users to create phpGroupWare accounts + through a web interface. Site administrators can decide what pieces of + information are requested and if each is required or not. + +Package: phpgroupware-0.9.16-skel +Provides: phpgroupware-skel +Conflicts: phpgroupware-skel +Replaces: phpgroupware-skel +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare skeleton module + ${description} + . + This phpGroupWare module provide a base skeleton as starting point to + create other phpGroupWare modules. + +Package: phpgroupware-0.9.16-soap +Provides: phpgroupware-soap +Conflicts: phpgroupware-soap +Replaces: phpgroupware-soap +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare SOAP module + ${description} + . + This phpGroupWare module provides SOAP client, server and some testing + scripts. + +Package: phpgroupware-0.9.16-stocks +Provides: phpgroupware-stocks +Conflicts: phpgroupware-stocks +Replaces: phpgroupware-stocks +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare stock management module + ${description} + . + This phpGroupWare module provides a stock management system. + +Package: phpgroupware-0.9.16-xmlrpc +Provides: phpgroupware-xmlrpc +Conflicts: phpgroupware-xmlrpc +Replaces: phpgroupware-xmlrpc +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare XMLRPC module + ${description} + . + This phpGroupWare module provides an XMLRPC client and server. + +Package: phpgroupware-0.9.16-developer-tools +Provides: phpgroupware-developer-tools +Conflicts: phpgroupware-developer-tools +Replaces: phpgroupware-developer-tools +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare developer tools + ${description} + . + This phpGroupWare module provides tools for phpGroupWare developers + and translators. Includes a management interface to the language files. + +Package: phpgroupware-0.9.16-sitemgr +Provides: phpgroupware-sitemgr +Conflicts: phpgroupware-sitemgr +Replaces: phpgroupware-sitemgr +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare web content manager + ${description} + . + This module provides a web content manager within the phpGroupWare framework. + +Package: phpgroupware-0.9.16-etemplate +Provides: phpgroupware-etemplate +Conflicts: phpgroupware-etemplate +Replaces: phpgroupware-etemplate +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare etemplate module + ${description} + . + This phpGroupWare module provides a template and dialog editor for + phpGroupWare. + +Package: phpgroupware-0.9.16-folders +Provides: phpgroupware-folders +Conflicts: phpgroupware-folders +Replaces: phpgroupware-folders +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare folders module + ${description} + . + This phpGroupWare module provides a folder tree display of the categories + defined in phpGroupWare. + +Package: phpgroupware-0.9.16-fudforum +Provides: phpgroupware-fudforum +Conflicts: phpgroupware-fudforum +Replaces: phpgroupware-fudforum +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare fudforum module + ${description} + . + This phpGroupWare module provides a web based user forum interface. + +Package: phpgroupware-0.9.16-phpbrain +Provides: phpgroupware-phpbrain +Conflicts: phpgroupware-phpbrain +Replaces: phpgroupware-phpbrain +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare phpbrain module + ${description} + . + This phpGroupWare module provides a knowledge base system, based in part + on phpBrain. + +Package: phpgroupware-0.9.16-qmailldap +Provides: phpgroupware-qmailldap +Conflicts: phpgroupware-qmailldap +Replaces: phpgroupware-qmailldap +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare qmailldap module + ${description} + . + This module provides an interface to manage qmail accounts stored in an + LDAP repository. + +Package: phpgroupware-0.9.16-tts +Provides: phpgroupware-tts +Conflicts: phpgroupware-tts +Replaces: phpgroupware-tts +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare tts module + ${description} + . + This phpGroupWare module provides a simple trouble ticket system. + +Package: phpgroupware-0.9.16-wiki +Provides: phpgroupware-wiki +Conflicts: phpgroupware-wiki +Replaces: phpgroupware-wiki +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare wiki module + ${description} + . + This phpGroupWare module provides a wiki web application. + A wiki web is a dynamic website which can be collaboratively edited by a + group or the general public. A history of the changes is also kept. + +Package: phpgroupware-0.9.16-javassh +Provides: phpgroupware-javassh +Conflicts: phpgroupware-javassh +Replaces: phpgroupware-javassh +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare javassh module + ${description} + . + This phpGroupWare module provides an ssh shell as a java applet. + +Package: phpgroupware-0.9.16-chora +Provides: phpgroupware-chora +Conflicts: phpgroupware-chora +Replaces: phpgroupware-chora +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare CVS interface module + ${description} + . + This phpGroupWare module provides a web interface to a CVS repository. + . + (Note: This depends on chora, which is not yet packaged for Debian and + needs to be obtained seperately from .) + +Package: phpgroupware-0.9.16-forum +Provides: phpgroupware-forum +Conflicts: phpgroupware-forum +Replaces: phpgroupware-forum +Architecture: all +Depends: phpgroupware-0.9.16-core-base +Description: phpGroupWare forum module + ${description} + . + This phpGroupWare module provides a web based forum system. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-phpgwapi-doc.copyright +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-phpgwapi-doc.copyright @@ -0,0 +1,98 @@ +This package was debianized by Olivier Berger + on Fri Mar 14 17:08:34 CET 2008. It is +based on previous Debian packaging for phpGroupware made by Thomas +Viehmann (on Sat, 12 Jul 2003 22:14:43 +0200), and +later maintained by Andrew Mitchell . + +The current Debian maintainers are Olivier Berger + and Christian Bac +. + +The source package was downloaded from +http://download.phpgroupware.org/now and modified not to contain DFSG +non-free documents. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Copyright: + + Most files in phpGroupware source are Copyright 1999, 2000, 2001, + 2002, 2003, 2004 and later by the Free Software Foundation. + Otherwise copyright statements can be found in the respective + files. + +Licenses: + + According to the "phpgwapi/doc/LICENSE" file, this package contains + works licensed under the terms of : + + * the GNU General Public License version 2, or (at your option) any + later version + + * the GNU Lesser General Public License version 2.1 or (at your + option) any later version + + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in + `/usr/share/common-licenses/GPL-2'. + + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian systems, the complete text of the GNU Lesser General + Public License version 2.1 can be found in + '/usr/share/common-licenses/LGPL-2.1'. + + +In addition documentation in +"/usr/share/doc/phpgroupware-0.9.16-phpgwapi-doc/" (in subdirectories +"classes/", "db-schema/" and "vfs/" and files "index.*") is licensed +under the terms of the GNU Free Documentation License, version 1.2, +without invariant sections + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + + On Debian systems, the complete text of the GNU Free Documentation + License, version 1.2 can be found in + '/usr/share/common-licenses/GFDL-1.2'. + + + +The Debian packaging is (C) 2008, Olivier Berger +, Christian Bac + and is licensed under the GNU General +Public license, see above. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-doc.remove +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-doc.remove @@ -0,0 +1,3 @@ +usr/share/doc/phpgroupware-0.9.16-doc/rpm-build +usr/share/doc/phpgroupware-0.9.16-doc/en_US/sgml +usr/share/doc/phpgroupware-0.9.16-doc/Makefile --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-core-base.install.release +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-core-base.install.release @@ -0,0 +1,2 @@ +debian/etc/apache.conf /etc/phpgroupware/ +*.php header.inc.php.template /usr/share/phpgroupware/ --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-doc.copyright +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-doc.copyright @@ -0,0 +1,71 @@ +This package was debianized by Olivier Berger + on Fri Mar 14 17:08:34 CET 2008. It is +based on previous Debian packaging for phpGroupware made by Thomas +Viehmann (on Sat, 12 Jul 2003 22:14:43 +0200), and +later maintained by Andrew Mitchell . + +The current Debian maintainers are Olivier Berger + and Christian Bac +. + +The source package was downloaded from +http://download.phpgroupware.org/now and modified not to contain DFSG +non-free documents. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Copyright: + + Most files in phpGroupware source are Copyright 1999, 2000, 2001, + 2002, 2003, 2004 and later by the Free Software Foundation. + Otherwise copyright statements can be found in the respective + files. + +Licenses: + + According to the "doc/LICENSE" file, this package contains works + licensed under the terms of the GNU General Public License version 2, + or (at your option) any later version. + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in + `/usr/share/common-licenses/GPL-2'. + + +In addition documentation in +"/usr/share/doc/phpgroupware-0.9.16-doc/install/" is licensed under +the terms of the GNU Free Documentation License, version 1.2, without +invariant sections + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + + On Debian systems, the complete text of the GNU Free Documentation + License, version 1.2 can be found in + '/usr/share/common-licenses/GFDL-1.2'. + + +The Debian packaging is (C) 2008, Olivier Berger +, Christian Bac + and is licensed under the GNU General +Public license, see above. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-filemanager.dirs +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-filemanager.dirs @@ -0,0 +1 @@ +var/lib/phpgroupware/uploaded --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-phpgwapi.docs +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-phpgwapi.docs @@ -0,0 +1,3 @@ +phpgwapi/doc/CHANGELOG +phpgwapi/doc/CREDITS + --- phpgroupware-0.9.16.012+dfsg.orig/debian/copyright +++ phpgroupware-0.9.16.012+dfsg/debian/copyright @@ -0,0 +1,78 @@ +This package was debianized by Olivier Berger + on Fri Feb 22 16:41:48 CET 2008. It is +based on previous Debian packaging for phpGroupware made by Thomas +Viehmann (on Sat, 12 Jul 2003 22:14:43 +0200), and +later maintained by Andrew Mitchell . + +The current Debian maintainers are Olivier Berger + and Christian Bac +. + +It was downloaded from http://download.phpgroupware.org/now and +modified not to contain DFSG non-free documents. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Copyright: + + Most files in phpGroupware source are Copyright 1999, 2000, 2001, + 2002, 2003, 2004 and later by the Free Software Foundation. + Otherwise copyright statements can be found in the respective + files. + +Licenses: + +According to the "doc/LICENSE" file, and headers of source files, this +package contains works licensed under the terms of : + + * the GNU General Public License version 2, or (at your option) any + later version + + * the GNU Lesser General Public License version 2.1 or (at your + option) any later version + + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in + `/usr/share/common-licenses/GPL-2'. + + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian systems, the complete text of the GNU Lesser General + Public License version 2.1 can be found in + '/usr/share/common-licenses/LGPL-2.1'. + + +The Debian packaging is (C) 2008, Olivier Berger +, Christian Bac + and is licensed under the GNU General +Public license, see above. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-javassh.remove +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-javassh.remove @@ -0,0 +1 @@ +usr/share/phpgroupware/javassh/applet/src/ --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-calendar.postinst +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-calendar.postinst @@ -0,0 +1,46 @@ +#!/bin/bash +# postinst script for phpgroupware +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see /usr/share/doc/packaging-manual/ + +case "$1" in + configure) + if [ "$2" != "" ] && dpkg --compare-versions $2 le 0.9.14.007 ; then + echo "Renaming holiday files to include extenstion txt..." + if [ -d /usr/share/phpgroupware/calendar/setup/ ] ; then + find /usr/share/phpgroupware/calendar/setup/ \ + -name 'holiday*' -and -not -name 'holiday*.txt' \ + -and -exec mv '{}' '{}.txt' ';' + fi + fi + + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +#DEBHELPER# + +# no debconf here +# db_stop + +exit 0 --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-phpgwapi.README.Debian +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-phpgwapi.README.Debian @@ -0,0 +1,7 @@ +Debian package for phpgwapi for phpGroupware 0.9.16 + +Original documentation (mostly oriented to developers) is available in +package phpgroupware-0.9.16-phpgwapi-doc (which will be installed in +/usr/share/doc/phpgroupware-0.9.16-phpgwapi-doc, then). + +-- Olivier Berger --- phpgroupware-0.9.16.012+dfsg.orig/debian/create-header-from-template.sh +++ phpgroupware-0.9.16.012+dfsg/debian/create-header-from-template.sh @@ -0,0 +1,52 @@ +#! /bin/bash + +############################################################ +# +# Script to create the Debian header.inc.php.template out of the +# upstream header.inc.php.template. +# +# This script will set generic default values fixed for the Debian +# package, and let only the last variabless which will be customized +# by the postinst with debconf values. The script is meant to be used +# at package generation time, to keep minimum operations in postinst. +# +# This script somehow replicates what's done in phpGroupware's setup +# module in the upstream install/config process. +# +# Copyright Olivier BERGER, published under the GNU GPL as the rest of +# the Debian package elements. +# +############################################################ + +template=$1 + +# create config file in several steps + +# sed script for var substitution : defaults chose for the Debian packages +varscript="s#{SERVER_ROOT}\|{INCLUDE_ROOT}#/usr/share/phpgroupware/#g;s#{DOMAIN_SELECTBOX}\|{DOMAIN_FROM_HOST}\|{DB_PERSISTENT}\|{ENABLE_MCRYPT}#False#g;s#{SESSIONS_TYPE}#php4#g;s#{MCRYPT_VERSION}\|{MCRYPT_IV}#none#g;s#{DB_DOMAIN}#default#g" + +# grab the domain template +domaintemplate=$(sed -n "//,//{ s/.*//;s///;${varscript};s/\$/\\\/;p }" < $template) + +# now do the config file +# we add also the comments to warn the user against edition of this template file +sed " +//,//{ s/.*//p;s/.*//p +d } +s/!!!!!!! EDIT THESE LINES !!!!!!!!/!!!!!!! DON'T EDIT THIS FILE\n\ + * IT DEFINES A TEMPLATE FILE WITH DEBIAN SPECIFIC SETTINGS\n\ + * :: \n\ + * :: THE TEMPLATE VARS BELLOW ENCLOSED BETWEEN \'\{\' AND \'\}\'\n\ + * WILL BE PATCHED BY POSTINST UPON PACKAGE CONFIGURATION\n\ + * \(for instance with : dpkg-reconfigure phpgroupware-0.9.16-core-base\)\n\ + * :: \n\ + * :: THE RESULTING FILE WILL BE WRITTEN TO \/etc\/phpgroupware\/headers.inc.php \n\ + * -- The Debian maintainer, THANKS !!!!!!\n/ +/{domains}/{s/{domains}//;a\ +${domaintemplate} + +} +${varscript} +" < $template + + --- phpgroupware-0.9.16.012+dfsg.orig/debian/CREDITS +++ phpgroupware-0.9.16.012+dfsg/debian/CREDITS @@ -0,0 +1,7 @@ + +See the original CREDITS file, shipped in package +'phpgroupware-0.9.16-phpgwapi', for a list of authors and contributors +to the phpGroupware project (found at +'/usr/share/doc/phpgroupware-0.9.16-phpgwapi/CREDITS.gz'). + +-- Olivier Berger --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-core-base.README.Debian +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-core-base.README.Debian @@ -0,0 +1,160 @@ +Base modules for the core phpGroupWare "applications" for Debian +---------------------------------------------------------------- + +This package contains and depends on the "base" libraries and modules +(phpgwapi, setup, admin, preferences) needed to operate the core of +phpGroupware 0.9.16. + +See /usr/share/doc/phpgroupware-0.9.16/README.Debian for details on +what packages selection was identified as the "core of phpGroupware +0.9.16". + + +More generally, you should check +/usr/share/doc/phpgroupware-0.9.16/README.Debian for details on the +(new) packaging of phpGroupware 0.9.16, in epoch 1 (i.e. versions of +the packages in the form 1:0.9.16.xxx-n). + + + +Also, please see the original (upstream) phpGroupware documentation which is +available in the 'phpgroupware-0.9.16-doc' package. + + + +(AUTO-)CONFIGURING 'header.inc.php' PARAMETERS +============================================== + +In standard phpGroupware, most configuration of the various parameters +(such as directory paths, connectivity to the database server +parameters and passwords, admin password, session type, etc.) can be +done through a web interface available at +http://localhost/phpgroupware/setup/, under the "Header Admin Login" +login form. + +This will allow the generation of a 'header.inc.php' file (located in +'/etc/phpgroupware/header.inc.php'), that will be included by all the +other phpGroupware PHP scripts. + +Auto-configuration by the debian package +---------------------------------------- +To avoid common configuration mistakes, the configuration and +installation scripts of this Debian package will try to generate an +appropriate header.inc.php for you, generated out of a template file +in which the debconf-input values will be substituted. + +The template file is located in +'/etc/phpgroupware/header.inc.php.debian-template' and presets most +configuration values with suitable defaults chosen by the Debian +maintainer. + +Upon installation or reconfiguration (with "dpkg-reconfigure +phpgroupware-0.9.16-core-base") of this package, the values input by +the user in the configuration dialogs will be used to regenerate the +header.inc.php out of the template file. + +Manual configuration using phpGroupware Setup/Header interface +-------------------------------------------------------------- +However, it is still possible to use the standard phpGroupware "Header +Admin" dialogs to manually regenerate all parameters of the +header.inc.php, for specific needs not covered by the Debian package +configuration generic setup. + +Note that in such situations, the original phpGroupware template file +(in /usr/share/phpgroupware/header.inc.php.template) is used for +reconfiguring, reusing previous values for the settings. + +In such case, note that as /etc/phpgroupware/header.inc.php will be +overwritten by the phpGroupware dialogs, it will no longer be +modifiable by the Debian package scripts, to avoid destroying your +custom changes. + +Reverting to automatic configuration +------------------------------------ +Should you wish to revert to Debian package's generic settings, +managed according to debconf values, and updated on package +reconfiguration, you may apply the following procedure (as root) : + + # cp /etc/phpgroupware/header.inc.php /etc/phpgroupware/header.inc.php.custom-saved + # cp /etc/phpgroupware/header.inc.php.debian-template /etc/phpgroupware/header.inc.php + # dpkg-reconfigure phpgroupware-0.9.16-core-base + +Note that this procedure also applies for users upgrading from +previous packages which didn't implement this new configuration +template system. + + +RUNNING PHPGROUPWARE WITH PHP5-CGI +================================== + +phpGroupware 0.9.16 recommended setup is with the PHP5 apache module +(libapache2-mod-php5), but you may try it with the PHP5 CGI package +(php5-cgi). + +You should then refer to instructions in +/usr/share/doc/php5-cgi/README.Debian (section "php5-cgi and apache2") +if you want to execute in CGI mode with apache 2. + + +PHP SESSION FILES HANDLING +========================== + +phpGroupware will use the PHP4/5 session files by default (sessions +expire after an hour). These session files are read by the code which +displays the "Admin / View sessions" dialog, so they must be kept +readable by the web server. +In Debian, by default, PHP5 session files are stored in a shared +"unbrowsable" (for security reasons) directory for all PHP5 apps +running on the same server. +As we need to browse the sessions directory contents from phpGroupware +code, these session files must then be stored separately, in +/var/lib/phpgroupware/sessions, and a crontab is installed in +/etc/cron.d/phpgroupware which will periodically remove old session +files. + + +OLD MAINTAINER INSTRUCTIONS +=========================== + +I have kept some information bellow, which may not be relevant +anymore. Feel free to suggest improvements. + +CONFIGURATION INSTRUCTIONS +-------------------------- +Please log in to the web based phpGroupWare setup after installing or +upgrading the phpgroupware packages. + +The URL is the usually of the form +. + +Additionally, note that for most phpGroupware "applications" you need +to grant permission to the phpGroupware users (including +administrators) via the "edit user" page, before anyone can see the +application. This is the case even if the application has an ACL +system of its own. + + +In case you are using PostgreSQL, you need to allow php-pgsql to access the +database by editing your pg_hba.conf to permit password-authenticated +tcp connections. + +If upgrading, you will likely also need to do the above. +Note that previous versions of this package handled the MySQL grants +incorrectly. You may have to do this manually if you haven't already, +but I'd rather not mess with your user privileges. +(i.e. do + GRANT ALL ON phpgroupware TO phpgroupware; FLUSH PRIVILEGES; +). +Also note that there may be complications due to apache switching +from monolithic config file to conf.d. phpgroupware does it's best detecting +what to do, but you may have to look into restarting apache by hand if +things don't work as expected. + +The javassh module is not in the Debian distribution. The reason for +this is lack of java build support in main in combination with the requirement +that Debian packages are required to be built from source. It is expected that +the phpgroupware.org web site will carry Debian packages including javassh. +The chora module also is disabled due to a dependency on chora (from +), not satisfiable in Debian (RFP filed). + + -- Olivier Berger , Wed, 4 Jun 2008 09:27:09 +0200 --- phpgroupware-0.9.16.012+dfsg.orig/debian/control.full +++ phpgroupware-0.9.16.012+dfsg/debian/control.full @@ -0,0 +1,470 @@ +Source: phpgroupware +Section: web +Priority: optional +Maintainer: Olivier Berger +Uploaders: Christian Bac +Build-Depends: debhelper (>= 5), po-debconf +Standards-Version: 3.7.2 + +Package: phpgroupware +Depends: phpgroupware-0.9.16 +Description: Web based groupware system written in PHP + ${description} + . + This package always depends on the most up-to-date version of phpgroupware + +Package: phpgroupware-0.9.16 +Architecture: all +Depends: phpgroupware-core +Provides: phpgroupware +Description: Web based groupware system written in PHP + ${description} + . + Other modules are shipped separately in other packages named + "phpgroupware-". + . + This is version 0.9.16 of phpgroupware + +Package: phpgroupware-core-base +Architecture: all +Depends: apache2 | apache | httpd, + php5 | php5-cgi | libapache2-mod-php5, + php5-pgsql | php5-mysql, + phpgroupware-phpgwapi (>= ${source:Version}), + phpgroupware-setup (>= ${source:Version}), + phpgroupware-admin (>= ${source:Version}), + phpgroupware-preferences (>= ${source:Version}), + wwwconfig-common (>= 0.0.34), + mysql-client | postgresql-client, ${misc:Depends} +Recommends: php5-ldap +Suggests: slapd | ldap-server, postgresql | mysql-server, libdbi-perl, phpgroupware +Provides: phpgroupware-core-doc +Conflicts: phpgroupware-core-doc, phpgroupware-doc, phpgroupware-unstable-apps, phpgroupware-transy +Replaces: phpgroupware-core-doc +Description: Base components of the phpGroupware application server + ${description} + . + This is only the core components needed to setup an application + server which runs phpGroupware apps. + +Package: phpgroupware-core +Architecture: all +Depends: phpgroupware-core-base, + php5-imap, ${misc:Depends} +Recommends: phpgroupware-addressbook, phpgroupware-calendar, phpgroupware-email, phpgroupware-todo, phpgroupware-notes, phpgroupware-filemanager +Suggests: courier-imap | imap-server, phpgroupware-manual +Description: Core applications of a groupware system based on phpGroupware + ${description} + . + This is historical groupware apps of the phpGroupware project : ... + . + Other modules are shipped separately in other packages named + "phpgroupware-". + +Package: phpgroupware-addressbook +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare addressbook management module + ${description} + . + This phpGroupWare module provides a searchable addressbook with vCard + support. + +Package: phpgroupware-admin +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare administration module + ${description} + . + This phpGroupWare module provide the administration facilities for + phpGroupWare (add and remove groups, users, modules, session handling + etc.). + +Package: phpgroupware-bookmarks +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare bookmark management module + ${description} + . + This phpGroupWare module provides a bookmark management facility. + +Package: phpgroupware-calendar +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare calendar management module + ${description} + . + This phpGroupWare module provides a calendar scheduling module with + alerts for high priority events. + +Package: phpgroupware-chat +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare chat module + ${description} + . + This phpGroupWare module provides a web based chat system. + +Package: phpgroupware-comic +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare comic strip parser module + ${description} + . + This phpGroupWare module provides a comic strip parser module + inspired by phpcomic (http://sourceforge.net/projects/phpcomic/). + +Package: phpgroupware-dj +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare mp3 database interface module + ${description} + . + This phpGroupWare modules provides a web interface to handle a local + database of mp3 files. + +Package: phpgroupware-eldaptir +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare LDAP tree editor module + ${description} + . + This phpGroupWare module provides facilities to edit LDAP trees in + realtime. + +Package: phpgroupware-email +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare E-Mail client module + ${description} + . + This phpGroupWare module provides a full featured, web based E-Mail + client. + +Package: phpgroupware-felamimail +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare felamimail (Squirrelmail) module + ${description} + . + module provides the Felamimail webmail application for + phpGroupWare. + . + Felamimail is a standards-based webmail package written in PHP. It + is the result of a fork off the popular webmail application + Squirrelmail and has been fully integrated into the phpGroupWare + framework, allowing you to use the phpGroupWare Addressbook and Calendar + from within the webmail application. + . + Felamimail includes built-in pure PHP support for the IMAP and SMTP + protocols, and all pages render in pure HTML 4.0 (with no Javascript) + for maximum compatibility across browsers. It has very few + requirements and is very easy to configure and install. It has all + the functionality you would want from an email client, including + strong MIME support, address books, and folder manipulation. + +Package: phpgroupware-ftp +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare ftp module + ${description} + . + This phpGroupWare module allows users to communicate with the FTP + protocol to view and operate on remote files. + +Package: phpgroupware-headlines +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare headlines catcher module + ${description} + . + This phpGroupWare module let each user to catch the latest web news from + a list of supported sites. + +Package: phpgroupware-hr +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare human resource management module + ${description} + . + This phpGroupWare module provides a browsable user/company directory with + detailed information on each phpGroupWare user or group. + +Package: phpgroupware-img +Architecture: all +Depends: phpgroupware (>= 0.9.16), php5-gd, imagemagick +Description: phpGroupWare image editor module + ${description} + . + This phpGroupWare module provides an image editor facility. + +Package: phpgroupware-infolog +Architecture: all +Depends: phpgroupware (>= 0.9.16), phpgroupware-addressbook, phpgroupware-notes, phpgroupware-phonelog +Description: phpGroupWare infolog applcation + ${description} + . + This phpGroupWare module allows to track ongoing and previous support + requests, phone calls, and other customer relations. + +Package: phpgroupware-manual +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare on-line manual module + ${description} + . + This phpGroupWare module provides the on-line manual system. + +Package: phpgroupware-messenger +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare messenger module + ${description} + . + phpGroupWare application allows messages to be sent between phpGroupWare + users. Features a message inbox, notification upon new messages, Reply-To, + Forward-To, and more. + +Package: phpgroupware-nntp +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare newsgroup reader module + ${description} + . + This phpGroupWare module provides a web based, full featured newsgroup + reader. + +Package: phpgroupware-notes +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare notes management module + ${description} + . + This phpGroupWare module provides a simple web based note system. + +Package: phpgroupware-phonelog +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare phone logging module + ${description} + . + This phpGroupWare module is meant to help you and your coworkers track + incoming calls. You can use it to quickly enter a note for your colleague that + John from company John Incorporated called, and that your colleague needs to + call back urgently, for instance. The module is designed to help you, so + if you only heard the company name and part of the name of the caller, you + can quickly lookup all know contacts for that company. + +Package: phpgroupware-phpgwapi +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Provides: phpgroupware-api-doc, phpgroupware-api +Conflicts: phpgroupware-api-doc, phpgroupware-api +Replaces: phpgroupware-api-doc, phpgroupware-api +Description: library of common phpGroupWare functions + ${description} + . + This package provides php include files (libraries) to develop phpGroupWare + modules. The phpGroupWare API handles session management, user/group + management, has support for multiple databases, using the PHPLIB database + abstraction method, we support templates using the PHPLIB Templates class, a + file system interface, and even a network i/o interface. + . + On top of these standard functions, phpGroupWare provides several functions to + give you the information you need about the users environment, and to properly + plug into phpGroupWare. + +Package: phpgroupware-phpsysinfo +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare phpSysInfo module + ${description} + . + phpSysInfo is a PHP script that displays information about the + host being accessed. + . + It will displays things like uptime, lm-sensors readings, CPU, memory, + SCSI, IDE, PCI, ethernet, floppy, and video information. + . + It has support for multiple languages and themes. + +Package: phpgroupware-polls +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare polling module + ${description} + . + This phpGroupWare module provides a simple polling system. + +Package: phpgroupware-preferences +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare preferences management module + ${description} + . + This phpGroupWare module provides the user preferences management system. + +Package: phpgroupware-projects +Architecture: all +Depends: phpgroupware (>= 0.9.16), phpgroupware-addressbook (>= 0.9.16) +Description: phpGroupWare projects management module + ${description} + . + This phpGroupWare module provides a project workflow tracker. + +Package: phpgroupware-registration +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare registration module + ${description} + . + This phpGroupWare module allows users to create phpGroupWare accounts + through a web interface. Site administrators can decide what pieces of + information are requested and if each is required or not. + +Package: phpgroupware-setup +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare setup III module + ${description} + . + This phpGroupWare module allows the system administrators to manage the + whole set of modules. + +Package: phpgroupware-skel +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare skeleton module + ${description} + . + This phpGroupWare module provide a base skeleton as starting point to + create other phpGroupWare modules. + +Package: phpgroupware-soap +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare SOAP module + ${description} + . + This phpGroupWare module provides SOAP client, server and some testing + scripts. + +Package: phpgroupware-stocks +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare stock management module + ${description} + . + This phpGroupWare module provides a stock management system. + +Package: phpgroupware-todo +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare todo list management module + ${description} + . + This phpGroupWare module provides a todo list management system. + +Package: phpgroupware-xmlrpc +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare XMLRPC module + ${description} + . + This phpGroupWare module provides an XMLRPC client and server. + +Package: phpgroupware-developer-tools +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare developer tools + ${description} + . + This phpGroupWare module provides tools for phpGroupWare developers + and translators. Includes a management interface to the language files. + +Package: phpgroupware-news-admin +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare news administration interface + ${description} + . + This phpGroupWare module provides an interface to handle a simple web + based news system. + +Package: phpgroupware-sitemgr +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare web content manager + ${description} + . + This module provides a web content manager within the phpGroupWare framework. + +Package: phpgroupware-etemplate +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare etemplate module + ${description} + . + This phpGroupWare module provides a template and dialog editor for + phpGroupWare. + +Package: phpgroupware-filemanager +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare filemanager module + ${description} + . + This phpGroupWare module provides a web based manager for user files. + +Package: phpgroupware-folders +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare folders module + ${description} + . + This phpGroupWare module provides a folder tree display of the categories + defined in phpGroupWare. + +Package: phpgroupware-fudforum +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare fudforum module + ${description} + . + This phpGroupWare module provides a web based user forum interface. + +Package: phpgroupware-phpbrain +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare phpbrain module + ${description} + . + This phpGroupWare module provides a knowledge base system, based in part + on phpBrain. + +Package: phpgroupware-qmailldap +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare qmailldap module + ${description} + . + This module provides an interface to manage qmail accounts stored in an + LDAP repository. + +Package: phpgroupware-tts +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare tts module + ${description} + . + This phpGroupWare module provides a simple trouble ticket system. + +Package: phpgroupware-wiki +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare wiki module + ${description} + . + This phpGroupWare module provides a wiki web application. + A wiki web is a dynamic website which can be collaboratively edited by a + group or the general public. A history of the changes is also kept. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-doc.README.Debian +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-doc.README.Debian @@ -0,0 +1,9 @@ +Upstream documentation package for phpGroupware 0.9.16 +------------------------------------------------------ + +This package contains the documentation for phpGroupware-0.9.16 +provided in upstream sources. + +Much of it is probably rather outdated unfortunately. + +-- Olivier Berger --- phpgroupware-0.9.16.012+dfsg.orig/debian/source.lintian-overrides +++ phpgroupware-0.9.16.012+dfsg/debian/source.lintian-overrides @@ -0,0 +1 @@ +phpgroupware source: source-contains-CVS-dir --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-filemanager.postinst +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-filemanager.postinst @@ -0,0 +1,37 @@ +#!/bin/sh +# postinst script for phpgroupware-0.9.16-filemanager +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see /usr/share/doc/packaging-manual/ + +case "$1" in + configure) + + chown -R www-data:www-data /var/lib/phpgroupware/uploaded/ + chmod -R o-rwx /var/lib/phpgroupware/uploaded/ + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +#DEBHELPER# + +exit 0 --- phpgroupware-0.9.16.012+dfsg.orig/debian/changelog +++ phpgroupware-0.9.16.012+dfsg/debian/changelog @@ -0,0 +1,124 @@ +phpgroupware (1:0.9.16.012+dfsg-10) unstable; urgency=low + + * Change policy to standard version 3.8.3 + * Remove lintian warning about debhelp build-depends + * Fix changelog entries for -9 bellow. Change references to CVEs + + -- Christian Bac Fri, 22 Jan 2010 09:21:31 +0100 + +phpgroupware (1:0.9.16.012+dfsg-9) unstable; urgency=low + + * Fix cross site scripting, data exhibition (SA35519) : add Security + patch from upstream in addressbook taken from svn rev. 19117 + (upstream-security-20090722.diff) CVE-2009-4414, CVE-2009-44-15, CVE-2009-44-16 + * Fix remote shell command execution in class.phpmailer.php + (CVE-2007-3215), even though it should only be used inside felamimail, + in the case someone would regenerate unofficial package (see #504255). + * Updated debconf templates translations: + . cs (Closes: #546412). + . es (Closes: #531944). + . vi (Closes: #513787). + * Added debconf templates translations: ru (Closes: #537365). + * Remove lintian warnings + + -- Christian Bac Tue, 29 Sep 2009 08:55:41 +0200 + +phpgroupware (1:0.9.16.012+dfsg-8) unstable; urgency=low + + * Updated debconf templates translations: + . pt, thanks to Traduz - Portuguese Translation Team (Closes: + #488545). + . Czech, thanks to Miroslav Kure (Closes: #495086). + . Japanese, thanks to Hideki Yamane (Closes: #495366). + * Added new Swedish debconf template translation, thanks to Martin Ã…gren + (Closes: #492911). + + -- Olivier Berger Sun, 17 Aug 2008 10:15:47 +0200 + +phpgroupware (1:0.9.16.012+dfsg-7) unstable; urgency=medium + + * Again, fixing "phpgroupware-filemanager: Zero file size in upload." + (Closes: #486221), using php_admin_value for upload_tmp_dir, this + time. Also try and restart apache to take php configuration change + into account. + + -- Olivier Berger Sat, 21 Jun 2008 09:01:32 +0200 + +phpgroupware (1:0.9.16.012+dfsg-6) unstable; urgency=medium + + * Bug fix: "phpgroupware-filemanager: Zero file size in upload." + (Closes: #486221). + * Removed php4 conf settings from apache.conf as there's no more php4 in + lenny (and phpGroupware already depends on php5) + + -- Olivier Berger Mon, 16 Jun 2008 18:12:58 +0200 + +phpgroupware (1:0.9.16.012+dfsg-5) unstable; urgency=low + + * Adding support for building unofficial packages for all phpGroupware + modules (see README.Debian in phpgroupware-0.9.16) + * Bug fix: "phpgroupware : [INTL:pt] Updated Portuguese translation for + debconf messages", thanks to Traduz - Portuguese Translation Team + (Closes: #478352). + * Bug fix: "phpgroupware: [INTL:de] updated German debconf translation", + thanks to Helge Kreutzmann (Closes: #479199). + * Bug fix: "[INTL:gl] Galician debconf template translation for + phpgroupware", thanks to Jacobo Tarrio (Closes: #480980). + * Fix fill-up of /var/lib/phpgroupware/sessions, purging session files + (Closes: #479905). + * Fix session files mising in Admin / View sessions (Closes: #483173). + + -- Olivier Berger Wed, 04 Jun 2008 09:29:01 +0200 + +phpgroupware (1:0.9.16.012+dfsg-4) unstable; urgency=high + + * Fix critical problem with dependencies of phpgroupware package + (Closes: #476559) + * Fix permissions of /var/lib/phpgroupware/sessions (Closes: #327249). + * Ensure restart of apache to completely apply php config change + (Closes: #472668). + + -- Olivier Berger Thu, 17 Apr 2008 17:07:53 +0200 + +phpgroupware (1:0.9.16.012+dfsg-3) unstable; urgency=low + + * Change dependencies to only depend on php5 metapackage. + * Added documentation regarding php5-cgi (Closes: #402591). + * Change session cookies domain format, to use fqdn (Closes: #421580). + * Apply fix for todo creation (upstream bug + http://savannah.gnu.org/bugs/?20555) + + -- Christian Bac Mon, 14 Apr 2008 10:37:49 +0200 + +phpgroupware (1:0.9.16.012+dfsg-2) unstable; urgency=low + + * New header.inc.php template mechanism to better handle cases of + configuration through the phpGroupware standard "header admin" dialogs + * Fix order of dependencies betw. mysql and postresql related packages, + so that default values proposed in aptitude are in sync (Closes: #472652). + * Fix problem when creating admin/demo accounts in setup, with postgres + 8.3 (Closes: #472679). + * Fix apache.conf so that php options are used with PHP5 (Closes: #472668). + * Apply patch submitted by Christian Perrier to not mark "internal use" + template for translation (Closes: #472459). + * Added translations for debconf messages in the following languages : + . spanish (es) by Felipe Caminos (Closes: #414945), + . portuguese (pt) by Pedro Ribeiro (through Portuguese Translation + Team - Closes: #415076), + . galician (gl)by Jacobo Tarrio (Closes: #412792). + * Fix sed problem in postinst when password contains '#' character + (Closes: #325712). + + -- Olivier Berger Fri, 28 Mar 2008 13:27:05 +0100 + +phpgroupware (1:0.9.16.012+dfsg-1) unstable; urgency=low + + * Initial release. (Closes: #464014: ITP: phpgroupware -- web based + groupware system written in PHP). Starts from previous packaging but + quite some changes were done including different packages layout, + and removal of some previous binary packages for unmaintained or + rarely used packages. + * 'phpgroupware' package is now a transition package meant for + securing upgrade from previous epoch 0 packages. + + -- Olivier Berger Mon, 17 Mar 2008 11:43:04 +0100 --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-folders.copyright +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-folders.copyright @@ -0,0 +1,59 @@ +This package was debianized by Thomas Viehmann on +Sat, 12 Jul 2003 22:14:43 +0200. + +It was downloaded from http://www.phpgroupware.org/. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Most files are (C) 1999, 2000, 2001, 2002, 2003, 2004 by the +Free Software Foundation, otherwise copyright statements can be found +in the respective files. (As php scripts, they are distributed as source.) + +Most of this package is licensed under the GNU General Public License. +Some parts are licensed differently, e.g. under the GNU LGPL, please see +the information in the documentation directory of individual modules and the +headers of the source packages. + +phplayersmenu is Copyright (C) 2001-2003 Marco Pratesi and licensed under the +GNU Lesser General Public License as seen in the LGPL section below. + +The GPL notice: + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +Copyright of LGPL parts: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This package 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-news-admin.examples +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-news-admin.examples @@ -0,0 +1 @@ +news_admin/website/ --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-news-admin.copyright +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-news-admin.copyright @@ -0,0 +1,53 @@ +This package was debianized by Olivier Berger + on Fri Feb 22 16:41:48 CET 2008. It is +based on previous Debian packaging for phpGroupware made by Thomas +Viehmann (on Sat, 12 Jul 2003 22:14:43 +0200), and +later maintained by Andrew Mitchell . + +The current Debian maintainers are Olivier Berger + and Christian Bac +. + +It was downloaded from http://download.phpgroupware.org/now and +modified not to contain DFSG non-free documents. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Copyright: + + Most files in phpGroupware source are Copyright 1999, 2000, 2001, + 2002, 2003, 2004 and later by the Free Software Foundation. + Otherwise copyright statements can be found in the respective + files. + +License: + +According to the "doc/LICENSE" file, and headers of source files, this +package contains works licensed under the terms of the GNU General +Public License version 2, or (at your option) any later version + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in + `/usr/share/common-licenses/GPL-2'. + + +The Debian packaging is (C) 2008, Olivier Berger +, Christian Bac + and is licensed under the GNU General +Public license, see above. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-email.remove +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-email.remove @@ -0,0 +1,2 @@ +usr/share/phpgroupware/email/templates/default/images/noia/noia.gpl.txt + --- phpgroupware-0.9.16.012+dfsg.orig/debian/control.disabled +++ phpgroupware-0.9.16.012+dfsg/debian/control.disabled @@ -0,0 +1,65 @@ +Package: phpgroupware-inv +Architecture: all +Depends: phpgroupware (>= 0.9.16), phpgroupware-addressbook +Description: phpGroupWare inventory module + ${description} + . + This phpGroupWare module provides a web based inventory handling system. + +Package: phpgroupware-backup +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare backup module + ${description} + . + This phpGroupWare module provides an online configurable backup application to + store data offline. + +Package: phpgroupware-meerkat +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare Meerkat's story module + ${description} + . + This phpGroupWare module allows the users to browses Meerkat's story + store and append spontaneous discussions to the story in question. + +Package: phpgroupware-netsaint +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Recommends: nagios +Description: phpGroupWare NetSaint administration module + ${description} + . + This phpGroupWare module provides a web based administration tool for + NetSaint network monitoring and management system (see package nagios). + Nagios is the successor to netsaint. + +Package: phpgroupware-phpwebhosting +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare next generation file manager module + ${description} + . + The next generation file manager for phpGroupWare. Abilities include all + common file actions (upload, mkdir, rename, delete, copy, move), creating and + editing text files, and syncing with the file system. Per file/directory + comments are stored, and version history is tracked. Group sharing and ACL + are fully supported. + +Package: phpgroupware-qmailldap +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare qmail LDAP account manager + ${description} + . + This module provides an interface to manage qmail accounts stored in an + LDAP repository. + +Package: phpgroupware-timetrack +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare time tracking module + ${description} + . + This phpGroupWare module provides a time tracking module. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-wiki.remove +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-wiki.remove @@ -0,0 +1 @@ +usr/share/doc/phpgroupware-wiki/tavi-docs/LICENSE.txt.gz --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-email.dirs +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-email.dirs @@ -0,0 +1 @@ +usr/share/lintian/overrides --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-doc.docs.release +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-doc.docs.release @@ -0,0 +1,3 @@ +debian/changelog.Debian.old +doc/* +README.NOW-IMPORTANT --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware.postrm +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware.postrm @@ -0,0 +1,26 @@ +#!/bin/bash +# postrm script for phpgroupware +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see /usr/share/doc/packaging-manual/ + +. /usr/share/debconf/confmodule +db_version 2.0 + +#DEBHELPER# + +db_stop + +exit 0 --- phpgroupware-0.9.16.012+dfsg.orig/debian/changelog.Debian.old +++ phpgroupware-0.9.16.012+dfsg/debian/changelog.Debian.old @@ -0,0 +1,383 @@ + + *Old Debian changelog before it was removed from Debian* + +phpgroupware (0.9.16.012+dfsg-1) unstable; urgency=high + + * Remove non-free RFC from the original tarball (Closes: #440948) + * urgency=high to get the security fix into testing + + -- Andrew Mitchell Fri, 14 Sep 2007 10:02:13 +1200 + +phpgroupware (0.9.16.012-1) unstable; urgency=low + + * New upstream release + - Fixes CVE-2007-4048 (Closes: #435936) + - Improved support for PHP5 + * Dropped PHP4 dependencies due to removal from unstable + + -- Andrew Mitchell Wed, 29 Aug 2007 10:28:30 +1200 + +phpgroupware (0.9.16.011-3) unstable; urgency=low + + * ACK NMUs for dependency changes & copyright updates. + Thanks to Thijs Kinkhorst & Andreas Barth. + * Revert NMU dropping php5 dependency, apply patch for php5.2 compatibility + from upstream instead, thanks to Dave Hall. (Closes: #401045) + + -- Andrew Mitchell Thu, 11 Jan 2007 10:22:14 +1300 + +phpgroupware (0.9.16.011-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Remove php5 as alternative, as phpgroupware is incompatible with php5.2. + Closes: #401045 + + -- Andreas Barth Fri, 8 Dec 2006 22:38:08 +0000 + +phpgroupware (0.9.16.011-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Add missing depends on mysql-client | postgresql-client, since these + are used in the package's postinst (Closes: #398635). + * Update FSF address in debian/*copyright. + + -- Thijs Kinkhorst Thu, 30 Nov 2006 09:56:08 +0100 + +phpgroupware (0.9.16.011-2) unstable; urgency=low + + * Fix Depends typo to read php5-mysql (Closes: #387445, #388039) + + -- Andrew Mitchell Mon, 2 Oct 2006 23:42:33 +1300 + +phpgroupware (0.9.16.011-1) unstable; urgency=high + + * New upstream release + - Fixes CVE-2006-4458 (Closes: #386061) + - Supports mysql 4.1+ & postgresql 8 (Closes: #328439) + * Add apache2 & php5 to dependencies + * Enable php5 compatibility mode in header.inc.php.template + * Restart apache2 in postinst (Closes: #314417) + * Include Swedish & Dutch debconf template translations + (Closes: #342037, #364914) + * Thanks to Steinar H. Gunderson for NMU + + -- Andrew Mitchell Mon, 11 Sep 2006 22:53:41 +1200 + +phpgroupware (0.9.16.010+dfsg-0.1) unstable; urgency=high + + * Non-maintainer upload. + * Repack upstream tarball to remove non-DFSG free material. (Closes: #365201) + * Remove rfc2445.txt from the upstream tarball. + * Update the .kpf file to reflect the removal. + + -- Steinar H. Gunderson Tue, 6 Jun 2006 12:21:31 +0200 + +phpgroupware (0.9.16.010-1) unstable; urgency=low + + * New upstream release + * New maintainer + + -- Andrew Mitchell Thu, 22 Dec 2005 10:03:11 +1300 + +phpgroupware (0.9.16.009-1) unstable; urgency=high + + * New upstream release + * Features security fix to fudforum (scripting files could be uploaded + using the avatar image feature), CAN-2005-2781. Closes: #340094. + + -- Thomas Viehmann Wed, 23 Nov 2005 20:48:29 +0100 + +phpgroupware (0.9.16.008-2) unstable; urgency=high + + * Security fix for phpgroupware-phpsysinfo based on work by the + Martin Schulze of the Debian security team, thanks. + - Fixed cross-site-scripting [phpsysinfo/includes/system_footer.php, + phpsysinfo/includes/system_header.php, CVE-2005-0870] + - Fixed arbitrary file inclusion [phpsysinfo/index.php, CVE-2005-3347] + - Initialise charset variable to prevent cross-site scripting + [phpsysinfo/index.php, CVE-2005-3348] + + -- Thomas Viehmann Tue, 15 Nov 2005 18:48:28 +0100 + +phpgroupware (0.9.16.008-1) unstable; urgency=high + + * New upstream release + Security fixes: + - for FUDForum Information Disclosure - see CAN-2005-2600 + in phpgroupware-fudforum. Closes: #323929 + - Global XSS fix in phpgroupware-phpgwapi (no CAN) + - Security: Disabled XMLRPC (as upstream does) - see CAN-2005-2498 + Closes: #323349 + * Removed transitional package phpgroupware-core (Closes: #322060) + * Included Czech translation, thank you, Miroslav Kure (Closes: #318794) + + -- Thomas Viehmann Tue, 30 Aug 2005 00:12:58 +0200 + +phpgroupware (0.9.16.006-1) unstable; urgency=high + + * New upstream release + This includes an urgent security fix for xmlrpc bug that could allow + execution of arbitrary PHP code. + This is analogous to CAN-2005-2116 in the CVE. + As this is very urgent, all debian maintainer script updates are + postponed. + * Added Vietnamese translation of the debconf template. + Thanks go to Clytie Siddall for the translation and patch. + Closes: #316835. + + -- Thomas Viehmann Wed, 6 Jul 2005 17:43:38 +0200 + +phpgroupware (0.9.16.005-5) unstable; urgency=high + + * Drop phpgroupware-forum binary package, as it's too broken for release + and the fixes would be too intrusive. + Closes: #311646. + * Add a note about ACLs and permissions to README.Debian to clarify + the behaviour that led to #306980. + + -- Thomas Viehmann Fri, 3 Jun 2005 16:49:01 +0200 + +phpgroupware (0.9.16.005-4) unstable; urgency=high + + * Change file location to better default on the setup page. + Closes: #306969. + * Fix postinst of phpgroupware. Failing postinst is RC, + thus, this is urgency=high. Closes: #306968. + Thanks to Steve Greenland for observing these. + + -- Thomas Viehmann Sun, 1 May 2005 14:47:08 +0200 + +phpgroupware (0.9.16.005-3) unstable; urgency=high + + * (almost) translation only update, thus urgency=high. + - Updated ja.po by Hideki Yamane. Thanks and sorry for the delay in + uploading it. Closes: #298182. + - Updated de.po and fr.po myself. + * Fix version information on login screen. + + -- Thomas Viehmann Wed, 16 Mar 2005 18:29:25 +0100 + +phpgroupware (0.9.16.005-2) unstable; urgency=low + + * Fix capitalization bug with phpgroupware/webserver debconf both + Closes: #280735 + * Add apache2 support. Closes: #170830. + My apologies to the translators for having to change the templates. + (I took the wording from phpMyAdmin, maybe you or I can cut and + paste from there.) + * Add CANs for security bug fixes in 0.9.16.005-1. + Thanks to Joey Hess for the research. + * Add lintian override for CVS in orig.tar.gz. + + -- Thomas Viehmann Fri, 4 Mar 2005 17:58:58 +0100 + +phpgroupware (0.9.16.005-1) unstable; urgency=high + + * New upstream release + - Fixes security-related bugs (thus the urgency=high) + forum, polls, preferences, projects, tts, wiki: HTML and SQL + insertion + CVE-Database IDs: CAN-2004-1383, CAN-2004-1384, CAN-2004-1385 + (Closes: #290773) + - Lifts unnecessary LDAP version restrictions (Closes: #285024) + * Fix wrong message in phpgroupware.config (Closes: #271668) + * Update German debconf translations (Closes: #281135) + Thanks you, Erik Schanze. + * Fix typo in configure script (Closes: #271925) + * Quote the php_value session.save_path parameter in + /etc/phpgroupware/apache.conf (Closes: #266348). + * Work around zsh build problems in debian/rules. + My apologies for not fixing the config bugs yet, but the security update + is kind of urgent. + + -- Thomas Viehmann Sun, 16 Jan 2005 17:49:26 +0100 + +phpgroupware (0.9.16.003-1) unstable; urgency=medium + + * Upstream (partly security) update. + - Fixes cross-site scripting bug in the wiki module. + - Upstream fixes all over the place, particulary adressbook, calendar. + - Some new or updated translations and documentation. + + -- Thomas Viehmann Mon, 6 Sep 2004 21:07:35 +0200 + +phpgroupware (0.9.16.002-1) unstable; urgency=medium + + * Upstream security update. + * Folded some more license stuff into debian/copyright. + * Drop build-dependency on essential package findutils. + + -- Thomas Viehmann Sun, 1 Aug 2004 20:27:23 +0200 + +phpgroupware (0.9.16.001-1) unstable; urgency=low + + * New upstream bugfix release. + - Upstream included patch by bug submitter Martin Peylo to fix + phpgroupware-headlines sql syntax error. Thanks. + Closes: #255798. + * Added phpgw-projects dependency on addressbook reported + by Rasmus Hansen. Thanks. Closes: #257270. + * Added Japanese debconf translation, thanks go to Hideki Yamane + (and the other developers and users that helped). Closes: #258700. + + -- Thomas Viehmann Mon, 19 Jul 2004 20:29:22 +0200 + +phpgroupware (0.9.16.000.1.cvs.20040620-1) unstable; urgency=low + + * Sync with upstream's fixes for stable branch in coordination with + upstream release manager. + Small fixes all over the place, including + - remove "=" in example phpgw-apache.conf (Closes: #252044) + - fix admin hooks in sitemgr (Closes: #252220) + - fix sql escaping in wiki (default_records.php, Closes: #253201) + * Add doc symlinks. Closes: #234414. + * Add french debconf translation by R. Pannequin. Thanks! + Closes: #248371. + * Updated apache configuration. + * Added note about configuring PostgreSQL to README.Debian. + + -- Thomas Viehmann Mon, 21 Jun 2004 20:35:29 +0200 + +phpgroupware (0.9.16.000-1-2) unstable; urgency=low + + * Eliminate some prompting. + * Allow building of non-Debian packages with extra packages. + * Remove phpgroupware-chora from Debian packages (unsatisfiable + dependency). Closes: #242522. + * The netsaint module is gone in 0.9.16, thus there is no wrong + Recommends any more. Closes: #240556 + (In addition, the Recommends was updated in control.disabled, in + case netsaint should be reintroduced.) + + -- Thomas Viehmann Fri, 9 Apr 2004 16:57:12 +0200 + +phpgroupware (0.9.16.000-1-1) unstable; urgency=low + + * New upstream release + - Fixes PostgreSQL problems. Closes: #204674, #208994 + - phpGroupWare is believed to work without register_globals = On + in php.ini. Closes: #167299 + - Removed patches included upstream. Yay! + * Merges from 0.9.14 packaging + - minor changes to debian/rules + - rewrite of config maintainer script, allow backoff. Closes: #191583 + * Update header.inc.php generation for 0.9.16. + * Finally switch to po-debconf. Closes: #93586, #235495. + * The inv module has been dropped upstream and here. + But I noted the dependency in debian/control.disabled should it come + back. (Closes: #234415) + * Expanded README.Debian. + * Spellchecked control and debconf template. + * Added apache conf.d support to maintainer scripts. + + -- Thomas Viehmann Sat, 10 Jan 2004 19:28:14 +0100 + +phpgroupware (0.9.14.007-4) unstable; urgency=low + + * Uwe Steinmann and Jamin W. Collins did some more bug research. + Quite a few were closed by the packaging changes and upstream + bug fixing. + - Preservation of user changes (Closes: #170820) + - Configuration of apache-ssl on initial install (Closes: #166574) + - fixed postrm bug dupe (Closes: #170841) + - ldap schema now included (Closes: #197702) + - README.Debian was written. (Closes: #170818) + - Version display on login page even shows debian revision + (Closes: #166579) + - wwwconfig-common not called if removed during purge + (Closes: #211161, #211639) + - wwwconfig-common bug in mysql execution fixed (Closes: #207777) + - '&' in passwords seems to work now (Closes: #181935) + Fix permissions to /var/lib/phpgroupware/sessions + This fixes php4 session type. (Closes: #173871) + * The descriptions have been improved. + Closes: #209809, #210153, #209817, #209941, #210043, #210176, #210064, + #210143, #209692, #209954, #209832, #209980, #209992. + + -- Thomas Viehmann Sat, 3 Jan 2004 21:47:07 +0100 + +phpgroupware (0.9.14.007-3) unstable; urgency=low + + * Various rules file improvements, allow splitting of source packages + if desired. + * Drop packages not yet in sid. (See debian/control.disabled in source.) + + -- Thomas Viehmann Fri, 2 Jan 2004 12:02:19 +0100 + +phpgroupware (0.9.14.007-2) unstable; urgency=low + + * Some configuration (debconf use) modifications. + (Good ideas by Jamin W. Collins (thanks!), bad mistakes by myself.) + - Remove old debconf upgrade notice + - Erase admin password in postinst/postrm and reprompt + where needed. + - Rephrase some questions. + - Try to guess administrator name. + - Reduce db options to mysql and postgres. + * Fixes to the web based configuration in phpGroupWare + (Again, thanks to Jamin) + - Add big fat notice about passwords being displayed in header + configuration until a fix for the fact itself is ready + - Fix display of "configuration complete" (in setup/index.php) + before the user has seen setup/config.php. + - Improve some language-output. (English only, this needs to be + better.) + * Include some modules that had not been in control file. + * Grant locking rights to phpgroupware mysql account (closes: #225342) + + -- Thomas Viehmann Mon, 29 Dec 2003 22:11:50 +0100 + +phpgroupware (0.9.14.007-1) unstable; urgency=low + + * New upstream release + Security fixes (Closes: #216306): + - SQL injection in infolog (escaping strings in queries) + - script injection in calendar + (holiday files now need extension .txt) + postinst of calendar will rename files in + /usr/share/phpgroupware/calendar/phpgroupware.org + * Remove empty phpgroupware/examples directory + (Suggestion by Uwe Steinmann, thanks) + * Fix permissions of files directory (Closes: #207797) + * New Debian maintainer. + * Remove link /usr/share/phpgroupware/files, this is needed + to fix vfs storage problem noted in CAN-2003-0599 and + addressed by version 0.9.14.005. + * Fold phpgroupware-core package into phpgroupware. + * Tweak the build process to weed out lintian errors and reduce + the number of warnings. + + -- Thomas Viehmann Thu, 11 Dec 2003 17:42:11 +0100 + +phpgroupware (0.9.14.006-1) unstable; urgency=low + + * Inofficial release not for debian general usage. + * New upstream release + * Corrected illfix to #183896. (Correction pointed out by Luca.) + + -- Thomas Viehmann Wed, 6 Aug 2003 20:45:19 +0200 + +phpgroupware (0.9.14.005-1) unstable; urgency=low + + * New upstream version + + Includes security fixes for + - cross site scripting (CAN-2003-0504), + see + - sql insertion (CAN-2003-0657) + - vfs storage in document dir now prohibited (CAN-2003-0599) + - Remove $appdir in includes in tables_update.inc.php to prevent + execution of arbitrary scripts. + Closes: #201980 + + * Repackaging more or less from scratch. + - Used parts from Luca's / Tilo's packaging. + See changelog.old.gz for details. + - Undo source split. + * Skip invocation wwwconfig-common's utils when they're not present. + (Closes: #183896) + * Call db_stop after debhelper includes. (Closes: #164354) + * Add patch by Toni Mueller to fix manageheader.php's inclusion of + header.inc.php. (Closes: #183991). + + -- Thomas Viehmann Sun, 13 Jul 2003 23:32:46 +0200 --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-folders.remove +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-folders.remove @@ -0,0 +1,2 @@ +usr/share/phpgroupware/folders/phplayersmenu/LICENSE +usr/share/phpgroupware/folders/phplayersmenu/COPYING --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-notes.copyright +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-notes.copyright @@ -0,0 +1,53 @@ +This package was debianized by Olivier Berger + on Fri Feb 22 16:41:48 CET 2008. It is +based on previous Debian packaging for phpGroupware made by Thomas +Viehmann (on Sat, 12 Jul 2003 22:14:43 +0200), and +later maintained by Andrew Mitchell . + +The current Debian maintainers are Olivier Berger + and Christian Bac +. + +It was downloaded from http://download.phpgroupware.org/now and +modified not to contain DFSG non-free documents. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Copyright: + + Most files in phpGroupware source are Copyright 1999, 2000, 2001, + 2002, 2003, 2004 and later by the Free Software Foundation. + Otherwise copyright statements can be found in the respective + files. + +License: + +According to the "doc/LICENSE" file, and headers of source files, this +package contains works licensed under the terms of the GNU General +Public License version 2, or (at your option) any later version + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in + `/usr/share/common-licenses/GPL-2'. + + +The Debian packaging is (C) 2008, Olivier Berger +, Christian Bac + and is licensed under the GNU General +Public license, see above. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-filemanager.README.Debian +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-filemanager.README.Debian @@ -0,0 +1,24 @@ +Debian packaging of Filemanager module for phpGroupware 0.9.16 + +Handling of uploaded files +-------------------------- + +In the Debian packaging, phpGroupware is configured to run with +open_basedir restricting its access to directories on the server, for +security reasons. + +Uploaded files aren't processed through a staging area in /tmp as in +PHP('s defaults in Debian, but instead, they are processed through +/var/lib/phpgroupware/uploaded/. + +In case of uploading issues, it may be worth checking access rights +and potential contents of that directory. + +It will be purged automatically for files older than 24 hours +periodically. + + +$Id$ + + + -- Olivier Berger , Mon, 16 Jun 2008 18:12:08 +0200 --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-manual.copyright +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-manual.copyright @@ -0,0 +1,53 @@ +This package was debianized by Olivier Berger + on Fri Feb 22 16:41:48 CET 2008. It is +based on previous Debian packaging for phpGroupware made by Thomas +Viehmann (on Sat, 12 Jul 2003 22:14:43 +0200), and +later maintained by Andrew Mitchell . + +The current Debian maintainers are Olivier Berger + and Christian Bac +. + +It was downloaded from http://download.phpgroupware.org/now and +modified not to contain DFSG non-free documents. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Copyright: + + Most files in phpGroupware source are Copyright 1999, 2000, 2001, + 2002, 2003, 2004 and later by the Free Software Foundation. + Otherwise copyright statements can be found in the respective + files. + +License: + +According to the "doc/LICENSE" file, and headers of source files, this +package contains works licensed under the terms of the GNU General +Public License version 2, or (at your option) any later version + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in + `/usr/share/common-licenses/GPL-2'. + + +The Debian packaging is (C) 2008, Olivier Berger +, Christian Bac + and is licensed under the GNU General +Public license, see above. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-phpgwapi.copyright +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-phpgwapi.copyright @@ -0,0 +1,126 @@ +This package was debianized by Olivier Berger + on Fri Feb 22 16:41:48 CET 2008. It is +based on previous Debian packaging for phpGroupware made by Thomas +Viehmann (on Sat, 12 Jul 2003 22:14:43 +0200), and +later maintained by Andrew Mitchell . + +The current Debian maintainers are Olivier Berger + and Christian Bac +. + +It was downloaded from http://download.phpgroupware.org/now and +modified not to contain DFSG non-free documents. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Copyright: + + Most files in phpGroupware source are (C) 1999, 2000, 2001, 2002, + 2003, 2004 and later by the Free Software Foundation. + Otherwise copyright statements can be found in the respective + files. + +Licenses: + + According to the "phpgwapi/doc/LICENSE" file, and headers of + "phpgwapi/" source files, this package contains works licensed under + the terms of : + + * the GNU General Public License version 2, or (at your option) any + later version + + * the GNU Lesser General Public License version 2.1 or (at your + option) any later version + + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in + `/usr/share/common-licenses/GPL-2'. + + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian systems, the complete text of the GNU Lesser General + Public License version 2.1 can be found in + '/usr/share/common-licenses/LGPL-2.1'. + + + In addition this package contains also these programs which were + parts of the original phpGroupware source distribution : + + * a modified copy of "XML-RPC for PHP", which is licensed under + terms very similar to the BSD license (see headers of files + class.xmlrpc_client.inc.php, class.xmlrpc_server.inc.php, + class.xmlrpcmsg.inc.php and xml_functions.inc.php in + '/usr/share/phpgroupware/phpgwapi/inc/') + + * a modified copy (file + /usr/share/phpgroupware/phpgwapi/inc/class.xml.inc.php) of a + "Class for accessing XML data through the XPath + language", copyright Copyright (c) 2001 Michael P. Mehl, which was + licensed under the terms of the Mozilla Public License Version 1.1 + (http://www.mozilla.org/MPL/MPL-1.1.txt) : + + The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and + limitations under the License. + + The Original Code is . + + The Initial Developer of the Original Code is Michael P. Mehl. + Portions created by Michael P. Mehl are Copyright (C) 2001 Michael + P. Mehl. All Rights Reserved. + + * a modified copy of "SOAPx4, a SOAP Toolkit for PHP" (aka '"XML-RPC + for PHP" and "SOAP for PHP"' - http://dietrich.ganx4.com/soapx4/, + an archive is still available at + http://dietrich.ganx4.com/soapx4/SOAPx4.zip), Copyright (C) 2001 + Dietrich Ayala , which was licensed under the + terms of the GNU Lesser General Public (see above). + + * a copy of jsCalendar 0.9.5 + (http://dynarch.com/mishoo/calendar.epl) Copyright (c) 2003 Mihai + Bazon, which was licensed (see + /usr/share/phpgroupware/phpgwapi/js/jscalendar/README) under the + terms of the GNU Lesser General Public (see above). + + + +The Debian packaging is (C) 2008, Olivier Berger +, Christian Bac + and is licensed under the GNU General +Public license, see above. --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-core-base.install.cvs +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-core-base.install.cvs @@ -0,0 +1,2 @@ +debian/etc/apache.conf /etc/phpgroupware/ +phpgroupware/*.php phpgroupware/header.inc.php.template /usr/share/phpgroupware/ --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-phpgwapi.remove +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-phpgwapi.remove @@ -0,0 +1,2 @@ +usr/share/doc/phpgroupware-0.9.16-phpgwapi/CHANGELOG +usr/share/doc/phpgroupware-0.9.16-phpgwapi/CHANGELOG.gz --- phpgroupware-0.9.16.012+dfsg.orig/debian/substvars +++ phpgroupware-0.9.16.012+dfsg/debian/substvars @@ -0,0 +1,2 @@ +description=phpGroupWare is a fully web based groupware system. It includes ${Newline} applications such as webmail, calendar, todo-list manager, ${Newline} addressbook, file manager, notepad. + --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-core-base.postinst +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-core-base.postinst @@ -0,0 +1,230 @@ +#!/bin/bash +# postinst script for phpgroupware +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see /usr/share/doc/packaging-manual/ + +. /usr/share/debconf/confmodule +db_version 2.0 + +get_db_params () { + db_get "phpgroupware/db/host" + dbserver="$RET" + db_get "phpgroupware/db/name" + dbname="$RET" + db_get "phpgroupware/db/admin/name" + dbadmin="$RET" + db_get "phpgroupware/db/admin/password" + dbadmpass="$RET" + db_get "phpgroupware/db/user/name" + dbuser="$RET" + db_get "phpgroupware/db/user/password" + dbpass="$RET" + db_get "phpgroupware/db/type" + case $( echo -n "$RET" | tr '[A-Z]' '[a-z]' ) in + postgresql) dbtype="pgsql" ;; + mysql) dbtype="mysql" ;; + esac +} + +case "$1" in + configure) + # Update from old package. + old="/var/www/phpgroupware/files" + new="/var/lib/phpgroupware/files" + if [ -d ${old} ] ; then + for dir in users groups ; do + rm -f ${old}/${dir}/dont_delete_me + if [ -n "$(ls ${old}/${dir})" ] ; then + mv -f ${old}/${dir}/* ${new}${dir} + fi + done + fi + rm -rf ${old} + + # services to be restarted + restart= + # services restarted (will be set by invoqued script) + restarted= + + # Get the web server type. both is for backward compatibity + db_get "phpgroupware/webserver" + if [ "$( echo -n $RET | tr '[A-Z]' '[a-z]' )" = "both" ] ; then + webservers="apache apache2 apache-ssl" + else + webservers=$(echo -n "$RET" | tr '[A-Z,]' '[a-z ]' ) + fi + + config="/etc/phpgroupware/header.inc.php" + touch $config + # if file just created, so first time configuration + # (or reconfiguration, as file is moved in config + # script) + if [ ! -s $config ] ; then + + . /usr/share/wwwconfig-common/php.get + . /usr/share/wwwconfig-common/apache-run.get + + # Set up web server. + for server in $webservers ; do + echo "setting up" $server + trustuser=$wwwuser + . /usr/share/wwwconfig-common/exim-trust.sh + test "$status" = "trust" && restart="exim $restart" + + # prefer conf.d over monolithic form + if [ -d "/etc/${server}/conf.d" ] ; then + if ! [ -e "/etc/${server}/conf.d/phpgroupware.conf" ] ; then + ln -s /etc/phpgroupware/apache.conf "/etc/${server}/conf.d/phpgroupware.conf" + fi + restart="$server $restart" + else + includefile="/etc/phpgroupware/apache.conf" + . /usr/share/wwwconfig-common/apache-include_all.sh + test "$status" = "uncomment" -o "$status" = "include" && restart="$server $restart" + fi + + for index in index.php index.php3; do + . /usr/share/wwwconfig-common/apache-index_all.sh + test "$status" = "added" && restart="$server $restart" + done + done + + # Setup the database. + db_get "phpgroupware/db/setup/skip" + if [ "$RET" = "false" ] ; then + get_db_params + if [ "$dbtype" = "pgsql" -o "$dbtype" = "mysql" ] ; then + . /usr/share/wwwconfig-common/${dbtype}-createdb.sh + . /usr/share/wwwconfig-common/${dbtype}-createuser.sh + fi + fi + + servers="exim apache-ssl apache apache2 mysql postresql" + . /usr/share/wwwconfig-common/restart.sh + + # this template file has been prepared at package build time + template="/etc/phpgroupware/header.inc.php.debian-template" + # prepare for next step which will try and configure fro debconf values + cp $template $config + + fi + + # if the file was made out of the template (and not through setup/header of phpgroupware) + # we need to proceed (again in case of dpkg-reconfigure) to vars substitution + found=$(cat $config | grep 'The Debian maintainer' | wc -l) + if [ $found -ne 0 ]; then + + get_db_params + # Get configuration passwords. + db_get "phpgroupware/header/password" + header_admin_password="$RET" + db_get "phpgroupware/configuration/password" + config_pass="$RET" + + # this has been prepared at package build time + template="/etc/phpgroupware/header.inc.php.debian-template" + # trash any user-modified values, start over from template + cp $template $config + + # var substitution + perl -pi -e '$U=q{'"$header_admin_password"'}; s/{HEADER_ADMIN_PASSWORD}/$U/g;' $config + perl -pi -e '$U=q{'"$config_pass"'}; s/{CONFIG_PASS}/$U/g;' $config + perl -pi -e '$U=q{'"$dbserver"'}; s/{DB_HOST}/$U/g;' $config + perl -pi -e '$U=q{'"$dbname"'}; s/{DB_NAME}/$U/g;' $config + perl -pi -e '$U=q{'"$dbuser"'}; s/{DB_USER}/$U/g;' $config + perl -pi -e '$U=q{'"$dbpass"'}; s/{DB_PASS}/$U/g;' $config + perl -pi -e '$U=q{'"$dbtype"'}; s/{DB_TYPE}/$U/g;' $config + + # change the comments that were present in the template file + sed -i "s/DON'T EDIT THIS FILE/DON'T EDIT THIS GENERATED FILE/g +s/IT DEFINES A TEMPLATE FILE.*/IT IS GENERATED OUT OF \/etc\/phpgroupware\/header.inc.php.debian-template/g +s/::.*//g +" $config + + chown www-data:www-data $config + chmod 600 $config + fi + + # if no web server was restarted yet, we may need to + if [ "$restarted" = "" ] ; then + + # ensure loading of php config by restarting web server (to achieve fix of #486221) + if [ "$2" != "" ] && dpkg --compare-versions $2 le 1:0.9.16.012+dfsg-6 ; then + restart=$webservers + fi + + # if first install (may be after phpgroupware epoch 0 package was already installed) + if [ "$2" = "" ] ; then + restart=$webservers + fi + + # OK, if we need it, then restart the web server + if [ "$restart" != "" ] ; then + servers=$restart + . /usr/share/wwwconfig-common/restart.sh + fi + fi + + # fix security in www dirs... + chown -R www-data:www-data /var/lib/phpgroupware/files + chmod -R og-rw /var/lib/phpgroupware/files + + # fix php sessions + chown -R www-data:www-data /var/lib/phpgroupware/sessions/ + chmod -R o-rwx /var/lib/phpgroupware/sessions/ + + # fix permission grants in mysql db (cf bug #225342) + if [ "$2" != "" ] && dpkg --compare-versions "$2" lt 0.9.14.007-2 ; then + db_get "phpgroupware/db/setup/skip" + if [ "$RET" = "false" ] ; then + get_db_params + echo "DBTYPE: '${dbtype}'" + if [ "${dbtype}" = "mysql" ] ; then + # might be nicer to do via wwwconfig-common ... + . /usr/share/wwwconfig-common/mysql.get + eval echo "\"GRANT ALL ON * TO '$dbselect in ; do +$ +done + user'@$dbserver IDENTIFIED BY '$dbpass'\"" + if ! eval echo "\"GRANT ALL ON * TO '$dbuser'@$dbserver IDENTIFIED BY '$dbpass'\"" '|' $mysqlcmd -f $dbname > /dev/null 2>&1 ; then + echo "Error: Could not grant priviledges." + fi + fi + fi + fi + + # remove old questions + db_unregister phpgroupware/installation/note_0_9_13_14RC1 || true + db_unregister phpgroupware/db || true + + # erase db admin password + db_reset "phpgroupware/db/admin/password" + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +#DEBHELPER# + +db_stop + +exit 0 --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-core-base.templates +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-core-base.templates @@ -0,0 +1,189 @@ +Template: phpgroupware/configuration/note +Type: note +_Description: Package configuration note + phpGroupWare needs additional configuration via its web interface. After + the installation has finished, you should point your browser to the + phpGroupWare setup, for example: + . + http://${site}/phpgroupware/setup + . + to continue the configuration, fill the database and let phpGroupWare be + aware of the installed modules. + +Template: phpgroupware/header/password +Type: password +_Description: Please enter the desired phpGroupWare 'Header Admin' password: + 'Header Admin' is the section in which the phpGroupWare administrator can + define the information which will let the application to 'start' (i.e. + database settings, directories location etc.) Note that the Header + Administration page contains the phpGroupWare database access password + (but not the administrator password). + +Template: phpgroupware/header/password/confirm +Type: password +_Description: Confirm the 'Header Admin' password: + Please retype the phpGroupWare 'Header Admin' password. + +Template: phpgroupware/header/password/mismatch +Type: text +_Description: Password mismatch. + The 'Header Admin' passwords you entered didn't match. Please try again. + +Template: phpgroupware/configuration/password +Type: password +_Description: Please enter the phpGroupWare 'Setup/Config Admin' password: + The 'Setup/Config Admin' is the section in which the phpGroupWare + administrator access the following facilities: + . + (1) Simple Application Management + (2) Configuration (general) + (3) Language Management + (4) Advanced Application Management + +Template: phpgroupware/configuration/password/confirm +Type: password +_Description: Please retype the phpGroupWare 'Setup/Config Admin' password: + Please enter the 'Setup/Config Admin' password again. If the password you + are going to retype mismatch the previous entered one, I'll ask you to + enter them again. + +Template: phpgroupware/configuration/password/mismatch +Type: text +_Description: Password mismatch. + The configuration passwords you entered didn't match. Please try again. + +Template: phpgroupware/webserver +Type: multiselect +Choices: apache, apache-ssl, apache-perl, apache2 +Default: apache, apache-ssl, apache-perl, apache2 +_Description: Which web server would you like to reconfigure automatically? + phpGroupWare supports any web server that PHP does, but this automatic + configuration process only supports Apache. + +Template: phpgroupware/db/host +Type: string +Default: localhost +_Description: Please enter phpGroupWare database host name: + This should be the host-name or IP address that phpGroupWare will use to + access the database. + +Template: phpgroupware/db/type +Type: select +# Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +__Choices: MySQL, PostgreSQL, none/other +Default: MySQL +_Description: What database type will phpGroupWare use + This is the type of database the server will use. + . + NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the + only non-proprietary database types properly supported upstream. + +Template: phpgroupware/db/name +Type: string +Default: phpgroupware +_Description: Please enter phpGroupWare database name: + This is the name of the database that phpGroupWare will use. + +Template: phpgroupware/db/user/name +Type: string +Default: phpgroupware +_Description: Please enter the database user name to access the database: + This is the user name that phpGroupWare will use to access the database. + +Template: phpgroupware/db/user/password +Type: password +_Description: Please enter the password to access the database: + This is the password that phpGroupWare will use, along with user name you + provided, to access the database. + +Template: phpgroupware/db/user/password/confirm +Type: password +_Description: Please retype the password to access the database: + Please enter the database access password again. If the password you are + going to retype mismatch the previous entered one, I'll ask you to enter + them again. + +Template: phpgroupware/db/user/password/mismatch +Type: text +_Description: Passwords mismatch. + The database access passwords you entered mismatch. Please try again. + +Template: phpgroupware/db/admin/name +Type: string +_Description: Please enter the database administrator user name: + This user name will be used to access the database to create (if needed): + . + (1) The database + (2) The new database account that phpGroupWare will use to access the + database + . + It should be 'postgres' for PostgreSQL or 'root' for MySQL. + +Template: phpgroupware/db/admin/password +Type: password +_Description: Please enter the database administrator password (if any): + This is the password that will be used along with the database + administrator user name. + . + NOTE: This password will not be asked twice, since it's not a new + password. + +Template: phpgroupware/db/setup/skip +Type: boolean +Default: false +Description: for internal use + Defines if database setup will be skipped. + +Template: phpgroupware/db/setup/abort +Type: note +_Description: Abort database setup + The database type you selected is not supported; you should manually + create and drop the database and the account that phpGroupWare needs. In + any case I'll setup the configuration file + (/etc/phpgroupware/header.inc.php). + +Template: phpgroupware/configuration/overwrite +Type: boolean +Default: false +_Description: Overwrite 'Header Admin' configuration? + With the informations provided, the 'Header Admin' file + (/etc/phpgroupware/header.inc.php) can be setup. This may not be the + most tuned setup, but phpGroupWare will work with the average + system. If overwriting is selected, this file will *ALWAYS* be + overwritten on any upgrade of this package. A safe option is to + choose overwriting by now, and disable this option later with the + dpkg-reconfigure(1) command. + +Template: phpgroupware/postrm +Type: boolean +Default: true +_Description: Delete phpGroupWare data on purge? + Defines if all phpGroupWare data should be erased when the package is + purged, including the database (i.e. all data entered by the users) + and the phpGroupWare database account. (Note: if deletion is chosen, + upon purging the package, the database administrator password will be + prompted for.) + +Template: phpgroupware/debug +Type: text +_Description: DEBUG. + ${debug} + +Template: phpgroupware/configuration/nooverwritenote +Type: note +_Description: Not resetting the 'header.inc.php' file + The handling of the 'header.inc.php' configuration has changed. + . + The Debian package scripts cannot guess if the previous settings in + your file should be overwritten (with the Debian defaults and the new + configuration values entered in the previous configuration dialogs). + . + You may ignore this warning if you are upgrading from a previous + package, or if you have modified the header.inc.php settings with + the phpGroupware 'Header Admin' setup dialogs. + . + See instructions in README.Debian (found in + /usr/share/doc/phpgroupware-0.9.16-core-base/) to switch to a + /etc/phpgroupware/header.inc.php file automatically updated by the + package (re-)configuration. + --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-email.copyright +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-email.copyright @@ -0,0 +1,89 @@ +This package was debianized by Olivier Berger + on Fri Feb 22 16:41:48 CET 2008. It is +based on previous Debian packaging for phpGroupware made by Thomas +Viehmann (on Sat, 12 Jul 2003 22:14:43 +0200), and +later maintained by Andrew Mitchell . + +The current Debian maintainers are Olivier Berger + and Christian Bac +. + +It was downloaded from http://download.phpgroupware.org/now and +modified not to contain DFSG non-free documents. + +Upstream Authors: PHPGroupware Team . + Please see the phpgroupware web page + for individual contributors. + +Copyright: + + Most files in phpGroupware source are Copyright 1999, 2000, 2001, 2002, + 2003, 2004 and later by the Free Software Foundation. + Otherwise copyright statements can be found in the respective + files. + +Licenses: + +According to the "doc/LICENSE" file, and headers of source files, this +package contains works licensed under the terms of : + + * the GNU General Public License version 2, or (at your option) any + later version + + * the GNU Lesser General Public License version 2.1 or (at your + option) any later version + + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in + `/usr/share/common-licenses/GPL-2'. + + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian systems, the complete text of the GNU Lesser General + Public License version 2.1 can be found in + '/usr/share/common-licenses/LGPL-2.1'. + + +In addition, the noia icons (contained in the +/usr/share/phpgroupware/email/templates/default/images/noia/ folder), +distributed as part of the default template, are Copyright (c) 2003 by +Carlitus (Carles Carbonell Bernado) +(http://www.carlitus.net), and released (as stated in sources in +"email/templates/default/images/noia/noia.license") under the GNU +General Public License (see above). + + + +The Debian packaging is (C) 2008, Olivier Berger +, Christian Bac + and is licensed under the GNU General +Public license, see above. + --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-phpgwapi-doc.dirs +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-phpgwapi-doc.dirs @@ -0,0 +1 @@ +usr/share/phpgroupware/phpgwapi --- phpgroupware-0.9.16.012+dfsg.orig/debian/phpgroupware-0.9.16-filemanager.phpgroupware-filemanager.cron.d +++ phpgroupware-0.9.16.012+dfsg/debian/phpgroupware-0.9.16-filemanager.phpgroupware-filemanager.cron.d @@ -0,0 +1,5 @@ +# /etc/cron.d/phpgroupware-filemanager: crontab fragment for phpgroupware-0.9.16-filemanager +# This purges uploaded files older than 24 hours + +# Look for and purge old sessions every 30 minutes +05,35 * * * * root [ -d /var/lib/phpgroupware/uploaded ] && find /var/lib/phpgroupware/uploaded/ -type f -cmin +1440 -print0 | xargs -n 200 -r -0 rm --- phpgroupware-0.9.16.012+dfsg.orig/debian/patches/472679.diff +++ phpgroupware-0.9.16.012+dfsg/debian/patches/472679.diff @@ -0,0 +1,11 @@ +--- phpgroupware-0.9.16-phpgwapi/usr/share/phpgroupware/phpgwapi/inc/class.config.inc.php.orig 2008-03-17 13:48:19.000000000 +0100 ++++ phpgroupware-0.9.16-phpgwapi/usr/share/phpgroupware/phpgwapi/inc/class.config.inc.php 2008-03-26 12:31:49.000000000 +0100 +@@ -62,7 +62,7 @@ + { + $this->db->query('DELETE FROM phpgw_app_sessions' + . ' WHERE sessionid = \'0\'' +- . ' AND loginid = 0' ++ . ' AND loginid = \'0\'' + . " AND app = '{$this->appname}'" + . ' AND location = \'config\'', + __LINE__, __FILE__); --- phpgroupware-0.9.16.012+dfsg.orig/debian/patches/phpgroupware-felamimail.CVE-2007-3215.diff +++ phpgroupware-0.9.16.012+dfsg/debian/patches/phpgroupware-felamimail.CVE-2007-3215.diff @@ -0,0 +1,14 @@ +--- phpgroupware-0.9.16.011.orig/felamimail/inc/class.phpmailer.inc.php ++++ phpgroupware-felamimail/usr/share/phpgroupware/felamimail/inc/class.phpmailer.inc.php +@@ -591,9 +591,9 @@ + */ + function sendmail_send($header, $body) { + if ($this->Sender != "") +- $sendmail = sprintf("%s -oi -f %s -t", $this->Sendmail, $this->Sender); ++ $sendmail = sprintf("%s -oi -f %s -t", escapeshellcmd($this->Sendmail), escapeshellarg($this->Sender)); + else +- $sendmail = sprintf("%s -oi -t", $this->Sendmail); ++ $sendmail = sprintf("%s -oi -t", escapeshellcmd($this->Sendmail)); + + if(!@$mail = popen($sendmail, "w")) + { --- phpgroupware-0.9.16.012+dfsg.orig/debian/patches/phpgroupware-setup.file-path-config-default.diff +++ phpgroupware-0.9.16.012+dfsg/debian/patches/phpgroupware-setup.file-path-config-default.diff @@ -0,0 +1,11 @@ +--- phpgroupware-0.9.16-setup/usr/share/phpgroupware/setup/config.php.orig 2007-05-04 11:15:45.000000000 +0200 ++++ phpgroupware-0.9.16-setup/usr/share/phpgroupware/setup/config.php 2008-03-07 17:36:11.000000000 +0100 +@@ -74,7 +74,7 @@ + /* Guessing default values. */ + $GLOBALS['current_config']['hostname'] = $_SERVER['HTTP_HOST']; + // files-dir is not longer allowed in document root, for security reasons !!! +- $GLOBALS['current_config']['files_dir'] = '/outside/webserver/docroot'; ++ $GLOBALS['current_config']['files_dir'] = '/var/lib/phpgroupware/files'; + + if(@is_dir('/tmp')) + { --- phpgroupware-0.9.16.012+dfsg.orig/debian/patches/upstream-23386-sessions.diff +++ phpgroupware-0.9.16.012+dfsg/debian/patches/upstream-23386-sessions.diff @@ -0,0 +1,11 @@ +--- phpgroupware-0.9.16-phpgwapi/usr/share/phpgroupware/phpgwapi/inc/class.sessions_php4.inc.php.orig 2008-06-03 22:44:05.000000000 +0200 ++++ phpgroupware-0.9.16-phpgwapi/usr/share/phpgroupware/phpgwapi/inc/class.sessions_php4.inc.php 2008-06-03 22:43:27.000000000 +0200 +@@ -210,7 +210,7 @@ + unset($session_cache[$file]); + } + } +- if ( !isset($session_cache[$file]) && is_readable($file) )// not in cache, read and cache it ++ if ( !isset($session_cache[$file]) && is_readable($path . '/' .$file) )// not in cache, read and cache it + { + $fd = fopen ($path . '/' . $file,'r'); + $fs = filesize ($path . '/' . $file); --- phpgroupware-0.9.16.012+dfsg.orig/debian/patches/upstream-20555-todo.diff +++ phpgroupware-0.9.16.012+dfsg/debian/patches/upstream-20555-todo.diff @@ -0,0 +1,11 @@ +--- phpgroupware-0.9.16-todo/usr/share/phpgroupware/todo/inc/class.bo.inc.php.orig 2008-03-28 13:43:08.000000000 +0100 ++++ phpgroupware-0.9.16-todo/usr/share/phpgroupware/todo/inc/class.bo.inc.php 2008-03-28 17:13:06.000000000 +0100 +@@ -43,7 +43,7 @@ + function bo($session=False) + { + $this->sotodo = CreateObject('todo.so'); +- $this->datetime = CreateObject('phpgwapi.datetime'); ++ $this->datetime = CreateObject('phpgwapi.phpgw_datetime'); + + if ($session) + { --- phpgroupware-0.9.16.012+dfsg.orig/debian/patches/upstream-security-20090722.diff +++ phpgroupware-0.9.16.012+dfsg/debian/patches/upstream-security-20090722.diff @@ -0,0 +1,109 @@ +--- phpgroupware-0.9.16-addressbook/usr/share/phpgroupware/addressbook/inc/class.uiXport.inc.php.orig ++++ phpgroupware-0.9.16-addressbook/usr/share/phpgroupware/addressbook/inc/class.uiXport.inc.php +@@ -73,7 +73,8 @@ + + function import() + { +- if ($_REQUEST['convert']) //&& ($_FILES['tsvfile']['error'] == UPLOAD_ERR_OK)) ++ $conv_type_a = $GLOBALS['phpgw']->session->appsession('conv_type_values_i', 'addressbook'); ++ if ($_REQUEST['convert'] && is_array($conv_type_a) && in_array($_REQUEST['conv_type'], $conv_type_a)) //&& ($_FILES['tsvfile']['error'] == UPLOAD_ERR_OK)) + { + $buffer = $this->bo->import($_FILES['tsvfile']['tmp_name'],$_REQUEST['conv_type'],$_REQUEST['private'],$_REQUEST['fcat_id']); + +@@ -130,7 +131,7 @@ + $fname = ereg_replace('_',' ',$myfilearray[$i]); + $conv .= ''; + } +- ++ $GLOBALS['phpgw']->session->appsession('conv_type_values_i', 'addressbook', $myfilearray); + $this->template->set_var('lang_cancel',lang('Cancel')); + $this->template->set_var('lang_cat',lang('Select Category')); + $this->template->set_var('cancel_url',$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.index')); +@@ -173,7 +174,8 @@ + + //$entries = $this->bo->$get_data_function($fields, $this->limit, $this->start, $this->order, $this->sort, '', $criteria); + +- if ($_REQUEST['convert']) ++ $conv_type_a = $GLOBALS['phpgw']->session->appsession('conv_type_values_e', 'addressbook'); ++ if ($_REQUEST['convert'] && is_array($conv_type_a) && in_array($_REQUEST['conv_type'], $conv_type_a)) + { + if ($_REQUEST['conv_type'] == 'none') + { +@@ -248,6 +250,7 @@ + $conv .= ' '."\n"; + } + ++ $GLOBALS['phpgw']->session->appsession('conv_type_values_e', 'addressbook', $myfilearray); + $this->template->set_var('lang_cancel',lang('Cancel')); + $this->template->set_var('lang_cat',lang('Select Category')); + $this->template->set_var('cat_link',$this->cat_option($this->cat_id,False,False)); +--- phpgroupware-0.9.16-addressbook/usr/share/phpgroupware/addressbook/csv_import.php.orig ++++ phpgroupware-0.9.16-addressbook/usr/share/phpgroupware/addressbook/csv_import.php +@@ -31,12 +31,20 @@ + $GLOBALS['phpgw']->template->set_block('import','ffooter','ffooterhandle'); + $GLOBALS['phpgw']->template->set_block('import','imported','importedhandle'); + +- $csvfile = isset($_POST['csvfile']) ? $_POST['csvfile'] : $_FILES['csvfile']['tmp_name']; ++ $csvfile = $_FILES['csvfile']['tmp_name']; + + if($_POST['action'] == 'download' && (!$_POST['fieldsep'] || !$csvfile || !($fp=fopen($csvfile,'rb')))) + { + $_POST['action'] = ''; + } ++ if($_POST['action'] == 'import') ++ { ++ $csvfile = $GLOBALS['phpgw']->session->appsession('import_data', 'addressbook'); ++ if(!file_exists($csvfile)) ++ { ++ $_POST['action'] = ''; ++ } ++ } + $GLOBALS['phpgw']->template->set_var('action_url',$GLOBALS['phpgw']->link('/addressbook/csv_import.php')); + + $PSep = '||'; // Pattern-Separator, separats the pattern-replacement-pairs in trans +@@ -175,9 +183,10 @@ + $GLOBALS['phpgw']->template->set_var('max',200); + $GLOBALS['phpgw']->template->parse('ffooterhandle','ffooter'); + fclose($fp); +- $old = $csvfile; $csvfile = $GLOBALS['phpgw_info']['server']['temp_dir'].'/addrbook_import_'.basename($csvfile); +- rename($old,$csvfile); +- $hiddenvars .= ''; ++ $old = $csvfile; $csvfile = $GLOBALS['phpgw_info']['server']['temp_dir'].'/addrbook_import_'.$GLOBALS['phpgw_info']['user']['account_id'].'_'.basename($csvfile); ++ rename($old,$csvfile); ++ $GLOBALS['phpgw']->session->appsession('import_data', 'addressbook', $csvfile); ++ //$hiddenvars .= ''; + $mktime_lotus = "${PSep}0?([0-9]+)[ .:-]+0?([0-9]*)[ .:-]+0?([0-9]*)[ .:-]+0?([0-9]*)[ .:-]+0?([0-9]*)[ .:-]+0?([0-9]*).*$ASep@mktime(${VPre}4,${VPre}5,${VPre}6,${VPre}2,${VPre}3,${VPre}1)"; + $help_on_trans = "How to use Translation's

". + "Translations enable you to change / adapt the content of each CSV field for your needs.
". + +--- phpgroupware-0.9.16-phpgwapi/usr/share/phpgroupware/phpgwapi/inc/class.auth_sql.inc.php.orig ++++ phpgroupware-0.9.16-phpgwapi/usr/share/phpgroupware/phpgwapi/inc/class.auth_sql.inc.php +@@ -40,11 +40,15 @@ + + if ($passwd_type == 'md5') + { ++ if(!preg_match('/^[0-9a-f]*$/', $passwd)) ++ { ++ return False; ++ } + $_passwd = $passwd; + } + + $db->query("SELECT * FROM phpgw_accounts WHERE account_lid = '$username' AND " +- . "account_pwd='" . $_passwd . "' AND account_status ='A'",__LINE__,__FILE__); ++ . "account_pwd='$_passwd' AND account_status ='A'",__LINE__,__FILE__); + $db->next_record(); + + if ($db->f('account_lid')) +--- phpgroupware-0.9.16-core-base/usr/share/phpgroupware/login.php.orig ++++ phpgroupware-0.9.16-core-base/usr/share/phpgroupware/login.php +@@ -329,7 +329,7 @@ + { + if (ereg('phpgw_',$name)) + { +- $extra_vars .= '&' . $name . '=' . urlencode($value); ++ $extra_vars .= '&' . urlencode($name) . '=' . urlencode($value); + } + } + + --- phpgroupware-0.9.16.012+dfsg.orig/debian/patches/phpgroupware.debian-version.diff +++ phpgroupware-0.9.16.012+dfsg/debian/patches/phpgroupware.debian-version.diff @@ -0,0 +1,11 @@ +--- phpgroupware-0.9.16-core-base/usr/share/phpgroupware/login.php.orig 2005-01-03 06:56:04.000000000 +0100 ++++ phpgroupware-0.9.16-core-base/usr/share/phpgroupware/login.php 2005-01-17 15:02:33.000000000 +0100 +@@ -340,7 +340,7 @@ + + $tmpl->set_var('login_url', $GLOBALS['phpgw_info']['server']['webserver_url'] . '/login.php' . $extra_vars); + $tmpl->set_var('registration_url',$GLOBALS['phpgw_info']['server']['webserver_url'] . '/registration/'); +- $tmpl->set_var('version',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']); ++ $tmpl->set_var('version','%%%DEBIAN-VERSION%%%'); + $tmpl->set_var('cd',check_logoutcode($_GET['cd'])); + $tmpl->set_var('cookie',$last_loginid); + --- phpgroupware-0.9.16.012+dfsg.orig/debian/patches/421580-cookie-domain-fqdn.diff +++ phpgroupware-0.9.16.012+dfsg/debian/patches/421580-cookie-domain-fqdn.diff @@ -0,0 +1,21 @@ +--- phpgroupware-0.9.16-phpgwapi/usr/share/phpgroupware/phpgwapi/inc/class.sessions.inc.php.orig 2008-03-28 15:48:11.000000000 +0100 ++++ phpgroupware-0.9.16-phpgwapi/usr/share/phpgroupware/phpgwapi/inc/class.sessions.inc.php 2008-03-28 16:06:00.000000000 +0100 +@@ -420,6 +420,10 @@ + { + $dom = $arr[1]; + } ++ ++ $this->cookie_domain = $dom; ++ ++ /* Debian specific patch : don't set cookie domain to anything else than fqdn (see #421580) + $parts = explode('.',$dom); + if (count($parts) > 2) + { +@@ -439,6 +443,7 @@ + { + $this->cookie_domain = ''; + } ++ */ + print_debug('COOKIE_DOMAIN',$this->cookie_domain,'api'); + + $this->set_cookie_params($this->cookie_domain); // for php4 sessions necessary --- phpgroupware-0.9.16.012+dfsg.orig/debian/etc/apache.conf +++ phpgroupware-0.9.16.012+dfsg/debian/etc/apache.conf @@ -0,0 +1,40 @@ +# phpGroupWare suggested apache config file +# Portions +# Written by Dave Hall +# (c) Free Software Foundation 2004 +# License - see http://www.gnu.org/copyleft/gpl.html + +Alias /phpgroupware /usr/share/phpgroupware + + + Options +FollowSymLinks + AllowOverride None + order allow,deny + allow from all + DirectoryIndex index.html index.php + + # This bit is not needed here if you have changed your php.ini + # as recommened in php-configuration.txt + php_flag display_errors off + php_flag file_uploads on + php_flag log_errors on + php_flag register_globals off + php_value max_execution_time 90 + php_value memory_limit 20M + # strange : cannot set that one as suggested by upstream docs with + # php_value open_basedir /usr/share/phpgroupware:/var/lib/phpgroupware/files:/var/lib/phpgroupware/sessions + # However, it seems OK with php_admin_value, which is a change related to PHP5 it seems + # Adding /etc/phpgroupware/ here because of the symlink from header.inc.php + php_admin_value open_basedir "/usr/share/phpgroupware/:/var/lib/phpgroupware/files/:/var/lib/phpgroupware/sessions/:/etc/phpgroupware/:/var/lib/phpgroupware/uploaded/" + php_value session.save_path /var/lib/phpgroupware/sessions + php_value upload_max_filesize 5M + php_admin_value upload_tmp_dir /var/lib/phpgroupware/uploaded + # that last one will be overwritten by some config settings inside phpgw + php_value session.gc_maxlifetime 3600 + + + + Order allow,deny + Deny from all + + --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/POTFILES.in +++ phpgroupware-0.9.16.012+dfsg/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] phpgroupware-0.9.16-core-base.templates --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/ru.po +++ phpgroupware-0.9.16.012+dfsg/debian/po/ru.po @@ -0,0 +1,479 @@ +# translation of ru.po to Russian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Yuri Kozlov , 2009. +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware 1:0.9.16.012+dfsg-8\n" +"Report-Msgid-Bugs-To: phpgroupware@packages.debian.org\n" +"POT-Creation-Date: 2008-04-17 17:57+0200\n" +"PO-Revision-Date: 2009-07-09 20:50+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "Package configuration note" +msgstr "Замечание по наÑтройке пакета" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"phpGroupWare needs additional configuration via its web interface. After the " +"installation has finished, you should point your browser to the phpGroupWare " +"setup, for example:" +msgstr "" +"phpGroupWare требует дополнительной наÑтройки через веб-интерфейÑ. " +"ПоÑле Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ ÑƒÑтановки, вам необходимо открыть в браузере Ñтраницу " +"наÑтройки phpGroupWare, например:" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ Ð½Ð°Ñтройки, Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð±Ð°Ð·Ñ‹ и чтобы phpGroupWare " +"определил уÑтановленные модули." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "Please enter the desired phpGroupWare 'Header Admin' password:" +msgstr "Задайте пароль к разделу phpGroupWare 'Header Admin':" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "" +"'Header Admin' is the section in which the phpGroupWare administrator can " +"define the information which will let the application to 'start' (i.e. " +"database settings, directories location etc.) Note that the Header " +"Administration page contains the phpGroupWare database access password (but " +"not the administrator password)." +msgstr "" +"'Header Admin' -- Ñто раздел, в котором админиÑтратор phpGroupWare может " +"ввеÑти данные, требуемые Ð´Ð»Ñ 'запуÑка' Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ (Ñ‚.е. наÑтройки базы " +"данных, раÑположение каталогов и Ñ‚.д.). Заметим, что на Ñтранице Header " +"Administration ÑодержитÑÑ Ð¿Ð°Ñ€Ð¾Ð»ÑŒ доÑтупа к базе данных phpGroupWare (но " +"не пароль админиÑтратора)." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid "Confirm the 'Header Admin' password:" +msgstr "Повторите ввод Ð¿Ð°Ñ€Ð¾Ð»Ñ Ðº 'Header Admin':" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "Введите пароль к разделу phpGroupWare 'Header Admin' ещё раз." + +#. Type: text +#. Description +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "Password mismatch." +msgstr "Пароли не Ñовпадают." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +msgid "The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "Введённые пароли к 'Header Admin' не Ñовпадают. Попробуйте ещё раз." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Задайте пароль к разделу phpGroupWare 'Setup/Config Admin':" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"'Setup/Config Admin' -- Ñто раздел, в котором админиÑтратору phpGroupWare " +"доÑтупны Ñледующие наÑтройки:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" (1) ПроÑтое управление приложением\n" +" (2) ÐаÑтройка (общаÑ)\n" +" (3) ÐаÑтройки Ñзыка\n" +" (4) РаÑширенное управление приложением" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Повторите ввод Ð¿Ð°Ñ€Ð¾Ð»Ñ Ðº phpGroupWare 'Setup/Config Admin':" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "" +"Please enter the 'Setup/Config Admin' password again. If the password you " +"are going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Введите пароль к разделу phpGroupWare 'Setup/Config Admin' ещё раз. ЕÑли пароль не " +"Ñовпадёт Ñ Ð²Ð²ÐµÐ´Ñ‘Ð½Ð½Ñ‹Ð¼ ранее, то Ð²Ð°Ñ Ð¿Ð¾Ð¿Ñ€Ð¾ÑÑÑ‚ ввеÑти их ещё раз." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "Введённые пароли Ð´Ð»Ñ Ð½Ð°Ñтройки не Ñовпадают. Попробуйте ещё раз." + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Какой веб-Ñервер нужно наÑтроить автоматичеÑки?" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpGroupWare работает на любом веб-Ñервере Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¾Ð¹ PHP, " +"но процеÑÑ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкой наÑтройки поддерживаетÑÑ " +"только Ð´Ð»Ñ Apache." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "Please enter phpGroupWare database host name:" +msgstr "Введите Ð¸Ð¼Ñ Ñ…Ð¾Ñта базы данных phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" +"ЗдеÑÑŒ нужно указать Ð¸Ð¼Ñ Ñ…Ð¾Ñта или IP-адреÑ, который phpGroupWare будет " +"иÑпользовать Ð´Ð»Ñ Ð´Ð¾Ñтупа к базе данных." + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "MySQL" +msgstr "MySQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "PostgreSQL" +msgstr "PostgreSQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "none/other" +msgstr "нет/другой" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "What database type will phpGroupWare use" +msgstr "Тип иÑпользуемой phpGroupWare базы данных:" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "This is the type of database the server will use." +msgstr "ЗдеÑÑŒ нужно выбрать тип иÑпользуемого Ñервера базы данных." + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "" +"NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only " +"non-proprietary database types properly supported upstream." +msgstr "" +"ЗÐМЕЧÐÐИЕ: Ð’ Debian поддерживаетÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ PostgreSQL и MySQL, так как " +"кажетÑÑ, что только Ñти типы Ñвободных баз данных хорошо поддерживаютÑÑ " +"авторами программы." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "Please enter phpGroupWare database name:" +msgstr "Введите Ð¸Ð¼Ñ Ð±Ð°Ð·Ñ‹ данных phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "" +"ЗдеÑÑŒ нужно ввеÑти Ð¸Ð¼Ñ Ð´Ð»Ñ Ð±Ð°Ð·Ñ‹ данных, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ " +"в phpGroupWare." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "Please enter the database user name to access the database:" +msgstr "Введите Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ Ð´Ð¾Ñтупа к базе данных:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "This is the user name that phpGroupWare will use to access the database." +msgstr "" +"ЗдеÑÑŒ нужно ввеÑти Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ, которое будет иÑпользоватьÑÑ Ð² " +"phpGroupWare Ð´Ð»Ñ Ð´Ð¾Ñтупа к базе данных." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "Please enter the password to access the database:" +msgstr "Введите пароль Ð´Ð»Ñ Ð´Ð¾Ñтупа к базе данных:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" +"ЗдеÑÑŒ нужно ввеÑти пароль, который вмеÑте Ñ Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð±ÑƒÐ´ÐµÑ‚ " +"иÑпользоватьÑÑ Ð² phpGroupWare Ð´Ð»Ñ Ð´Ð¾Ñтупа к базе данных." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please retype the password to access the database:" +msgstr "Введите пароль Ð´Ð»Ñ Ð´Ð¾Ñтупа к базе данных ещё раз:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "" +"Please enter the database access password again. If the password you are " +"going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Введите пароль к базе данных ещё раз. ЕÑли пароль не " +"Ñовпадёт Ñ Ð²Ð²ÐµÐ´Ñ‘Ð½Ð½Ñ‹Ð¼ ранее, то Ð²Ð°Ñ Ð¿Ð¾Ð¿Ñ€Ð¾ÑÑÑ‚ ввеÑти их ещё раз." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "Passwords mismatch." +msgstr "Пароли не Ñовпадают." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "Введённые пароли доÑтупа не Ñовпадают. Попробуйте ещё раз." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "Please enter the database administrator user name:" +msgstr "Введите Ð¸Ð¼Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратора базы данных:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "This user name will be used to access the database to create (if needed):" +msgstr "Это Ð¸Ð¼Ñ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ Ð´Ð»Ñ Ð´Ð¾Ñтупа к Ñерверу при Ñоздании (еÑли потребуетÑÑ):" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" (1) Базы данных\n" +" (2) Ðовой учётной запиÑи в базе данных, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ Ð²\n" +" phpGroupWare Ð´Ð»Ñ Ð´Ð¾Ñтупа к базе данных" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "Ðужно иÑпользовать 'postgres' Ð´Ð»Ñ PostgreSQL или 'root' Ð´Ð»Ñ MySQL." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "Please enter the database administrator password (if any):" +msgstr "Введите пароль админиÑтратора базы данных (еÑли еÑÑ‚ÑŒ):" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "" +"Этот пароль будет иÑпользоватьÑÑ Ð²Ð¼ÐµÑте Ñ Ð¸Ð¼ÐµÐ½ÐµÐ¼ админиÑтратора " +"базы данных." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "NOTE: This password will not be asked twice, since it's not a new password." +msgstr "ЗÐМЕЧÐÐИЕ: Пароль будет запрошен только один раз, так как Ñто не новый пароль." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "Abort database setup" +msgstr "Отмена наÑтройки базы данных" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "" +"The database type you selected is not supported; you should manually create " +"and drop the database and the account that phpGroupWare needs. In any case " +"I'll setup the configuration file (/etc/phpgroupware/header.inc.php)." +msgstr "" +"Выбранный тип базы данных не поддерживаетÑÑ; вам нужно вручную Ñоздать " +"или удалить базу данных и учётную запиÑÑŒ Ð´Ð»Ñ phpGroupWare. Ð’ любом Ñлучае, " +"будет Ñоздан файл наÑтройки (/etc/phpgroupware/header.inc.php)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "ПерезапиÑать файл наÑтройки 'Header Admin'?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "" +"With the informations provided, the 'Header Admin' file (/etc/phpgroupware/" +"header.inc.php) can be setup. This may not be the most tuned setup, but " +"phpGroupWare will work with the average system. If overwriting is selected, " +"this file will *ALWAYS* be overwritten on any upgrade of this package. A " +"safe option is to choose overwriting by now, and disable this option later " +"with the dpkg-reconfigure(1) command." +msgstr "" +"Введённой информации доÑтаточно Ð´Ð»Ñ Ð½Ð°Ñтройки файла 'Header Admin' " +"(/etc/phpgroupware/header.inc.php). Это, конечно, не Ñ‚Ð¾Ð½ÐºÐ°Ñ Ð½Ð°Ñтройка, но " +"доÑÑ‚Ð°Ñ‚Ð¾Ñ‡Ð½Ð°Ñ Ð´Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ phpGroupWare на ÑиÑтеме Ñо Ñредней производительноÑтью. " +"ЕÑли вы ответите утвердительно, то Ñтот файл *ВСЕГДÐ* будет перезапиÑыватьÑÑ " +"при любом обновлении данного пакета. Ðа данный момент лучше выбрать перезапиÑÑŒ, " +"и отменить её позже Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ команды dpkg-reconfigure(1)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Delete phpGroupWare data on purge?" +msgstr "УдалÑÑ‚ÑŒ данные phpGroupWare при вычиÑтке?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "" +"Defines if all phpGroupWare data should be erased when the package is " +"purged, including the database (i.e. all data entered by the users) and the " +"phpGroupWare database account. (Note: if deletion is chosen, upon purging " +"the package, the database administrator password will be prompted for.)" +msgstr "" +"ЗдеÑÑŒ можно указать, нужно ли удалÑÑ‚ÑŒ данные phpGroupWare при вычиÑтке " +"пакета, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð±Ð°Ð·Ñƒ данных (Ñ‚.е. вÑе данные, введённые пользователÑми) и " +"учётную запиÑÑŒ базы данных phpGroupWare. (Замечание: еÑли выбрано удаление, " +"то при вычиÑтке пакета будет запрошен пароль админиÑтратора базы данных.)" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "DEBUG." +msgstr "ОТЛÐДКÐ." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "${debug}" +msgstr "${debug}" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "Not resetting the 'header.inc.php' file" +msgstr "Файл 'header.inc.php' не изменÑетÑÑ" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The handling of the 'header.inc.php' configuration has changed." +msgstr "Обработка файла наÑтроек 'header.inc.php' изменилаÑÑŒ." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"The Debian package scripts cannot guess if the previous settings in your " +"file should be overwritten (with the Debian defaults and the new " +"configuration values entered in the previous configuration dialogs)." +msgstr "" +"Сценарии пакета Debian не могут определить, нужно ли перезапиÑывать " +"предыдущие наÑтройки в файле (наÑтройками Debian по умолчанию " +"и новыми значениÑми, указанными в диалогах наÑтройки ранее)." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"You may ignore this warning if you are upgrading from a previous package, or " +"if you have modified the header.inc.php settings with the phpGroupware " +"'Header Admin' setup dialogs." +msgstr "" +"Ð’Ñ‹ можете игнорировать данное предупреждение, еÑли выполнÑетÑÑ " +"обновление уже уÑтановленного пакета, или еÑли вы изменÑли " +"header.inc.php через диалоги наÑтройки phpGroupware 'Header Admin'." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"See instructions in README.Debian (found in /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) to switch to a /etc/phpgroupware/header.inc.php file " +"automatically updated by the package (re-)configuration." +msgstr "" +"См. инÑтрукции в README.Debian (в каталоге /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÑ…Ð¾Ð´Ð° на автоматичеÑкое обновление файла " +"/etc/phpgroupware/header.inc.php при обновлении/перенаÑтройке пакета." + --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/sv.po +++ phpgroupware-0.9.16.012+dfsg/debian/po/sv.po @@ -0,0 +1,488 @@ +# translation of phpgroupware_1:0.9.16.012+dfsg-7_sv.po to Swedish +# Copyright (C) 2008 +# This file is distributed under the same license as the phpgroupware package. +# +# Martin Ã…gren , 2008. +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware_1:0.9.16.012+dfsg-7_sv\n" +"Report-Msgid-Bugs-To: phpgroupware@packages.debian.org\n" +"POT-Creation-Date: 2008-04-17 17:57+0200\n" +"PO-Revision-Date: 2008-07-29 21:37+0200\n" +"Last-Translator: Martin Ã…gren \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "Package configuration note" +msgstr "Paketkonfigurationsnotis" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"phpGroupWare needs additional configuration via its web interface. After the " +"installation has finished, you should point your browser to the phpGroupWare " +"setup, for example:" +msgstr "" +"phpGroupWare behöver konfigureras ytterligare via webbgränssnittet. " +"Efter att installationen har avslutats, behöver du peka din webbläddrare " +"till phpGroupWare-inställningen, till exempel:" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"för att fortsätta installationen, fylla databasen och göra phpGroupWare " +"medveten om de installerade modulerna." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "Please enter the desired phpGroupWare 'Header Admin' password:" +msgstr "Ange det önskade lösenordet för phpGroupWares huvudadministration:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "" +"'Header Admin' is the section in which the phpGroupWare administrator can " +"define the information which will let the application to 'start' (i.e. " +"database settings, directories location etc.) Note that the Header " +"Administration page contains the phpGroupWare database access password (but " +"not the administrator password)." +msgstr "" +"Huvudadministrationen är den sektion där phpGroupWares administratör kan " +"definiera informationen som kommer lÃ¥ta applikation \"starta\" (exempelvis " +"databasinställningar, kataloger, etc.). Observera att huvudadministrationssidan " +"innehÃ¥ller phpGroupWare-databasens Ã¥tkomstlösenord (men " +"inte administratörslösenordet)." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid "Confirm the 'Header Admin' password:" +msgstr "Bekräfta huvudadministrationslösenordet:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr " Ange lösenordet för phpGroupWares huvudadministration igen." + +#. Type: text +#. Description +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "Password mismatch." +msgstr "Lösenorden matchar inte." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +msgid "The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "Det huvudadministrationslösenord du skrev in matchade inte. Försök igen." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Ange lösenordet för phpGroupWares inställnings- och konfigurationsadministration:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"Inställnings- och konfigurationsadministrationen är den sektion där " +"phpGroupWares administratör har tillgÃ¥ng till följande tjänster:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" (1) Enkel applikationshantering\n" +" (2) Konfiguration (generell)\n" +" (3) SprÃ¥khantering\n" +" (4) Avancerad applikationshantering" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Ange lösenordet för phpGroupWares inställnings- och konfigurationsaministration igen:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "" +"Please enter the 'Setup/Config Admin' password again. If the password you " +"are going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Ange lösenordet för inställnings- och konfigurationsaministration igen. " +"Om det lösenord du skriver in inte matchar det föregÃ¥ende, kommer " +"jag be dig skriva in dem igen." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "Det konfigurationslösenord du skrev in matchade inte. Försök igen." + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Vilken webbserver vill du ska omkonfigureras automatiskt?" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpGroupWare stöder alla webbservrar som PHP stöder, men " +"denna automatiska konfigurationsprocess stöder bara Apache." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "Please enter phpGroupWare database host name:" +msgstr "Ange värdnamnet för phpGroupWares databas:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" +"Detta ska vara värdnamnet eller IP-adressen som " +"phpGroupWare kommer använda för att komma " +"Ã¥t databasen." + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "MySQL" +msgstr "MySQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "PostgreSQL" +msgstr "PostgreSQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "none/other" +msgstr "ingen/annan" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "What database type will phpGroupWare use" +msgstr "Vilken databastyp kommer phpGroupWare använda" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "This is the type of database the server will use." +msgstr "Detta är den typ av databas som servern kommer använda." + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "" +"NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only " +"non-proprietary database types properly supported upstream." +msgstr "" +"OBSERVERA: Debian stöder endast PostgreSQL och MySQL " +"eftersom de verkar vara de enda icke-proprietära databastyperna med " +"ordentligt stöd uppströms." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "Please enter phpGroupWare database name:" +msgstr "Ange phpGroupWares databasnamn:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "Detta är namnet pÃ¥ databasen som phpGroupWare kommer använda." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "Please enter the database user name to access the database:" +msgstr "" +"Ange databasanvändarnamnet som ska användas för att komma " +"Ã¥t databasen:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "This is the user name that phpGroupWare will use to access the database." +msgstr "" +"Detta är användarnamnet som phpGroupWare kommer använda för " +"att komma Ã¥t databasen." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "Please enter the password to access the database:" +msgstr "Ange lösenordet för att komma Ã¥t databasen:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" +"Detta är lösenordet som phpGroupWare kommer använda, tillsammans " +"med användarnamnet du angav, för " +"att komma Ã¥t databasen." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please retype the password to access the database:" +msgstr "Upprepa lösenordet för att komma Ã¥t databasen:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "" +"Please enter the database access password again. If the password you are " +"going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Ange lösenordet för databasen igen. " +"Om det lösenord du skriver in inte matchar det föregÃ¥ende, kommer " +"jag be dig skriva in dem igen." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "Passwords mismatch." +msgstr "Lösenorden matchar inte." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "De databasÃ¥tkomstlösenord du skrev in matchar inte. Försök igen." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "Please enter the database administrator user name:" +msgstr "Ange användarnamnet pÃ¥ databasadministratören:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "This user name will be used to access the database to create (if needed):" +msgstr "" +"Detta användarnamn kommer användas för att komma Ã¥t databasen " +"vid behov:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" (1) Databasen\n" +" (2) Det nya databaskonto som phpGroupWare kommer använda för\n" +" att komma Ã¥t databasen" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "Det ska vara \"postgres\" för PostgreSQL eller \"root\" för MySQL." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "Please enter the database administrator password (if any):" +msgstr "Ange databasadministratörens lösenord:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "" +"Detta är det lösenord som kommer användas tillsammans med " +"databasadministratörens användarnamn." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" +"OBSERVERA: Detta lösenord kommer inte att efterfrÃ¥gas tvÃ¥ gÃ¥nger, " +"eftersom det inte är ett nytt lösenord." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "Abort database setup" +msgstr "Avbryt databasinställning" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "" +"The database type you selected is not supported; you should manually create " +"and drop the database and the account that phpGroupWare needs. In any case " +"I'll setup the configuration file (/etc/phpgroupware/header.inc.php)." +msgstr "" +"Den databastyp du har valt stöds inte; du behöver skapa och släppa " +"den databas och det konto som phpGroupWare behöver för hand. " +"Jag kommer hur som helst ställa in konfigurationsfilen (/etc/phpgroupware/header.inc.php)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "Skriv över konfiguration för huvudadministration?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "" +"With the informations provided, the 'Header Admin' file (/etc/phpgroupware/" +"header.inc.php) can be setup. This may not be the most tuned setup, but " +"phpGroupWare will work with the average system. If overwriting is selected, " +"this file will *ALWAYS* be overwritten on any upgrade of this package. A " +"safe option is to choose overwriting by now, and disable this option later " +"with the dpkg-reconfigure(1) command." +msgstr "" +"Med den information som angetts kan huvudadministrationsfilen " +"(/etc/phpgroupware/header.inc.php) ställas in. Detta är kanske inte den " +"mest finjusterade inställningen, men phpGroupWare kommer fungera pÃ¥ ett " +"normalt system. Om överskrivning väljs, kommer " +"denna fil *ALLTID* att skrivas över när detta paket uppgraderas. Ett " +"säkert val är att välja att skriva över nu, och avaktivera detta val senare " +"med hjälp av kommandot dpkg-reconfigure(1)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Delete phpGroupWare data on purge?" +msgstr "Ta bort phpGroupWares data vid rensning?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "" +"Defines if all phpGroupWare data should be erased when the package is " +"purged, including the database (i.e. all data entered by the users) and the " +"phpGroupWare database account. (Note: if deletion is chosen, upon purging " +"the package, the database administrator password will be prompted for.)" +msgstr "" +"Definierar huruvida all phpGroupWares data ska raderas " +"när paketet rensas, inklusive databasen (d. v. s. all data inskriven av användare) " +"och phpGroupWares databaskonto. (Observera: om radering väljs kommer " +"databasadministratörens lösenord att efterfrÃ¥gas vid rensning.)" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "DEBUG." +msgstr "FELSÖKNING." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "${debug}" +msgstr "${debug}" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "Not resetting the 'header.inc.php' file" +msgstr "Ã…terställer inte filen \"header.inc.php\"" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The handling of the 'header.inc.php' configuration has changed." +msgstr "Hanteringen av konfigurationen \"header.inc.php\" har ändrats." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"The Debian package scripts cannot guess if the previous settings in your " +"file should be overwritten (with the Debian defaults and the new " +"configuration values entered in the previous configuration dialogs)." +msgstr "" +"Skripten i debianpaketet kan inte gissa huruvida de tidigare " +"inställningarna i den fil ska skrivas över (med Debians standardvärden och " +"de nya konfigurationsvärde som angivits i de tidigare konfigurationsdialogerna)." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"You may ignore this warning if you are upgrading from a previous package, or " +"if you have modified the header.inc.php settings with the phpGroupware " +"'Header Admin' setup dialogs." +msgstr "" +"Du kan ignorera denna varning om du uppgraderar frÃ¥n ett tidigare paket, " +"eller om du har modifierat inställningarna i header.inc.php med hjälp av " +"inställningsdialogerna i huvudadministrationen (\"Header Admin\")." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"See instructions in README.Debian (found in /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) to switch to a /etc/phpgroupware/header.inc.php file " +"automatically updated by the package (re-)configuration." +msgstr "" +"Se instruktioner i README.Debian (finns i " +"/usr/share/doc/phpgroupware-0.9.16-core-base/) för att byta till en " +"/etc/phpgroupware/header.inc.php-fil som uppdateras automatiskt " +"av paket(om)konfigurationen." + --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/de.po +++ phpgroupware-0.9.16.012+dfsg/debian/po/de.po @@ -0,0 +1,518 @@ +# Translation of phpgroupware debconf templates to German +# Copyright (C) Erik Schanze , 2004. +# Copyright (C) Thomas Viehmann , 2005. +# Copyright (C) Helge Kreutzmann , 2008. +# This file is distributed under the same license as the phpgroupware package. +# +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware 1:0.9.16.012+dfsg-4\n" +"Report-Msgid-Bugs-To: phpgroupware@packages.debian.org\n" +"POT-Creation-Date: 2008-04-17 17:57+0200\n" +"PO-Revision-Date: 2008-04-29 18:33+0200\n" +"Last-Translator: Helge Kreutzmann \n" +"Language-Team: de \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "Package configuration note" +msgstr "Anmerkung zur Konfiguration" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"phpGroupWare needs additional configuration via its web interface. After the " +"installation has finished, you should point your browser to the phpGroupWare " +"setup, for example:" +msgstr "" +"phpGroupWare muss auch noch über seine Weboberfläche eingerichtet werden. " +"Nachdem die Installation beendet ist, sollten Sie phpGroupWare mit Ihrem " +"Browser nach folgendem Beispiel aufrufen:" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"um die Einrichtung fortzusetzen, die Datenbank zu initialisieren und damit " +"phpGroupWare die installierten Module einliest." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "Please enter the desired phpGroupWare 'Header Admin' password:" +msgstr "" +"Bitte gewünschtes Passwort für den phpGroupWare-»Header Admin« eingeben:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "" +"'Header Admin' is the section in which the phpGroupWare administrator can " +"define the information which will let the application to 'start' (i.e. " +"database settings, directories location etc.) Note that the Header " +"Administration page contains the phpGroupWare database access password (but " +"not the administrator password)." +msgstr "" +"Im »Header Admin« kann der phpGroupWare-Administrator Informationen " +"hinterlegen, die zum Starten des Programms benötigt werden (z.B. " +"Datenbankeinstellungen, Verzeichnisse etc.). Beachten Sie, dass die Header-" +"Administrator-Seite das Passwort für den Zugang zur phpGroupWare-Datenbank " +"enthält (aber nicht das Administrator-Passwort)." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid "Confirm the 'Header Admin' password:" +msgstr "Passwort für den »Header Admin« bestätigen:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "" +" Bitte das Passwort für den phpGroupWare »Header Admin« erneut eingeben." + +#. Type: text +#. Description +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "Password mismatch." +msgstr "Keine Übereinstimmung der Passwörter." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "" +"Die eingegebenen Passwörter für »Header Admin« stimmen nicht überein. Bitte " +"versuchen Sie es noch einmal." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Passwort für den phpGroupWare »Setup/Config Admin« eingeben:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"Im »Setup/Config Admin« hat der phpGroupWare-Administrator Zugriff auf " +"folgende Funktionen:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" (1) Einfaches Applikations-Management\n" +" (2) Einstellungen (allgemein)\n" +" (3) Sprachverwaltung\n" +" (4) Erweitertes Applikations-Management" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "" +"Bitte Passwort für phpGroupWare-»Konfigurations-Manager« erneut eingeben:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "" +"Please enter the 'Setup/Config Admin' password again. If the password you " +"are going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Bitte geben Sie das Passwort für den »Setup/Config Admin« erneut ein. Falls " +"die wiederholte Eingabe des Passwortes nicht mit der vorherigen " +"übereinstimmt, werden Sie nochmals gefragt." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "" +"Die eingegebenen Passworte stimmen nicht überein. Bitte erneut versuchen." + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Welchen Web-Server möchten Sie automatisch einrichten?" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpGroupWare unterstützt jeden Web-Server, den auch PHP unterstützt, aber nur " +"Apache kann automatisch eingerichtet werden." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "Please enter phpGroupWare database host name:" +msgstr "Rechnernamen der phpGroupWare-Datenbank eingeben:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" +"Geben Sie bitte den Rechnernamen oder die IP-Adresse an, die phpGroupWare " +"benutzen soll, um auf die Datenbank zuzugreifen." + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "MySQL" +msgstr "MySQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "PostgreSQL" +msgstr "PostgreSQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "none/other" +msgstr "keine/andere" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "What database type will phpGroupWare use" +msgstr "Welchen Datenbanktyp wird phpGroupWare verwenden" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "This is the type of database the server will use." +msgstr "Dies ist der Typ von Datenbank, den der Server verwenden wird." + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "" +"NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only " +"non-proprietary database types properly supported upstream." +msgstr "" +"BEMERKUNG: Debian verwendet nur PostgreSQL und MySQL, weil das wohl die " +"einzigen nicht-proprietären Datenbanken sind, die vom Programmautor gut " +"unterstützt werden." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "Please enter phpGroupWare database name:" +msgstr "Name der phpGroupWare-Datenbank eingeben:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "Der Name der Datenbank für phpGroupWare auf dem Datenbankserver." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "Please enter the database user name to access the database:" +msgstr "Name des Benutzers für den Datenbankzugriff eingeben:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "" +"This is the user name that phpGroupWare will use to access the database." +msgstr "" +"Diesen Benutzernamen verwendet phpGroupWare für den Zugang zur Datenbank." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "Please enter the password to access the database:" +msgstr "Passwort für den Zugang zur Datenbank eingeben:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" +"Dieses Passwort verwendet phpGroupWare zusammen mit dem Benutzernamen für " +"den Zugang zur Datenbank." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please retype the password to access the database:" +msgstr "Passwort für den Zugang zur Datenbank erneut eingeben:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "" +"Please enter the database access password again. If the password you are " +"going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Bitte geben Sie das Passwort für den Zugang zur Datenbank erneut ein. Falls " +"die wiederholte Eingabe des Passwortes nicht mit der vorherigen " +"übereinstimmt, werden Sie nochmals gefragt." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "Passwords mismatch." +msgstr "Keine Übereinstimmung der Passwörter." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" +"Die eingegebenen Passwörter für den Datenbankzugriff stimmen nicht überein. " +"Bitte erneut versuchen." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "Please enter the database administrator user name:" +msgstr "Benutzernamen des Datenbank-Administrators eingeben:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +"This user name will be used to access the database to create (if needed):" +msgstr "" +"Dieser Benutzername wird verwandt, um Folgendes anzulegen (falls nötig):" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" (1) Die Datenbank\n" +" (2) Den neuen Datenbank-Zugang, den phpGroupWare verwenden wird, um\n" +"mit der Datenbank arbeiten zu können." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "Es sollte »postgres« für PostgreSQL bzw. »root« für MySQL sein." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "Please enter the database administrator password (if any):" +msgstr "Passwort des Datenbank-Administrators eingeben (sofern vorhanden):" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "" +"Dieses Passwort wird zusammen mit dem Benutzernamen des Datenbank-" +"Administrators verwandt." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" +"BEMERKUNG: Das Passwort wird nicht zweimal abgefragt, weil es kein neues " +"Passwort ist." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "Abort database setup" +msgstr "Abbruch der Datenbank-Einrichtung" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "" +"The database type you selected is not supported; you should manually create " +"and drop the database and the account that phpGroupWare needs. In any case " +"I'll setup the configuration file (/etc/phpgroupware/header.inc.php)." +msgstr "" +"Der ausgewählte Datenbank-Typ wird nicht unterstützt; Sie sollten die " +"Datenbank und den Zugang für phpGroupWare manuell anlegen und verwalten. Die " +"Konfigurationsdatei (/etc/phpgroupware/header.inc.php) wird auf jeden Fall " +"angelegt." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "Überschreiben der »Header Admin«-Konfiguration?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "" +"With the informations provided, the 'Header Admin' file (/etc/phpgroupware/" +"header.inc.php) can be setup. This may not be the most tuned setup, but " +"phpGroupWare will work with the average system. If overwriting is selected, " +"this file will *ALWAYS* be overwritten on any upgrade of this package. A " +"safe option is to choose overwriting by now, and disable this option later " +"with the dpkg-reconfigure(1) command." +msgstr "" +"Mit der angegebenen Informationen kann die Datei »Header Admin« (/etc/" +"phpgroupware/header.inc.php) eingerichtet werden. Die Einstellungen könnten " +"nicht optimal sein, aber phpGroupWare wird im Normalfall funktionieren. Wird " +"Überschreiben ausgewählt, dann wird diese Datei bei *JEDEM* Upgrade dieses " +"Pakets überschrieben. Sie können dem Überschreiben ruhig zustimmen und die " +"Einstellung später mit dem Befehl dpkg-reconfigure(1) deaktivieren." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Delete phpGroupWare data on purge?" +msgstr "Daten von phpGroupWare beim vollständigen Entfernen des Pakets löschen?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "" +"Defines if all phpGroupWare data should be erased when the package is " +"purged, including the database (i.e. all data entered by the users) and the " +"phpGroupWare database account. (Note: if deletion is chosen, upon purging " +"the package, the database administrator password will be prompted for.)" +msgstr "" +"Legt fest, ob alle Daten von phpGroupWare, einschließlich der Datenbank (d.h. " +"aller von den Benutzer eingegebenen Daten) und des Datenbankkontos von " +"phpGroupWare, gelöscht werden sollen, wenn das Paket vollständig entfernt " +"wird. (Hinweis: Falls das Löschen ausgewählt wird, werden Sie beim " +"endgültigen Entfernen des Pakets nach dem Datenbank-Administratorpasswort " +"gefragt.)" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "DEBUG." +msgstr "DEBUG." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "${debug}" +msgstr "${debug}" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "Not resetting the 'header.inc.php' file" +msgstr "Setzte Datei »header.inc.php« nicht zurück" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The handling of the 'header.inc.php' configuration has changed." +msgstr "Der Umgang mit der »header.inc.php« hat sich geändert." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"The Debian package scripts cannot guess if the previous settings in your " +"file should be overwritten (with the Debian defaults and the new " +"configuration values entered in the previous configuration dialogs)." +msgstr "" +"Die Debian-Paketskripte können nicht erraten, ob die bisherigen Einstellungen " +"in Iher Datei überschrieben werden sollten (bei den Debian-" +"Standardeinstellungen und den neuen Konfigurationswerten, die in den " +"vorherigen Konfigurationsdialogen eingegeben wurden)." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"You may ignore this warning if you are upgrading from a previous package, or " +"if you have modified the header.inc.php settings with the phpGroupware " +"'Header Admin' setup dialogs." +msgstr "" +"Sie können diese Warnung ignorieren, falls Sie ein Upgrade von einem " +"vorhergehenden Paket durchführen oder falls Sie die Einstellungen in " +"header.inc.php mit den phpGroupware-»Header Admin«-Einrichtungsdialogen " +"verändert haben." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"See instructions in README.Debian (found in /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) to switch to a /etc/phpgroupware/header.inc.php file " +"automatically updated by the package (re-)configuration." +msgstr "" +"Lesen Sie die Anweisungen in README.Debian (zu finden unter /usr/share/doc/" +"phpgroupware-0.9.16-core-base/) um auf eine automatische Aktualisierung der " +"Datei /etc/phpgroupware/header.inc.php bei einer (Neu-)Konfiguration des " +"Pakets umzuschalten." + +#~ msgid "PostgreSQL, MySQL, none/other" +#~ msgstr "PostgreSQL, MySQL, keine/andere" + +#~ msgid "Defines if database setup will be skipped." +#~ msgstr "Legt fest, ob die Einrichtung der Datenbank übersprungen wird." + +#~ msgid "localhost" +#~ msgstr "localhost" + +#~ msgid "Please select phpGroupWare DB type:" +#~ msgstr "Typ der phpGroupWare-Datenbank auswählen:" + +#~ msgid "This is the name (and so the type) of The database you will use." +#~ msgstr "" +#~ "Das ist der Name (und auch der Typ) der Datenbank, die Sie nutzen werden." + +#~ msgid "phpgroupware" +#~ msgstr "phpgroupware" + +#~ msgid "Database setup skipped." +#~ msgstr "Einrichtung der Datenbank übersprungen." --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/vi.po +++ phpgroupware-0.9.16.012+dfsg/debian/po/vi.po @@ -0,0 +1,492 @@ +# Vietnamese translation for PHP Groupware. +# Copyright © 2009 Free Software Foundation, Inc. +# Clytie Siddall , 2005-2009. +# +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware 1:0.9.16.012+dfsg-8\n" +"Report-Msgid-Bugs-To: phpgroupware@packages.debian.org\n" +"POT-Creation-Date: 2008-04-17 17:57+0200\n" +"PO-Revision-Date: 2009-02-01 19:27+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.8\n" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "Package configuration note" +msgstr "Ghi chú vá» cấu hình gói" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"phpGroupWare needs additional configuration via its web interface. After the " +"installation has finished, you should point your browser to the phpGroupWare " +"setup, for example:" +msgstr "" +"Phần má»m phpGroupware yêu cầu thêm cấu hình thông qua giao diện Web. Sau khi " +"cài đặt xong thì bạn hãy chỉ trình duyệt Web tá»›i địa chỉ của thiết lập " +"phpGroupware, v.d.:" + +# Variable: don't translate / Biến: đừng dịch +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"để tiếp tục tiến trình cấu hình, hãy Ä‘iá»n vào cÆ¡ sở dữ liệu và cho phép " +"phpGroupWare thấy những mô-Ä‘un đã cài đặt." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "Please enter the desired phpGroupWare 'Header Admin' password:" +msgstr "" +"Hãy nhập mật khẩu « Header Admin » (Quản lý Phần đầu) phpGroupWare đã muốn." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "" +"'Header Admin' is the section in which the phpGroupWare administrator can " +"define the information which will let the application to 'start' (i.e. " +"database settings, directories location etc.) Note that the Header " +"Administration page contains the phpGroupWare database access password (but " +"not the administrator password)." +msgstr "" +"« Header Admin » (Quản lý Phần đầu) là phần trong đó quản trị phpGroupware có " +"khả năng xác định thông tin yêu cầu để khởi chạy ứng dụng (tức là thiết lập " +"cÆ¡ sở dữ liệu, vị trí thÆ° mục). Ghi chú rằng trang Header Admin chứa mật " +"khẩu truy cập đến cÆ¡ sở dữ liệu phpGroupware (nhÆ°ng không phải mật khẩu quản " +"trị)." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid "Confirm the 'Header Admin' password:" +msgstr "Hãy xác nhận mật khẩu « Header Admin »:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "Hãy gõ lại mật khẩu Header Admin phpGroupWare." + +#. Type: text +#. Description +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "Password mismatch." +msgstr "Hai mật khẩu không trùng nhau." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "" +"Bạn đã nhập hai mật khẩu « Header Admin » không trùng nhau. Hãy thá»­ lại." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password:" +msgstr "" +"Hãy nhập mật khẩu « Setup/Config Admin » (Quản lý Thiết lập Cấu hình) " +"phpGroupware:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"Phần « Setup/Config Admin » (Quản lý Thiết lập/Cấu hình) là phần trong đó " +"quản trị phpGroupware có khả năng truy cập đến những chức năng theo đây:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" (1) Quản lý ÄÆ¡n Ứng dụng\n" +" (2) Cấu hình (chung)\n" +" (3) Quản lý Ngôn ngữ\n" +" (4) Quản lý Cấp cao Ứng dụng" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Hãy gõ lại mật khẩu « Setup/Config Admin » phpGroupWare:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "" +"Please enter the 'Setup/Config Admin' password again. If the password you " +"are going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Hãy nhập lại mật khẩu « Setup/Config Admin » (Quản lý Thiết lập/Cấu hình). " +"Nếu hai mật khẩu không trùng nhau thì bạn sẽ lại được nhắc gõ lại." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "Bạn đã nhập hai mật khẩu cấu hình không trùng nhau. Hãy thá»­ lại." + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Bạn muốn tá»± Ä‘á»™ng cấu hình lại trình phục vụ Web nào?" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"Phần má»m phpGroupWare há»— trợ cùng má»i trình phục vụ Web vá»›i PHP, nhÆ°ng tiến " +"trình tá»± Ä‘á»™ng cấu hình này chỉ há»— trợ Apache." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "Please enter phpGroupWare database host name:" +msgstr "Hãy nhập tên máy chạy cÆ¡ sở dữ liệu phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" +"Giá trị này nên là tên máy hay địa chỉ IP được phpGroupWare dùng để truy cập " +"đến cÆ¡ sở dữ liệu." + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "MySQL" +msgstr "MySQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "PostgreSQL" +msgstr "PostgreSQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "none/other" +msgstr "không/khác" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "What database type will phpGroupWare use" +msgstr "phpGroupware sẽ dùng cÆ¡ sở dữ liệu kiểu nào" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "This is the type of database the server will use." +msgstr "Äây là kiểu cÆ¡ sở dữ liệu mà máy phục vụ sẽ dùng." + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "" +"NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only " +"non-proprietary database types properly supported upstream." +msgstr "" +"GHI CHÚ: Debian há»— trợ chỉ PostgreSQL và MySQL, vì có vẻ là chỉ hai kiểu cÆ¡ " +"sở dữ liệu này được nhà phát triển gốc há»— trợ." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "Please enter phpGroupWare database name:" +msgstr "Hãy nhập tên cÆ¡ sở dữ liệu phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "Giá trị này là tên của cÆ¡ sở dữ liệu cho phpGroupWare dùng." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "Please enter the database user name to access the database:" +msgstr "Hãy nhập tên ngÆ°á»i dùng cÆ¡ sở dữ liệu để truy cập đến cÆ¡ sở dữ liệu :" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "" +"This is the user name that phpGroupWare will use to access the database." +msgstr "" +"Giá trị này là tên ngÆ°á»i dùng được phpGroupWare dùng để truy cập đến cÆ¡ sở " +"dữ liệu." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "Please enter the password to access the database:" +msgstr "Hãy nhập mật khẩu để truy cập đến cÆ¡ sở dữ liệu :" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" +"Giá trị này là mật khẩu được phpGroupWare dùng, cÅ©ng vá»›i tên ngÆ°á»i dùng bạn " +"cung cấp, để truy cập đến cÆ¡ sở dữ liệu." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please retype the password to access the database:" +msgstr "Hãy gõ lại mật khẩu để truy cập đến cÆ¡ sở dữ liệu :" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "" +"Please enter the database access password again. If the password you are " +"going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Hãy nhập lại mật khẩu truy cập cÆ¡ sở dữ liệu. Nếu hai mật khẩu không trùng " +"nhau thì bạn sẽ lại được nhắc gõ chúng." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "Passwords mismatch." +msgstr "Hai mật khẩu không trùng nhau." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" +"Bạn đã nhập hai mật khẩu truy cập cÆ¡ sở dữ liệu mà không trùng nhau. Hãy thá»­ " +"lại." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "Please enter the database administrator user name:" +msgstr "Hãy nhập tên ngÆ°á»i dùng của quản trị cÆ¡ sở dữ liệu :" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +"This user name will be used to access the database to create (if needed):" +msgstr "" +"Tên ngÆ°á»i dùng này sẽ được dùng để truy cập đến cÆ¡ sở dữ liệu để tạo (nếu " +"yêu cầu):" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" (1) CÆ¡ sở dữ liệu\n" +" (2) Tài khoản cÆ¡ sở dữ liệu má»›i được phpGroupware dùng\n" +"để truy cập đến cÆ¡ sở dữ liệu" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "Nó nên là « postgres » cho PostgreSQL hay « root » cho MySQL." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "Please enter the database administrator password (if any):" +msgstr "Hãy nhập mật khẩu của quản trị cÆ¡ sở dữ liệu (nếu có):" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "" +"Giá trị này là mật khẩu sẽ được dùng cÅ©ng vá»›i tên ngÆ°á»i dùng của quản trị cÆ¡ " +"sở dữ liệu." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" +"GHI CHÚ : mật khẩu này sẽ không được yêu cầu hai lần, vì nó không phải là " +"má»™t mật khẩu má»›i." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "Abort database setup" +msgstr "Hủy bá» thiết lập cÆ¡ sở dữ liệu" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "" +"The database type you selected is not supported; you should manually create " +"and drop the database and the account that phpGroupWare needs. In any case " +"I'll setup the configuration file (/etc/phpgroupware/header.inc.php)." +msgstr "" +"Bạn đã chá»n má»™t kiểu cÆ¡ sở dữ liệu không được há»— trợ. Do đó bạn nên tá»± tạo " +"và xoá cÆ¡ sở dữ liệu và tài khoản được phpGroupware yêu cầu. Trong má»i " +"trÆ°á»ng hợp Ä‘á»u, tiến trình này sẽ thiết lập tập tin cấu hình (/etc/" +"phpgroupware/header.inc.php)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "Ghi đè lên cấu hình Header Admin không?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "" +"With the informations provided, the 'Header Admin' file (/etc/phpgroupware/" +"header.inc.php) can be setup. This may not be the most tuned setup, but " +"phpGroupWare will work with the average system. If overwriting is selected, " +"this file will *ALWAYS* be overwritten on any upgrade of this package. A " +"safe option is to choose overwriting by now, and disable this option later " +"with the dpkg-reconfigure(1) command." +msgstr "" +"Vá»›i thông tin sắp cung cấp, tập tin « Header Admin » (Quản lý Phần đầu) (/etc/" +"phpgroupware/header.inc.php) có thể được thiết lập. Äây có thể không phải là " +"thiết lập được Ä‘iá»u chỉnh má»™t cách thích hợp nhất, nhÆ°ng phần má»m " +"phpGroupware sẽ hoạt Ä‘á»™ng được vá»›i hệ thống trung bình. CÅ©ng bật tùy chá»n " +"ghi đè thì tập tin này LÚC NÀO CŨNG bị ghi đè khi nào nâng cấp gói này. Má»™t " +"tùy chá»n an toàn là bật tùy chá»n ghi đè má»™t cách tạm thá»i, và tắt nó vá» sau " +"bằng cách chạy câu lệnh cấu hình lại dpkg-reconfigure(1)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Delete phpGroupWare data on purge?" +msgstr "Tẩy gói phpGroupWare thì cÅ©ng xoá cả dữ liệu ?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "" +"Defines if all phpGroupWare data should be erased when the package is " +"purged, including the database (i.e. all data entered by the users) and the " +"phpGroupWare database account. (Note: if deletion is chosen, upon purging " +"the package, the database administrator password will be prompted for.)" +msgstr "" +"Xác định nếu khi tẩy gói, cÅ©ng nên xoá tất cả các dữ liệu phpGroupware, bao " +"gồm cÆ¡ sở dữ liệu (tức là tất cả các dữ liệu được ngÆ°á»i dùng nhập vào) và " +"tài khoản cÆ¡ sở dữ liệu phpGroupware. (Ghi chú : bật tùy chá»n xoá thì khi " +"tẩy gói cÅ©ng yêu cầu mật khẩu quản trị.)" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "DEBUG." +msgstr "Gá»  Lá»–I." + +# Variable: don't translate / Biến: đừng dịch +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "${debug}" +msgstr "${debug}" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "Not resetting the 'header.inc.php' file" +msgstr "Không Ä‘ang đặt lại tập tin « header.inc.php »" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The handling of the 'header.inc.php' configuration has changed." +msgstr "Cấu hình « header.inc.php » sẽ được quản lý khác." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"The Debian package scripts cannot guess if the previous settings in your " +"file should be overwritten (with the Debian defaults and the new " +"configuration values entered in the previous configuration dialogs)." +msgstr "" +"Văn lệnh gói Debian không có khả năng Ä‘oán nếu có nên ghi đè lên thiết lập " +"cÅ© trong tập tin của bạn (dùng các giá trị mặc định Debian và những giá trị " +"cấu hình má»›i được nhập vào các há»™p thoại cấu hình Ä‘i trÆ°á»›c), hay không." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"You may ignore this warning if you are upgrading from a previous package, or " +"if you have modified the header.inc.php settings with the phpGroupware " +"'Header Admin' setup dialogs." +msgstr "" +"Bạn vẫn còn có thể lá»i Ä‘i cảnh báo này nếu bạn Ä‘ang nâng cấp từ má»™t gói cÅ©, " +"hoặc nếu bạn đã sá»­a đổi thiết lập « header.inc.php » dùng các há»™p thoại thiết " +"lập « Header Admin » (Quản lý Phần đầu) của phpGroupware." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"See instructions in README.Debian (found in /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) to switch to a /etc/phpgroupware/header.inc.php file " +"automatically updated by the package (re-)configuration." +msgstr "" +"Xem hÆ°á»›ng dẫn trong tài liệu Äá»c Äi « README.Debian » (nằm trong thÆ° mục « /" +"usr/share/doc/phpgroupware-0.9.16-core-base/ ») để chuyển đổi sang má»™t tập " +"tin « /etc/phpgroupware/header.inc.php » được tá»± Ä‘á»™ng cập nhật bởi tiến trình " +"cấu hình (lại) gói." --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/fr.po +++ phpgroupware-0.9.16.012+dfsg/debian/po/fr.po @@ -0,0 +1,508 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: phpGroupWare_0.9.16.005-2_fr\n" +"Report-Msgid-Bugs-To: phpgroupware@packages.debian.org\n" +"POT-Creation-Date: 2008-04-17 17:57+0200\n" +"PO-Revision-Date: 2008-04-17 18:01+0200\n" +"Last-Translator: Olivier Berger \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "Package configuration note" +msgstr "Note sur la configuration du paquet" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"phpGroupWare needs additional configuration via its web interface. After the " +"installation has finished, you should point your browser to the phpGroupWare " +"setup, for example:" +msgstr "" +"La configuration de phpGroupWare doit être terminée via son interface web. " +"Après l'installation, veuillez vous connecter à la page de réglage de " +"phpGroupWare qui se trouve le plus souvent à l'adresse :" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"Pour continuer la configuration, remplissez la base de données, et laissez " +"phpGroupWare détecter les modules installés." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "Please enter the desired phpGroupWare 'Header Admin' password:" +msgstr "Mot de passe de la page d'administration principale :" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "" +"'Header Admin' is the section in which the phpGroupWare administrator can " +"define the information which will let the application to 'start' (i.e. " +"database settings, directories location etc.) Note that the Header " +"Administration page contains the phpGroupWare database access password (but " +"not the administrator password)." +msgstr "" +"La page d'administration principale (« header admin ») permet à " +"l'administrateur de phpGroupWare de définir les informations qui permettent " +"le fonctionnement de l'application (paramètres de connexion à la base de " +"données, emplacements des fichiers, etc.). Notez que cette page contient le " +"mot de passe permettant d'accéder à la base de données utilisée par " +"phpGroupWare (mais pas le mot de passe d'administration du système de " +"gestion de bases de données)." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid "Confirm the 'Header Admin' password:" +msgstr "Confirmation du mot de passe de la page d'administration principale :" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "" +"Veuillez indiquer à nouveau le mot de passe pour la page d'administration " +"principale." + +#. Type: text +#. Description +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "Password mismatch." +msgstr "Les mots de passe ne correspondent pas" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "Les mots de passe indiqués ne correspondent pas" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Mot de passe pour la page de configuration :" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"La page de configuration et de réglage (« setup/config admin ») permet à " +"l'administrateur de phpGroupWare d'effectuer les actions suivantes :" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" - Gestion simple des applications ;\n" +" - Réglages généraux ;\n" +" - Choix de la langue ;\n" +" - Gestion avancée des applications." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Confirmation du mot de passe pour la page de configuration :" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "" +"Please enter the 'Setup/Config Admin' password again. If the password you " +"are going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Veuillez indiquer à nouveau le mot de passe pour la page de configuration. " +"Si les deux mots de passe indiqués ne correspondent pas, vous devrez les " +"saisir à nouveau." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "" +"Les mots de passe indiqués ne correspondent pas. Veuillez essayer à nouveau." + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Serveur web à reconfigurer automatiquement :" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpGroupWare gère tous les serveurs web supportés par PHP, mais cette " +"procédure automatique de configuration ne prend en charge qu'Apache." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "Please enter phpGroupWare database host name:" +msgstr "Nom de l'hôte hébergeant la base de données de phpGroupWare :" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" +"Veuillez indiquer le nom ou l'adresse IP de l'ordinateur qui héberge la base " +"de données." + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "MySQL" +msgstr "MySQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "PostgreSQL" +msgstr "PostgreSQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "none/other" +msgstr "aucun/autre" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "What database type will phpGroupWare use" +msgstr "Le type de base de données utilisé par PhpGroupWare" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "This is the type of database the server will use." +msgstr "" +"C'est le type de la base de données qui sera utilisée par PhpGroupWare." + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "" +"NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only " +"non-proprietary database types properly supported upstream." +msgstr "" +"NOTE : Debian ne gère que PostgreSQL et MySQL, puisque ce sont les seuls " +"système de gestion de bases de données libres qui soient convenablement " +"supportés par les développeurs amonts. " + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "Please enter phpGroupWare database name:" +msgstr "Nom de la base de données :" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "Veuillez choisir le nom de la base de données de PhpGroupWare." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "Please enter the database user name to access the database:" +msgstr "Identifiant de connexion à cette base :" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "" +"This is the user name that phpGroupWare will use to access the database." +msgstr "" +"Veuillez indiquer l'identifiant qu'utilisera phpGroupWare pour se connecter " +"à la base." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "Please enter the password to access the database:" +msgstr "Mot de passe de connexion à la base de données :" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" +"Veuillez indiquer le mot de passe de connexion qui sera utilisé par " +"phpGroupWare, en plus de l'identifiant de connexion, pour s'authentifier " +"lors de ses accès à la base de données." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please retype the password to access the database:" +msgstr "Confirmation du mot de passe de connexion :" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "" +"Please enter the database access password again. If the password you are " +"going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Veuillez confirmer le mot de passe. Si les mots de passe saisis ne " +"correspondent pas, vous devrez les indiquer à nouveau." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "Passwords mismatch." +msgstr "Les mots de passe ne correspondent pas" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" +"Les mots de passe de connexion indiqués ne correspondent pas. Veuillez les " +"indiquer à nouveau." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "Please enter the database administrator user name:" +msgstr "Identifiant de l'administrateur de la base de données :" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +"This user name will be used to access the database to create (if needed):" +msgstr "" +"Veuillez indiquer l'identifiant de l'administrateur du système de gestion de " +"bases de données. Il servira à créer, si nécessaire :" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" - la base de données,\n" +" - les nouveaux comptes que phpGroupWare utilisera pour accéder à\n" +" la base de données ;" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "Cela devrait être « postgres » pour PostgreSQL, ou « root » pour MySQL." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "Please enter the database administrator password (if any):" +msgstr "Mot de passe de l'administrateur :" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "" +"Le mot de passe d'administration du système de gestion de bases de données " +"est utilisé conjointement avec l'identifiant de l'administrateur." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" +"Note : Ce mot de passe ne sera pas demandé deux fois, car ce n'est pas un " +"nouveau mot de passe." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "Abort database setup" +msgstr "Abandon de la configuration de la base de données" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "" +"The database type you selected is not supported; you should manually create " +"and drop the database and the account that phpGroupWare needs. In any case " +"I'll setup the configuration file (/etc/phpgroupware/header.inc.php)." +msgstr "" +"Le système de gestion de bases de données que vous avez choisi n'est pas " +"géré ; vous devrez créer et supprimer les bases de données vous-même, ainsi " +"que les identifiants que phpGroupWare utilise. Cependant, le fichier de " +"configuration principal (« /etc/phpgroupware/header.inc.php ») sera toujours " +"créé." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "Faut-il écraser la section de configuration principale ?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "" +"With the informations provided, the 'Header Admin' file (/etc/phpgroupware/" +"header.inc.php) can be setup. This may not be the most tuned setup, but " +"phpGroupWare will work with the average system. If overwriting is selected, " +"this file will *ALWAYS* be overwritten on any upgrade of this package. A " +"safe option is to choose overwriting by now, and disable this option later " +"with the dpkg-reconfigure(1) command." +msgstr "" +"Grâce aux informations fournies, le fichier de configuration principal (« /" +"etc/phpgroupware/header.inc.php ») peut être généré. La configuration " +"générée n'est certainement pas la plus précise, mais elle permettra à " +"phpGroupWare de fonctionner sur la plupart des systèmes. Si écraser est " +"choisi, ce fichier sera *TOUJOURS* écrasé à chaque mise à jour du paquet. Il " +"est tout à fait envisageable d'accepter l'écrasement maintenant, et de " +"désactiver cette option par la suite avec la commande dpkg-reconfigure(1)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Delete phpGroupWare data on purge?" +msgstr "Faut-il effacer les bases de données lors de la purge du paquet ?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "" +"Defines if all phpGroupWare data should be erased when the package is " +"purged, including the database (i.e. all data entered by the users) and the " +"phpGroupWare database account. (Note: if deletion is chosen, upon purging " +"the package, the database administrator password will be prompted for.)" +msgstr "" +"Définit si toutes les données relatives à phpGroupWare doivent être éffacées " +"lors de la purge du paquet, y compris la base de données (i.e. toutes les " +"informations saisies par les utilisateurs) et le compte utilisés par " +"phpGroupWare pour se connecter à la base de données. (Note : si l'effaçage " +"est choisi, le mot de passe d'administration du système de gestion de bases " +"de données sera demandé lors du nettoyage de ce paquet.)" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "DEBUG." +msgstr "DEBUG" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "${debug}" +msgstr "${debug}" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "Not resetting the 'header.inc.php' file" +msgstr "Regénération impossible du fichier 'header.inc.php'" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The handling of the 'header.inc.php' configuration has changed." +msgstr "La gestion de la configuration de 'header.inc.php' a changé." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"The Debian package scripts cannot guess if the previous settings in your " +"file should be overwritten (with the Debian defaults and the new " +"configuration values entered in the previous configuration dialogs)." +msgstr "" +"Les scripts du paquetage Debian ne peuvent deviner si les réglages " +"précédents dans votre fichier devraient être écrasés (par les valeurs par " +"défaut de Debian et les nouvelles valeurs de configuration saisies dans les " +"formulaires précédents)." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"You may ignore this warning if you are upgrading from a previous package, or " +"if you have modified the header.inc.php settings with the phpGroupware " +"'Header Admin' setup dialogs." +msgstr "" +"Vous pouvez ignorer cet avertissement si vous faites une mise-à-jour " +"majeure, ou si les paramètres dans le fichier header.inc.php ont été " +"modifiés avec les formulaires de configuration de la page d'administration " +"principale (« header admin ») de phpGroupware." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"See instructions in README.Debian (found in /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) to switch to a /etc/phpgroupware/header.inc.php file " +"automatically updated by the package (re-)configuration." +msgstr "" +"Se référer aux instructions du README.Debian (dans /usr/share/doc/" +"phpgroupware-0.9.16-core-base/) pour passer à un fichier /etc/phpgroupware/" +"header.inc.php mis-à-jour automatiquement par la (re-)configuration du " +"paquetage." --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/gl.po +++ phpgroupware-0.9.16.012+dfsg/debian/po/gl.po @@ -0,0 +1,523 @@ +# Galician translation of phpgroupware's debconf templates +# This file is distributed under the same license as the phpgroupware package. +# Jacobo Tarrio , 2007, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware\n" +"Report-Msgid-Bugs-To: phpgroupware@packages.debian.org\n" +"POT-Creation-Date: 2008-04-17 17:57+0200\n" +"PO-Revision-Date: 2008-05-13 00:43+0100\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "Package configuration note" +msgstr "Nota sobre a configuración do paquete" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"phpGroupWare needs additional configuration via its web interface. After the " +"installation has finished, you should point your browser to the phpGroupWare " +"setup, for example:" +msgstr "" +"phpGroupWare precisa de configuración adicional mediante a súa interface " +"web. Despois de rematar a instalación, debería ir co seu navegador á " +"configuración de phpGroupWare, por exemplo:" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"para continuar a configuración, encher a base de datos e facer que " +"phpGroupWare coñeza os módulos instalados." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "Please enter the desired phpGroupWare 'Header Admin' password:" +msgstr "" +"Introduza un contrasinal para a \"Administración de Cabeceira\" de " +"phpGroupWare:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "" +"'Header Admin' is the section in which the phpGroupWare administrator can " +"define the information which will let the application to 'start' (i.e. " +"database settings, directories location etc.) Note that the Header " +"Administration page contains the phpGroupWare database access password (but " +"not the administrator password)." +msgstr "" +"\"Administración de Cabeceira\" é a sección na que o administrador de " +"phpGroupWare pode definir a información coa que a aplicación se ha iniciar " +"(é dicir, configuración da base de datos, ubicación dos directorios, etc.). " +"Teña en conta que a páxina de Administración de Cabeceira contén o " +"contrasinal de acceso á base de datos de phpGroupWare (pero non o " +"contrasinal do administrador)." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid "Confirm the 'Header Admin' password:" +msgstr "Confirme o contrasinal de \"Administración de Cabeceira\":" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "" +" Volva escribir o contrasinal para \"Administración de Cabeceira\" de " +"phpGroupWare." + +#. Type: text +#. Description +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "Password mismatch." +msgstr "Contrasinais distintos." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "" +"Os contrasinais de \"Administración de Cabeceira\" que introduciu non son " +"iguais. Volva tentalo." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password:" +msgstr "" +"Introduza un contrasinal para \"Administración de Configuración\" de " +"phpGroupWare:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"A \"Administración de Configuración\" é a sección na que o administrador de " +"phpGroupWare accede ás seguintes opcións:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" (1) Xestión simple de aplicacións\n" +" (2) Configuración (xeral)\n" +" (3) Xestión de idiomas\n" +" (4) Xestión avanzada de aplicacións" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "" +" Volva escribir o contrasinal para \"Administración de Configuración\" de " +"phpGroupWare." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "" +"Please enter the 'Setup/Config Admin' password again. If the password you " +"are going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Introduza outra vez o contrasinal de \"Administración de Configuración\". Se " +"o contrasinal que introduza aquí non coincide co que introduciu antes, " +"háselle pedir que o volva introducir." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "" +"Os contrasinais de configuración que introduciu non son iguais. Volva " +"tentalo." + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "¿Que servidor web quere reconfigurar automaticamente?" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpGroupWare soporta os mesmos servidores web que PHP, pero este proceso " +"automático de configuración só soporta Apache." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "Please enter phpGroupWare database host name:" +msgstr "Introduza o nome do servidor de bases de datos de phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" +"Este é o nome ou enderezp IP que ha empregar phpGroupWare para acceder á " +"base de datos." + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "MySQL" +msgstr "MySQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "PostgreSQL" +msgstr "PostgreSQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "none/other" +msgstr "ningún/outro" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "What database type will phpGroupWare use" +msgstr "O tipo de base de datos que ha empregar phpGroupWare" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "This is the type of database the server will use." +msgstr "Este é o tipo da base de datos que ha empregar o servidor." + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "" +"NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only " +"non-proprietary database types properly supported upstream." +msgstr "" +"NOTA: Debian só soporta PostgreSQL e MySQL, xa que semella que eses son os " +"únicos tipos de base de datos non propietarios con suporte suficientemente " +"bo." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "Please enter phpGroupWare database name:" +msgstr "Introduza o nome da base de datos de phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "Este é o nome da base de datos que ha empregar phpGroupWare." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "Please enter the database user name to access the database:" +msgstr "Introduza o nome de usuario para acceder á base de datos." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "" +"This is the user name that phpGroupWare will use to access the database." +msgstr "" +"Este é o nome do usuario que ha empregar phpGroupWare para acceder á base de " +"datos." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "Please enter the password to access the database:" +msgstr "Introduza o contrasinal para acceder á base de datos." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" +"Este é o contrasinal que ha empregar phpGroupWare, xunto co nome de usuario " +"que forneceu, para acceder á base de datos." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please retype the password to access the database:" +msgstr "Volva introducir o contrasinal para acceder á base de datos." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "" +"Please enter the database access password again. If the password you are " +"going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Introduza outra vez o contrasinal de acceso á base de datos. Se o " +"contrasinal que introduza aquí non coincide co que introduciu antes, háselle " +"pedir que o volva introducir." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "Passwords mismatch." +msgstr "Contrasinais distintos." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" +"Os contrasinais de acceso á base de datos non son iguais. Volva tentalo." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "Please enter the database administrator user name:" +msgstr "Introduza o nome do administrador da base de datos:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +"This user name will be used to access the database to create (if needed):" +msgstr "" +"Hase empregar este nome de usuario para crear a base de datos (se é " +"necesario):" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" (1) A base de datos\n" +" (2) A conta da base de datos que ha empregar phpGroupWare para acceder á " +"base de datos" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "Debería ser \"postgres\" para PostgreSQL ou \"root\" para MySQL." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "Please enter the database administrator password (if any):" +msgstr "Introduza o contrasinal do administrador da base de datos (se hai):" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "" +"Este é o contrasinal que se ha empregar co nome de usuario do administrador " +"da base de datos." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" +"NOTA: Non se lle ha pedir este contrasinal dúas veces, xa que non é un " +"contrasinal novo." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "Abort database setup" +msgstr "Abórtase a configuración da base de datos" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "" +"The database type you selected is not supported; you should manually create " +"and drop the database and the account that phpGroupWare needs. In any case " +"I'll setup the configuration file (/etc/phpgroupware/header.inc.php)." +msgstr "" +"O tipo de base de datos que seleccionou non está soportado; debería crear e " +"borrar manualmente a base de datos e conta das que precisa phpGroupWare. En " +"calquera caso, hase crear o ficheiro de configuración (/etc/phpgroupware/" +"header.inc.php)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "¿Sobrescribir a configuración de \"Administración de Cabeceira\"?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "" +"With the informations provided, the 'Header Admin' file (/etc/phpgroupware/" +"header.inc.php) can be setup. This may not be the most tuned setup, but " +"phpGroupWare will work with the average system. If overwriting is selected, " +"this file will *ALWAYS* be overwritten on any upgrade of this package. A " +"safe option is to choose overwriting by now, and disable this option later " +"with the dpkg-reconfigure(1) command." +msgstr "" +"Coa información fornecida pódese crear o ficheiro de \"Administración de " +"Cabeceira\" (/etc/phpgroupware/header.inc.php). Esta pode non ser a " +"configuración máis axustada do mundo, pero phpGroupWare ha traballar cun " +"sistema normal. Se a sobrescritura está seleccionada, *SEMPRE* se ha " +"sobrescribir este ficheiro ao actualizar este paquete. Unha posibilidade " +"segura é escoller a sobrescritura agora, e desactivar despois esta opción " +"coa orde dpkg-reconfigure(1)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Delete phpGroupWare data on purge?" +msgstr "¿Borrar os datos de phpGroupWare ao purgar?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "" +"Defines if all phpGroupWare data should be erased when the package is " +"purged, including the database (i.e. all data entered by the users) and the " +"phpGroupWare database account. (Note: if deletion is chosen, upon purging " +"the package, the database administrator password will be prompted for.)" +msgstr "" +"Define se se deben eliminar tódolos datos de phpGroupWare ao purgar o " +"paquete, incluíndo a base de datos (é dicir, tódolos datos introducidos " +"polos usuarios) e a conta de base de datos de phpGroupWare. (Nota: se se " +"escolle borrar, háselle pedir o contrasinal de administrador da base de " +"datos)." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "DEBUG." +msgstr "DEBUG." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "${debug}" +msgstr "${debug}" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "Not resetting the 'header.inc.php' file" +msgstr "Non se reinicia o ficheiro \"header.inc.php\"" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The handling of the 'header.inc.php' configuration has changed." +msgstr "Cambiou a xestión da configuración de \"header.inc.php\"." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"The Debian package scripts cannot guess if the previous settings in your " +"file should be overwritten (with the Debian defaults and the new " +"configuration values entered in the previous configuration dialogs)." +msgstr "" +"Os scripts do paquete Debian non poden adiviñar se a configuración anterior " +"do ficheiro se debe sobrescribir (cos valores por defecto de Debian e os " +"novos valores de configuración introducidos nas pantallas de configuración " +"anteriores)." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"You may ignore this warning if you are upgrading from a previous package, or " +"if you have modified the header.inc.php settings with the phpGroupware " +"'Header Admin' setup dialogs." +msgstr "" +"Pode ignorar este aviso se está a actualizar dun paquete anterior ou se " +"modificou a configuración de header.inc.php mediante as pantallas de " +"configuración \"Administración de Cabeceira\" de phpGroupware." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"See instructions in README.Debian (found in /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) to switch to a /etc/phpgroupware/header.inc.php file " +"automatically updated by the package (re-)configuration." +msgstr "" +"Consulte as instrucións en README.Debian (que reside en /usr/share/doc/" +"phpgroupware-0.9.16-core-base/) para se pasar a un ficheiro /etc/" +"phpgroupware/header.inc.php actualizado automaticamente ao (re)configurar o " +"paquete." + +#~ msgid "localhost" +#~ msgstr "localhost" + +#~ msgid "PostgreSQL, MySQL, none/other" +#~ msgstr "PostgreSQL, MySQL, ningunha/outra" + +#~ msgid "Please select phpGroupWare DB type:" +#~ msgstr "Escolla o tipo de base de datos de phpGroupWare:" + +#~ msgid "This is the name (and so the type) of The database you will use." +#~ msgstr "" +#~ "Este é o nome (e, polo tanto, o tipo) da base de datos que ha empregar." + +#~ msgid "phpgroupware" +#~ msgstr "phpgroupware" + +#~ msgid "Database setup skipped." +#~ msgstr "Omítese a configuración da base de datos." + +#~ msgid "Database setup will be skipped." +#~ msgstr "Hase omitir a configuración da base de datos." --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/es.po +++ phpgroupware-0.9.16.012+dfsg/debian/po/es.po @@ -0,0 +1,419 @@ +# phpgroupware po-debconf translation to Spanish +# Copyright (C) 2007, 2009 Software in the Public Interest +# This file is distributed under the same license as the phpgroupware package. +# +# Changes: +# - Initial translation +# Felipe Caminos Echeverría , 2007. +# +# - Updates +# Fernando Cerezal, 2007 +# Francisco Javier Cuadrado , 2009 +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# + + + +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas y normas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware 1:0.9.16.012+dfsg-8\n" +"Report-Msgid-Bugs-To: phpgroupware@packages.debian.org\n" +"POT-Creation-Date: 2008-04-17 17:57+0200\n" +"PO-Revision-Date: 2009-05-22 15:52+0100\n" +"Last-Translator: Francisco Javier Cuadrado \n" +"Language-Team: Debian l10n Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "Package configuration note" +msgstr "Nota de configuración del paquete." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "phpGroupWare needs additional configuration via its web interface. After the installation has finished, you should point your browser to the phpGroupWare setup, for example:" +msgstr "Hay que configurar adicionalmente phpGroupWare a través de su interfaz web. Después de finalizar la instalación, debe ir a la página de configuración de phpGroupWare con el navegador, por ejemplo:" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "to continue the configuration, fill the database and let phpGroupWare be aware of the installed modules." +msgstr "para continuar con la configuración, complete la base de datos y permita que phpGroupWare se encargue de los módulos instalados." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "Please enter the desired phpGroupWare 'Header Admin' password:" +msgstr "Introduzca la contraseña que desea para el «Administrador de la cabecera» de PhpGroupWare:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "'Header Admin' is the section in which the phpGroupWare administrator can define the information which will let the application to 'start' (i.e. database settings, directories location etc.) Note that the Header Administration page contains the phpGroupWare database access password (but not the administrator password)." +msgstr "El «Administrador de la cabecera» es la sección en la que el administrador de phpGroupWare puede definir la información que permitirá «iniciar» a la aplicación (esto es: la configuración de la base de datos, la ubicación de directorios, etc.). Tenga en cuenta que la página del «Administrador de la cabecera» contiene las contraseñas de acceso a la base de datos de phpGroupWare (pero no la contraseña de administrador)." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid "Confirm the 'Header Admin' password:" +msgstr "Confirme la contraseña del «Administrador de la cabecera»:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr " Reescriba la contraseña del «Administrador de la cabecera» de phpGroupWare." + +#. Type: text +#. Description +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "Password mismatch." +msgstr "Las contraseñas no coinciden." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +msgid "The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "Las contraseñas del «Administrador de la cabecera» que ha escrito no coinciden. Por favor, inténtelo de nuevo." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Introduzca la contraseña del «Administrador de la configuración» de PhpGroupWare." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "The 'Setup/Config Admin' is the section in which the phpGroupWare administrator access the following facilities:" +msgstr "El «Administrador de la configuración» es la sección en la que el administrador de phpGroupWare tiene acceso a las siguientes funcionalidades:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" (1) Gestión sencilla de aplicaciones\n" +" (2) Configuración (general)\n" +" (3) Gestión del idioma\n" +" (4) Gestión avanzada de aplicaciones" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Reescriba la contraseña del «Administrador de la configuración» de phpGroupWare:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please enter the 'Setup/Config Admin' password again. If the password you are going to retype mismatch the previous entered one, I'll ask you to enter them again." +msgstr "Introduzca de nuevo la contraseña del «Administrador de la configuración». Si la contraseña que va a escribir es diferente a la que ya ha escrito, se le pedirá que las reescriba." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "No coinciden las contraseñas de configuración que ha introducido. Por favor, inténtelo de nuevo." + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "¿Que servidor web desea que se reconfigure automáticamente?" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "phpGroupWare supports any web server that PHP does, but this automatic configuration process only supports Apache." +msgstr "PhpGroupWare admite cualquier servidor web que permita utilizar PHP, pero este proceso automático de configuración sólo funciona con Apache." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "Please enter phpGroupWare database host name:" +msgstr "Introduzca el nombre del servidor de bases de datos de phpGroupware:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "This should be the host-name or IP address that phpGroupWare will use to access the database." +msgstr "Este debe ser el nombre del servidor o la dirección IP que utilizará phpGroupWare para acceder a la base de datos." + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "MySQL" +msgstr "MySQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "PostgreSQL" +msgstr "PostgreSQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "none/other" +msgstr "ninguna/otra" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "What database type will phpGroupWare use" +msgstr "Qué tipo de base de datos utilizará phpGroupWare" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "This is the type of database the server will use." +msgstr "Este es el tipo de base de datos que utilizará el servidor." + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only non-proprietary database types properly supported upstream." +msgstr "Aviso: Debian solamente permite utilizar PostgreSQL y MySQL, ya que parecen ser los únicos tipos de bases de datos no propietarias cuyos desarrolladores mantienen." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "Please enter phpGroupWare database name:" +msgstr "Introduzca el nombre de la base de datos de phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "Este es el nombre de la base de datos que utilizará phpGroupWare." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "Please enter the database user name to access the database:" +msgstr "Introduzca el nombre de usuario de la base de datos para acceder a ella:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "This is the user name that phpGroupWare will use to access the database." +msgstr "Este es el nombre de usuario que utilizará phpGroupWare para tener acceso a la base de datos." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "Please enter the password to access the database:" +msgstr "Introduzca la contraseña de acceso de la base de datos:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "This is the password that phpGroupWare will use, along with user name you provided, to access the database." +msgstr "Esta es la contraseña que utilizará phpGroupWare, junto con el nombre de usuario que introdujo antes, para acceder a la base de datos." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please retype the password to access the database:" +msgstr "Reescriba la contraseña de acceso a la base de datos:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please enter the database access password again. If the password you are going to retype mismatch the previous entered one, I'll ask you to enter them again." +msgstr "Introduzca de nuevo la contraseña de acceso a la base de datos. Si la contraseña que va a escribir es distinta de la anterior, se le pedirá que las introduzca de nuevo." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "Passwords mismatch." +msgstr "Las contraseñas no coinciden." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "Las contraseñas de acceso de la base de datos que introdujo no coinciden. Por favor, inténtelo nuevo." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "Please enter the database administrator user name:" +msgstr "Introduzca el nombre de usuario del administrador de la base de datos:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "This user name will be used to access the database to create (if needed):" +msgstr "Este nombre de usuario se utilizará para acceder a la base de datos para crearla (si es necesario):" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" (1) La base de datos\n" +" (2) La nueva cuenta de base de datos que utilizará phpGroupWare para\n" +"acceder a la base de datos" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "Debería ser «postgres» para PostgreSQL o «root» para MySQL." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "Please enter the database administrator password (if any):" +msgstr "Introduzca la contraseña de administrador de la base de datos (si la hay):" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "This is the password that will be used along with the database administrator user name." +msgstr "Esta es la contraseña que se utilizará con el nombre de usuario del administrador de la base de datos." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "NOTE: This password will not be asked twice, since it's not a new password." +msgstr "Aviso: Esta contraseña no se pedirá dos veces, ya que no es una nueva." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "Abort database setup" +msgstr "Cancelar la configuración de la base de datos" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "The database type you selected is not supported; you should manually create and drop the database and the account that phpGroupWare needs. In any case I'll setup the configuration file (/etc/phpgroupware/header.inc.php)." +msgstr "No se permite utilizar el tipo de base de datos que escogió. Debería crear y eliminar manualmente la base de datos y la cuenta que necesita phpGroupWare. En cualquier caso, se configurará el archivo de configuración («/etc/phpgroupware/header.inc.php»)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "¿Desea sobreescribir la configuración del «Administrador de la cabecera»?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "With the informations provided, the 'Header Admin' file (/etc/phpgroupware/header.inc.php) can be setup. This may not be the most tuned setup, but phpGroupWare will work with the average system. If overwriting is selected, this file will *ALWAYS* be overwritten on any upgrade of this package. A safe option is to choose overwriting by now, and disable this option later with the dpkg-reconfigure(1) command." +msgstr "Con la información proporcionada, se puede configurar el archivo del «Administrador de la cabecera» («/etc/phpgroupware/header.inc.php»). Ésta no será la manera óptima, pero phpGroupWare funcionará en un sistema medio. Si escoge sobrescribir, este archivo *siempre* se sobreescribirá en cualquier actualización de este paquete. Una opción seguro es escoger sobrescribir por ahora, y más tarde deshabilitar esta opción con la orden «dpkg-reconfigure(1)»." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Delete phpGroupWare data on purge?" +msgstr "¿Desea borrar los datos de phpGroupWare al purgar?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Defines if all phpGroupWare data should be erased when the package is purged, including the database (i.e. all data entered by the users) and the phpGroupWare database account. (Note: if deletion is chosen, upon purging the package, the database administrator password will be prompted for.)" +msgstr "Defina si se deberían borrar todos los datos de phpGroupWare cuando se elimine el paquete, incluyendo la base de datos (esto es todos los datos de los usuarios) y la cuenta de la base de datos de phpGroupWare. (Aviso: si se escoge el borrado, cuando se elimine el paquete se le pedirá la contraseña del administrador de la base de datos)." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "DEBUG." +msgstr "Depuración." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "${debug}" +msgstr "${debug}" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "Not resetting the 'header.inc.php' file" +msgstr "No reiniciar el archivo «header.inc.php»" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The handling of the 'header.inc.php' configuration has changed." +msgstr "La configuración de la gestión del archivo «header.inc.php» ha cambiado." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The Debian package scripts cannot guess if the previous settings in your file should be overwritten (with the Debian defaults and the new configuration values entered in the previous configuration dialogs)." +msgstr "Los scripts del paquete de Debian no pueden adivinar si la configuración anterior de su archivo se debería sobrescribir (con los valores predeterminados de Debian y los valores de la nueva configuración introducida en los diálogos anteriores)." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "You may ignore this warning if you are upgrading from a previous package, or if you have modified the header.inc.php settings with the phpGroupware 'Header Admin' setup dialogs." +msgstr "Puede ignorar este aviso si está actualizando desde un paquete anterior, o si ha modificado los valores del archivo «header.inc.php» con los diálogos de configuración del «Administrador de la cabecera» de phpGroupware." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "See instructions in README.Debian (found in /usr/share/doc/phpgroupware-0.9.16-core-base/) to switch to a /etc/phpgroupware/header.inc.php file automatically updated by the package (re-)configuration." +msgstr "Para cambiar a un archivo «/etc/phpgroupware/header.inc.php» automáticamente actualizado por la (re)configuración del paquete, puede ver las instrucciones en el archivo README.Debian (que se encuentra en el directorio «/usr/share/doc/phpgroupware-0.9.16-core-base/»)" + +#~ msgid "localhost" +#~ msgstr "localhost" +#~ msgid "PostgreSQL, MySQL, none/other" +#~ msgstr "PostgreSQL, MySQL, ninguno/otro" +#~ msgid "Please select phpGroupWare DB type:" +#~ msgstr "Por favor, seleccione el tipo de base de datos de PhpGroupWare:" +#~ msgid "This is the name (and so the type) of The database you will use." +#~ msgstr "" +#~ "Este es el nombre (y, por ende, el tipo) de la base de datos que " +#~ "utilizará." +#~ msgid "phpgroupware" +#~ msgstr "phpgroupware" +#~ msgid "Database setup skipped." +#~ msgstr "Saltada la configuración de la base de datos." +#~ msgid "Database setup will be skipped." +#~ msgstr "Se saltará la configuración de la base de datos." + --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/cs.po +++ phpgroupware-0.9.16.012+dfsg/debian/po/cs.po @@ -0,0 +1,507 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware\n" +"Report-Msgid-Bugs-To: phpgroupware@packages.debian.org\n" +"POT-Creation-Date: 2008-04-17 17:57+0200\n" +"PO-Revision-Date: 2009-09-13 09:24+0200\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "Package configuration note" +msgstr "KonfiguraÄní poznámka" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"phpGroupWare needs additional configuration via its web interface. After the " +"installation has finished, you should point your browser to the phpGroupWare " +"setup, for example:" +msgstr "" +"phpGroupWare vyžaduje dodateÄné nastavení pÅ™es webové rozhraní. Po dokonÄení " +"instalace byste mÄ›li svůj webový prohlížeÄ namířit na stránku" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"kde můžete pokraÄovat v instalaci, naplnit databázi a seznámit phpGroupWare " +"s instalovanými moduly." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "Please enter the desired phpGroupWare 'Header Admin' password:" +msgstr "Zadejte požadované heslo pro Äást „Header Admin“:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "" +"'Header Admin' is the section in which the phpGroupWare administrator can " +"define the information which will let the application to 'start' (i.e. " +"database settings, directories location etc.) Note that the Header " +"Administration page contains the phpGroupWare database access password (but " +"not the administrator password)." +msgstr "" +"„Header Admin“ je Äást phpGroupWare, kde může administrátor nastavit údaje, " +"které umožní „spustit“ aplikaci (tj. nastavení databáze, umístÄ›ní adresářů, " +"atd.). Poznamenejme, že tato stránka obsahuje heslo pro přístup k databázi " +"phpGroupWare (ale neobsahuje heslo administrátora)." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid "Confirm the 'Header Admin' password:" +msgstr "PotvrÄte heslo pro „Header Admin“:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "Zopakujte prosím heslo pro „Header Admin“." + +#. Type: text +#. Description +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "Password mismatch." +msgstr "Hesla nesouhlasí." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "Zadaná hesla pro „Header Admin“ nesouhlasí. Zkuste to prosím znovu." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Zadejte heslo pro Äást „Setup/Config Admin“:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"„Setup/Config Admin“ je Äást phpGroupWare, ve které má administrátor " +"phpGroupWare přístup k následujícím možnostem:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" (1) Jednoduchá správa aplikace\n" +" (2) Konfigurace (obecná)\n" +" (3) Správa jazyků\n" +" (4) PokroÄilá správa aplikace" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Zopakujte prosím heslo pro „Setup/Config Admin“:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "" +"Please enter the 'Setup/Config Admin' password again. If the password you " +"are going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Zopakujte prosím heslo pro Äást „Setup/Config Admin“. Pokud hesla nebudou " +"souhlasit (ochrana pÅ™ed pÅ™eklepy), tak budete na heslo dotázáni jeÅ¡tÄ› jednou." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "Zadaná konfiguraÄní hesla nesouhlasí. Zkuste to znovu." + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Který webový server se má nastavit automaticky?" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpGroupWare podporuje libovolný webový server jako PHP, avÅ¡ak automatické " +"nastavení um pouze ve spojení s Apachem." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "Please enter phpGroupWare database host name:" +msgstr "Zadejte jméno poÄítaÄe s databází pro phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" +"Toto by mÄ›lo být jméno nebo IP adresa poÄítaÄe, na kterém bude databáze " +"phpGroupWare." + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "MySQL" +msgstr "MySQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "PostgreSQL" +msgstr "PostgreSQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "none/other" +msgstr "žádný/jiný" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "What database type will phpGroupWare use" +msgstr "Jaký typ databáze bude phpGroupWare používat" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "This is the type of database the server will use." +msgstr "Toto je typ databáze, kterou bude server používat." + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "" +"NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only " +"non-proprietary database types properly supported upstream." +msgstr "" +"Poznámka: Debian podporuje pouze PostgreSQL a MySQL, protože se zdá, že to " +"jsou jediné svobodné databáze rozumnÄ› podporované svými vývojáři." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "Please enter phpGroupWare database name:" +msgstr "Zadejte jméno phpGroupWare databáze:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "Toto je jméno databáze, kterou bude phpGroupWare používat." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "Please enter the database user name to access the database:" +msgstr "Zadejte jméno databázového uživatele pro přístup k databázi:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "" +"This is the user name that phpGroupWare will use to access the database." +msgstr "" +"Toto je uživatelské jméno, které bude phpGroupWare používat pro přístup k " +"databázi." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "Please enter the password to access the database:" +msgstr "Zadejte heslo pro přístup k databázi:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" +"Toto heslo bude phpGroupWare používat spolu se zadaným uživatelským jménem " +"pro přístup k databázi." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please retype the password to access the database:" +msgstr "Zopakujte prosím heslo pro přístup k databázi:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "" +"Please enter the database access password again. If the password you are " +"going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Zopakujte prosím heslo pro přístup k databázi. Pokud hesla nebudou souhlasit " +"(ochrana pÅ™ed pÅ™eklepy), tak budete na heslo dotázáni jeÅ¡tÄ› jednou." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "Passwords mismatch." +msgstr "Hesla nesouhlasí." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" +"Zadaná hesla pro přístup k databázi nesouhlasí. Zkuste to prosím znovu." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "Please enter the database administrator user name:" +msgstr "Zadejte uživatelské jméno databázového administrátora:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +"This user name will be used to access the database to create (if needed):" +msgstr "" +"Uživatelské jméno bude sloužit pro přístup k databázi, pokud bude potÅ™eba " +"vytvoÅ™it:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" (1) Databázi\n" +" (2) Nový databázový úÄet, který phpGroupWare použije pro přístup k databázi" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "Pro PostgreSQL by to mÄ›lo být „postgres“, pro MySQL „root“." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "Please enter the database administrator password (if any):" +msgstr "Zadejte (existuje-li) heslo pro správcovský přístup k databázi:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "" +"Toto je heslo, které se použije spoleÄnÄ› s uživatelským jménem " +"administrátora databáze." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" +"POZNÃMKA: O zadání hesla budete dotázáni pouze jednou, protože se nejedná o " +"nové heslo." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "Abort database setup" +msgstr "PÅ™eruÅ¡ení nastavení databáze" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "" +"The database type you selected is not supported; you should manually create " +"and drop the database and the account that phpGroupWare needs. In any case " +"I'll setup the configuration file (/etc/phpgroupware/header.inc.php)." +msgstr "" +"Vybraný typ databáze není podporován; databázi a přísluÅ¡ný úÄet musíte " +"vytvoÅ™it ruÄnÄ›. KaždopádnÄ› nastavím konfiguraÄní soubor (/etc/phpgroupware/" +"header.inc.php)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "PÅ™epsat konfiguraci „Header Admin“?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "" +"With the informations provided, the 'Header Admin' file (/etc/phpgroupware/" +"header.inc.php) can be setup. This may not be the most tuned setup, but " +"phpGroupWare will work with the average system. If overwriting is selected, " +"this file will *ALWAYS* be overwritten on any upgrade of this package. A " +"safe option is to choose overwriting by now, and disable this option later " +"with the dpkg-reconfigure(1) command." +msgstr "" +"Podle zadaných informací je možno vytvoÅ™it „Header Admin“ soubor /etc/" +"phpgroupware/header.inc.php. Nemusí se jednat zrovna o nejvyladÄ›nÄ›jší " +"nastavení, ale na běžném systému bude phpGroupWare fungovat. Odpovíte-li " +"kladnÄ›, bude se tento soubor pÅ™episovat *PŘI KAŽDÉ* aktualizaci tohoto " +"balíku. KlidnÄ› nyní můžete odpovÄ›dÄ›t „ano“ a kdykoliv pozdÄ›ji to zmÄ›nit " +"příkazem dpkg-reconfigure(1)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Delete phpGroupWare data on purge?" +msgstr "Smazat data phpGroupWare pÅ™i vyÄiÅ¡tÄ›ní balíku?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "" +"Defines if all phpGroupWare data should be erased when the package is " +"purged, including the database (i.e. all data entered by the users) and the " +"phpGroupWare database account. (Note: if deletion is chosen, upon purging " +"the package, the database administrator password will be prompted for.)" +msgstr "" +"UrÄuje, zda se pÅ™i vyÄiÅ¡tÄ›ní balíku phpGroupWare ze systému mají smazat i " +"veÅ¡kerá data patřící phpGroupWare, což znamená databázi (tj. vÅ¡echna data " +"zadaná uživateli) a databázový úÄet. (Poznámka: pÅ™ed případným odstranÄ›ním " +"databáze budete nejprve dotázáni na heslo správce databáze.)" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "DEBUG." +msgstr "LADÄšNÃ." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "${debug}" +msgstr "${debug}" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "Not resetting the 'header.inc.php' file" +msgstr "Neresetuji soubor „header.inc.php“" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The handling of the 'header.inc.php' configuration has changed." +msgstr "Způsob zacházení s „header.inc.php“ se zmÄ›nil." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"The Debian package scripts cannot guess if the previous settings in your " +"file should be overwritten (with the Debian defaults and the new " +"configuration values entered in the previous configuration dialogs)." +msgstr "" +"InstalaÄní skripty neumÄ›jí rozhodnout, zda se mají nastavení ve stávajícím " +"souboru pÅ™epsat novými výchozími hodnotami a odpovÄ›Ämi, které jste zadali v " +"pÅ™edchozích obrazovkách." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"You may ignore this warning if you are upgrading from a previous package, or " +"if you have modified the header.inc.php settings with the phpGroupware " +"'Header Admin' setup dialogs." +msgstr "" +"Pokud pÅ™echázíte z dřívÄ›jší verze balíku, nebo pokud jste upravovali " +"nastaveni v header.inc.php pomocí dialogů v phpGroupware „Header Admin“, " +"můžete toto varování ignorovat." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"See instructions in README.Debian (found in /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) to switch to a /etc/phpgroupware/header.inc.php file " +"automatically updated by the package (re-)configuration." +msgstr "" +"Pro pÅ™echod k automaticky spravovanému souboru /etc/phpgroupware/header.inc." +"php se podívejte na instrukce v souboru README.Debian (v adresáři /usr/share/" +"doc/phpgroupware-0.9.16-core-base/)." + +#~ msgid "PostgreSQL, MySQL, none/other" +#~ msgstr "PostgreSQL, MySQL, žádný/jiný" + +#~ msgid "Defines if database setup will be skipped." +#~ msgstr "UrÄuje, zda bude nastavení databáze pÅ™eskoÄeno." + +#~ msgid "localhost" +#~ msgstr "localhost" + +#~ msgid "Please select phpGroupWare DB type:" +#~ msgstr "Vyberte typ databáze pro phpGroupWare:" + +#~ msgid "This is the name (and so the type) of The database you will use." +#~ msgstr "Toto je název (a tedy i typ) databáze, kterou budete používat." + +#~ msgid "phpgroupware" +#~ msgstr "phpgroupware" + +#~ msgid "Database setup skipped." +#~ msgstr "Nastavení databáze pÅ™eskoÄeno." --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/pt.po +++ phpgroupware-0.9.16.012+dfsg/debian/po/pt.po @@ -0,0 +1,518 @@ +# Portuguese translation for phpgroupware's debconf messages. +# Copyright (C) 2007 Pedro Ribeiro +# This file is distributed under the same license as the phpgroupware package. +# Pedro Ribeiro , 2007 +# +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware 1:0.9.16.012+dfsg-7\n" +"Report-Msgid-Bugs-To: phpgroupware@packages.debian.org\n" +"POT-Creation-Date: 2008-04-17 17:57+0200\n" +"PO-Revision-Date: 2008-06-29 17:03+0100\n" +"Last-Translator: Pedro Ribeiro \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "Package configuration note" +msgstr "Nota de configuração do pacote" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"phpGroupWare needs additional configuration via its web interface. After the " +"installation has finished, you should point your browser to the phpGroupWare " +"setup, for example:" +msgstr "" +"O phpGroupware precisa de configuração adicional através do seu interface " +"web. Depois de finalizar a instalação, deve visitar o endereço de " +"configuração do phpGroupware, por exemplo:" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"para continuar a configuração, preencha a base de dados e deixe o " +"phpGroupware ficar ao corrente dos módulos instalados." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "Please enter the desired phpGroupWare 'Header Admin' password:" +msgstr "Por favor, introduza a palavra-passe do 'Header Admin' do phpGroupware:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "" +"'Header Admin' is the section in which the phpGroupWare administrator can " +"define the information which will let the application to 'start' (i.e. " +"database settings, directories location etc.) Note that the Header " +"Administration page contains the phpGroupWare database access password (but " +"not the administrator password)." +msgstr "" +"'Header Admin' é a secção na qual o administrador do phpGroupware pode " +"definir a informação de 'arranque' da aplicação (i.e. parâmetros da base de " +"dados, localização de directórios, etc.) Note que a página de Administração " +"de Topo contém a palavra-passe de acesso à base de dados do phpGroupWare " +"(mas não a palavra-passe do administrador)." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid "Confirm the 'Header Admin' password:" +msgstr "Confirme a palavra-passe de 'Header Admin':" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "" +"Por favor, volte a escrever a palavra-passe de 'Header Admin' do phpGroupWare." + +#. Type: text +#. Description +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "Password mismatch." +msgstr "As palavras-passe não coincidem." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "" +"As palavras-passe de 'Header Admin' que escreveu não são iguais. Por favor " +"tente outra vez." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password:" +msgstr "" +"Por favor escreva a palavra-passe de 'Setup/Config Admin' do phpGroupWare:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"Na secção 'Setup/Config Admin' o administrador de phpGroupWare tem acesso a:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" (1) Gestão Simples de Aplicações\n" +" (2) Configuração (geral)\n" +" (3) Gestão de Línguas\n" +" (4) Gestão Avançada de Aplicações" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "" +"Por favor escreva novamente a palavra-passe de 'Setup/Config Admin' do " +"phpGroupWare:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "" +"Please enter the 'Setup/Config Admin' password again. If the password you " +"are going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Por favor, escreva novamente a palavra-passe de 'Setup/Config Admin'. Se a " +"palavra-passe que escrever não coincidir com a escrita anteriormente, será " +"novamente pedida." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "" +"As palavras-passe de configuração que escreveu não coincidem. Por favor " +"tente novamente." + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Que servidor web quer reconfigurar automaticamente?" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"O phpGroupWare suporta qualquer servidor web que o PHP suporte, mas este " +"processo de configuração automática só suporta o Apache." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "Please enter phpGroupWare database host name:" +msgstr "Por favor escreva o nome da máquina da base de dados do phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" +"Isto deve ser o nome da máquina ou o endereço IP que o phpGroupWare usará " +"para acesso à base de dados." + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "MySQL" +msgstr "MySQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "PostgreSQL" +msgstr "PostgreSQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "none/other" +msgstr "nenhum/outro" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "What database type will phpGroupWare use" +msgstr "Que tipo de base de dados o phpGroupWare irá usar." + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "This is the type of database the server will use." +msgstr "Este é o tipo de base de dados que o servidor irá usar." + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "" +"NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only " +"non-proprietary database types properly supported upstream." +msgstr "" +"NOTA: o Debian apenas suporta PostgreSQL e MySQL já que estas parecem ser os " +"únicos tipos de bases de dados não-proprietárias suportadas no geral." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "Please enter phpGroupWare database name:" +msgstr "Por favor escreva o nome da base de dados do phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "Este é o nome da base de dados que o phpGroupWare irá usar." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "Please enter the database user name to access the database:" +msgstr "" +"por favor escreva o nome do utilizador da base de dados que irá aceder à " +"base de dados:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "" +"This is the user name that phpGroupWare will use to access the database." +msgstr "" +"Este será o nome de utilizador que o phpGroupWare irá usar para aceder à " +"base de dados." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "Please enter the password to access the database:" +msgstr "Por favor indique a palavra-passe para aceder à base de dados:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" +"Esta é a palavra-passe que o phpGroupWare irá usar, juntamente com o nome " +"de utilizador que indicou para aceder à base de dados." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please retype the password to access the database:" +msgstr "" +"Por favor escreva novamente a palavra-passe para aceder à base de dados:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "" +"Please enter the database access password again. If the password you are " +"going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"Por favor, escreva novamente a palavra-passe para acesso à base de dados. " +"Se a palavra-passe que vai escrever for diferente da já entrada, vou " +"perguntar-lhe novamente." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "Passwords mismatch." +msgstr "As palavras-passe não coincidem." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" +"As palavras-passe de acesso à base de dados não coincidem. Por favor, " +"escreva-as novamente." + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "Please enter the database administrator user name:" +msgstr "Por favor escreva o nome do administrador da base de dados:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +"This user name will be used to access the database to create (if needed):" +msgstr "" +"Este nome de utilizador será usado para aceder à base de dados para criar " +"(se for preciso):" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" (1) A base de dados\n" +" (2) A nova conta de base de dados que o phpGroupWare usará para aceder à \n" +"base de dados" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "Deverá ser 'postgres' para PostgreSQL ou 'root' para MySQL." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "Please enter the database administrator password (if any):" +msgstr "" +"Por favor escreva a palavra-passe do administrador da base de dados " +"(se houver):" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "" +"Esta é a palavra-passe que será usada juntamente com o nome de administrador " +"da base de dados." + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" +"NOTA: Esta palavra-passe não será pedida duas vezes, uma vez que não é nova." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "Abort database setup" +msgstr "Abortar configuração da base de dados" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "" +"The database type you selected is not supported; you should manually create " +"and drop the database and the account that phpGroupWare needs. In any case " +"I'll setup the configuration file (/etc/phpgroupware/header.inc.php)." +msgstr "" +"O tipo de base de dados que seleccionou não é suportado; deve criar e " +"eliminar manualmente a base de dados e conta que o phpGroupWare necessita. " +"De qualquer modo, irei configurar o ficheiro de configuração (/etc/" +"phpgroupware/header.inc.php)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "Escrever sobre a configuração de 'Header Admin'?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "" +"With the informations provided, the 'Header Admin' file (/etc/phpgroupware/" +"header.inc.php) can be setup. This may not be the most tuned setup, but " +"phpGroupWare will work with the average system. If overwriting is selected, " +"this file will *ALWAYS* be overwritten on any upgrade of this package. A " +"safe option is to choose overwriting by now, and disable this option later " +"with the dpkg-reconfigure(1) command." +msgstr "" +"Com as informações que irá fornecer, posso configurar o ficheiro de 'Header " +"Admin' (/etc/phpgroupware/header.inc.php). Pode não ser a configuração " +"óptima, mas o phpGroupWare irá funcionar com um sistema médio. Se disser " +"'sim', irei *SEMPRE* escrever sobre este ficheiro em qualquer actualização " +"do pacote. Pode responder 'sim' com segurança, por agora e desabilitar esta " +"opção mais tarde com o comando dpkg-reconfigure(1)." + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Delete phpGroupWare data on purge?" +msgstr "Apagar os dados do phpGroupWare ao purgar?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "" +"Defines if all phpGroupWare data should be erased when the package is " +"purged, including the database (i.e. all data entered by the users) and the " +"phpGroupWare database account. (Note: if deletion is chosen, upon purging " +"the package, the database administrator password will be prompted for.)" +msgstr "" +"Define se todos os dados do phpGroupWare serão apagados quando o pacote for " +"purgado, incluindo a base de dados (i.e. todos os dados inseridos pelos " +"utilizadores) e conta de base de dados do phpGroupWare. (Nota: se escolher " +"apagar a base de dados ao purgar o pacote, será pedida a palavra-passe de " +"administrador da base de dados.)" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "DEBUG." +msgstr "DEBUG." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "${debug}" +msgstr "${debug}" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "Not resetting the 'header.inc.php' file" +msgstr "Não refazer o ficheiro 'header.inc.php'." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The handling of the 'header.inc.php' configuration has changed." +msgstr "O tratamento da configuração do 'header.inc.php' mudou." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"The Debian package scripts cannot guess if the previous settings in your " +"file should be overwritten (with the Debian defaults and the new " +"configuration values entered in the previous configuration dialogs)." +msgstr "" +"Os scripts dos pacotes Debian não podem adivinhar se as opções no seu " +"ficheiro devem ser substituídas (com os padrões Debian e as novos valores " +"de configuração introduzidos nos diálogos de configuração anteriores)." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"You may ignore this warning if you are upgrading from a previous package, or " +"if you have modified the header.inc.php settings with the phpGroupware " +"'Header Admin' setup dialogs." +msgstr "" +"Pode ignorar este aviso se está a actualizar um pacote anterior, ou se " +"modificou as opções do header.inc.php com os diálogos de configuração do " +"'Header Admin' do phpGroupware." + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"See instructions in README.Debian (found in /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) to switch to a /etc/phpgroupware/header.inc.php file " +"automatically updated by the package (re-)configuration." +msgstr "" +"Ver instruções no README.Debian (encontrado em /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) para mudar para um /etc/phpgroupware/header.inc.php " +"automaticamente actualizado pela (re-)configuração do pacote." + +#~ msgid "localhost" +#~ msgstr "localhost" + +#~ msgid "PostgreSQL, MySQL, none/other" +#~ msgstr "PostgreSQL, MySQL, nenhum/outro" + +#~ msgid "Please select phpGroupWare DB type:" +#~ msgstr "Por favor, seleccione o tipo de BD do phpGroupWare:" + +#~ msgid "This is the name (and so the type) of The database you will use." +#~ msgstr "Este é o nome (e tipo) da base de dados que irá usar." + +#~ msgid "phpgroupware" +#~ msgstr "phpgroupware" + +#~ msgid "Database setup skipped." +#~ msgstr "Configuração da base de dados ignorada." + +#~ msgid "Database setup will be skipped." +#~ msgstr "A configuração da base de dados será ignorada." --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/ja.po +++ phpgroupware-0.9.16.012+dfsg/debian/po/ja.po @@ -0,0 +1,500 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware 1:0.9.16.012+dfsg-8\n" +"Report-Msgid-Bugs-To: phpgroupware@packages.debian.org\n" +"POT-Creation-Date: 2008-04-17 17:57+0200\n" +"PO-Revision-Date: 2008-08-17 09:10+0900\n" +"Last-Translator: Hideki Yamane (Debian-JP) \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "Package configuration note" +msgstr "パッケージを設定ã™ã‚‹éš›ã®æ³¨æ„点" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"phpGroupWare needs additional configuration via its web interface. After the " +"installation has finished, you should point your browser to the phpGroupWare " +"setup, for example:" +msgstr "" +"phpGroupWare 㯠web インターフェイスを利用ã—ãŸè¿½åŠ è¨­å®šãŒå¿…è¦ã§ã™ã€‚インストー" +"ル完了後ã€ãƒ–ラウザã§æ¬¡ã®ã‚ˆã†ã«æŒ‡å®šã—㦠phpGroupWare ã®è¨­å®šã‚’ã—ãªã‘ã‚Œã°ãªã‚Šã¾" +"ã›ã‚“:" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"ã“ã“ã§è¨­å®šã‚’続ã‘ã‚‹ã«ã¯ã€ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã‚’指定ã—㦠phpGroupWare ã¸ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«æ¸ˆ" +"ã¿ã®ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã®å­˜åœ¨ã‚’æ•™ãˆã¦ã‚ã’ã¾ã—ょã†ã€‚" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "Please enter the desired phpGroupWare 'Header Admin' password:" +msgstr "" +"phpGroupWare ã® 'Header Admin' パスワード (ä»»æ„ã®ã‚‚ã®) を入力ã—ã¦ãã ã•ã„:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "" +"'Header Admin' is the section in which the phpGroupWare administrator can " +"define the information which will let the application to 'start' (i.e. " +"database settings, directories location etc.) Note that the Header " +"Administration page contains the phpGroupWare database access password (but " +"not the administrator password)." +msgstr "" +"'Header Admin' ã¯ã‚¢ãƒ—リケーションを「開始ã€ã§ãるよã†ã«ã™ã‚‹ãŸã‚ã€" +"phpGroupWare ã®ç®¡ç†è€…ãŒå®šç¾©å¯èƒ½ãªæƒ…å ± (ã¤ã¾ã‚Šã€ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã®è¨­å®šã€ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆ" +"リã®ä½ç½®ãªã©) ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã§ã™ã€‚Header Administration ページã¯ã€(管ç†è€…パス" +"ワードã§ã¯ãªã) phpGroupWare データベースアクセスパスワードをå«ã‚“ã§ã„ã‚‹ã®ã«æ³¨" +"æ„ã—ã¦ãã ã•ã„。" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid "Confirm the 'Header Admin' password:" +msgstr "'Header Admin' パスワードã®ç¢ºèª:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "phpGroupWare ã® 'Header Admin' パスワードをå†å…¥åŠ›ã—ã¦ãã ã•ã„。" + +#. Type: text +#. Description +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "Password mismatch." +msgstr "パスワードãŒä¸€è‡´ã—ã¾ã›ã‚“。" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "" +"入力ã—㟠'Header Admin' パスワードãŒä¸€è‡´ã—ã¾ã›ã‚“。もã†ä¸€åº¦å…¥åŠ›ã—ã¦ãã ã•ã„。" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password:" +msgstr "phpGroupWare ã® 'Setup/Config Admin' パスワードを入力ã—ã¦ãã ã•ã„:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"'Setup/Config Admin' 㯠phpGroupWare 管ç†è€…ãŒä»¥ä¸‹ã®é …ç›®ã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹ã‚»ã‚¯ã‚·ãƒ§" +"ンã§ã™:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" (1) 簡易アプリケーション設定\n" +" (2) 設定 (一般)\n" +" (3) 言語設定\n" +" (4) アプリケーション設定" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "" +"phpGroupWare ã® 'Setup/Config Admin' ã®ãƒ‘スワードをå†åº¦å…¥åŠ›ã—ã¦ãã ã•ã„:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "" +"Please enter the 'Setup/Config Admin' password again. If the password you " +"are going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"'Setup/Config Admin' ã®ãƒ‘スワードをもã†ä¸€åº¦å…¥åŠ›ã—ã¦ãã ã•ã„。å†åº¦å…¥åŠ›ã—ãŸãƒ‘ス" +"ワードãŒå…ˆã»ã©å…¥åŠ›ã—ãŸã‚‚ã®ã¨ä¸€è‡´ã—ãªã„å ´åˆã€ã‚‚ã†ä¸€åº¦å…¥åŠ›ã—ç›´ã™ã‚ˆã†ã«æŒ‡ç¤ºãŒã§" +"ã¾ã™ã€‚" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "" +"設定用パスワードã¨å…¥åŠ›ã•ã‚ŒãŸãƒ‘スワードãŒä¸€è‡´ã—ã¾ã›ã‚“。もã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã " +"ã•ã„。" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "ã©ã®ã‚¦ã‚§ãƒ–サーãƒã‚’自動的ã«å†è¨­å®šã—ã¾ã™ã‹?" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpGroupWare 㯠PHP ãŒå‹•ä½œã™ã‚‹ã‚‚ã®ã§ã‚ã‚Œã°ã€ã‚¦ã‚§ãƒ–サーãƒã®ç¨®é¡žã‚’å•ã„ã¾ã›ã‚“" +"ãŒã€ã“ã®è¨­å®šä½œæ¥­ã§ã¯ Apache ã®ã¿ã‚’サãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã™ã€‚" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "Please enter phpGroupWare database host name:" +msgstr "phpGroupWare データベースã®ãƒ›ã‚¹ãƒˆåを入力ã—ã¦ãã ã•ã„:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" +"ã“ã‚Œã¯ã€phpGroupWare ãŒãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã¸ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹éš›ã«åˆ©ç”¨ã™ã‚‹ãƒ›ã‚¹ãƒˆåã€ã¾ãŸ" +"㯠IP アドレスã§ã™ã€‚" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "MySQL" +msgstr "MySQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "PostgreSQL" +msgstr "PostgreSQL" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "none/other" +msgstr "ãªã—/ãã®ä»–" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "What database type will phpGroupWare use" +msgstr "ã©ã®ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã‚’ phpGroupWare ã§åˆ©ç”¨ã—ã¾ã™ã‹" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "This is the type of database the server will use." +msgstr "ã“れ㯠phpGroupWare ãŒåˆ©ç”¨å¯èƒ½ãªãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã®ç¨®é¡žã§ã™ã€‚" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "" +"NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only " +"non-proprietary database types properly supported upstream." +msgstr "" +"注æ„: Debian ã§ã¯é–‹ç™ºå…ƒ (upstream) ãŒæ­£å¼ã«ã‚µãƒãƒ¼ãƒˆã—ã¦ã„るデータベースã®ã†" +"ã¡ã€ãƒ—ロプライエタリã§ã¯ãªã„データベースã¨ã—㦠PostgreSQL 㨠MySQL ã®ã¿ã‚’サ" +"ãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã™ã€‚" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "Please enter phpGroupWare database name:" +msgstr "phpGroupWare ã®ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹åを入力ã—ã¦ãã ã•ã„:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "ã“れ㯠phpGroupWare ãŒåˆ©ç”¨ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹åã§ã™ã€‚" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "Please enter the database user name to access the database:" +msgstr "データベースã¸ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ãƒ¦ãƒ¼ã‚¶åを入力ã—ã¦ãã ã•ã„:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "" +"This is the user name that phpGroupWare will use to access the database." +msgstr "" +"ã“ã‚Œã¯ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹éš›ã« phpGroupWare ãŒä½¿ç”¨ã™ã‚‹ãƒ¦ãƒ¼ã‚¶åã§ã™ã€‚" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "Please enter the password to access the database:" +msgstr "データベースã¸ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹éš›ã«åˆ©ç”¨ã™ã‚‹ãƒ‘スワードを入力ã—ã¦ãã ã•ã„:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" +"ã“ã‚Œã¯å…ˆã»ã©æŒ‡å®šã—ãŸãƒ¦ãƒ¼ã‚¶åã¨å…±ã«ã€ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹éš›ã« " +"phpGroupWare ãŒä½¿ç”¨ã™ã‚‹ãƒ‘スワードã§ã™ã€‚" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please retype the password to access the database:" +msgstr "" +"データベースã¸ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹éš›ã«åˆ©ç”¨ã™ã‚‹ãƒ‘スワードをå†åº¦å…¥åŠ›ã—ã¦ãã ã•ã„:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "" +"Please enter the database access password again. If the password you are " +"going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" +"データベースã¸ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹éš›ã«åˆ©ç”¨ã™ã‚‹ãƒ‘スワードをå†å…¥åŠ›ã—ã¦ãã ã•ã„。å†åº¦å…¥" +"力ã—ãŸãƒ‘スワードãŒå…ˆã»ã©å…¥åŠ›ã—ãŸã‚‚ã®ã¨ä¸€è‡´ã—ãªã„å ´åˆã€ã‚‚ã†ä¸€åº¦å…¥åŠ›ã—ç›´ã™ã‚ˆã†" +"ã«æŒ‡ç¤ºãŒã§ã¾ã™ã€‚" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "Passwords mismatch." +msgstr "パスワードãŒä¸€è‡´ã—ã¾ã›ã‚“。" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" +"入力ã•ã‚ŒãŸãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã¸ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹éš›ã®ãƒ‘スワードãŒä¸€è‡´ã—ã¾ã›ã‚“。å†å…¥åŠ›ã—ã¦" +"ãã ã•ã„。" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "Please enter the database administrator user name:" +msgstr "データベース管ç†è€…ã®ãƒ¦ãƒ¼ã‚¶åを入力ã—ã¦ãã ã•ã„:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +"This user name will be used to access the database to create (if needed):" +msgstr "" +"(å¿…è¦ãªå ´åˆ) アクセスã™ã‚‹ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã‚’作æˆã™ã‚‹éš›ã€ã“ã®ãƒ¦ãƒ¼ã‚¶åãŒåˆ©ç”¨ã•ã‚Œã¾" +"ã™:" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" (1) データベース\n" +" (2) phpGroupWare ãŒãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã¸ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹éš›ã«ä½¿ã†æ–°ã—ã„データベースアカ" +"ウント" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "" +"ã“れ㯠PostgreSQL ã®å ´åˆã¯ 'postgres'ã€MySQL ã®å ´åˆã¯ 'root' ã§ã‚ã‚‹å¿…è¦ãŒã‚ã‚Š" +"ã¾ã™ã€‚" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "Please enter the database administrator password (if any):" +msgstr "(ã‚‚ã—ã‚ã‚Œã°) データベース管ç†è€…パスワードを入力ã—ã¦ãã ã•ã„:" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "ã“ã‚Œã¯ã€ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ç®¡ç†è€…ユーザåã¨å…±ã«åˆ©ç”¨ã•ã‚Œã‚‹ãƒ‘スワードã§ã™ã€‚" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"NOTE: This password will not be asked twice, since it's not a new password." +msgstr "注æ„: ã“ã®ãƒ‘スワードã¯æ–°ã—ã„パスワードã§ã¯ç„¡ã„ã®ã§ã€å†ç¢ºèªã•ã‚Œã¾ã›ã‚“。" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "Abort database setup" +msgstr "データベースã®è¨­å®šã‚’終了ã—ã¾ã™" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "" +"The database type you selected is not supported; you should manually create " +"and drop the database and the account that phpGroupWare needs. In any case " +"I'll setup the configuration file (/etc/phpgroupware/header.inc.php)." +msgstr "" +"é¸æŠžã—ãŸãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã®ç¨®é¡žã¯ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ã¾ã›ã‚“。手動㧠phpGroupWare ãŒå¿…" +"è¦ã¨ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã¨ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ä½œæˆ (create) ã¨ç ´æ£„ (drop) ã‚’è¡Œã†å¿…è¦ãŒã‚" +"ã‚Šã¾ã™ã€‚ã©ã®ã‚ˆã†ãªå ´åˆã§ã‚‚ã€è¨­å®šãƒ•ã‚¡ã‚¤ãƒ« (/etc/phpgroupware/header.inc.php) " +"ã¯ä½œæˆã•ã‚Œã¾ã™ã€‚" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "'Header Admin' ã®è¨­å®šã‚’上書ãã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "" +"With the informations provided, the 'Header Admin' file (/etc/phpgroupware/" +"header.inc.php) can be setup. This may not be the most tuned setup, but " +"phpGroupWare will work with the average system. If overwriting is selected, " +"this file will *ALWAYS* be overwritten on any upgrade of this package. A " +"safe option is to choose overwriting by now, and disable this option later " +"with the dpkg-reconfigure(1) command." +msgstr "" +"ã“ã‚Œã‹ã‚‰å…¥åŠ›ã™ã‚‹æƒ…å ±ã«ã‚ˆã£ã¦ã€'Header Admin' ファイル (/etc/phpgroupware/" +"header.inc.php) を設定ã§ãã¾ã™ã€‚ã“ã‚Œã¯æœ€é©ãªè¨­å®šã§ã¯ãªã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ãŒã€" +"phpGroupWare ã¯å¤§æŠµã®å ´åˆã€ä¸€èˆ¬çš„ãªã‚·ã‚¹ãƒ†ãƒ ã¨ã—ã¦å‹•ä½œã™ã‚‹ã§ã—ょã†ã€‚上書ãã‚’é¸" +"ã‚“ã å ´åˆã€ã“ã®ãƒ•ã‚¡ã‚¤ãƒ«ã¯ãƒ‘ッケージã®ã‚¢ãƒƒãƒ—グレード時㫠*常ã«* 上書ãã•ã‚Œã¾" +"ã™ã€‚安全ãªæ–¹æ³•ã®ã²ã¨ã¤ã¨ã—ã¦ã€ã“ã“ã§ã€Œã¯ã„ã€ã¨ç­”ãˆã¦ãŠãã€å¾Œã»ã© dpkg-" +"reconfigure(1) コマンドã«ã‚ˆã£ã¦ã“ã®ã‚ªãƒ—ションを無効ã«ã—ã¦ã‚‚構ã„ã¾ã›ã‚“。" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Delete phpGroupWare data on purge?" +msgstr "" +"パッケージを完全ã«å‰Šé™¤ (purge) ã™ã‚‹éš›ã« phpGroupWare ã®ãƒ‡ãƒ¼ã‚¿ã‚’消去ã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "" +"Defines if all phpGroupWare data should be erased when the package is " +"purged, including the database (i.e. all data entered by the users) and the " +"phpGroupWare database account. (Note: if deletion is chosen, upon purging " +"the package, the database administrator password will be prompted for.)" +msgstr "" +"phpGroupWare パッケージを完全ã«å‰Šé™¤ (purge) ã™ã‚‹éš›ã€ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ (ã¤ã¾ã‚Šã€" +"ユーザã«ã‚ˆã£ã¦å…¥åŠ›ã•ã‚ŒãŸå…¨ã¦ã®ãƒ‡ãƒ¼ã‚¿) 㨠phpGroupWare ã®ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã‚¢ã‚«ã‚¦ãƒ³" +"トをå«ã‚ã€å…¨ã¦ã® phpGroupWare ã®ãƒ‡ãƒ¼ã‚¿ã‚’消去ã™ã‚‹ã‹ã©ã†ã‹ã‚’決ã‚ã¦ãã ã•ã„ (注" +"æ„: 消去をé¸ã‚“ã å ´åˆã€ã“ã®ãƒ‘ッケージをパージã™ã‚‹éš›ã«ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ç®¡ç†è€…パス" +"ワードをè¦æ±‚ã•ã‚Œã¾ã™ã€‚)" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "DEBUG." +msgstr "DEBUG." + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "${debug}" +msgstr "${debug}" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "Not resetting the 'header.inc.php' file" +msgstr "'header.inc.php' ファイルをå†è¨­å®šã—ãªã„" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The handling of the 'header.inc.php' configuration has changed." +msgstr "'header.inc.php' 設定ã®å–扱ã„ãŒå¤‰æ›´ã•ã‚Œã¾ã—ãŸã€‚" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"The Debian package scripts cannot guess if the previous settings in your " +"file should be overwritten (with the Debian defaults and the new " +"configuration values entered in the previous configuration dialogs)." +msgstr "" +"Debian パッケージã®ã‚¹ã‚¯ãƒªãƒ—トã¯ã€ãƒ•ã‚¡ã‚¤ãƒ«ä¸­ã«ã‚る以å‰ã®è¨­å®šã‚’上書ãã™ã¹ãã‹ã©" +"ã†ã‹ã‚’推測出æ¥ã¾ã›ã‚“ã§ã—㟠(Debian ã§ã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆå€¤ã¨æ–°ãŸã«è¨­å®šã•ã‚ŒãŸå€¤ã§ã€ä»¥" +"å‰è¨­å®šãƒ€ã‚¤ã‚¢ãƒ­ã‚°ã§å…¥åŠ›ã•ã‚ŒãŸå€¤ã‚’上書ãã—ã¾ã™)。" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"You may ignore this warning if you are upgrading from a previous package, or " +"if you have modified the header.inc.php settings with the phpGroupware " +"'Header Admin' setup dialogs." +msgstr "" +"以å‰ã®ãƒ‘ッケージã‹ã‚‰ã®ã‚¢ãƒƒãƒ—グレードã®å ´åˆã‚„ã€phpGroupware ã® 'Header Admin' " +"設定ダイアログ㧠header.inc.php を変更ã—ã¦ã„ãŸæ§˜ãªå ´åˆã¯ã€ã“ã®è­¦å‘Šã‚’無視ã—ã¦" +"も構ã„ã¾ã›ã‚“。" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"See instructions in README.Debian (found in /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) to switch to a /etc/phpgroupware/header.inc.php file " +"automatically updated by the package (re-)configuration." +msgstr "" +"パッケージã®è¨­å®šæ™‚ã« /etc/phpgroupware/header.inc.php ファイルを自動的ã«æ›´æ–°" +"ã™ã‚‹ã‚ˆã†ã«å¤‰æ›´ã™ã‚‹ã«ã¯ã€/usr/share/doc/phpgroupware-0.9.16-core-base/README." +"Debian ã«ã‚る指示を確èªã—ã¦ãã ã•ã„。" --- phpgroupware-0.9.16.012+dfsg.orig/debian/po/templates.pot +++ phpgroupware-0.9.16.012+dfsg/debian/po/templates.pot @@ -0,0 +1,420 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: phpgroupware@packages.debian.org\n" +"POT-Creation-Date: 2008-04-17 17:57+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "Package configuration note" +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"phpGroupWare needs additional configuration via its web interface. After the " +"installation has finished, you should point your browser to the phpGroupWare " +"setup, for example:" +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "http://${site}/phpgroupware/setup" +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:1001 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "Please enter the desired phpGroupWare 'Header Admin' password:" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:2001 +msgid "" +"'Header Admin' is the section in which the phpGroupWare administrator can " +"define the information which will let the application to 'start' (i.e. " +"database settings, directories location etc.) Note that the Header " +"Administration page contains the phpGroupWare database access password (but " +"not the administrator password)." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid "Confirm the 'Header Admin' password:" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:3001 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "" + +#. Type: text +#. Description +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "Password mismatch." +msgstr "" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:4001 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password:" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:5001 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:6001 +msgid "" +"Please enter the 'Setup/Config Admin' password again. If the password you " +"are going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:7001 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "" + +#. Type: multiselect +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:8001 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "Please enter phpGroupWare database host name:" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:9001 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "MySQL" +msgstr "" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "PostgreSQL" +msgstr "" + +#. Type: select +#. Choices +#. Translators, please ONLY translate this message if msgid is "none/other" here (do not translate MySQL and PostgreSQL) +#: ../phpgroupware-0.9.16-core-base.templates:10001 +msgid "none/other" +msgstr "" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "What database type will phpGroupWare use" +msgstr "" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "This is the type of database the server will use." +msgstr "" + +#. Type: select +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:10002 +msgid "" +"NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only " +"non-proprietary database types properly supported upstream." +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "Please enter phpGroupWare database name:" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:11001 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "Please enter the database user name to access the database:" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:12001 +msgid "" +"This is the user name that phpGroupWare will use to access the database." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "Please enter the password to access the database:" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:13001 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "Please retype the password to access the database:" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:14001 +msgid "" +"Please enter the database access password again. If the password you are " +"going to retype mismatch the previous entered one, I'll ask you to enter " +"them again." +msgstr "" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "Passwords mismatch." +msgstr "" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:15001 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "Please enter the database administrator user name:" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +"This user name will be used to access the database to create (if needed):" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:16001 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "Please enter the database administrator password (if any):" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:17001 +msgid "" +"NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "Abort database setup" +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:19001 +msgid "" +"The database type you selected is not supported; you should manually create " +"and drop the database and the account that phpGroupWare needs. In any case " +"I'll setup the configuration file (/etc/phpgroupware/header.inc.php)." +msgstr "" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:20001 +msgid "" +"With the informations provided, the 'Header Admin' file (/etc/phpgroupware/" +"header.inc.php) can be setup. This may not be the most tuned setup, but " +"phpGroupWare will work with the average system. If overwriting is selected, " +"this file will *ALWAYS* be overwritten on any upgrade of this package. A " +"safe option is to choose overwriting by now, and disable this option later " +"with the dpkg-reconfigure(1) command." +msgstr "" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "Delete phpGroupWare data on purge?" +msgstr "" + +#. Type: boolean +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:21001 +msgid "" +"Defines if all phpGroupWare data should be erased when the package is " +"purged, including the database (i.e. all data entered by the users) and the " +"phpGroupWare database account. (Note: if deletion is chosen, upon purging " +"the package, the database administrator password will be prompted for.)" +msgstr "" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "DEBUG." +msgstr "" + +#. Type: text +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:22001 +msgid "${debug}" +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "Not resetting the 'header.inc.php' file" +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "The handling of the 'header.inc.php' configuration has changed." +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"The Debian package scripts cannot guess if the previous settings in your " +"file should be overwritten (with the Debian defaults and the new " +"configuration values entered in the previous configuration dialogs)." +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"You may ignore this warning if you are upgrading from a previous package, or " +"if you have modified the header.inc.php settings with the phpGroupware " +"'Header Admin' setup dialogs." +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware-0.9.16-core-base.templates:23001 +msgid "" +"See instructions in README.Debian (found in /usr/share/doc/phpgroupware-" +"0.9.16-core-base/) to switch to a /etc/phpgroupware/header.inc.php file " +"automatically updated by the package (re-)configuration." +msgstr "" --- phpgroupware-0.9.16.012+dfsg.orig/eldaptir/doc/changelog +++ phpgroupware-0.9.16.012+dfsg/eldaptir/doc/changelog @@ -0,0 +1,20 @@ +/* $Id: CHANGELOG,v 1.1 2001/11/19 16:12:25 milosch Exp $ */ + +Apr 08 2001 milosch initial import + +Apr 15 2001 milosch move old account/group specific pages to old dir for possible removal + added admin functions for multiple servers - not yet being used + +Apr 18 2001 milosch A lot of the framework is there now for add/edit, except for + the major issue of schema-checking. Clicking add in any ou now + creates a web form based on the typical objectclasses for that ou. + NIS Add shell is broken for now. + +May 03 2001 milosch adjustments to add/edit in preparation to do real work. + Need to finish the schemacheck function to enable this. + +June 30 2001 milosch Add schema sub classes for 3 different server types + Add server type field in servers table + +September 24 2001 milosch Convert to use GLOBALS for phpgw objects +November 19 2001 milosch Banner and formatting cleanup --- phpgroupware-0.9.16.012+dfsg.orig/forum/doc/changelog +++ phpgroupware-0.9.16.012+dfsg/forum/doc/changelog @@ -0,0 +1,11 @@ +[0.8.1] + - NOTE: Old history on this app isn't avaiable, only in the CVS comments. + - Converted the non-standard date formats over to the db specific format (jengo) + - Tables names changed to match phpGroupWare standard prefixes (jengo) + - Template conversions started + - Added last post date and number of messages for the category and forum list + - Removed the your email and your name fields, replaced them with internal account_ids + NOTE: Due to the previous format used, the update script is unable to convert the names into + account_ids, so you will loose some message history. + - Started adding in appsessions calls, this way it will remeber what you where doing + - Created preferences section, the only option currently is 'default view' --- phpgroupware-0.9.16.012+dfsg.orig/polls/doc/changelog +++ phpgroupware-0.9.16.012+dfsg/polls/doc/changelog @@ -0,0 +1 @@ +[0.8.1] - Change tables to use the phpgw_ prefix --- phpgroupware-0.9.16.012+dfsg.orig/doc/README +++ phpgroupware-0.9.16.012+dfsg/doc/README @@ -1 +1,7 @@ -PLEASE SEE THE index.html OR index.txt files. +PLEASE SEE THE index.html files: + install/index.html + en_US/html/user/index.html + en_US/html/admin/index.html + +-- Slightly improved version by Olivier Berger + --- phpgroupware-0.9.16.012+dfsg.orig/doc/CREDITS +++ phpgroupware-0.9.16.012+dfsg/doc/CREDITS @@ -1 +1,7 @@ -See the CREDITS in phpgwapi/doc + +See the original CREDITS file, shipped in package +'phpgroupware-0.9.16-phpgwapi', for a list of authors and contributors +to the phpGroupware project (found at +'/usr/share/doc/phpgroupware-0.9.16-phpgwapi/CREDITS.gz'). + +-- Olivier Berger --- phpgroupware-0.9.16.012+dfsg.orig/doc/changelog +++ phpgroupware-0.9.16.012+dfsg/doc/changelog @@ -0,0 +1,5 @@ +12/29/2001 +added en_US directory and installed SGML versions of the documentation. +adjusted directories to conform to the new documentation standard. + +-Brandon- --- phpgroupware-0.9.16.012+dfsg.orig/phpgwapi/templates/idots/doc/changelog +++ phpgroupware-0.9.16.012+dfsg/phpgwapi/templates/idots/doc/changelog @@ -0,0 +1,16 @@ +Fri Apr 18 01:51:00 CEST 2003 +- resize icons to 32x32 +- renamed css file for better compatibility +- removed unneccesary files in calender and email template directory +- merged changed from Ralf Becker +- remade the logo +- changed gif to png where possible (create_tabs in class.common.inc.php only uses gifs!!!) +- moved tree to 0.9.16 branch + +Wed Apr 16 23:07:54 CEST 2003 +- Get app titles from new array without using the lang() call +- Moved 'Homelink' from navbar to sidebox +- Use preference setting 'icons', 'icons and text' +- sidebox menu's can be hooked now (see template hook-files in phpgwapi/templates/idots/doc/hook_templates/ +- replaces correct gimpsource file for navbar icons: phpgwapi/templates/idots/source/navbar.xcf +- additional information in the README --- phpgroupware-0.9.16.012+dfsg.orig/phpgwapi/templates/probusiness/doc/changelog +++ phpgroupware-0.9.16.012+dfsg/phpgwapi/templates/probusiness/doc/changelog @@ -0,0 +1,2 @@ +15. Oct 2003 : +First version of the probusiness template set. \ No newline at end of file --- phpgroupware-0.9.16.012+dfsg.orig/phpgwapi/doc/changelog +++ phpgroupware-0.9.16.012+dfsg/phpgwapi/doc/changelog @@ -0,0 +1,814 @@ +[0.9.16.011] + Security Release with bug fixes + - Fix for Vulnerability in Calendar + * see http://www.frsirt.com/english/advisories/2006/3414 + - MySQL 4.1+ and pgsql 8 schema creation fixes + - If using PHP5 it should now work with zend.ze1_compatibility_mode on + +[0.9.16.010] + Major Bug Fix Release + - Fixes for the following bugs + * General Globals and PHP5 fixes + - still not perfect :( + * Fix years lists in JS calendar + * Stop "anonymous" users from being blocked + - stops potential DoS attack for sitemgr + * Fix change password reminder + * Several fixes for LDAP accounts + - inc make phpGW work w/Samba and other tools + * Fix delete hook in many apps + * Make alarms editable in calendar + * Give enough info for conflict with private cal event + * Make ical.php and exported iCals RFC 2445 compliant + * Move modules when page moved to another cat in sitemgr + * Fix dates in history log and bookmarks + * Make addressbook person & address more user friendly + * Fix vcard export in addressbook + * Allow no default category for addressbook + * Fix JS errors in addressbook + * Make the phpgw footer be shown in all parts of email + * Show all addressbook categories in email + * Make NNTP work again + * Show history log for todo items + * Fix heirarchy in todo list + * Many minor fixes in polls + * Hide some debugging output + * Various other minor bug fixes + * General Grammar and language fixes + +[0.9.16.009] + Security and Bug Fix Release + - Fixes for the following security issues: + * phpSysInfo + - XSS CVE-2005-0870 + - arbitrary file inclusion CVE-2005-3347 + - anti XSS measure CVE-2005-3348 + * FUDForum + - arbitary code execution SA16627 + + - Major bug fixes: + * LDAP account returns only phpGroupWare accounts + * accounts list pages and sorts properly + * Next account id is properly generated + * First group shows properly in ACL manager + * Calendar footer now shows again + * Calendar alarms can be set, editted and viewed + * Fix apps to work with anti XSS code from 007/8 + - News Admin + - Sitemgr + + Additional languages and translated phrases + +[0.9.16.008] + Bug fix release + - Fix problem with anti XSS code and arrays +[0.9.16.007] + Security Fix Release + - Global XSS changes, related to savannah bug #13863 + - FUDForum Information Disclosure - CAN-2005-2600 + - Disabled XMLRPC until more resources are available - CAN-2005-2498 +[0.9.16.006] + Security Fix Release + - XMLRPC arbitary code execution - SA-15852 + - General bug fixes +[0.9.16.005] + Bug Fix Release + - Fixes "build" bugs in 0.9.16.004 +[0.9.16.004] + Security Fix Release + - XSS Vulnerabilities in projects, tts and wiki + - General bug fixes +[0.9.16.003] + Security Fix release + - XSS Exploit in wiki - Secunia ID SA12466 + - General bug fixes + +[0.9.16.002] + Security Fix release + - plain text cookies in setup - bugtraq id 10895 + +[0.9.16.001] + Bug Fix Release + - Over 200 bugs fixed +[0.9.16.000] + Major Release + - New contacts backend added + - Added ability to lock out users/IPs for repeated bad auth attempts + - Added support for indexes to schema_proc + - Allows phpgroupware to run with register_globals = off + - Improved pgsql 7.3 support + - Improved LDAP support and cleaner schema + - Added quota support to the VFS + - Added webDAV support to VFS + +[0.9.14.007] + Security Release: + - Secure calendar holiday code to prevent malicious inclusions + - Remove several SQL insertion exploits + +[0.9.14.006] + Security fix release for the following problems: + - SQL injection (CAN-2003-0657) + - VFS storage in phpgw document root now prohibited (CAN-2003-0599) + - Remove $appdir in includes in tables_update.inc.php to prevent + execution of arbitrary scripts +[0.9.14.005] + Fixes php3 compatibility problems in 0.9.14.004 + +[0.9.14.004] + Security fix for: + - Cross Site Scripting (XSS) (CAN-2003-0504) + +[0.9.14.003] + This is a bug fix release for 0.9.14, which includes the following + fixes/improvements: + - calendar, day view fixed display prob. with conflicts in + events starting before day-start-time fixed in CVS + - bookmarks,img,inv,netsaint no labels in ACL and/or no + group-ACL icon fixed in CVS + - Addressbook: + + custom fields are always empty in edit (Bug:502) + + and cant be deleted/edited if they contain special chars: + &, #, ?, ... (savannah bug #2071). + + default-filter is not working and lacks 'only yours' + (savannah bug #1085). + - loging in or calling the welcome page displays a "available + Memory exhausted" error: This is caused by an endless + inclusion of the phpgwapi footer by itself. + - postgreSql and language Setup: duplicate lang-phrases of some + apps (for common), cause an error while installing languages + for new or updated apps (this can happen in the update too): + there is a fix now in cvs or u can manualy comment out the + lines 55 and 138 in /setup/lang.php by placeing a double + slash '//' in front of the line, see savannah bug #3056 + - Admin / user accounts: The enabled applications in the 2. column + are displayed wrong and when u try to set them, is seems + they got not set and other not set (showed as set) apps + get deselected. + +[0.9.14.002] + Bug fix release, which includes the following fixes/improvements: + - many improvements behind the scenes + - various fixes for many apps + - additional translations + - Improved php4 sessions support - including accesslog and + sessions count and listing (similar to db sessions) + - Better LDAP support + - For pgsql users: + + seperate LIMIT/OFFSET for pgSql 7.3 + + DropTable: Fixed problems with sequnces, which prevent + reinstallation of applications + + AlterColumn: properly sets defaults and not-null-constrains + - For mysql users: + + error message includes the reason + + removed infinite loop in setup + - calendar: + + lots fixes around start/end of daylight saving + time (events/days double or did show up on wrong days) + - Setup/Config: + + changes in the lang-files (via cvs update) are detected now + on login and added automaticaly + + overflow in phpgw_config table fixed + + security hole plugged (savannah bug #1169 & #1171) + +[0.9.14.001] + Bug fix release, which includes the following fixes/improvements: + - Support for Apache 2.x + - Improved LDAP support for accounts and contacts + - Various minor api/setup/config fixes + - Additional Translations - especially German and French + - Enhanced email client - now supports multiple mailboxes, + spell check and filters + - Sitemgr content management system - with multilingual support + - Addressbook - minor fixes + - Bookmarks - various fixes - mainly ui related + - Calendar - email notifications, acl enforcement and other minor fixes + - Chat - scrolls properly and focus always set to text input field + - Felamimail - added sieve support, improved ui, various minor fixes + - FileManager/phpWebHosting - various minor fixes + - Forums - fixed colors + - News Admin - minor changes to allow integration with sitemgr + - Polls - add/strip slashes and other minor issues + - Projects - various minor fixes + - Time Track - minor fixes + Thanks to all those who contributed patches, bug reports, time or energy. We can't + remember you all but we are aware of your contribution and appreciate it. + +[0.9.14] + Major Release including: + - Added in transaction support to the db classes + - Hooks code has been changed some, the location is now required, and + the hook filenames need to follow the new format: + hook_.inc.php + - The sessions class now base64 encodes passwords in appsessions + to prevent invaild chars. + - Added a $phpgw_info flag to allow apps to have admin only sections + and keeping the currentapp as the true appname + - Added limit_query() function, this is a replacement for limit() + which should no longer be used + - Admins can now force a default app + - Added global option to disable checking the IP address on sessions, + usefull for those behind load balanced proxys. + - Merged patch for eventlog, this will show debugging info and + warnings to admins. Thanks j3rry + - Created dual pass preferences, this allows admins to force any + preference option on users. (eg, templates, themes, max matchs, etc) + - Created generic preferneces/preferences.php app, which uses hooks to + set user preferences, admins can force preference, or set the defaults + for new accounts. + - Added global config option to deny users to access grants, usefull for ISPs + - Merged patch for NIS auth - Thanks Dylan Adams + - login.php will now accept md5 passwords, if you not using email and + have javascript enabled on your browser. Clear text passwords + won't be sent over the wire. + - Added global application level categories. You can now create a category + for all users within a single app. + +[0.9.12] + Major Release: + - Note: These changelogs will only contain changes in + the API (preferences, admin, etc) + - Created a config option to force users to use a certian theme. + - Fixed nextmatchs on the categories preferences screen + - Added new config class so developers can centralize their configs + - Created new logos for the verdilak layout. + - You can now add enable_*_ class in $phpgw_info['flags'] + to load any class in the API + - Removed phpgw_info array caching, it was broken and only + slowed things down + +[0.9.10] + Major Release: + - Fixed the cron programs, they where out of date in the table structures + - Added the ["flags"]["nofooter"] . ["flags"]["noappfooter"] flags. + - Fixed calendars in Printer Friendly mode. + - Fixed calendar day-view with events spanning multiple hours. + - Fixed calendar default view. + - Fixed calendar when editing events and groups associated to them. + - Fixed lang independence with navbar text. + - Implemented new Applications class. + - Changed all API table names to use the phpgw_ prefix. + - Application permissions on accounts is now done via full ACL + - You can now turn off cacheing of the phpgw_info array, maybe a small + preformance increase depending on the setup. + - phpgw_info is now cached in phpgw_app_sessions instead + of phpgw_sessions.session_info + - The over all structure of the API has changed quite a bit. + - Files in phpgwapi/inc now have a class. prefix instead of phpgw_ + - Classes are now loaded via createobject() + - The categories class has been updated and is working better + - The new contacts class, which will be a central point for all contact + data is now in place + - Cleaned up most of the user/group admin section (including templates, + code re-write, and small bug fixes) + - Added partial API support for anonymous sessions + - Fix PostgreSQL error for explicit cast from int to varchar in todo/index.php + - Re-created a few icons for the verdilak layout. Apparently, they where + bad .gif files which where casuing problems. + - Added new layout - Thanks to IDSociety + - Global and user level categories, some apps have started using it + - Fixed todo list dates, they where being created completly wrong + - Added better error checking for the todo list + +[0.9.9pl1] + Bug fix release: + - Added some error checking to see if there header and/or database + table where created. + +[0.9.9] + Major Release: + - Fixed a number of issues with the verdilak layout + - Fixed parse_footer() not working if the header is turned off. + - Fixed table problem in E-Mail + - Added user preferences for template set + - Disabled frames until we can properly fix them + - Added new template set (just web) + Thanks Shawn J. Wallace + - Created in mini-calendar for the verdilak layout + - XHTML 4.01 compliance + - Fixed all user preferences (within that user) getting overwritten + when any app makes a change to them. + - Fixed E-Mail display inline graphics + - Fixed free/busy displaying incorrect title date + - Fixed templates messing up with certian languages + - Fixed E-Mail addressbook not working + - Cleaned up the E-Mail mini box on main screen + - Fixed a number of the icons not showing up + +[0.9.8] + Major Release + - Merged in patch for UW-Maildir IMAP server support + Thanks milosch + - Fixed setup not detecting installed databases with PHP 3 + - Fixed repeating entries being saved properly. + - Added ability for admin to edit any calendar event. + - Fixed entries showing improperly on wrong date. + - Fixed file uploads through filemanager. + - Fixed repeating entries Month select box. + - Fixed calendar week selector starting on Monday on footer. + - Fixed buggy calendar saving when no groups are selected with + group access. + - Fixed submitting of calendar entry when javascript turned off. + - Fixed calendar preferences not updating properly + - Fixed denylogin form not display and converted it to a template. + - Added select box option for multiable domains in login.php + - Fixed proxy server support for headlines and check for new version + on main screen. + - Fixed headlines preferences and converted headline preferences to + a template + - Fixed pgsql upgrade from beta path. + - Fixed chronological ordering of calendar events. + - Changed javascript validation to server side upon submitting calendar + events. + - Merged patch for parsing of non-compliant rfc822 email addresses. + Thanks bwulf + - Fixed the addressbook not opening when composing email. + - Applied patch to fix md5 en/decryption. + Thanks milosch + - Fixed login message not showing up. + - Added in feature for frames. This can be a user preference, or a + global option for the admin to disable, allow, or force. + - Added in a few preformace tweaks that will use serialize() and unserialize() for + dropping the phpgw_info array into the session table durring login. + - Changed a few of the icons to our news ones. + - Fixed 12 am/pm problem in calendar. + - Added default filter to calendar preferences. + - Merged in patch for track_vars in calendar for PHP 3 + Thanks bwulf + - Merged in patch for Danish translation + Thanks again zaphod + - Fixed birthday reminders not showing up + - Added in an about link on the navbar, it will return information about + phpGroupWare (version, credits, etc) and it can also return + information about an app. + - Fixed changing of users password through admin. + - Changed navbar() to return an array for use in different template sets. + - Each template set can now have its own custom navbar + - Moved all mainscreen areas to use hooks. + - Created functions for change password and remove it out of change password. + Each authenication type has its own function to handle it. + +[0.9.7] + Major Release: + - Fixed SQL error in tts + - Fixed table locking in admin -> edit account + - Added capability to schedule others and not yourself to calendar. + - Fixed d/l'ing of files through filemanager. + - Enhanced Free/Busy calendar view. + - Fix for repeating events not showing in calendar. + - Fix for Day View warning in calendar. + - Fix for TTS with Update by non-email user. + - Fixed admin/accesslog.php wasn't using phpgw_access_log + - Fix for Week View warning in calendar. + - Fix for Matrix View not working with Netscape 6. + - Added text only feature for navbar + - Converted navbar to work off templates + - Merged in patch for filemanager to fix upload in SAFE_MODE + Thanks s837008 + - Cleaned up mainscreen message section, you can also have a login + screen message now. + - Merged in update for french + - Merged in update for Spanish + Thanks gmartine + - Merged in patch for calendar for year view + Thanks bwulf + - session class will now use the HTTP_X_FORWARDED_FOR if a user is + behind a proxy server. + - Merged in patch to fix the addressbook not displaying all of the fields. + Thanks ydario + - New Calendar table structures and code. + - Applied patch to fix set_time_limit() warnings in safe_mode + Thanks count + - Fixed warning messages in EMail with/without CC header info. + - Fixed errors for TTS mailings. + (This was actually a problem with email, users not having a + Sent folder. Sent Folders automatically created if not exist.) + - Fixed matrixview warnings when viewing manual. + - Fixed problem with moving to prev/next msg in NNTP. + - Fix possible problem connecting to LDAP server. + - Fix home page display of calendar events. + - Added ability to set users defaut calendar view of top icon. + - Changed calednar duration to a true date/time. + - Added ability to filter calendar events based on access. + - Merged in patch adding free() to the pgsql db. + Thanks count + +[0.9.6] + Major Release: + - Fix user permissions where not being checked properly. + +[0.9.5] + Major Release + - Fixed NNTP preferences. + - Fixed NNTP read_message - missed converting call for VFS. + - Fixed calendar view of events - change of + convert_string_to_names_access(). + - Fixed deletion of user accounts hanging on deleting of calendar events. + - Fix for email in BIG5 charset. + - Fix for adding new users. + - Fixed a bug that was casuing people to have problems logining in when + using cookie support. + - Fixed calendar display of 12 hour formats. + - Fixed a few problems with admin -> editaccount not changing the directory + name properly. + - Fixed the languages table was using the lang name in upper case while + everything else was using lowercase. + - Added admin section to be able to add legal notices or other messages + on the main screen. Thanks snerd for this idea. + - Added matrix view of individuals and calendar events. + - Fixed parent_page link on footer line. + +[0.9.4] + Major Release: + - Fixed calendar week view. + - Displays calendar items in day view without start times. + - You now have to specify which API classes need to be loaded. + - Preformance is much better. + - Fixed a calendar SQL error with stock setups using the demo user. + - Fixed a problem with the email folders only reporting back the + number of messages in the INBOX regardless of which + folder it is in. + - Added calendar day view to home page. + - Fixed problem with deletion of accounts. + - Fixed a few problems with error reporting in the accounts section. + Thanks mdean + - Renamed the webcal_entry.cal_create_by field to webcal_entry.cal_owner. + - Split out auth class, so that you can auth from anywhere and still + store your accounts in sql or ldap. + - Added mail auth class, that will authenticate users against their + email accounts + - Added multiple domain support. + - Fixed a few problems with the categories class + - Fixed nextmatchs calling link() wrong causing the next pages to not + be displayed. + - Removed javascript from the login template + - Fixed HTML error in the application status select box for + admin -> new/edit application + - Fixed group public filters in addressbook and todo list + - Cleanup up templates in admin section and created a few new templates. + +[0.9.3] + Major Release + - Fixed the new user account form not returning the users firstname + or last name when an error is reported. + - Fixed NNTP to handle new VFS api. + - Fixed a number of preferences bugs on the main screen. + - Fixed E-Mail sigs not being added. + - Moved E-Mail preferences into its own section. + - When changing NNTP servers, now deletes newsgroups and users_newsgroups. + - Applied Patch #102089 - scrollbars for addressbook when composing + email. Thanks jaggdedge + - owner fields are now working off account_id instead of account_lid + - Fixed time format on calendar preferences. + - NNTP now uses preferences to store monitored newsgroups. + - Added better error checking in applications admin section. + - Applied Patch #102116 - qmail/vmail spaces in TO:,CC: fields + sending email. Thanks jaggdedge + - Email Trash folder is now created if it doesn't exsist + - Added user preferences for sending messages to the trash or just deleteing them. + - Started working on LDAP support. Its some what functional right now, but + please be carefull it has not been fully tested or debugged. + - Fixed appsession() not decrypting data properly. + - mcrypt should be working correctly now. + - Fixed problem with email's addressbook not retrieving records. + - Applied patch for accounts->listusers(). + Thanks Mathieu van Loon + - Fixed check for new version not working. + - Merged in patch for vcard support in addressbook. + Thanks Qbert + - Merged in patch for better langague support based on iso-639 + Thanks zaphod + - Fixed accesslog not showing the logout field properly. + - transy should now be somewhat usable. + - Added automatic email of changes to TTS tickets. + - Fixed show currentusers on navbar preference + - Added new categories class + - Fixed date preferences in todo list + - Added date preferences to addressbook for birthdays + - Fixed group access to calendar items. + +[0.9.2] + Major Release: + - Fixed sorting bug in currentusers.php + - Cleaned up error reporting and form in newaccount.php + - Fixed viewaccounts.php not updated to the new accounts table. + - Fixed access_log not being updated durring logouts. + - Fixed email/folders.php not showing the number of messages in + the INBOX. + - Fixed messages that where being passed around in the headlines + admin section. + - Fixed setup script not working properly with certain version of MySQL. + - Fixed the participants list in the calendar. + - Fixed permission bug that was not checking users access to an app. + - Applied Patch #101453 - CJK character set display. + Thanks Park ChungKyu + - Applied Patch #101321 - Czech lang translation. + Thanks Petr Moses + - Now ISO 639 compliant with language translation id. + - Applied Patch #101828 - Swedish lang translation. + Thanks Kjell Claesson + - Fixed group management with new groups and navbar problems. + - Changed around the way the preferences work. The $phpgw_info + array is also handled a little differently + for preferences. It now looks like: + $phpgw_info["user"]["preferences"][appname][preference name] + - Fixed NNTP call to preferences.php if user does not have any groups selected. + - Fixed setting of default preferences of new users. + - Updated Spanish translations. Thanks gmartine + - Default preferences used if not set in DB. + - NNTP fixed to use the new account table layout. + - NNTP Header problem fixed. + - Applied Patch #101934 - Updated Swedish lang translation. + Thanks Kjell Claesson + - Fixed a problem with setup/index.php return a number of errors on + fresh PostgreSQL databases. + +[0.9.1] + Major Release: + - Fixed a few missing variables with templates. + - editing a product in the inventory program now forwards you back to + the category you where in. + - You can now use decimals in the inventory program. + - Added missing tables for tts and fixed problems with postgresql. + - Fixed changing of password not getting set in session table + - email now displays "Could not open mailbox" if mailbox could + not be opened (formerly displayed just "mailbox empty") + - Added ability to add/edit product status (inventory) + - Fixed displaying of repeated calendar events by owner + - Fixed displaying of calendar events to include group events + - Converted more of the inventory program to use templates + - Added a search field/add button when list products (inventory) + - Fixed editing of calendar entry with regards to start time + - Fixed sorting order in navbar when apps where assigned to a group. + - Fixed groups not being assinged an app properly. + - Fixed timeout for email receiving/sending. + - Changed the format for the accounts, sessions, and preferences tables. + - Started adding support for Oracle databases (Not working yet) + - Added new layout for admin and preferences sections. + - Fixed addressbook entries assigned to groups. + - Fixed accounts not using link() properly and kicking admin out of searchs. + - Removed globalconfig.inc.php and moved it into the database. Theres now + a nice new setup program. + - Updated docs a great deal. + - Group public items should now be working. + - Fixed a wrong data type error when calling sort() on 1 folder. + - Added week number in month view of calendar. (Patch by grasl) + - Moved charset setting from globalconfig.inc.php / DB to lang files. + - A bunch of other minor bug fixes. + +[09072000] + - Added print icon that allows you to print out a page without having + the navbar. Thanks Sam Wynn Jr + - on group creation the files directory tried to be created in + "filemanager/groups/" instead of in "files/groups/" - fixed. + Same for the user directory. + - Added error checking for creating/editing an account with no permissions. + - Fixed a db->unlock() issue in editaccount.php + - Fixed a few $phpgw_flags out of place. + - Fixed a problem with attachments not handled properly + - Fixed email/folder.php + - Fixed a problem with link targeting and the navbar. + - Fixed kp3 not being passed properly in chat. + - Changed the icon for NNTP. + - Changed the way session->create() makes the random number. This should fix + the problems on NT. + - Added HTTP Proxy support to phpgw_network. + - Pop3: when a header line started with cc:, from:, ..., but + no information followed the colon, a bunch of error messages were + displayed ("xxx not an object"). Fixed. + - Inventory program now supports changeable status fields. + - Added feature to show minium in stock products in different colors. + - Added error checking for changing a group name to a name that already exsists + - Removed session->hidden_var(), use link() from now on. + NOTE: You need to make sure you use the POST method. GET will cause problems. + - Cookie sessionid support works a little better now. + - Started adding LDAP account authencation support. + - Converted session->loginid, session->firstname, session->lastname, session->con + to store this data in the phpgw_info array. + - Moved check_owner() from session class to common. + - Converted all working apps to use the new lang() function which uses a database + instead of the lang files. (Passing extra variables is not working perfect, yet) + +[08212000] + - removed db_lock() and db_unlock() I changed the phpgw_db_* to use them properly + - remove all remaining references to $dbase and $phpgw_db we are now using + $phpgw->db for database stuff + - Added unlock() in halt() for the database class. This should help prevent + database lockups if the program executes some invailed SQL. + - Moved around the directory layout. The include files and images are now + in the applications directory. + - You can now add permissions to a group, all users within that group + would be granted those permissions. + - NNTP now compatible with PHP3/PHP4. + - Fixed parse errors and footer problems with the calendars printer + friendly version. + - Fixed a problem with the groups directory not being deleted. + - Fixed a problem with not being able to add users to a group. + - Fixed bad links in calendar + - Added feature to be able to remove users from a group automaticly + - changetheme.php will now read the files in the directory. You no longer + need to edit it to add themes + - Fixed a problem with the default sorting order messing up the next matchs + while viewing a message + - Added feature to check for new releases of phpGW + - Added feature to filter out entrys only within a certain group. + This is for the todo list and addressbook. + - Added a search field and next matchs icons to accounts and groups form. + - Fixed the "code" messages not showing up after adding new entrys and what not. + - Started converting the admin section to work off templates + - Started converting the todo list to work off templates + - Added a few new themes + +[08152000] + - Fixed a problem with the calendar not showing the months in the users + langague preference. + - Added the new alpha human resources section + - Added the new alpha inventory program + - Added new global var $phpgw_flags replaces $currentapp, $noheader, $nonavbar + - Small change in the API with the lang files. + - Added missing files for french + - pop_sort() accelerated by using temp file for storing header + information - speed factor > 2 for re-sorts! + - Added a temp quick fix for PostgreSQL not working in the calendar + I am using the old code, so there might be bugs. This is + just until we can find a better solution. + - Added a warning message if users are still apart of a group thats + about to be deleted. + - a bunch of error messages where shown when some header info was + split into multiple lines (on pop account), and address info + could not be built in this case. Fixed. + - Added Dutch and Korean langague support + - Added default app and default sorting order preference + - Fixed multipart handling on pop3 + - Added config option for where the "Powered by" can go, top or bottom + - add/edit/delete accounts code has been cleaned up greatly. + - Better error control in the accounts section + - Fixed check_owner() in session class not reporting the owner properly + +[08072000] + - Fixed current users next matchs icons not showing up properly + - Added support to save sent-messages into Sent folder + - Fixed bug where users always see the mail server connection + error on a new installation + - Added cookie support so you can save your session id as a cookie + - Fixed permission bug in preferences with anonymous users + - Fixed permission bug in calendar + - Greatly improved ftp app + - Started adding the new manager permission + - Added link in the admin section to find out your phpinfo() + - A few bug fixes in the admin section + +[08042000] + - Fixed repeating events in calendar day view + - Started refering to modules as applications + - Fixed todo list not showing list properly + - Started adding new application layout + - Clean up documentation + - Added better german langague file support. + - Fixed addressbook not showing the group access properly + - Added nextmatchs to email + - Deleting a message will now forward you to the next message + instead of the inbox. + - Added spanish, Itailian and Norwegien lang files. + - EMail now supports POP-3 + - Next matchs icons in email + - Many other fixes and features that we can't remeber :) + +[07122000] + - Added multi-langague support + - Added confirms before records are deleted. + - Fixed the footer not being called in the calendar + - Fixed the todo list not showing the list properly + - Added date format thanks vinz + - Renamed session.class to session.inc.php + - Added feature to allow stale uploads to be deleted on + systems that don't support cron + - Fixed calendar searchs + - Added preferences to have text under icons on navigation bar + +[07062000] + - Fixed javascript pop-up window upadting wrong fields. + thanks vinz + - Fixed security hole in logout.php + - Added support support for todo list showing who created + the record. + - Added support for date due in todo list. + - Fixed bug in killsession.php thanks vinz + - Added support for day view in calendar + - Added support for hovering descriptions using the alt tag + - Added support for newsheadlines program + thanks Mark Peters + - The calendar sports a new layout. + - Started converting HTML to be HTML 4.0 complient + - Added new filemanager program + - New experimental look for the user section. + +[06302000] + - Moved around the inc directorys for better security. + - Fixed the file attachments and parse errors. + - Fixed file uploads for Windows thanks vinz + - Added to bring you back to the same folder you are in + (email) thanks smoser + - Fixed directorys not be deleted properly and should + now work under windows. + - Updated docs a little + - Include pre-alpha release of trouble ticket system + - A few other small bug fixes. + +[06272000] + - Updated most of the docs for the new name (phpGroupWare) + - Resolve a few issues with installing on PHP 4. + - editaccounts.php3 now updated the calendar tables properly + - Cleaned up groups.inc and removed no longer used and repeated code + - Fixed broken link in calendar + - Renamed all .php3 so program works in PHP 4. + - Added next and previous links in calendar year view + - Printer friendly version of the calendar no longer show the + navigation bar on top + +[06222000] + - Fixed problem with timeformat only showing up if you have calendar + access. + - Added support to select from a few pre-defined date formats + Anyone have suggestions on some more ? + - Fixed problem with create_tables.mysql for calendar global events + thanks Vincent Larchet + - Added support for multiable file uploads. + - Fixed table locking issues in editaccount.php3 + - There is now a config option to point to a differant directory + that webdistro is install on. + - A couple of other small bug fixes and code cleanup. + - Fixed a problem with email signatures not working + +[06172000] + - Added db_lock() and db_unlock. That should fix the table locking + problems. + - Fixed problem with filtering in todo list. + - Fixed admin viewaccount.php3 not showing permissions properly. + +[06162000] + - included new theme thanks Marl + - Made sure that the docs where included this time. + - Fixed javascript error in edit_entry.php thanks marvinhorst + - Fixed problem with edit_entry.php not including current users + loginid + - Renamed functions.inc to calendar.inc to make things easier to + understand. + - Renamed all .php file to .php3 + - Fixed small calendar days, Sa and Su where backwords. + - Removed cal_eventid from webcal_entry_repeats, wasn't needed and + was causing problems. + - Fixed a few problems with create_tables.* + - Global public items should now work in the calendar + - Added feature to change users passwords (admin) + - Update some of the docs. + - Renamed and merged some files in the calendar. + - Added percent of users that logged out to accesslog + +[06092000] + - Fixed lastlogin information that wasn't updating. + - Added table locks in edit_entry_handler.php (calendar) + - Added feature to annoy users that haven't changed there + password for more then 30 days. + - Added javascript popup window for addressbook in email + Thanks Brian King + +[06082000] + - Added new groups class + - Combined permissions and preferences into session.inc + - Renamed session.inc to webdistro_common.inc + - Fixed blank items showing up in the todo list. + - Cleaned up create_tables.* Took out all of the uneeded things. + - Included a new theme, it looks pretty bad on some computers. + But, we need to test things out a little with it. +[06052000] + - Fixed a few permission bugs in the addressbook + - Started converting all programs to use the new session class + - Light code cleanup + - Fixed parse errors in a few places + - Added timezone support + - Updated stalesessions.pl + - Fixed a few possiable security problems with addressbook + +[06032000] + - Fixed problems editing accounts using postgresql + - Fixed problems creating account in create_tables.* + - Admin section updated. Sorting features. New layout for current + sessions. + - login.php3 Fixed problem with it not updating users lastlogin + - Fixed problems with adding events to the calendar. + - Fixed problems with repeating events with a frequency of more then 1. + I think I have finally narrowed most of the problems down. + - Addressbook had the city and street mixed. Thanks Eric Degner + - Added feature to show who created the addressbook entry. + I will add support for this in the todolist later. + - Cleaned up some unneeded files in some of the directorys. + - Added next and previous link in message.php3 for email. + - Converted program to start using the new permissions and + preferences class. + - Fixed session table for mysql + +[06022000] + - Calendar bug fixes and code cleanup. + - Security fix for login.php3 + --- phpgroupware-0.9.16.012+dfsg.orig/folders/phplayersmenu/changelog +++ phpgroupware-0.9.16.012+dfsg/folders/phplayersmenu/changelog @@ -0,0 +1,921 @@ + +------------------------------------ +PHP Layers Menu 3.1.1 (Nov 15, 2003) +------------------------------------ + +Eliminated from the code libdir and libjswww, that were no more used. + +Fixed a bug in the setTpldirCommon() method. +Changed/extended some parts of code (and updated the examples +accordingly) to allow to change all directory paths using only +the setDirroot() method. +Thanks to Morten Poulsen for his bug report and his suggestion. + +Removed the JavaScript tag from lib/layersmenu-browser_detection.js +and updated the examples accordingly. +Thanks to Philipp Kamps for his report. + +Changed HTML:default:default with HTML:frames:default in README.PHPDOC +to avoid a warning with phpDocumentor 1.2.2; you have to undo this change +if you are still using phpDocumentor 1.1. + +------------------------------------ +PHP Layers Menu 3.1.0 (Sep 21, 2003) +------------------------------------ + +I wish to start the changelog of this new development branch with +some clarifications about choices I have done with this release. +Recently, I have said many times that I would have eliminated the support +of some old browsers (mainly Netscape 4 and Internet Explorer 4) +starting from just *this* release; however, I have still not done this +because a middle-ground solution has rather easily allowed to mantain +support for them. +Such middle-ground solution has consisted of reorganizing some stuff, +so that now incompatibility with old browsers is due only to the code +of templates and style sheets, and of providing, beside the default +templates and style sheets, some old-style templates and style sheets +that still allow you to preserve compatibility if you *really* need. +Please consider that this also implies that, to avoid of accidentally +loosing the support of some browsers, now you must be *much more careful* +if you customize templates and style sheets. +Please also consider that probably, starting from now, the old-style +stuff will not be tested as widely and deeply as the new one, +as now the focus is on non-ancient browsers... the need of abandoning +support for Netscape 4, that has disclosed me the world of Internet, +makes me sad, but it's life: time goes on, and too old software +has to be abandoned at a given time. + +Upgraded to HTML_Template_PHPLIB-1.3.1. + +Reorganized the PHP code to split the classes in more classes: +LayersMenu --> LayersMenuCommon, LayersMenu, TreeMenu +XLayersMenu --> PHPTreeMenu, PlainMenu + +Switched to the look anticipated in version 3.0.0 by the NEW_GENERATION +patch; now ancient browsers are no more supported unless you use +old-style templates and style sheets instead of the default ones +(look at example-hormenu-old.php to see an "old-style" example). +Support for Mozilla 0.6 and Netscape 6.0 is available again. +Support of Konqueror 2.1 has been definitively dropped, also +in old-style templates and style sheets. + +Added a workaround for the see-through problem, as loudly and longly +requested by many people. +To avail of the workaround, surround the "dangerous" form elements with +a div with id="phplmseethrough" and include layersmenu-see-through.js, +just as in example-see-through.php. +"Dangerous" elements are automatically found relying on the DOM tree +properties; they are not searched for outside the "phplmseethrough" div: +I have chosen this approach for performance and simplicity reasons. +If you do not need this workaround, you do not have to add any such div. +The workaround is available for Konqueror and Internet Explorer 5+. +As Mozilla 1.4 and Opera 7 have solved the problem, I have decided +to avoid any workaround for both Mozilla (that was alredy almost +not affected by this weird problem) and Opera, and I *strongly* +advise Mozilla and Opera users to upgrade to the new versions if possible. +I do not have added any workaround for Netscape 4 and Internet Explorer 4, +as it seems more difficult (they are both strongly non DOM-compliant) +and as in my opinion it is not worth the effort, also because +in the long term I will drop any support for both them. +On Konqueror 3.x and IE 5+ I have found a reliable way[*] to hide only +elements that actually overlap with popped up layers, but, alas, +on the contrary, since now I have not found a way to check *reliably* +for such overlaps also on Konqueror 2.2, hence the workaround is rather +rough for Konqueror 2.2: each time a layer of the menu is popped up, +*all* "dangerous" form elements are hidden. + +[*] According to the performed tests, it *seems* reliable enough ^_^ + +Changed the name of the "link" field: for better overall coherence, +now it is called "href"; this change affects the DB and the templates +(and the internal code of the classes, but this is not visible to +final users). +Anyway, the API allow to use data put in tables and tables fields +with non default names, hence this change should not cause too many +troubles. + +Temporarily dropped the PATCHES directory: the corresponding patches +will be either integrated during this development branch (if it will +appear advisable) or restored later, after needed changes. + +Other undocumented changes and improvements to the code. + +Be aware that version 3.0 of the manual is not completely suited +to PHPLM 3.1.x and that, in general, version 3.0 of the manual +has to be considered valid only for PHPLM 3.0.x. + +-------------------------------------- +PHP Layers Menu 3.0.0 (Aug 31st, 2003) +-------------------------------------- + +Added and changed many examples; a comprehensive manual has been added, +as loudly and longly requested by many people; the manual is not +bundled with the package, it is released as a separate document. + +Added a "Keramik-like" patch based on suggestions and contributions +of Shai Coleman (shai@eurotexte.fr). +This patch is a sort of "preview" of the future versions of PHPLM. +Many thanks, Shai. + +Michele Antonecchia has prepared logos and shortcut icons for the +PHP Layers Menu System; they have been added under the LOGOS directory. +Many thanks, Michele. + +A minor change to the setTpldir() method; now the default filenames +of templates are updated when the template directory is changed. + +A minor bug fix related to a workaround needed for Mozilla < 1.4 +for MS Windows. + +A minor bug fix to the layersmenu-sub_menu*.ihtml templates (a missing +'colspan="2"'). + +Fixed an incompatibility with PostgreSQL 7.3 in +lib/layersmenu-process.inc.php + +Added some checks to avoid that a new menu is requested before that +its menu menu data are parsed. + +Renamed the _parseCommon method as parseCommon, as it can be useful +with the ProcessLayersMenu extended class and hence it has to be +considered a public (not private) method. + +Minor changes to README.PHPDOC and to lib/layersmenu*.inc.php to make +things work without warnings with phpDocumentor 1.2.2. + +Added CHANGE_TEMPLATE_CLASS_NAME.sh to change the name of the template +class from "Template" to "Template_PHPLIB" (or to something else) +if needed. + +Commented out the first "if" statement in the _filename() method +of the Template class, to workaround problems that can arise +due to the buggy and stupid "file system" notation of the MS Windows +environments. + +Some minor undocumented changes. + +----------------------------------------- +PHP Layers Menu 3.0beta2 (May 18th, 2003) +----------------------------------------- + +Added the timeout feature to the Layers Menu; this feature is enabled +by default; it can be disabled setting +useTimeouts = 0; +in libjs/layersmenu.js; this feature is automatically disabled for +browsers that have troubles with it. +Now the shutdown of all layers onclick is disabled by default; it can +be reenabled setting +shutdownOnClick = 1; +in libjs/layersmenu.js; this feature is automatically enabled for +browsers that either have troubles with the timeout feature or +are not able to use it. +The old behaviour (no timeout, shutdown onclick) is easily restored +setting +useTimeouts = 0; +and +shutdownOnClick = 1; +in libjs/layersmenu.js +Thanks to Paul Adams and Shai Coleman for their suggestions about +this topic. + +Some minor changes to the JS Tree Menu and to the PHP Tree Menu +to improve the resulting html code and reduce its size. +Thanks to Stephan Slabihoud for his suggestions. + +Added the PATCHES directory to collect some interesting contributed +patches that can be used to change/customize the menu system behaviour. + +Added the DOCS directory where documentation has to be added; +currently, it provides only a document about performed tests. + +--------------------------------------- +PHP Layers Menu 3.0beta (May 4th, 2003) +--------------------------------------- + +Split the "lib" directory in "lib" and "libjs"; libdir and libwww +become libdir, libjsdir, libjswww. + +Fixed a mistake in lib/layersmenu.inc.php, line 1438 and in +lib/layersmenu-noscript.inc.php, line 175. +Thanks to Stepan Kadlec (steve@students.zcu.cz) for his bug report. + +Added the following images for the first item of the Tree Menus: +tree_collapse_first.png +tree_expand_first.png +tree_split_first.png +Thanks to Paulo R. Bagatini (arkanon@ceat.net) for his suggestion. + +Minor changes to layersmenu.css to obtain a better look for fonts +with Mozilla 1.3 and Konqueror 3.1 on Mandrake Linux 9.1. + +------------------------------------- +PHP Layers Menu 2.3.5 (Mar 9th, 2003) +UNSTABLE BRANCH +------------------------------------- + +Some little changes to obtain a better imitation of the Gnome, KDE, +and MS Windows main menus' behaviour for the layers menus w.r.t. +turning off popped up layers. +Added setVisibility() and isVisible() to lib/layersmenu-library.js +to extend the browser abstraction layer and to reduce the amount +of browser-dependent code in lib/layersmenu.js + +A minor change to moveLayerX() (lib/layersmenu.js) and to getWindowWidth() +(lib/layersmenu-library.js) to handle Netscape 4 just like Mozilla, +as Netscape 4 seems able to return a correct value of the window width. + +Renamed popUp() as LMPopUp() and popUpL() as LMPopUpL(), to allow to use +the "popUp" function name (that seems to be rather widely used) for other +purposes in the same page. + +Added a workaround to overcome an annoying behaviour of Mozilla on +MS Windows for the layers menus: now layers popped up for the first time +appear on the right place without appearing with abscissa = 0 before. + +Added an extended class (ProcessLayersMenu) providing methods useful +to process/convert menus data, e.g. to output a menu structure and +a DB SQL dump corresponding to already parsed data and hence also +to convert a menu structure file to a DB SQL dump and viceversa. +File: lib/layersmenu-process.inc.php +Some examples of use of this extended class have been added to the package. + +Added some examples of use of this package. + +------------------------------------- +PHP Layers Menu 2.3.4 (Mar 2nd, 2003) +UNSTABLE BRANCH +------------------------------------- + +Server-side speed improvement: now the depth-first recursive search +of items stored in the DB is performed on a PHP array obtained querying +the DB *only once*; this strongly reduces the time needed to retrieve +and process data stored in the DB. +Thanks to Iacopo Spalletti for this fine suggestion. + +Added i18n support for items stored in the DB. +Correspondingly, a non mandatory argument ($language) has been added +to the scanTableForMenu() method. + +Improvements for the DB-related user interface. +Now the customization of field names allows to disable not available +(not wanted) fields and should be more comfortable and intuitive and +less error prone. +Now field names can be passed in whatever order and their specification +is mandatory only for non-default field names; not available (not wanted) +fields can be disabled simply passing empty field names. + +Added error handling for the DB connection request. + +Added $prependedUrl (and the corresponding setPrependedUrl() method) +to the LayersMenu class, to allow to prepend the same string to the +content of all links if needed. +As an example, this is needed if the complete URLs of the links depend +on the settings of the package for which you are using the PHP Layers +Menu System and/or when the storing in the DB of $prependedUrl for each +link item either makes no sense or is not really viable/advisable. + +******** +* NOTE * +******** +Extended the menu structure format to foresee the default expansion state +for each item: +[dots]|[text]|[link]|[title]|[icon]|[target]|[expanded] +The DB dumps have been changed accordingly. +Due to this change, the setTreeMenuDefaultExpansion() method is no more +needed and hence it has been eliminated... now you do not need anymore +to guess the numerical ids of items to be expanded by default ;-) +The corresponding method is still used for the PHP Tree Menu, as this +new approach would be not easily viable in this case and as the default +expansion of the PHP Tree Menu can be easily obtained simply looking +and the URL query string. + +Noticeable client-side performance improvement through the use of a +smarter approach in the popUp() function of lib/layersmenu.js +To evidence the difference w.r.t. previous versions, you can compare +versions 2.3.3 and 2.3.4; load the demos of these versions in two +distinct browser tabs (if you are using a browser that *still* does not +provide tabs *nowadays*, you have to load the demos in two distinct +browser windows), then go to the last item of the first horizontal menu +("DOM, layers...") and, when the corresponding layer is popped up, +move the mouse up and down over all the links shown in the layer; +you will notice that switching of highlighting of links backgrounds +now is fast, so much faster w.r.t. version 2.3.3. +(You cannot note any difference if you are using Netscape 4) + +******** +* NOTE * +******** +Some changes to functions and variables names for lib/layersmenu.js, +that has been split in the following way. +------------------------- +lib/layersmenu-library.js +------------------------- +General purpose cross-browser functions, whose code provides a browser +abstraction layer that can be useful also for the development of other +projects. +You do not need anymore to load this code if you want to provide only +JavaScript Tree Menus on your pages. +---------------------- +lib/layersmenu.js +---------------------- +Code used just by the Layers Menus. +You do not need anymore to load this code if you want to provide only +JavaScript Tree Menus on your pages. +----------------------------- +lib/layerstreemenu-cookies.js +----------------------------- +Code needed to handle cookies for the JavaScript Tree Menus. +You do not need anymore to load this code if you want to provide only +Layer Menus on your pages. +******** +* NOTE * +******** +Coherently with the above change, the makeHeader() and printHeader() +methods do not provide anymore the browser detection code; include +layersmenu-browser_detection.js in your pages as shown in the examples; +do not include it as you do for layersmenu-library.js, layersmenu.js, +and layerstreemenu-cookies.js; embed it *statically* in your page's code +as in the examples, otherwise you can trigger errors in Netscape 4 +if loading of lib/layersmenu-browser_detection.js is completed too late. + +Added some simple examples related to the use of items stored in a DB: +example-db-1.php, example-db-2.php, example-db-3.php + +A minor change in layersmenu.css to have on Konqueror, for the demo title, +the same look provided by Mozilla. + +------------------------------------- +PHP Layers Menu 2.3.3 (Feb 9th, 2003) +UNSTABLE BRANCH +------------------------------------- + +Minor improvements to the JS Tree Menu code to obtain a correct +behaviour on Konqueror 3.1. + +Changes to the JS Tree Menu code to show icons specified for leaf items +in the menu structure. +The images/tree* images have been changed too: now their size is 16x18, +no more 20x18, to match better the size of shortcut icons (16x16). +BTW, 16x18 is just the image size that leads to a perfect imitation +of the "Manage Bookmarks..." window of Mozilla. + +Added for the Tree Menus some themes consisting of tarballs of images +that can be used replacing the default ones; available themes +are in the "THEMES" directory: galeon-theme, gmc-theme (the one used +until version 2.3.2), kde-theme, mozilla-theme (the new default one), +nautilus-gnome-theme. + +Abandoned the use of tables for the PHP Tree Menu; now it uses exactly +the same tags (layers) used for the JavaScript Tree Menu and it has +*exactly* the same look, also w.r.t. icons specified for leaf items. +This solves also some formatting problems that can occur on Netscape 4 +and that seem to be non solvable without abandoning the use of tables. +Please note that Netscape 4 ignores the "white-space: nowrap" CSS +property, hence, if you want to be sure to obtain a correct formatting +also on Netscape 4, you may need to use the tree inside a nowrap +environment, as in the index.php example bundled with the package. +Thanks to Paulo R. Bagatini, that has evidenced the problem. + +Minor changes to handle correctly Opera >= 7, which provides a much +better DOM support w.r.t. previous versions. + +A minor improvement to sub-menu templates of the layers menu. + +Completely switched to XHTML 1.0 Transitional. + +Added the possibility to get the menu content from a DB table. +PEAR DB is used to provide independence of the PHP code from the DBMS; +dumps for PostgreSQL and MySQL are bundled with the package together +with demo data dumps, and an example script is provided, too: +example-db.php + +Renamed the parseMenuStructure() method as parseStructureForMenu() +hoping that now its name is less misleading ;^) + +Changed debian-icon-mini.png, php-bugs-icon-mini.png, and +phplib-logo-mini.png to obtain corresponding 16x16 icons. + +-------------------------------------- +PHP Layers Menu 2.3.2 (Jan 12nd, 2003) +UNSTABLE BRANCH +-------------------------------------- + +Some look improvements, especially for the JavaScript Tree Menu +on Netscape 4, IE 4.0, IE 5.0, Opera 5 and 6. +In particular, now the JavaScript Tree Menu is well formatted +on all browsers and, in particular, on Netscape 4. +******** +* NOTE * +******** +Now two stylesheets are used: layersmenu.css has been split +in layersmenu.css and layerstreemenu.css; layerstreemenu.css +is included with a different syntax (see the demo example, i.e. +index.php) because it has to be used *only* by newer browsers and, +in particular, it must *not* be used by Netscape 4, to avoid the +Tree Menu formatting problems that can be noted on version 2.3.1. + +Added support for IE 4.0 to the JavaScript Tree Menu. + +Added cookies to the JavaScript Tree Menu to allow the browser +to remember the expansion state of the tree during a browsing session. + +------------------------------------- +PHP Layers Menu 2.3.1 (Jan 4th, 2003) +UNSTABLE BRANCH +------------------------------------- + +Added a JavaScript Tree Menu to the LayersMenu() class, to provide +tree menus that work completely on the client side. +Only browser sufficiently compliant to the DOM are supported, i.e. +Mozilla (and Mozilla-based browsers, such as Galeon and Netscape >= 6), +Konqueror >= 3.0, IE 5.0, 5.5, and 6.0; everything should run rather +well also on Opera 7. +The following browsers are *not* supported, as supporting them is either +not possible at all or really too hard, even though full accessibility +is provided for them: Netscape 4.x, Konqueror 2.x, lynx, links, +Opera 5 and 6, IE 4.0. +Sorry for Netscape 4; my choice of not supporting it for the JavaScript +Tree Menu makes me very sad, also because it has been the browser +that has disclosed me the world of Internet; but, alas, it is time +to begin abandoning it... thank you so much, and goodbye... + +Note: due to the addition of the JavaScript Tree Menu, some name changes +have occurred in the code of the PHP Tree Menu, to avoid conflicts. + +Now the Tree Menu uses the text label without any link if the link field +is empty in the menu structure. +Added treeMenuImagesType and setTreeMenuImagesType() to the XLayersMenu +class to allow to use image types different from png in the Tree Menu +without changing the code of the class. +Added treeMenuDefaultExpansion and setTreeMenuDefaultExpansion() to the +XLayersMenu class to allow to set which nodes have to be expanded +by default in the Tree Menu. +Thanks to Paulo R. Bagatini for his suggestions. + +Fixed the use of "name=" tags in the Tree Menu. + +Some undocumented minor changes and code clean up. + +-------------------------------------- +PHP Layers Menu 2.3.0 (Dec 15th, 2002) +UNSTABLE BRANCH +-------------------------------------- + +Dropped support of Mozilla 0.6 and Netscape 6.0; supported versions +are Mozilla >= 0.7 and Netscape >= 6.1. + +Dropped support of PHP < 4.1. + +Moved to the PEARified version of the PHPLib Template class. + +Changed the code to use a PEAR-like syntax: + +---------------- +LayersMenu class +---------------- +---------------------------------------------------------------------- +methods: +-------- +set_abscissa_step -> setAbscissaStep +set_ordinate_step -> setOrdinateStep +set_thresholdY -> setThresholdY +set_dirroot -> setDirroot +set_libdir -> setLibdir +set_libwww -> setLibwww +set_tpldir -> setTpldir +set_imgdir -> setImgdir +set_imgwww -> setImgwww +set_horizontal_menu_tpl -> setHorizontalMenuTpl +set_vertical_menu_tpl -> setVerticalMenuTpl +set_sub_menu_tpl -> setSubMenuTpl +set_forward_arrow_img -> setForwardArrowImg +set_forward_arrow -> setForwardArrow +set_down_arrow_img -> setDownArrowImg +set_down_arrow -> setDownArrow +set_menu_structure_file -> setMenuStructureFile +set_menu_structure_string -> setMenuStructureString +set_separator -> setSeparator +parse_menu_structure -> parseMenuStructure +parse_common -> _parseCommon +update_footer -> _updateFooter +new_horizontal_menu -> newHorizontalMenu +new_vertical_menu -> newVerticalMenu +make_header -> makeHeader +get_header -> getHeader +print_header -> printHeader +get_menu -> getMenu +print_menu -> printMenu +make_footer -> makeFooter +get_footer -> getFooter +print_footer -> printFooter +---------------------------------------------------------------------- +variables: +---------- +package_name -> _packageName +halt_on_error -> haltOnError +horizontal_menu_tpl -> horizontalMenuTpl +vertical_menu_tpl -> verticalMenuTpl +sub_menu_tpl -> subMenuTpl +menu_structure -> menuStructure +nodes_count -> _nodesCount +max_level -> _maxLevel +first_level_cnt -> _firstLevelCnt +first_item -> _firstItem +last_item -> _lastItem +first_level_menu -> _firstLevelMenu +forward_arrow_img -> forwardArrowImg +forward_arrow -> forwardArrow +down_arrow_img -> downArrowImg +down_arrow -> downArrow +abscissa_step -> abscissaStep +ordinate_step -> ordinateStep +---------------------------------------------------------------------- + +----------------- +XLayersMenu class +----------------- +---------------------------------------------------------------------- +methods: +-------- +set_tree_menu_separator -> setTreeMenuSeparator +set_tree_menu_images_width -> setTreeMenuImagesWidth +new_tree_menu -> newTreeMenu +get_tree_menu -> getTreeMenu +print_tree_menu -> printTreeMenu +set_plain_menu_separator -> setPlainMenuSeparator +set_plain_menu_tpl -> setPlainMenuTpl +new_plain_menu -> newPlainMenu +get_plain_menu -> getPlainMenu +print_plain_menu -> printPlainMenu +set_horizontal_plain_menu_separator -> setHorizontalPlainMenuSeparator +set_horizontal_plain_menu_tpl -> setHorizontalPlainMenuTpl +new_horizontal_plain_menu -> newHorizontalPlainMenu +get_horizontal_plain_menu -> getHorizontalPlainMenu +print_horizontal_plain_menu -> printHorizontalPlainMenu +---------------------------------------------------------------------- +variables: +---------- +tree_menu_separator -> treeMenuSeparator +tree_menu_images_width -> treeMenuImagesWidth +tree_menu -> _treeMenu +plain_menu_separator -> plainMenuSeparator +plain_menu_tpl -> plainMenuTpl +plain_menu -> _plainMenu +horizontal_plain_menu_separator -> horizontalPlainMenuSeparator +horizontal_plain_menu_tpl -> horizontalPlainMenuTpl +horizontal_plain_menu -> _horizontalPlainMenu +---------------------------------------------------------------------- + +Fixed a bug that caused an incorrect behaviour on the Tree Menu links +for the [+] and [-] icons when the http port was not 80. +Thanks to Yves Mettier and +Jesus M. Castagnetto for their bug reports +and fixes. + +Other undocumented changes and improvements, e.g. to the templates +and to the style sheet. + +-------------------------------------- +PHP Layers Menu 2.2.0 (Oct 13th, 2002) +-------------------------------------- + +lib/layersmenu-noscript.inc.php3, new_tree_menu(): +fixed the detection of the https protocol. +Thanks to Danny Jovica for his bug report. + +---------------------------------------- +PHP Layers Menu 2.2beta (Sep 29th, 2002) +UNSTABLE BRANCH +---------------------------------------- + +Moved the browser detection from lib/layersmenu.js to the body +of the HTML code returned by the PHP parsing. +This change has been needed to avoid JavaScript errors that +on Netscape 4 often occurred loading the page for the first time +(a reload was needed to make things work). +To this end, the browser detection code has been put in a new file, +i.e. lib/layersmenu-browser_detection.js , which is included +by the template lib/layersmenu-header.ijs , and a minor change +to the make_header() method of the LayersMenu class has been needed +in lib/layersmenu.inc.php3 . + +Some minor changes to provide compliance with XHTML 1.0 Transitional. +Now PHP Layers Menu is compliant at least with the following DTDs: + + + + + + + +A minor "cosmetic" change in the setX() function in lib/layersmenu.js + +A minor change in the yaresizeHandler() function in lib/layersmenu.js + +Changed all the Tree Menu images to use all 20x18 images and provide +a better look, especially on Konqueror. + +-------------------------------------- +PHP Layers Menu 2.1.0 (Sep 21st, 2002) +UNSTABLE BRANCH +-------------------------------------- + +Now the vertical coordinates of links are obtained simply +as DOM properties. +Hence it is no more needed to estimate their coordinates +through the detection of the position of the mouse pointer, +and it is no more necessary to compute and set reasonable +coordinates for the layers (this was needed for browsers +not able to detect the mouse pointer position). +Detection of the position of the mouse pointer is still employed, +but only for Netscape 4, which does not seem able to return +the vertical coordinate of links relying on the DOM tree. +Many thanks to Iacopo Spalletti for this very fine hint, +which strongly improves the behaviour of this menu system. + +A clean up in lib/layersmenu.js for the code handling the +document.onmousedown and the document.onclick events. + +Changed the default value of $ordinate_margin, that now is 12 +and no more 20. + +Updated the README and some comments in the code. +Minor corrections to the README. + +-------------------------------------- +PHP Layers Menu 2.0.0 (Sep 15th, 2002) +-------------------------------------- + +Functions setwidth() and setheight(): the bug fix provided in version +2.0beta3 causes problems to IE 5.5 and IE 6.0, and Mozilla does not +need it in that functions (it needs it only in functions setleft() +and settop()); hence the same code used in version 2.0beta2 has been +restored for that functions. + +The bug fix provided in version 2.0beta3 also prevents the menu system +from working on Opera 5; extended functions setleft() and settop() +to handle Opera 5 as a distinct case and use the non-fixed code for it. + +Some extensions to lib/layersmenu.js and minor changes to the templates +to obtain also with IE 6.0 a correct behaviour with the long DTD for +HTML 4.01 Transitional. + +---------------------------------------- +PHP Layers Menu 2.0beta3 (Sep 1st, 2002) +UNSTABLE BRANCH +---------------------------------------- + +A bug fix in lib/layersmenu.js (functions setleft(), settop(), +setwidth(), setheight()); now the menu system works also on Mozilla +also with the long DTD for HTML 4.01 Transitional, i.e. with + +Many thanks to Iacopo Spalletti for this fine bug fix. + +Changed the Tree Menu images according to Debian Woody's Gmc and Galeon. + +----------------------------------------- +PHP Layers Menu 2.0beta2 (Aug 11th, 2002) +UNSTABLE BRANCH +----------------------------------------- + +Fixed some typos. + +----------------------------------------- +PHP Layers Menu 2.0beta (July 28th, 2002) +UNSTABLE BRANCH +----------------------------------------- + +Commented the code of PHP classes according to the PHPDocumentor syntax. + +Added the set_separator() method to allow to change the separator, +that by default is still "|". + +Added the possibility of commenting out a line in the menu structure +inserting a "#" as the first character of the line, in analogy with +shell scripts. +Thanks to Normando Marcolongo for his suggestion. + +Some other minor undocumented changes. + +Added an extended class to provide menu solutions not requiring +JavaScript, i.e. Tree Menu (based on the Tree Menu 1.1 package +by Bjorge Dijkstra), Plain Menu, and Horizontal Plain Menu. + +Slightly changed the menu structure format: added a separator between +dots and text to allow text of links to begin with one or more dots; +now the menu structure format is +[dots]|[text]|[link]|[title]|[icon]|[target] +(obviously, the separator can be different from "|", which is the default, +if the set_separator() method is used). +More precisely, now only the number of chars before the first separator +is counted, hence it is also possible to use chars different from dots, +even though I discommend to do this and I suggest to continue considering +a format that foresees usage of dots. + +-------------------------------------- +PHP Layers Menu 1.1.7 (May 26th, 2002) +UNSTABLE BRANCH +-------------------------------------- + +Reorganization and extension of code, data structures, variables names, +and templates. +Clean up of the style sheet. + +Added some variables to the class, in particular, dirroot and libdir. +Thanks to Claudio Bandaloukas +for his bug report. + +Added titles to links and support for icons; +this implies a format change for the menu structure, that now is +[dots][text]|[link]|[title]|[icon]|[target] + +Now horizontal menus cells can have arbitrary widths. +This allows to save space in the browser window, with menu layers +still correctly placed. + +-------------------------------------- +PHP Layers Menu 1.1.6 (May 19th, 2002) +UNSTABLE BRANCH +-------------------------------------- + +Renamed the class as LayersMenu; renamed methods and added some useful +new methods. + +Added the possibility of reading each menu structure from a string +instead of from a file; this is useful if, e.g., the menu structure +is returned by some code that retrieves informations from a data base. + +Eliminated inclusion of template.inc.php3 from layersmenu.inc.php3; +now template.inc.php3 has to be included by the script that employs +the LayersMenu class. + +Moved some files in suited sub directories and added methods to choose +paths and to choose templates for each menu; changed the demo script +to make more evident this change. + +Eliminated $abscissa_stepx5, which was not used. + +Added the JavaScript variable IE, to indicate *each version* of IE +(>= 4.0); now the IE4 variable indicates *only* version 4 of IE. +Some minor changes to adapt the code to this choice. + +Added an elementary error handling. + +Other undocumented changes and improvements. + +-------------------------------------- +PHP Layers Menu 1.1.5 (May 12th, 2002) +UNSTABLE BRANCH +-------------------------------------- + +Added handling of window resizing. + +Better handling of horizontal autorepositioning of layers. + +Some little changes to validate as HTML 4.01 Transitional. + +Added methods to allow a more clean use of the menu system +in pages using templating. + +Other undocumented improvements and changes. + +------------------------------------- +PHP Layers Menu 1.1.4 (May 5th, 2002) +UNSTABLE BRANCH +------------------------------------- + +Added the LICENSE file and changed the license to include the option +of later versions of the GNU LGPL. + +Added detection of layers widths (for browsers able to detect them), +and then set the position of each layer just in correspondence +of the "father" layer. + +Added detection of the document width and of width and scroll +of the browsing window, and then implemented horizontal +and vertical "autowrap" of menu layers. + +Added explicit detection of Konqueror, as Konqueror 3 implements +useful features but sets IE4 = 1 ... AAAAAAAAAARGHHH!!! + +Extended Opera detection, as Opera 6 provides useful features +not available or completely unreliable in Opera 5. + +Some code cleanups in layermenu.js + +Provided methods makeheader() and makefooter() beside printheader() +and printfooter(), to allow the use of the menu system in pages +using templating (now $this->header and $this->footer can be used). + +A minor change to README to avoid problems with e-mail addresses +inside the "pre" tag. + +Updated README and corrected some typos. + +Minor changes to the demo menu structure files to evidence new features. + +Minor undocumented changes. + +---------------------------------------- +PHP Layers Menu 1.1.3.1 (Apr 14th, 2002) +UNSTABLE BRANCH +---------------------------------------- + +Restored popUp calls in leaf node links, they were needed!!! +Thanks to Hanno Saks for his bug report. +Eliminated a spurious tag. +Affected file: layersmenu.inc.php3 + +-------------------------------------- +PHP Layers Menu 1.1.3 (Feb 24th, 2002) +UNSTABLE BRANCH +-------------------------------------- + +A better and more reliable choice of the layer identifying +the first level menu both for horizontal and vertical menus. +Now the layer is defined inside a td tag to avoid problems +with menus not left aligned. +New workarounds to cope with IE's oddities related to this choice. +Centered the menu hormenu1 in the demo to make more evident +the effects of the change. + +Eliminated the no more useful moveLayerY() call in links belonging +to the first level menu of horizontal menus; consequently added +the call of moveLayers() in popUp() when needed (it results to be needed +if the first submenu popped up belongs to a horizontal menu). + +Eliminated from the templates the tags identifying layers, +to avoid accidental removal of tags essential for the menus operation; +now such tags are inserted through the PHP code. + +Some speed enhancements obtained minimizing the number of function calls +in moveLayers() and removing unuseful popUp calls in leaf nodes links +(such enhancements can be noted mainly on Mozilla and IE4). + +Renamed layersmenu-footer.ihtml as layersmenu-submenu.ihtml +Renamed the printfirstleveltable() method as printfirstlevelmenu() + +Minor undocumented changes. + +-------------------------------------- +PHP Layers Menu 1.1.2 (Feb 17th, 2002) +UNSTABLE BRANCH +-------------------------------------- + +Extended the set of functions provided in layersmenu.js. +Now the menu system is able to detect itself the position of menus. +Hence it is no more needed to estimate and provide the corresponding +coordinates when defining a menu, and the phplm() and newmenu() calls +are simpler. +Thanks to this ability, a better support is provided for Konqueror. +Support for Netscape 4: version >= 4.07 is required now +(version 4.05 simply crashes). +Delayed the positioning of hidden layers after the page loading +to preserve support of Mozilla < 0.9 and Netscape 6.0; this also +provides a better support for Opera. +Now setwidth() is no more used in layersmenu.inc.php3 +(it resulted to be unnecessary); some changes have been made +to layersmenu-footer.ihtml; these changes achieve a better support +for Netscape 6.0 and a better look of layers for the other browsers. + +Some changes to provide correct working of the package also if +in php.ini it is set +error_reporting = E_ALL +("error_reporting = 8" in PHP3) +Thanks to Tomas J. Fulopp - +for his bug report. + +------------------------------------- +PHP Layers Menu 1.1.1 (Feb 3rd, 2002) +UNSTABLE BRANCH +------------------------------------- + +Fixed a bug in the detection of non leaf nodes. +On version 1.1.0, the bug can be evidenced deleting +the last line of layersmenu.txt and realizing that the link +"Find Files" does not pop up the corresponding layer, +that contains the link "RPM Find". +In practice, in version 1.1.0, if the last entry of the menu +structure file is the only child of the previous entry, +it is not possible to pop up the corresponding layer. +Thanks to Michele Conte +for his bug report. + +Renamed phplayersmenu.inc.php3 as layersmenu.inc.php3 + +Documentation fixes. + +Minor undocumented changes. + +-------------------------------------- +PHP Layers Menu 1.1.0 (Jan 13th, 2002) +UNSTABLE BRANCH +-------------------------------------- + +Object Oriented rewrite of the package. +Now an arbitrary number of vertical and horizontal menus +can be used on the same page, and the package's use should be easier. + --- phpgroupware-0.9.16.012+dfsg.orig/projects/doc/changelog +++ phpgroupware-0.9.16.012+dfsg/projects/doc/changelog @@ -0,0 +1,38 @@ ++ $Id: CHANGELOG,v 1.21 2001/05/28 21:42:37 bettina Exp $ + +11/23/2000: Initial release on sourceforge - version 0.8.1 +11/25/2000: included projecthours in projects +11/26/2000: included pstatistics,pbilling,pdelivery in projects +11/28/2000: fixed bugs in invoice-print + numbers-counting + some layout changes + rework search & projects data access +11/28/2000: release - version 0.8.2 +11/29/2000: update tax to work with float values +11/30/2000: included address field in p_projects table + removed p_projectaddress table + included address in print invoice & delivery +12/01/2000: update activities listing in editproject +12/02/2000: update lang -> Project ID, Activity ID, Invoice ID, Delivery ID +12/03/2000: moved select own address to preferences +12/09/2000: update invoice & activities to display currency +12/10/2000: create function to make sure if created invoice or delivery before printing them +12/20/2000: update preferences +12/22/2000: included call to function strip_html() +01/08/2001: release - version 0.8.3 +01/16/2001: updated coordinator/employee_select to display the current user at first when adding a project/hours + fixed delivery/invoice error when trying to save a delivery/invoice a second time with the same ID +01/27/2001: update search +01/29/2001: updated access_field in p_projects table +02/04/2001: added ability to auto create project/invoice/delivery ID +02/05/2001: updated invoice_id/delivery_id/_fields in p_invoicepos/p_deliverypos tables + +--- version 0.8.4.00X --- + +03/01/2001: start update to use the phpgw_prefix, acl, new functions ... +03/20/2001: update hours, added new field hours_descr to phpgw_p_hours +04/2001: new hours fields to save the work time, + edit activities is only possible for projectadmins now + added archive functions + +05/25/2001: update table phpgw_p_projectsactivities in psql - change type bolean to char(1) +05/28/2001: update table phpgw_p_activities in psql - change type bolean to char(1) --- phpgroupware-0.9.16.012+dfsg.orig/todo/doc/changelog +++ phpgroupware-0.9.16.012+dfsg/todo/doc/changelog @@ -0,0 +1,4 @@ +[ 0.9.13 ] + - Added item history + - Added view todo item + - Note: Look in phpgwapi/doc/CHANGELOG for older entrys \ No newline at end of file