Code

upps translation tags not set correcupps translation tags not set correctt
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 07:32:19 +0000 (07:32 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 07:32:19 +0000 (07:32 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@267 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_servKolab.inc

index 2587689a670ddaff7f38765506d0a522b4403b55..7d4cc10a6e31cb875f9212fb22c1408e2f2febab 100644 (file)
@@ -201,7 +201,7 @@ class servkolab extends plugin {
     }elseif((($this->kolabFreeBusyFuture=="")<0)){
       $message[] = _("Free/Busy settings -> Future days must be a positiv value.");
     }elseif(strcasecmp($this->kolabFreeBusyFuture,(int)$this->kolabFreeBusyFuture)){
-      $message[] = _("Free/Busy settings -> Future days must be a value.)";
+      $message[] = _("Free/Busy settings -> Future days must be a value.");
     }
   
     if(!is_int((int)($this->cyrus_quotawarn))) {
@@ -209,7 +209,7 @@ class servkolab extends plugin {
     }elseif(!(($this->cyrus_quotawarn<=100)&&($this->cyrus_quotawarn>=0))){
       $message[] = _("Cyrus Quota settings -> Please choose a value between 1 and 100 for Quota settings.");
     }elseif(strcasecmp($this->cyrus_quotawarn,(int)$this->cyrus_quotawarn)){
-      $message[] = _("Cyrus Quota settings -> Future days must be a value.)";
+      $message[] = _("Cyrus Quota settings -> Future days must be a value.");
     }
 
    if(empty($this->postfix_mynetworks))