--- php-imap-5.1.2.orig/config.m4 +++ php-imap-5.1.2/config.m4 @@ -20,10 +20,11 @@ done ]) -dnl PHP_IMAP_TEST_BUILD(function, action-if-ok, action-if-not-ok, extra-libs) +dnl PHP_IMAP_TEST_BUILD(function, action-if-ok, action-if-not-ok [, extra-libs]) AC_DEFUN([PHP_IMAP_TEST_BUILD], [ - PHP_TEST_BUILD([$1], [$2], [$3], [$4], - [ + old_LIBS=$LIBS + LIBS="$4 $LIBS" + AC_TRY_RUN([ void mm_log(void){} void mm_dlog(void){} void mm_flags(void){} @@ -39,6 +40,17 @@ void mm_exists(void){} void mm_searched(void){} void mm_expunged(void){} + char $1(); + int main() { + $1(); + return 0; + } + ], [ + LIBS=$old_LIBS + $2 + ],[ + LIBS=$old_LIBS + $3 ]) ]) @@ -148,13 +160,13 @@ if test -r "$IMAP_DIR/c-client/c-client.a"; then ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1 - elif test -r "$IMAP_DIR/$PHP_LIBDIR/c-client.a"; then - ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1 + elif test -r "$IMAP_DIR/lib/c-client.a"; then + ln -s "$IMAP_DIR/lib/c-client.a" "$IMAP_DIR/lib/libc-client.a" >/dev/null 2>&1 fi for lib in c-client4 c-client imap; do IMAP_LIB=$lib - IMAP_LIB_CHK($PHP_LIBDIR) + IMAP_LIB_CHK(lib) IMAP_LIB_CHK(c-client) done @@ -176,7 +188,7 @@ AC_DEFINE(HAVE_IMAP_AUTH_GSS, 1, [ ]) ], [], $TST_LIBS) - AC_MSG_CHECKING(whether build with IMAP works) + AC_MSG_CHECKING(whether IMAP works) PHP_IMAP_TEST_BUILD(mail_newbody, [ AC_MSG_RESULT(yes) ], [ --- php-imap-5.1.2.orig/debian/changelog +++ php-imap-5.1.2/debian/changelog @@ -0,0 +1,45 @@ +php-imap (5.1.2-1build1) feisty; urgency=low + + * Rebuild to depend against phpapi-20060613 + + -- Vassilis Pandis Mon, 25 Dec 2006 16:44:31 +0200 + +php-imap (5.1.2-1) unstable; urgency=low + + * New upstream release, fixing ANOTHER crash in imap_mail_compose(), + this time when composing multipart, multiboundary, emails. + + -- Adam Conrad Wed, 18 Jan 2006 16:47:34 +1100 + +php-imap (5.1.1-2) unstable; urgency=low + + * Include Daniel Nylander's Swedish debconf translation (closes: #330757) + * Make lintian shut up about bashisms, by replacing "-a" with "] && [" + + -- Adam Conrad Sun, 8 Jan 2006 15:30:56 +1100 + +php-imap (5.1.1-1) unstable; urgency=low + + * New upstream release, fixing yet another crash in imap_mail_compose(). + * Bump php5-dev build-dep to (>= 5.1.1) to ensure we get the new phpapi. + + -- Adam Conrad Sun, 8 Jan 2006 02:46:00 +1100 + +php-imap (5.0.5-1) unstable; urgency=low + + * New upstream release, fixing a possible crash in imap_mail_compose(). + + -- Adam Conrad Mon, 12 Sep 2005 19:19:30 +1000 + +php-imap (5.0.4-1) unstable; urgency=low + + * Initial release, making up for removing imap from the php[45] sources. + * Use the config.m4 from the php4 version of the imap extension, because + the php4 "phpize" can't cope with one of the tests in the php5 version. + * Use a dirty dpkg-gencontrol hack to make sure php4-imap has an epoch. + * Make sure we get our docs in our own doc directory, instead of dumping + them in /usr/share/doc/php[45]-common, in case we're upgrading. + * Use the new php-config[45] --phpapi option, and build-depend on new + enough versions of php[45]-dev to make sure we have it available to us. + + -- Adam Conrad Fri, 29 Jul 2005 14:47:11 +1000 --- php-imap-5.1.2.orig/debian/copyright +++ php-imap-5.1.2/debian/copyright @@ -0,0 +1,78 @@ +This package was debianized by Adam Conrad on +Fri, 29 Jul 2005 15:19:18 +1000 + +It was downloaded from http://www.php.net/downloads.php + +Upstream Authors: The PHP group at www.php.net + +This extension is distributed under the terms of the PHP License, +version 3.0, as follows below. + +-------------------------------------------------------------------- + The PHP License, Version 3.0 +Copyright (c) 1999 - 2003 The PHP Group. All rights reserved. +-------------------------------------------------------------------- + +Redistribution and use in source and binary forms, with or without +modification, is permitted provided that the following conditions +are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + 3. The name "PHP" must not be used to endorse or promote products + derived from this software without prior written permission. For + written permission, please contact group@php.net. + + 4. Products derived from this software may not be called "PHP", nor + may "PHP" appear in their name, without prior written permission + from group@php.net. You may indicate that your software works in + conjunction with PHP by saying "Foo for PHP" instead of calling + it "PHP Foo" or "phpfoo" + + 5. The PHP Group may publish revised and/or new versions of the + license from time to time. Each version will be given a + distinguishing version number. + Once covered code has been published under a particular version + of the license, you may always continue to use it under the terms + of that version. You may also choose to use such covered code + under the terms of any subsequent version of the license + published by the PHP Group. No one other than the PHP Group has + the right to modify the terms applicable to covered code created + under this License. + + 6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes PHP, freely available from + ". + +THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND +ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP +DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------- + +This software consists of voluntary contributions made by many +individuals on behalf of the PHP Group. + +The PHP Group can be contacted via Email at group@php.net. + +For more information on the PHP Group and the PHP project, +please see . + +This product includes the Zend Engine, freely available at +. --- php-imap-5.1.2.orig/debian/control +++ php-imap-5.1.2/debian/control @@ -0,0 +1,30 @@ +Source: php-imap +Section: web +Priority: optional +Maintainer: Debian PHP Maintainers +Uploaders: Adam Conrad +Build-Depends: debhelper (>= 4.2), libc-client-dev, php4-dev (>= 4:4.4.0-1), php5-dev (>= 5.1.1-1) +Standards-Version: 3.6.2 + +Package: php4-imap +Architecture: any +Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends} +Description: IMAP module for php4 + This package provides a module for IMAP functions in PHP scripts. + . + PHP4 is an HTML-embedded scripting language. Much of its syntax is borrowed + from C, Java and Perl with a couple of unique PHP-specific features thrown + in. The goal of the language is to allow web developers to write + dynamically generated pages quickly. + +Package: php5-imap +Architecture: any +Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends} +Description: IMAP module for php5 + This package provides a module for IMAP functions in PHP scripts. + . + PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed + from C, Java and Perl with a couple of unique PHP-specific features thrown + in. The goal of the language is to allow web developers to write + dynamically generated pages quickly. + --- php-imap-5.1.2.orig/debian/php4-imap.prerm +++ php-imap-5.1.2/debian/php4-imap.prerm @@ -0,0 +1,44 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if [ "$1" != "remove" ] && [ "$1" != "purge" ]; then + exit 0 +fi + +EXTENSIONRE="^[[:space:]]*extension[[:space:]]*=[[:space:]]*imap\.so" + +. /usr/share/debconf/confmodule + +for SAPI in apache cgi apache2 cli +do + # Use the same question for all extensions, because it's only + # used once per package: right here. + if [ -f "/etc/php4/$SAPI/php.ini" ] \ + && grep -q "$EXTENSIONRE" /etc/php4/$SAPI/php.ini + then + db_set php4/remove_extension true + db_title "PHP" + db_subst php4/remove_extension extname IMAP + db_subst php4/remove_extension sapiconfig $SAPI + db_input low php4/remove_extension || true + db_go + + db_get php4/remove_extension + if [ "$RET" = "true" ]; then + grep -v "$EXTENSIONRE" < /etc/php4/$SAPI/php.ini \ + > /etc/php4/$SAPI/php.ini.imapremove + chown --reference=/etc/php4/$SAPI/php.ini \ + /etc/php4/$SAPI/php.ini.imapremove + chmod --reference=/etc/php4/$SAPI/php.ini \ + /etc/php4/$SAPI/php.ini.imapremove + mv /etc/php4/$SAPI/php.ini.imapremove \ + /etc/php4/$SAPI/php.ini + fi + db_fset php4/remove_extension seen false + fi +done + +exit 0 --- php-imap-5.1.2.orig/debian/php4-imap.templates +++ php-imap-5.1.2/debian/php4-imap.templates @@ -0,0 +1,15 @@ +Template: php4/add_extension +Type: boolean +Default: true +_Description: Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini? + You are installing ${extname} support for php4, and it is not yet enabled + in the configuration for the ${sapiconfig} SAPI. Do you want this + extension to be enabled now? + +Template: php4/remove_extension +Type: boolean +Default: true +_Description: Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini? + You are removing ${extname} support for php4, but it is still enabled in + the configuration for the ${sapiconfig} SAPI. Leaving this in place will + probably cause problems when trying to use PHP. --- php-imap-5.1.2.orig/debian/rules +++ php-imap-5.1.2/debian/rules @@ -0,0 +1,146 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 by Joey Hess. +# +# This version is for a hypothetical package that builds an +# architecture-dependant package, as well as an architecture-independent +# package. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +SOURCE_VERSION = $(shell dpkg-parsechangelog | grep ^Version | sed "s/Version: //") + +CFLAGS = -O2 -Wall -fno-strict-aliasing + +# Enable IEEE-conformant floating point math on alphas (not the default) +ifeq (alpha-linux-gnu,$(DEB_HOST_GNU_TYPE)) + CFLAGS += -mieee +endif + +ifeq ($(DEB_HOST_GNU_TYPE), $(findstring $(DEB_HOST_GNU_TYPE), ia64-linux-gnu powerpc64-linux-gnu)) + CFLAGS += -g +else + CFLAGS += -gstabs +endif + +build: build-php4-stamp build-php5-stamp +build-php4-stamp: configure-php4-stamp + dh_testdir + # Add here commands to compile the package. + cd build-php4 && $(MAKE) CFLAGS="$(CFLAGS)" + + touch build-php4-stamp + +build-php5-stamp: configure-php5-stamp + dh_testdir + # Add here commands to compile the package. + cd build-php5 && $(MAKE) CFLAGS="$(CFLAGS)" + + touch build-php5-stamp + +configure: configure-php4-stamp configure-php5-stamp +configure-php4-stamp: + dh_testdir + rm -rf build-php4 && mkdir build-php4 + cp config.m4 imap.dsp php_imap.c php_imap.h build-php4/ + -cd build-php4 && phpize4 + cd build-php4 && ./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \ + --prefix=/usr \ + --with-php-config=/usr/bin/php-config4 \ + --disable-rpath \ + --disable-static \ + --with-imap=shared,/usr \ + --with-kerberos=/usr \ + --with-imap-ssl PHP_OPENSSL="yes" + + touch configure-php4-stamp + +configure-php5-stamp: + dh_testdir + rm -rf build-php5 && mkdir build-php5 + cp config.m4 imap.dsp php_imap.c php_imap.h build-php5/ + -cd build-php5 && phpize5 + cd build-php5 && ./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \ + --prefix=/usr \ + --with-php-config=/usr/bin/php-config5 \ + --disable-rpath \ + --disable-static \ + --with-imap=shared,/usr \ + --with-kerberos=/usr \ + --with-imap-ssl PHP_OPENSSL="yes" + + touch configure-php5-stamp + +clean: + dh_testdir + dh_testroot + rm -f configure-php4-stamp configure-php5-stamp + rm -f build-php4-stamp build-php5-stamp + rm -f install-stamp + + # Add here commands to clean up after the build process. + rm -rf build-php4 build-php5 + + dh_clean + +install: DH_OPTIONS= +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/php[45]-imap. + (ext=`/usr/bin/php-config4 --extension-dir`;mkdir -p debian/php4-imap/$${ext};install -m 644 -o root -g root build-php4/modules/imap.so debian/php4-imap/$${ext}/imap.so;) + + (ext=`/usr/bin/php-config5 --extension-dir`;mkdir -p debian/php5-imap/$${ext};install -m 644 -o root -g root build-php5/modules/imap.so debian/php5-imap/$${ext}/imap.so;) + + touch install-stamp + +# Build architecture-independent files here. +binary-indep: + +# Build architecture-dependent files here. +binary-arch: DH_OPTIONS= +binary-arch: build install + # Need this version of debhelper for DH_OPTIONS to work. + dh_testdir + dh_testroot + dh_installdebconf + dh_installdocs + +# dh_installexamples +# dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installinit +# dh_installcron +# dh_installmanpages +# dh_installinfo +# dh_undocumented + dh_installchangelogs + dh_strip + dh_link + dh_compress + dh_fixperms + dh_installdeb +# dh_makeshlibs +# dh_perl + dh_shlibdeps + echo "php:Depends=phpapi-`php-config4 --phpapi`" >> debian/php4-imap.substvars + echo "php:Depends=phpapi-`php-config5 --phpapi`" >> debian/php5-imap.substvars + + dh_gencontrol + # Hack to make the php4 package have an epoch, like it always has: + dh_gencontrol -v -pphp4-imap -u-v4:$(SOURCE_VERSION) + dh_md5sums + dh_builddeb + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary install configure --- php-imap-5.1.2.orig/debian/php4-imap.postinst +++ php-imap-5.1.2/debian/php4-imap.postinst @@ -0,0 +1,28 @@ +#!/bin/sh + +set -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +#DEBHELPER# + +if [ "$1" != "configure" ]; then + exit 0 +fi + +EXTENSIONRE="^[[:space:]]*extension[[:space:]]*=[[:space:]]*imap\.so" + +for SAPI in apache cgi apache2 cli +do + if [ -f /etc/php4/$SAPI/php.ini ]; then + db_get php4/extension_imap_$SAPI + if [ "$RET" = "true" ] \ + && ! grep -q "$EXTENSIONRE" /etc/php4/$SAPI/php.ini + then + echo "extension=imap.so" >> /etc/php4/$SAPI/php.ini + fi + fi +done + +exit 0 --- php-imap-5.1.2.orig/debian/po/sv.po +++ php-imap-5.1.2/debian/po/sv.po @@ -0,0 +1,88 @@ +# 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: php-imap 5.0.5-1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2005-09-29 19:05-0700\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" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "Ska ${extname} l鋑gas till i /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Du installerar ${extname} st鰀 f鰎 php4 och den 鋜 鋘nu inte aktiverad i konfigurationen f鰎 ${sapiconfig} SAPI. Vill du aktivera den nu?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "Ska ${extname} raderas fr錸 /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Du tar bort ${extname} st鰀et f鰎 php4 och den 鋜 fortfarande aktiverad i konfigurationen f鰎 ${sapiconfig} SAPI. L鋗na den aktiverad kan skapa problem n鋜 du anv鋘der PHP." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "Ska ${extname} l鋑gas till i /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Du installerar ${extname} st鰀 f鰎 php5 och den 鋜 鋘nu inte aktiverad i konfigurationen f鰎 ${sapiconfig} SAPI. Vill du aktivera den nu?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "Ska ${extname} raderas fr錸 /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Du tar bort ${extname} st鰀et f鰎 php5 och den 鋜 fortfarande aktiverad i konfigurationen f鰎 ${sapiconfig} SAPI. L鋗na den aktiverad kan skapa problem n鋜 du anv鋘der PHP." + --- php-imap-5.1.2.orig/debian/po/templates.pot +++ php-imap-5.1.2/debian/po/templates.pot @@ -0,0 +1,85 @@ +# +# 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-08-04 21:13+1000\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: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" --- php-imap-5.1.2.orig/debian/po/ca.po +++ php-imap-5.1.2/debian/po/ca.po @@ -0,0 +1,92 @@ +# php5 (debconf) translation to Catalan. +# Copyright (C) 2004 Free Software Foundation, Inc. +# Aleix Badia i Bosch , 2004 +# Josep Lladonosa i Capell , 2004 +# Steve Langasek , 2004 +# Jordi Mallach , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: php5_4:4.3.3-5_templates\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2004-01-31 19:46GMT\n" +"Last-Translator: Aleix Badia i Bosch \n" +"Language-Team: Debian L10n Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "Voleu afegir l'extensi贸 ${extname} a /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Esteu instal路lant el suport de ${extname} per a php4 i encara no est脿 " +"habilitat a la configuraci贸 per al SAPI ${sapiconfig}. Voleu habilitar " +"aquesta extensi贸?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "" +"Voleu suprimir l'extensi贸 ${extname} de /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"S'est脿 suprimint el suport de l'extensi贸 ${extname} per a php4 per貌 continua " +"habilitat a la configuraci贸 per al SAPI ${sapiconfig}. Si ho deixeu activat " +"pot provocar problemes a l'intentar utilitzar el php." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "Voleu afegir l'extensi贸 ${extname} a /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Esteu instal路lant el suport de ${extname} per a php5 i encara no est脿 " +"habilitat a la configuraci贸 per al SAPI ${sapiconfig}. Voleu habilitar " +"aquesta extensi贸?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "" +"Voleu suprimir l'extensi贸 ${extname} de /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"S'est脿 suprimint el suport de l'extensi贸 ${extname} per a php5 per貌 continua " +"habilitat a la configuraci贸 per al SAPI ${sapiconfig}. Si ho deixeu activat " +"pot provocar problemes a l'intentar utilitzar el php." --- php-imap-5.1.2.orig/debian/po/cs.po +++ php-imap-5.1.2/debian/po/cs.po @@ -0,0 +1,94 @@ +# +# 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: php5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2004-09-29 15:28+0200\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "M se ${extname} p鴌dat do /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Instalujete podporu ${extname} pro php4, kter je箃 nen povolena v " +"konfiguraci pro ${sapiconfig} SAPI. Chcete povolit tento modul?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "M se ${extname} odstranit z /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Odstra騯jete podporu ${extname} pro php4, kter je st醠e povolena v " +"konfiguraci pro ${sapiconfig} SAPI. To me zp鵶obit probl閙y p鴌 pou卷v醤 " +"PHP." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "M se ${extname} p鴌dat do /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Instalujete podporu ${extname} pro php5, kter je箃 nen povolena v " +"konfiguraci pro ${sapiconfig} SAPI. Chcete povolit tento modul?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "M se ${extname} odstranit z /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Odstra騯jete podporu ${extname} pro php5, kter je st醠e povolena v " +"konfiguraci pro ${sapiconfig} SAPI. To me zp鵶obit probl閙y p鴌 pou卷v醤 " +"PHP." --- php-imap-5.1.2.orig/debian/po/da.po +++ php-imap-5.1.2/debian/po/da.po @@ -0,0 +1,98 @@ +# translation of php5_4:4.3.3-5_templates.po to Danish +# +# 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. +# Claus Hindsgaul , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: php5_4:4.3.3-5_templates\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2004-02-20 17:04+0100\n" +"Last-Translator: Claus Hindsgaul \n" +"Language-Team: Danish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "Skal ${extname} tilf鴍es i /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Du er ved at installere underst鴗telse for ${extname} i php4, og den er " +"endnu ikke aktiveret i ops鎡ningen for ${sapiconfig}-SAPI'en. 豱sker du at " +"aktivere denne udvidelse nu?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "Skal ${extname} fjernes fra /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Du er ved at fjerne underst鴗telse for ${extname} i php4, og den er stadig " +"aktiveret i ops鎡ningen for ${sapiconfig}-SAPI'en. Hvis du lader det v鎟e, " +"vi du sikkert f problemer med at bruge PHP." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "Skal ${extname} tilf鴍es i /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Du er ved at installere underst鴗telse for ${extname} i php5, og den er " +"endnu ikke aktiveret i ops鎡ningen for ${sapiconfig}-SAPI'en. 豱sker du at " +"aktivere denne udvidelse nu?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "Skal ${extname} fjernes fra /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Du er ved at fjerne underst鴗telse for ${extname} i php5, og den er stadig " +"aktiveret i ops鎡ningen for ${sapiconfig}-SAPI'en. Hvis du lader det v鎟e, " +"vi du sikkert f problemer med at bruge PHP." --- php-imap-5.1.2.orig/debian/po/de.po +++ php-imap-5.1.2/debian/po/de.po @@ -0,0 +1,97 @@ +# translation of php5 debconf messages to German +# +# 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. +# Alwin Meschede , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: de\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2004-02-11 17:42+0100\n" +"Last-Translator: Alwin Meschede \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.0.2\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "Soll ${extname} zu /etc/php4/${sapiconfig}/php.ini hinzugef眉gt werden?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Sie installieren ${extname}-Unterst眉tzung f眉r php4, und sie ist noch nicht " +"in der Konfiguration f眉r die ${sapiconfig} SAPI aktiviert. Soll diese " +"Erweiterung jetzt aktiviert werden?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "Soll ${extname} aus /etc/php4/${sapiconfig}/php.ini entfernt werden?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Sie entfernen ${extname}-Unterst眉tzung f眉r php4, aber sie ist immer noch in " +"der Konfiguration f眉r die ${sapiconfig} SAPI aktiviert. Dies so zu belassen " +"kann m枚glicherweise Probleme bei der Verwendung von PHP verursachen." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "Soll ${extname} zu /etc/php5/${sapiconfig}/php.ini hinzugef眉gt werden?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Sie installieren ${extname}-Unterst眉tzung f眉r php5, und sie ist noch nicht " +"in der Konfiguration f眉r die ${sapiconfig} SAPI aktiviert. Soll diese " +"Erweiterung jetzt aktiviert werden?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "Soll ${extname} aus /etc/php5/${sapiconfig}/php.ini entfernt werden?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Sie entfernen ${extname}-Unterst眉tzung f眉r php5, aber sie ist immer noch in " +"der Konfiguration f眉r die ${sapiconfig} SAPI aktiviert. Dies so zu belassen " +"kann m枚glicherweise Probleme bei der Verwendung von PHP verursachen." --- php-imap-5.1.2.orig/debian/po/es.po +++ php-imap-5.1.2/debian/po/es.po @@ -0,0 +1,104 @@ +# php5 debconf translation to spanish +# Copyright (C) 2004 Software in the Public Interest +# This file is distributed under the same license as the php5 package. +# +# Changes: +# - Initial translation +# Carlos Valdivia Yag黣 , 2004 +# +# 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: php5 4.3.3-5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2004-02-14 12:35+0100\n" +"Last-Translator: Carlos Valdivia Yag黣 \n" +"Language-Team: Debian L10n Spanish Team \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "緿esea a馻dir ${extname} a /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Est a馻diendo soporte de ${extname} para php4 pero a鷑 no est activado en " +"la configuraci髇 para la ${sapiconfig} SAPI. 縌uiere activar la extensi髇 " +"ahora?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "縌uiere borrar ${extname} de /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Est quitando soporte de ${extname} para php4 pero a鷑 est activado en la " +"configuraci髇 de la ${sapiconfig} SAPI. Si lo deja as es muy posible que le " +"cause problemas al intentar usar PHP." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "緿esea a馻dir ${extname} a /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Est a馻diendo soporte de ${extname} para php5 pero a鷑 no est activado en " +"la configuraci髇 para la ${sapiconfig} SAPI. 縌uiere activar la extensi髇 " +"ahora?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "縌uiere borrar ${extname} de /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Est quitando soporte de ${extname} para php5 pero a鷑 est activado en la " +"configuraci髇 de la ${sapiconfig} SAPI. Si lo deja as es muy posible que le " +"cause problemas al intentar usar PHP." --- php-imap-5.1.2.orig/debian/po/fr.po +++ php-imap-5.1.2/debian/po/fr.po @@ -0,0 +1,96 @@ +# +# 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: php5_4:4.3.2+rc3-3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2003-08-24 09:07+0200\n" +"Last-Translator: Michel Grentzinger \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "Faut-il ajouter ${extname} /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Vous installez la gestion de ${extname} par php4 et celle-ci n'est pas " +"encore activ閑 dans la configuration ${sapiconfig} SAPI. Souhaitez-vous que " +"cette extension soit activ閑 maintenant?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "Faut-il supprimer ${extname} dans /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Vous supprimez la gestion de ${extname} par php4 mais elle est toujours " +"activ閑 dans la configuration ${sapiconfig} SAPI. Si vous laissez cela en " +"l'閠at, vous aurez sans doute des probl鑝es lorsque vous essayerez " +"d'utiliser PHP." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "Faut-il ajouter ${extname} /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Vous installez la gestion de ${extname} par php5 et celle-ci n'est pas " +"encore activ閑 dans la configuration ${sapiconfig} SAPI. Souhaitez-vous que " +"cette extension soit activ閑 maintenant?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "Faut-il supprimer ${extname} dans /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Vous supprimez la gestion de ${extname} par php5 mais elle est toujours " +"activ閑 dans la configuration ${sapiconfig} SAPI. Si vous laissez cela en " +"l'閠at, vous aurez sans doute des probl鑝es lorsque vous essayerez " +"d'utiliser PHP." --- php-imap-5.1.2.orig/debian/po/ja.po +++ php-imap-5.1.2/debian/po/ja.po @@ -0,0 +1,96 @@ +# +# 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: PHP for Debian 4.3.2+3rc3-2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2003-11-29 08:34+0900\n" +"Last-Translator: Kenshi Muto \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-JP\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "${extname} を /etc/php4/${sapiconfig}/php.ini に纳裁しますか?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"php4 への ${extname} 怠墙のサポ〖トをインスト〖ルしていますが、まだ " +"${sapiconfig} SAPI の肋年が铜跟になっていません。この橙磨怠墙をすぐに铜跟にし" +"ますか?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "${extname} を /etc/php4/${sapiconfig}/php.ini から猴近しますか?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"php4 への ${extname} 怠墙のサポ〖トを猴近していますが、まだ ${sapiconfig} " +"SAPI の肋年は铜跟になったままです。このままの眷圭、PHP を网脱しようとする狠に" +"おそらく啼玛が栏じます。" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "${extname} を /etc/php5/${sapiconfig}/php.ini に纳裁しますか?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"php5 への ${extname} 怠墙のサポ〖トをインスト〖ルしていますが、まだ " +"${sapiconfig} SAPI の肋年が铜跟になっていません。この橙磨怠墙をすぐに铜跟にし" +"ますか?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "${extname} を /etc/php5/${sapiconfig}/php.ini から猴近しますか?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"php5 への ${extname} 怠墙のサポ〖トを猴近していますが、まだ ${sapiconfig} " +"SAPI の肋年は铜跟になったままです。このままの眷圭、PHP を网脱しようとする狠に" +"おそらく啼玛が栏じます。" --- php-imap-5.1.2.orig/debian/po/nl.po +++ php-imap-5.1.2/debian/po/nl.po @@ -0,0 +1,98 @@ +# +# 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: php5 4:4.3.3-3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2003-11-14 15:42+0100\n" +"Last-Translator: Tim Dijkstra \n" +"Language-Team: Debian l10n Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "" +"Dient ${extname} te worden toegevoegd aan /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"U bent ${extname}-ondersteuning voor php4 aan het installeren, maar het is " +"nog niet geactiveerd in de configuratie van de ${sapiconfig}-SAPI. Wilt u " +"deze uitbreiding nu activeren?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "Moet ${extname} worden verwijderd uit /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"U bent ${extname}-ondersteuning voor php4 aan het verwijderen, maar het is " +"nog wel geactiveerd in de configuratie van de ${sapiconfig}-SAPI. Dit kan " +"problemen veroorzaken tijdens het gebruik van PHP." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "" +"Dient ${extname} te worden toegevoegd aan /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"U bent ${extname}-ondersteuning voor php5 aan het installeren, maar het is " +"nog niet geactiveerd in de configuratie van de ${sapiconfig}-SAPI. Wilt u " +"deze uitbreiding nu activeren?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "Moet ${extname} worden verwijderd uit /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"U bent ${extname}-ondersteuning voor php5 aan het verwijderen, maar het is " +"nog wel geactiveerd in de configuratie van de ${sapiconfig}-SAPI. Dit kan " +"problemen veroorzaken tijdens het gebruik van PHP." --- php-imap-5.1.2.orig/debian/po/POTFILES.in +++ php-imap-5.1.2/debian/po/POTFILES.in @@ -0,0 +1,2 @@ +[type: gettext/rfc822deb] php4-imap.templates +[type: gettext/rfc822deb] php5-imap.templates --- php-imap-5.1.2.orig/debian/po/pt_BR.po +++ php-imap-5.1.2/debian/po/pt_BR.po @@ -0,0 +1,98 @@ +# +# 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: php5_4.3.2+rc3-3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2003-08-24 21:44-0300\n" +"Last-Translator: Andr Lu韘 Lopes \n" +"Language-Team: Debian-BR Project \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "${extname} deve ser adicionado a /etc/php4/${sapiconfig}/php.ini ?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Voc est instalando o suporte a ${extname} para o php4 e o mesmo ainda n鉶 " +"est habilitado para a configura玢o SAPI ${sapiconfig}. Voc deseja que essa " +"extens鉶 seja habilitada agora ?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "${extname} deve ser removido de /etc/php4/${sapiconfig}/php.ini ?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Voc est removendo o suporte a ${extname} para o php4 e o mesmo ainda " +"continua habilitado para a configura玢o SAPI ${sapiconfig}. Mant-lo onde " +"est atualmente provavelmente ir causar problemas quando voc tentar usar o " +"PHP." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "${extname} deve ser adicionado a /etc/php5/${sapiconfig}/php.ini ?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Voc est instalando o suporte a ${extname} para o php5 e o mesmo ainda n鉶 " +"est habilitado para a configura玢o SAPI ${sapiconfig}. Voc deseja que essa " +"extens鉶 seja habilitada agora ?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "${extname} deve ser removido de /etc/php5/${sapiconfig}/php.ini ?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Voc est removendo o suporte a ${extname} para o php5 e o mesmo ainda " +"continua habilitado para a configura玢o SAPI ${sapiconfig}. Mant-lo onde " +"est atualmente provavelmente ir causar problemas quando voc tentar usar o " +"PHP." --- php-imap-5.1.2.orig/debian/po/pt.po +++ php-imap-5.1.2/debian/po/pt.po @@ -0,0 +1,85 @@ +# Portuguese translation for php5's debconf messages. +# 2005, Miguel Figueiredo +msgid "" +msgstr "" +"Project-Id-Version: php5 4:4.3.10-10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2005-04-17 14:05+0000\n" +"Last-Translator: Miguel Figueiredo \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "Deve ${extname} ser adicionado a /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Voc锚 est谩 a instalar suporte ${extname} para php4, e ainda n茫o est谩 activado " +"na configura莽茫o para SAPI ${sapiconfig}. Voc锚 deseja que esta exten莽茫o seja " +"activada agora?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "Deve ${extname} ser removido de /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Voc锚 est谩 a remover o suporte ${extname} para php4, mas ainda est谩 activado " +"na configura莽茫o para SAPI ${sapiconfig}. Deix谩-lo provavelmente pode causar " +"problemas quando tentar utilizar PHP." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "Deve ${extname} ser adicionado a /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Voc锚 est谩 a instalar suporte ${extname} para php5, e ainda n茫o est谩 activado " +"na configura莽茫o para SAPI ${sapiconfig}. Voc锚 deseja que esta exten莽茫o seja " +"activada agora?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "Deve ${extname} ser removido de /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Voc锚 est谩 a remover o suporte ${extname} para php5, mas ainda est谩 activado " +"na configura莽茫o para SAPI ${sapiconfig}. Deix谩-lo provavelmente pode causar " +"problemas quando tentar utilizar PHP." --- php-imap-5.1.2.orig/debian/po/ru.po +++ php-imap-5.1.2/debian/po/ru.po @@ -0,0 +1,95 @@ +# translation of php5_4:4.3.10-15_ru.po to Russian +# +# 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. +# Yuriy Talakan' , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: php5_4:4.3.10-15_ru\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2005-05-22 22:35+1000\n" +"Last-Translator: Yuriy Talakan' \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "袛芯斜邪胁懈褌褜 ${extname} 胁 /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"袙褘 褍褋褌邪薪邪胁谢懈胁邪械褌械 锌芯写写械褉卸泻褍 ${extname} 写谢褟 php4, 邪 芯薪邪 械褖械 薪械 褉邪蟹褉械褕械薪邪 胁 " +"薪邪褋褌褉芯泄泻邪褏 写谢褟 ${sapiconfig} SAPI. 啸芯褌懈褌械 褉邪蟹褉械褕懈褌褜 褝褌芯 褉邪褋褕懈褉械薪懈械 褋械泄褔邪褋?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "校写邪谢懈褌褜 ${extname} 懈蟹 /etc/php4/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"袙褘 褍写邪谢褟械褌械 锌芯写写械褉卸泻褍 ${extname} 写谢褟 php4, 邪 芯薪邪 胁褋褢 械褖褢 褉邪蟹褉械褕械薪邪 胁 " +"薪邪褋褌褉芯泄泻邪褏 写谢褟 ${sapiconfig} SAPI. 袝褋谢懈 芯褋褌邪胁懈褌褜 胁褋褢, 泻邪泻 械褋褌褜, 褌芯 胁芯蟹屑芯卸薪褘 " +"锌褉芯斜谢械屑褘 褋 PHP." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "袛芯斜邪胁懈褌褜 ${extname} 胁 /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"袙褘 褍褋褌邪薪邪胁谢懈胁邪械褌械 锌芯写写械褉卸泻褍 ${extname} 写谢褟 php5, 邪 芯薪邪 械褖械 薪械 褉邪蟹褉械褕械薪邪 胁 " +"薪邪褋褌褉芯泄泻邪褏 写谢褟 ${sapiconfig} SAPI. 啸芯褌懈褌械 褉邪蟹褉械褕懈褌褜 褝褌芯 褉邪褋褕懈褉械薪懈械 褋械泄褔邪褋?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "校写邪谢懈褌褜 ${extname} 懈蟹 /etc/php5/${sapiconfig}/php.ini?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"袙褘 褍写邪谢褟械褌械 锌芯写写械褉卸泻褍 ${extname} 写谢褟 php5, 邪 芯薪邪 胁褋褢 械褖褢 褉邪蟹褉械褕械薪邪 胁 " +"薪邪褋褌褉芯泄泻邪褏 写谢褟 ${sapiconfig} SAPI. 袝褋谢懈 芯褋褌邪胁懈褌褜 胁褋褢, 泻邪泻 械褋褌褜, 褌芯 胁芯蟹屑芯卸薪褘 " +"锌褉芯斜谢械屑褘 褋 PHP." --- php-imap-5.1.2.orig/debian/po/tr.po +++ php-imap-5.1.2/debian/po/tr.po @@ -0,0 +1,87 @@ +# Turkish translation of php5. +# This file is distributed under the same license as the php5 package. +# Osman Y眉ksel , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: php5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2004-06-06 05:40+0300\n" +"Last-Translator: Osman Y眉ksel \n" +"Language-Team: Turkish \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: KBabel 1.3.1\n" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "${extname}, /etc/php4/${sapiconfig}/php.ini'ye eklensin mi?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"Php4 i莽in ${extname} deste臒i kuruyorsunuz, ve bu hen眉z ${sapiconfig} SAPI " +"yap谋land谋rmas谋na eklenmemi艧. Bu uzant谋y谋 艧imdi etkinle艧tirmek ister misiniz?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "${extname}, /etc/php4/${sapiconfig}/php.ini'den 莽谋kar谋ls谋n m谋?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"Php4 i莽in ${extname} deste臒ini kald谋r谋yorsunuz, ancak bu h芒l芒 ${sapiconfig} " +"SAPI yap谋land谋rmas谋nda aktif duruma. Bunu b枚yle b谋rakmak ileride, PHP " +"kullanmaya 莽al谋艧谋rken sorunlara yol a莽abilir." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "${extname}, /etc/php5/${sapiconfig}/php.ini'ye eklensin mi?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"php5 i莽in ${extname} deste臒i kuruyorsunuz, ve bu hen眉z ${sapiconfig} SAPI " +"yap谋land谋rmas谋na eklenmemi艧. Bu uzant谋y谋 艧imdi etkinle艧tirmek ister misiniz?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "${extname}, /etc/php5/${sapiconfig}/php.ini'den 莽谋kar谋ls谋n m谋?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"php5 i莽in ${extname} deste臒ini kald谋r谋yorsunuz, ancak bu h芒l芒 ${sapiconfig} " +"SAPI yap谋land谋rmas谋nda aktif duruma. Bunu b枚yle b谋rakmak ileride, PHP " +"kullanmaya 莽al谋艧谋rken sorunlara yol a莽abilir." --- php-imap-5.1.2.orig/debian/po/vi.po +++ php-imap-5.1.2/debian/po/vi.po @@ -0,0 +1,91 @@ +# Vietnamese translation for php5. +# Copyright 漏 2005 Free Software Foundation, Inc. +# Clytie Siddall , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: php5 4/4.3.10-15\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"PO-Revision-Date: 2005-07-04 14:05+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: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +msgstr "C贸 n锚n th锚m 芦${extname}禄 v脿o 芦/etc/php4/${sapiconfig}/php.ini禄 kh么ng?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:4 +msgid "" +"You are installing ${extname} support for php4, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"L煤c n脿y b岷 膽ang c脿i 膽岷穞 c谩ch h峄 tr峄 芦${extname}禄 cho PHP4, nh瓢ng m脿 n贸 ch瓢a " +"b岷璽 trong c岷 h矛nh cho SAPI 芦${sapiconfig}禄. B岷 c贸 mu峄憂 hi峄噓 l峄眂 ph岷 m峄 " +"r峄檔g n脿y ngay b芒y gi峄 kh么ng?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +msgstr "" +"C贸 n锚n lo岷 b峄 芦${extname}禄 ra 芦/etc/php4/${sapiconfig}/php.ini禄 kh么ng?" + +#. Type: boolean +#. Description +#: ../php4-imap.templates:12 +msgid "" +"You are removing ${extname} support for php4, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"L煤c n脿y b岷 膽ang lo岷 b峄 c谩ch h峄 tr峄 芦${extname}禄 ra PHP4, nh瓢ng m脿 n贸 v岷玭 " +"c貌n b岷璽 trong c岷 h矛nh cho SAPI 芦${sapiconfig}禄. N岷縰 b岷 kh么ng v么 hi峄噓 h贸a " +"n贸, r岷 c贸 th峄 g芒y ra l峄梚 trong khi c峄 s峄 d峄g PHP." + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" +msgstr "C贸 n锚n th锚m 芦${extname}禄 v脿o 芦/etc/php5/${sapiconfig}/php.ini禄 kh么ng?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:4 +msgid "" +"You are installing ${extname} support for php5, and it is not yet enabled in " +"the configuration for the ${sapiconfig} SAPI. Do you want this extension to " +"be enabled now?" +msgstr "" +"L煤c n脿y b岷 膽ang c脿i 膽岷穞 c谩ch h峄 tr峄 芦${extname}禄 cho PHP5, nh瓢ng m脿 n贸 ch瓢a " +"b岷璽 trong c岷 h矛nh cho SAPI 芦${sapiconfig}禄. B岷 c贸 mu峄憂 hi峄噓 l峄眂 ph岷 m峄 " +"r峄檔g n脿y ngay b芒y gi峄 kh么ng?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" +msgstr "" +"C贸 n锚n lo岷 b峄 芦${extname}禄 ra 芦/etc/php5/${sapiconfig}/php.ini禄 kh么ng?" + +#. Type: boolean +#. Description +#: ../php5-imap.templates:12 +msgid "" +"You are removing ${extname} support for php5, but it is still enabled in the " +"configuration for the ${sapiconfig} SAPI. Leaving this in place will " +"probably cause problems when trying to use PHP." +msgstr "" +"L煤c n脿y b岷 膽ang lo岷 b峄 c谩ch h峄 tr峄 芦${extname}禄 ra PHP5, nh瓢ng m脿 n贸 v岷玭 " +"c貌n b岷璽 trong c岷 h矛nh cho SAPI 芦${sapiconfig}禄. N岷縰 b岷 kh么ng v么 hi峄噓 h贸a " +"n贸, r岷 c贸 th峄 g芒y ra l峄梚 trong khi c峄 s峄 d峄g PHP." --- php-imap-5.1.2.orig/debian/php4-imap.preinst +++ php-imap-5.1.2/debian/php4-imap.preinst @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if [ -L /usr/share/doc/php4-imap ]; then + # We must be upgrading from a version that was previously + # built from the php4 source package + rm -f /usr/share/doc/php4-imap +fi + +exit 0 --- php-imap-5.1.2.orig/debian/watch +++ php-imap-5.1.2/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.php.net/downloads.php /get/php-(5\.[0-9\.]*)\.tar\.gz/from/a/mirror --- php-imap-5.1.2.orig/debian/php4-imap.config +++ php-imap-5.1.2/debian/php4-imap.config @@ -0,0 +1,32 @@ +#!/bin/sh -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +db_title "PHP" + +for SAPI in apache cgi apache2 cli +do + # Skip this loop if the config file isn't there (yet). + if [ -f "/etc/php4/$SAPI/php.ini" ]; then + db_register php4/add_extension php4/extension_imap_$SAPI + + # FIXME: this is the wrong answer if the SAPI package was + # installed after the module was. + if [ -n "$2" ] && dpkg --compare-versions "$2" ge 4:4.3.2+rc3-2 + then + if grep -q "^[[:space:]]*extension[[:space:]]*=[[:space:]]*imap\.so" "/etc/php4/$SAPI/php.ini" + then + db_set php4/extension_imap_$SAPI true + else + db_set php4/extension_imap_$SAPI false + fi + fi + + db_subst php4/extension_imap_$SAPI extname IMAP + db_subst php4/extension_imap_$SAPI sapiconfig $SAPI + db_input low php4/extension_imap_$SAPI || true + fi +done + +db_go --- php-imap-5.1.2.orig/debian/php5-imap.config +++ php-imap-5.1.2/debian/php5-imap.config @@ -0,0 +1,32 @@ +#!/bin/sh -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +db_title "PHP" + +for SAPI in apache cgi apache2 cli +do + # Skip this loop if the config file isn't there (yet). + if [ -f "/etc/php5/$SAPI/php.ini" ]; then + db_register php5/add_extension php5/extension_imap_$SAPI + + # FIXME: this is the wrong answer if the SAPI package was + # installed after the module was. + if [ -n "$2" ] && dpkg --compare-versions "$2" ge 4:4.3.2+rc3-2 + then + if grep -q "^[[:space:]]*extension[[:space:]]*=[[:space:]]*imap\.so" "/etc/php5/$SAPI/php.ini" + then + db_set php5/extension_imap_$SAPI true + else + db_set php5/extension_imap_$SAPI false + fi + fi + + db_subst php5/extension_imap_$SAPI extname IMAP + db_subst php5/extension_imap_$SAPI sapiconfig $SAPI + db_input low php5/extension_imap_$SAPI || true + fi +done + +db_go --- php-imap-5.1.2.orig/debian/php5-imap.postinst +++ php-imap-5.1.2/debian/php5-imap.postinst @@ -0,0 +1,28 @@ +#!/bin/sh + +set -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +#DEBHELPER# + +if [ "$1" != "configure" ]; then + exit 0 +fi + +EXTENSIONRE="^[[:space:]]*extension[[:space:]]*=[[:space:]]*imap\.so" + +for SAPI in apache cgi apache2 cli +do + if [ -f /etc/php5/$SAPI/php.ini ]; then + db_get php5/extension_imap_$SAPI + if [ "$RET" = "true" ] \ + && ! grep -q "$EXTENSIONRE" /etc/php5/$SAPI/php.ini + then + echo "extension=imap.so" >> /etc/php5/$SAPI/php.ini + fi + fi +done + +exit 0 --- php-imap-5.1.2.orig/debian/php5-imap.prerm +++ php-imap-5.1.2/debian/php5-imap.prerm @@ -0,0 +1,44 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if [ "$1" != "remove" ] && [ "$1" != "purge" ]; then + exit 0 +fi + +EXTENSIONRE="^[[:space:]]*extension[[:space:]]*=[[:space:]]*imap\.so" + +. /usr/share/debconf/confmodule + +for SAPI in apache cgi apache2 cli +do + # Use the same question for all extensions, because it's only + # used once per package: right here. + if [ -f "/etc/php5/$SAPI/php.ini" ] \ + && grep -q "$EXTENSIONRE" /etc/php5/$SAPI/php.ini + then + db_set php5/remove_extension true + db_title "PHP" + db_subst php5/remove_extension extname IMAP + db_subst php5/remove_extension sapiconfig $SAPI + db_input low php5/remove_extension || true + db_go + + db_get php5/remove_extension + if [ "$RET" = "true" ]; then + grep -v "$EXTENSIONRE" < /etc/php5/$SAPI/php.ini \ + > /etc/php5/$SAPI/php.ini.imapremove + chown --reference=/etc/php5/$SAPI/php.ini \ + /etc/php5/$SAPI/php.ini.imapremove + chmod --reference=/etc/php5/$SAPI/php.ini \ + /etc/php5/$SAPI/php.ini.imapremove + mv /etc/php5/$SAPI/php.ini.imapremove \ + /etc/php5/$SAPI/php.ini + fi + db_fset php5/remove_extension seen false + fi +done + +exit 0 --- php-imap-5.1.2.orig/debian/php5-imap.templates +++ php-imap-5.1.2/debian/php5-imap.templates @@ -0,0 +1,15 @@ +Template: php5/add_extension +Type: boolean +Default: true +_Description: Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini? + You are installing ${extname} support for php5, and it is not yet enabled + in the configuration for the ${sapiconfig} SAPI. Do you want this + extension to be enabled now? + +Template: php5/remove_extension +Type: boolean +Default: true +_Description: Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini? + You are removing ${extname} support for php5, but it is still enabled in + the configuration for the ${sapiconfig} SAPI. Leaving this in place will + probably cause problems when trying to use PHP. --- php-imap-5.1.2.orig/debian/compat +++ php-imap-5.1.2/debian/compat @@ -0,0 +1 @@ +4 --- php-imap-5.1.2.orig/debian/php5-imap.preinst +++ php-imap-5.1.2/debian/php5-imap.preinst @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if [ -L /usr/share/doc/php5-imap ]; then + # We must be upgrading from a version that was previously + # built from the php5 source package + rm -f /usr/share/doc/php5-imap +fi + +exit 0