From 620856bf13ffa6ddc97cbe89003493219d798fd1 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 19 May 2005 09:54:38 +0000 Subject: [PATCH] Fixed typos git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@255 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/setup_checks.inc | 42 ++++++++++++------- locale/de/LC_MESSAGES/messages.po | 37 +++++++--------- .../addons/ldapmanager/class_csvimport.inc | 4 +- 3 files changed, 46 insertions(+), 37 deletions(-) diff --git a/include/setup_checks.inc b/include/setup_checks.inc index d91f12447..9e23bf485 100644 --- a/include/setup_checks.inc +++ b/include/setup_checks.inc @@ -141,45 +141,59 @@ function schema_check($server, $admin, $password,$aff=0) /* Check for correct samba parameters */ if (!isset($objectclasses['sambaSamAccount'])){ - $messages['samba3']= _("SAMBA 3 support disabled, no schema seems to be installed"); + $messages['samba3']= _("SAMBA 3 support disabled, no schema seems to be installed"); $affich['samba3']= $messages['samba3']."gosa+samba3.schema"; - }else{$affich['samba3']=_("SAMBA 3 support enabledgosa+samba3.schema");} + }else{ + $affich['samba3']=_("SAMBA 3 support enabled")."gosa+samba3.schema"; + } if (!isset($objectclasses['sambaAccount'])){ - $messages['samba2']= _("SAMBA 2 support disabled, no schema seems to be installed"); + $messages['samba2']= _("SAMBA 2 support disabled, no schema seems to be installed"); $affich['samba2']=$messages['samba2']."samba.schema"; - }else{$affich['samba2']=_("SAMBA 2 support enabledsamba.schema");} + }else{ + $affich['samba2']=_("SAMBA 2 support enabled")."samba.schema"; + } /* Check pureftp/dns/ */ if (!isset($objectclasses['PureFTPdUser'])){ - $messages['pureftp']= _("Support for pureftp disabled, no schema seems to be installed"); + $messages['pureftp']= _("Support for pureftp disabled, no schema seems to be installed"); $affich['pureftp']= $messages['pureftp']."pureftpd.schema"; - }else{$affich['pureftp']=_("Support for pureftp enabledpureftpd.schema");} + }else{ + $affich['pureftp']=_("Support for pureftp enabled")."pureftpd.schema"; + } if (!isset($objectclasses['gosaWebdavAccount'])){ - $messages['webdav']= _("Support for WebDAV disabled, no schema seems to be installed"); + $messages['webdav']= _("Support for WebDAV disabled, no schema seems to be installed"); $affich['webdav']=$messages['webdav'].""; - }else{$affich['webdav']=_("Support for WebDAV enabledgosa+samba3.schema");} + }else{ + $affich['webdav']=_("Support for WebDAV enabled")."gosa+samba3.schema"; + } if (!isset($objectclasses['phpgwAccount'])){ - $messages['phpgroupware']= _("Support for phpgroupware disabled, no schema seems to be installed"); + $messages['phpgroupware']= _("Support for phpgroupware disabled, no schema seems to be installed"); $affich['phpgroupware']=$messages['phpgroupware']."phpgwaccount.schema"; - }else{$affich['phpgroupware']=_("Support for phpgroupware enabledphpgwaccount.schema");} + }else{ + $affich['phpgroupware']=_("Support for phpgroupware enabled")."phpgwaccount.schema"; + } if (!isset($objectclasses['goFonAccount'])){ - $messages['phoneaccount']= _("Support for gofon disabled, no schema seems to be installed"); + $messages['phoneaccount']= _("Support for gofon disabled, no schema seems to be installed"); $affich['phoneaccount']=$messages['phoneaccount']."gofon.schema"; - }else{$affich['phoneaccount']=_("Support for gofon enabledgofon.schema");} + }else{ + $affich['phoneaccount']=_("Support for gofon enabled")."gofon.schema"; + } if(($_SESSION['ldapconf']['mail_methods'][$_SESSION['ldapconf']['mail']] == "kolab")) if(!isset($objectclasses['kolabInetOrgPerson'])) { - $messages['kolab']= _("Support for Kolab disabled, no schema seems to be installed, setting mail-method to cyrus"); + $messages['kolab']= _("Support for Kolab disabled, no schema seems to be installed, setting mail-method to cyrus"); $tmp = array_flip($_SESSION['ldapconf']['mail_methods']); $_SESSION['ldapconf']['mail']=$tmp['cyrus']; $affich['kolab']=$messages['kolab']."kolab2.schema"; - }else{$affich['kolab']=_("Support for Kolab enabledgofon.schema");} + }else{ + $affich['kolab']=_("Support for Kolab enabled")."gofon.schema"; + } if($aff==0)return ($messages); diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po index 78eada92e..a11330a0c 100644 --- a/locale/de/LC_MESSAGES/messages.po +++ b/locale/de/LC_MESSAGES/messages.po @@ -10,13 +10,12 @@ msgstr "" "Project-Id-Version: messages\n" "Report-Msgid-Bugs-To: Alfred Schröder \n" "POT-Creation-Date: 2003-09-19 13:41+0200\n" -"PO-Revision-Date: 2005-03-17 16:20+0100\n" -"Last-Translator: \n" +"PO-Revision-Date: 2005-05-19 11:26+0200\n" +"Last-Translator: <(null)>\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" +"Content-Transfer-Encoding: 8bit" #: contrib/gosa.conf:4 msgid "My account" @@ -122,14 +121,12 @@ msgid "Monitoring" msgstr "Überwachung" #: contrib/gosa.conf:89 -#, fuzzy msgid "Databases" -msgstr "Datum" +msgstr "Datenbanken" #: contrib/gosa.conf:90 plugins/admin/systems/servkolab.tpl:7 -#, fuzzy msgid "Services" -msgstr "Geräte" +msgstr "Dienste" #: contrib/gosa.conf:91 msgid "DNS" @@ -142,9 +139,8 @@ msgstr "" #: contrib/gosa.conf:145 plugins/addons/ldapmanager/contentexport.tpl:19 #: plugins/addons/ldapmanager/contentexport.tpl:32 #: plugins/addons/ldapmanager/contentexport.tpl:47 -#, fuzzy msgid "Export" -msgstr "Importieren" +msgstr "Export" #: contrib/gosa.conf:146 plugins/personal/mail/generic.tpl:107 #: plugins/addons/ldapmanager/contentimport.tpl:56 @@ -154,9 +150,8 @@ msgid "Import" msgstr "Importieren" #: contrib/gosa.conf:147 -#, fuzzy msgid "CSV Import" -msgstr "Importieren" +msgstr "CSV Import" #: contrib/gosa.conf:162 msgid "{LOCATIONNAME}" @@ -6920,7 +6915,7 @@ msgstr "System-Information" #~ msgid "" #~ "Unsupported password hash detected. Can't generate compatible password." #~ msgstr "" -#~ "Es wurde ein nicht-unterstützter Passwort-Hash entdeckt. Es kann kein " +#~ "Es wurde ein nicht-unterstützter Passwort-Hash entdeckt. Es kann kein " #~ "passendes Passwort generiert werden." #~ msgid "Checking for gd module" @@ -6930,8 +6925,8 @@ msgstr "System-Information" #~ "GOsa needs this module for recalculating image sizes provided for users " #~ "as jpegPhoto." #~ msgstr "" -#~ "GOsa benötigt dieses Modul um Größenveränderungen bei Bildern " -#~ "durchzuführen." +#~ "GOsa benötigt dieses Modul um Größenveränderungen bei Bildern " +#~ "durchzuführen." #~ msgid "You are currently using GOsa version %s (CVS checkout from %s)" #~ msgstr "Sie nutzen momentan GOsa in der Version %s (CVS-Abzug vom %s)" @@ -6950,7 +6945,7 @@ msgstr "System-Information" #, fuzzy #~ msgid "Referral Password" -#~ msgstr "Neues Passwort bestätigen" +#~ msgstr "Neues Passwort bestätigen" #, fuzzy #~ msgid "" @@ -6958,8 +6953,8 @@ msgstr "System-Information" #~ "complete snapshot of the running LDAP directory as ldif. You may save " #~ "these files for backup purpose or when initializing a new server." #~ msgstr "" -#~ "Dieses Modul ermöglicht Ihnen den Download der kompletten LDAP-Datenbank, " -#~ "die momentan in Verwendung ist. Die übertragenen Dateien können " +#~ "Dieses Modul ermöglicht Ihnen den Download der kompletten LDAP-Datenbank, " +#~ "die momentan in Verwendung ist. Die übertragenen Dateien können " #~ "einerseits zur Datensicherung und andererseits zur Einrichtung eines " #~ "neuen Servers benutzt werden." @@ -6968,7 +6963,7 @@ msgstr "System-Information" #~ msgstr "schreiben" #~ msgid "You are not allowed to delete this terminal!" -#~ msgstr "Es Ihnen nicht erlaubt, dieses Terminal zu löschen!" +#~ msgstr "Es Ihnen nicht erlaubt, dieses Terminal zu löschen!" #~ msgid "Administrators" #~ msgstr "Administratoren" @@ -6988,6 +6983,6 @@ msgstr "System-Information" #~ "Warning: Please check the SIZELIMIT option set on your LDAP server. You " #~ "may not get all entries, if this value is to low!" #~ msgstr "" -#~ "Warnung: Bitte prüfen Sie die SIZELIMIT Option Ihres LDAP-Servers. Unter " -#~ "Umständen bekommen Sie nicht alle Einträge, wenn dieser Eintrag zu " +#~ "Warnung: Bitte prüfen Sie die SIZELIMIT Option Ihres LDAP-Servers. Unter " +#~ "Umständen bekommen Sie nicht alle Einträge, wenn dieser Eintrag zu " #~ "niedrig ist!" diff --git a/plugins/addons/ldapmanager/class_csvimport.inc b/plugins/addons/ldapmanager/class_csvimport.inc index 1c8ff3643..a2d4efe2c 100644 --- a/plugins/addons/ldapmanager/class_csvimport.inc +++ b/plugins/addons/ldapmanager/class_csvimport.inc @@ -151,7 +151,7 @@ class csvimport extends plugin /* Output Error */ - print_red (_("Need 'sn','givenName' and 'uid' to create user")); + print_red (_("Need 'sn','givenName' and 'uid' to create user.")); } else { /* Register usertab to trigger edit dialog */ @@ -289,7 +289,7 @@ class csvimport extends plugin $smarty->assign("tpl",$arrtemplates[$tplid]); - print_red (_("Nothing to import !.")); + print_red (_("Nothing to import!")); } /* If theres a File uploaded */ -- 2.30.2