thomas: server/kolab-webadmin/kolab-webadmin/php/admin/locale/de/LC_MESSAGES messages.po, 1.41, 1.42

cvs at kolab.org cvs at kolab.org
Mon Jun 2 17:43:36 CEST 2008


Author: thomas

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/locale/de/LC_MESSAGES
In directory doto:/tmp/cvs-serv19361/kolab-webadmin/kolab-webadmin/php/admin/locale/de/LC_MESSAGES

Modified Files:
	messages.po 
Log Message:
Fix kolab/issue2739 (Some characters are not allowed in users fax-/phonenumbers despite the description in the error)

Space was missing from the regular expression and the minus sign has to
be at the beginning or the end of [...]

side note 1: the \ before / is really needed
side note 2: php-kolab/Kolab_Webadmin/Webadmin/form.class.php seems unused,
 but I fixed it, too, to avoid copy&paste errors in the future.


Index: messages.po
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/locale/de/LC_MESSAGES/messages.po,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- messages.po	10 Apr 2008 12:39:36 -0000	1.41
+++ messages.po	2 Jun 2008 15:43:34 -0000	1.42
@@ -8,7 +8,7 @@
 "Project-Id-Version: Kolab-Webadmin German\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2008-04-10 12:58+0200\n"
-"PO-Revision-Date: 2008-02-26 16:51+0100\n"
+"PO-Revision-Date: 2008-06-02 17:40+0200\n"
 "Last-Translator: Thomas Arendsen Hein <thomas at intevation.de>\n"
 "Language-Team: Kolab development coordination <kolab-devel at kolab.org>\n"
 "MIME-Version: 1.0\n"
@@ -2146,9 +2146,9 @@
 
 #: ../include/form.class.php:55
 msgid ""
-"Phone entries may only contain a-z, numbers and the characters ()-+/.=?:"
+"Phone entries may only contain a-z, numbers, spaces and the characters ()-+/.=?:"
 msgstr ""
-"Telefonnummern dürfen nur A-Z, Ziffern und die Zeichen ()-+/.=?: enthalten."
+"Telefonnummern dürfen nur a-z, Ziffern, Leerzeichen und die Zeichen ()-+/.=?: enthalten."
 
 #: ../include/form.class.php:118
 msgid "<tr><th>Attribute</th><th>Value</th><th>Comment</th></tr>"





More information about the commits mailing list