Code

Fixed typos
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 May 2007 07:21:30 +0000 (07:21 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 May 2007 07:21:30 +0000 (07:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6285 594d385d-05f5-0310-b6e9-bd551577e9d8

include/sieve/class_sieveElement_Redirect.inc
include/sieve/class_sieveElement_Vacation.inc
include/sieve/class_sieveManagement.inc
include/sieve/templates/element_elsif.tpl
include/sieve/templates/element_reject.tpl
include/sieve/templates/object_container.tpl

index 56f55cf77bc5dad7be80b318927b6ea02955ef1d..33ebeb05daec713c1d97a581b86f17873f988d86 100644 (file)
@@ -32,7 +32,7 @@ class sieve_redirect
     $this->object_id = $object_id;
 
     if($data == NULL){
-      $data = array('ELEMENTS' => array(array('class' => "quoted-string" ,"text" => _("Put a mail address here"))));
+      $data = array('ELEMENTS' => array(array('class' => "quoted-string" ,"text" => _("Place a mail address here"))));
     }
 
     for($i = 0 ; $i < count($data['ELEMENTS']) ; $i++){
index a6a7e07a055281a617487c800e392718b3bebe49..fc7765eb299c49cfb43ff7a722f186d186f01f19 100644 (file)
@@ -145,7 +145,7 @@ class sieve_vacation
       }
     }
     if($err){
-      $msgs[] = _("Alternative sender addresse must be valid email addresses.");
+      $msgs[] = _("Alternative sender address must be a valid email addresses.");
     }
     return($msgs);
   }
index 92fbed8dbc7f65ccd2eb9e794501aca4be222feb..496097f81f5171ae3ff73f6f7fcc72c085ef27c8 100644 (file)
@@ -412,7 +412,7 @@ class sieveManagement extends plugin
         }
       }else{
         foreach($chk as $msgs){
-          print_red(sprintf(_("Please fix all errors before saving. Last error was : %s"),$msgs));
+          print_red(sprintf(_("Please fix all errors before saving. Last error was: %s"),$msgs));
         }
       }
     }
@@ -441,9 +441,9 @@ class sieveManagement extends plugin
           if($file['size'] == 0){
             print_red(_("Specified file seems to be empty."));
           }elseif(!file_exists($file['tmp_name'])){
-            print_red(_("Upload failed, somehow nothing was uploaded or the temporary file can't be accessed."));
+            print_red(_("Upload failed. The temporary file can't be accessed."));
           }elseif(!is_readable ($file['tmp_name'])){
-            print_red(sprintf(_("Can't open file '%s' to read uploaded file contents."),$file['tmp_name']));
+            print_red(sprintf(_("Can't open file '%s'."),$file['tmp_name']));
           }else{
             
             
index ffbbf9bbeccbdd4636a39d0ebf48df8edaf003a7..4da7c47fc43354727fc6394f1dd2a694fd0b7be1 100644 (file)
@@ -1,7 +1,7 @@
 <table class='sieve_default_table'>
        <tr>
                <td>
-                       <b>{t}Else if{/t}</b>
+                       <b>{t}Else If{/t}</b>
                        {$Contents}
        </td>
        </tr>
index c9de8b50e19c583a6fdc027d98516c506bd4050d..3b4d84d6a3c6c0c82b12f315acdbc7b6ea145264 100644 (file)
@@ -14,9 +14,9 @@
                        <b>{t}Reject mail{/t}</b>
                        &nbsp;
                        {if $Multiline}
-<!--                           {t}This will be a multiline text element{/t}-->
+<!--                           {t}This is a multiline text element{/t}-->
                        {else}
-<!--                           {t}this will be stored as single string{/t}-->
+<!--                           {t}This is stored as single string{/t}-->
                        {/if}
                </td>
        </tr>
index 3b5f51fa1a298e4326fa0c34f2a41e0bd08d1c33..14925b1a5e533b3610bd605ad5bfe95283625cfc 100644 (file)
                                <option value='sieve_reject'>{t}Reject{/t}</option>
                                <option value='sieve_require'>{t}Require{/t}</option>
                                <option value='sieve_stop'>{t}Stop{/t}</option>
-                               <option value='sieve_vacation'>{t}Vacationmessage{/t}</option>
+                               <option value='sieve_vacation'>{t}Vacation message{/t}</option>
                                <option value='sieve_if'>{t}If{/t}</option>
                                <option value='sieve_else'>{t}Else{/t}</option>
                                <option value='sieve_elsif'>{t}Else If{/t}</option>
                        </select>
 
                        <input type='image' src='images/sieve_add_new_top.png' name='Add_Object_Top_{$ID}'
-                               alt='{t}Add new{/t}' title='{t}Add a new new object above this one.{/t}' class='center'>
+                               alt='{t}Add new{/t}' title='{t}Add a new object above this one.{/t}' class='center'>
                        <input type='image' src='images/truly_not_available_image' name='Add_Object_Top_{$ID}'
-                               alt='{t}Add element above{/t}' title='{t}Add a new new object above this one.{/t}' class='center'>
+                               alt='{t}Add element above{/t}' title='{t}Add a new object above this one.{/t}' class='center'>
                        <input type='image' src='images/sieve_add_new_bottom.png' name='Add_Object_Bottom_{$ID}'
-                               alt='{t}Add new{/t}' title='{t}Add a new new object below this one.{/t}' class='center'>        
+                               alt='{t}Add new{/t}' title='{t}Add a new object below this one.{/t}' class='center'>    
                        <input type='image' src='images/truly_not_available_image' name='Add_Object_Bottom_{$ID}'
-                               alt='{t}Add element below{/t}' title='{t}Add a new new object below this one.{/t}' class='center'>      
+                               alt='{t}Add element below{/t}' title='{t}Add a new object below this one.{/t}' class='center'>  
                </td>
        </tr>
        <tr>