From: cajus Date: Sun, 25 Apr 2010 17:55:50 +0000 (+0000) Subject: Updated strings X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6d7373da12fb2d7813461767091f34459f098a05;p=gosa.git Updated strings git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17827 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_socketClient.inc b/gosa-core/include/class_socketClient.inc index 919e6e037..90e2a6ced 100644 --- a/gosa-core/include/class_socketClient.inc +++ b/gosa-core/include/class_socketClient.inc @@ -57,7 +57,7 @@ class Socket_Client public function setEncryptionKey($key) { if(!function_exists("mcrypt_get_iv_size")){ - $this->set_error(_("No PHP mcrypt module found!")); + $this->set_error(msgPool::missingext("mcrypt")); $this->ckey = ""; $this->b_encrypt = FALSE; } diff --git a/gosa-core/include/utils/class_msgPool.inc b/gosa-core/include/utils/class_msgPool.inc index 38fea968f..01423f3f3 100644 --- a/gosa-core/include/utils/class_msgPool.inc +++ b/gosa-core/include/utils/class_msgPool.inc @@ -575,7 +575,7 @@ class msgPool public static function check_base() { - return _("The supplied base is not valid and has been reset to the previous value!"); + return _("The supplied base is not valid and has been reset to its previous value!"); } }