--- phpgroupware-0.9.16.011.orig/addressbook/inc/class.uiaddressbook.inc.php +++ phpgroupware-0.9.16.011/addressbook/inc/class.uiaddressbook.inc.php @@ -1189,7 +1189,7 @@ $userformat = $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']; if($userformat != $this->bo->bday_internformat) { - $datetime = CreateObject("phpgwapi.datetime"); + $datetime = CreateObject("phpgwapi.phpgw_datetime"); $fields['per_birthday'] = $datetime->convertDate($fields['per_birthday'], $this->bo->bday_internformat, $userformat); } $bday = $this->jscal->input('entry[per_birthday]',$fields['per_birthday']); @@ -2099,7 +2099,7 @@ $userformat = $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']; if($userformat != $this->bo->bday_internformat) { - $datetime = CreateObject("phpgwapi.datetime"); + $datetime = CreateObject("phpgwapi.phpgw_datetime"); $entry['per_birthday'] = $datetime->convertDate($entry['per_birthday'], $userformat, $this->bo->bday_internformat); } @@ -2749,7 +2749,7 @@ $userformat = $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']; if($userformat != $this->bo->bday_internformat) { - $datetime = CreateObject("phpgwapi.datetime"); + $datetime = CreateObject("phpgwapi.phpgw_datetime"); $contacts['per_birthday'] = $datetime->convertDate($contacts['per_birthday'], $this->bo->bday_internformat, $userformat); } } --- phpgroupware-0.9.16.011.orig/calendar/inc/class.boicalendar.inc.php +++ phpgroupware-0.9.16.011/calendar/inc/class.boicalendar.inc.php @@ -1254,7 +1254,7 @@ ); if(!is_object($GLOBALS['phpgw']->datetime)) { - $GLOBALS['phpgw']->datetime = createobject('phpgwapi.datetime'); + $GLOBALS['phpgw']->datetime = createobject('phpgwapi.phpgw_datetime'); } } --- phpgroupware-0.9.16.011.orig/calendar/inc/class.calendar_holiday.inc.php +++ phpgroupware-0.9.16.011/calendar/inc/class.calendar_holiday.inc.php @@ -26,7 +26,7 @@ { global $phpgw, $phpgw_info; - $this->datetime = CreateObject('phpgwapi.datetime'); + $this->datetime = CreateObject('phpgwapi.phpgw_datetime'); $this->db = $phpgw->db; if(@$phpgw_info['user']['preferences']['common']['country']) { --- phpgroupware-0.9.16.011.orig/calendar/inc/class.socalendar.inc.php +++ phpgroupware-0.9.16.011/calendar/inc/class.socalendar.inc.php @@ -32,7 +32,7 @@ $this->db = $GLOBALS['phpgw']->db; if(!is_object($GLOBALS['phpgw']->datetime)) { - $GLOBALS['phpgw']->datetime = createobject('phpgwapi.datetime'); + $GLOBALS['phpgw']->datetime = createobject('phpgwapi.phpgw_datetime'); } $this->owner = (!isset($param['owner']) || $param['owner'] == 0?$GLOBALS['phpgw_info']['user']['account_id']:$param['owner']); --- phpgroupware-0.9.16.011.orig/calendar/inc/hook_home.inc.php +++ phpgroupware-0.9.16.011/calendar/inc/hook_home.inc.php @@ -27,7 +27,7 @@ $GLOBALS['phpgw']->translation->add_app('calendar'); if(!is_object($GLOBALS['phpgw']->datetime)) { - $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime'); + $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.phpgw_datetime'); } $GLOBALS['date'] = date('Ymd',$GLOBALS['phpgw']->datetime->users_localtime); --- phpgroupware-0.9.16.011.orig/calendar/index.php +++ phpgroupware-0.9.16.011/calendar/index.php @@ -28,7 +28,7 @@ include('../header.inc.php'); if(!is_object($GLOBALS['phpgw']->datetime)) { - $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime'); + $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.phpgw_datetime'); } $parms = Array( --- phpgroupware-0.9.16.011.orig/debian/changelog +++ phpgroupware-0.9.16.011/debian/changelog @@ -0,0 +1,377 @@ +phpgroupware (0.9.16.011-3ubuntu2) gutsy; urgency=low + + * Adjusted dependencies format which caused FTBFS + + -- Luca Falavigna Mon, 30 Apr 2007 23:45:58 +0200 + +phpgroupware (0.9.16.011-3ubuntu1) gutsy; urgency=low + + * Depends on PHP 5 packages (LP: 96339) + * Update maintainer field in debian/control + + -- Luca Falavigna Fri, 13 Apr 2007 23:29:33 +0200 + +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.011.orig/debian/changelog.Debian.old +++ phpgroupware-0.9.16.011/debian/changelog.Debian.old @@ -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.011.orig/debian/compat +++ phpgroupware-0.9.16.011/debian/compat @@ -0,0 +1 @@ +4 --- phpgroupware-0.9.16.011.orig/debian/control +++ phpgroupware-0.9.16.011/debian/control @@ -0,0 +1,436 @@ +Source: phpgroupware +Section: web +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Andrew Mitchell +Build-Depends: debhelper (>= 5), po-debconf +Standards-Version: 3.7.2 + +Package: phpgroupware +Architecture: all +Depends: apache2 | apache | httpd, + php5 | php5-cgi | libapache2-mod-php5, php5-imap, 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, courier-imap | imap-server, libdbi-perl, phpgroupware-manual, phpgroupware-todo, phpgroupware-notes, phpgroupware-email, phpgroupware-nntp, phpgroupware-calendar, phpgroupware-addressbook +Provides: phpgroupware-core, phpgroupware-core-doc +Conflicts: phpgroupware-core (<<0.9.14.007), phpgroupware-core-doc, phpgroupware-doc, phpgroupware-unstable-apps, phpgroupware-transy +Replaces: phpgroupware-core, phpgroupware-core-doc +Description: web based groupware system written in PHP + ${description} + . + This is only the base package, the modules are shipped separately in + 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 PHP4. 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.011.orig/debian/control.disabled +++ phpgroupware-0.9.16.011/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.011.orig/debian/control.non-debian +++ phpgroupware-0.9.16.011/debian/control.non-debian @@ -0,0 +1,26 @@ +Package: phpgroupware-javassh +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare javassh module + ${description} + . + This phpGroupWare module provides an ssh shell as a java applet. + +Package: phpgroupware-chora +Architecture: all +Depends: phpgroupware (>= 0.9.16) +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-forum +Architecture: all +Depends: phpgroupware (>= 0.9.16) +Description: phpGroupWare forum module + ${description} + . + This phpGroupWare module provides a web based forum system. --- phpgroupware-0.9.16.011.orig/debian/copyright +++ phpgroupware-0.9.16.011/debian/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.) + +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. + +Copyright: + + 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.011.orig/debian/etc/apache.conf +++ phpgroupware-0.9.16.011/debian/etc/apache.conf @@ -0,0 +1,34 @@ +# 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 + php_value open_basedir "/usr/share/phpgroupware:/var/lib/phpgroupware/files:/var/lib/phpgroupware/sessions" + php_value session.save_path "/var/lib/phpgroupware/sessions" + php_value upload_max_filesize 5M + php_value session.gc_maxlifetime 3600 + + + + Order allow,deny + Deny from all + + --- phpgroupware-0.9.16.011.orig/debian/patches/phpgroupware-setup.file-path-config-default.diff +++ phpgroupware-0.9.16.011/debian/patches/phpgroupware-setup.file-path-config-default.diff @@ -0,0 +1,11 @@ +--- phpgroupware-setup/usr/share/phpgroupware/setup/config.php~ 2005-05-01 14:24:36.258769072 +0200 ++++ phpgroupware-setup/usr/share/phpgroupware/setup/config.php 2005-05-01 14:28:14.160642952 +0200 +@@ -72,7 +72,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.011.orig/debian/patches/phpgroupware.debian-version.diff +++ phpgroupware-0.9.16.011/debian/patches/phpgroupware.debian-version.diff @@ -0,0 +1,11 @@ +--- phpgroupware/usr/share/phpgroupware/login.php.orig 2005-01-03 06:56:04.000000000 +0100 ++++ phpgroupware/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.011.orig/debian/phpgroupware-calendar.postinst +++ phpgroupware-0.9.16.011/debian/phpgroupware-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.011.orig/debian/phpgroupware-email.copyright +++ phpgroupware-0.9.16.011/debian/phpgroupware-email.copyright @@ -0,0 +1,41 @@ +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.) + +The noia icons (contained in a folder called noia), distributed as part of +the default template, are (c) 2003 by Carlitus (Carles Carbonell Bernado) + , . + +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. + +Copyright: + + 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.011.orig/debian/phpgroupware-email.remove +++ phpgroupware-0.9.16.011/debian/phpgroupware-email.remove @@ -0,0 +1 @@ +usr/share/phpgroupware/email/templates/default/images/noia/noia.license --- phpgroupware-0.9.16.011.orig/debian/phpgroupware-felamimail.remove +++ phpgroupware-0.9.16.011/debian/phpgroupware-felamimail.remove @@ -0,0 +1 @@ +usr/share/phpgroupware/felamimail/COPYING --- phpgroupware-0.9.16.011.orig/debian/phpgroupware-folders.copyright +++ phpgroupware-0.9.16.011/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.011.orig/debian/phpgroupware-folders.remove +++ phpgroupware-0.9.16.011/debian/phpgroupware-folders.remove @@ -0,0 +1,2 @@ +usr/share/phpgroupware/folders/phplayersmenu/LICENSE +usr/share/phpgroupware/folders/phplayersmenu/COPYING --- phpgroupware-0.9.16.011.orig/debian/phpgroupware-img.copyright +++ phpgroupware-0.9.16.011/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.011.orig/debian/phpgroupware-javassh.remove +++ phpgroupware-0.9.16.011/debian/phpgroupware-javassh.remove @@ -0,0 +1 @@ +usr/share/phpgroupware/javassh/applet/src/ --- phpgroupware-0.9.16.011.orig/debian/phpgroupware-phpsysinfo.remove +++ phpgroupware-0.9.16.011/debian/phpgroupware-phpsysinfo.remove @@ -0,0 +1 @@ +usr/share/doc/phpgroupware-phpsysinfo/COPYING.gz --- phpgroupware-0.9.16.011.orig/debian/phpgroupware-wiki.remove +++ phpgroupware-0.9.16.011/debian/phpgroupware-wiki.remove @@ -0,0 +1 @@ +usr/share/doc/phpgroupware-wiki/tavi-docs/LICENSE.txt.gz --- phpgroupware-0.9.16.011.orig/debian/phpgroupware.README.Debian +++ phpgroupware-0.9.16.011/debian/phpgroupware.README.Debian @@ -0,0 +1,35 @@ +phpGroupWare for Debian +----------------------- + +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 +applications you need to grant permission to the users (including +administrators) permission via the edit user page before anyone can see the +application. This is the case even if the application has an ACL system of +their 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). + + -- Thomas Viehmann , Sun, 20 Jun 2004 20:14:43 +0200 --- phpgroupware-0.9.16.011.orig/debian/phpgroupware.config +++ phpgroupware-0.9.16.011/debian/phpgroupware.config @@ -0,0 +1,232 @@ +#!/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 + # Rotate old configuration + config="/etc/phpgroupware/header.inc.php" + 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 + +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 + +db_stop + +exit 0 --- phpgroupware-0.9.16.011.orig/debian/phpgroupware.dirs +++ phpgroupware-0.9.16.011/debian/phpgroupware.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.011.orig/debian/phpgroupware.docs +++ phpgroupware-0.9.16.011/debian/phpgroupware.docs @@ -0,0 +1,3 @@ +debian/changelog.Debian.old +doc/* +README.NOW-IMPORTANT --- phpgroupware-0.9.16.011.orig/debian/phpgroupware.docs.cvs +++ phpgroupware-0.9.16.011/debian/phpgroupware.docs.cvs @@ -0,0 +1,2 @@ +debian/changelog.Debian.old +phpgroupware/doc/* --- phpgroupware-0.9.16.011.orig/debian/phpgroupware.docs.release +++ phpgroupware-0.9.16.011/debian/phpgroupware.docs.release @@ -0,0 +1,3 @@ +debian/changelog.Debian.old +doc/* +README.NOW-IMPORTANT --- phpgroupware-0.9.16.011.orig/debian/phpgroupware.install +++ phpgroupware-0.9.16.011/debian/phpgroupware.install @@ -0,0 +1,2 @@ +debian/etc/apache.conf /etc/phpgroupware/ +*.php header.inc.php.template /usr/share/phpgroupware/ --- phpgroupware-0.9.16.011.orig/debian/phpgroupware.install.cvs +++ phpgroupware-0.9.16.011/debian/phpgroupware.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.011.orig/debian/phpgroupware.install.release +++ phpgroupware-0.9.16.011/debian/phpgroupware.install.release @@ -0,0 +1,2 @@ +debian/etc/apache.conf /etc/phpgroupware/ +*.php header.inc.php.template /usr/share/phpgroupware/ --- phpgroupware-0.9.16.011.orig/debian/phpgroupware.links +++ phpgroupware-0.9.16.011/debian/phpgroupware.links @@ -0,0 +1,2 @@ +etc/phpgroupware/header.inc.php usr/share/phpgroupware/header.inc.php +usr/share/doc/phpgroupware usr/share/phpgroupware/doc --- phpgroupware-0.9.16.011.orig/debian/phpgroupware.postinst +++ phpgroupware-0.9.16.011/debian/phpgroupware.postinst @@ -0,0 +1,187 @@ +#!/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} + + config="/etc/phpgroupware/header.inc.php" + touch $config + if [ ! -s $config ] ; then + template="/usr/share/phpgroupware/header.inc.php.template" + + # 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 + . /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 ../../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 + + # Get configuration passwords. + db_get "phpgroupware/header/password" + header_admin_password="$RET" + db_get "phpgroupware/configuration/password" + config_pass="$RET" + + # create config file in several steps + # sed script for var substitution + varscript="s#{SERVER_ROOT}\|{INCLUDE_ROOT}#/usr/share/phpgroupware/#g;s#{HEADER_ADMIN_PASSWORD}#${header_admin_password}#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#{CONFIG_PASS}#${config_pass}#g;s#{DB_HOST}#${dbserver}#g;s#{DB_NAME}#${dbname}#g;s#{DB_USER}#${dbuser}#g;s#{DB_PASS}#${dbpass}#g;s#{DB_TYPE}#${dbtype}#g;s#{DB_DOMAIN}#default#g" + # grab the domain template + domaintemplate=$(sed -n "//,//{ s/.*//;s///;${varscript};s/\$/\\\/;p }" < $template) + # now do the config file + sed " +//,//{ s/.*//p;s/.*//p +d } +/{domains}/{s/{domains}//;a\ +${domaintemplate} + +} +${varscript} +" < $template > $config + + chown -R www-data.www-data /var/lib/phpgroupware/files + chown -R www-data:www-data /var/lib/phpgroupware/sessions/ + servers="exim apache-ssl apache apache2 mysql postresql" + . /usr/share/wwwconfig-common/restart.sh + chown www-data.www-data $config + chmod 600 $config + fi + # fix security in www dirs... + if [ "$2" != "" ] && dpkg --compare-versions $2 le 0.9.14.007 ; then + chown -R www-data.www-data /var/lib/phpgroupware/files + chmod -R og-rw /var/lib/phpgroupware/files + fi + # fix php sessions + if [ "$2" != "" ] && dpkg --compare-versions $2 lt 0.9.14.007-4 ; then + chown -R www-data:www-data /var/lib/phpgroupware/sessions/ + fi + + # 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.011.orig/debian/phpgroupware.postrm +++ phpgroupware-0.9.16.011/debian/phpgroupware.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.011.orig/debian/phpgroupware.templates +++ phpgroupware-0.9.16.011/debian/phpgroupware.templates @@ -0,0 +1,167 @@ +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 +_Choices: PostgreSQL, MySQL, none/other +_Description: Please select phpGroupWare DB type: + This is the name (and so the type) of The database you 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: Database setup skipped. + 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 you are going to provide, I can setup the 'Header + Admin' file (/etc/phpgroupware/header.inc.php). This may not be the most + tuned setup, but phpGroupWare will work with the average system. If you + say 'yes', I'll *ALWAYS* overwrite this file on any upgrade of this + package. You can safely answer 'yes' 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? + Do you want phpGroupWare to erase all phpGroupWare data, including the + database (i.e. all data entered by the users) and the phpGroupWare + database account when the phpgroupware package is purged? (Note: You'll be + prompted for the database administrator password upon purging this package + if you choose to have the database erased.) + +Template: phpgroupware/debug +Type: text +_Description: DEBUG. + ${debug} --- phpgroupware-0.9.16.011.orig/debian/po/POTFILES.in +++ phpgroupware-0.9.16.011/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] phpgroupware.templates --- phpgroupware-0.9.16.011.orig/debian/po/cs.po +++ phpgroupware-0.9.16.011/debian/po/cs.po @@ -0,0 +1,445 @@ +# +# 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: \n" +"POT-Creation-Date: 2005-03-04 11:36+0100\n" +"PO-Revision-Date: 2005-07-17 20:40+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.templates:3 +msgid "Package configuration note." +msgstr "KonfiguraÄní poznámka." + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +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.templates:3 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +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.templates:15 +msgid "Please enter the desired phpGroupWare 'Header Admin' password." +msgstr "Zadejte požadované heslo pro Äást 'Header Admin'." + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +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.templates:24 +msgid "Confirm the 'Header Admin' password." +msgstr "PotvrÄte heslo pro 'Header Admin'." + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "Zopakujte prosím heslo pro 'Header Admin'." + +#. Type: text +#. Description +#: ../phpgroupware.templates:29 +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.templates:34 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password." +msgstr "Zadejte heslo pro Äást 'Setup/Config Admin'." + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +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.templates:34 +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.templates:45 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Zopakujte prosím heslo pro 'Setup/Config Admin':" + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +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.templates:52 +msgid "Password mismatch." +msgstr "Heslo nesouhlasí." + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +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.templates:59 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Který webový server se má nastavit automaticky?" + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +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 +#. Default +#: ../phpgroupware.templates:65 +msgid "localhost" +msgstr "localhost" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +msgid "Please enter phpGroupWare database host name:" +msgstr "Zadejte jméno poÄítaÄe s databází pro phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +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 +#: ../phpgroupware.templates:72 +msgid "PostgreSQL, MySQL, none/other" +msgstr "PostgreSQL, MySQL, žádný/jiný" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "Please select phpGroupWare DB type:" +msgstr "Vyberte typ databáze pro phpGroupWare:" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +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." + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +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.templates:82 +msgid "Please enter phpGroupWare database name:" +msgstr "Zadejte jméno phpGroupWare databáze:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:82 +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 +#. Default +#: ../phpgroupware.templates:87 +msgid "phpgroupware" +msgstr "phpgroupware" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +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.templates:88 +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.templates:93 +msgid "Please enter the password to access the database:" +msgstr "Zadejte heslo pro přístup k databázi:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +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.templates:99 +msgid "Please retype the password to access the database:" +msgstr "Zopakujte prosím heslo pro přístup k databázi:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +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.templates:106 +msgid "Passwords mismatch." +msgstr "Hesla nesouhlasí." + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +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.templates:111 +msgid "Please enter the database administrator user name:" +msgstr "Zadejte uživatelské jméno databázového administrátora:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +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.templates:111 +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.templates:111 +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.templates:122 +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.templates:122 +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.templates:122 +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: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup skipped." +msgstr "Nastavení databáze pÅ™eskoÄeno." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup will be skipped." +msgstr "Nastavení databáze bude pÅ™eskoÄeno." + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +msgid "Abort database setup." +msgstr "PÅ™eruÅ¡ení nastavení databáze." + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +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.templates:146 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "PÅ™epsat konfiguraci 'Header Admin'?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:146 +msgid "" +"With the informations you are going to provide, I can setup the 'Header " +"Admin' file (/etc/phpgroupware/header.inc.php). This may not be the most " +"tuned setup, but phpGroupWare will work with the average system. If you say " +"'yes', I'll *ALWAYS* overwrite this file on any upgrade of this package. You " +"can safely answer 'yes' by now, and disable this option later with the dpkg-" +"reconfigure(1) command." +msgstr "" +"Podle informací, které zadáte, mohu 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 " +"'ano', pÅ™epíšu tento soubor *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.templates:157 +msgid "Delete phpGroupWare data on purge?" +msgstr "Smazat data phpGroupWare pÅ™i vyÄiÅ¡tÄ›ní balíku?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "" +"Do you want phpGroupWare to erase all phpGroupWare data, including the " +"database (i.e. all data entered by the users) and the phpGroupWare database " +"account when the phpgroupware package is purged? (Note: You'll be prompted " +"for the database administrator password upon purging this package if you " +"choose to have the database erased.)" +msgstr "" +"Chcete, aby se pÅ™i vyÄiÅ¡tÄ›ní balíku phpGroupWare ze systému smazala 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.templates:166 +msgid "DEBUG." +msgstr "LADÄšNÃ." + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "${debug}" +msgstr "${debug}" --- phpgroupware-0.9.16.011.orig/debian/po/de.po +++ phpgroupware-0.9.16.011/debian/po/de.po @@ -0,0 +1,456 @@ +# +# 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. +# Erik Schanze , 2004. +# Thomas Viehmann , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware_0.9.16.005-2_de\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-04 11:36+0100\n" +"PO-Revision-Date: 2005-03-16 18:04+0100\n" +"Last-Translator: Thomas Viehmann \n" +"Language-Team: German \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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "Package configuration note." +msgstr "Anmerkung zur Einrichtung des Pakets" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +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.templates:3 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +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.templates:15 +msgid "Please enter the desired phpGroupWare 'Header Admin' password." +msgstr "Passwort für den phpGroupWare-\"Header Manager\" eingeben:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +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 Manager\" kann der phpGroupWare-Administrator Informationen " +"hinterlegen, die zum Starten des Programms benötigt werden (z. B. " +"Datenbankeinstellungen, Verzeichnisse etc.). Beachten Sie, dass die \"Header " +"Manager\"-Seite das Passwort für Zugang zur die phpGroupWare-Datenbank " +"enthält (aber nicht das Administrator-Passwort)." + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +msgid "Confirm the 'Header Admin' password." +msgstr "Passwort für den \"Header Manager\" bestätigen:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "Bitte das Passwort für den \"Header Manager\" nochmal eingeben." + +#. Type: text +#. Description +#: ../phpgroupware.templates:29 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "" +"Die eingegebenen Passworte stimmen nicht überein. Bitte nochmal versuchen." + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password." +msgstr "Passwort für den \"Konfigurations-Manager\" eingeben:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"Im \"Konfigurations-Manager\" hat der phpGroupWare-Administrator Zugriff auf " +"folgende Funktionen:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +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.templates:45 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Bitte Passwort für den \"Konfigurations-Manager\" nochmal eingeben:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +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 \"Konfigurations-Manager\" nochmal ein. " +"Wenn die wiederholte Eingabe des Passwortes nicht mit der vorherigen " +"übereinstimmt, werden Sie nochmals abgefragt." + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +msgid "Password mismatch." +msgstr "Keine Übereinstimmung der Passworte." + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "" +"Die eingegebenen Passworte stimmen nicht überein. Bitte nochmal versuchen." + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Welchen Web-Server möchten Sie automatisch einrichten?" + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpGroupWare unterstützt jeden Web-Server, der php4 versteht, aber nur " +"Apache kann automatisch eingerichtet werden." + +#. Type: string +#. Default +#: ../phpgroupware.templates:65 +msgid "localhost" +msgstr "localhost" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +msgid "Please enter phpGroupWare database host name:" +msgstr "Rechnernamen der phpGroupWare-Datenbank eingeben:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +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 +#: ../phpgroupware.templates:72 +msgid "PostgreSQL, MySQL, none/other" +msgstr "PostgreSQL, MySQL, keine/andere" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "Please select phpGroupWare DB type:" +msgstr "Typ der phpGroupWare-Datenbank auswählen:" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +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." + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +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.templates:82 +msgid "Please enter phpGroupWare database name:" +msgstr "Name der phpGroupWare-Datenbank eingeben:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:82 +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 +#. Default +#: ../phpgroupware.templates:87 +msgid "phpgroupware" +msgstr "phpgroupware" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +msgid "Please enter the database user name to access the database:" +msgstr "Name des Benutzers für den Datenbankzugriff eingeben:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +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.templates:93 +msgid "Please enter the password to access the database:" +msgstr "Passwort für den Zugang zur Datenbank eingeben:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +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.templates:99 +msgid "Please retype the password to access the database:" +msgstr "Passwort für den Zugang zur Datenbank nochmal eingeben:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +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 nochmal ein. Wenn " +"die wiederholte Eingabe des Passwortes nicht mit der vorherigen " +"übereinstimmt, werden Sie nochmals abgefragt." + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +msgid "Passwords mismatch." +msgstr "Keine Übereinstimmung der Passworte." + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" +"Die eingegebenen Passworte stimmen nicht überein. Bitte nochmal versuchen." + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "Please enter the database administrator user name:" +msgstr "Benutzernamen des Datenbank-Administrators eingeben:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "" +"This user name will be used to access the database to create (if needed):" +msgstr "" +"Dieser Benutzername wird verwendet, um Folgendes anzulegen (wenn nötig):" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +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.templates:111 +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.templates:122 +msgid "Please enter the database administrator password (if any):" +msgstr "Passwort des Datenbank-Administrators eingeben (sofern vorhanden):" + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +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 verwendet." + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +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: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup skipped." +msgstr "Einrichtung der Datenbank übersprungen." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup will be skipped." +msgstr "Einrichtung der Datenbank wird übersprungen." + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +msgid "Abort database setup." +msgstr "Abbruch der Datenbank-Einrichtung" + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +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 entfernen. Die " +"Konfigurationsdatei (/etc/phpgroupware/header.inc.php) wird auf jeden Fall " +"angelegt." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:146 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "Überschreiben der \"Header Manager\"-Konfiguration?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:146 +msgid "" +"With the informations you are going to provide, I can setup the 'Header " +"Admin' file (/etc/phpgroupware/header.inc.php). This may not be the most " +"tuned setup, but phpGroupWare will work with the average system. If you say " +"'yes', I'll *ALWAYS* overwrite this file on any upgrade of this package. You " +"can safely answer 'yes' by now, and disable this option later with the dpkg-" +"reconfigure(1) command." +msgstr "" +"Mit Ihren Informationen kann die \"Header Manager\"-Konfigurationsdatei (/" +"etc/phpgroupware/header.inc.php) erstellt werden. Die Einstellungen könnten " +"nicht optimal sein, aber phpGroupWare wird ziemlich gut funktionieren. Wenn " +"Sie hier zustimmen, wird diese Datei bei einer Aktualisierung des Pakets " +"*IMMER* überschrieben. Sie können jetzt ruhig zustimmen und die Auswahl " +"später mit dem Kommando dpkg-reconfigure(1) rückgängig machen." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "Delete phpGroupWare data on purge?" +msgstr "Daten von phpGroupWare beim restlosen Entfernen des Pakets löschen?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "" +"Do you want phpGroupWare to erase all phpGroupWare data, including the " +"database (i.e. all data entered by the users) and the phpGroupWare database " +"account when the phpgroupware package is purged? (Note: You'll be prompted " +"for the database administrator password upon purging this package if you " +"choose to have the database erased.)" +msgstr "" +"Sollen alle Daten von phpGroupWare einschließlich der Datenbank (auch alle " +"Daten die Benutzer eingegeben haben) und der Datenbank-Zugang gelöscht " +"werden, wenn das Paket restlos entfernt wird (purge)? (ACHTUNG: Sie werden " +"dann beim Entfernen des Pakets nach dem Passwort des Datenbank-" +"Administrators gefragt, wenn Sie hier zustimmen.)" + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "DEBUG." +msgstr "DEBUG." + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "${debug}" +msgstr "${debug}" --- phpgroupware-0.9.16.011.orig/debian/po/fr.po +++ phpgroupware-0.9.16.011/debian/po/fr.po @@ -0,0 +1,469 @@ +# +# 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: \n" +"POT-Creation-Date: 2005-03-04 11:36+0100\n" +"PO-Revision-Date: 2005-03-16 18:23+0100\n" +"Last-Translator: Thomas Viehmann \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.templates:3 +msgid "Package configuration note." +msgstr "Note sur la configuration du paquet" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +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.templates:3 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +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.templates:15 +msgid "Please enter the desired phpGroupWare 'Header Admin' password." +msgstr "Mot de passe de la page d'administration principale :" + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +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.templates:24 +msgid "Confirm the 'Header Admin' password." +msgstr "Confirmation du mot de passe de la page d'administration principale :" + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +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 +#: ../phpgroupware.templates:29 +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.templates:34 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password." +msgstr "Mot de passe pour la page de configuration :" + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +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.templates:34 +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.templates:45 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Confirmation du mot de passe pour la page de configuration :" + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +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.templates:52 +msgid "Password mismatch." +msgstr "Les mots de passe ne correspondent pas" + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +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.templates:59 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Serveur web à reconfigurer automatiquement :" + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +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 +#. Default +#: ../phpgroupware.templates:65 +msgid "localhost" +msgstr "localhost" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +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.templates:66 +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 +#: ../phpgroupware.templates:72 +msgid "PostgreSQL, MySQL, none/other" +msgstr "PostgreSQL, MySQL, Aucun ou Autre" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "Please select phpGroupWare DB type:" +msgstr "Type de gestionnaire de bases de données :" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "This is the name (and so the type) of The database you will use." +msgstr "" +"Veuillez choisir le type du gestionnaire de bases de données que vous " +"utiliserez." + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +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.templates:82 +msgid "Please enter phpGroupWare database name:" +msgstr "Nom de la base de données :" + +#. Type: string +#. Description +#: ../phpgroupware.templates:82 +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 +#. Default +#: ../phpgroupware.templates:87 +msgid "phpgroupware" +msgstr "phpgroupware" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +msgid "Please enter the database user name to access the database:" +msgstr "Identifiant de connexion à cette base :" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +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.templates:93 +msgid "Please enter the password to access the database:" +msgstr "Mot de passe de connexion à la base de données :" + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +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.templates:99 +msgid "Please retype the password to access the database:" +msgstr "Confirmation du mot de passe de connexion :" + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +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.templates:106 +msgid "Passwords mismatch." +msgstr "Les mots de passe ne correspondent pas" + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +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.templates:111 +msgid "Please enter the database administrator user name:" +msgstr "Identifiant de l'administrateur de la base de données :" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +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.templates:111 +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.templates:111 +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.templates:122 +msgid "Please enter the database administrator password (if any):" +msgstr "Mot de passe de l'administrateur :" + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +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.templates:122 +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: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup skipped." +msgstr "Faut-il omettre la configuration de la base de données ?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup will be skipped." +msgstr "" +"Si vous choisissez cette option, la configuration de la base de données ne " +"sera pas effectuée." + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +msgid "Abort database setup." +msgstr "Abandon de la configuration de la base de données" + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +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.templates:146 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "Faut-il écraser la section de configuration principale ?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:146 +msgid "" +"With the informations you are going to provide, I can setup the 'Header " +"Admin' file (/etc/phpgroupware/header.inc.php). This may not be the most " +"tuned setup, but phpGroupWare will work with the average system. If you say " +"'yes', I'll *ALWAYS* overwrite this file on any upgrade of this package. You " +"can safely answer 'yes' by now, and disable this option later with the dpkg-" +"reconfigure(1) command." +msgstr "" +"Grâce aux informations que vous allez fournir, il est possible de générer le " +"fichier de configuration principal (« /etc/phpgroupware/header.inc.php »). " +"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 vous " +"acceptez, ce fichier sera écrasé à chaque mise à jour du paquet. Il est " +"aussi tout à fait possible d'accepter maintenant, et de désactiver cette " +"fonction par la suite avec la commande dpkg-reconfigure." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +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.templates:157 +msgid "" +"Do you want phpGroupWare to erase all phpGroupWare data, including the " +"database (i.e. all data entered by the users) and the phpGroupWare database " +"account when the phpgroupware package is purged? (Note: You'll be prompted " +"for the database administrator password upon purging this package if you " +"choose to have the database erased.)" +msgstr "" +"Veuillez choisir si vous souhaitez effacer toutes les données relatives à " +"phpGroupWare lors de la purge du paquet. Ce choix concerne les bases de " +"données (et donc toutes les informations entrées par les utilisateurs), " +"ainsi que les comptes utilisés par phpGroupWare pour se connecter à la base " +"de données. Note : le mot de passe d'administration du système de gestion de " +"bases de données vous sera demandé lors du nettoyage de ce paquet, si vous " +"choisissez cette option." + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "DEBUG." +msgstr "DEBUG" + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "${debug}" +msgstr "${debug}" --- phpgroupware-0.9.16.011.orig/debian/po/ja.po +++ phpgroupware-0.9.16.011/debian/po/ja.po @@ -0,0 +1,462 @@ +# +# 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\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-04 11:36+0100\n" +"PO-Revision-Date: 2005-03-05 23:05+0900\n" +"Last-Translator: Hideki Yamane \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-JP\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "Package configuration note." +msgstr "¥Ñ¥Ã¥±¡¼¥¸¤òÀßÄꤹ¤ëºÝ¤ÎÃí°ÕÅÀ¡£" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +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.templates:3 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"ÀßÄê¤ò³¤±¤ë¤Ë¤Ï¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹¤òÀßÄꤷ¡¢phpGroupWare ¤ËÂФ·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿" +"¥â¥¸¥å¡¼¥ë¤òÌÀ¼¨¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£" + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +msgid "Please enter the desired phpGroupWare 'Header Admin' password." +msgstr "Ǥ°Õ¤Î phpGroupWare ¤Î 'Header Admin' ¤Î¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£" + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +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.templates:24 +msgid "Confirm the 'Header Admin' password." +msgstr "'Header Admin' ¥Ñ¥¹¥ï¡¼¥É¤Î³Îǧ" + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "phpGroupWare ¤Î 'Header Admin' ¥Ñ¥¹¥ï¡¼¥É¤òºÆÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£" + +#. Type: text +#. Description +#: ../phpgroupware.templates:29 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "" +"ÆþÎϤ·¤¿ 'Header Admin' ¥Ñ¥¹¥ï¡¼¥É¤¬°ìÃפ·¤Þ¤»¤ó¡£¤â¤¦°ìÅÙÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£" + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password." +msgstr "phpGroupWare ¤Î 'Setup/Config Admin' ¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£" + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +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.templates:34 +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.templates:45 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "" +"phpGroupWare ¤Î 'Setup/Config Admin' ¤Î¥Ñ¥¹¥ï¡¼¥É¤òºÆÅÙÆþÎϤ·¤Æ¤¯¤À¤µ¤¤:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +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.templates:52 +msgid "Password mismatch." +msgstr "¥Ñ¥¹¥ï¡¼¥É¤¬°ìÃפ·¤Þ¤»¤ó¡£" + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "" +"ÀßÄꤵ¤ì¤¿¥Ñ¥¹¥ï¡¼¥É¤ÈÆþÎϤµ¤ì¤¿¥Ñ¥¹¥ï¡¼¥É¤¬°ìÃפ·¤Þ¤»¤ó¡£¤â¤¦°ìÅÙ¤ä¤êľ¤·¤Æ" +"¤¯¤À¤µ¤¤¡£" + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "¤É¤Î web ¥µ¡¼¥Ð¤ò¼«Æ°Åª¤ËºÆÀßÄꤷ¤Þ¤¹¤«?" + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpGroupWare ¤Ï php4 ¤¬Æ°ºî¤¹¤ë¤â¤Î¤Ç¤¢¤ì¤Ð¡¢web ¥µ¡¼¥Ð¤òÌ䤤¤Þ¤»¤ó¤¬¡¢¤³¤ÎÀß" +"Äê¤Ç¤Ï Apache ¤Î¤ß¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£" + +#. Type: string +#. Default +#: ../phpgroupware.templates:65 +msgid "localhost" +msgstr "localhost" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +msgid "Please enter phpGroupWare database host name:" +msgstr "phpGroupWare ¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥Û¥¹¥È̾¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" +"¤³¤ì¤Ï¡¢phpGroupWare ¤¬¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ø¥¢¥¯¥»¥¹¤¹¤ëºÝ¤ËÍøÍѤ¹¤ë¥Û¥¹¥È̾¡¢¤Þ¤¿" +"¤Ï IP ¥¢¥É¥ì¥¹¤Ç¤¹¡£" + +#. Type: select +#. Choices +#: ../phpgroupware.templates:72 +msgid "PostgreSQL, MySQL, none/other" +msgstr "PostgreSQL, MySQL, ̵¤·¡¦¤½¤Î¾" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "Please select phpGroupWare DB type:" +msgstr "phpGroupWare ¤Î DB ¤Î¼ïÎà¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤:" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "This is the name (and so the type) of The database you will use." +msgstr "¤³¤ì¤ÏÍøÍѤ¹¤ë¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î̾Á° (¤Ä¤Þ¤ê¤Ï¼ïÎà) ¤Ç¤¹¡£" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +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.templates:82 +msgid "Please enter phpGroupWare database name:" +msgstr "phpGroupWare ¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹Ì¾¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:82 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "¤³¤ì¤Ï phpGroupWare ¤¬ÍøÍѤ¹¤ë¥Ç¡¼¥¿¥Ù¡¼¥¹Ì¾¤Ç¤¹¡£" + +#. Type: string +#. Default +#: ../phpgroupware.templates:87 +msgid "phpgroupware" +msgstr "phpgroupware" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +msgid "Please enter the database user name to access the database:" +msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ø¥¢¥¯¥»¥¹¤¹¤ë¥Ç¡¼¥¿¥Ù¡¼¥¹¥æ¡¼¥¶Ì¾¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +msgid "" +"This is the user name that phpGroupWare will use to access the database." +msgstr "" +"¤³¤ì¤Ï¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¥¢¥¯¥»¥¹¤¹¤ëºÝ¤Ë phpGroupWare ¤¬»ÈÍѤ¹¤ë¥æ¡¼¥¶Ì¾¤Ç¤¹¡£" + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +msgid "Please enter the password to access the database:" +msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ø¥¢¥¯¥»¥¹¤¹¤ëºÝ¤ËÍøÍѤ¹¤ë¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +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.templates:99 +msgid "Please retype the password to access the database:" +msgstr "" +"¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ø¥¢¥¯¥»¥¹¤¹¤ëºÝ¤ËÍøÍѤ¹¤ë¥Ñ¥¹¥ï¡¼¥É¤òºÆÅÙÆþÎϤ·¤Æ¤¯¤À¤µ¤¤:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +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.templates:106 +msgid "Passwords mismatch." +msgstr "¥Ñ¥¹¥ï¡¼¥É¤¬°ìÃפ·¤Þ¤»¤ó¡£" + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" +"ÆþÎϤµ¤ì¤¿¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ø¥¢¥¯¥»¥¹¤¹¤ëºÝ¤Î¥Ñ¥¹¥ï¡¼¥É¤¬°ìÃפ·¤Þ¤»¤ó¡£ºÆÆþÎϤ·¤Æ" +"¤¯¤À¤µ¤¤¡£" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "Please enter the database administrator user name:" +msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹´ÉÍý¼Ô¤Î¥æ¡¼¥¶Ì¾¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "" +"This user name will be used to access the database to create (if needed):" +msgstr "" +"(ɬÍפʾì¹ç) ¥¢¥¯¥»¥¹¤¹¤ë¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºîÀ®¤¹¤ëºÝ¡¢¤³¤Î¥æ¡¼¥¶Ì¾¤¬ÍøÍѤµ¤ì¤Þ" +"¤¹:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +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.templates:111 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "" +"¤³¤ì¤Ï PostgreSQL ¤Î¾ì¹ç¤Ï 'postgres'¡¢MySQL ¤Î¾ì¹ç¤Ï 'root' ¤Ç¤¢¤ëɬÍפ¬¤¢¤ê" +"¤Þ¤¹¡£" + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "Please enter the database administrator password (if any):" +msgstr "(¤â¤·¤¢¤ì¤Ð) ¥Ç¡¼¥¿¥Ù¡¼¥¹´ÉÍý¼Ô¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "¤³¤ì¤Ï¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹´ÉÍý¼Ô¥æ¡¼¥¶Ì¾¤È¶¦¤ËÍøÍѤµ¤ì¤ë¥Ñ¥¹¥ï¡¼¥É¤Ç¤¹¡£" + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "" +"NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" +"Ãí°Õ: ¤³¤Î¥Ñ¥¹¥ï¡¼¥É¤Ï¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤Ç¤Ï̵¤¤¤Î¤Ç¡¢ºÆÅÙ³Îǧ¤µ¤ì¤Þ¤»¤ó¡£" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup skipped." +msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎÀßÄê¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup will be skipped." +msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎÀßÄê¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹¡£" + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +msgid "Abort database setup." +msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎÀßÄê¤ò½ªÎ»¤·¤Þ¤¹¡£" + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +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.templates:146 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "'Header Admin' ¤ÎÀßÄê¤ò¾å½ñ¤­¤·¤Þ¤¹¤«?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:146 +msgid "" +"With the informations you are going to provide, I can setup the 'Header " +"Admin' file (/etc/phpgroupware/header.inc.php). This may not be the most " +"tuned setup, but phpGroupWare will work with the average system. If you say " +"'yes', I'll *ALWAYS* overwrite this file on any upgrade of this package. You " +"can safely answer 'yes' 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.templates:157 +msgid "Delete phpGroupWare data on purge?" +msgstr "¥Ñ¡¼¥¸¤ÎºÝ¤Ë phpGroupWare ¤Î¥Ç¡¼¥¿¤ò¾Ãµî¤·¤Þ¤¹¤«?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "" +"Do you want phpGroupWare to erase all phpGroupWare data, including the " +"database (i.e. all data entered by the users) and the phpGroupWare database " +"account when the phpgroupware package is purged? (Note: You'll be prompted " +"for the database administrator password upon purging this package if you " +"choose to have the database erased.)" +msgstr "" +"phpGroupWare ¥Ñ¥Ã¥±¡¼¥¸¤ò¥Ñ¡¼¥¸¤¹¤ëºÝ¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹ (¤Ä¤Þ¤ê¡¢¥æ¡¼¥¶¤Ë¤è¤Ã¤ÆÆþ" +"ÎϤµ¤ì¤¿Á´¤Æ¤Î¥Ç¡¼¥¿) ¤È phpGroupWare ¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¥¢¥«¥¦¥ó¥È¤ò´Þ¤á¡¢Á´¤Æ¤Î " +"phpGroupWare ¤Î¥Ç¡¼¥¿¤ò¾Ãµî¤·¤Þ¤¹¤«? (Ãí°Õ: ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¾Ãµî¤¹¤ë¤Î¤òÁª¤ó¤À" +"¾ì¹ç¡¢¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¥Ñ¡¼¥¸¤¹¤ëºÝ¤Ë¥Ç¡¼¥¿¥Ù¡¼¥¹´ÉÍý¼Ô¥Ñ¥¹¥ï¡¼¥É¤òÍ׵ᤵ¤ì¤Þ" +"¤¹¡£)" + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "DEBUG." +msgstr "DEBUG." + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "${debug}" +msgstr "${debug}" + +#~ msgid "Apache, Apache-SSL, both, none/other" +#~ msgstr "Apache, Apache-SSL, ξÊý, ̵¤·¡¦¤½¤ì°Ê³°" + +#~ msgid "Which Web Server are you running?" +#~ msgstr "¤É¤Î Web ¥µ¡¼¥Ð¤òÆ°ºî¤µ¤»¤Æ¤¤¤Þ¤¹¤«?" --- phpgroupware-0.9.16.011.orig/debian/po/nl.po +++ phpgroupware-0.9.16.011/debian/po/nl.po @@ -0,0 +1,454 @@ +# translation of phpgroupware_0.9.16.010-1_templates.po to Dutch +# +# 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.010-1_nl\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-04 11:36+0100\n" +"PO-Revision-Date: 2006-04-21 14:37+0200\n" +"Last-Translator: Kurt De Bree \n" +"Language-Team: Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "Package configuration note." +msgstr "Opmerking betreffende de pakketconfiguratie." + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +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 moet na de installatie nog verder ingesteld worden. Hiertoe " +"dient u met een browser naar de phpGroupware-instellingen te gaan via:" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"om de instellingen te vervolledigen, de database te vullen en " +"phpGroupWare bewust te maken van de geïnstalleerde modules." + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +msgid "Please enter the desired phpGroupWare 'Header Admin' password." +msgstr "" +"Gelieve het gewenste wachtwoord voor de phpgroupware 'Header Admin' " +"in te geven." + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +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 "" +"In de sectie 'Header Admin' kan de phpgroupware-beheerder informatie " +"meegeven die tijdens het opstarten van het programma nodig is (b.v. " +"database-instellingen, maplocaties enz.). Merk op dat de 'Header Admin'-pagina " +"het wachtwoord voor de toegang tot de phpgroupware-database bevat (maar niet " +"het wachtwoord van de phpgroupware-beheerder)." + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +msgid "Confirm the 'Header Admin' password." +msgstr "Gelieve het wachtwoord voor de phpGroupWare 'Header Admin' te bevestigen." + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr " Gelieve het wachtwoord voor de phpGroupWare 'Header Admin' opnieuw in te geven." + +#. Type: text +#. Description +#: ../phpgroupware.templates:29 +msgid "The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "" +"De wachtwoorden voor de 'Header Admin' die u hebt ingegeven komen niet overeen. " +"Gelieve opnieuw te proberen." + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password." +msgstr "Gelieve het wachtwoord voor de 'Setup/Config Admin' in te geven." + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"In de sectie 'Setup/Config Admin' heeft de phpGroupWare-beheerder " +"toegang tot de volgende faciliteiten:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" (1) Eenvoudig beheer van toepassingen\n" +" (2) Instellingen (algemeen)\n" +" (3) Taalbeheer\n" +" (4) Geavanceerd beheer van toepassingen" + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Gelieve het wachtwoord voor de 'Setup/Config Admin' opnieuw in te geven:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +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 "" +"Gelieve het wachtwoord voor de 'Setup/Config Admin' opnieuw in te geven. " +"Indien dit niet overeenstemt met het wachtwoord van daarnet, zult u deze " +"vraag opnieuw moeten beantwoorden." + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +msgid "Password mismatch." +msgstr "De wachtwoorden komen niet overeen." + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "De wachtwoorden van de 'Setup/Config Admin' kwamen niet overeen. Probeer het opnieuw." + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Welke webserver wilt u automatisch herconfigureren?" + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"Alle webservers die PHP ondersteunen worden ook door phpGroupWare " +"ondersteund, maar deze automatische configuratietoepassing ondersteunt " +"slechts Apache." + +#. Type: string +#. Default +#: ../phpgroupware.templates:65 +msgid "localhost" +msgstr "localhost" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +msgid "Please enter phpGroupWare database host name:" +msgstr "Gelieve de computernaam voor de phpGroupWare database in te geven:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" +"Dit is de computernaam of het IP-adres dat phpGroupWare zal gebruiken " +"om toegang te krijgen tot de database." + +#. Type: select +#. Choices +#: ../phpgroupware.templates:72 +msgid "PostgreSQL, MySQL, none/other" +msgstr "PostgreSQL, MySQL, geen/andere" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "Please select phpGroupWare DB type:" +msgstr "Gelieve het phpGroupWare databasetype te selecteren:" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "This is the name (and so the type) of The database you will use." +msgstr "Dit is de naam (en het type) van de database die u zult gebruiken." + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "" +"NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only " +"non-proprietary database types properly supported upstream." +msgstr "" +"MERK OP: Debian ondersteunt enkel PostgreSQL en MySQL, daar dit de enige, " +"op vrije software gebaseerde, databasetypen zijn die nog behoorlijk " +"ondersteund worden." + +#. Type: string +#. Description +#: ../phpgroupware.templates:82 +msgid "Please enter phpGroupWare database name:" +msgstr "Gelieve de naam van de phpGroupWare database in te geven:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:82 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "Dit is de naam van de database die phpGroupWare zal gebruiken." + +#. Type: string +#. Default +#: ../phpgroupware.templates:87 +msgid "phpgroupware" +msgstr "phpgroupware" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +msgid "Please enter the database user name to access the database:" +msgstr "Gelieve de gebruikersnaam in te geven die toegang geeft tot de database:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +msgid "This is the user name that phpGroupWare will use to access the database." +msgstr "" +"Dit is de gebruikersnaam die phpGoupWare zal gebruiken om toegang te krijgen " +"tot de database." + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +msgid "Please enter the password to access the database:" +msgstr "Gelieve het wachtwoord voor toegang tot de database in te geven:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" +"Dit is het wachtwoord dat phpGroupWare zal gebruiken, samen met de door u " +"gegeven gebruikersnaam, om toegang te krijgen tot de database." + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +msgid "Please retype the password to access the database:" +msgstr "Gelieve het wachtwoord voor toegang tot de database opnieuw in te geven:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +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 "" +"Gelieve het wachtwoord voor toegang tot de database opnieuw in te geven. " +"Indien dit niet overeenstemt met het wachtwoord van daarnet, zult u deze " +"vraag opnieuw moeten beantwoorden." + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +msgid "Passwords mismatch." +msgstr "De wachtwoorden komen niet overeen." + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" +"De wachtwoorden die u heeft ingegeven voor toegang tot de database komen " +"niet overeen. Gelieve opnieuw te proberen." + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "Please enter the database administrator user name:" +msgstr "Gelieve de gebruikersnaam van de databasebeheerder in te geven:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "This user name will be used to access the database to create (if needed):" +msgstr "" +"Deze gebruikersnaam wordt gebruikt om het volgende (indien nodig) aan te maken " +"in de database:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" (1) De database\n" +" (2) De nieuwe database-account dat phpGroupWare zal gebruiken om met\n" +"de database te werken" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "Het moet 'postgres' voor PostgreSQL of 'root' voor MySQL zijn." + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "Please enter the database administrator password (if any):" +msgstr "Gelieve het wachtwoord van de databasebeheerder in te vullen (indien van toepassing):" + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "Dit wachtwoord wordt samen met de gebruikersnaam van de databasebeheerder gebruikt." + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" +"MERK OP: Aangezien dit geen nieuw wachtwoord is, zal het geen tweemaal gevraagd " +"worden." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup skipped." +msgstr "Databaseconfiguratie overslaan." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup will be skipped." +msgstr "De databaseconfiguratie zal worden overgeslagen." + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +msgid "Abort database setup." +msgstr "De databaseconfiguratie afbreken." + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +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 "" +"Het geselecteerde databasetype wordt niet ondersteund; U moet de database " +"en de toegang voor phpGroupWare handmatig aanmaken en verwijderen. Het " +"configuratiebestand (/etc/phpgroupware/header.inc.php) zal in ieder geval " +"worden aangemaakt." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:146 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "'Header Admin'-configuratie overschrijven?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:146 +msgid "" +"With the informations you are going to provide, I can setup the 'Header " +"Admin' file (/etc/phpgroupware/header.inc.php). This may not be the most " +"tuned setup, but phpGroupWare will work with the average system. If you say " +"'yes', I'll *ALWAYS* overwrite this file on any upgrade of this package. You " +"can safely answer 'yes' by now, and disable this option later with the dpkg-" +"reconfigure(1) command." +msgstr "" +"Met uw informatie kan het 'Header Admin'-configuratiebestand (/etc/" +"phpgroupware/header.inc.php) aangemaakt worden. Alhoewel deze instellingen " +"niet optimaal zijn, zal phpGroupWare goed werken met gangbare systemen. Als " +"u hier \"ja\" antwoordt, wordt dit bestand bij *ELKE* opwaardering van het pakket " +"overschreven. U kunt nu veilig \"ja\" antwoorden en deze optie later met het " +"commando dpkg-reconfigure(1) wijzigen." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "Delete phpGroupWare data on purge?" +msgstr "phpGroupWare data verwijderen bij wissen van pakket (purge)?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "" +"Do you want phpGroupWare to erase all phpGroupWare data, including the " +"database (i.e. all data entered by the users) and the phpGroupWare database " +"account when the phpgroupware package is purged? (Note: You'll be prompted " +"for the database administrator password upon purging this package if you " +"choose to have the database erased.)" +msgstr "" +"Moeten de databasetoegang en alle data van phpGroupWare inclusief de database " +"(dus ook alle data die gebruikers hebben ingegeven) verwijderd worden wanneer " +"het phpGroupWare-pakket gewist (purge) wordt? (Merk op: Als u hier toestemt, " +"zal u bij het wissen van het phpGroupWare-pakket naar het wachtwoord van de " +"databasebeheerder gevraagd worden.)" + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "DEBUG." +msgstr "DEBUG." + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "${debug}" +msgstr "${debug}" + --- phpgroupware-0.9.16.011.orig/debian/po/sv.po +++ phpgroupware-0.9.16.011/debian/po/sv.po @@ -0,0 +1,356 @@ +# 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. +# , fuzzy +# +# +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware 0.9.16.008-1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-04 11:36+0100\n" +"PO-Revision-Date: 2005-12-04 22:52+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "Package configuration note." +msgstr "Konfigureringsnotering för paketet." + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +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 ytterligare konfiguration via sitt webbgränssnitt. Efter installationen färdigställts bör du peka din webbläsare till inställningen för phpGroupWare, till exempel:" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "to continue the configuration, fill the database and let phpGroupWare be aware of the installed modules." +msgstr "för att fortsätta konfigurationen, fyll databasen och låt phpGroupWare kännas vid de installerade modulerna." + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +msgid "Please enter the desired phpGroupWare 'Header Admin' password." +msgstr "Ange det önskade \"Header Admin\"-lösenordet för phpGroupWare." + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +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\" är sektionen i vilken administratören av phpGroupWare kan definiera information som låter applikationen \"starta\" (alltså databasinställningar, katalogsökvägar etc.) Notera att Huvudadministrationssidan innehåller lösenordet för databastillgång för phpGroupWare (men inte administratörslösenordet)." + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +msgid "Confirm the 'Header Admin' password." +msgstr "Bekräfta \"Header Admin\"-lösenordet." + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr " Vänligen ange \"Header Admin\"-lösenordet för phpGroupWare igen." + +#. Type: text +#. Description +#: ../phpgroupware.templates:29 +msgid "The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "\"Header Admin\"-lösenorden du angav stämde inte överens. Försök igen." + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password." +msgstr "Ange \"Setup/Config Admin\"-lösenordet för phpGroupWare." + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "The 'Setup/Config Admin' is the section in which the phpGroupWare administrator access the following facilities:" +msgstr "\"Setup/Config Admin\" är sektionen i vilken phpGroupWare-administratören har tillgång till följande faciliteter:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +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 (allmänt)\n" +" (3) Hantera språk\n" +" (4) Avancerad applikationshantering" + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Vänligen ange \"Setup/Config Admin\"-lösenordet för phpGroupWare igen:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +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 "Vänligen ange \"Setup/Config Admin\"-lösenordet igen. Om lösenordet du kommer att mata in inte stämmer överens med tidigare inmatning kommer jag fråga dig att ange dem igen." + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +msgid "Password mismatch." +msgstr "Lösenorden stämde inte överens." + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "Konfigurationslösenorden du angav stämde inte överens. Försök igen." + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Vilken webbserver vill du automatiskt konfigurera om?" + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "phpGroupWare supports any web server that PHP does, but this automatic configuration process only supports Apache." +msgstr "phpGroupWare har stöd för alla webbservrar som PHP har stöd för men denna automatiska konfigurationsprocess har endast stöd för Apache." + +#. Type: string +#. Default +#: ../phpgroupware.templates:65 +msgid "localhost" +msgstr "localhost" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +msgid "Please enter phpGroupWare database host name:" +msgstr "Ange värdnamnet där phpGroupWares databas körs:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +msgid "This should be the host-name or IP address that phpGroupWare will use to access the database." +msgstr "Detta bör vara värdnamnet eller IP-adressen som phpGroupWare kommer att använda att tillgå databasen." + +#. Type: select +#. Choices +#: ../phpgroupware.templates:72 +msgid "PostgreSQL, MySQL, none/other" +msgstr "PostgreSQL, MySQL, ingen/annan" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "Please select phpGroupWare DB type:" +msgstr "Välj databastyp för phpGroupWare:" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "This is the name (and so the type) of The database you will use." +msgstr "Detta är namnet (och även typen) av databasen du vill använda." + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "NOTE: Debian only supports PostgreSQL and MySQL as these seem to be the only non-proprietary database types properly supported upstream." +msgstr "NOTERA: Debian har endast stöd för PostgreSQL och MySQL eftersom dessa verkar vara de enda icke-properitära databastyperna som korrekt stöds av uppström." + +#. Type: string +#. Description +#: ../phpgroupware.templates:82 +msgid "Please enter phpGroupWare database name:" +msgstr "Ange databasnamnet för phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:82 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "Detta är namnet på databasen som phpGroupWare kommer att använda." + +#. Type: string +#. Default +#: ../phpgroupware.templates:87 +msgid "phpgroupware" +msgstr "phpgroupware" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +msgid "Please enter the database user name to access the database:" +msgstr "Ange användarnamnet för databasen för att tillgå databasen:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +msgid "This is the user name that phpGroupWare will use to access the database." +msgstr "Detta är användarnamnet som phpGroupWare kommer att använda för att tillgå databasen." + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +msgid "Please enter the password to access the database:" +msgstr "Ange lösenordet för att tillgå databasen:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +msgid "This is the password that phpGroupWare will use, along with user name you provided, to access the database." +msgstr "Detta är lösenord som phpGroupWare kommer att använda tillsammans med användarnamnet du angav för att tillgå databasen." + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +msgid "Please retype the password to access the database:" +msgstr "Ange lösenordet för att tillgå databasen igen:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +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 databastillgång igen. Om lösenordet du kommer att ange igen inte stämmer överens med tidigare inmatning kommer jag fråga dig att ange dem igen." + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +msgid "Passwords mismatch." +msgstr "Lösenorden stämde inte överens." + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "Lösenorden för databastillgång du angav stämmer inte överens. Försök igen." + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "Please enter the database administrator user name:" +msgstr "Ange användarnamnet för databasadministratören:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "This user name will be used to access the database to create (if needed):" +msgstr "Detta användarnamn kommer att användas för att tillgå och skapa (vid behov) databasen:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +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 databaskontot som phpGroupWare kommer att använda för\n" +"att tillgå databasen" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "Det bör vara \"postgres\" för PostgreSQL eller \"root\" för MySQL." + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "Please enter the database administrator password (if any):" +msgstr "Ange lösenordet för databasadministratören (om använt):" + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "This is the password that will be used along with the database administrator user name." +msgstr "Detta är lösenordet som kommer att användas tillsammans med användarnamnet för databasadministratören." + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "NOTE: This password will not be asked twice, since it's not a new password." +msgstr "NOTERA: Detta lösenord kommer inte att frågas efter två gånger eftersom det inte är ett nytt lösenord." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup skipped." +msgstr "Databasinställning hoppas över." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup will be skipped." +msgstr "Databasinställning kommer att hoppas över." + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +msgid "Abort database setup." +msgstr "Avbryt databasinställning." + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +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 "Databastypen du valde saknas stöd för; du bör manuellt skapa och kasta databasen och kontot som phpGroupWare behöver. Jag kommer oavsett ställa in konfigurationsfilen (/etc/phpgroupware/header.inc.php)." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:146 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "Skriva över konfiguration för \"Header Admin\"?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:146 +msgid "With the informations you are going to provide, I can setup the 'Header Admin' file (/etc/phpgroupware/header.inc.php). This may not be the most tuned setup, but phpGroupWare will work with the average system. If you say 'yes', I'll *ALWAYS* overwrite this file on any upgrade of this package. You can safely answer 'yes' by now, and disable this option later with the dpkg-reconfigure(1) command." +msgstr "Med informationen du kommer att mata in kan jag ställa in \"Header Admin\"-filen (/etc/phpgroupware/header.inc.php). Detta kanske inte är den mest optimala inställningen men phpGroupWare kommer att fungera med normala system. Om du svarar \"Ja\" kommer jag *ALLTID* att skriva över denna fil vid uppgraderingar av detta paket. Du kan med säkerhet svara \"ja\" nu och stänga av denna funktion senare med kommandot dpkg-reconfigure(1)." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "Delete phpGroupWare data on purge?" +msgstr "Ta bort phpGroupWare-data vid rensning av paketet?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "Do you want phpGroupWare to erase all phpGroupWare data, including the database (i.e. all data entered by the users) and the phpGroupWare database account when the phpgroupware package is purged? (Note: You'll be prompted for the database administrator password upon purging this package if you choose to have the database erased.)" +msgstr "Vill du att phpGroupWare ska radera all phpGroupWare-data, inklusive databasen (alltså, all data inmatad av användarna) och databaskontot för phpGroupWare när paketet avinstalleras? (Notera: Du kommer att bli frågad efter databasadministratörens lösenord vid avinstallation av paketet om du valt att få databasen raderad.)" + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "DEBUG." +msgstr "DEBUG." + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "${debug}" +msgstr "${debug}" + --- phpgroupware-0.9.16.011.orig/debian/po/templates.pot +++ phpgroupware-0.9.16.011/debian/po/templates.pot @@ -0,0 +1,396 @@ +# +# 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. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-04 11:36+0100\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.templates:3 +msgid "Package configuration note." +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +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.templates:3 +msgid "http://${site}/phpgroupware/setup" +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +msgid "Please enter the desired phpGroupWare 'Header Admin' password." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +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.templates:24 +msgid "Confirm the 'Header Admin' password." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "" + +#. Type: text +#. Description +#: ../phpgroupware.templates:29 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +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.templates:52 +msgid "Password mismatch." +msgstr "" + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +msgid "The configuration passwords you entered didn't match. Please try again." +msgstr "" + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "" + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" + +#. Type: string +#. Default +#: ../phpgroupware.templates:65 +msgid "localhost" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +msgid "Please enter phpGroupWare database host name:" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +msgid "" +"This should be the host-name or IP address that phpGroupWare will use to " +"access the database." +msgstr "" + +#. Type: select +#. Choices +#: ../phpgroupware.templates:72 +msgid "PostgreSQL, MySQL, none/other" +msgstr "" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "Please select phpGroupWare DB type:" +msgstr "" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "This is the name (and so the type) of The database you will use." +msgstr "" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +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.templates:82 +msgid "Please enter phpGroupWare database name:" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware.templates:82 +msgid "This is the name of the database that phpGroupWare will use." +msgstr "" + +#. Type: string +#. Default +#: ../phpgroupware.templates:87 +msgid "phpgroupware" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +msgid "Please enter the database user name to access the database:" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +msgid "" +"This is the user name that phpGroupWare will use to access the database." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +msgid "Please enter the password to access the database:" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +msgid "" +"This is the password that phpGroupWare will use, along with user name you " +"provided, to access the database." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +msgid "Please retype the password to access the database:" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +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.templates:106 +msgid "Passwords mismatch." +msgstr "" + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +msgid "The database access passwords you entered mismatch. Please try again." +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "Please enter the database administrator user name:" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "" +"This user name will be used to access the database to create (if needed):" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "It should be 'postgres' for PostgreSQL or 'root' for MySQL." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "Please enter the database administrator password (if any):" +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "" +"This is the password that will be used along with the database administrator " +"user name." +msgstr "" + +#. Type: password +#. Description +#: ../phpgroupware.templates:122 +msgid "" +"NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup skipped." +msgstr "" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup will be skipped." +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +msgid "Abort database setup." +msgstr "" + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +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.templates:146 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:146 +msgid "" +"With the informations you are going to provide, I can setup the 'Header " +"Admin' file (/etc/phpgroupware/header.inc.php). This may not be the most " +"tuned setup, but phpGroupWare will work with the average system. If you say " +"'yes', I'll *ALWAYS* overwrite this file on any upgrade of this package. You " +"can safely answer 'yes' by now, and disable this option later with the dpkg-" +"reconfigure(1) command." +msgstr "" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "Delete phpGroupWare data on purge?" +msgstr "" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "" +"Do you want phpGroupWare to erase all phpGroupWare data, including the " +"database (i.e. all data entered by the users) and the phpGroupWare database " +"account when the phpgroupware package is purged? (Note: You'll be prompted " +"for the database administrator password upon purging this package if you " +"choose to have the database erased.)" +msgstr "" + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "DEBUG." +msgstr "" + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "${debug}" +msgstr "" --- phpgroupware-0.9.16.011.orig/debian/po/vi.po +++ phpgroupware-0.9.16.011/debian/po/vi.po @@ -0,0 +1,446 @@ +# Vietnamese translation for phpgroupware. +# Copyright © 2005 Free Software Foundation, Inc. +# Clytie Siddall , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: phpgroupware 0.9.16.005-5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-04 11:36+0100\n" +"PO-Revision-Date: 2005-07-04 16:30+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.2.2\n" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "Package configuration note." +msgstr "Chú thích cấu hình gói tin." + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +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 "" +"Cần phải cấu hình trình phpGroupWare nữa thông qua giao diện Mạng của nó. " +"Sau khi cài đặt xong, bạn hãy chỉ trình duyệt tá»›i nÆ¡i thiết lập " +"phpGroupWare, v.d.:" + +# Variable: don't translate / Biến: đừng dịch +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "http://${site}/phpgroupware/setup" +msgstr "http://${site}/phpgroupware/setup" + +#. Type: note +#. Description +#: ../phpgroupware.templates:3 +msgid "" +"to continue the configuration, fill the database and let phpGroupWare be " +"aware of the installed modules." +msgstr "" +"để tiếp tục cấu hình, Ä‘iá»n vào cÆ¡ sở dữ liệu và cho phép trình phpGroupWare " +"dùng những mô-Ä‘un đã cài đặt." + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +msgid "Please enter the desired phpGroupWare 'Header Admin' password." +msgstr "" +"Hãy nhập mật khẩu «Phần đầu Quản lý» (Header Admin) phpGroupWare đã muốn." + +#. Type: password +#. Description +#: ../phpgroupware.templates:15 +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 "" +"«Phần đầu Quản lý» là phần nÆ¡i quản trị phpGroupWare có thể định nghÄ©a thông " +"tin sẽ cho phép ứng dụng khởi chạy được (tức là thiết lập cÆ¡ sở dữ liệu, vị " +"trí của thÆ° mục v.v.). Hãy ghi chú rằng trang Phần đầu Quản lý chứa mật khẩu " +"truy cập cÆ¡ sở dữ liệu phpGroupWare, nhÆ°ng không có mật khẩu quản trị." + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +msgid "Confirm the 'Header Admin' password." +msgstr "Hãy xác nhận mật khẩu Phần đầu Quản lý." + +#. Type: password +#. Description +#: ../phpgroupware.templates:24 +msgid " Please retype the phpGroupWare 'Header Admin' password." +msgstr "Hãy gõ lại mật khẩu Phần đầu Quản lý cho trình phpGroupWare." + +#. Type: text +#. Description +#: ../phpgroupware.templates:29 +msgid "" +"The 'Header Admin' passwords you entered didn't match. Please try again." +msgstr "Hai mật khẩu Phần đầu Quản lý không khá»›p vá»›i nhau. Hãy thá»­ lại." + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "Please enter the phpGroupWare 'Setup/Config Admin' password." +msgstr "Hãy nhập mật khẩu «Quản lý Thiết lập/Cấu hình» cho phpGroupWare." + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "" +"The 'Setup/Config Admin' is the section in which the phpGroupWare " +"administrator access the following facilities:" +msgstr "" +"Quản lý Thiết lập/Cấu hình là phần nÆ¡i quản trị phpGroupWare có thể truy cập " +"những khả năng theo đây:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:34 +msgid "" +" (1) Simple Application Management\n" +" (2) Configuration (general)\n" +" (3) Language Management\n" +" (4) Advanced Application Management" +msgstr "" +" • quản lý ứng dụng cách Ä‘Æ¡n giản\n" +" • cấu hình (chung)\n" +" • quản lý ngôn ngữ\n" +" • quản lý ứng dụng cách cấp cao" + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +msgid "Please retype the phpGroupWare 'Setup/Config Admin' password:" +msgstr "Hãy gõ lại mật khẩu «Quản lý Thiết lập/Cấu hình» cho phpGroupWare." + +#. Type: password +#. Description +#: ../phpgroupware.templates:45 +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 «Quản lý Thiết lập/Cấu hình». Nếu mật khẩu sắp nhập " +"không khá»›p vá»›i mật khẩu nhập trÆ°á»›c, bạn sẽ cần phải nhập nữa." + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +msgid "Password mismatch." +msgstr "Hai mật khẩu không khá»›p." + +#. Type: text +#. Description +#: ../phpgroupware.templates:52 +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 khá»›p vá»›i nhau. Hãy thá»­ lại." + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "Which web server would you like to reconfigure automatically?" +msgstr "Bạn muốn tá»± Ä‘á»™ng cấu hình lại máy phục vụ Mạng nào?" + +#. Type: multiselect +#. Description +#: ../phpgroupware.templates:59 +msgid "" +"phpGroupWare supports any web server that PHP does, but this automatic " +"configuration process only supports Apache." +msgstr "" +"phpGroupWare há»— trợ cùng má»i trình phục vụ Mạng vá»›i PHP, nhÆ°ng mà tiến trình " +"cấu hình tá»± Ä‘á»™ng này há»— trợ chỉ Apache thôi." + +#. Type: string +#. Default +#: ../phpgroupware.templates:65 +msgid "localhost" +msgstr "localhost" + +#. Type: string +#. Description +#: ../phpgroupware.templates:66 +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.templates:66 +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 mà trình phpGroupWare sẽ dùng để " +"truy cập cÆ¡ sở dữ liệu ấy." + +#. Type: select +#. Choices +#: ../phpgroupware.templates:72 +msgid "PostgreSQL, MySQL, none/other" +msgstr "PostgreSQL, MySQL, không có/khác" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "Please select phpGroupWare DB type:" +msgstr "Hãy chá»n loại cÆ¡ sở dữ liệu phpGroupWare:" + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +msgid "This is the name (and so the type) of The database you will use." +msgstr "Giá trị nàu là tên (và loại) của cÆ¡ sở dữ liệu mà bạn sẽ sá»­ dụng." + +#. Type: select +#. Description +#: ../phpgroupware.templates:73 +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ì hình nhÆ° chúng là hai " +"loại cÆ¡ sở dữ liệu tá»± do duy nhất do tác giả gốc há»— trợ cho đúng." + +#. Type: string +#. Description +#: ../phpgroupware.templates:82 +msgid "Please enter phpGroupWare database name:" +msgstr "Hãy nhập tên cÆ¡ sở dữ liệu phpGroupWare:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:82 +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 mà trình phpGroupWare sẽ dùng." + +#. Type: string +#. Default +#: ../phpgroupware.templates:87 +msgid "phpgroupware" +msgstr "phpgroupware" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +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 sẽ truy cập cÆ¡ sở dữ liệu:" + +#. Type: string +#. Description +#: ../phpgroupware.templates:88 +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 mà trình phpGroupWare sẽ dùng để truy cập cÆ¡ " +"sở dữ liệu ấy." + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +msgid "Please enter the password to access the database:" +msgstr "Hãy nhập mật khẩu để truy cập cÆ¡ sở dữ liệu." + +#. Type: password +#. Description +#: ../phpgroupware.templates:93 +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 mà trình phpGroupWare sẽ dùng, cÅ©ng vá»›i tên ngÆ°á»i " +"dùng đã cung cấp, để truy cập cÆ¡ sở dữ liệu." + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +msgid "Please retype the password to access the database:" +msgstr "Hãy gõ lại mật khẩu để truy cập cÆ¡ sở dữ liệu:" + +#. Type: password +#. Description +#: ../phpgroupware.templates:99 +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 mật khẩu sắp gõ không khá»›p " +"vá»›i mật khẩu gõ trÆ°á»›c, trình này sẽ há»i bạn thá»­ lại." + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +msgid "Passwords mismatch." +msgstr "Hai mật khẩu không khá»›p." + +#. Type: text +#. Description +#: ../phpgroupware.templates:106 +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 khá»›p vá»›i nhau. Hãy " +"thá»­ lại." + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +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.templates:111 +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 cÆ¡ sở dữ liệu, để tạo (nếu cần " +"thiết):" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +msgid "" +" (1) The database\n" +" (2) The new database account that phpGroupWare will use to access the\n" +"database" +msgstr "" +" • cÆ¡ sở dữ liệu\n" +" • tài khoản cÆ¡ sở dữ liệu má»›i mà trình phpGroupWare sẽ dùng để truy cập cÆ¡ " +"sở dữ liệu ấy" + +#. Type: string +#. Description +#: ../phpgroupware.templates:111 +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.templates:122 +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.templates:122 +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.templates:122 +msgid "" +"NOTE: This password will not be asked twice, since it's not a new password." +msgstr "" +"GHI CHÚ: sẽ không yêu cầu bạn nhập mật khẩu này hai lần, vì nó không phải là " +"má»™t mật khẩu má»›i." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup skipped." +msgstr "Thiết lập cÆ¡ sở dữ liệu bị bá» qua." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:132 +msgid "Database setup will be skipped." +msgstr "Thiết lập cÆ¡ sở dữ liệu sẽ bị bá» qua." + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +msgid "Abort database setup." +msgstr "Hủy bá» thiết lập cÆ¡ sở dữ liệu." + +#. Type: note +#. Description +#: ../phpgroupware.templates:137 +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 loại cÆ¡ sở dữ liệu chÆ°a được há»— trợ. NhÆ° thế thì bạn nên tá»± " +"tạo/tẩy cÆ¡ sở dữ liệu ấy và tài khoản mà phpGroupWare cần. Trong bất cứ " +"trÆ°á»ng hợp nào, 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.templates:146 +msgid "Overwrite 'Header Admin' configuration?" +msgstr "Ghi đè lên cấu hình Quản lý Phần đầu không?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:146 +msgid "" +"With the informations you are going to provide, I can setup the 'Header " +"Admin' file (/etc/phpgroupware/header.inc.php). This may not be the most " +"tuned setup, but phpGroupWare will work with the average system. If you say " +"'yes', I'll *ALWAYS* overwrite this file on any upgrade of this package. You " +"can safely answer 'yes' by now, and disable this option later with the dpkg-" +"reconfigure(1) command." +msgstr "" +"Vá»›i thông tin sắp cung cấp, trình này có thể thiết lập tập tin «Quản lý Phần " +"đầu» («/etc/phpgroupware/header.inc.php»). Có lẽ nó không phải Ä‘iá»u chỉnh " +"rất vi cấp, nhÆ°ng mà phpGroupWare sẽ hoạt Ä‘á»™ng trong hệ thống trung bình. " +"Nếu bạn nói «Có» (yes) thì trình này • LUÔN LUÔN • sẽ ghi đè lên tập tin này " +"khi mà nâng cấp gói tin này. Lúc này bạn có thể nói «Có» má»™t cách an toàn, " +"và vô hiệu hóa tùy chá»n này lúc sau, dùng lệnh «dpkg-reconfigure(1)»." + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "Delete phpGroupWare data on purge?" +msgstr "Xóa bá» các dữ liệu phpGroupWare khi tẩy gói tin không?" + +#. Type: boolean +#. Description +#: ../phpgroupware.templates:157 +msgid "" +"Do you want phpGroupWare to erase all phpGroupWare data, including the " +"database (i.e. all data entered by the users) and the phpGroupWare database " +"account when the phpgroupware package is purged? (Note: You'll be prompted " +"for the database administrator password upon purging this package if you " +"choose to have the database erased.)" +msgstr "" +"Bạn có muốn trình phpGroupWare xóa bá» các dữ liệu phpGroupWare, kể cả cÆ¡ sở " +"dữ liệu (tức là má»i dữ liệu do ngÆ°á»i dùng nhập) và tài khoản cÆ¡ sở dữ liệu " +"phpGroupWare, khi tẩy gói tin phpgroupware không? (Ghi chú: sẽ nhắc bạn nhập " +"mật khẩu quản trị cÆ¡ sở dữ liệu khi tẩy gói tin này, nếu bạn chá»n xóa bá» cÆ¡ " +"sở dữ liệu)." + +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "DEBUG." +msgstr "Gá»  Lá»–I." + +# Variable: don't translate / Biến: đừng dịch +#. Type: text +#. Description +#: ../phpgroupware.templates:166 +msgid "${debug}" +msgstr "${debug}" --- phpgroupware-0.9.16.011.orig/debian/rules +++ phpgroupware-0.9.16.011/debian/rules @@ -0,0 +1,189 @@ +#!/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 }') +PACKAGE = debian/phpgroupware-$${APP}/usr/share/phpgroupware/$${APPDIR} +PACKAGEDOC = debian/phpgroupware-$${APP}/usr/share/doc/phpgroupware-$${APPDIR} + +COPYRIGHT = -iname copyright\* -or -iname license +CHANGELOG = -iname change\* +INSTALL = -iname install +FINDOPT = -type f -not \( -path \*.xvpics\* -or -path \*CVS\* -or -path \*debian\* -or -name .cvsignore \) +SPECIAL = -size 0 -or $(INSTALL) -or $(CHANGELOG) -or $(COPYRIGHT) -or -name \*.sgml +STAMPS = -name configure-stamp -or -name build-stamp +APPFILES = -not \( -path \*doc\* -or -path \. -or -name '*.pl' -or -name '*.py' -or $(STAMPS) \) +DOCFILES = -not \( $(SPECIAL) \) + + +configure: +build-arch: +build-indep: + +build: build-arch build-indep + +clean: + dh_testdir + dh_testroot + 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_clean -k + + # 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 $(CURDIR)/debian/packagingerrors.log + + # main installation + # $$(echo $${VAR}) to force field splitting with zsh + set -e ; \ + MODULES=$$(grep '^Package: phpgroupware-' < debian/control | grep -v 'phpgroupware-core' | sed 's/Package: phpgroupware-//') ; \ + 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 \ + cd $(CURDIR)/$${APPDIR} ; find $(FINDOPT) $(APPFILES) \ + -exec install -D --mode=644 {} $(CURDIR)/$(PACKAGE)/{} \; ; \ + if [ -f $(CURDIR)/$${APPDIR}/README ] ; then \ + install -D --mode=644 $(CURDIR)/$${APPDIR}/README $(CURDIR)/$(PACKAGEDOC)/README ; \ + fi ; \ + if [ -d $(CURDIR)/$${APPDIR}/doc ] ; then \ + cd $(CURDIR)/$${APPDIR}/doc ; \ + find $(FINDOPT) $(DOCFILES) \ + -exec install -D --mode=644 {} $(CURDIR)/$(PACKAGEDOC)/{} \; ;\ + ln -s ../../doc/phpgroupware-$${APP} $(CURDIR)/$(PACKAGE)/doc 2>> $(CURDIR)/debian/packagingerrors.log ; \ + fi ; \ + else \ + echo "POSSIBLE DEBIAN PACKAGING ERROR: $${APP} not found" >> $(CURDIR)/debian/packagingerrors.log ; \ + fi ; \ + done ; \ + cd $(CURDIR) ; \ + for ADIR in * ; 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 + 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 ] && [ -z $${BUILD_NONDEBIAN} ] ; then \ + sed 's/%%%DEBIAN-VERSION%%%/$(PACKAGE_VERSION) (Debian)/' \ + < debian/phpgroupware/usr/share/phpgroupware/login.php \ + > debian/phpgroupware/usr/share/phpgroupware/login.php~ \ + && mv debian/phpgroupware/usr/share/phpgroupware/login.php~ \ + debian/phpgroupware/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 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 '{}' + +# 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 + dh_installmenu -i + dh_installchangelogs -i + dh_link -i + dh_compress -i + 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 rm -rf debian/$${APKG}/'{}' ; \ + fi ; \ + done + # remove completely useless and uninformative changelog for policy + # compliance + if [ -e debian/phpgroupware/usr/share/doc/phpgroupware/CHANGELOG ] && [ `md5sum debian/phpgroupware/usr/share/doc/phpgroupware/CHANGELOG | awk '{ print $$1 }'` = bb7f09469c6a1649a3ac6c7caa3ef33b ] ; then rm -f debian/phpgroupware/usr/share/doc/phpgroupware/CHANGELOG ; fi + # why can't we specify two substvar files... + awk '/^[^#].*$$/ { ORS="\0" ; print "-V" $$0 }' < debian/substvars | xargs -0 dh_gencontrol -i -- + 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.011.orig/debian/source.lintian-overrides +++ phpgroupware-0.9.16.011/debian/source.lintian-overrides @@ -0,0 +1 @@ +phpgroupware source: source-contains-CVS-dir --- phpgroupware-0.9.16.011.orig/debian/substvars +++ phpgroupware-0.9.16.011/debian/substvars @@ -0,0 +1 @@ +description=phpGroupWare is a fully web based groupware system. It includes applications${Newline} such as email, calendar, todo list, address book, file manager, notepad. --- phpgroupware-0.9.16.011.orig/header.inc.php.template +++ phpgroupware-0.9.16.011/header.inc.php.template @@ -1,4 +1,5 @@ datetime)) { - $GLOBALS['phpgw']->datetime = createobject('phpgwapi.datetime'); + $GLOBALS['phpgw']->datetime = createobject('phpgwapi.phpgw_datetime'); } if (!$t || intval($t) <= 0) --- phpgroupware-0.9.16.011.orig/phpgwapi/inc/class.phpgw_datetime.inc.php +++ phpgroupware-0.9.16.011/phpgwapi/inc/class.phpgw_datetime.inc.php @@ -0,0 +1,559 @@ + + * @author Mark Peters + * @copyright Copyright (C) 2000,2001 Joseph Engo, Mark Peters + * @copyright Portions Copyright (C) 2000-2004 Free Software Foundation, Inc. http://www.fsf.org/ + * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License + * @package phpgwapi + * @subpackage utilities + * @version $Id: class.datetime.inc.php,v 1.5.2.12.2.11 2004/11/06 15:34:26 powerstat Exp $ + */ + + $d1 = strtolower(@substr(PHPGW_API_INC,0,3)); + $d2 = strtolower(@substr(PHPGW_SERVER_ROOT,0,3)); + $d3 = strtolower(@substr(PHPGW_APP_INC,0,3)); + if($d1 == 'htt' || $d1 == 'ftp' || $d2 == 'htt' || $d2 == 'ftp' || $d3 == 'htt' || $d3 == 'ftp') + { + echo 'Failed attempt to break in via an old Security Hole!
'."\n"; + exit; + } + unset($d1); + unset($d2); + unset($d3); + + + /** + * Datetime class that contains common date/time functions + * + * @package phpgwapi + * @subpackage utilities + */ + class phpgw_datetime + { + var $tz_offset; + var $days = Array(); + var $gmtnow = 0; + var $users_localtime; + var $cv_gmtdate; + + function phpgw_datetime() + { + $this->tz_offset = 3600 * intval(@$GLOBALS['phpgw_info']['user']['preferences']['common']['tz_offset']); + print_debug('datetime::datetime::gmtnow',$this->gmtnow,'api'); + + $error_occured = True; + // If we already have a GMT time, no need to do this again. + if(!$this->gmtnow) + { + if(isset($GLOBALS['phpgw_info']['server']['tz_offset'])) + { + $this->gmtnow = time() - (intval($GLOBALS['phpgw_info']['server']['tz_offset']) * 3600); + //echo "

set via tz_offset=".$GLOBALS['phpgw_info']['server']['tz_offset'].": gmtnow=".date('Y/m/d H:i',$this->gmtnow)."

\n"; + } + else + { + $this->gmtnow = time() - ($this->getbestguess() * 3600); + //echo "

set via bestguess=".$this->getbestguess().": gmtnow=".date('Y/m/d H:i',$this->gmtnow)."

\n"; + } + } + $this->users_localtime = time() + $this->tz_offset; + } + + function getntpoffset() + { + $error_occured = False; + if(!@is_object($GLOBALS['phpgw']->network)) + { + $GLOBALS['phpgw']->network = createobject('phpgwapi.network'); + } + $server_time = time(); + + if($GLOBALS['phpgw']->network->open_port('129.6.15.28',13,5)) + { + $line = $GLOBALS['phpgw']->network->bs_read_port(64); + $GLOBALS['phpgw']->network->close_port(); + + $array = explode(' ',$line); + // host: 129.6.15.28 + // Value returned is 52384 02-04-20 13:55:29 50 0 0 9.2 UTC(NIST) * + print_debug('Server datetime',time(),'api'); + print_debug('Temporary NTP datetime',$line,'api'); + if ($array[5] == 4) + { + $error_occured = True; + } + else + { + $date = explode('-',$array[1]); + $time = explode(':',$array[2]); + $this->gmtnow = mktime(intval($time[0]),intval($time[1]),intval($time[2]),intval($date[1]),intval($date[2]),intval($date[0]) + 2000); + print_debug('Temporary RFC epoch',$this->gmtnow,'api'); + print_debug('GMT',date('Ymd H:i:s',$this->gmtnow),'api'); + } + } + else + { + $error_occured = True; + } + + if($error_occured == True) + { + return $this->getbestguess(); + } + else + { + return intval(($server_time - $this->gmtnow) / 3600); + } + } + + function gethttpoffset() + { + $error_occured = False; + if(!@is_object($GLOBALS['phpgw']->network)) + { + $GLOBALS['phpgw']->network = createobject('phpgwapi.network'); + } + $server_time = time(); + + $filename = 'http://132.163.4.213/timezone.cgi?GMT'; + $file = $GLOBALS['phpgw']->network->gethttpsocketfile($filename); + if(!$file) + { + return $this->getbestguess(); + } + $time = strip_tags($file[55]); + $date = strip_tags($file[56]); + + print_debug('GMT DateTime',$date.' '.$time,'api'); + $dt_array = explode(' ',$date); + $temp_datetime = $dt_array[0].' '.substr($dt_array[2],0,-1).' '.substr($dt_array[1],0,3).' '.$dt_array[3].' '.$time.' GMT'; + print_debug('Reformulated GMT DateTime',$temp_datetime,'api'); + $this->gmtnow = $this->convert_rfc_to_epoch($temp_datetime); + print_debug('this->gmtnow',$this->gmtnow,'api'); + print_debug('server time',$server_time,'api'); + print_debug('server DateTime',date('D, d M Y H:i:s',$server_time),'api'); + return intval(($server_time - $this->gmtnow) / 3600); + } + + function getbestguess() + { + print_debug('datetime::datetime::debug: Inside getting from local server','api'); + $server_time = time(); + // Calculate GMT time... + // If DST, add 1 hour... + // - (date('I') == 1?3600:0) + $this->gmtnow = $this->convert_rfc_to_epoch(gmdate('D, d M Y H:i:s',$server_time).' GMT'); + return intval(($server_time - $this->gmtnow) / 3600); + } + + function convert_rfc_to_epoch($date_str) + { + $comma_pos = strpos($date_str,','); + if($comma_pos) + { + $date_str = substr($date_str,$comma_pos+1); + } + + // This may need to be a reference to the different months in native tongue.... + $month= array( + 'Jan' => 1, + 'Feb' => 2, + 'Mar' => 3, + 'Apr' => 4, + 'May' => 5, + 'Jun' => 6, + 'Jul' => 7, + 'Aug' => 8, + 'Sep' => 9, + 'Oct' => 10, + 'Nov' => 11, + 'Dec' => 12 + ); + $dta = array(); + $ta = array(); + + // Convert "15 Jul 2000 20:50:22 +0200" to unixtime + $dta = explode(' ',$date_str); + $ta = explode(':',$dta[4]); + + if(substr($dta[5],0,3) <> 'GMT') + { + $tzoffset = substr($dta[5],0,1); + $tzhours = intval(substr($dta[5],1,2)); + $tzmins = intval(substr($dta[5],3,2)); + switch ($tzoffset) + { + case '-': + (int)$ta[0] += $tzhours; + (int)$ta[1] += $tzmins; + break; + case '+': + (int)$ta[0] -= $tzhours; + (int)$ta[1] -= $tzmins; + break; + } + } + return mktime($ta[0],$ta[1],$ta[2],$month[$dta[2]],$dta[1],$dta[3]); + } + + function get_weekday_start($year,$month,$day) + { + $weekday = $this->day_of_week($year,$month,$day); + switch($GLOBALS['phpgw_info']['user']['preferences']['calendar']['weekdaystarts']) + { + // Saturday is for arabic support + case 'Saturday': + $this->days = Array( + 0 => 'Sat', + 1 => 'Sun', + 2 => 'Mon', + 3 => 'Tue', + 4 => 'Wed', + 5 => 'Thu', + 6 => 'Fri' + ); + switch($weekday) + { + case 6: + break; + case 0: + if ($day == 1) + { + if ($month == 1) + { + --$year; + $month = 12; + } + else + { + --$month; + } + $day = $this->days_in_month($month,$year); + } + else + { + --$day; + } + break; + default: + if ($day <= ($weekday + 1)) + { + if ($month == 1) + { + --$year; + $month = 12; + } + else + { + --$month; + } + $day = $this->days_in_month($month,$year) - $weekday; + } + else + { + $day -= ($weekday + 1); + } + } + break; + case 'Monday': + $this->days = Array( + 0 => 'Mon', + 1 => 'Tue', + 2 => 'Wed', + 3 => 'Thu', + 4 => 'Fri', + 5 => 'Sat', + 6 => 'Sun' + ); + switch($weekday) + { + case 1: + break; + case 0: + if ($day <= 6) + { + if ($month == 1) + { + --$year; + $month = 12; + } + else + { + --$month; + } + $day = $this->days_in_month($month,$year) + ($day - 6); + } + else + { + $day -= 6; + } + break; + default: + if ($day <= ($weekday == 0) ? 6 : ($weekday-1)) + { + if ($month == 1) + { + --$year; + $month = 12; + } + else + { + --$month; + } + $day = $this->days_in_month($month,$year) + ($day - (($weekday == 0) ? 6 : ($weekday-1))); + } + else + { + $day -= ($weekday-1); + } + } + break; + case 'Sunday': + default: + $this->days = Array( + 0 => 'Sun', + 1 => 'Mon', + 2 => 'Tue', + 3 => 'Wed', + 4 => 'Thu', + 5 => 'Fri', + 6 => 'Sat' + ); + if ($day <= $weekday) + { + if ($month == 1) + { + --$year; + $month = 12; + } + else + { + --$month; + } + $day = $this->days_in_month($month,$year) + ($day - $weekday); + } + else + { + $day -= $weekday; + } + } + $sday = mktime(2,0,0,$month,$day,$year); + return $sday - 7200; + } + + function is_leap_year($year) + { + if ((intval($year) % 4 == 0) && (intval($year) % 100 != 0) || (intval($year) % 400 == 0)) + { + return 1; + } + else + { + return 0; + } + } + + function days_in_month($month,$year) + { + $days = Array( + 1 => 31, + 2 => 28 + $this->is_leap_year(intval($year)), + 3 => 31, + 4 => 30, + 5 => 31, + 6 => 30, + 7 => 31, + 8 => 31, + 9 => 30, + 10 => 31, + 11 => 30, + 12 => 31 + ); + return $days[intval($month)]; + } + + function date_valid($year,$month,$day) + { + return checkdate(intval($month),intval($day),intval($year)); + } + + function time_valid($hour,$minutes,$seconds) + { + if(intval($hour) < 0 || intval($hour) > 24) + { + return False; + } + if(intval($minutes) < 0 || intval($minutes) > 59) + { + return False; + } + if(intval($seconds) < 0 || intval($seconds) > 59) + { + return False; + } + + return True; + } + + function day_of_week($year,$month,$day) + { + if($month > 2) + { + $month -= 2; + } + else + { + $month += 10; + $year--; + } + $day = (floor((13 * $month - 1) / 5) + $day + ($year % 100) + floor(($year % 100) / 4) + floor(($year / 100) / 4) - 2 * floor($year / 100) + 77); + return (($day - 7 * floor($day / 7))); + } + + function day_of_year($year,$month,$day) + { + $days = array(0,31,59,90,120,151,181,212,243,273,304,334); + + $julian = ($days[$month - 1] + $day); + + if($month > 2 && $this->is_leap_year($year)) + { + $julian++; + } + return($julian); + } + + /** + * Get the number of days between two dates + * + * @author Steven Cramer/Ralf Becker + * @param $m1 - Month of first date + * @param $d1 - Day of first date + * @param $y1 - Year of first date + * @param $m2 - Month of second date + * @param $d2 - Day of second date + * @param $y2 - Year of second date + * @return integer Date 2 minus Date 1 in days + * @internal the last param == 0, ensures that the calculation is always done without daylight-saveing + */ + function days_between($m1,$d1,$y1,$m2,$d2,$y2) + { + return intval((mktime(0,0,0,$m2,$d2,$y2,0) - mktime(0,0,0,$m1,$d1,$y1,0)) / 86400); + } + + function date_compare($a_year,$a_month,$a_day,$b_year,$b_month,$b_day) + { + $a_date = mktime(0,0,0,intval($a_month),intval($a_day),intval($a_year)); + $b_date = mktime(0,0,0,intval($b_month),intval($b_day),intval($b_year)); + if($a_date == $b_date) + { + return 0; + } + elseif($a_date > $b_date) + { + return 1; + } + elseif($a_date < $b_date) + { + return -1; + } + } + + function time_compare($a_hour,$a_minute,$a_second,$b_hour,$b_minute,$b_second) + { + // I use the 1970/1/2 to compare the times, as the 1. can get via TZ-offest still + // before 1970/1/1, which is the earliest date allowed on windows + $a_time = mktime(intval($a_hour),intval($a_minute),intval($a_second),1,2,1970); + $b_time = mktime(intval($b_hour),intval($b_minute),intval($b_second),1,2,1970); + if($a_time == $b_time) + { + return 0; + } + elseif($a_time > $b_time) + { + return 1; + } + elseif($a_time < $b_time) + { + return -1; + } + } + + function makegmttime($hour,$minute,$second,$month,$day,$year) + { + return $this->gmtdate(mktime($hour, $minute, $second, $month, $day, $year)); + } + + function localdates($localtime) + { + $date = Array('raw','day','month','year','full','dow','dm','bd'); + $date['raw'] = $localtime; + $date['year'] = intval($GLOBALS['phpgw']->common->show_date($date['raw'],'Y')); + $date['month'] = intval($GLOBALS['phpgw']->common->show_date($date['raw'],'m')); + $date['day'] = intval($GLOBALS['phpgw']->common->show_date($date['raw'],'d')); + $date['full'] = intval($GLOBALS['phpgw']->common->show_date($date['raw'],'Ymd')); + $date['bd'] = mktime(0,0,0,$date['month'],$date['day'],$date['year']); + $date['dm'] = intval($GLOBALS['phpgw']->common->show_date($date['raw'],'dm')); + $date['dow'] = $this->day_of_week($date['year'],$date['month'],$date['day']); + $date['hour'] = intval($GLOBALS['phpgw']->common->show_date($date['raw'],'H')); + $date['minute'] = intval($GLOBALS['phpgw']->common->show_date($date['raw'],'i')); + $date['second'] = intval($GLOBALS['phpgw']->common->show_date($date['raw'],'s')); + + return $date; + } + + function gmtdate($localtime) + { + return $this->localdates($localtime - $this->tz_offset); + } + + /** + * Convert a date from one format to another + * + * @param string $date Date in source format representation + * @param string $formatSource Format of the passed date + * @param string $formatTarget Target date format + * @return string Date in target format representation + */ + function convertDate($date, $formatSource, $formatTarget) + { + // get format separator character + $formatSourceSepChar = substr($formatSource,1,1); + $formatSourceArray = explode($formatSourceSepChar, $formatSource); + $dateSourceArray = explode($formatSourceSepChar, $date); + + $keyNum = count($formatSourceArray); + $valNum = count($dateSourceArray); + if($keyNum != $valNum) + { + return false; + } + + $map_date = array(); + for($i=0; $i<$keyNum; $i++) + { + $key = $formatSourceArray[$i]; + $val = $dateSourceArray[$i]; + + if($key == 'M') + { + for($j=1; $j <=12; $j++) + { + if(date('M',mktime(0,0,0,$j,1,2000)) == $val) + { + $map_date['m'] = $j; + } + } + } + else + { + $map_date[strtolower($key)] = intval($val); + } + } + return date($formatTarget, mktime(0,0,0,$map_date['m'], $map_date['d'], $map_date['y'])); + } + + } +?> --- phpgroupware-0.9.16.011.orig/phpgwapi/inc/functions.inc.php +++ phpgroupware-0.9.16.011/phpgwapi/inc/functions.inc.php @@ -297,7 +297,7 @@ print_debug('User ID',$login_id,'app'); $GLOBALS['phpgw']->accounts->accounts($login_id); $GLOBALS['phpgw']->preferences->preferences($login_id); - $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime'); + $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.phpgw_datetime'); } } /**************************************************************************\ @@ -312,7 +312,7 @@ $GLOBALS['phpgw']->redirect_link('/login.php','cd=10'); } - $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime'); + $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.phpgw_datetime'); /* A few hacker resistant constants that will be used throught the program */ define('PHPGW_TEMPLATE_DIR', ExecMethod('phpgwapi.phpgw.common.get_tpl_dir', 'phpgwapi')); @@ -456,7 +456,7 @@ if(!is_object($GLOBALS['phpgw']->datetime)) { - $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime'); + $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.phpgw_datetime'); } $GLOBALS['phpgw']->applications->read_installed_apps(); // to get translated app-titles --- phpgroupware-0.9.16.011.orig/setup/config.php +++ phpgroupware-0.9.16.011/setup/config.php @@ -113,7 +113,7 @@ if(@get_var('submit',Array('POST')) && @$newsettings && !$files_in_docroot) { - $datetime = CreateObject('phpgwapi.datetime'); + $datetime = CreateObject('phpgwapi.phpgw_datetime'); switch (intval($newsettings['daytime_port'])) { case 13: --- phpgroupware-0.9.16.011.orig/todo/inc/class.bo.inc.php +++ phpgroupware-0.9.16.011/todo/inc/class.bo.inc.php @@ -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) {