Code

Fixed template
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Dec 2008 13:50:30 +0000 (13:50 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Dec 2008 13:50:30 +0000 (13:50 +0000)
Update translation to plural

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13149 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_divListFai.inc
gosa-plugins/fai/admin/fai/faiGroupHandle.tpl

index f331b9aff9f189dcf6a37fc5372578157dfbf7f4..398ceffc565b3003192a4f7d29cd973a4beda41c 100644 (file)
@@ -51,7 +51,7 @@ class divListFai extends MultiSelectWindow
     /* set Page header */
     $this->AddHeader(array("string"=> $chk,          "attach"=>"style='width:20px;'"));
     $this->AddHeader(array("string" => _("Class name"),  "attach" => "style=''"));
-    $this->AddHeader(array("string" => _("Class type"),         "attach" => "style='width:200px;'"));
+    $this->AddHeader(array("string" => _("Class types"),         "attach" => "style='width:200px;'"));
     $this->AddHeader(array("string" => _("Actions"),            "attach" => "style='width:".$action_col_size."px;border-right:0px;text-align:right;'"));
 
     $this->AddCheckBox("ShowProfiles"   , sprintf(_("Display objects of type '%s'."),
index d4b9bc398c50562ccec67ee93ccbcfcfda7b858c..829db509009b524d13c6d0eca9aaa6eee7d1a08f 100644 (file)
@@ -42,7 +42,7 @@
                                class='center'>
                </td>
                <td style='width:150px;'>{$types.$key.NAME}</td>
-               <td><i>({$item.description)</i>}
+               <td><i>({$item.description})</i>
                </td>
        </tr>
 {/foreach}
@@ -65,7 +65,7 @@
                                class='center'>
                </td>
                <td style='width:150px;'>{$types.$key.NAME}</td>
-               <td><i>({$item.description)</i>}
+               <td><i>({$item.description})</i>
                </td>
        </tr>
 {/foreach}
@@ -92,8 +92,7 @@
                                class='center'>
                </td>
                <td style='width:150px;'>{$types.$key.NAME}</td>
-               <td><i>({$item.description})</i>
-               </td>
+               <td><i>({$item.description})</i> </td>
        </tr>
 {/foreach}
 </table>