reverted: --- php-interbase-5.1.2/debian/php4-interbase.prerm +++ php-interbase-5.1.2.orig/debian/php4-interbase.prerm @@ -1,44 +0,0 @@ -#!/bin/sh - -set -e - -#DEBHELPER# - -if [ "$1" != "remove" ] && [ "$1" != "purge" ]; then - exit 0 -fi - -EXTENSIONRE="^[[:space:]]*extension[[:space:]]*=[[:space:]]*interbase\.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 Interbase - 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.interbaseremove - chown --reference=/etc/php4/$SAPI/php.ini \ - /etc/php4/$SAPI/php.ini.interbaseremove - chmod --reference=/etc/php4/$SAPI/php.ini \ - /etc/php4/$SAPI/php.ini.interbaseremove - mv /etc/php4/$SAPI/php.ini.interbaseremove \ - /etc/php4/$SAPI/php.ini - fi - db_fset php4/remove_extension seen false - fi -done - -exit 0 reverted: --- php-interbase-5.1.2/debian/php4-interbase.preinst +++ php-interbase-5.1.2.orig/debian/php4-interbase.preinst @@ -1,13 +0,0 @@ -#!/bin/sh - -set -e - -#DEBHELPER# - -if [ -L /usr/share/doc/php4-interbase ]; then - # We must be upgrading from a version that was previously - # built from the php4 source package - rm -f /usr/share/doc/php4-interbase -fi - -exit 0 reverted: --- php-interbase-5.1.2/debian/php4-interbase.postinst +++ php-interbase-5.1.2.orig/debian/php4-interbase.postinst @@ -1,28 +0,0 @@ -#!/bin/sh - -set -e - -# Source debconf library. -. /usr/share/debconf/confmodule - -#DEBHELPER# - -if [ "$1" != "configure" ]; then - exit 0 -fi - -EXTENSIONRE="^[[:space:]]*extension[[:space:]]*=[[:space:]]*interbase\.so" - -for SAPI in apache cgi apache2 cli -do - if [ -f /etc/php4/$SAPI/php.ini ]; then - db_get php4/extension_interbase_$SAPI - if [ "$RET" = "true" ] \ - && ! grep -q "$EXTENSIONRE" /etc/php4/$SAPI/php.ini - then - echo "extension=interbase.so" >> /etc/php4/$SAPI/php.ini - fi - fi -done - -exit 0 diff -u php-interbase-5.1.2/debian/rules php-interbase-5.1.2/debian/rules --- php-interbase-5.1.2/debian/rules +++ php-interbase-5.1.2/debian/rules @@ -29,14 +29,7 @@ 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: build-php5-stamp build-php5-stamp: configure-php5-stamp dh_testdir # Add here commands to compile the package. @@ -44,21 +37,7 @@ 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 *.c *.h interbase.dsp 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-interbase=shared,/usr - - touch configure-php4-stamp - +configure: configure-php5-stamp configure-php5-stamp: dh_testdir rm -rf build-php5 && mkdir build-php5 @@ -76,12 +55,12 @@ clean: dh_testdir dh_testroot - rm -f configure-php4-stamp configure-php5-stamp - rm -f build-php4-stamp build-php5-stamp + rm -f configure-php5-stamp + rm -f build-php5-stamp rm -f install-stamp # Add here commands to clean up after the build process. - rm -rf build-php4 build-php5 + rm -rf build-php5 dh_clean @@ -93,8 +72,6 @@ dh_installdirs # Add here commands to install the package into debian/php[45]-interbase. - (ext=`/usr/bin/php-config4 --extension-dir`;mkdir -p debian/php4-interbase/$${ext};install -m 644 -o root -g root build-php4/modules/interbase.so debian/php4-interbase/$${ext}/interbase.so;) - (ext=`/usr/bin/php-config5 --extension-dir`;mkdir -p debian/php5-interbase/$${ext};install -m 644 -o root -g root build-php5/modules/interbase.so debian/php5-interbase/$${ext}/interbase.so;) touch install-stamp @@ -129,12 +106,9 @@ # dh_makeshlibs # dh_perl dh_shlibdeps - echo "php:Depends=phpapi-`php-config4 --phpapi`" >> debian/php4-interbase.substvars echo "php:Depends=phpapi-`php-config5 --phpapi`" >> debian/php5-interbase.substvars dh_gencontrol - # Hack to make the php4 package have an epoch, like it always has: - dh_gencontrol -v -pphp4-interbase -u-v4:$(SOURCE_VERSION) dh_md5sums dh_builddeb reverted: --- php-interbase-5.1.2/debian/php4-interbase.config +++ php-interbase-5.1.2.orig/debian/php4-interbase.config @@ -1,32 +0,0 @@ -#!/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_interbase_$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:]]*interbase\.so" "/etc/php4/$SAPI/php.ini" - then - db_set php4/extension_interbase_$SAPI true - else - db_set php4/extension_interbase_$SAPI false - fi - fi - - db_subst php4/extension_interbase_$SAPI extname Interbase - db_subst php4/extension_interbase_$SAPI sapiconfig $SAPI - db_input low php4/extension_interbase_$SAPI || true - fi -done - -db_go diff -u php-interbase-5.1.2/debian/changelog php-interbase-5.1.2/debian/changelog --- php-interbase-5.1.2/debian/changelog +++ php-interbase-5.1.2/debian/changelog @@ -1,3 +1,18 @@ +php-interbase (5.1.2-1ubuntu0.1) gutsy-proposed; urgency=low + + * Do not build php4-interbase anymore (LP: #135695) + * debian/control: Removed php4-interbase + * debian/control: Changed DebianMaintainerField + * debian/po/POTFILES.in: removed php4-interbase.templates + * debian/control: removed Build-Depends on php4-dev + * debian/control: Build-Depend on firebird2.0-dev instead + of firebird2-dev, because it FTBFS with the latter + * debian/control: Standards-Version 3.7.2 + * Removed debian/php4-* + * Executed debconf-updatepo (according to lintian) + + -- dAniel hAhler Sun, 02 Sep 2007 18:52:49 +0200 + php-interbase (5.1.2-1) unstable; urgency=low * Initial release of out-of-tree build for both php4 and php5 reverted: --- php-interbase-5.1.2/debian/php4-interbase.templates +++ php-interbase-5.1.2.orig/debian/php4-interbase.templates @@ -1,15 +0,0 @@ -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. diff -u php-interbase-5.1.2/debian/control php-interbase-5.1.2/debian/control --- php-interbase-5.1.2/debian/control +++ php-interbase-5.1.2/debian/control @@ -1,21 +1,11 @@ Source: php-interbase Section: web Priority: optional -Maintainer: Debian PHP Maintainers +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian PHP Maintainers Uploaders: Adam Conrad , Ondřej Surý , Christian Bayle -Build-Depends: debhelper (>= 4.2), firebird2-dev, php4-dev (>= 4:4.4.0-1), php5-dev (>= 5.1.1-1) -Standards-Version: 3.6.2 - -Package: php4-interbase -Architecture: any -Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends} -Description: interbase/firebird module for php4 - This package provides a module for interbase/firebird 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. +Build-Depends: debhelper (>= 4.2), firebird2.0-dev, php5-dev (>= 5.1.1-1) +Standards-Version: 3.7.2 Package: php5-interbase Architecture: any diff -u php-interbase-5.1.2/debian/po/ja.po php-interbase-5.1.2/debian/po/ja.po --- php-interbase-5.1.2/debian/po/ja.po +++ php-interbase-5.1.2/debian/po/ja.po @@ -14,8 +14,8 @@ 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" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2003-11-29 08:34+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Japanese \n" @@ -25,49 +25,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.templates:4 -msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" -msgstr "${extname} /etc/php4/${sapiconfig}/php.ini ɲäޤ?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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-interbase.templates:12 -msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" -msgstr "${extname} /etc/php4/${sapiconfig}/php.ini ޤ?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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-interbase.templates:4 +#: ../php5-interbase.templates:1001 msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" msgstr "${extname} /etc/php5/${sapiconfig}/php.ini ɲäޤ?" #. Type: boolean #. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -79,13 +43,13 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" msgstr "${extname} /etc/php5/${sapiconfig}/php.ini ޤ?" #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -96,0 +61,24 @@ + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "${extname} /etc/php4/${sapiconfig}/php.ini ɲäޤ?" + +#~ 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 ꤬ͭˤʤäƤޤ󡣤γĥǽ򤹤ͭ" +#~ "ˤޤ?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "${extname} /etc/php4/${sapiconfig}/php.ini ޤ?" + +#~ 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 Ѥ褦Ȥ" +#~ "ݤˤ餯꤬ޤ" diff -u php-interbase-5.1.2/debian/po/sv.po php-interbase-5.1.2/debian/po/sv.po --- php-interbase-5.1.2/debian/po/sv.po +++ php-interbase-5.1.2/debian/po/sv.po @@ -16,73 +16,66 @@ -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\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" +"Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description -#: ../php4-interbase.templates:4 -msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" -msgstr "Ska ${extname} lggas till i /etc/php4/${sapiconfig}/php.ini?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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} std fr php4 och den r nnu inte aktiverad i konfigurationen fr ${sapiconfig} SAPI. Vill du aktivera den nu?" - -#. Type: boolean -#. Description -#: ../php4-interbase.templates:12 -msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" -msgstr "Ska ${extname} raderas frn /etc/php4/${sapiconfig}/php.ini?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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} stdet fr php4 och den r fortfarande aktiverad i konfigurationen fr ${sapiconfig} SAPI. Lmna den aktiverad kan skapa problem nr du anvnder PHP." - -#. Type: boolean -#. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" msgstr "Ska ${extname} lggas till i /etc/php5/${sapiconfig}/php.ini?" #. Type: boolean #. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 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} std fr php5 och den r nnu inte aktiverad i konfigurationen fr ${sapiconfig} SAPI. Vill du aktivera den nu?" +"Du installerar ${extname} std fr php5 och den r nnu inte aktiverad i " +"konfigurationen fr ${sapiconfig} SAPI. Vill du aktivera den nu?" #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" msgstr "Ska ${extname} raderas frn /etc/php5/${sapiconfig}/php.ini?" #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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} stdet fr php5 och den r fortfarande aktiverad i konfigurationen fr ${sapiconfig} SAPI. Lmna den aktiverad kan skapa problem nr du anvnder PHP." - +"Du tar bort ${extname} stdet fr php5 och den r fortfarande aktiverad i " +"konfigurationen fr ${sapiconfig} SAPI. Lmna den aktiverad kan skapa " +"problem nr du anvnder PHP." + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "Ska ${extname} lggas till i /etc/php4/${sapiconfig}/php.ini?" + +#~ 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} std fr php4 och den r nnu inte aktiverad i " +#~ "konfigurationen fr ${sapiconfig} SAPI. Vill du aktivera den nu?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "Ska ${extname} raderas frn /etc/php4/${sapiconfig}/php.ini?" + +#~ 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} stdet fr php4 och den r fortfarande aktiverad i " +#~ "konfigurationen fr ${sapiconfig} SAPI. Lmna den aktiverad kan skapa " +#~ "problem nr du anvnder PHP." diff -u php-interbase-5.1.2/debian/po/de.po php-interbase-5.1.2/debian/po/de.po --- php-interbase-5.1.2/debian/po/de.po +++ php-interbase-5.1.2/debian/po/de.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: de\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2004-02-11 17:42+0100\n" "Last-Translator: Alwin Meschede \n" "Language-Team: \n" @@ -26,49 +26,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.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-interbase.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-interbase.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-interbase.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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -80,13 +44,13 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -97,0 +62,27 @@ + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "" +#~ "Soll ${extname} zu /etc/php4/${sapiconfig}/php.ini hinzugefügt werden?" + +#~ 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?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "" +#~ "Soll ${extname} aus /etc/php4/${sapiconfig}/php.ini entfernt werden?" + +#~ 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." diff -u php-interbase-5.1.2/debian/po/ru.po php-interbase-5.1.2/debian/po/ru.po --- php-interbase-5.1.2/debian/po/ru.po +++ php-interbase-5.1.2/debian/po/ru.po @@ -14,8 +14,8 @@ 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" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2005-05-22 22:35+1000\n" "Last-Translator: Yuriy Talakan' \n" "Language-Team: Russian \n" @@ -26,48 +26,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.templates:4 -msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" -msgstr "Добавить ${extname} в /etc/php4/${sapiconfig}/php.ini?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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-interbase.templates:12 -msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" -msgstr "Удалить ${extname} из /etc/php4/${sapiconfig}/php.ini?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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-interbase.templates:4 +#: ../php5-interbase.templates:1001 msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" msgstr "Добавить ${extname} в /etc/php5/${sapiconfig}/php.ini?" #. Type: boolean #. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -78,13 +43,13 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" msgstr "Удалить ${extname} из /etc/php5/${sapiconfig}/php.ini?" #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -95,0 +61,24 @@ + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "Добавить ${extname} в /etc/php4/${sapiconfig}/php.ini?" + +#~ 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. Хотите разрешить это расширение " +#~ "сейчас?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "Удалить ${extname} из /etc/php4/${sapiconfig}/php.ini?" + +#~ 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." diff -u php-interbase-5.1.2/debian/po/tr.po php-interbase-5.1.2/debian/po/tr.po --- php-interbase-5.1.2/debian/po/tr.po +++ php-interbase-5.1.2/debian/po/tr.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: php5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2004-06-06 05:40+0300\n" "Last-Translator: Osman Yüksel \n" "Language-Team: Turkish \n" @@ -18,48 +18,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.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-interbase.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-interbase.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-interbase.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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -70,13 +35,13 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -87,0 +53,24 @@ + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "${extname}, /etc/php4/${sapiconfig}/php.ini'ye eklensin mi?" + +#~ 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?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "${extname}, /etc/php4/${sapiconfig}/php.ini'den çıkarılsın mı?" + +#~ 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." diff -u php-interbase-5.1.2/debian/po/da.po php-interbase-5.1.2/debian/po/da.po --- php-interbase-5.1.2/debian/po/da.po +++ php-interbase-5.1.2/debian/po/da.po @@ -14,8 +14,8 @@ 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" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2004-02-20 17:04+0100\n" "Last-Translator: Claus Hindsgaul \n" "Language-Team: Danish \n" @@ -27,49 +27,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.templates:4 -msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" -msgstr "Skal ${extname} tilfjes i /etc/php4/${sapiconfig}/php.ini?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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 understttelse for ${extname} i php4, og den er " -"endnu ikke aktiveret i opstningen for ${sapiconfig}-SAPI'en. nsker du at " -"aktivere denne udvidelse nu?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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-interbase.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 understttelse for ${extname} i php4, og den er stadig " -"aktiveret i opstningen for ${sapiconfig}-SAPI'en. Hvis du lader det vre, " -"vi du sikkert f problemer med at bruge PHP." - -#. Type: boolean -#. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" msgstr "Skal ${extname} tilfjes i /etc/php5/${sapiconfig}/php.ini?" #. Type: boolean #. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -81,13 +45,13 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -98,0 +63,24 @@ + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "Skal ${extname} tilfjes i /etc/php4/${sapiconfig}/php.ini?" + +#~ 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 understttelse for ${extname} i php4, og den er " +#~ "endnu ikke aktiveret i opstningen for ${sapiconfig}-SAPI'en. nsker du " +#~ "at aktivere denne udvidelse nu?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "Skal ${extname} fjernes fra /etc/php4/${sapiconfig}/php.ini?" + +#~ 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 understttelse for ${extname} i php4, og den er " +#~ "stadig aktiveret i opstningen for ${sapiconfig}-SAPI'en. Hvis du lader " +#~ "det vre, vi du sikkert f problemer med at bruge PHP." diff -u php-interbase-5.1.2/debian/po/ca.po php-interbase-5.1.2/debian/po/ca.po --- php-interbase-5.1.2/debian/po/ca.po +++ php-interbase-5.1.2/debian/po/ca.po @@ -8,8 +8,8 @@ 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" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2004-01-31 19:46GMT\n" "Last-Translator: Aleix Badia i Bosch \n" "Language-Team: Debian L10n Catalan \n" @@ -19,50 +19,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.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-interbase.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-interbase.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-interbase.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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -74,14 +37,14 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -92,0 +56,26 @@ + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "" +#~ "Voleu afegir l'extensió ${extname} a /etc/php4/${sapiconfig}/php.ini?" + +#~ 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ó?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "" +#~ "Voleu suprimir l'extensió ${extname} de /etc/php4/${sapiconfig}/php.ini?" + +#~ 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." diff -u php-interbase-5.1.2/debian/po/pt.po php-interbase-5.1.2/debian/po/pt.po --- php-interbase-5.1.2/debian/po/pt.po +++ php-interbase-5.1.2/debian/po/pt.po @@ -3,8 +3,8 @@ 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" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2005-04-17 14:05+0000\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -14,49 +14,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.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-interbase.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-interbase.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-interbase.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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -68,13 +32,13 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -85,0 +50,24 @@ + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "Deve ${extname} ser adicionado a /etc/php4/${sapiconfig}/php.ini?" + +#~ 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?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "Deve ${extname} ser removido de /etc/php4/${sapiconfig}/php.ini?" + +#~ 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." diff -u php-interbase-5.1.2/debian/po/templates.pot php-interbase-5.1.2/debian/po/templates.pot --- php-interbase-5.1.2/debian/po/templates.pot +++ php-interbase-5.1.2/debian/po/templates.pot @@ -1,22 +1,14 @@ -# -# 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. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,43 +18,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.templates:4 -msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" -msgstr "" - -#. Type: boolean -#. Description -#: ../php4-interbase.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-interbase.templates:12 -msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" -msgstr "" - -#. Type: boolean -#. Description -#: ../php4-interbase.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-interbase.templates:4 +#: ../php5-interbase.templates:1001 msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" msgstr "" #. Type: boolean #. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -71,13 +33,13 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" msgstr "" #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " diff -u php-interbase-5.1.2/debian/po/vi.po php-interbase-5.1.2/debian/po/vi.po --- php-interbase-5.1.2/debian/po/vi.po +++ php-interbase-5.1.2/debian/po/vi.po @@ -5,8 +5,8 @@ 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" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2005-07-04 14:05+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -18,50 +18,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.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-interbase.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ạn đang cài đặt cách hỗ trợ «${extname}» cho PHP4, nhưng mà nó chưa " -"bật trong cấu hình cho SAPI «${sapiconfig}». Bạn có muốn hiệu lực phần mở " -"rộng này ngay bây giờ không?" - -#. Type: boolean -#. Description -#: ../php4-interbase.templates:12 -msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" -msgstr "" -"Có nên loại bỏ «${extname}» ra «/etc/php4/${sapiconfig}/php.ini» không?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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ạn đang loại bỏ cách hỗ trợ «${extname}» ra PHP4, nhưng mà nó vẫn " -"còn bật trong cấu hình cho SAPI «${sapiconfig}». Nếu bạn không vô hiệu hóa " -"nó, rất có thể gây ra lỗi trong khi cố sử dụng PHP." - -#. Type: boolean -#. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -73,14 +36,14 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?" msgstr "" "Có nên loại bỏ «${extname}» ra «/etc/php5/${sapiconfig}/php.ini» không?" #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -91,0 +55,26 @@ + +#~ 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?" + +#~ 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ạn đang cài đặt cách hỗ trợ «${extname}» cho PHP4, nhưng mà nó " +#~ "chưa bật trong cấu hình cho SAPI «${sapiconfig}». Bạn có muốn hiệu lực " +#~ "phần mở rộng này ngay bây giờ không?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "" +#~ "Có nên loại bỏ «${extname}» ra «/etc/php4/${sapiconfig}/php.ini» không?" + +#~ 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ạn đang loại bỏ cách hỗ trợ «${extname}» ra PHP4, nhưng mà nó " +#~ "vẫn còn bật trong cấu hình cho SAPI «${sapiconfig}». Nếu bạn không vô " +#~ "hiệu hóa nó, rất có thể gây ra lỗi trong khi cố sử dụng PHP." diff -u php-interbase-5.1.2/debian/po/POTFILES.in php-interbase-5.1.2/debian/po/POTFILES.in --- php-interbase-5.1.2/debian/po/POTFILES.in +++ php-interbase-5.1.2/debian/po/POTFILES.in @@ -1,2 +1 @@ -[type: gettext/rfc822deb] php4-interbase.templates [type: gettext/rfc822deb] php5-interbase.templates diff -u php-interbase-5.1.2/debian/po/nl.po php-interbase-5.1.2/debian/po/nl.po --- php-interbase-5.1.2/debian/po/nl.po +++ php-interbase-5.1.2/debian/po/nl.po @@ -14,8 +14,8 @@ 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" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2003-11-14 15:42+0100\n" "Last-Translator: Tim Dijkstra \n" "Language-Team: Debian l10n Dutch \n" @@ -25,51 +25,14 @@ #. Type: boolean #. Description -#: ../php4-interbase.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-interbase.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-interbase.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-interbase.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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -81,13 +44,13 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -98,0 +62,26 @@ + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "" +#~ "Dient ${extname} te worden toegevoegd aan /etc/php4/${sapiconfig}/php.ini?" + +#~ 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?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "" +#~ "Moet ${extname} worden verwijderd uit /etc/php4/${sapiconfig}/php.ini?" + +#~ 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." diff -u php-interbase-5.1.2/debian/po/es.po php-interbase-5.1.2/debian/po/es.po --- php-interbase-5.1.2/debian/po/es.po +++ php-interbase-5.1.2/debian/po/es.po @@ -21,8 +21,8 @@ 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" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2004-02-14 12:35+0100\n" "Last-Translator: Carlos Valdivia Yage \n" "Language-Team: Debian L10n Spanish Team \n" "Language-Team: French \n" @@ -23,50 +23,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.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-interbase.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 active dans la configuration ${sapiconfig} SAPI. Souhaitez-vous que " -"cette extension soit active maintenant?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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-interbase.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 " -"active dans la configuration ${sapiconfig} SAPI. Si vous laissez cela en " -"l'tat, vous aurez sans doute des problmes lorsque vous essayerez " -"d'utiliser PHP." - -#. Type: boolean -#. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -78,13 +41,13 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -96,0 +60,25 @@ + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "Faut-il ajouter ${extname} /etc/php4/${sapiconfig}/php.ini?" + +#~ 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 active dans la configuration ${sapiconfig} SAPI. Souhaitez-vous " +#~ "que cette extension soit active maintenant?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "Faut-il supprimer ${extname} dans /etc/php4/${sapiconfig}/php.ini?" + +#~ 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 " +#~ "active dans la configuration ${sapiconfig} SAPI. Si vous laissez cela en " +#~ "l'tat, vous aurez sans doute des problmes lorsque vous essayerez " +#~ "d'utiliser PHP." diff -u php-interbase-5.1.2/debian/po/pt_BR.po php-interbase-5.1.2/debian/po/pt_BR.po --- php-interbase-5.1.2/debian/po/pt_BR.po +++ php-interbase-5.1.2/debian/po/pt_BR.po @@ -14,8 +14,8 @@ 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" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2003-08-24 21:44-0300\n" "Last-Translator: Andr Lus Lopes \n" "Language-Team: Debian-BR Project \n" @@ -25,50 +25,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.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-interbase.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 no " -"est habilitado para a configurao SAPI ${sapiconfig}. Voc deseja que essa " -"extenso seja habilitada agora ?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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-interbase.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 configurao SAPI ${sapiconfig}. Mant-lo onde " -"est atualmente provavelmente ir causar problemas quando voc tentar usar o " -"PHP." - -#. Type: boolean -#. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 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-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -80,13 +43,13 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -98,0 +62,25 @@ + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "${extname} deve ser adicionado a /etc/php4/${sapiconfig}/php.ini ?" + +#~ 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 " +#~ "no est habilitado para a configurao SAPI ${sapiconfig}. Voc deseja " +#~ "que essa extenso seja habilitada agora ?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "${extname} deve ser removido de /etc/php4/${sapiconfig}/php.ini ?" + +#~ 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 configurao SAPI ${sapiconfig}. Mant-lo onde " +#~ "est atualmente provavelmente ir causar problemas quando voc tentar " +#~ "usar o PHP." diff -u php-interbase-5.1.2/debian/po/cs.po php-interbase-5.1.2/debian/po/cs.po --- php-interbase-5.1.2/debian/po/cs.po +++ php-interbase-5.1.2/debian/po/cs.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: php5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-08-04 21:13+1000\n" +"Report-Msgid-Bugs-To: ubuntu-motu@lists.ubuntu.com\n" +"POT-Creation-Date: 2007-09-02 18:41+0200\n" "PO-Revision-Date: 2004-09-29 15:28+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -25,48 +25,13 @@ #. Type: boolean #. Description -#: ../php4-interbase.templates:4 -msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" -msgstr "M se ${extname} pidat do /etc/php4/${sapiconfig}/php.ini?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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 jet nen povolena v " -"konfiguraci pro ${sapiconfig} SAPI. Chcete povolit tento modul?" - -#. Type: boolean -#. Description -#: ../php4-interbase.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-interbase.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 "" -"Odstraujete podporu ${extname} pro php4, kter je stle povolena v " -"konfiguraci pro ${sapiconfig} SAPI. To me zpsobit problmy pi pouvn " -"PHP." - -#. Type: boolean -#. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?" msgstr "M se ${extname} pidat do /etc/php5/${sapiconfig}/php.ini?" #. Type: boolean #. Description -#: ../php5-interbase.templates:4 +#: ../php5-interbase.templates:1001 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 " @@ -77,13 +42,13 @@ #. Type: boolean #. Description -#: ../php5-interbase.templates:12 +#: ../php5-interbase.templates:2001 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-interbase.templates:12 +#: ../php5-interbase.templates:2001 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 " @@ -94,0 +60,23 @@ + +#~ msgid "Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "M se ${extname} pidat do /etc/php4/${sapiconfig}/php.ini?" + +#~ 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 jet nen povolena v " +#~ "konfiguraci pro ${sapiconfig} SAPI. Chcete povolit tento modul?" + +#~ msgid "Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?" +#~ msgstr "M se ${extname} odstranit z /etc/php4/${sapiconfig}/php.ini?" + +#~ 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 "" +#~ "Odstraujete podporu ${extname} pro php4, kter je stle povolena v " +#~ "konfiguraci pro ${sapiconfig} SAPI. To me zpsobit problmy pi " +#~ "pouvn PHP."