Code

Make error message for the case when trying to create a
authorpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Mar 2009 09:40:55 +0000 (09:40 +0000)
committerpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Mar 2009 09:40:55 +0000 (09:40 +0000)
share with special characters more informative.
(Trac #2244)

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13555 594d385d-05f5-0310-b6e9-bd551577e9d8

trunk/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc
trunk/gosa-plugins/goto/locale/de/LC_MESSAGES/messages.po

index 105d9565db00261eca8d23d45608b98ad50171e0..8efb0fefbfe6c4455b4f5b17d59285cd073e4ee5 100644 (file)
@@ -185,7 +185,7 @@ class servnfs extends plugin
       }
     } else {
       if (!tests::is_path($this->path)){
-        $message[]= _("'Path / Volume' must contain at least one '/'!");
+        $message[]= _("'Path / Volume' must contain at least one '/' and no special characters!");
       }
     }
 
index 3f435c9cfa1fb46c21ad62f47a5db85d2ca9be28..5e54c9360bf6d85643af0f17f9ffbf6a5669b1d8 100644 (file)
@@ -1415,8 +1415,8 @@ msgid "'Path / Volume' must be of format 'server:port'!"
 msgstr "'Pfad / Volume' muß das Format 'server:port' haben!"
 
 #: admin/systems/services/nfs/class_servNfs.inc:188
-msgid "'Path / Volume' must contain at least one '/'!"
-msgstr "'Pfad / Volume' muß mindestens ein '/' enthalten!"
+msgid "'Path / Volume' must contain at least one '/' and no special characters!"
+msgstr "'Pfad / Volume' muß mindestens ein '/' enthalten und keine Sonderzeichen!"
 
 #: admin/systems/services/nfs/servnfs.tpl:1
 msgid "Edit share"