steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/po de_DE.po, 1.1.1.1, 1.2 horde.pot, 1.1.1.1, 1.2 translation.php, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Tue May 3 04:11:27 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/po
In directory doto:/tmp/cvs-serv2944/kolab-resource-handlers/fbview/fbview/po

Modified Files:
	de_DE.po horde.pot translation.php 
Log Message:
Fix for Issue231 (german text in fbview) + performance improvements for kolabfilter

Index: de_DE.po
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/po/de_DE.po,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- de_DE.po	11 Jun 2004 10:51:00 -0000	1.1.1.1
+++ de_DE.po	3 May 2005 02:11:25 -0000	1.2
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: Horde 3.0-cvs\n"
 "Report-Msgid-Bugs-To: dev at lists.horde.org\n"
-"POT-Creation-Date: 2004-05-18 11:52+0200\n"
+"POT-Creation-Date: 2005-05-03 03:04+0200\n"
 "PO-Revision-Date: 2004-05-18 13:05+0200\n"
 "Last-Translator: Jan Schneider <jan at horde.org>\n"
 "Language-Team: German <i18n at lists.horde.org>\n"
@@ -14,14 +14,14 @@
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
[...4282 lines suppressed...]
 msgid "unnamed"
 msgstr "unbenannt"
 
-#: po/translation.php:355
+#: po/translation.php:361
 msgid "updated"
 msgstr "aktualisiert"
 
@@ -7533,10 +7560,6 @@
 msgid "vCard"
 msgstr "vCard"
 
-#: framework/UI/UI/VarRenderer/html.php:193
+#: framework/UI/UI/VarRenderer/html.php:211
 msgid "w:"
 msgstr "b:"
-
-#: config/registry.php.dist:627
-msgid "weather.com"
-msgstr "weather.com"

Index: horde.pot
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/po/horde.pot,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- horde.pot	11 Jun 2004 10:51:05 -0000	1.1.1.1
+++ horde.pot	3 May 2005 02:11:25 -0000	1.2
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: dev at lists.horde.org\n"
-"POT-Creation-Date: 2004-04-29 21:23+0200\n"
+"POT-Creation-Date: 2005-05-03 03:04+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,151 +16,151 @@
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
[...5149 lines suppressed...]
 msgid "unnamed"
 msgstr ""
 
-#: po/translation.php:355
+#: po/translation.php:361
 msgid "updated"
 msgstr ""
 
@@ -7232,10 +7312,6 @@
 msgid "vCard"
 msgstr ""
 
-#: framework/UI/UI/VarRenderer/html.php:193
+#: framework/UI/UI/VarRenderer/html.php:211
 msgid "w:"
-msgstr ""
-
-#: config/registry.php.dist:618
-msgid "weather.com"
 msgstr ""

Index: translation.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/po/translation.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- translation.php	12 Oct 2004 11:52:38 -0000	1.2
+++ translation.php	3 May 2005 02:11:25 -0000	1.3
@@ -1,4 +1,4 @@
-#!/kolab/bin/php -q
+#!/kolab/bin/php -c /kolab/etc/apache/php.ini
 <?php
 /**
  * Translation helper application for the Horde framework.
@@ -8,6 +8,12 @@
  *
  * $Horde: horde/po/translation.php,v 1.84 2004/04/29 19:18:15 jan Exp $
  */
+
+/* Fix include_path to pick up our modified Horde classes */
+$include_path = ini_get('include_path');
+ini_set( 'include_path',
+         '.:/kolab/var/kolab/php:/kolab/var/kolab/php/pear:'.$include_path);
+
 
 function footer()
 {





More information about the commits mailing list