Code

Removed debug tags
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Aug 2006 11:08:12 +0000 (11:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Aug 2006 11:08:12 +0000 (11:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4444 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofax/faxaccount/class_gofaxAccount.inc
plugins/personal/connectivity/class_pureftpdAccount.inc

index 34e3fb729c152e733c3516f94304d52ff75f63a2..6816987bfa2110288117a1de0eb99bcdc577c6e7 100644 (file)
@@ -806,7 +806,7 @@ class gofaxAccount extends plugin
           "plOptions"       => array(),
 
           "plProvidedAcls"  => array(
-            "goFaxIsEnabled"                    => "!!! FIXME "._("Enable/Disable fax"),
+            "goFaxIsEnabled"                    => _("Enable/Disable fax"),
             "goFaxRBlocklist"                   => _("Receive blocklist"),
             "goFaxSBlocklist"                   => _("Send blocklist"),
             "facsimileTelephoneNumber"          => _("Fax number"), // goFaxDeliveryMode
index 1bedf3462140673bc870a602b09ef57021fad9a8..a3f5ae87b0321d511b68a4126cbd40138104ed56 100644 (file)
@@ -210,7 +210,7 @@ class pureftpdAccount extends plugin
           "plOptions"       => array(),
 
           "plProvidedAcls"  => array(
-            "FTPQuotaFiles"         => "!!! FIXME "._("Quota files"),
+            "FTPQuotaFiles"         => _("Quota files"),
             "FTPUploadRatio"        => _("Upload ratio"),
             "FTPQuotaMBytes"        => _("Quota MBytes"),
             "FTPDownloadRatio"      => _("Download ratio"),