Code

Updated strings
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Mar 2008 07:13:01 +0000 (07:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Mar 2008 07:13:01 +0000 (07:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9641 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofax/gofax/faxaccount/main.inc

index bcd59930a5a79a49ba05f3ab9c8c7ea13cfd804f..8e3aa86e5d8e7f18993362430a8c93cc35b84974 100644 (file)
@@ -89,16 +89,16 @@ if (!$remove_lock){
 
                /* Are we in edit mode? */
                if (session::is_set('edit')){
-                       $display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\""._("Ok")."\">\n";
+                       $display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
                        $display.= "&nbsp;\n";
-                       $display.= "<input type=submit name=\"edit_cancel\" value=\""._("Cancel")."\">\n";
+                       $display.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
                        $info= "<img alt='' align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$ui->dn."&nbsp;";
                } else {
                        $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png')."\"> ".$ui->dn."&nbsp;";
 
                        if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/gofaxAccount"))){
                                $info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png')."\">"._("Click the 'Edit' button below to change informations in this dialog");
-                               $display.= "<input type=submit name=\"edit\" value=\""._("Edit")."\">";
+                               $display.= "<input type=submit name=\"edit\" value=\"".msgPool::editButton()."\">";
                        }
                        $display.= "<input type=\"hidden\" name=\"ignore\">\n";
                }