summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7fd1693)
raw | patch | inline | side by side (parent: 7fd1693)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 May 2005 09:54:38 +0000 (09:54 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 May 2005 09:54:38 +0000 (09:54 +0000) |
include/setup_checks.inc | patch | blob | history | |
locale/de/LC_MESSAGES/messages.po | patch | blob | history | |
plugins/addons/ldapmanager/class_csvimport.inc | patch | blob | history |
index d91f12447a0163469a8c202e02fe97a711a44397..9e23bf4856144201a9f79b816f59e8fd75b83296 100644 (file)
--- a/include/setup_checks.inc
+++ b/include/setup_checks.inc
/* Check for correct samba parameters */
if (!isset($objectclasses['sambaSamAccount'])){
- $messages['samba3']= _("<b>SAMBA 3</b> support disabled, no schema seems to be installed");
+ $messages['samba3']= _("SAMBA 3 support disabled, no schema seems to be installed");
$affich['samba3']= $messages['samba3']."<td class=\"check\">gosa+samba3.schema</td>";
- }else{$affich['samba3']=_("<b>SAMBA 3</b> support enabled<td class=\"check\">gosa+samba3.schema</td>");}
+ }else{
+ $affich['samba3']=_("SAMBA 3 support enabled")."<td class=\"check\">gosa+samba3.schema</td>";
+ }
if (!isset($objectclasses['sambaAccount'])){
- $messages['samba2']= _("<b>SAMBA 2</b> support disabled, no schema seems to be installed");
+ $messages['samba2']= _("SAMBA 2 support disabled, no schema seems to be installed");
$affich['samba2']=$messages['samba2']."<td class=\"check\">samba.schema</td>";
- }else{$affich['samba2']=_("<b>SAMBA 2</b> support enabled<td class=\"check\">samba.schema</td>");}
+ }else{
+ $affich['samba2']=_("SAMBA 2 support enabled")."<td class=\"check\">samba.schema</td>";
+ }
/* Check pureftp/dns/ */
if (!isset($objectclasses['PureFTPdUser'])){
- $messages['pureftp']= _("Support for <b>pureftp</b> disabled, no schema seems to be installed");
+ $messages['pureftp']= _("Support for pureftp disabled, no schema seems to be installed");
$affich['pureftp']= $messages['pureftp']."<td class=\"check\">pureftpd.schema</td>";
- }else{$affich['pureftp']=_("Support for <b>pureftp</b> enabled<td class=\"check\">pureftpd.schema</td>");}
+ }else{
+ $affich['pureftp']=_("Support for pureftp enabled")."<td class=\"check\">pureftpd.schema</td>";
+ }
if (!isset($objectclasses['gosaWebdavAccount'])){
- $messages['webdav']= _("Support for <b>WebDAV</b> disabled, no schema seems to be installed");
+ $messages['webdav']= _("Support for WebDAV disabled, no schema seems to be installed");
$affich['webdav']=$messages['webdav']."<td class=\"check\"></td>";
- }else{$affich['webdav']=_("Support for <b>WebDAV</b> enabled<td class=\"check\">gosa+samba3.schema</td>");}
+ }else{
+ $affich['webdav']=_("Support for WebDAV enabled")."<td class=\"check\">gosa+samba3.schema</td>";
+ }
if (!isset($objectclasses['phpgwAccount'])){
- $messages['phpgroupware']= _("Support for <b>phpgroupware</b> disabled, no schema seems to be installed");
+ $messages['phpgroupware']= _("Support for phpgroupware disabled, no schema seems to be installed");
$affich['phpgroupware']=$messages['phpgroupware']."<td class=\"check\">phpgwaccount.schema</td>";
- }else{$affich['phpgroupware']=_("Support for <b>phpgroupware</b> enabled<td class=\"check\">phpgwaccount.schema</td>");}
+ }else{
+ $affich['phpgroupware']=_("Support for phpgroupware enabled")."<td class=\"check\">phpgwaccount.schema</td>";
+ }
if (!isset($objectclasses['goFonAccount'])){
- $messages['phoneaccount']= _("Support for <b>gofon</b> disabled, no schema seems to be installed");
+ $messages['phoneaccount']= _("Support for gofon disabled, no schema seems to be installed");
$affich['phoneaccount']=$messages['phoneaccount']."<td class=\"check\">gofon.schema</td>";
- }else{$affich['phoneaccount']=_("Support for <b>gofon</b> enabled<td class=\"check\">gofon.schema</td>");}
+ }else{
+ $affich['phoneaccount']=_("Support for gofon enabled")."<td class=\"check\">gofon.schema</td>";
+ }
if(($_SESSION['ldapconf']['mail_methods'][$_SESSION['ldapconf']['mail']] == "kolab"))
if(!isset($objectclasses['kolabInetOrgPerson']))
{
- $messages['kolab']= _("Support for <b>Kolab</b> 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']."<td class=\"check\">kolab2.schema</td>";
- }else{$affich['kolab']=_("Support for <b>Kolab</b> enabled<td class=\"check\">gofon.schema</td>");}
+ }else{
+ $affich['kolab']=_("Support for Kolab enabled")."<td class=\"check\">gofon.schema</td>";
+ }
if($aff==0)return ($messages);
index 78eada92e67ca09e62d4334621bb603a62ac0850..a11330a0c490062ba4eebe26bd13cf3bcce5bf06 100644 (file)
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: Alfred Schröder <schroeder@gonicus.de>\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: <en@li.org>\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"
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"
#: 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
msgstr "Importieren"
#: contrib/gosa.conf:147
-#, fuzzy
msgid "CSV Import"
-msgstr "Importieren"
+msgstr "CSV Import"
#: contrib/gosa.conf:162
msgid "{LOCATIONNAME}"
#~ 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"
#~ "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)"
#, fuzzy
#~ msgid "Referral Password"
-#~ msgstr "Neues Passwort bestätigen"
+#~ msgstr "Neues Passwort bestätigen"
#, fuzzy
#~ msgid ""
#~ "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."
#~ 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"
#~ "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 1c8ff3643c0b25074144ef8b3826e0d1396204c0..a2d4efe2c1191f76d8a9018f5a81a19a78865164 100644 (file)
/* 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 */
$smarty->assign("tpl",$arrtemplates[$tplid]);
- print_red (_("Nothing to import !."));
+ print_red (_("Nothing to import!"));
}
/* If theres a File uploaded */