Code

Applied modifications for fixed PHP versions
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 Dec 2005 07:27:50 +0000 (07:27 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 Dec 2005 07:27:50 +0000 (07:27 +0000)
Updated languages

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2266 594d385d-05f5-0310-b6e9-bd551577e9d8

ihtml/themes/default/setup_introduction.tpl
include/functions_setup.inc
locale/de/LC_MESSAGES/messages.mo
locale/de/LC_MESSAGES/messages.po
locale/es/LC_MESSAGES/messages.po
locale/fr/LC_MESSAGES/messages.po
locale/it/LC_MESSAGES/messages.po
locale/messages.po
locale/nl/LC_MESSAGES/messages.po
locale/ru/LC_MESSAGES/messages.po

index acd23e036b79a970ba7e4ce636228b2e17424f80..abdf49860c2f124ace51b5f2747bc68f706fea74 100644 (file)
@@ -1,7 +1,7 @@
 <h1>{t}Welcome to the GOsa setup!{/t}</h1>
 
 <p>
 <h1>{t}Welcome to the GOsa setup!{/t}</h1>
 
 <p>
- {t}It looks like you're calling GOsa for the first time - no configuration was found. This setup like script will try to aid you in creating a working configuration by performing three major steps: first we'll check the PHP installation for required modules, than we're going to check for optional/needed programms and after you've provided basic informations for your LDAP connectivity, we're going to check your LDAP setup.{/t}
+ {t}It looks like you're calling GOsa for the first time - no configuration was found. This setup like script will try to aid you in creating a working configuration by performing three major steps: first we'll check the PHP installation for required modules, than we're going to check for optional/needed programms and after you've provided basic information for your LDAP connectivity, we're going to check your LDAP setup.{/t}
 </p>
 <p class="seperator">&nbsp;</p>
 <div id='oldbox' style='background-color:#ffffff;'>
 </p>
 <p class="seperator">&nbsp;</p>
 <div id='oldbox' style='background-color:#ffffff;'>
index 749e2cfe52454553856429f038510e7134572ee9..44adf1ac1fd9893c3c6708177efd722cf0fc1b75 100644 (file)
@@ -40,7 +40,7 @@ function is_schema_readable($server, $admin, $password)
   $r= ldap_bind ($ds, $admin, $password);
 
   /* Get base to look for schema */
   $r= ldap_bind ($ds, $admin, $password);
 
   /* Get base to look for schema */
-  $sr  = @ldap_read ($ds, "", "objectClass=*", array("subschemaSubentry"));
+  $sr  = @ldap_read ($ds, NULL, "objectClass=*", array("subschemaSubentry"));
   $attr= @ldap_get_entries($ds,$sr);
   if (!isset($attr[0]['subschemasubentry'][0])){
     return (false);
   $attr= @ldap_get_entries($ds,$sr);
   if (!isset($attr[0]['subschemasubentry'][0])){
     return (false);
@@ -101,7 +101,7 @@ function schema_check($server, $admin, $password, $aff=0,$CalledByIndexPhP=false
   $r= ldap_bind ($ds, $admin, $password);
 
   /* Get base to look for schema */
   $r= ldap_bind ($ds, $admin, $password);
 
   /* Get base to look for schema */
-  $sr  = @ldap_read ($ds, "", "objectClass=*", array("subschemaSubentry"));
+  $sr  = @ldap_read ($ds, NULL, "objectClass=*", array("subschemaSubentry"));
   $attr= @ldap_get_entries($ds,$sr);
   if (!isset($attr[0]['subschemasubentry'][0])){
     return (array(array("msg" => _("Can't get schema information from server. No schema check possible!"), "status" => FALSE)));
   $attr= @ldap_get_entries($ds,$sr);
   if (!isset($attr[0]['subschemasubentry'][0])){
     return (array(array("msg" => _("Can't get schema information from server. No schema check possible!"), "status" => FALSE)));
@@ -824,14 +824,14 @@ function show_setup_page4($withoutput = true)
       print_red (_("Can't bind to the specified LDAP server! Please make sure that it is reachable for GOsa."));
     }
   } else {
       print_red (_("Can't bind to the specified LDAP server! Please make sure that it is reachable for GOsa."));
     }
   } else {
-    $sr=   @ldap_search ($ds, "", "objectClass=*", array("namingContexts"));
+    $sr=   @ldap_search ($ds, NULL, "objectClass=*", array("namingContexts"));
     $attr= @ldap_get_entries($ds,$sr);
 
     if((empty($attr))) {
       $base= "dc=example,dc=net";
 
       if($withoutput){
     $attr= @ldap_get_entries($ds,$sr);
 
     if((empty($attr))) {
       $base= "dc=example,dc=net";
 
       if($withoutput){
-        print_red(_("Bind to server successful, but the server seems to be completly empty, please check all informations twice"));
+        print_red(_("Bind to server successful, but the server seems to be completly empty, please check all information twice"));
       }
 
     } else {
       }
 
     } else {
index 74455ca4162db0784f459b344ec7c67e29a9303c..3fdda10f771b0b5296facde1a287907c34fcdfac 100644 (file)
Binary files a/locale/de/LC_MESSAGES/messages.mo and b/locale/de/LC_MESSAGES/messages.mo differ
index 1fde8a2291be3d39a83383fcdbae29f2a8f65184..a34a812f9e01291f292d83721d77bdfa0485067d 100644 (file)
@@ -1,24 +1,24 @@
 # translation of messages.po to
 # translation of messages.po to
-# translation of messages.po to Deutsch
-# translation of messages.po to de_DE
-# GOsa2 Translations
-# Copyright (C) 2003 GONICUS GmbH, Germany
-# This file is distributed under the same license as the GOsa2 package.
 # Alfred Schroeder <schroeder@GONICUS.de>, 2004.
 # Cajus Pollmeier <pollmeier@gonicus.de>, 2004, 2005.
 # Jan Wenzel <jan.wenzel@gonicus.de>, 2004,2005.
 # Stefan Koehler <stefan.koehler@GONICUS.de>, 2005.
 # Alfred Schroeder <schroeder@GONICUS.de>, 2004.
 # Cajus Pollmeier <pollmeier@gonicus.de>, 2004, 2005.
 # Jan Wenzel <jan.wenzel@gonicus.de>, 2004,2005.
 # Stefan Koehler <stefan.koehler@GONICUS.de>, 2005.
+# translation of messages.po to Deutsch
+# GOsa2 Translations
+# Copyright (C) 2003 GONICUS GmbH, Germany
+# This file is distributed under the same license as the GOsa2 package.
 msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: Alfred Schroeder <schroeder@gonicus.de>\n"
 "POT-Creation-Date: 2003-09-19 13:41+0200\n"
 msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: Alfred Schroeder <schroeder@gonicus.de>\n"
 "POT-Creation-Date: 2003-09-19 13:41+0200\n"
-"PO-Revision-Date: 2005-12-06 11:10+0100\n"
+"PO-Revision-Date: 2005-12-08 16:26+0100\n"
 "Last-Translator: Cajus Pollmeier <pollmeier@gonicus.de>\n"
 "Last-Translator: Cajus Pollmeier <pollmeier@gonicus.de>\n"
-"Language-Team: German <de@li.org>\n"
+"Language-Team: Deutsch <de@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-15\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.1\n"
 
 #: contrib/gosa.conf:4
 msgid "My account"
 
 #: contrib/gosa.conf:4
 msgid "My account"
@@ -41,16 +41,15 @@ msgstr "Zus
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
-#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/generic.tpl:6 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
-#: plugins/admin/fai/faiProfile.tpl:32
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
+#: plugins/admin/fai/faiProfile.tpl:32 plugins/admin/fai/faiScript.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/groups/mail.tpl:7
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Allgemein"
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Allgemein"
@@ -85,7 +84,7 @@ msgstr "Mail"
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:136
+#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:139
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Konnektivität"
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Konnektivität"
@@ -103,15 +102,15 @@ msgstr "Fax"
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_info.tpl:37
-#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
+#: plugins/addons/addressbook/address_info.tpl:37
+#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
-#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/systems/class_systemManagement.inc:708
 #: plugins/admin/systems/class_systemManagement.inc:708
+#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
@@ -175,12 +174,12 @@ msgstr "Drucker"
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
-#: plugins/admin/fai/faiProfileEntry.tpl:22
-#: plugins/admin/fai/faiPackageEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
+#: plugins/admin/fai/faiProfileEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
+#: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
@@ -194,376 +193,260 @@ msgstr "Datenbanken"
 msgid "Services"
 msgstr "Dienste"
 
 msgid "Services"
 msgstr "Dienste"
 
-#: contrib/gosa.conf:177 plugins/addons/ldapmanager/contentexportxls.tpl:19
-#: plugins/addons/ldapmanager/contentexportxls.tpl:32
-#: plugins/addons/ldapmanager/contentexportxls.tpl:47
-#: plugins/addons/ldapmanager/contentexport.tpl:16
+#: contrib/gosa.conf:178 plugins/addons/ldapmanager/contentexport.tpl:16
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
+#: plugins/addons/ldapmanager/contentexportxls.tpl:19
+#: plugins/addons/ldapmanager/contentexportxls.tpl:32
+#: plugins/addons/ldapmanager/contentexportxls.tpl:47
 msgid "Export"
 msgstr "Export"
 
 msgid "Export"
 msgstr "Export"
 
-#: contrib/gosa.conf:178
+#: contrib/gosa.conf:179
 msgid "Excel Export"
 msgstr "Excel-Export"
 
 msgid "Excel Export"
 msgstr "Excel-Export"
 
-#: contrib/gosa.conf:179 plugins/personal/mail/generic.tpl:113
+#: contrib/gosa.conf:180 plugins/personal/mail/generic.tpl:113
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
-#: plugins/admin/applications/generic.tpl:91
+#: plugins/admin/applications/generic.tpl:94
 msgid "Import"
 msgstr "Importieren"
 
 msgid "Import"
 msgstr "Importieren"
 
-#: contrib/gosa.conf:180
+#: contrib/gosa.conf:181
 msgid "CSV Import"
 msgstr "CSV Import"
 
 msgid "CSV Import"
 msgstr "CSV Import"
 
-#: contrib/gosa.conf:184
+#: contrib/gosa.conf:185
 msgid "Partitions"
 msgstr "Partitionen"
 
 msgid "Partitions"
 msgstr "Partitionen"
 
-#: contrib/gosa.conf:188 plugins/personal/environment/logonManagement.tpl:55
+#: contrib/gosa.conf:189 plugins/personal/environment/logonManagement.tpl:55
+#: plugins/admin/applications/generic.tpl:92
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:89
 msgid "Script"
 msgstr "Skript"
 
 msgid "Script"
 msgstr "Skript"
 
-#: contrib/gosa.conf:192 plugins/admin/fai/class_faiManagement.inc:553
+#: contrib/gosa.conf:193 plugins/admin/fai/class_faiManagement.inc:553
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr "Hooks"
 
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr "Hooks"
 
-#: contrib/gosa.conf:196 plugins/admin/fai/class_faiManagement.inc:546
+#: contrib/gosa.conf:197 plugins/admin/fai/class_faiManagement.inc:546
 #: plugins/admin/fai/class_faiManagement.inc:547
 msgid "Variables"
 msgstr "Variablen"
 
 #: plugins/admin/fai/class_faiManagement.inc:547
 msgid "Variables"
 msgstr "Variablen"
 
-#: contrib/gosa.conf:200 plugins/admin/fai/class_faiManagement.inc:567
+#: contrib/gosa.conf:201 plugins/admin/fai/class_faiManagement.inc:567
 #: plugins/admin/fai/class_faiManagement.inc:568
 msgid "Templates"
 msgstr "Vorlagen"
 
 #: plugins/admin/fai/class_faiManagement.inc:568
 msgid "Templates"
 msgstr "Vorlagen"
 
-#: contrib/gosa.conf:204 plugins/personal/environment/environment.tpl:7
+#: contrib/gosa.conf:205 plugins/personal/environment/environment.tpl:7
 msgid "Profiles"
 msgstr "Profile"
 
 msgid "Profiles"
 msgstr "Profile"
 
-#: contrib/gosa.conf:208
+#: contrib/gosa.conf:209
 msgid "Packages"
 msgstr "Pakete"
 
 msgid "Packages"
 msgstr "Pakete"
 
-#: contrib/gosa.conf:226
+#: contrib/gosa.conf:227
 msgid "{LOCATIONNAME}"
 msgstr "{LOCATIONNAME}"
 
 msgid "{LOCATIONNAME}"
 msgstr "{LOCATIONNAME}"
 
-#: contrib/gosa.conf:243 plugins/admin/ogroups/class_phonequeue.inc:164
+#: contrib/gosa.conf:244 plugins/admin/ogroups/class_phonequeue.inc:164
 msgid "German"
 msgstr "Deutsch"
 
 msgid "German"
 msgstr "Deutsch"
 
-#: contrib/gosa.conf:244
+#: contrib/gosa.conf:245
 msgid "Russian"
 msgstr "Russisch"
 
 msgid "Russian"
 msgstr "Russisch"
 
-#: contrib/gosa.conf:245
+#: contrib/gosa.conf:246
 msgid "Spanish"
 msgstr "Spanisch"
 
 msgid "Spanish"
 msgstr "Spanisch"
 
-#: contrib/gosa.conf:246
+#: contrib/gosa.conf:247
 msgid "French"
 msgstr "Französisch"
 
 msgid "French"
 msgstr "Französisch"
 
-#: contrib/gosa.conf:247
+#: contrib/gosa.conf:248
 msgid "Dutch"
 msgstr "Niederländisch"
 
 msgid "Dutch"
 msgstr "Niederländisch"
 
-#: contrib/gosa.conf:248
+#: contrib/gosa.conf:249
 msgid "English"
 msgstr "Englisch"
 
 msgid "English"
 msgstr "Englisch"
 
-#: contrib/gosa.conf:249
+#: contrib/gosa.conf:250
 msgid "Italian"
 msgstr "Italienisch"
 
 msgid "Italian"
 msgstr "Italienisch"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
-#: plugins/personal/environment/class_environment.inc:13
 #: plugins/personal/generic/class_user.inc:17
 #: plugins/personal/generic/class_user.inc:17
-#: plugins/personal/connectivity/class_webdavAccount.inc:7
-#: plugins/personal/connectivity/class_proxyAccount.inc:6
-#: plugins/personal/connectivity/class_pptpAccount.inc:27
-#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_glpiAccount.inc:26
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
 #: plugins/personal/connectivity/class_connectivity.inc:16
 #: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_glpiAccount.inc:26
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/environment/class_environment.inc:13
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
-#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
-#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
+#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/logview/class_logview.inc:7
 #: plugins/addons/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Dies tut etwas"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Dies tut etwas"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:92
-msgid "This account has no nagios extensions."
-msgstr "Dieses Konto besitzt keine Nagios-Erweiterungen."
+#: plugins/personal/mail/class_mailAccount.inc:79
+#: plugins/admin/groups/class_groupMail.inc:59
+#, php-format
+msgid "There is no mail method '%s' specified in your gosa.conf available."
+msgstr ""
+"Die in ihrer gosa.conf angegebene Zustellungs-Methode '%s' ist nicht "
+"verfügbar."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:101
-msgid "Remove nagios account"
-msgstr "Nagios-Konto entfernen"
+#: plugins/personal/mail/class_mailAccount.inc:170
+msgid "No DESC tag in vacation file:"
+msgstr "Kein DESC-Tag in der Abwesenheits-Datei:"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:102
+#: plugins/personal/mail/class_mailAccount.inc:210
+msgid "This account has no mail extensions."
+msgstr "Dieses Konto hat keine Mail-Erweiterungen."
+
+#: plugins/personal/mail/class_mailAccount.inc:219
+#: plugins/admin/groups/class_groupMail.inc:195
+#: plugins/admin/ogroups/class_mailogroup.inc:40
+msgid "Remove mail account"
+msgstr "Mail-Konto entfernen"
+
+#: plugins/personal/mail/class_mailAccount.inc:220
+#: plugins/admin/groups/class_groupMail.inc:196
 msgid ""
 msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
+"This account has mail features enabled. You can disable them by clicking "
 "below."
 msgstr ""
 "below."
 msgstr ""
-"Dieses Konto besitzt aktivierte Nagios-Erweiterungen. Sie können diese "
+"Dieses Konto hat die Mail-Erweiterungen aktiviert. Sie können diese "
 "deaktivieren, indem Sie auf die Schaltfläche unten klicken."
 
 "deaktivieren, indem Sie auf die Schaltfläche unten klicken."
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
-msgid "Create nagios account"
-msgstr "Neues Nagios-Konto erzeugen"
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:198
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+msgid "Create mail account"
+msgstr "Neues Mail-Konto erzeugen"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:199
 msgid ""
 msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
+"This account has mail features disabled. You can enable them by clicking "
 "below."
 msgstr ""
 "below."
 msgstr ""
-"Dieses Konto besitzt keine aktivierten Nagios-Erweiterungen. Sie können "
-"diese aktivieren, indem Sie auf die Schaltfläche unten klicken."
-
-#: plugins/personal/nagios/class_nagiosAccount.inc:163
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "Das benötigte Feld 'NagiosAlias' ist nicht gesetzt."
+"Dieses Konto hat keine Mail-Erweiterungen. Sie können diese aktivieren, wenn "
+"Sie auf die untere Schaltfläche klicken."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:166
-msgid "The required field 'NagiosMail' is not set."
-msgstr "Das benötigte Feld 'NagiosMail' ist nicht gesetzt."
+#: plugins/personal/mail/class_mailAccount.inc:270
+msgid "You're trying to add an invalid email address to the list of forwarders."
+msgstr ""
+"Sie versuchen, eine ungültige Mail-Adresse in die Liste der Weiterleitungen "
+"aufzunehmen."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:170
-#: plugins/personal/nagios/class_nagiosAccount.inc:174
-msgid "Please enter a valid email address in 'NagiosMail' field."
+#: plugins/personal/mail/class_mailAccount.inc:276
+#: plugins/admin/groups/class_groupMail.inc:258
+msgid "Adding your one of your own addresses to the forwarders makes no sense."
 msgstr ""
 msgstr ""
-"Bitte geben Sie eine gültige E-Mail-Adresse in das Feld 'NagiosMail' ein."
+"Das Hinzufügen Ihrer eigenen Adresse zu den Weiterleitungen macht keinen "
+"Sinn."
 
 
-#: plugins/personal/nagios/main.inc:104 plugins/personal/mail/main.inc:104
-#: plugins/personal/posix/main.inc:110 plugins/personal/samba/main.inc:104
-#: plugins/personal/environment/main.inc:104
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/generic/main.inc:158
-#: plugins/personal/connectivity/main.inc:115
-#: plugins/gofax/blocklists/generic.tpl:80
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/admin/fai/class_faiManagement.inc:392
-#: plugins/admin/groups/class_groupManagement.inc:330
-#: plugins/admin/users/class_userManagement.inc:633
-#: plugins/admin/applications/class_applicationManagement.inc:304
-#: plugins/admin/departments/class_departmentManagement.inc:347
-#: plugins/admin/systems/class_systemManagement.inc:539
-#: plugins/admin/ogroups/class_ogroupManagement.inc:338
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
-msgid "Finish"
-msgstr "Speichern"
+#: plugins/personal/mail/class_mailAccount.inc:311
+#: plugins/personal/mail/class_mailAccount.inc:316
+#: plugins/admin/groups/class_groupMail.inc:286
+msgid ""
+"You're trying to add an invalid email address to the list of alternate "
+"addresses."
+msgstr "Sie versuchen eine ungültige Mail-Adresse in die Liste aufzunehmen."
 
 
-#: plugins/personal/nagios/main.inc:106 plugins/personal/mail/main.inc:106
-#: plugins/personal/mail/mail_locals.tpl:43
-#: plugins/personal/posix/posix_groups.tpl:74
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:112
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/main.inc:106
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:39
-#: plugins/personal/environment/main.inc:106
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:31
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/generic/main.inc:160
-#: plugins/personal/connectivity/main.inc:117
-#: plugins/gofax/blocklists/generic.tpl:82
-#: plugins/gofax/blocklists/remove.tpl:16
-#: plugins/gofax/faxaccount/locals.tpl:62
-#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/remove.tpl:16
-#: plugins/addons/addressbook/address_edit.tpl:234
-#: plugins/admin/fai/class_faiManagement.inc:394
-#: plugins/admin/fai/class_faiManagement.inc:399
-#: plugins/admin/fai/faiProfileEntry.tpl:72
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiPackageNew.tpl:66
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:64 plugins/admin/fai/remove.tpl:17
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:133
-#: plugins/admin/groups/class_groupManagement.inc:332
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/group_objects.tpl:49
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/application_options.tpl:10
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:635
-#: plugins/admin/users/template.tpl:46 plugins/admin/users/remove.tpl:16
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:306
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:349
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/class_systemManagement.inc:541
-#: plugins/admin/systems/servnfs.tpl:76 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/password.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:52
-#: plugins/admin/ogroups/class_ogroupManagement.inc:340
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-msgid "Cancel"
-msgstr "Abbrechen"
+#: plugins/personal/mail/class_mailAccount.inc:326
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "The address you're trying to add is already used by user"
+msgstr ""
+"Die Adresse, die Sie gerade hinzufügen möchten, wird bereits von einem "
+"anderen Benutzer verwendet"
 
 
-#: plugins/personal/nagios/main.inc:114 plugins/personal/mail/main.inc:114
-#: plugins/personal/posix/main.inc:120 plugins/personal/samba/main.inc:114
-#: plugins/personal/environment/main.inc:114
-#: plugins/personal/generic/main.inc:179
-#: plugins/personal/connectivity/main.inc:125
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
+#: plugins/personal/mail/class_mailAccount.inc:700
+msgid "There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 msgstr ""
-"Betätigen sie den 'Bearbeiten'-Schalter unten um Informationen in diesem "
-"Dialog zu ändern"
+"Es wurde kein gültiger Mail-Server angegeben, bitte fügen Sie ein passendes "
+"System hinzu."
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:122 plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:172
-#: plugins/personal/connectivity/main.inc:126
-#: plugins/gofax/faxaccount/generic.tpl:86
-#: plugins/gofax/faxaccount/generic.tpl:92
-#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
-#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/printer.tpl:46
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Bearbeiten"
+#: plugins/personal/mail/class_mailAccount.inc:705
+#: plugins/admin/groups/class_groupMail.inc:619
+msgid "The required field 'Primary address' is not set."
+msgstr "Das benötigte Feld 'Primäre Adresse' ist nicht gesetzt."
 
 
-#: plugins/personal/nagios/main.inc:124
-msgid "Nagios settings"
-msgstr "Nagios-Einstellungen"
+#: plugins/personal/mail/class_mailAccount.inc:709
+#: plugins/personal/mail/class_mailAccount.inc:713
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/admin/ogroups/class_mailogroup.inc:70
+msgid "Please enter a valid email address in 'Primary address' field."
+msgstr ""
+"Bitte geben Sie eine gültige E-Mail-Adresse in das Feld 'Primäre Adresse' "
+"ein."
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-msgid "Nagios Account"
-msgstr "Nagios-Konto"
+#: plugins/personal/mail/class_mailAccount.inc:720
+#: plugins/admin/groups/class_groupMail.inc:628
+#: plugins/admin/ogroups/class_mailogroup.inc:77
+msgid "The primary address you've entered is already in use."
+msgstr "Die primäre Adresse, welche Sie eingegeben haben, wird bereits benutzt."
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-msgid "Alias"
-msgstr "Alias"
+#: plugins/personal/mail/class_mailAccount.inc:726
+#: plugins/admin/groups/class_groupMail.inc:634
+msgid "Value in 'Quota size' is not valid."
+msgstr "Das Feld 'Kontingent-Größe' enthält einen ungültigen Wert."
 
 
-#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
-msgid "Mail address"
-msgstr "Mail-Adresse"
-
-#: plugins/personal/nagios/nagios.tpl:17
-msgid "Host notification period"
-msgstr "Frequenz der System-Meldungen"
-
-#: plugins/personal/nagios/nagios.tpl:25
-msgid "Service notification period"
-msgstr "Frequenz der Dienst-Meldungen"
-
-#: plugins/personal/nagios/nagios.tpl:32
-msgid "Service notification options"
-msgstr "Optionen für Dienst-Meldungen"
-
-#: plugins/personal/nagios/nagios.tpl:41
-msgid "Host notification options"
-msgstr "Optionen für System-Meldungen"
-
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:242
-#: plugins/addons/addressbook/address_info.tpl:91
-#: plugins/addons/addressbook/address_edit.tpl:217 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Pager"
-msgstr "Pager"
-
-#: plugins/personal/nagios/nagios.tpl:53
-msgid "Service notification commands"
-msgstr "Befehle für Dienst-Meldungen"
-
-#: plugins/personal/nagios/nagios.tpl:57
-msgid "Host notification commands"
-msgstr "Befehle für System-Meldungen"
-
-#: plugins/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
-msgstr "Nagios Authentifikation"
-
-#: plugins/personal/nagios/nagios.tpl:69
-msgid "view system informations"
-msgstr "System-Informationen anzeigen"
-
-#: plugins/personal/nagios/nagios.tpl:72
-msgid "view configuration information"
-msgstr "Konfiguration anzeigen"
-
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr "Alle System-Befehle ausführen"
-
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
-msgstr "Alle Dienste anzeigen"
-
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr "Alle Systeme anzeigen"
+#: plugins/personal/mail/class_mailAccount.inc:735
+#: plugins/admin/groups/class_groupMail.inc:643
+msgid "Please specify a vaild mail size for mails to be rejected."
+msgstr ""
+"Bitte geben Sie eine gültige Größenbeschränkung für Mails an, die abgewiesen "
+"werden sollen."
 
 
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr "Alle Dienst-Befehle ausführen"
+#: plugins/personal/mail/class_mailAccount.inc:745
+#: plugins/admin/groups/class_groupMail.inc:651
+msgid "You need to set the maximum mail size in order to reject anything."
+msgstr "Sie müssen die maximale Mail-Größe angeben, um Mails abzuweisen."
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
-msgstr "Alle Host-Befehle ausführen"
+#: plugins/personal/mail/class_mailAccount.inc:749
+msgid "You specified Spam settings, but there is no Folder specified."
+msgstr "Es wurde kein Ordner für die gewählten Spam-Einstellungen angegeben."
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
 #: plugins/admin/ogroups/mail.tpl:10
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
 #: plugins/admin/ogroups/mail.tpl:10
@@ -608,48 +491,50 @@ msgstr "Liste alternativer Mail-Adressen"
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
-#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/trust_machines.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/connectivity/class_kolabAccount.inc:203
+#: plugins/personal/connectivity/kolab.tpl:18
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
 #: plugins/personal/environment/kioskManagement.tpl:13
 #: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/personal/connectivity/kolab.tpl:18
-#: plugins/personal/connectivity/class_kolabAccount.inc:203
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
-#: plugins/admin/fai/class_faiProfile.inc:153
-#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
-#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
+#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95
 #: plugins/admin/groups/class_groupMail.inc:413
 #: plugins/admin/groups/class_groupMail.inc:413
-#: plugins/admin/groups/application.tpl:14
+#: plugins/admin/groups/application.tpl:15
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servRepositorySetup.tpl:36
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/servRepository.tpl:14
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
+#: plugins/admin/fai/class_faiProfile.inc:153
+#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Hinzufügen"
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Hinzufügen"
@@ -658,36 +543,35 @@ msgstr "Hinzuf
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
+#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
-#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
-#: plugins/addons/addressbook/remove.tpl:14
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
-#: plugins/admin/fai/remove.tpl:15 plugins/admin/fai/faiHook.tpl:45
-#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
-#: plugins/admin/groups/remove.tpl:14 plugins/admin/groups/generic.tpl:105
-#: plugins/admin/users/remove.tpl:14 plugins/admin/applications/remove.tpl:13
+#: plugins/addons/addressbook/remove.tpl:14 plugins/admin/groups/mail.tpl:52
+#: plugins/admin/groups/mail.tpl:97 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/groups/generic.tpl:105 plugins/admin/users/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/workstationStartup.tpl:51
-#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
+#: plugins/admin/systems/remove.tpl:14
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/workstationStartup.tpl:51
+#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
-#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/gofon/macro/remove.tpl:13
-#: plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/conference/remove.tpl:14
+#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
+#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
+#: plugins/admin/fai/faiHook.tpl:45 plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/conference/remove.tpl:14
 msgid "Delete"
 msgstr "Entfernen"
 
 msgid "Delete"
 msgstr "Entfernen"
 
@@ -706,8 +590,7 @@ msgid "No delivery to own mailbox"
 msgstr "Keine Zustellung in eigenes Postfach"
 
 #: plugins/personal/mail/generic.tpl:75
 msgstr "Keine Zustellung in eigenes Postfach"
 
 #: plugins/personal/mail/generic.tpl:75
-msgid ""
-"Select to automatically response with the vacation message defined below"
+msgid "Select to automatically response with the vacation message defined below"
 msgstr "Wählen Sie dies, um automatisch eine Urlaubsmeldung zu generieren"
 
 #: plugins/personal/mail/generic.tpl:75
 msgstr "Wählen Sie dies, um automatisch eine Urlaubsmeldung zu generieren"
 
 #: plugins/personal/mail/generic.tpl:75
@@ -724,8 +607,7 @@ msgstr "Verschiebe Mails mit einem SPAM-Level gr
 
 #: plugins/personal/mail/generic.tpl:84
 msgid "Choose spam level - smaller values are more sensitive"
 
 #: plugins/personal/mail/generic.tpl:84
 msgid "Choose spam level - smaller values are more sensitive"
-msgstr ""
-"Wählen sie den 'SPAM'-Level - kleinere Werte reagieren empfindlicher auf SPAM"
+msgstr "Wählen sie den 'SPAM'-Level - kleinere Werte reagieren empfindlicher auf SPAM"
 
 #: plugins/personal/mail/generic.tpl:87
 msgid "to folder"
 
 #: plugins/personal/mail/generic.tpl:87
 msgid "to folder"
@@ -736,9 +618,9 @@ msgid "Reject mails bigger than"
 msgstr "Mails abweisen, die größer sind als"
 
 #: plugins/personal/mail/generic.tpl:96
 msgstr "Mails abweisen, die größer sind als"
 
 #: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:71
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
+#: plugins/personal/environment/environment.tpl:71
 msgid "MB"
 msgstr "MB"
 
 msgid "MB"
 msgstr "MB"
 
@@ -777,138 +659,128 @@ msgstr "Eigenes Sieve-Skript verwenden"
 msgid "disables all Mail options!"
 msgstr "schaltet alle übrigen Mail-Einstellungen aus!"
 
 msgid "disables all Mail options!"
 msgstr "schaltet alle übrigen Mail-Einstellungen aus!"
 
-#: plugins/personal/mail/class_mailAccount.inc:79
-#: plugins/admin/groups/class_groupMail.inc:59
-#, php-format
-msgid "There is no mail method '%s' specified in your gosa.conf available."
-msgstr ""
-"Die in ihrer gosa.conf angegebene Zustellungs-Methode '%s' ist nicht "
-"verfügbar."
-
-#: plugins/personal/mail/class_mailAccount.inc:170
-msgid "No DESC tag in vacation file:"
-msgstr "Kein DESC-Tag in der Abwesenheits-Datei:"
-
-#: plugins/personal/mail/class_mailAccount.inc:210
-msgid "This account has no mail extensions."
-msgstr "Dieses Konto hat keine Mail-Erweiterungen."
+#: plugins/personal/mail/main.inc:104 plugins/personal/posix/main.inc:110
+#: plugins/personal/samba/main.inc:104
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/main.inc:158
+#: plugins/personal/connectivity/main.inc:118
+#: plugins/personal/environment/main.inc:104
+#: plugins/personal/nagios/main.inc:104
+#: plugins/gofax/blocklists/generic.tpl:80
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/admin/groups/class_groupManagement.inc:330
+#: plugins/admin/users/class_userManagement.inc:633
+#: plugins/admin/applications/class_applicationManagement.inc:304
+#: plugins/admin/departments/class_departmentManagement.inc:347
+#: plugins/admin/systems/class_systemManagement.inc:539
+#: plugins/admin/ogroups/class_ogroupManagement.inc:338
+#: plugins/admin/fai/class_faiManagement.inc:392
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
+msgid "Finish"
+msgstr "Speichern"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:219
-#: plugins/admin/groups/class_groupMail.inc:195
-#: plugins/admin/ogroups/class_mailogroup.inc:40
-msgid "Remove mail account"
-msgstr "Mail-Konto entfernen"
+#: plugins/personal/mail/main.inc:106 plugins/personal/mail/mail_locals.tpl:43
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/posix/posix_groups.tpl:74
+#: plugins/personal/posix/main.inc:112 plugins/personal/samba/main.inc:106
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/generic/generic_picture.tpl:31
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/main.inc:160
+#: plugins/personal/connectivity/main.inc:120
+#: plugins/personal/environment/main.inc:106
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:39
+#: plugins/personal/nagios/main.inc:106
+#: plugins/gofax/blocklists/generic.tpl:82
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/locals.tpl:62
+#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/admin/groups/class_groupManagement.inc:332
+#: plugins/admin/groups/remove.tpl:16
+#: plugins/admin/groups/application_options.tpl:10
+#: plugins/admin/groups/group_objects.tpl:49
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
+#: plugins/admin/users/template.tpl:46
+#: plugins/admin/users/class_userManagement.inc:635
+#: plugins/admin/users/remove.tpl:16 plugins/admin/applications/remove.tpl:15
+#: plugins/admin/applications/class_applicationManagement.inc:306
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/departments/class_departmentManagement.inc:349
+#: plugins/admin/systems/class_systemManagement.inc:541
+#: plugins/admin/systems/remove.tpl:16 plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/chooser.tpl:18 plugins/admin/systems/servnfs.tpl:76
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:52
+#: plugins/admin/ogroups/class_ogroupManagement.inc:340
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:394
+#: plugins/admin/fai/class_faiManagement.inc:399
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:72
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiVariableEntry.tpl:49
+#: plugins/admin/fai/faiHookEntry.tpl:70
+#: plugins/admin/fai/faiTemplateEntry.tpl:133
+#: plugins/admin/fai/faiPackageEntry.tpl:64
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageNew.tpl:66
+#: plugins/gofon/phoneaccount/main.inc:107 plugins/gofon/macro/remove.tpl:15
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
+#: plugins/gofon/conference/remove.tpl:16
+#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
+msgid "Cancel"
+msgstr "Abbrechen"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:220
-#: plugins/admin/groups/class_groupMail.inc:196
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
+#: plugins/personal/mail/main.inc:114 plugins/personal/posix/main.inc:120
+#: plugins/personal/samba/main.inc:114 plugins/personal/generic/main.inc:179
+#: plugins/personal/connectivity/main.inc:128
+#: plugins/personal/environment/main.inc:114
+#: plugins/personal/nagios/main.inc:114 plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+msgid "Click the 'Edit' button below to change informations in this dialog"
 msgstr ""
 msgstr ""
-"Dieses Konto hat die Mail-Erweiterungen aktiviert. Sie können diese "
-"deaktivieren, indem Sie auf die Schaltfläche unten klicken."
+"Betätigen sie den 'Bearbeiten'-Schalter unten um Informationen in diesem "
+"Dialog zu ändern"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:198
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid "Create mail account"
-msgstr "Neues Mail-Konto erzeugen"
+#: plugins/personal/mail/main.inc:115 plugins/personal/posix/main.inc:122
+#: plugins/personal/samba/main.inc:115 plugins/personal/generic/main.inc:172
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/nagios/main.inc:115
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/admin/systems/printer.tpl:46
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
+#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
+#: plugins/gofon/phoneaccount/main.inc:113
+msgid "Edit"
+msgstr "Bearbeiten"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:199
-msgid ""
-"This account has mail features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Dieses Konto hat keine Mail-Erweiterungen. Sie können diese aktivieren, wenn "
-"Sie auf die untere Schaltfläche klicken."
+#: plugins/personal/mail/main.inc:124
+msgid "User mail settings"
+msgstr "Benutzer Mail-Einstellungen"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:270
-msgid ""
-"You're trying to add an invalid email address to the list of forwarders."
-msgstr ""
-"Sie versuchen, eine ungültige Mail-Adresse in die Liste der Weiterleitungen "
-"aufzunehmen."
-
-#: plugins/personal/mail/class_mailAccount.inc:276
-#: plugins/admin/groups/class_groupMail.inc:258
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
-msgstr ""
-"Das Hinzufügen Ihrer eigenen Adresse zu den Weiterleitungen macht keinen "
-"Sinn."
-
-#: plugins/personal/mail/class_mailAccount.inc:311
-#: plugins/personal/mail/class_mailAccount.inc:316
-#: plugins/admin/groups/class_groupMail.inc:286
-msgid ""
-"You're trying to add an invalid email address to the list of alternate "
-"addresses."
-msgstr "Sie versuchen eine ungültige Mail-Adresse in die Liste aufzunehmen."
-
-#: plugins/personal/mail/class_mailAccount.inc:326
-#: plugins/admin/groups/class_groupMail.inc:291
-msgid "The address you're trying to add is already used by user"
-msgstr ""
-"Die Adresse, die Sie gerade hinzufügen möchten, wird bereits von einem "
-"anderen Benutzer verwendet"
-
-#: plugins/personal/mail/class_mailAccount.inc:700
-msgid ""
-"There is no valid mailserver specified, please add one in the system setup."
-msgstr ""
-"Es wurde kein gültiger Mail-Server angegeben, bitte fügen Sie ein passendes "
-"System hinzu."
-
-#: plugins/personal/mail/class_mailAccount.inc:705
-#: plugins/admin/groups/class_groupMail.inc:619
-msgid "The required field 'Primary address' is not set."
-msgstr "Das benötigte Feld 'Primäre Adresse' ist nicht gesetzt."
-
-#: plugins/personal/mail/class_mailAccount.inc:709
-#: plugins/personal/mail/class_mailAccount.inc:713
-#: plugins/addons/addressbook/class_addressbook.inc:590
-#: plugins/admin/ogroups/class_mailogroup.inc:70
-msgid "Please enter a valid email address in 'Primary address' field."
-msgstr ""
-"Bitte geben Sie eine gültige E-Mail-Adresse in das Feld 'Primäre Adresse' "
-"ein."
-
-#: plugins/personal/mail/class_mailAccount.inc:720
-#: plugins/admin/groups/class_groupMail.inc:628
-#: plugins/admin/ogroups/class_mailogroup.inc:77
-msgid "The primary address you've entered is already in use."
-msgstr ""
-"Die primäre Adresse, welche Sie eingegeben haben, wird bereits benutzt."
-
-#: plugins/personal/mail/class_mailAccount.inc:726
-#: plugins/admin/groups/class_groupMail.inc:634
-msgid "Value in 'Quota size' is not valid."
-msgstr "Das Feld 'Kontingent-Größe' enthält einen ungültigen Wert."
-
-#: plugins/personal/mail/class_mailAccount.inc:735
-#: plugins/admin/groups/class_groupMail.inc:643
-msgid "Please specify a vaild mail size for mails to be rejected."
-msgstr ""
-"Bitte geben Sie eine gültige Größenbeschränkung für Mails an, die abgewiesen "
-"werden sollen."
-
-#: plugins/personal/mail/class_mailAccount.inc:745
-#: plugins/admin/groups/class_groupMail.inc:651
-msgid "You need to set the maximum mail size in order to reject anything."
-msgstr "Sie müssen die maximale Mail-Größe angeben, um Mails abzuweisen."
-
-#: plugins/personal/mail/class_mailAccount.inc:749
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr "Es wurde kein Ordner für die gewählten Spam-Einstellungen angegeben."
-
-#: plugins/personal/mail/main.inc:124
-msgid "User mail settings"
-msgstr "Benutzer Mail-Einstellungen"
-
-#: plugins/personal/mail/mail_locals.tpl:6
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Wählen Sie die hinzuzufügenden Adressen"
+#: plugins/personal/mail/mail_locals.tpl:6
+#: plugins/admin/groups/mail_locals.tpl:6
+msgid "Select addresses to add"
+msgstr "Wählen Sie die hinzuzufügenden Adressen"
 
 #: plugins/personal/mail/mail_locals.tpl:20
 #: plugins/personal/posix/posix_groups.tpl:20
 
 #: plugins/personal/mail/mail_locals.tpl:20
 #: plugins/personal/posix/posix_groups.tpl:20
@@ -918,25 +790,27 @@ msgstr "W
 #: plugins/gofax/blocklists/headpage.tpl:29
 #: plugins/gofax/faxaccount/locals.tpl:19
 #: plugins/addons/addressbook/contents.tpl:58
 #: plugins/gofax/blocklists/headpage.tpl:29
 #: plugins/gofax/faxaccount/locals.tpl:19
 #: plugins/addons/addressbook/contents.tpl:58
-#: plugins/admin/fai/faiProfileEntry.tpl:32
-#: plugins/admin/fai/faiPackageEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
 #: plugins/admin/groups/headpage.tpl:30
 #: plugins/admin/groups/group_objects.tpl:20
 #: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
 #: plugins/admin/applications/headpage.tpl:29
 #: plugins/admin/departments/headpage.tpl:29
 #: plugins/admin/groups/headpage.tpl:30
 #: plugins/admin/groups/group_objects.tpl:20
 #: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
 #: plugins/admin/applications/headpage.tpl:29
 #: plugins/admin/departments/headpage.tpl:29
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
 #: plugins/admin/systems/headpage.tpl:29
 #: plugins/admin/systems/headpage.tpl:29
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:20
 #: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/admin/ogroups/headpage.tpl:29 plugins/gofon/macro/headpage.tpl:29
+#: plugins/admin/ogroups/headpage.tpl:29
+#: plugins/admin/fai/faiProfileEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/gofon/macro/headpage.tpl:29
 #: plugins/gofon/conference/headpage.tpl:29
 msgid "Filters"
 msgstr "Filter"
 
 #: plugins/personal/mail/mail_locals.tpl:27
 #: plugins/gofon/conference/headpage.tpl:29
 msgid "Filters"
 msgstr "Filter"
 
 #: plugins/personal/mail/mail_locals.tpl:27
-#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:27
 #: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
@@ -969,11 +843,11 @@ msgstr "Benutzername, dessen Adressen angezeigt werden"
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
-#: plugins/admin/systems/servdb.tpl:109
+#: plugins/admin/systems/servdb.tpl:109 ihtml/themes/altlinux/login.tpl:35
+#: ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
-#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
-#: ihtml/themes/default/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
+#: ihtml/themes/default/setup_useradmin.tpl:30
 msgid "Password"
 msgstr "Passwort"
 
 msgid "Password"
 msgstr "Passwort"
 
@@ -1039,11 +913,11 @@ msgstr ""
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66 include/functions.inc:1319
-#: ihtml/themes/altlinux/setup_useradmin.tpl:40
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: include/functions.inc:1319 ihtml/themes/altlinux/setup_useradmin.tpl:40
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
@@ -1080,8 +954,7 @@ msgstr ""
 #: plugins/personal/password/main.inc:51 plugins/personal/generic/main.inc:89
 #: plugins/admin/users/class_userManagement.inc:269
 msgid "The password you've entered as 'New password' is empty."
 #: plugins/personal/password/main.inc:51 plugins/personal/generic/main.inc:89
 #: plugins/admin/users/class_userManagement.inc:269
 msgid "The password you've entered as 'New password' is empty."
-msgstr ""
-"Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben ist leer."
+msgstr "Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben ist leer."
 
 #: plugins/personal/password/main.inc:59
 msgid "The password used as new and current are too similar."
 
 #: plugins/personal/password/main.inc:59
 msgid "The password used as new and current are too similar."
@@ -1089,8 +962,7 @@ msgstr "Das alte und neue Passwort sind sich zu 
 
 #: plugins/personal/password/main.inc:64
 msgid "The password used as new is to short."
 
 #: plugins/personal/password/main.inc:64
 msgid "The password used as new is to short."
-msgstr ""
-"Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben, ist zu kurz."
+msgstr "Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben, ist zu kurz."
 
 #: plugins/personal/password/main.inc:71
 msgid "You have no permissions to change your password."
 
 #: plugins/personal/password/main.inc:71
 msgid "You have no permissions to change your password."
@@ -1100,6 +972,19 @@ msgstr "Sie haben keine Berechtigung ihr Passwort zu 
 msgid "External password changer reported a problem: "
 msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet:"
 
 msgid "External password changer reported a problem: "
 msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet:"
 
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
+msgstr "Wählen Sie die hinzuzufügenden Systeme"
+
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
+msgstr "Zeige die Systeme der Abteilung"
+
+#: plugins/personal/posix/trust_machines.tpl:30
+#: plugins/admin/systems/headpage.tpl:50
+msgid "Display systems matching"
+msgstr "Zeige die Systeme, auf die das Folgende passt"
+
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Wählen Sie die hinzuzufügenden Gruppen"
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Wählen Sie die hinzuzufügenden Gruppen"
@@ -1107,8 +992,7 @@ msgstr "W
 #: plugins/personal/posix/posix_groups.tpl:27
 #: plugins/admin/groups/headpage.tpl:40
 msgid "Select to see groups that are primary groups of users"
 #: plugins/personal/posix/posix_groups.tpl:27
 #: plugins/admin/groups/headpage.tpl:40
 msgid "Select to see groups that are primary groups of users"
-msgstr ""
-"Auswählen, um die Gruppen zu sehen, die primären Gruppen der Benutzer sind"
+msgstr "Auswählen, um die Gruppen zu sehen, die primären Gruppen der Benutzer sind"
 
 #: plugins/personal/posix/posix_groups.tpl:27
 #: plugins/admin/groups/headpage.tpl:41
 
 #: plugins/personal/posix/posix_groups.tpl:27
 #: plugins/admin/groups/headpage.tpl:41
@@ -1118,8 +1002,7 @@ msgstr "Zeige prim
 #: plugins/personal/posix/posix_groups.tpl:28
 #: plugins/admin/groups/headpage.tpl:44
 msgid "Select to see groups that have samba groups mappings"
 #: plugins/personal/posix/posix_groups.tpl:28
 #: plugins/admin/groups/headpage.tpl:44
 msgid "Select to see groups that have samba groups mappings"
-msgstr ""
-"Auswählen, um die Gruppen zu sehen, denen Samba-Eigenschaften zugeordnet sind"
+msgstr "Auswählen, um die Gruppen zu sehen, denen Samba-Eigenschaften zugeordnet sind"
 
 #: plugins/personal/posix/posix_groups.tpl:28
 #: plugins/admin/groups/headpage.tpl:45
 
 #: plugins/personal/posix/posix_groups.tpl:28
 #: plugins/admin/groups/headpage.tpl:45
@@ -1174,6 +1057,7 @@ msgstr "Regul
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
+#: plugins/admin/systems/servRepository.tpl:36
 msgid "Display groups of user"
 msgstr "Zeige Gruppen des Benutzers"
 
 msgid "Display groups of user"
 msgstr "Zeige Gruppen des Benutzers"
 
@@ -1191,19 +1075,6 @@ msgstr "Der Benutzer muss beim ersten Anmelden sein Passwort 
 msgid "Password expires on"
 msgstr "Passwort läuft ab am"
 
 msgid "Password expires on"
 msgstr "Passwort läuft ab am"
 
-#: plugins/personal/posix/trust_machines.tpl:6
-msgid "Select systems to add"
-msgstr "Wählen Sie die hinzuzufügenden Systeme"
-
-#: plugins/personal/posix/trust_machines.tpl:26
-msgid "Display systems of department"
-msgstr "Zeige die Systeme der Abteilung"
-
-#: plugins/personal/posix/trust_machines.tpl:30
-#: plugins/admin/systems/headpage.tpl:50
-msgid "Display systems matching"
-msgstr "Zeige die Systeme, auf die das Folgende passt"
-
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
@@ -1257,6 +1128,10 @@ msgstr "System-Vertrauen"
 msgid "Trust mode"
 msgstr "Vertrauens-Modus"
 
 msgid "Trust mode"
 msgstr "Vertrauens-Modus"
 
+#: plugins/personal/posix/main.inc:131
+msgid "Unix settings"
+msgstr "UNIX-Einstellungen"
+
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
@@ -1318,8 +1193,7 @@ msgstr ""
 #: plugins/personal/posix/class_posixAccount.inc:437
 #, php-format
 msgid "Password can't be changed up to %s days after last change"
 #: plugins/personal/posix/class_posixAccount.inc:437
 #, php-format
 msgid "Password can't be changed up to %s days after last change"
-msgstr ""
-"Passwort kann bis zu %s Tage nach der letzten Änderung nicht geändert werden"
+msgstr "Passwort kann bis zu %s Tage nach der letzten Änderung nicht geändert werden"
 
 #: plugins/personal/posix/class_posixAccount.inc:439
 #, php-format
 
 #: plugins/personal/posix/class_posixAccount.inc:439
 #, php-format
@@ -1494,8 +1368,7 @@ msgstr "Das ben
 
 #: plugins/personal/posix/class_posixAccount.inc:883
 msgid "Please enter a valid path in 'Home directory' field."
 
 #: plugins/personal/posix/class_posixAccount.inc:883
 msgid "Please enter a valid path in 'Home directory' field."
-msgstr ""
-"Bitte geben Sie einen gültigen Pfad in das Feld 'Basisverzeichnis' ein."
+msgstr "Bitte geben Sie einen gültigen Pfad in das Feld 'Basisverzeichnis' ein."
 
 #: plugins/personal/posix/class_posixAccount.inc:891
 msgid "Value specified as 'UID' is not valid."
 
 #: plugins/personal/posix/class_posixAccount.inc:891
 msgid "Value specified as 'UID' is not valid."
@@ -1533,13 +1406,11 @@ msgstr "'shadowWarning' in ohne die Angabe von 'shadowMax' ergibt keinen Sinn."
 
 #: plugins/personal/posix/class_posixAccount.inc:925
 msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
 
 #: plugins/personal/posix/class_posixAccount.inc:925
 msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
-msgstr ""
-"Der angegebene Wert 'shadowWarning' sollte kleiner als 'shadowMax' sein."
+msgstr "Der angegebene Wert 'shadowWarning' sollte kleiner als 'shadowMax' sein."
 
 #: plugins/personal/posix/class_posixAccount.inc:928
 msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
 
 #: plugins/personal/posix/class_posixAccount.inc:928
 msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
-msgstr ""
-"Der angegebene Wert 'shadowWarning' sollte größer als 'shadowMin' sein."
+msgstr "Der angegebene Wert 'shadowWarning' sollte größer als 'shadowMin' sein."
 
 #: plugins/personal/posix/class_posixAccount.inc:933
 msgid "Value specified as 'shadowInactive' is not valid."
 
 #: plugins/personal/posix/class_posixAccount.inc:933
 msgid "Value specified as 'shadowInactive' is not valid."
@@ -1547,8 +1418,7 @@ msgstr "Der von ihnen angegebene Wert 'shadowInactive' ist nicht g
 
 #: plugins/personal/posix/class_posixAccount.inc:936
 msgid "'shadowInactive' without 'shadowMax' makes no sense."
 
 #: plugins/personal/posix/class_posixAccount.inc:936
 msgid "'shadowInactive' without 'shadowMax' makes no sense."
-msgstr ""
-"'shadowInactive' in ohne die Angabe von 'shadowMax' ergibt keinen Sinn."
+msgstr "'shadowInactive' in ohne die Angabe von 'shadowMax' ergibt keinen Sinn."
 
 #: plugins/personal/posix/class_posixAccount.inc:941
 msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
 
 #: plugins/personal/posix/class_posixAccount.inc:941
 msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
@@ -1561,10 +1431,6 @@ msgstr ""
 "Es sind zu viele Benutzer in der Datenbank. Es kann keine freie ID "
 "reserviert werden!"
 
 "Es sind zu viele Benutzer in der Datenbank. Es kann keine freie ID "
 "reserviert werden!"
 
-#: plugins/personal/posix/main.inc:131
-msgid "Unix settings"
-msgstr "UNIX-Einstellungen"
-
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Samba-Basisverzeichnis"
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Samba-Basisverzeichnis"
@@ -1691,6 +1557,10 @@ msgstr "Konto l
 msgid "Allow connection from these workstations only"
 msgstr "Erlaube Verbindungen nur von diesen Arbeitsstationen"
 
 msgid "Allow connection from these workstations only"
 msgstr "Erlaube Verbindungen nur von diesen Arbeitsstationen"
 
+#: plugins/personal/samba/main.inc:123
+msgid "Samba settings"
+msgstr "Samba-Einstellungen"
+
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Wählen Sie die hinzuzufügenden Arbeitsstationen"
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Wählen Sie die hinzuzufügenden Arbeitsstationen"
@@ -1699,10 +1569,6 @@ msgstr "W
 msgid "Display workstations of department"
 msgstr "Zeige die Arbeitsstationen der Abteilung"
 
 msgid "Display workstations of department"
 msgstr "Zeige die Arbeitsstationen der Abteilung"
 
-#: plugins/personal/samba/main.inc:123
-msgid "Samba settings"
-msgstr "Samba-Einstellungen"
-
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "Dieses Konto besitzt keine Samba-Erweiterungen."
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "Dieses Konto besitzt keine Samba-Erweiterungen."
@@ -1780,8 +1646,7 @@ msgstr "Der als '%s' angegebene Wert enh
 
 #: plugins/personal/samba/class_sambaAccount.inc:651
 #, php-format
 
 #: plugins/personal/samba/class_sambaAccount.inc:651
 #, php-format
-msgid ""
-"The timeout property '%s' is checked and contains invalid or no characters!"
+msgid "The timeout property '%s' is checked and contains invalid or no characters!"
 msgstr ""
 "Die Zeitlimitoption '%s' ist ausgewählt, das entsprechende Feld enthält "
 "ungültige oder keine Zeichen!"
 msgstr ""
 "Die Zeitlimitoption '%s' ist ausgewählt, das entsprechende Feld enthält "
 "ungültige oder keine Zeichen!"
@@ -1810,1218 +1675,1411 @@ msgstr ""
 "Warnung: Die primäre Benutzergruppe kann nicht identifiziert werden, daher "
 "kann keine Umwandlung in eine Samba-Gruppe vorgenommen werden!"
 
 "Warnung: Die primäre Benutzergruppe kann nicht identifiziert werden, daher "
 "kann keine Umwandlung in eine Samba-Gruppe vorgenommen werden!"
 
-#: plugins/personal/environment/class_hotplugDialog.inc:111
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
-msgstr "Bitte geben Sie einen gültigen Namen ein (0-9 und a-z sind erlaubt)."
+#: plugins/personal/generic/class_user.inc:251
+msgid "female"
+msgstr "weiblich"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:114
-msgid "Invalid character in description. Please specify a valid description."
-msgstr ""
-"Ungültiges Zeichen im Feld 'Beschreibung'. Bitte geben Sie eine gültige "
-"Beschreibung ein."
+#: plugins/personal/generic/class_user.inc:251
+msgid "male"
+msgstr "männlich"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:117
-msgid "Please specify a valid id."
-msgstr "Bitte geben Sie eine gültige ID ein!"
+#: plugins/personal/generic/class_user.inc:265
+msgid "This account has no valid GOsa extensions."
+msgstr "Dieses Konto besitzt keine gültigen GOsa-Erweiterungen."
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:123
-msgid "An Entry with this name already exists."
-msgstr "Ein Eintrag mit diesem Namen existiert bereits."
+#: plugins/personal/generic/class_user.inc:294
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+msgstr ""
+"Die angegebene Datei wurde nicht über HTTP POST übertragen! Aktion "
+"abgebrochen."
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:128
-msgid "Please select an entry or press cancel."
-msgstr "Bitte wählen Sie einen Eintrag oder 'Abbrechen'."
+#: plugins/personal/generic/class_user.inc:390
+msgid "Please enter a valid serial number"
+msgstr "Bitte geben Sie eine gültige Seriennummer ein"
 
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:67
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
-msgid "Please select a printer or press cancel."
-msgstr "Bitte wählen Sie einen Drucker oder 'Abbrechen'."
+#: plugins/personal/generic/class_user.inc:427
+#, php-format
+msgid "Certificate is valid from %s to %s and is currently %s."
+msgstr ""
+"Zertifkat ist gültig im Zeitraum von <b>%s</b> bis <b>%s</b> (momentan: <b>%"
+"s</b>)."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Hotplug-Geräte hinzufügen"
+#: plugins/personal/generic/class_user.inc:427
+msgid "valid"
+msgstr "gültig"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Verwaltung der Hotplug-Geräte"
+#: plugins/personal/generic/class_user.inc:427
+msgid "invalid"
+msgstr "ungültig"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Auswahl des hinzuzufügenden Hotplug-Gerätes"
+#: plugins/personal/generic/class_user.inc:431
+msgid "No certificate installed"
+msgstr "Kein Zertifikat eingerichtet"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
-msgstr "Wählen Sie die Abteilung, auf die die Suchfunktion angewandt wird"
+#: plugins/personal/generic/class_user.inc:840
+msgid "Kerberos database communication failed"
+msgstr "Die Kommunikation mit der Kerberos-Datenbank ist fehlgeschlagen"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/groups/group_objects.tpl:38
-#: plugins/admin/users/headpage.tpl:48
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Zeige die Benutzer, auf die Folgendes passt"
+#: plugins/personal/generic/class_user.inc:857
+msgid "Can't remove user from kerberos database."
+msgstr "Benutzer kann nicht aus der Kerberos-Datenbank entfernt werden."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr "Regulärer Ausdruck zum Erkennen von Hotplug-Geräten"
+#: plugins/personal/generic/class_user.inc:868
+msgid "Can't add user to kerberos database."
+msgstr "Benutzer kann nicht zur Kerberos-Datenbank hinzugefügt werden."
 
 
-#: plugins/personal/environment/class_environment.inc:246
-#: plugins/personal/environment/class_environment.inc:282
-msgid "Remove environment extension"
-msgstr "Umgebungs-Erweiterung entfernen"
+#: plugins/personal/generic/class_user.inc:898
+msgid "Invalid characters in uid."
+msgstr "Das Feld 'UID' enthält ungültige Zeichen."
 
 
-#: plugins/personal/environment/class_environment.inc:247
-#: plugins/personal/environment/class_environment.inc:283
-msgid "Environment extension enabled. You can disable it by clicking below."
+#: plugins/personal/generic/class_user.inc:912
+msgid "You have no permissions to create a user on this 'Base'."
 msgstr ""
 msgstr ""
-"Dieses Konto besitzt aktivierte Umgebungs-Erweiterungen. Sie können diese "
-"durch einen Klick auf die Schaltfläche unten deaktivieren."
-
-#: plugins/personal/environment/class_environment.inc:256
-#: plugins/personal/environment/class_environment.inc:261
-#: plugins/personal/environment/class_environment.inc:289
-#: plugins/personal/environment/class_environment.inc:294
-msgid "Add environment extension"
-msgstr "Umgebungs-Erweiterung hinzufügen"
+"Sie haben keine Berechtigung, einen Benutzer innerhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/personal/environment/class_environment.inc:257
-#: plugins/personal/environment/class_environment.inc:290
-msgid "Environment extension disabled. You can enable it by clicking below."
+#: plugins/personal/generic/class_user.inc:917
+msgid "You have no permissions to move a user from the original 'Base'."
 msgstr ""
 msgstr ""
-"Aktuell besitzt dieses Konto keine aktivierten Umgebungs-Erweiterungen. Sie "
-"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
+"Sie haben keine Berechtigung, einen Benutzer aus der ursprünglichen 'Basis' "
+"zu verschieben."
 
 
-#: plugins/personal/environment/class_environment.inc:262
-#: plugins/personal/environment/class_environment.inc:295
-msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
-msgstr ""
-"Aktuell besitzt dieser Server keine aktivierten Umgebungs-Erweiterungen. Um "
-"diese zu aktivieren werden die UNIX-Erweiterungen benötigt. Diese müssen "
-"zuerst aktiviert werden."
+#: plugins/personal/generic/class_user.inc:923
+#: plugins/addons/addressbook/class_addressbook.inc:547
+#: plugins/admin/users/class_userManagement.inc:547
+msgid "The required field 'Name' is not set."
+msgstr "Das benötigte Feld 'Name' ist nicht gesetzt."
 
 
-#: plugins/personal/environment/class_environment.inc:486
-#: plugins/personal/environment/class_environment.inc:488
-#: plugins/admin/systems/class_terminalStartup.inc:134
-#: plugins/admin/systems/class_workstationStartup.inc:345
-msgid "You must specify a valid mount point."
-msgstr "Bitte geben Sie einen gültigen Mount-Pfad an!"
+#: plugins/personal/generic/class_user.inc:932
+msgid "There's already a person with this 'Login' in the database."
+msgstr "Die von Ihnen angegebene 'Kennung' ist bereits vergeben."
 
 
-#: plugins/personal/environment/class_environment.inc:717
-msgid "Please set a valid profile quota size."
-msgstr "Bitte wählen Sie eine gültige Kontingent-Grösse."
+#: plugins/personal/generic/class_user.inc:938
+#: plugins/addons/addressbook/class_addressbook.inc:551
+#: plugins/admin/users/class_userManagement.inc:550
+msgid "The required field 'Given name' is not set."
+msgstr "Das benötigte Feld 'Vorname' ist nicht gesetzt."
 
 
-#: plugins/personal/environment/class_environment.inc:724
+#: plugins/personal/generic/class_user.inc:941
+msgid "The required field 'Login' is not set."
+msgstr "Das benötigte Feld 'Kennung' ist nicht gesetzt."
+
+#: plugins/personal/generic/class_user.inc:948
 msgid ""
 msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
 msgstr ""
 msgstr ""
-"Sie benötigen eine gültige UNIX-Erweiterung, um die Umgebungs-Erweiterung zu "
-"aktivieren."
+"Die von Ihnen angegebene Kombination aus 'Name'/'Vorname' ist bereits in der "
+"Datenbank vorhanden."
 
 
-#: plugins/personal/environment/class_environment.inc:746
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+#: plugins/personal/generic/class_user.inc:955
+msgid ""
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
-"Das neue Kiosk-Profil kann nicht gespeichert werden. Wahrscheinlich besitzen "
-"Sie nicht die nötigen Rechte."
+"Das Feld 'Kennung' enthält ungültige Zeichen. Kleinbuchstaben, Zahlen und "
+"Bindestriche sind erlaubt."
 
 
-#: plugins/personal/environment/class_environment.inc:839
-msgid "Error while writing printer"
-msgstr "Fehler beim Speichern des Druckers"
+#: plugins/personal/generic/class_user.inc:958
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "Das Feld 'Homepage' enthält eine ungültige Internetadresse."
 
 
-#: plugins/personal/environment/class_environment.inc:909
-msgid "Error while writing printer settings"
-msgstr "Fehler beim Speichern der Drucker-Einstellungen"
+#: plugins/personal/generic/class_user.inc:961
+#: plugins/personal/generic/class_user.inc:989
+#: plugins/addons/addressbook/class_addressbook.inc:557
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/admin/departments/class_departmentGeneric.inc:176
+msgid "The field 'Name' contains invalid characters."
+msgstr "Das Feld 'Name' enthält ungültige Zeichen."
 
 
-#: plugins/personal/environment/class_environment.inc:1031
-msgid "Admin"
-msgstr "Administrator"
+#: plugins/personal/generic/class_user.inc:964
+#: plugins/personal/generic/class_user.inc:986
+#: plugins/addons/addressbook/class_addressbook.inc:560
+#: plugins/addons/addressbook/class_addressbook.inc:582
+msgid "The field 'Given name' contains invalid characters."
+msgstr "Das Feld 'Vorname' enthält ungültige Zeichen."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Drucker hinzufügen"
+#: plugins/personal/generic/class_user.inc:969
+#: plugins/personal/generic/class_user.inc:972
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/admin/departments/class_departmentGeneric.inc:179
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "Das Feld 'Telefon' enthält eine ungültige Telefonnummer."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:5
-#: plugins/personal/environment/selectPrinterDialog.tpl:10
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
-msgstr "Wählen Sie den hinzuzufügenden Drucker"
+#: plugins/personal/generic/class_user.inc:975
+#: plugins/addons/addressbook/class_addressbook.inc:571
+#: plugins/admin/departments/class_departmentGeneric.inc:182
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "Das Feld 'Fax' enthält eine ungültige Telefonnummer."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-msgid "Display printers matching"
-msgstr "Zeige die Drucker, auf die Folgendes passt"
+#: plugins/personal/generic/class_user.inc:978
+#: plugins/addons/addressbook/class_addressbook.inc:574
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr "Das Feld 'Mobil' enthält eine ungültige Telefonnummer"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-msgid "Regular expression for matching printer names"
-msgstr "Regulärer Ausdruck zum Erkennen von Druckernamen"
+#: plugins/personal/generic/class_user.inc:981
+#: plugins/addons/addressbook/class_addressbook.inc:577
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr "Das Feld 'Pager' enthält eine ungültige Telefonnummer."
 
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "Die Umgebungs-Erweiterung ist zur Zeit deaktiviert."
+#: plugins/personal/generic/class_user.inc:1108
+msgid "Could not open specified certificate!"
+msgstr "Die angegebene Datei konnte nicht geöffnet werden!"
 
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:100
-#: plugins/personal/environment/environment.tpl:146
-msgid "Environment managment settings"
-msgstr "Umgebungs-Einstellungen"
+#: plugins/personal/generic/password.tpl:2
+msgid ""
+"You have changed the method your password is stored in the ldap database. "
+"For that reason you've to enter your password at this point again. GOsa will "
+"then encode it with the selected method."
+msgstr ""
+"Sie haben die Verschlüsselungsart, mit der Ihr Passwort in der LDAP-"
+"Datenbank gespeichert wird, geändert. Aus diesem Grund müssen Sie das "
+"Passwort an dieser Stelle noch einmal eingeben, damit es von GOsa in der "
+"gewünschten Verschlüsselung abgelegt werden kann."
 
 
-#: plugins/personal/environment/environment.tpl:11
-msgid "Profile managment"
-msgstr "Profil-Verwaltung"
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Persönliche Informationen"
 
 
-#: plugins/personal/environment/environment.tpl:18
-msgid "Use profile managment"
-msgstr "Benutze Profil-Verwaltung"
+#: plugins/personal/generic/generic.tpl:15
+#: plugins/personal/generic/generic_picture.tpl:6
+msgid "Personal picture"
+msgstr "Bild"
 
 
-#: plugins/personal/environment/environment.tpl:25
-msgid "Profile server managment"
-msgstr "Profil-Server-Verwaltung"
+#: plugins/personal/generic/generic.tpl:17
+msgid "Change picture"
+msgstr "Bild ändern"
 
 
-#: plugins/personal/environment/environment.tpl:28
-msgid "Profil path"
-msgstr "Profil-Pfad"
+#: plugins/personal/generic/generic.tpl:25
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:23
+msgid "Last name"
+msgstr "Nachname"
 
 
-#: plugins/personal/environment/environment.tpl:42
-msgid "Cache profile localy"
-msgstr "Profil lokal zwischenspeichern"
+#: plugins/personal/generic/generic.tpl:30
+msgid "Template name"
+msgstr "Name der Vorlage"
 
 
-#: plugins/personal/environment/environment.tpl:51
-msgid "Kiosk profile settings"
-msgstr "Kiosk-Profil-Einstellungen"
+#: plugins/personal/generic/generic.tpl:37
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:19
+msgid "First name"
+msgstr "Vorname"
 
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Kiosk profile"
-msgstr "Kiosk-Profil"
+#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
+msgid "Login"
+msgstr "Kennung"
 
 
-#: plugins/personal/environment/environment.tpl:60
-msgid "Manage"
-msgstr "Verwalten"
+#: plugins/personal/generic/generic.tpl:49
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+msgid "Personal title"
+msgstr "Titel"
 
 
-#: plugins/personal/environment/environment.tpl:65
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Kontingent"
+#: plugins/personal/generic/generic.tpl:57
+msgid "Academic title"
+msgstr "Akademischer Titel"
 
 
-#: plugins/personal/environment/environment.tpl:79
-msgid "Resolution changeable on runtime"
-msgstr "Auflösung änderbar während Betrieb"
+#: plugins/personal/generic/generic.tpl:65
+msgid "Date of birth"
+msgstr "Geburtsdatum"
 
 
-#: plugins/personal/environment/environment.tpl:84
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr "Auflösung"
+#: plugins/personal/generic/generic.tpl:82
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+msgid "Set"
+msgstr "Setzen"
 
 
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/admin/systems/workstationStartup.tpl:75
-#: plugins/admin/systems/terminalStartup.tpl:66
-msgid "Shares"
-msgstr "Freigaben"
+#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
+#: html/getxls.php:224
+msgid "Sex"
+msgstr "Geschlecht"
 
 
-#: plugins/personal/environment/environment.tpl:116
-#: plugins/admin/systems/workstationStartup.tpl:88
-#: plugins/admin/systems/terminalStartup.tpl:79
-msgid "Mountpoint"
-msgstr "Mount-Pfad"
+#: plugins/personal/generic/generic.tpl:98
+msgid "Preferred langage"
+msgstr "Bevorzugte Sprache"
 
 
-#: plugins/personal/environment/environment.tpl:118
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/generic/generic_certs.tpl:17
-#: plugins/personal/generic/generic_certs.tpl:37
-#: plugins/personal/generic/generic_certs.tpl:57
-#: plugins/personal/connectivity/class_kolabAccount.inc:206
-#: plugins/admin/fai/faiPackage.tpl:75
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
-#: plugins/admin/groups/class_groupMail.inc:417
-#: plugins/admin/applications/class_applicationParameters.inc:98
-#: plugins/admin/systems/workstationStartup.tpl:90
-#: plugins/admin/systems/printer.tpl:47
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
-msgid "Remove"
-msgstr "Entfernen"
+#: plugins/personal/generic/generic.tpl:109
+#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/systems/server.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/terminal.tpl:18 plugins/admin/systems/printer.tpl:20
+#: plugins/admin/systems/workstation.tpl:27
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/component.tpl:13 plugins/admin/ogroups/generic.tpl:22
+#: plugins/gofon/macro/generic.tpl:20 plugins/gofon/conference/generic.tpl:33
+msgid "Base"
+msgstr "Basis"
 
 
-#: plugins/personal/environment/environment.tpl:124
-msgid "Logon scripts"
-msgstr "Anmelde-Skripte"
+#: plugins/personal/generic/generic.tpl:113
+msgid "Choose subtree to place user in"
+msgstr "Wählen Sie den Unterbaum, in den der Benutzer eingepflegt werden soll"
 
 
-#: plugins/personal/environment/environment.tpl:125
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-msgid "Logon script management"
-msgstr "Verwaltung der Anmelde-Skripte"
+#: plugins/personal/generic/generic.tpl:128
+#: plugins/personal/generic/generic.tpl:272
+#: plugins/addons/addressbook/address_edit.tpl:72
+#: plugins/addons/addressbook/address_edit.tpl:182
+#: plugins/addons/addressbook/address_info.tpl:33
+#: plugins/addons/addressbook/address_info.tpl:82
+#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
+msgid "Address"
+msgstr "Adresse"
 
 
-#: plugins/personal/environment/environment.tpl:149
-msgid "Hotplug devices"
-msgstr "Hotplug-Geräte"
+#: plugins/personal/generic/generic.tpl:132
+msgid "Private phone"
+msgstr "Privat-Telefon"
 
 
-#: plugins/personal/environment/environment.tpl:150
-msgid "Hotplug device settings"
-msgstr "Einstellungen der Hotplug-Geräte"
+#: plugins/personal/generic/generic.tpl:136
+msgid "Homepage"
+msgstr "Homepage"
 
 
-#: plugins/personal/environment/environment.tpl:160
-#: plugins/admin/groups/class_groupManagement.inc:354
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-msgid "New"
-msgstr "Neu"
+#: plugins/personal/generic/generic.tpl:145
+msgid "Password storage"
+msgstr "Passwort-Speicherung"
 
 
-#: plugins/personal/environment/environment.tpl:161
-msgid "Existing"
-msgstr "Vorhanden"
+#: plugins/personal/generic/generic.tpl:155
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "Zertifikate"
 
 
-#: plugins/personal/environment/environment.tpl:169
-msgid "Printer settings"
-msgstr "Drucker-Einstellungen"
+#: plugins/personal/generic/generic.tpl:157
+msgid "Edit certificates"
+msgstr "Zertifikate bearbeiten"
 
 
-#: plugins/personal/environment/environment.tpl:179
-msgid "Admin Toggle"
-msgstr "Administrator an/aus"
+#: plugins/personal/generic/generic.tpl:161
+msgid "Kerberos"
+msgstr "Kerberos"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:96
-msgid "Specified name is invalid."
-msgstr "Der angegebene Name ist ungültig."
+#: plugins/personal/generic/generic.tpl:162
+msgid "Edit properties"
+msgstr "Eigenschaften bearbeiten"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified description contains invalid characters."
-msgstr "Das Feld 'Beschreibung' enthält ungültige Zeichen!"
+#: plugins/personal/generic/generic.tpl:178
+msgid "Organizational information"
+msgstr "Angabe zur Organisationseinheit"
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Einstellungen für Anmelde-Skripte"
+#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
+msgid "Organization"
+msgstr "Organisation"
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Skriptname"
+#: plugins/personal/generic/generic.tpl:194
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/groups/class_groupManagement.inc:385
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/admin/applications/class_applicationManagement.inc:357
+#: plugins/admin/systems/class_systemManagement.inc:589
+#: plugins/admin/ogroups/class_ogroupManagement.inc:416
+#: plugins/admin/ogroups/class_ogroupManagement.inc:484
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: plugins/generic/references/class_reference.inc:38
+msgid "Department"
+msgstr "Abteilung"
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:41
-#: plugins/admin/fai/faiPartitionTable.tpl:19
-#: plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
-#: plugins/admin/fai/faiProfile.tpl:19
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
-#: plugins/admin/fai/faiScript.tpl:19
-#: plugins/admin/fai/faiVariableEntry.tpl:17
-#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/server.tpl:24
-#: plugins/admin/systems/phone.tpl:24 plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/wingeneric.tpl:24
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:36
-#: plugins/gofon/conference/generic.tpl:51
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Beschreibung"
+#: plugins/personal/generic/generic.tpl:198
+msgid "Department No."
+msgstr "Abteilungs-Nr."
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-msgid "Priority"
-msgstr "Priorität"
+#: plugins/personal/generic/generic.tpl:204
+msgid "Employee No."
+msgstr "Angestellten-Nr."
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Optionen für Anmelde-Skripte"
+#: plugins/personal/generic/generic.tpl:210
+msgid "Employee type"
+msgstr "Anstellungsart"
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Letztes Skript"
+#: plugins/personal/generic/generic.tpl:226
+#: plugins/personal/generic/generic.tpl:365
+msgid "Room No."
+msgstr "Zimmer-Nr."
 
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Skript kann vom Benutzer ausgetauscht werden"
+#: plugins/personal/generic/generic.tpl:238
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40 html/getxls.php:236
+msgid "Mobile"
+msgstr "Mobiltelefon"
 
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Anmelde-Skript"
+#: plugins/personal/generic/generic.tpl:242
+#: plugins/personal/nagios/nagios.tpl:48
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Pager"
+msgstr "Pager"
 
 
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/personal/environment/kioskManagement.tpl:24
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:67
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:69
-#: plugins/admin/fai/faiTemplateEntry.tpl:132
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:8
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-msgid "Apply"
-msgstr "Anwenden"
+#: plugins/personal/generic/generic.tpl:264
+#: plugins/admin/departments/generic.tpl:42
+#: plugins/admin/departments/generic.tpl:50
+#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
+msgid "Location"
+msgstr "Ort"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:61
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
+#: plugins/personal/generic/generic.tpl:268
+#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
+#: html/getxls.php:236
+msgid "State"
+msgstr "Land"
+
+#: plugins/personal/generic/generic.tpl:286
+msgid "Vocation"
+msgstr "Anrede"
+
+#: plugins/personal/generic/generic.tpl:290
+msgid "Unit description"
+msgstr "Aufgabengebiet"
+
+#: plugins/personal/generic/generic.tpl:298
+msgid "Subject area"
+msgstr "Sachgebiet"
+
+#: plugins/personal/generic/generic.tpl:306
+msgid "Functional title"
+msgstr "Amts-/Dienstbezeichnung"
+
+#: plugins/personal/generic/generic.tpl:313
+msgid "Role"
+msgstr "Funktion"
+
+#: plugins/personal/generic/generic.tpl:325
+msgid "Person locality"
+msgstr "Dienstort"
+
+#: plugins/personal/generic/generic.tpl:333
+msgid "Unit"
+msgstr "Referat"
+
+#: plugins/personal/generic/generic.tpl:340
+msgid "Street"
+msgstr "Straße"
+
+#: plugins/personal/generic/generic.tpl:346
+#: plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
+msgid "Postal code"
+msgstr "Postleitzahl"
+
+#: plugins/personal/generic/generic.tpl:352
+msgid "House identifier"
+msgstr "Hausbezeichnung"
+
+#: plugins/personal/generic/generic.tpl:374
+msgid "Please use the phone tab"
+msgstr "Verwenden sie den Telefon-Reiter"
+
+#: plugins/personal/generic/generic.tpl:387
+msgid "Last delivery"
+msgstr "letzte Übermittlung"
+
+#: plugins/personal/generic/generic.tpl:394
+msgid "Public visible"
+msgstr "Öffentlich sichtbar"
+
+#: plugins/personal/generic/generic_picture.tpl:23
+msgid "Remove picture"
+msgstr "Bild entfernen"
+
+#: plugins/personal/generic/generic_picture.tpl:29
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/systems/servnfs.tpl:75
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+msgid "Save"
+msgstr "Sichern"
+
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Standard-Zertifikat"
+
+#: plugins/personal/generic/generic_certs.tpl:17
+#: plugins/personal/generic/generic_certs.tpl:37
+#: plugins/personal/generic/generic_certs.tpl:57
+#: plugins/personal/connectivity/class_kolabAccount.inc:206
+#: plugins/personal/environment/environment.tpl:118
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/admin/groups/class_groupMail.inc:417
+#: plugins/admin/applications/class_applicationParameters.inc:98
+#: plugins/admin/systems/printer.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:90
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/fai/faiPackage.tpl:75
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
+#: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
+msgid "Remove"
+msgstr "Entfernen"
+
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "S/MIME-Zertifikat"
+
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "PKCS12-Zertifikat"
+
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Zertifikat-Seriennummer"
+
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
+msgstr "Sie haben keine Berechtigung, ihr Passwort zu ändern!"
+
+#: plugins/personal/generic/main.inc:189
+msgid "Generic user information"
+msgstr "Generische Benutzer-Information"
+
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+#: plugins/generic/references/class_reference.inc:34
+msgid "FTP"
+msgstr "FTP"
+
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
+msgid "Value specified as 'Upload bandwidth' is not valid."
+msgstr "Die von Ihnen angegebene 'Upload-Bandbreite' ist nicht gültig."
+
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr "Die von Ihnen angegebene 'Download-Bandbreite' ist nicht gültig."
+
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
+msgid "Value specified as 'Files' is not valid."
+msgstr "Das Feld 'Dateien' enthält eine ungültige Eingabe."
+
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
+msgid "Value specified as 'Size' is not valid."
+msgstr "Das Feld 'Größe' enthält eine ungültige Eingabe."
+
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "Das Feld 'Verhältins' enthält eine ungültige Eingabe."
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "phpGroupware"
+
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr "Proxy Konto"
+
+#: plugins/personal/connectivity/proxy.tpl:18
+msgid "Filter unwanted content (i.e. pornographic or violence related)"
 msgstr ""
 msgstr ""
-"Kann Datei '%s' nicht entfernen. Die Fehlermeldung war: Zugriff verweigert."
+"Filtern von unerwünschten Inhalten (z.B. pornografische oder gewalttätige "
+"Inhalte)"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:64
-#, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Inhaltsfilterung nur während der Arbeitszeit"
+
+#: plugins/personal/connectivity/proxy.tpl:54
+msgid "Restrict proxy usage by quota"
+msgstr "Proxynutzung durch Kontingent einschränken"
+
+#: plugins/personal/connectivity/proxy.tpl:65
+msgid "per"
+msgstr "pro"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr "Kolab"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:105
+msgid "You're trying to add an invalid email address to the list of delegations."
 msgstr ""
 msgstr ""
-"Kann Datei '%s' nicht entfernen. Die Fehlermeldung war: Datei existiert "
-"nicht."
+"Sie versuchen, eine ungültige Mail-Adresse in die Liste der Stellvertreter "
+"aufzunehmen."
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:88
+#: plugins/personal/connectivity/class_kolabAccount.inc:113
 msgid ""
 msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
 msgstr ""
 msgstr ""
-"In Ihrer gosa.conf wurde kein 'KIOSKPATH' definiert. Die Verwaltung von "
-"KIOSK-Profilen ist nicht möglich."
+"Die Adresse, die Sie gerade hinzufügen möchten, ist keine primäre Mail-"
+"Adresse eines bestehenden Benutzers"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
-msgstr ""
-"Auf den KIOSK-Pfad '%s' kann nicht zugegriffen werden. Bitte überprüfen Sie "
-"die Rechte."
+#: plugins/personal/connectivity/class_kolabAccount.inc:140
+msgid "Always accept"
+msgstr "Immer annehmen"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-msgid "Create new hotplug entry"
-msgstr "Neuen Hotplug-Eintrag erstellen"
+#: plugins/personal/connectivity/class_kolabAccount.inc:141
+msgid "Always reject"
+msgstr "Immer ablehnen"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-msgid "Create new hotplug device"
-msgstr "Neues Hotplug-Gerät erstellen"
+#: plugins/personal/connectivity/class_kolabAccount.inc:142
+msgid "Reject if conflicts"
+msgstr "Im Konfliktfall ablehnen"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
-msgstr "Gerätename"
+#: plugins/personal/connectivity/class_kolabAccount.inc:143
+msgid "Manual if conflicts"
+msgstr "Im Konfliktfall manuell bearbeiten"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:144
+msgid "Manual"
+msgstr "Manuell"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:180
+msgid "Anonymous"
+msgstr "Anonym"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:232
+msgid "The value specified as Free Busy future needs to be an integer."
+msgstr "Der Wert für Intervall muß eine Ganzzahl sein."
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+msgid "The value specified as Free Busy Information URL is invalid."
+msgstr "Der Wert für Information URL is ungültig."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-msgid "Device ID"
-msgstr "Geräte ID"
+#: plugins/personal/connectivity/class_kolabAccount.inc:251
+#, php-format
+msgid "The invitation policy entry for address '%s' is not valid."
+msgstr "Die Einladungs-Richtlinie für die Adresse '%s' ist ungültig."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:38
-msgid "save"
-msgstr "Sichern"
+#: plugins/personal/connectivity/class_kolabAccount.inc:259
+#, php-format
+msgid "There's no mail user with address '%s' for your invitation policy!"
+msgstr ""
+"Es gibt keinen Mail Benutzer mit der Adresse %s für Ihre Einladungs-"
+"Richtlinie!"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-msgid "Kiosk profile management"
-msgstr "Verwaltung der Kiosk-Profile"
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:12
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Durchsuchen"
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "phpGroupware-Konto"
 
 
-#: plugins/personal/environment/main.inc:124
-msgid "User environment settings"
-msgstr "Einstellungen der Benutzer-Umgebung"
+#: plugins/personal/connectivity/kolab.tpl:1
+msgid "Kolab account"
+msgstr "Kolab-Konto"
 
 
-#: plugins/personal/generic/password.tpl:2
+#: plugins/personal/connectivity/kolab.tpl:4
 msgid ""
 msgid ""
-"You have changed the method your password is stored in the ldap database. "
-"For that reason you've to enter your password at this point again. GOsa will "
-"then encode it with the selected method."
+"The kolab account is currently disabled. It's features can be adjusted if "
+"you add a mail account."
 msgstr ""
 msgstr ""
-"Sie haben die Verschlüsselungsart, mit der Ihr Passwort in der LDAP-"
-"Datenbank gespeichert wird, geändert. Aus diesem Grund müssen Sie das "
-"Passwort an dieser Stelle noch einmal eingeben, damit es von GOsa in der "
-"gewünschten Verschlüsselung abgelegt werden kann."
-
-#: plugins/personal/generic/generic_picture.tpl:6
-#: plugins/personal/generic/generic.tpl:15
-msgid "Personal picture"
-msgstr "Bild"
+"Das Kolab-Konto ist aktuell deaktiviert. Die Einstellungen können angepasst "
+"werden, wenn Sie ein Postfach hinzufügen."
 
 
-#: plugins/personal/generic/generic_picture.tpl:23
-msgid "Remove picture"
-msgstr "Bild entfernen"
+#: plugins/personal/connectivity/kolab.tpl:10
+msgid "Delegations"
+msgstr "Stellvertreter"
 
 
-#: plugins/personal/generic/generic_picture.tpl:29
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/systems/servnfs.tpl:75
-msgid "Save"
-msgstr "Sichern"
+#: plugins/personal/connectivity/kolab.tpl:23
+msgid "Mail size"
+msgstr "Mailgröße"
 
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Persönliche Informationen"
+#: plugins/personal/connectivity/kolab.tpl:24
+msgid "No mail size restriction for this account"
+msgstr "Keine Beschränkung der Mailgröße für dieses Konto"
 
 
-#: plugins/personal/generic/generic.tpl:17
-msgid "Change picture"
-msgstr "Bild ändern"
+#: plugins/personal/connectivity/kolab.tpl:32
+msgid "Free Busy information"
+msgstr "Frei/Belegt-Information"
 
 
-#: plugins/personal/generic/generic.tpl:25
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:23
-msgid "Last name"
-msgstr "Nachname"
+#: plugins/personal/connectivity/kolab.tpl:35
+msgid "URL"
+msgstr "URL"
 
 
-#: plugins/personal/generic/generic.tpl:30
-msgid "Template name"
-msgstr "Name der Vorlage"
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "Future"
+msgstr "Zukunft"
 
 
-#: plugins/personal/generic/generic.tpl:37
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:19
-msgid "First name"
-msgstr "Vorname"
+#: plugins/personal/connectivity/kolab.tpl:40
+#: plugins/personal/connectivity/oxchange.tpl:18
+#: plugins/personal/connectivity/oxchange.tpl:22
+msgid "days"
+msgstr "Tage"
 
 
-#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
-msgid "Login"
-msgstr "Kennung"
+#: plugins/personal/connectivity/kolab.tpl:45
+msgid "Invitation policy"
+msgstr "Einladungs-Richtlinie"
 
 
-#: plugins/personal/generic/generic.tpl:49
-#: plugins/addons/addressbook/address_info.tpl:22
-#: plugins/addons/addressbook/address_edit.tpl:54
-msgid "Personal title"
-msgstr "Titel"
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "WebDAV-Konto"
 
 
-#: plugins/personal/generic/generic.tpl:57
-msgid "Academic title"
-msgstr "Akademischer Titel"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr "Open-Xchange"
 
 
-#: plugins/personal/generic/generic.tpl:65
-msgid "Date of birth"
-msgstr "Geburtsdatum"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#, php-format
+msgid ""
+"This account has %s features disabled. Posix features are needed for "
+"openXchange accounts, enable them first."
+msgstr ""
+"Dieses Konto besitzt deaktivierte %s-Erweiterungen. Um diese zu aktivieren, "
+"werden UNIX-Erweiterungen benötigt. Diese müssen zuerst aktiviert werden."
 
 
-#: plugins/personal/generic/generic.tpl:82
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "Setzen"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+msgid "OpenXchange"
+msgstr "OpenXchange"
 
 
-#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Geschlecht"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+#, php-format
+msgid ""
+"This account has %s features disabled. Mail features are needed for "
+"openXchange accounts, enable them first."
+msgstr ""
+"Dieses Konto besitzt deaktivierte %s-Erweiterungen. Um diese zu aktivieren, "
+"werden UNIX-Erweiterungen benötigt. Diese müssen zuerst aktiviert werden."
 
 
-#: plugins/personal/generic/generic.tpl:98
-msgid "Preferred langage"
-msgstr "Bevorzugte Sprache"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
+msgid "Couldn't connect to postgresql database!"
+msgstr "Die PostgreSQL-Datenbank kann nicht erreicht werden!"
 
 
-#: plugins/personal/generic/generic.tpl:109
-#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/server.tpl:13
-#: plugins/admin/systems/phone.tpl:13 plugins/admin/systems/terminal.tpl:18
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/workstation.tpl:27
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:22 plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/conference/generic.tpl:33
-msgid "Base"
-msgstr "Basis"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
+msgstr ""
+"Nicht alle benötigten Parameter für OpenXchange Konnektivitätserweiterung "
+"wurden gefunden!"
 
 
-#: plugins/personal/generic/generic.tpl:113
-msgid "Choose subtree to place user in"
-msgstr "Wählen Sie den Unterbaum, in den der Benutzer eingepflegt werden soll"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "PHP4-Erweiterung für PostgreSQL-Datenbank wurde nicht gefunden!"
 
 
-#: plugins/personal/generic/generic.tpl:128
-#: plugins/personal/generic/generic.tpl:272
-#: plugins/addons/addressbook/address_info.tpl:33
-#: plugins/addons/addressbook/address_info.tpl:82
-#: plugins/addons/addressbook/address_edit.tpl:72
-#: plugins/addons/addressbook/address_edit.tpl:182
-#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
-msgid "Address"
-msgstr "Adresse"
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "FTP Konto"
 
 
-#: plugins/personal/generic/generic.tpl:132
-msgid "Private phone"
-msgstr "Privat-Telefon"
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Bandbreite"
 
 
-#: plugins/personal/generic/generic.tpl:136
-msgid "Homepage"
-msgstr "Homepage"
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Upload-Bandbreite"
 
 
-#: plugins/personal/generic/generic.tpl:145
-msgid "Password storage"
-msgstr "Passwort-Speicherung"
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "kb/s"
 
 
-#: plugins/personal/generic/generic.tpl:155
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Zertifikate"
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Download-Bandbreite"
 
 
-#: plugins/personal/generic/generic.tpl:157
-msgid "Edit certificates"
-msgstr "Zertifikate bearbeiten"
+#: plugins/personal/connectivity/pureftpd.tpl:35
+#: plugins/personal/environment/environment.tpl:65
+msgid "Quota"
+msgstr "Kontingent"
 
 
-#: plugins/personal/generic/generic.tpl:161
-msgid "Kerberos"
-msgstr "Kerberos"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "Dateien"
 
 
-#: plugins/personal/generic/generic.tpl:162
-msgid "Edit properties"
-msgstr "Eigenschaften bearbeiten"
+#: plugins/personal/connectivity/pureftpd.tpl:43
+#: plugins/addons/mailqueue/contents.tpl:56
+msgid "Size"
+msgstr "Größe"
 
 
-#: plugins/personal/generic/generic.tpl:178
-msgid "Organizational information"
-msgstr "Angabe zur Organisationseinheit"
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
+msgstr "Verhältnis"
 
 
-#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
-msgid "Organization"
-msgstr "Organisation"
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
+msgstr "Hoch- / heruntergeladene Dateien"
 
 
-#: plugins/personal/generic/generic.tpl:194
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/admin/groups/class_groupManagement.inc:385
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/admin/applications/class_applicationManagement.inc:357
-#: plugins/admin/systems/class_systemManagement.inc:589
-#: plugins/admin/ogroups/class_ogroupManagement.inc:416
-#: plugins/admin/ogroups/class_ogroupManagement.inc:484
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
-msgstr "Abteilung"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
+msgstr "Wählen Sie diese Option, um FTP-Zugriff zu deaktivieren"
 
 
-#: plugins/personal/generic/generic.tpl:198
-msgid "Department No."
-msgstr "Abteilungs-Nr."
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
+msgstr "Temporäres Abschalten des FTP-Zugriffs"
 
 
-#: plugins/personal/generic/generic.tpl:204
-msgid "Employee No."
-msgstr "Angestellten-Nr."
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
+msgstr "Open-Xchange Konto"
 
 
-#: plugins/personal/generic/generic.tpl:210
-msgid "Employee type"
-msgstr "Anstellungsart"
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "disabled, no Postgresql support detected"
+msgstr "deaktiviert, keine PostgreSQL-Unterstützung erkannt"
 
 
-#: plugins/personal/generic/generic.tpl:226
-#: plugins/personal/generic/generic.tpl:365
-msgid "Room No."
-msgstr "Zimmer-Nr."
+#: plugins/personal/connectivity/oxchange.tpl:4
+msgid "Open-Xchange account"
+msgstr "Open-Xchange Konto"
 
 
-#: plugins/personal/generic/generic.tpl:238
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:40
-#: plugins/addons/addressbook/address_edit.tpl:95 html/getxls.php:236
-msgid "Mobile"
-msgstr "Mobiltelefon"
+#: plugins/personal/connectivity/oxchange.tpl:13
+msgid "Remember"
+msgstr "Erinnern"
 
 
-#: plugins/personal/generic/generic.tpl:264
-#: plugins/admin/departments/generic.tpl:42
-#: plugins/admin/departments/generic.tpl:50
-#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
-msgid "Location"
-msgstr "Ort"
+#: plugins/personal/connectivity/oxchange.tpl:17
+msgid "Appointment Days"
+msgstr "Tage für Termin"
 
 
-#: plugins/personal/generic/generic.tpl:268
-#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Land"
+#: plugins/personal/connectivity/oxchange.tpl:21
+msgid "Task Days"
+msgstr "Tage für Aufgabe"
 
 
-#: plugins/personal/generic/generic.tpl:286
-msgid "Vocation"
-msgstr "Anrede"
+#: plugins/personal/connectivity/oxchange.tpl:33
+msgid "User Information"
+msgstr "Benutzerinformation"
 
 
-#: plugins/personal/generic/generic.tpl:290
-msgid "Unit description"
-msgstr "Aufgabengebiet"
+#: plugins/personal/connectivity/oxchange.tpl:37
+msgid "User Timezone"
+msgstr "Zeitzone des Benutzers"
 
 
-#: plugins/personal/generic/generic.tpl:298
-msgid "Subject area"
-msgstr "Sachgebiet"
+#: plugins/personal/connectivity/class_connectivity.inc:63
+msgid "This account has no connectivity extensions."
+msgstr "Dieses Konto besitzt keine Konnektivitäts-Erweiterungen."
 
 
-#: plugins/personal/generic/generic.tpl:306
-msgid "Functional title"
-msgstr "Amts-/Dienstbezeichnung"
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+#: plugins/generic/references/class_reference.inc:32
+msgid "Proxy"
+msgstr "Proxy"
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Role"
-msgstr "Funktion"
+#: plugins/personal/connectivity/class_proxyAccount.inc:79
+msgid "KB"
+msgstr "KB"
 
 
-#: plugins/personal/generic/generic.tpl:325
-msgid "Person locality"
-msgstr "Dienstort"
+#: plugins/personal/connectivity/class_proxyAccount.inc:79
+msgid "GB"
+msgstr "GB"
 
 
-#: plugins/personal/generic/generic.tpl:333
-msgid "Unit"
-msgstr "Referat"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+#: plugins/addons/mailqueue/class_mailqueue.inc:299
+msgid "hour"
+msgstr "Stunde"
 
 
-#: plugins/personal/generic/generic.tpl:340
-msgid "Street"
-msgstr "Straße"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "day"
+msgstr "Tag"
 
 
-#: plugins/personal/generic/generic.tpl:346
-#: plugins/addons/addressbook/address_info.tpl:70
-#: plugins/addons/addressbook/address_edit.tpl:158 html/getxls.php:174
-msgid "Postal code"
-msgstr "Postleitzahl"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "week"
+msgstr "Woche"
 
 
-#: plugins/personal/generic/generic.tpl:352
-msgid "House identifier"
-msgstr "Hausbezeichnung"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "month"
+msgstr "Monat"
 
 
-#: plugins/personal/generic/generic.tpl:374
-msgid "Please use the phone tab"
-msgstr "Verwenden sie den Telefon-Reiter"
+#: plugins/personal/connectivity/class_proxyAccount.inc:169
+msgid "Numerical value for Quota Setting is empty."
+msgstr "Das numerische Feld der Kontingent-Einstellung ist leer."
 
 
-#: plugins/personal/generic/generic.tpl:387
-msgid "Last delivery"
-msgstr "letzte Übermittlung"
+#: plugins/personal/connectivity/class_proxyAccount.inc:172
+msgid "Numerical value for Quota Setting is not valid."
+msgstr "Das numerische Feld der Kontingent-Einstellung enthält einen ungültigen Wert."
 
 
-#: plugins/personal/generic/generic.tpl:394
-msgid "Public visible"
-msgstr "Öffentlich sichtbar"
+#: plugins/personal/connectivity/intranet.tpl:3
+msgid "Intranet account"
+msgstr "Intranet-Konto"
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Standard-Zertifikat"
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
+msgstr "Intranet"
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "S/MIME-Zertifikat"
+#: plugins/personal/connectivity/opengw.tpl:1
+msgid "Opengroupware"
+msgstr "Opengroupware"
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "PKCS12-Zertifikat"
+#: plugins/personal/connectivity/opengw.tpl:8
+msgid "Location team"
+msgstr "Örtliches Team"
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Zertifikat-Seriennummer"
+#: plugins/personal/connectivity/opengw.tpl:18
+msgid "Template user"
+msgstr "Benutzer-Vorlage"
 
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "female"
-msgstr "weiblich"
+#: plugins/personal/connectivity/opengw.tpl:28
+#: plugins/admin/systems/class_workstationGeneric.inc:71
+msgid "Locked"
+msgstr "Gesperrt"
 
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "male"
-msgstr "männlich"
+#: plugins/personal/connectivity/opengw.tpl:40
+msgid "Teams"
+msgstr "Teams"
 
 
-#: plugins/personal/generic/class_user.inc:265
-msgid "This account has no valid GOsa extensions."
-msgstr "Dieses Konto besitzt keine gültigen GOsa-Erweiterungen."
+#: plugins/personal/connectivity/pptp.tpl:3
+msgid "PPTP account"
+msgstr "PPTP-Konto"
 
 
-#: plugins/personal/generic/class_user.inc:294
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
-msgstr ""
-"Die angegebene Datei wurde nicht über HTTP POST übertragen! Aktion "
-"abgebrochen."
+#: plugins/personal/connectivity/glpi.tpl:1
+msgid "GLPI account"
+msgstr "GLPI-Konto"
 
 
-#: plugins/personal/generic/class_user.inc:390
-msgid "Please enter a valid serial number"
-msgstr "Bitte geben Sie eine gültige Seriennummer ein"
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
+msgstr "PPTP"
 
 
-#: plugins/personal/generic/class_user.inc:427
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
-msgstr ""
-"Zertifkat ist gültig im Zeitraum von <b>%s</b> bis <b>%s</b> (momentan: <b>%"
-"s</b>)."
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
+msgid "PHPscheduleit account"
+msgstr "PHPscheduleit-Konto"
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "valid"
-msgstr "gültig"
+#: plugins/personal/connectivity/class_glpiAccount.inc:25
+msgid "GLPI"
+msgstr "GLPI"
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "invalid"
-msgstr "ungültig"
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+msgid "Opengroupware account"
+msgstr "Opengroupware-Konto"
 
 
-#: plugins/personal/generic/class_user.inc:431
-msgid "No certificate installed"
-msgstr "Kein Zertifikat eingerichtet"
+#: plugins/personal/connectivity/class_opengwAccount.inc:123
+msgid ""
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
+msgstr "OpenGroupware: Keine postgresql-Erweiterung verfügbar. Kann keine Datenbankabfrage durchführen."
 
 
-#: plugins/personal/generic/class_user.inc:840
-msgid "Kerberos database communication failed"
-msgstr "Die Kommunikation mit der Kerberos-Datenbank ist fehlgeschlagen"
+#: plugins/personal/connectivity/class_opengwAccount.inc:128
+msgid ""
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
+msgstr "OpenGroupware: Datenbank-Konfiguration fehlt."
 
 
-#: plugins/personal/generic/class_user.inc:857
-msgid "Can't remove user from kerberos database."
-msgstr "Benutzer kann nicht aus der Kerberos-Datenbank entfernt werden."
+#: plugins/personal/connectivity/class_opengwAccount.inc:137
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
+msgstr "OpenGroupware: Die angegebene Datenbank kann nicht erreicht werden."
 
 
-#: plugins/personal/generic/class_user.inc:868
-msgid "Can't add user to kerberos database."
-msgstr "Benutzer kann nicht zur Kerberos-Datenbank hinzugefügt werden."
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+msgid "PHPscheduleit"
+msgstr "PHPscheduleit"
 
 
-#: plugins/personal/generic/class_user.inc:898
-msgid "Invalid characters in uid."
-msgstr "Das Feld 'UID' enthält ungültige Zeichen."
+#: plugins/personal/environment/main.inc:124
+msgid "User environment settings"
+msgstr "Einstellungen der Benutzer-Umgebung"
 
 
-#: plugins/personal/generic/class_user.inc:912
-msgid "You have no permissions to create a user on this 'Base'."
-msgstr ""
-"Sie haben keine Berechtigung, einen Benutzer innerhalb dieser 'Basis' "
-"anzulegen."
+#: plugins/personal/environment/class_hotplugDialog.inc:111
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+msgstr "Bitte geben Sie einen gültigen Namen ein (0-9 und a-z sind erlaubt)."
 
 
-#: plugins/personal/generic/class_user.inc:917
-msgid "You have no permissions to move a user from the original 'Base'."
+#: plugins/personal/environment/class_hotplugDialog.inc:114
+msgid "Invalid character in description. Please specify a valid description."
 msgstr ""
 msgstr ""
-"Sie haben keine Berechtigung, einen Benutzer aus der ursprünglichen 'Basis' "
-"zu verschieben."
+"Ungültiges Zeichen im Feld 'Beschreibung'. Bitte geben Sie eine gültige "
+"Beschreibung ein."
 
 
-#: plugins/personal/generic/class_user.inc:923
-#: plugins/addons/addressbook/class_addressbook.inc:547
-#: plugins/admin/users/class_userManagement.inc:547
-msgid "The required field 'Name' is not set."
-msgstr "Das benötigte Feld 'Name' ist nicht gesetzt."
+#: plugins/personal/environment/class_hotplugDialog.inc:117
+msgid "Please specify a valid id."
+msgstr "Bitte geben Sie eine gültige ID ein!"
 
 
-#: plugins/personal/generic/class_user.inc:932
-msgid "There's already a person with this 'Login' in the database."
-msgstr "Die von Ihnen angegebene 'Kennung' ist bereits vergeben."
+#: plugins/personal/environment/class_hotplugDialog.inc:123
+msgid "An Entry with this name already exists."
+msgstr "Ein Eintrag mit diesem Namen existiert bereits."
 
 
-#: plugins/personal/generic/class_user.inc:938
-#: plugins/addons/addressbook/class_addressbook.inc:551
-#: plugins/admin/users/class_userManagement.inc:550
-msgid "The required field 'Given name' is not set."
-msgstr "Das benötigte Feld 'Vorname' ist nicht gesetzt."
+#: plugins/personal/environment/class_hotplugDialog.inc:128
+msgid "Please select an entry or press cancel."
+msgstr "Bitte wählen Sie einen Eintrag oder 'Abbrechen'."
 
 
-#: plugins/personal/generic/class_user.inc:941
-msgid "The required field 'Login' is not set."
-msgstr "Das benötigte Feld 'Kennung' ist nicht gesetzt."
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "Die Umgebungs-Erweiterung ist zur Zeit deaktiviert."
 
 
-#: plugins/personal/generic/class_user.inc:948
-msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
-msgstr ""
-"Die von Ihnen angegebene Kombination aus 'Name'/'Vorname' ist bereits in der "
-"Datenbank vorhanden."
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:100
+#: plugins/personal/environment/environment.tpl:146
+msgid "Environment managment settings"
+msgstr "Umgebungs-Einstellungen"
 
 
-#: plugins/personal/generic/class_user.inc:955
-msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
-"Das Feld 'Kennung' enthält ungültige Zeichen. Kleinbuchstaben, Zahlen und "
-"Bindestriche sind erlaubt."
+#: plugins/personal/environment/environment.tpl:11
+msgid "Profile managment"
+msgstr "Profil-Verwaltung"
 
 
-#: plugins/personal/generic/class_user.inc:958
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr "Das Feld 'Homepage' enthält eine ungültige Internetadresse."
+#: plugins/personal/environment/environment.tpl:18
+msgid "Use profile managment"
+msgstr "Benutze Profil-Verwaltung"
 
 
-#: plugins/personal/generic/class_user.inc:961
-#: plugins/personal/generic/class_user.inc:989
-#: plugins/addons/addressbook/class_addressbook.inc:557
-#: plugins/addons/addressbook/class_addressbook.inc:585
-#: plugins/admin/departments/class_departmentGeneric.inc:176
-msgid "The field 'Name' contains invalid characters."
-msgstr "Das Feld 'Name' enthält ungültige Zeichen."
+#: plugins/personal/environment/environment.tpl:25
+msgid "Profile server managment"
+msgstr "Profil-Server-Verwaltung"
 
 
-#: plugins/personal/generic/class_user.inc:964
-#: plugins/personal/generic/class_user.inc:986
-#: plugins/addons/addressbook/class_addressbook.inc:560
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Given name' contains invalid characters."
-msgstr "Das Feld 'Vorname' enthält ungültige Zeichen."
+#: plugins/personal/environment/environment.tpl:28
+msgid "Profil path"
+msgstr "Profil-Pfad"
 
 
-#: plugins/personal/generic/class_user.inc:969
-#: plugins/personal/generic/class_user.inc:972
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/admin/departments/class_departmentGeneric.inc:179
-msgid "The field 'Phone' contains an invalid phone number."
-msgstr "Das Feld 'Telefon' enthält eine ungültige Telefonnummer."
+#: plugins/personal/environment/environment.tpl:42
+msgid "Cache profile localy"
+msgstr "Profil lokal zwischenspeichern"
 
 
-#: plugins/personal/generic/class_user.inc:975
-#: plugins/addons/addressbook/class_addressbook.inc:571
-#: plugins/admin/departments/class_departmentGeneric.inc:182
-msgid "The field 'Fax' contains an invalid phone number."
-msgstr "Das Feld 'Fax' enthält eine ungültige Telefonnummer."
+#: plugins/personal/environment/environment.tpl:51
+msgid "Kiosk profile settings"
+msgstr "Kiosk-Profil-Einstellungen"
 
 
-#: plugins/personal/generic/class_user.inc:978
-#: plugins/addons/addressbook/class_addressbook.inc:574
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "Das Feld 'Mobil' enthält eine ungültige Telefonnummer"
+#: plugins/personal/environment/environment.tpl:54
+msgid "Kiosk profile"
+msgstr "Kiosk-Profil"
 
 
-#: plugins/personal/generic/class_user.inc:981
-#: plugins/addons/addressbook/class_addressbook.inc:577
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr "Das Feld 'Pager' enthält eine ungültige Telefonnummer."
+#: plugins/personal/environment/environment.tpl:60
+msgid "Manage"
+msgstr "Verwalten"
 
 
-#: plugins/personal/generic/class_user.inc:1108
-msgid "Could not open specified certificate!"
-msgstr "Die angegebene Datei konnte nicht geöffnet werden!"
+#: plugins/personal/environment/environment.tpl:79
+msgid "Resolution changeable on runtime"
+msgstr "Auflösung änderbar während Betrieb"
 
 
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
-msgstr "Sie haben keine Berechtigung, ihr Passwort zu ändern!"
+#: plugins/personal/environment/environment.tpl:84
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/admin/systems/terminalService.tpl:94
+msgid "Resolution"
+msgstr "Auflösung"
 
 
-#: plugins/personal/generic/main.inc:189
-msgid "Generic user information"
-msgstr "Generische Benutzer-Information"
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/admin/systems/workstationStartup.tpl:75
+#: plugins/admin/systems/terminalStartup.tpl:66
+msgid "Shares"
+msgstr "Freigaben"
 
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Proxy Konto"
+#: plugins/personal/environment/environment.tpl:116
+#: plugins/admin/systems/workstationStartup.tpl:88
+#: plugins/admin/systems/terminalStartup.tpl:79
+msgid "Mountpoint"
+msgstr "Mount-Pfad"
 
 
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
-msgstr ""
-"Filtern von unerwünschten Inhalten (z.B. pornografische oder gewalttätige "
-"Inhalte)"
+#: plugins/personal/environment/environment.tpl:124
+msgid "Logon scripts"
+msgstr "Anmelde-Skripte"
 
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Inhaltsfilterung nur während der Arbeitszeit"
+#: plugins/personal/environment/environment.tpl:125
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+msgid "Logon script management"
+msgstr "Verwaltung der Anmelde-Skripte"
 
 
-#: plugins/personal/connectivity/proxy.tpl:54
-msgid "Restrict proxy usage by quota"
-msgstr "Proxynutzung durch Kontingent einschränken"
+#: plugins/personal/environment/environment.tpl:149
+msgid "Hotplug devices"
+msgstr "Hotplug-Geräte"
 
 
-#: plugins/personal/connectivity/proxy.tpl:65
-msgid "per"
-msgstr "pro"
+#: plugins/personal/environment/environment.tpl:150
+msgid "Hotplug device settings"
+msgstr "Einstellungen der Hotplug-Geräte"
 
 
-#: plugins/personal/connectivity/pptp.tpl:3
-msgid "PPTP account"
-msgstr "PPTP-Konto"
+#: plugins/personal/environment/environment.tpl:160
+#: plugins/admin/groups/class_groupManagement.inc:354
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+msgid "New"
+msgstr "Neu"
 
 
-#: plugins/personal/connectivity/intranet.tpl:3
-msgid "Intranet account"
-msgstr "Intranet-Konto"
+#: plugins/personal/environment/environment.tpl:161
+msgid "Existing"
+msgstr "Vorhanden"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
+#: plugins/personal/environment/environment.tpl:169
+msgid "Printer settings"
+msgstr "Drucker-Einstellungen"
 
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "phpGroupware-Konto"
+#: plugins/personal/environment/environment.tpl:179
+msgid "Admin Toggle"
+msgstr "Administrator an/aus"
 
 
-#: plugins/personal/connectivity/kolab.tpl:1
-msgid "Kolab account"
-msgstr "Kolab-Konto"
+#: plugins/personal/environment/class_environment.inc:246
+#: plugins/personal/environment/class_environment.inc:282
+msgid "Remove environment extension"
+msgstr "Umgebungs-Erweiterung entfernen"
 
 
-#: plugins/personal/connectivity/kolab.tpl:4
-msgid ""
-"The kolab account is currently disabled. It's features can be adjusted if "
-"you add a mail account."
+#: plugins/personal/environment/class_environment.inc:247
+#: plugins/personal/environment/class_environment.inc:283
+msgid "Environment extension enabled. You can disable it by clicking below."
 msgstr ""
 msgstr ""
-"Das Kolab-Konto ist aktuell deaktiviert. Die Einstellungen können angepasst "
-"werden, wenn Sie ein Postfach hinzufügen."
+"Dieses Konto besitzt aktivierte Umgebungs-Erweiterungen. Sie können diese "
+"durch einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: plugins/personal/connectivity/kolab.tpl:10
-msgid "Delegations"
-msgstr "Stellvertreter"
+#: plugins/personal/environment/class_environment.inc:256
+#: plugins/personal/environment/class_environment.inc:261
+#: plugins/personal/environment/class_environment.inc:289
+#: plugins/personal/environment/class_environment.inc:294
+msgid "Add environment extension"
+msgstr "Umgebungs-Erweiterung hinzufügen"
 
 
-#: plugins/personal/connectivity/kolab.tpl:23
-msgid "Mail size"
-msgstr "Mailgröße"
+#: plugins/personal/environment/class_environment.inc:257
+#: plugins/personal/environment/class_environment.inc:290
+msgid "Environment extension disabled. You can enable it by clicking below."
+msgstr ""
+"Aktuell besitzt dieses Konto keine aktivierten Umgebungs-Erweiterungen. Sie "
+"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/personal/connectivity/kolab.tpl:24
-msgid "No mail size restriction for this account"
-msgstr "Keine Beschränkung der Mailgröße für dieses Konto"
+#: plugins/personal/environment/class_environment.inc:262
+#: plugins/personal/environment/class_environment.inc:295
+msgid ""
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
+msgstr ""
+"Aktuell besitzt dieser Server keine aktivierten Umgebungs-Erweiterungen. Um "
+"diese zu aktivieren werden die UNIX-Erweiterungen benötigt. Diese müssen "
+"zuerst aktiviert werden."
 
 
-#: plugins/personal/connectivity/kolab.tpl:32
-msgid "Free Busy information"
-msgstr "Frei/Belegt-Information"
+#: plugins/personal/environment/class_environment.inc:486
+#: plugins/personal/environment/class_environment.inc:488
+#: plugins/admin/systems/class_terminalStartup.inc:134
+#: plugins/admin/systems/class_workstationStartup.inc:345
+msgid "You must specify a valid mount point."
+msgstr "Bitte geben Sie einen gültigen Mount-Pfad an!"
 
 
-#: plugins/personal/connectivity/kolab.tpl:35
-msgid "URL"
-msgstr "URL"
+#: plugins/personal/environment/class_environment.inc:717
+msgid "Please set a valid profile quota size."
+msgstr "Bitte wählen Sie eine gültige Kontingent-Grösse."
+
+#: plugins/personal/environment/class_environment.inc:724
+msgid ""
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
+msgstr ""
+"Sie benötigen eine gültige UNIX-Erweiterung, um die Umgebungs-Erweiterung zu "
+"aktivieren."
 
 
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "Future"
-msgstr "Zukunft"
+#: plugins/personal/environment/class_environment.inc:746
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+msgstr ""
+"Das neue Kiosk-Profil kann nicht gespeichert werden. Wahrscheinlich besitzen "
+"Sie nicht die nötigen Rechte."
 
 
-#: plugins/personal/connectivity/kolab.tpl:40
-#: plugins/personal/connectivity/oxchange.tpl:18
-#: plugins/personal/connectivity/oxchange.tpl:22
-msgid "days"
-msgstr "Tage"
+#: plugins/personal/environment/class_environment.inc:839
+msgid "Error while writing printer"
+msgstr "Fehler beim Speichern des Druckers"
 
 
-#: plugins/personal/connectivity/kolab.tpl:45
-msgid "Invitation policy"
-msgstr "Einladungs-Richtlinie"
+#: plugins/personal/environment/class_environment.inc:909
+msgid "Error while writing printer settings"
+msgstr "Fehler beim Speichern der Drucker-Einstellungen"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "FTP Konto"
+#: plugins/personal/environment/class_environment.inc:1033
+msgid "Admin"
+msgstr "Administrator"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
-msgid "Bandwidth"
-msgstr "Bandbreite"
+#: plugins/personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Hotplug-Geräte hinzufügen"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Upload-Bandbreite"
+#: plugins/personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Verwaltung der Hotplug-Geräte"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "kb/s"
+#: plugins/personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Auswahl des hinzuzufügenden Hotplug-Gerätes"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Download-Bandbreite"
+#: plugins/personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
+msgstr "Wählen Sie die Abteilung, auf die die Suchfunktion angewandt wird"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "Dateien"
+#: plugins/personal/environment/hotplugDialog.tpl:43
+#: plugins/admin/groups/group_objects.tpl:38
+#: plugins/admin/users/headpage.tpl:48
+#: plugins/gofon/conference/headpage.tpl:35
+msgid "Display users matching"
+msgstr "Zeige die Benutzer, auf die Folgendes passt"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Size"
-msgstr "Größe"
+#: plugins/personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr "Regulärer Ausdruck zum Erkennen von Hotplug-Geräten"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
-msgstr "Verhältnis"
+#: plugins/personal/environment/class_selectPrinterDialog.inc:67
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
+msgid "Please select a printer or press cancel."
+msgstr "Bitte wählen Sie einen Drucker oder 'Abbrechen'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
-msgstr "Hoch- / heruntergeladene Dateien"
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Drucker hinzufügen"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
-msgstr "Wählen Sie diese Option, um FTP-Zugriff zu deaktivieren"
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+msgid "Select printer to add"
+msgstr "Wählen Sie den hinzuzufügenden Drucker"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
-msgstr "Temporäres Abschalten des FTP-Zugriffs"
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+msgid "Display printers matching"
+msgstr "Zeige die Drucker, auf die Folgendes passt"
 
 
-#: plugins/personal/connectivity/glpi.tpl:1
-msgid "GLPI account"
-msgstr "GLPI-Konto"
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+msgid "Regular expression for matching printer names"
+msgstr "Regulärer Ausdruck zum Erkennen von Druckernamen"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
-msgstr "Open-Xchange Konto"
+#: plugins/personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Einstellungen für Anmelde-Skripte"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "disabled, no Postgresql support detected"
-msgstr "deaktiviert, keine PostgreSQL-Unterstützung erkannt"
+#: plugins/personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Skriptname"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:4
-msgid "Open-Xchange account"
-msgstr "Open-Xchange Konto"
+#: plugins/personal/environment/logonManagement.tpl:17
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/gofax/blocklists/generic.tpl:41 plugins/admin/groups/generic.tpl:13
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12
+#: plugins/admin/systems/server.tpl:24 plugins/admin/systems/phone.tpl:24
+#: plugins/admin/systems/printer.tpl:13
+#: plugins/admin/systems/wingeneric.tpl:24
+#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
+#: plugins/gofon/macro/generic.tpl:36 plugins/gofon/conference/generic.tpl:51
+#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
+#: html/getxls.php:230
+msgid "Description"
+msgstr "Beschreibung"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:13
-msgid "Remember"
-msgstr "Erinnern"
+#: plugins/personal/environment/logonManagement.tpl:24
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+msgid "Priority"
+msgstr "Priorität"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:17
-msgid "Appointment Days"
-msgstr "Tage für Termin"
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Optionen für Anmelde-Skripte"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:21
-msgid "Task Days"
-msgstr "Tage für Aufgabe"
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Letztes Skript"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:33
-msgid "User Information"
-msgstr "Benutzerinformation"
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Skript kann vom Benutzer ausgetauscht werden"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:37
-msgid "User Timezone"
-msgstr "Zeitzone des Benutzers"
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Anmelde-Skript"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
-msgstr "Proxy"
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/environment/kioskManagement.tpl:24
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/admin/groups/application_options.tpl:8
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:67
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/fai/faiHookEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:132
+#: plugins/admin/fai/faiPackageEntry.tpl:63
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+msgid "Apply"
+msgstr "Anwenden"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:79
-msgid "KB"
-msgstr "KB"
+#: plugins/personal/environment/class_logonManagementDialog.inc:96
+msgid "Specified name is invalid."
+msgstr "Der angegebene Name ist ungültig."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:79
-msgid "GB"
-msgstr "GB"
+#: plugins/personal/environment/class_logonManagementDialog.inc:100
+msgid "Specified description contains invalid characters."
+msgstr "Das Feld 'Beschreibung' enthält ungültige Zeichen!"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-#: plugins/addons/mailqueue/class_mailqueue.inc:299
-msgid "hour"
-msgstr "Stunde"
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+msgid "Create new hotplug entry"
+msgstr "Neuen Hotplug-Eintrag erstellen"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "day"
-msgstr "Tag"
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+msgid "Create new hotplug device"
+msgstr "Neues Hotplug-Gerät erstellen"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "week"
-msgstr "Woche"
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+#: plugins/admin/systems/component.tpl:6
+msgid "Device name"
+msgstr "Gerätename"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "month"
-msgstr "Monat"
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "Device ID"
+msgstr "Geräte ID"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:169
-msgid "Numerical value for Quota Setting is empty."
-msgstr "Das numerische Feld der Kontingent-Einstellung ist leer."
+#: plugins/personal/environment/hotplugDialogNew.tpl:38
+msgid "save"
+msgstr "Sichern"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:172
-msgid "Numerical value for Quota Setting is not valid."
-msgstr ""
-"Das numerische Feld der Kontingent-Einstellung enthält einen ungültigen Wert."
+#: plugins/personal/environment/class_kioskManagementDialog.inc:61
+#, php-format
+msgid "Can't delete '%s'. Error was: permission denied."
+msgstr "Kann Datei '%s' nicht entfernen. Die Fehlermeldung war: Zugriff verweigert."
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr "PPTP"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:64
+#, php-format
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
+msgstr ""
+"Kann Datei '%s' nicht entfernen. Die Fehlermeldung war: Datei existiert "
+"nicht."
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
-msgstr "Intranet"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:88
+msgid "There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+msgstr ""
+"In Ihrer gosa.conf wurde kein 'KIOSKPATH' definiert. Die Verwaltung von "
+"KIOSK-Profilen ist nicht möglich."
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "phpGroupware"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:94
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+msgstr ""
+"Auf den KIOSK-Pfad '%s' kann nicht zugegriffen werden. Bitte überprüfen Sie "
+"die Rechte."
 
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
-msgid "PHPscheduleit account"
-msgstr "PHPscheduleit-Konto"
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+msgid "Kiosk profile management"
+msgstr "Verwaltung der Kiosk-Profile"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
-msgstr "Kolab"
+#: plugins/personal/environment/kioskManagement.tpl:12
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+msgid "Browse"
+msgstr "Durchsuchen"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:105
-msgid ""
-"You're trying to add an invalid email address to the list of delegations."
-msgstr ""
-"Sie versuchen, eine ungültige Mail-Adresse in die Liste der Stellvertreter "
-"aufzunehmen."
+#: plugins/personal/nagios/nagios.tpl:4
+msgid "Nagios Account"
+msgstr "Nagios-Konto"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:113
-msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
-msgstr ""
-"Die Adresse, die Sie gerade hinzufügen möchten, ist keine primäre Mail-"
-"Adresse eines bestehenden Benutzers"
+#: plugins/personal/nagios/nagios.tpl:7
+msgid "Alias"
+msgstr "Alias"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:140
-msgid "Always accept"
-msgstr "Immer annehmen"
+#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
+msgid "Mail address"
+msgstr "Mail-Adresse"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:141
-msgid "Always reject"
-msgstr "Immer ablehnen"
+#: plugins/personal/nagios/nagios.tpl:17
+msgid "Host notification period"
+msgstr "Frequenz der System-Meldungen"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:142
-msgid "Reject if conflicts"
-msgstr "Im Konfliktfall ablehnen"
+#: plugins/personal/nagios/nagios.tpl:25
+msgid "Service notification period"
+msgstr "Frequenz der Dienst-Meldungen"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:143
-msgid "Manual if conflicts"
-msgstr "Im Konfliktfall manuell bearbeiten"
+#: plugins/personal/nagios/nagios.tpl:32
+msgid "Service notification options"
+msgstr "Optionen für Dienst-Meldungen"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:144
-msgid "Manual"
-msgstr "Manuell"
+#: plugins/personal/nagios/nagios.tpl:41
+msgid "Host notification options"
+msgstr "Optionen für System-Meldungen"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:180
-msgid "Anonymous"
-msgstr "Anonym"
+#: plugins/personal/nagios/nagios.tpl:53
+msgid "Service notification commands"
+msgstr "Befehle für Dienst-Meldungen"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:232
-msgid "The value specified as Free Busy future needs to be an integer."
-msgstr "Der Wert für Intervall muß eine Ganzzahl sein."
+#: plugins/personal/nagios/nagios.tpl:57
+msgid "Host notification commands"
+msgstr "Befehle für System-Meldungen"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:237
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr "Der Wert für Information URL is ungültig."
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
+msgstr "Nagios Authentifikation"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:251
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
-msgstr "Die Einladungs-Richtlinie für die Adresse '%s' ist ungültig."
+#: plugins/personal/nagios/nagios.tpl:69
+msgid "view system informations"
+msgstr "System-Informationen anzeigen"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:259
-#, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
-msgstr ""
-"Es gibt keinen Mail Benutzer mit der Adresse %s für Ihre Einladungs-"
-"Richtlinie!"
+#: plugins/personal/nagios/nagios.tpl:72
+msgid "view configuration information"
+msgstr "Konfiguration anzeigen"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "FTP"
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
+msgstr "Alle System-Befehle ausführen"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
-msgid "Value specified as 'Upload bandwidth' is not valid."
-msgstr "Die von Ihnen angegebene 'Upload-Bandbreite' ist nicht gültig."
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
+msgstr "Alle Dienste anzeigen"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr "Die von Ihnen angegebene 'Download-Bandbreite' ist nicht gültig."
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
+msgstr "Alle Systeme anzeigen"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
-msgid "Value specified as 'Files' is not valid."
-msgstr "Das Feld 'Dateien' enthält eine ungültige Eingabe."
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
+msgstr "Alle Dienst-Befehle ausführen"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
-msgid "Value specified as 'Size' is not valid."
-msgstr "Das Feld 'Größe' enthält eine ungültige Eingabe."
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
+msgstr "Alle Host-Befehle ausführen"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "Das Feld 'Verhältins' enthält eine ungültige Eingabe."
+#: plugins/personal/nagios/main.inc:124
+msgid "Nagios settings"
+msgstr "Nagios-Einstellungen"
 
 
-#: plugins/personal/connectivity/class_glpiAccount.inc:25
-msgid "GLPI"
-msgstr "GLPI"
+#: plugins/personal/nagios/class_nagiosAccount.inc:92
+msgid "This account has no nagios extensions."
+msgstr "Dieses Konto besitzt keine Nagios-Erweiterungen."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr "Open-Xchange"
+#: plugins/personal/nagios/class_nagiosAccount.inc:101
+msgid "Remove nagios account"
+msgstr "Nagios-Konto entfernen"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#, php-format
+#: plugins/personal/nagios/class_nagiosAccount.inc:102
 msgid ""
 msgid ""
-"This account has %s features disabled. Posix features are needed for "
-"openXchange accounts, enable them first."
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Dieses Konto besitzt deaktivierte %s-Erweiterungen. Um diese zu aktivieren, "
-"werden UNIX-Erweiterungen benötigt. Diese müssen zuerst aktiviert werden."
+"Dieses Konto besitzt aktivierte Nagios-Erweiterungen. Sie können diese "
+"deaktivieren, indem Sie auf die Schaltfläche unten klicken."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-msgid "OpenXchange"
-msgstr "OpenXchange"
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
+msgid "Create nagios account"
+msgstr "Neues Nagios-Konto erzeugen"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-#, php-format
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
 msgid ""
 msgid ""
-"This account has %s features disabled. Mail features are needed for "
-"openXchange accounts, enable them first."
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Dieses Konto besitzt deaktivierte %s-Erweiterungen. Um diese zu aktivieren, "
-"werden UNIX-Erweiterungen benötigt. Diese müssen zuerst aktiviert werden."
+"Dieses Konto besitzt keine aktivierten Nagios-Erweiterungen. Sie können "
+"diese aktivieren, indem Sie auf die Schaltfläche unten klicken."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
-msgid "Couldn't connect to postgresql database!"
-msgstr "Die PostgreSQL-Datenbank kann nicht erreicht werden!"
+#: plugins/personal/nagios/class_nagiosAccount.inc:163
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "Das benötigte Feld 'NagiosAlias' ist nicht gesetzt."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
-msgstr ""
-"Nicht alle benötigten Parameter für OpenXchange Konnektivitätserweiterung "
-"wurden gefunden!"
+#: plugins/personal/nagios/class_nagiosAccount.inc:166
+msgid "The required field 'NagiosMail' is not set."
+msgstr "Das benötigte Feld 'NagiosMail' ist nicht gesetzt."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "PHP4-Erweiterung für PostgreSQL-Datenbank wurde nicht gefunden!"
+#: plugins/personal/nagios/class_nagiosAccount.inc:170
+#: plugins/personal/nagios/class_nagiosAccount.inc:174
+msgid "Please enter a valid email address in 'NagiosMail' field."
+msgstr "Bitte geben Sie eine gültige E-Mail-Adresse in das Feld 'NagiosMail' ein."
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "WebDAV-Konto"
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Listenname"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-msgid "PHPscheduleit"
-msgstr "PHPscheduleit"
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Name der Sperrliste"
 
 
-#: plugins/personal/connectivity/class_connectivity.inc:63
-msgid "This account has no connectivity extensions."
-msgstr "Dieses Konto besitzt keine Konnektivitäts-Erweiterungen."
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
+msgstr "Wählen Sie den Teilbaum, in den die Sperrliste plaziert werden soll."
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-msgid "Opengroupware account"
-msgstr "Opengroupware-Konto"
+#: plugins/gofax/blocklists/generic.tpl:32
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/admin/systems/servnfs.tpl:39
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
+#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
+msgid "Type"
+msgstr "Typ"
+
+#: plugins/gofax/blocklists/generic.tpl:34
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr "Wählen Sie, ob ein- oder abgehende Rufe gefiltert werden sollen"
+
+#: plugins/gofax/blocklists/generic.tpl:43
+msgid "Descriptive text for this blocklist"
+msgstr "Beschreibender Text zu dieser Sperrliste"
+
+#: plugins/gofax/blocklists/generic.tpl:56
+msgid "Blocked numbers"
+msgstr "Gesperrte Nummern"
+
+#: plugins/gofax/blocklists/generic.tpl:72
+msgid "Numbers can also contain wild cards."
+msgstr "Nummern können auch Platzhalter enthalten."
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:5
 msgid "FAX Blocklists"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:5
 msgid "FAX Blocklists"
@@ -3041,20 +3099,19 @@ msgid "Please specify a valid phone number."
 msgstr "Bitte geben Sie eine gültige Telefonnummer an."
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
 msgstr "Bitte geben Sie eine gültige Telefonnummer an."
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/departments/class_departmentManagement.inc:277
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/departments/class_departmentManagement.inc:277
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
+#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Go up one department"
 msgstr "Eine Abteilung nach oben"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Go up one department"
 msgstr "Eine Abteilung nach oben"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
@@ -3062,32 +3119,33 @@ msgstr "Eine Abteilung nach oben"
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/ogroups/phonequeue.tpl:17
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/ogroups/phonequeue.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Up"
 msgstr "Auf"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Up"
 msgstr "Auf"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:359
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:359
+#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Go to root department"
 msgstr "Gehe zur Wurzel-Abteilung"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Go to root department"
 msgstr "Gehe zur Wurzel-Abteilung"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:360
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:360
+#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Root"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Root"
@@ -3105,13 +3163,13 @@ msgid "Go to users department"
 msgstr "Gehe zur Abteilung des Benutzers"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:293
 msgstr "Gehe zur Abteilung des Benutzers"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:293
-#: plugins/admin/fai/class_faiManagement.inc:434
 #: plugins/admin/groups/class_groupManagement.inc:352
 #: plugins/admin/users/class_userManagement.inc:672
 #: plugins/admin/applications/class_applicationManagement.inc:328
 #: plugins/admin/departments/class_departmentManagement.inc:279
 #: plugins/admin/systems/class_systemManagement.inc:567
 #: plugins/admin/ogroups/class_ogroupManagement.inc:362
 #: plugins/admin/groups/class_groupManagement.inc:352
 #: plugins/admin/users/class_userManagement.inc:672
 #: plugins/admin/applications/class_applicationManagement.inc:328
 #: plugins/admin/departments/class_departmentManagement.inc:279
 #: plugins/admin/systems/class_systemManagement.inc:567
 #: plugins/admin/ogroups/class_ogroupManagement.inc:362
+#: plugins/admin/fai/class_faiManagement.inc:434
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:326
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
 msgid "Home"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:326
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
 msgid "Home"
@@ -3126,52 +3184,52 @@ msgid "New Blocklist"
 msgstr "Neue Sperrlisten"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:296
 msgstr "Neue Sperrlisten"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:296
-#: plugins/admin/fai/class_faiManagement.inc:463
 #: plugins/admin/groups/class_groupManagement.inc:356
 #: plugins/admin/users/class_userManagement.inc:677
 #: plugins/admin/applications/class_applicationManagement.inc:332
 #: plugins/admin/departments/class_departmentManagement.inc:283
 #: plugins/admin/systems/class_systemManagement.inc:576
 #: plugins/admin/ogroups/class_ogroupManagement.inc:366
 #: plugins/admin/groups/class_groupManagement.inc:356
 #: plugins/admin/users/class_userManagement.inc:677
 #: plugins/admin/applications/class_applicationManagement.inc:332
 #: plugins/admin/departments/class_departmentManagement.inc:283
 #: plugins/admin/systems/class_systemManagement.inc:576
 #: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/fai/class_faiManagement.inc:463
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:330
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
 msgid "Current base"
 msgstr "Momentane Basis"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:330
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
 msgid "Current base"
 msgstr "Momentane Basis"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit department"
 msgstr "Aktualisieren"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit department"
 msgstr "Aktualisieren"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit"
 msgstr "Übertragen"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:300
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit"
 msgstr "Übertragen"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:300
-#: plugins/admin/fai/class_faiManagement.inc:482
 #: plugins/admin/groups/class_groupManagement.inc:361
 #: plugins/admin/users/class_userManagement.inc:681
 #: plugins/admin/applications/class_applicationManagement.inc:337
 #: plugins/admin/departments/class_departmentManagement.inc:291
 #: plugins/admin/systems/class_systemManagement.inc:582
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/groups/class_groupManagement.inc:361
 #: plugins/admin/users/class_userManagement.inc:681
 #: plugins/admin/applications/class_applicationManagement.inc:337
 #: plugins/admin/departments/class_departmentManagement.inc:291
 #: plugins/admin/systems/class_systemManagement.inc:582
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/fai/class_faiManagement.inc:482
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:336
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 msgid "edit"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:336
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 msgid "edit"
@@ -3185,13 +3243,13 @@ msgstr "Benutzer bearbeiten"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:301
 #: plugins/addons/mailqueue/contents.tpl:95
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:301
 #: plugins/addons/mailqueue/contents.tpl:95
-#: plugins/admin/fai/class_faiManagement.inc:483
 #: plugins/admin/groups/class_groupManagement.inc:362
 #: plugins/admin/users/class_userManagement.inc:683
 #: plugins/admin/applications/class_applicationManagement.inc:338
 #: plugins/admin/departments/class_departmentManagement.inc:292
 #: plugins/admin/systems/class_systemManagement.inc:583
 #: plugins/admin/ogroups/class_ogroupManagement.inc:372
 #: plugins/admin/groups/class_groupManagement.inc:362
 #: plugins/admin/users/class_userManagement.inc:683
 #: plugins/admin/applications/class_applicationManagement.inc:338
 #: plugins/admin/departments/class_departmentManagement.inc:292
 #: plugins/admin/systems/class_systemManagement.inc:583
 #: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/admin/fai/class_faiManagement.inc:483
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:337
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:337
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
@@ -3210,13 +3268,13 @@ msgstr "Name der Sperrliste"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:308
 #: plugins/addons/addressbook/contents.tpl:42
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:308
 #: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_faiManagement.inc:479
 #: plugins/admin/groups/class_groupManagement.inc:387
 #: plugins/admin/users/class_userManagement.inc:692
 #: plugins/admin/applications/class_applicationManagement.inc:358
 #: plugins/admin/departments/class_departmentManagement.inc:299
 #: plugins/admin/systems/class_systemManagement.inc:590
 #: plugins/admin/ogroups/class_ogroupManagement.inc:393
 #: plugins/admin/groups/class_groupManagement.inc:387
 #: plugins/admin/users/class_userManagement.inc:692
 #: plugins/admin/applications/class_applicationManagement.inc:358
 #: plugins/admin/departments/class_departmentManagement.inc:299
 #: plugins/admin/systems/class_systemManagement.inc:590
 #: plugins/admin/ogroups/class_ogroupManagement.inc:393
+#: plugins/admin/fai/class_faiManagement.inc:479
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:344
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
 msgid "Actions"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:344
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
 msgid "Actions"
@@ -3236,723 +3294,994 @@ msgstr "empfangen"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:516
 msgid "You have no permissions to create a blocklist on this 'Base'."
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:516
 msgid "You have no permissions to create a blocklist on this 'Base'."
+msgstr "Sie haben keine Berechtigung, eine Sperrliste unter dieser 'Basis' anzulegen."
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:522
+#: plugins/admin/departments/class_departmentGeneric.inc:164
+msgid "Required field 'Name' is not set."
+msgstr "Das benötigte Feld 'Name' ist nicht ausgefüllt."
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:525
+msgid "Required field 'Name' contains invalid characters"
+msgstr "Das benötigte Feld 'Name' enthält ungültige Zeichen"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:533
+msgid "Specified name is already used."
+msgstr "Der angegebene Name wird bereits verwendet."
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:540
+msgid "No permission to create a blocklist on this base."
+msgstr ""
+"Sie haben keine Berechtigung, eine Sperrliste unterhalb dieser Basis "
+"anzulegen."
+
+#: plugins/gofax/blocklists/remove.tpl:2
+#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/users/remove.tpl:2 plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: html/index.php:227 html/index.php:287 ihtml/themes/altlinux/conflict.tpl:6
+#: ihtml/themes/altlinux/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
+#: ihtml/themes/default/islocked.tpl:6
+msgid "Warning"
+msgstr "Warnung"
+
+#: plugins/gofax/blocklists/remove.tpl:6
+msgid ""
+"Please double check if your really want to do this since there is no way for "
+"GOsa to get your data back."
+msgstr ""
+"Bitte überprüfen Sie genau, was Sie tun. GOsa hat keine Möglichkeit, die "
+"Daten wiederherzustellen."
+
+#: plugins/gofax/blocklists/remove.tpl:10
+#: plugins/addons/addressbook/remove.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/users/remove.tpl:10 plugins/admin/applications/remove.tpl:9
+#: plugins/admin/ogroups/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
+msgstr ""
+"Wenn Sie sicher sind, drücken Sie <i>Löschen</i> um fortzufahren oder "
+"<i>Abbrechen</i> zum Abbruch."
+
+#: plugins/gofax/blocklists/headpage.tpl:6
+msgid "List of blocklists"
+msgstr "Liste der Sperrlisten"
+
+#: plugins/gofax/blocklists/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected blocklists. Having "
+"a large size of lists, you might prefer the range selectors on top of the "
+"select box."
+msgstr ""
+"Dieses Menü ermöglicht es Ihnen, Sperrlisten hinzuzufügen, zu bearbeiten "
+"oder zu entfernen. Bei einer großen Anzahl von Sperrlisten bietet sich die "
+"Verwendung der Bereichswahl an."
+
+#: plugins/gofax/blocklists/headpage.tpl:38
+msgid "Select to see send blocklists"
+msgstr "Auswahl zum Ansehen der Sperrlisten für abgehende Rufe"
+
+#: plugins/gofax/blocklists/headpage.tpl:38
+msgid "Show send blocklists"
+msgstr "Zeige Sperrlisten für abgehende Rufe"
+
+#: plugins/gofax/blocklists/headpage.tpl:39
+msgid "Select to see receive blocklists"
+msgstr "Auswahl zum Ansehen der Sperrlisten für eingehende Rufe"
+
+#: plugins/gofax/blocklists/headpage.tpl:39
+msgid "Show receive blocklists"
+msgstr "Zeige eingehende Sperrlisten"
+
+#: plugins/gofax/blocklists/headpage.tpl:45
+msgid "Display lists matching"
+msgstr "Zeige die Sperrlisten, auf die Folgendes passt"
+
+#: plugins/gofax/blocklists/headpage.tpl:48
+msgid "Regular expression for matching list names"
+msgstr "Regulärer Ausdruck zum Abgleich mit Sperrlisten-Namen"
+
+#: plugins/gofax/blocklists/main.inc:20 plugins/gofax/blocklists/main.inc:22
+msgid "Blocklist management"
+msgstr "Sperrlistenverwaltung"
+
+#: plugins/gofax/faxaccount/generic.tpl:12
+msgid "Fax number for GOfax to trigger on"
+msgstr "Fax-Nummer, auf die GOfax ansprechen soll"
+
+#: plugins/gofax/faxaccount/generic.tpl:16
+#: plugins/admin/ogroups/phonequeue.tpl:35 html/getxls.php:65
+#: html/getxls.php:224
+msgid "Language"
+msgstr "Sprache"
+
+#: plugins/gofax/faxaccount/generic.tpl:18
+msgid "Specify the GOfax communication language for fax to mail gateway"
+msgstr "Geben Sie die Kommunikations-Sprache für das Fax to Mail-Gateway an"
+
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
+msgstr "Auslieferungsformat"
+
+#: plugins/gofax/faxaccount/generic.tpl:26
+msgid "Specify delivery format for fax to mail gateway"
+msgstr "Geben Sie das Auslieferungsformat des Fax to Mailgateways an"
+
+#: plugins/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
+msgstr "Auslieferungsmethode"
+
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
+msgstr "Temporäres Abschalten der Fax-Benutzung"
+
+#: plugins/gofax/faxaccount/generic.tpl:45
+msgid "Deliver fax as mail to"
+msgstr "Fax als Mail ausliefern an"
+
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
+msgstr "Als Mail ausliefern"
+
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
+msgstr "Fax an Drucker weiterleiten"
+
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
+msgstr "Alternative Fax-Nummern"
+
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
+msgstr "Sperrlisten"
+
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
+msgstr "Sperrlisten für eingehendes Fax"
+
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
+msgstr "Sperrlisten für abgehendes Fax"
+
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
+msgstr "Wählen Sie die hinzuzufügenden Nummern"
+
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
+msgstr "Zeige die Nummern der Abteilung"
+
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
+msgstr "Zeige die Nummern, auf die Folgendes passt"
+
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
+msgstr "Regulärer Ausdruck zum Abgleich mit Telefonnummern"
+
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
+msgstr "Zeige Nummern des Benutzers"
+
+#: plugins/gofax/faxaccount/locals.tpl:50
+msgid "User name of which numbers are shown"
+msgstr "Benutzername, dessen Nummern angezeigt werden"
+
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
+msgstr "Gesperrte Nummern/Listen"
+
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
+msgstr "Liste von vordefinierten Sperrlisten"
+
+#: plugins/gofax/faxaccount/lists.tpl:25
+msgid "Add the list to the blocklists"
+msgstr "Liste zu den Sperrlisten hinzufügen"
+
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
+msgstr "Fax-Einstellungen"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+msgid "FAX"
+msgstr "Fax"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:137
+msgid "This account has no fax extensions."
+msgstr "Dieses Konto besitzt keine Fax-Erweiterungen."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:146
+msgid "Remove fax account"
+msgstr "Fax-Konto entfernen"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:147
+msgid ""
+"This account has fax features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Dieses Konto besitzt aktivierte Fax-Erweiterungen. Sie können diese durch "
+"einen Klick auf die Schaltfläche unten deaktivieren."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:149
+msgid "Create fax account"
+msgstr "Fax-Konto erzeugen"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:150
+msgid ""
+"This account has fax features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Aktuell besitztt dieses Konto keine aktivierten Fax-Erweiterungen. Sie "
+"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:218
+msgid "You're trying to add an invalid phone number."
+msgstr "Sie versuchen, eine ungültige Telefonnummer hinzuzufügen."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/groups/class_groupApplication.inc:495
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
+msgid "back"
+msgstr "zurück"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:637
+msgid "The required field 'Fax' is not set."
+msgstr "Das benötigte Feld 'Fax' ist nicht gesetzt."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:641
+msgid "Please enter a valid telephone number in the 'Fax' field."
+msgstr "Bitte geben Sie eine gültige Telefonnummer im Feld 'Fax' an."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:649
+msgid "Mail delivery is checked, but no address has been specified."
+msgstr "Die Zustellung von Mail ist aktiviert, aber es wurde keine Adresse angegeben."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+msgid "The mail address you've entered is invalid."
+msgstr "Die Mail Adresse, die Sie eingegeben haben, ist ungültig."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
+msgid ""
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
 msgstr ""
 msgstr ""
-"Sie haben keine Berechtigung, eine Sperrliste unter dieser 'Basis' anzulegen."
+"'Fax an Drucker weiterleiten' ist nur möglich, wenn ein gültiger Drucker "
+"angegeben wurde. Bitte korrigieren Sie Ihre Auswahl."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:522
-#: plugins/admin/departments/class_departmentGeneric.inc:164
-msgid "Required field 'Name' is not set."
-msgstr "Das benötigte Feld 'Name' ist nicht ausgefüllt."
+#: plugins/gofax/faxreports/detail.tpl:6
+msgid "FAX preview - please wait"
+msgstr "Fax Vorschau - bitte warten"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:525
-msgid "Required field 'Name' contains invalid characters"
-msgstr "Das benötigte Feld 'Name' enthält ungültige Zeichen"
+#: plugins/gofax/faxreports/detail.tpl:9
+msgid "Click on fax to download"
+msgstr "Klicken Sie auf das Fax, um es herunterzuladen"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:533
-msgid "Specified name is already used."
-msgstr "Der angegebene Name wird bereits verwendet."
+#: plugins/gofax/faxreports/detail.tpl:18
+msgid "FAX ID"
+msgstr "Fax-ID"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:540
-msgid "No permission to create a blocklist on this base."
-msgstr ""
-"Sie haben keine Berechtigung, eine Sperrliste unterhalb dieser Basis "
-"anzulegen."
+#: plugins/gofax/faxreports/detail.tpl:22
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/admin/systems/class_printGeneric.inc:589
+#: plugins/admin/ogroups/class_ogroupManagement.inc:481
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+msgid "User"
+msgstr "Benutzer"
 
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
-msgstr "Listenname"
+#: plugins/gofax/faxreports/detail.tpl:26
+msgid "Date / Time"
+msgstr "Datum / Zeit"
 
 
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr "Name der Sperrliste"
+#: plugins/gofax/faxreports/detail.tpl:30
+msgid "Sender MSN"
+msgstr "Absender-MSN"
 
 
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
-msgstr "Wählen Sie den Teilbaum, in den die Sperrliste plaziert werden soll."
+#: plugins/gofax/faxreports/detail.tpl:34
+msgid "Sender ID"
+msgstr "Absender-ID"
 
 
-#: plugins/gofax/blocklists/generic.tpl:32
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:39
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
-msgid "Type"
-msgstr "Typ"
+#: plugins/gofax/faxreports/detail.tpl:38
+msgid "Receiver MSN"
+msgstr "Empfänger-MSN"
 
 
-#: plugins/gofax/blocklists/generic.tpl:34
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr "Wählen Sie, ob ein- oder abgehende Rufe gefiltert werden sollen"
+#: plugins/gofax/faxreports/detail.tpl:42
+msgid "Receiver ID"
+msgstr "Empfänger-ID"
 
 
-#: plugins/gofax/blocklists/generic.tpl:43
-msgid "Descriptive text for this blocklist"
-msgstr "Beschreibender Text zu dieser Sperrliste"
+#: plugins/gofax/faxreports/detail.tpl:50
+msgid "Status message"
+msgstr "Status-Nachricht"
 
 
-#: plugins/gofax/blocklists/generic.tpl:56
-msgid "Blocked numbers"
-msgstr "Gesperrte Nummern"
+#: plugins/gofax/faxreports/detail.tpl:54
+msgid "Transfer time"
+msgstr "Übertragungszeit"
 
 
-#: plugins/gofax/blocklists/generic.tpl:72
-msgid "Numbers can also contain wild cards."
-msgstr "Nummern können auch Platzhalter enthalten."
+#: plugins/gofax/faxreports/detail.tpl:58
+#: plugins/gofax/faxreports/contents.tpl:35
+msgid "# pages"
+msgstr "# Seiten"
 
 
-#: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/groups/remove.tpl:2 plugins/admin/users/remove.tpl:2
-#: plugins/admin/applications/remove.tpl:2
-#: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/ogroups/remove.tpl:2 plugins/gofon/macro/remove.tpl:2
-#: plugins/gofon/conference/remove.tpl:2 html/index.php:227 html/index.php:287
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/islocked.tpl:6
-msgid "Warning"
-msgstr "Warnung"
+#: plugins/gofax/faxreports/contents.tpl:2
+#: plugins/addons/logview/contents.tpl:2
+#: plugins/gofon/fonreports/contents.tpl:2
+msgid "Filter"
+msgstr "Filter"
 
 
-#: plugins/gofax/blocklists/remove.tpl:6
-msgid ""
-"Please double check if your really want to do this since there is no way for "
-"GOsa to get your data back."
-msgstr ""
-"Bitte überprüfen Sie genau, was Sie tun. GOsa hat keine Möglichkeit, die "
-"Daten wiederherzustellen."
+#: plugins/gofax/faxreports/contents.tpl:6
+#: plugins/addons/addressbook/contents.tpl:102
+#: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:6
+msgid "Search for"
+msgstr "Suche nach"
 
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/addons/addressbook/remove.tpl:10 plugins/admin/groups/remove.tpl:10
-#: plugins/admin/users/remove.tpl:10 plugins/admin/applications/remove.tpl:9
-#: plugins/admin/ogroups/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
-msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
-msgstr ""
-"Wenn Sie sicher sind, drücken Sie <i>Löschen</i> um fortzufahren oder "
-"<i>Abbrechen</i> zum Abbruch."
+#: plugins/gofax/faxreports/contents.tpl:7
+#: plugins/gofon/fonreports/contents.tpl:7
+msgid "Enter user name to search for"
+msgstr "Benutzername, nach dem gesucht werden soll"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:6
-msgid "List of blocklists"
-msgstr "Liste der Sperrlisten"
+#: plugins/gofax/faxreports/contents.tpl:8
+#: plugins/gofax/faxreports/contents.tpl:16
+#: plugins/gofon/fonreports/contents.tpl:8
+#: plugins/gofon/fonreports/contents.tpl:16
+msgid "in"
+msgstr "in"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:24
-msgid ""
-"This menu allows you to create, delete and edit selected blocklists. Having "
-"a large size of lists, you might prefer the range selectors on top of the "
-"select box."
-msgstr ""
-"Dieses Menü ermöglicht es Ihnen, Sperrlisten hinzuzufügen, zu bearbeiten "
-"oder zu entfernen. Bei einer großen Anzahl von Sperrlisten bietet sich die "
-"Verwendung der Bereichswahl an."
+#: plugins/gofax/faxreports/contents.tpl:9
+#: plugins/gofon/fonreports/contents.tpl:9
+msgid "Select subtree to base search on"
+msgstr "Wählen Sie den Teilbaum, in dem gesucht werden soll"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:38
-msgid "Select to see send blocklists"
-msgstr "Auswahl zum Ansehen der Sperrlisten für abgehende Rufe"
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
+msgstr "während"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:38
-msgid "Show send blocklists"
-msgstr "Zeige Sperrlisten für abgehende Rufe"
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/addons/mailqueue/contents.tpl:27
+#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
+msgid "Search"
+msgstr "Suchen"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:39
-msgid "Select to see receive blocklists"
-msgstr "Auswahl zum Ansehen der Sperrlisten für eingehende Rufe"
+#: plugins/gofax/faxreports/contents.tpl:31
+#: plugins/addons/logview/contents.tpl:84
+#: plugins/gofon/fonreports/contents.tpl:30
+msgid "Date"
+msgstr "Datum"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:39
-msgid "Show receive blocklists"
-msgstr "Zeige eingehende Sperrlisten"
+#: plugins/gofax/faxreports/contents.tpl:33
+#: plugins/addons/mailqueue/contents.tpl:58
+msgid "Sender"
+msgstr "Absender"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:45
-msgid "Display lists matching"
-msgstr "Zeige die Sperrlisten, auf die Folgendes passt"
+#: plugins/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
+msgstr "Empfänger"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:48
-msgid "Regular expression for matching list names"
-msgstr "Regulärer Ausdruck zum Abgleich mit Sperrlisten-Namen"
+#: plugins/gofax/faxreports/contents.tpl:50
+#: plugins/addons/logview/contents.tpl:97
+#: plugins/gofon/fonreports/contents.tpl:51
+msgid "Search returned no results..."
+msgstr "Die Suche verlief ergebnislos..."
 
 
-#: plugins/gofax/blocklists/main.inc:20 plugins/gofax/blocklists/main.inc:22
-msgid "Blocklist management"
-msgstr "Sperrlistenverwaltung"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
+msgstr "Fax-Berichte"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:12
-msgid "Fax number for GOfax to trigger on"
-msgstr "Fax-Nummer, auf die GOfax ansprechen soll"
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofax/faxreports/class_faxreport.inc:119
+#: plugins/gofax/faxreports/class_faxreport.inc:165
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+msgid "Can't connect to fax database, no reports can be shown!"
+msgstr ""
+"Die Fax-Datenbank kann nicht erreicht werden. Es können keine Berichte "
+"angezeigt werden!"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:35 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Language"
-msgstr "Sprache"
+#: plugins/gofax/faxreports/class_faxreport.inc:112
+#: plugins/addons/logview/class_logview.inc:66
+#: plugins/gofon/fonreports/class_fonreport.inc:99
+msgid "There is no mysql extension available, please check your php setup."
+msgstr ""
+"Die MySQL-Erweiterung wurde nicht gefunden, bitte überprüfen Sie Ihr PHP-"
+"Setup."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:18
-msgid "Specify the GOfax communication language for fax to mail gateway"
-msgstr "Geben Sie die Kommunikations-Sprache für das Fax to Mail-Gateway an"
+#: plugins/gofax/faxreports/class_faxreport.inc:123
+#: plugins/gofax/faxreports/class_faxreport.inc:128
+#: plugins/gofax/faxreports/class_faxreport.inc:169
+#: plugins/gofax/faxreports/class_faxreport.inc:278
+msgid "Can't select fax database for report generation!"
+msgstr ""
+"Die Fax-Datenbank kann bezüglich der Berichtgenerierung nicht ausgewählt "
+"werden!"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
-msgstr "Auslieferungsformat"
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:286
+msgid "Query for fax database failed!"
+msgstr "Die Anfrage zur Fax-Datenbank ist fehlgeschlagen!"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:26
-msgid "Specify delivery format for fax to mail gateway"
-msgstr "Geben Sie das Auslieferungsformat des Fax to Mailgateways an"
+#: plugins/gofax/faxreports/class_faxreport.inc:185
+msgid "You have no permission to retrieve informations about this fax id!"
+msgstr "Sie haben keine Berechtigung, ein Fax mit dieser ID einzusehen!"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
-msgstr "Auslieferungsmethode"
+#: plugins/gofax/faxreports/class_faxreport.inc:205
+#: plugins/gofax/faxreports/class_faxreport.inc:294
+#: plugins/gofon/fonreports/class_fonreport.inc:220
+msgid "Y-M-D"
+msgstr "D.M.Y"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
-msgstr "Temporäres Abschalten der Fax-Benutzung"
+#: plugins/gofax/faxreports/main.inc:5
+msgid "FAX reports"
+msgstr "Fax-Berichte"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:45
-msgid "Deliver fax as mail to"
-msgstr "Fax als Mail ausliefern an"
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/admin/systems/servnfs.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
+#: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
+#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
+msgid "Name"
+msgstr "Name"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
-msgstr "Als Mail ausliefern"
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+msgid "Private"
+msgstr "Privat"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
-msgstr "Fax an Drucker weiterleiten"
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
+msgstr "Kontakt"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
-msgstr "Alternative Fax-Nummern"
+#: plugins/addons/addressbook/contents.tpl:37
+msgid ""
+"The telephone list plugin provides list and search facilities for the people "
+"in your site. You may want to specify the asterisk [*] like in 'Go*us' to "
+"find 'Gonicus'. Use the filters below to narrow down your search."
+msgstr ""
+"Das Telefonlistenmodul bietet Auflistungs- und Suchfunktionen für die "
+"Mitarbeiter Ihrer Organisation. Bei Eingaben wie 'gon' wird dementsprechend "
+"sowohl 'Gonicus' als auch 'gone' gefunden."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
-msgstr "Sperrlisten"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
+msgstr "Eintrag hinzufügen"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
-msgstr "Sperrlisten für eingehendes Fax"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:587
+msgid "Edit entry"
+msgstr "Eintrag bearbeiten"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
-msgstr "Sperrlisten für abgehendes Fax"
+#: plugins/addons/addressbook/contents.tpl:52
+msgid "Remove entry"
+msgstr "Eintrag entfernen"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
-msgstr "Wählen Sie die hinzuzufügenden Nummern"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Select to see regular users"
+msgstr "Wählen Sie dies, um gewöhnliche Benutzer anzuzeigen"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
-msgstr "Zeige die Nummern der Abteilung"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
+msgstr "Zeige Benutzer der Organisation"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
-msgstr "Zeige die Nummern, auf die Folgendes passt"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Select to see users in addressbook"
+msgstr "Wählen, um Adressbucheinträge zu sehen"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
-msgstr "Regulärer Ausdruck zum Abgleich mit Telefonnummern"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
+msgstr "Zeige Adressbuch-Einträge"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
-msgstr "Zeige Nummern des Benutzers"
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
+msgstr "Zeige Ergebnisse der Abteilung"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:50
-msgid "User name of which numbers are shown"
-msgstr "Benutzername, dessen Nummern angezeigt werden"
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
+msgstr "Untersuchtes Objekt"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
-msgstr "Gesperrte Nummern/Listen"
+#: plugins/addons/addressbook/contents.tpl:93
+msgid "Choose the object that will be searched in"
+msgstr "Wählen Sie das Objekt, auf das die Suchfunktion angewandt wird"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:17
-msgid "List of predefined blocklists"
-msgstr "Liste von vordefinierten Sperrlisten"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
+msgstr "Suchtext"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:25
-msgid "Add the list to the blocklists"
-msgstr "Liste zu den Sperrlisten hinzufügen"
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Wähle Verbindung..."
 
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
-msgstr "Fax-Einstellungen"
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/class_addressbook.inc:361
+#: plugins/addons/addressbook/class_addressbook.inc:368
+#: plugins/addons/addressbook/class_addressbook.inc:372
+#: plugins/addons/addressbook/class_addressbook.inc:455
+msgid "Dial"
+msgstr "Wähle"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
-#: plugins/addons/addressbook/address_info.tpl:88
-#: plugins/addons/addressbook/address_edit.tpl:206
-#: plugins/generic/references/class_reference.inc:30
-msgid "FAX"
-msgstr "Fax"
+#: plugins/addons/addressbook/address_edit.tpl:7
+msgid "Choose the department to store entry in"
+msgstr "Wählen Sie die Abteilung, in der der Eintrag abgelegt werden soll"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:137
-msgid "This account has no fax extensions."
-msgstr "Dieses Konto besitzt keine Fax-Erweiterungen."
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Persönlich"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:146
-msgid "Remove fax account"
-msgstr "Fax-Konto entfernen"
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Initials"
+msgstr "Initialien"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:147
-msgid ""
-"This account has fax features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Dieses Konto besitzt aktivierte Fax-Erweiterungen. Sie können diese durch "
-"einen Klick auf die Schaltfläche unten deaktivieren."
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+msgid "Email"
+msgstr "Email"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:149
-msgid "Create fax account"
-msgstr "Fax-Konto erzeugen"
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
+msgstr "Organisationsbezogen"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:150
-msgid ""
-"This account has fax features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Aktuell besitztt dieses Konto keine aktivierten Fax-Erweiterungen. Sie "
-"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
+msgstr "Firma"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:218
-msgid "You're trying to add an invalid phone number."
-msgstr "Sie versuchen, eine ungültige Telefonnummer hinzuzufügen."
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67 html/getxls.php:174
+#: html/getxls.php:236
+msgid "City"
+msgstr "Stadt"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/admin/groups/class_groupApplication.inc:365
-#: plugins/admin/groups/class_groupApplication.inc:416
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
-msgid "back"
-msgstr "zurück"
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Land"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:637
-msgid "The required field 'Fax' is not set."
-msgstr "Das benötigte Feld 'Fax' ist nicht gesetzt."
+#: plugins/addons/addressbook/remove.tpl:6
+msgid ""
+"This includes all addressbook data in this entry. Please double check if "
+"your really want to do this since there is no way for GOsa to get your data "
+"back."
+msgstr ""
+"Dies umfasst <b>alle</b> in diesem Eintrag gespeicherten Informationen. "
+"Überlegen Sie genau, was Sie tun, da es keine Möglichkeit für GOsa gibt, die "
+"Daten wiederherzustellen."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:641
-msgid "Please enter a valid telephone number in the 'Fax' field."
-msgstr "Bitte geben Sie eine gültige Telefonnummer im Feld 'Fax' an."
+#: plugins/addons/addressbook/main.inc:23
+msgid "Address book"
+msgstr "Adressbuch"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:649
-msgid "Mail delivery is checked, but no address has been specified."
-msgstr ""
-"Die Zustellung von Mail ist aktiviert, aber es wurde keine Adresse angegeben."
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Adressbuch"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
-msgid "The mail address you've entered is invalid."
-msgstr "Die Mail Adresse, die Sie eingegeben haben, ist ungültig."
+#: plugins/addons/addressbook/class_addressbook.inc:154
+#, php-format
+msgid "Dial from %s to %s now?"
+msgstr "Soll von %s nach %s gewählt werden?"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
+#: plugins/addons/addressbook/class_addressbook.inc:158
 msgid ""
 msgid ""
-"Deliver fax to printer, is only possible if valid printer is given. Please "
-"correct your choice."
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
 msgstr ""
 msgstr ""
-"'Fax an Drucker weiterleiten' ist nur möglich, wenn ein gültiger Drucker "
-"angegeben wurde. Bitte korrigieren Sie Ihre Auswahl."
+"Sie haben keine Telefonnummer. Um direkt wählen zu können müssen Sie zuerst "
+"eine erstellen."
 
 
-#: plugins/gofax/faxreports/detail.tpl:6
-msgid "FAX preview - please wait"
-msgstr "Fax Vorschau - bitte warten"
+#: plugins/addons/addressbook/class_addressbook.inc:187
+#: plugins/addons/addressbook/class_addressbook.inc:288
+msgid "You are not allowed to delete this entry!"
+msgstr "Sie haben keine Berechtigung, diesen Eintrag zu löschen!"
 
 
-#: plugins/gofax/faxreports/detail.tpl:9
-msgid "Click on fax to download"
-msgstr "Klicken Sie auf das Fax, um es herunterzuladen"
+#: plugins/addons/addressbook/class_addressbook.inc:282
+#, php-format
+msgid "You're about to delete the entry %s."
+msgstr "Sie löschen gerade den Eintrag %s."
+
+#: plugins/addons/addressbook/class_addressbook.inc:378
+#, php-format
+msgid "Save contact for %s as vcard"
+msgstr "Speichere Kontakt für %s als vcard"
 
 
-#: plugins/gofax/faxreports/detail.tpl:18
-msgid "FAX ID"
-msgstr "Fax-ID"
+#: plugins/addons/addressbook/class_addressbook.inc:382
+#, php-format
+msgid "Send mail to %s"
+msgstr "Sende eine Mail an %s"
 
 
-#: plugins/gofax/faxreports/detail.tpl:22
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/systems/class_printGeneric.inc:589
-#: plugins/admin/ogroups/class_ogroupManagement.inc:481
-msgid "User"
-msgstr "Benutzer"
+#: plugins/addons/addressbook/class_addressbook.inc:467
+msgid "global addressbook"
+msgstr "dem globalen Adressbuch"
 
 
-#: plugins/gofax/faxreports/detail.tpl:26
-msgid "Date / Time"
-msgstr "Datum / Zeit"
+#: plugins/addons/addressbook/class_addressbook.inc:470
+msgid "user database"
+msgstr "Fax-Datenbank"
 
 
-#: plugins/gofax/faxreports/detail.tpl:30
-msgid "Sender MSN"
-msgstr "Absender-MSN"
+#: plugins/addons/addressbook/class_addressbook.inc:474
+#, php-format
+msgid "Contact stored in '%s'"
+msgstr "Kontakt wurde in '%s' abgelegt"
 
 
-#: plugins/gofax/faxreports/detail.tpl:34
-msgid "Sender ID"
-msgstr "Absender-ID"
+#: plugins/addons/addressbook/class_addressbook.inc:476
+msgid "Creating new entry in"
+msgstr "Erzeugen eines neuen Eintrags in"
 
 
-#: plugins/gofax/faxreports/detail.tpl:38
-msgid "Receiver MSN"
-msgstr "Empfänger-MSN"
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/addons/logview/class_logview.inc:94
+#: plugins/addons/logview/class_logview.inc:111
+#: plugins/addons/mailqueue/class_mailqueue.inc:281
+#: plugins/addons/mailqueue/class_mailqueue.inc:346
+msgid "All"
+msgstr "Alle"
 
 
-#: plugins/gofax/faxreports/detail.tpl:42
-msgid "Receiver ID"
-msgstr "Empfänger-ID"
+#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
+#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
+msgid "Given name"
+msgstr "Vorname"
 
 
-#: plugins/gofax/faxreports/detail.tpl:50
-msgid "Status message"
-msgstr "Status-Nachricht"
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Work phone"
+msgstr "Telefon (Arbeit)"
 
 
-#: plugins/gofax/faxreports/detail.tpl:54
-msgid "Transfer time"
-msgstr "Übertragungszeit"
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Cell phone"
+msgstr "Mobiltelefon"
 
 
-#: plugins/gofax/faxreports/detail.tpl:58
-#: plugins/gofax/faxreports/contents.tpl:35
-msgid "# pages"
-msgstr "# Seiten"
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
+msgid "Home phone"
+msgstr "Telefon (zu Hause)"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Fax-Berichte"
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
+#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
+#: html/getxls.php:299
+msgid "User ID"
+msgstr "Benutzer-ID"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/gofax/faxreports/class_faxreport.inc:119
-#: plugins/gofax/faxreports/class_faxreport.inc:165
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-msgid "Can't connect to fax database, no reports can be shown!"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+msgid "Cannot create a unique DN for your entry. Please fill more formular fields."
 msgstr ""
 msgstr ""
-"Die Fax-Datenbank kann nicht erreicht werden. Es können keine Berichte "
-"angezeigt werden!"
+"Es kann kein eindeutiger DN für diesen Eintrag erzeugt werden. Füllen Sie "
+"bitte weitere Felder aus."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:112
-#: plugins/addons/logview/class_logview.inc:66
-#: plugins/gofon/fonreports/class_fonreport.inc:99
-msgid "There is no mysql extension available, please check your php setup."
+#: plugins/addons/addressbook/class_addressbook.inc:606
+msgid "You have no permissions to create or modify a global address book entry."
 msgstr ""
 msgstr ""
-"Die MySQL-Erweiterung wurde nicht gefunden, bitte überprüfen Sie Ihr PHP-"
-"Setup."
+"Sie haben keine Berechtigung, einen Eintrag unterhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:123
-#: plugins/gofax/faxreports/class_faxreport.inc:128
-#: plugins/gofax/faxreports/class_faxreport.inc:169
-#: plugins/gofax/faxreports/class_faxreport.inc:278
-msgid "Can't select fax database for report generation!"
-msgstr ""
-"Die Fax-Datenbank kann bezüglich der Berichtgenerierung nicht ausgewählt "
-"werden!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
+msgstr "LDIF exportieren"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:286
-msgid "Query for fax database failed!"
-msgstr "Die Anfrage zur Fax-Datenbank ist fehlgeschlagen!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:101
+msgid "You've no permission to do CSV imports."
+msgstr "Sie haben keine Berechtigung, um CSV Daten zu importieren."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:185
-msgid "You have no permission to retrieve informations about this fax id!"
-msgstr "Sie haben keine Berechtigung, ein Fax mit dieser ID einzusehen!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:161
+msgid "Need 'sn','givenName' and 'uid' to create user."
+msgstr "Benötige 'Name', 'Vorname' und 'Kennung'' um den Benutzer anzulegen."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:205
-#: plugins/gofax/faxreports/class_faxreport.inc:294
-#: plugins/gofon/fonreports/class_fonreport.inc:220
-msgid "Y-M-D"
-msgstr "D.M.Y"
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
+msgid "failed"
+msgstr "Fehlgeschlagen"
 
 
-#: plugins/gofax/faxreports/contents.tpl:2
-#: plugins/addons/logview/contents.tpl:2
-#: plugins/gofon/fonreports/contents.tpl:2
-msgid "Filter"
-msgstr "Filter"
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
+msgstr "ok"
 
 
-#: plugins/gofax/faxreports/contents.tpl:6
-#: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:12
-#: plugins/addons/logview/contents.tpl:47
-#: plugins/gofon/fonreports/contents.tpl:6
-msgid "Search for"
-msgstr "Suche nach"
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
+msgid "status"
+msgstr "Status"
 
 
-#: plugins/gofax/faxreports/contents.tpl:7
-#: plugins/gofon/fonreports/contents.tpl:7
-msgid "Enter user name to search for"
-msgstr "Benutzername, nach dem gesucht werden soll"
+#: plugins/addons/ldapmanager/class_csvimport.inc:281
+#, php-format
+msgid "An Error Occured while inserting entry %s - process aborted"
+msgstr ""
+"Ein Fehler trat während des Einfügens des Eintrags %s auf - Vorgang "
+"abgebrochen"
 
 
-#: plugins/gofax/faxreports/contents.tpl:8
-#: plugins/gofax/faxreports/contents.tpl:16
-#: plugins/gofon/fonreports/contents.tpl:8
-#: plugins/gofon/fonreports/contents.tpl:16
-msgid "in"
-msgstr "in"
+#: plugins/addons/ldapmanager/class_csvimport.inc:319
+msgid "Nothing to import!"
+msgstr "Nichts zu importieren!"
 
 
-#: plugins/gofax/faxreports/contents.tpl:9
-#: plugins/gofon/fonreports/contents.tpl:9
-msgid "Select subtree to base search on"
-msgstr "Wählen Sie den Teilbaum, in dem gesucht werden soll"
+#: plugins/addons/ldapmanager/class_csvimport.inc:331
+#: plugins/addons/ldapmanager/class_csvimport.inc:342
+#: plugins/addons/ldapmanager/class_csvimport.inc:347
+#: plugins/addons/ldapmanager/class_import.inc:62
+#: plugins/addons/ldapmanager/class_import.inc:70
+msgid "There is no file uploaded."
+msgstr "Es wurde keine Datei hochgeladen."
 
 
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
-msgstr "während"
+#: plugins/addons/ldapmanager/class_csvimport.inc:336
+#: plugins/addons/ldapmanager/class_import.inc:55
+msgid "The specified file is empty."
+msgstr "Die angebene Datei ist leer."
 
 
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:27
-#: plugins/addons/logview/contents.tpl:67
-#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
-msgid "Search"
-msgstr "Suchen"
+#: plugins/addons/ldapmanager/class_csvimport.inc:490
+msgid "The selected file does not contain any CSV Data..."
+msgstr "Die gewählte Datei enthält keine CSV Daten..."
 
 
-#: plugins/gofax/faxreports/contents.tpl:31
-#: plugins/addons/logview/contents.tpl:84
-#: plugins/gofon/fonreports/contents.tpl:30
-msgid "Date"
-msgstr "Datum"
+#: plugins/addons/ldapmanager/contentimport.tpl:3
+msgid ""
+"The LDIF import plugin provides methods to upload a set of entries to your "
+"running LDAP directory as ldif. You may use this to add new or modify "
+"existing entries. Remember that GOsa will not check your ldifs for GOsa "
+"conformance."
+msgstr ""
+"Dieses Modul ermöglicht es Ihnen, einen Satz von Einträgen als LDIF in Ihre "
+"laufende LDAP-Datenbank zu importieren. Sie können diese Funktion "
+"beispielsweise zum Hinzufügen oder Aktualisieren existierender Einträge "
+"nutzen. Beachten Sie dabei bitte, dass GOsa die LDIF-Datei nicht auf "
+"Konformität prüft."
 
 
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:58
-msgid "Sender"
-msgstr "Absender"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
+msgstr "Importiere LDIF Datei"
 
 
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
-msgstr "Empfänger"
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
+msgstr "Bearbeite vorhandene Attribute"
 
 
-#: plugins/gofax/faxreports/contents.tpl:50
-#: plugins/addons/logview/contents.tpl:97
-#: plugins/gofon/fonreports/contents.tpl:51
-msgid "Search returned no results..."
-msgstr "Die Suche verlief ergebnislos..."
+#: plugins/addons/ldapmanager/contentimport.tpl:33
+msgid "Overwrite existing entry"
+msgstr "Existierenden Eintrag überschreiben"
+
+#: plugins/addons/ldapmanager/contentimport.tpl:40
+msgid "Import successful"
+msgstr "Import erfolgreich"
+
+#: plugins/addons/ldapmanager/contentcsv.tpl:2
+msgid ""
+"The CSV import plugin provides methods to generate user accounts from a file "
+"containing Comma Seperated Values. The administrator can decide which "
+"columns should be transfered to which attribute. Note that you must have at "
+"least the UID, GIVENNAME and SURENAME set."
+msgstr ""
+"Das CSV Import Plugin stellt Methoden bereit, um Benutzerkonten aus einer "
+"CSV Datei zu generieren. Der Administrator kann die Zuordnung zwischen "
+"Spalte und Benutzerattribut frei wählen. Es müssen jedoch mindestens die "
+"Attribute UID, GIVENNAME und SURENAME gesetzt sein."
+
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
+msgstr "Auswahl der zu importierenden CSV Datei"
 
 
-#: plugins/gofax/faxreports/main.inc:5
-msgid "FAX reports"
-msgstr "Fax-Berichte"
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
+msgid "Select template"
+msgstr "Auswahl der Vorlage"
 
 
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Wähle Verbindung..."
+#: plugins/addons/ldapmanager/contentcsv.tpl:34
+msgid "All entries have been written to the LDAP database successfully."
+msgstr "Alle Einträge wurden erfolgreich in die LDAP-Datenbank geschrieben."
 
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:361
-#: plugins/addons/addressbook/class_addressbook.inc:368
-#: plugins/addons/addressbook/class_addressbook.inc:372
-#: plugins/addons/addressbook/class_addressbook.inc:455
-msgid "Dial"
-msgstr "Wähle"
+#: plugins/addons/ldapmanager/contentcsv.tpl:36
+msgid "Oups. There was an error during the import of your data."
+msgstr "Es gab einen Fehler während des Importvorgangs Ihrer Daten."
 
 
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
-#: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
-#: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
-#: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
-#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
-#: html/getxls.php:174 html/getxls.php:233
-msgid "Name"
-msgstr "Name"
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
+msgid "Here is the status report for the import:"
+msgstr "Statusreport des Imports:"
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:29
-#: plugins/addons/addressbook/address_edit.tpl:66
-msgid "Private"
-msgstr "Privat"
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+msgid "Selected Template"
+msgstr "Gewählte Vorlage"
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr "Kontakt"
+#: plugins/addons/ldapmanager/class_import.inc:41
+msgid "You've no permission to do LDAP imports."
+msgstr "Sie haben keine Berechtigung, um Daten in die LDAP-Datenbank zu importieren."
 
 
-#: plugins/addons/addressbook/contents.tpl:37
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr "Unbekannter Fehler"
+
+#: plugins/addons/ldapmanager/contentexport.tpl:3
 msgid ""
 msgid ""
-"The telephone list plugin provides list and search facilities for the people "
-"in your site. You may want to specify the asterisk [*] like in 'Go*us' to "
-"find 'Gonicus'. Use the filters below to narrow down your search."
+"The LDIF export plugin provides methods to download a complete snapshot of "
+"the running LDAP directory as ldif. You may save these files for backup "
+"purpose or when initializing a new server."
 msgstr ""
 msgstr ""
-"Das Telefonlistenmodul bietet Auflistungs- und Suchfunktionen für die "
-"Mitarbeiter Ihrer Organisation. Bei Eingaben wie 'gon' wird dementsprechend "
-"sowohl 'Gonicus' als auch 'gone' gefunden."
+"Dieses Modul ermöglicht Ihnen den Download der kompletten momentan "
+"verwendeten LDAP-Datenbank. Die übertragenen Dateien können beispielsweise "
+"zur Datensicherung oder zur Einrichtung eines neuen Servers benutzt werden."
 
 
-#: plugins/addons/addressbook/contents.tpl:47
-msgid "Add entry"
-msgstr "Eintrag hinzufügen"
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "Exportiere einzelnen Eintrag"
 
 
-#: plugins/addons/addressbook/contents.tpl:50
-msgid "Edit entry"
-msgstr "Eintrag bearbeiten"
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
+msgstr "Exportiere vollständige LDIF-Datei für"
 
 
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr "Eintrag entfernen"
+#: plugins/addons/ldapmanager/contentexport.tpl:24
+#: plugins/addons/ldapmanager/contentexport.tpl:39
+#: plugins/addons/ldapmanager/contentexportxls.tpl:27
+#: plugins/addons/ldapmanager/contentexportxls.tpl:42
+msgid "Choose the department you want to Export"
+msgstr "Wählen Sie die Abteilung, die exportiert werden soll"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr "Wählen Sie dies, um gewöhnliche Benutzer anzuzeigen"
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr "Exportiere IVBB LDIF für"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr "Zeige Benutzer der Organisation"
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr "Export erfolgreich"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Select to see users in addressbook"
-msgstr "Wählen, um Adressbucheinträge zu sehen"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the complete LDAP database to a file"
+msgstr "Hier klicken, um die gesamte LDAP-Datenbank in eine Datei zu exportieren."
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr "Zeige Adressbuch-Einträge"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the LDAP Export "
+msgstr "Hier klicken, um die exportierten Daten in eine Datei zu speichern"
 
 
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr "Zeige Ergebnisse der Abteilung"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:23
+msgid "LDAP manager"
+msgstr "LDAP-Manager"
 
 
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr "Untersuchtes Objekt"
+#: plugins/addons/ldapmanager/class_export.inc:6
+msgid "CSV import"
+msgstr "CSV-Import"
 
 
-#: plugins/addons/addressbook/contents.tpl:93
-msgid "Choose the object that will be searched in"
-msgstr "Wählen Sie das Objekt, auf das die Suchfunktion angewandt wird"
+#: plugins/addons/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
+msgid "You've no permission to do LDAP exports."
+msgstr "Sie haben keine Berechtigung, um Daten aus der LDAP-Datenbank zu exportieren."
 
 
-#: plugins/addons/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr "Suchtext"
+#: plugins/addons/ldapmanager/class_export.inc:83
+#: plugins/addons/ldapmanager/class_exportxls.inc:89
+msgid "Error while exporting the requested entries!"
+msgstr "Fehler beim Export der angeforderten Einträge!"
 
 
-#: plugins/addons/addressbook/remove.tpl:6
+#: plugins/addons/ldapmanager/contentexportxls.tpl:3
 msgid ""
 msgid ""
-"This includes all addressbook data in this entry. Please double check if "
-"your really want to do this since there is no way for GOsa to get your data "
-"back."
+"The XLS export plugin provides methods to download a complete snapshot of "
+"the running LDAP directory as xls. You may save these files for "
+"documentation."
 msgstr ""
 msgstr ""
-"Dies umfasst <b>alle</b> in diesem Eintrag gespeicherten Informationen. "
-"Überlegen Sie genau, was Sie tun, da es keine Möglichkeit für GOsa gibt, die "
-"Daten wiederherzustellen."
-
-#: plugins/addons/addressbook/main.inc:23
-msgid "Address book"
-msgstr "Adressbuch"
-
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Adressbuch"
+"Dieses Modul ermöglicht Ihnen den Download der kompletten momentan "
+"verwendeten LDAP-Datenbank als xls-Datei. Die übertragenen Dateien können "
+"beispielsweise zur Dokumentation/Übersicht verwendet werden."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:154
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr "Soll von %s nach %s gewählt werden?"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:14
+msgid "Choose the data you want to Export"
+msgstr "Wählen Sie die Daten, die exportiert werden sollen"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:158
-msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
-msgstr ""
-"Sie haben keine Telefonnummer. Um direkt wählen zu können müssen Sie zuerst "
-"eine erstellen."
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
+msgstr "Exportiere vollständige XLS-Datei für"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:187
-#: plugins/addons/addressbook/class_addressbook.inc:288
-msgid "You are not allowed to delete this entry!"
-msgstr "Sie haben keine Berechtigung, diesen Eintrag zu löschen!"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the complete LDAP database to a xls file"
+msgstr "Hier klicken, um die gesamte LDAP-Datenbank in eine xls-Datei zu exportieren."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:282
-#, php-format
-msgid "You're about to delete the entry %s."
-msgstr "Sie löschen gerade den Eintrag %s."
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the LDAP Export to a xls file"
+msgstr "Hier klicken, um die exportierten Daten in eine xls-Datei zu speichern"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:378
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr "Speichere Kontakt für %s als vcard"
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+msgid "XLS import"
+msgstr "XLS-Import"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:382
-#, php-format
-msgid "Send mail to %s"
-msgstr "Sende eine Mail an %s"
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Systemprotokolle"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:467
-msgid "global addressbook"
-msgstr "dem globalen Adressbuch"
+#: plugins/addons/logview/class_logview.inc:63
+msgid "No LOG servers defined!"
+msgstr "Keine LOG-Server definiert!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:470
-msgid "user database"
-msgstr "Fax-Datenbank"
+#: plugins/addons/logview/class_logview.inc:73
+#: plugins/addons/logview/class_logview.inc:168
+msgid "Can't connect to log database, no logs can be shown!"
+msgstr ""
+"Die LOG-Datenbank kann nicht erreicht werden. Es können keine Protokolle "
+"angezeigt werden!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:474
-#, php-format
-msgid "Contact stored in '%s'"
-msgstr "Kontakt wurde in '%s' abgelegt"
+#: plugins/addons/logview/class_logview.inc:77
+#: plugins/addons/logview/class_logview.inc:171
+msgid "Can't select log database for log generation!"
+msgstr ""
+"Die LOG-Datenbank kann bezüglich der Protokollgenerierung nicht ausgewählt "
+"werden!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:476
-msgid "Creating new entry in"
-msgstr "Erzeugen eines neuen Eintrags in"
+#: plugins/addons/logview/class_logview.inc:86
+#: plugins/addons/logview/class_logview.inc:103
+msgid "Query for log database failed!"
+msgstr "Die Anfrage zur LOG-Datenbank ist fehlgeschlagen!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/mailqueue/class_mailqueue.inc:281
-#: plugins/addons/mailqueue/class_mailqueue.inc:346
-#: plugins/addons/logview/class_logview.inc:94
-#: plugins/addons/logview/class_logview.inc:111
-msgid "All"
-msgstr "Alle"
+#: plugins/addons/logview/class_logview.inc:118
+msgid "one hour"
+msgstr "eine Stunde"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
-msgstr "Vorname"
+#: plugins/addons/logview/class_logview.inc:118
+msgid "6 hours"
+msgstr "6 Stunden"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Work phone"
-msgstr "Telefon (Arbeit)"
+#: plugins/addons/logview/class_logview.inc:119
+msgid "12 hours"
+msgstr "12 Stunden"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Cell phone"
-msgstr "Mobiltelefon"
+#: plugins/addons/logview/class_logview.inc:119
+msgid "24 hours"
+msgstr "24 Stunden"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
-msgid "Home phone"
-msgstr "Telefon (zu Hause)"
+#: plugins/addons/logview/class_logview.inc:120
+msgid "2 days"
+msgstr "2 Tage"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
-#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
-#: html/getxls.php:299
-msgid "User ID"
-msgstr "Benutzer-ID"
+#: plugins/addons/logview/class_logview.inc:120
+msgid "one week"
+msgstr "eine Woche"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:598
-msgid ""
-"Cannot create a unique DN for your entry. Please fill more formular fields."
-msgstr ""
-"Es kann kein eindeutiger DN für diesen Eintrag erzeugt werden. Füllen Sie "
-"bitte weitere Felder aus."
+#: plugins/addons/logview/class_logview.inc:121
+msgid "2 weeks"
+msgstr "2 Wochen"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
-msgid ""
-"You have no permissions to create or modify a global address book entry."
-msgstr ""
-"Sie haben keine Berechtigung, einen Eintrag unterhalb dieser 'Basis' "
-"anzulegen."
+#: plugins/addons/logview/class_logview.inc:121
+msgid "one month"
+msgstr "ein Monat"
 
 
-#: plugins/addons/addressbook/address_info.tpl:12
-#: plugins/addons/addressbook/address_edit.tpl:24
-msgid "Personal"
-msgstr "Persönlich"
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Zeige Rechner"
 
 
-#: plugins/addons/addressbook/address_info.tpl:19
-#: plugins/addons/addressbook/address_edit.tpl:44 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Initials"
-msgstr "Initialien"
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Priorität"
 
 
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/addons/addressbook/address_edit.tpl:105
-msgid "Email"
-msgstr "Email"
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Zeit-Intervall"
 
 
-#: plugins/addons/addressbook/address_info.tpl:53
-#: plugins/addons/addressbook/address_edit.tpl:119
-msgid "Organizational"
-msgstr "Organisationsbezogen"
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Zu suchende Zeichenkette"
 
 
-#: plugins/addons/addressbook/address_info.tpl:61
-#: plugins/addons/addressbook/address_edit.tpl:128
-msgid "Company"
-msgstr "Firma"
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Regelsatz"
 
 
-#: plugins/addons/addressbook/address_info.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:148 html/getxls.php:174
-#: html/getxls.php:236
-msgid "City"
-msgstr "Stadt"
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Level"
 
 
-#: plugins/addons/addressbook/address_info.tpl:73
-#: plugins/addons/addressbook/address_edit.tpl:168
-msgid "Country"
-msgstr "Land"
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Hostname"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:7
-msgid "Choose the department to store entry in"
-msgstr "Wählen Sie die Abteilung, in der der Eintrag abgelegt werden soll"
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Nachricht"
+
+#: plugins/addons/logview/main.inc:23
+msgid "System log view"
+msgstr "Systemprotokolle"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
 #: plugins/addons/mailqueue/main.inc:23
 #: plugins/addons/mailqueue/main.inc:23
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
 msgid "Mail queue"
 msgstr "Mail-Warteschlange"
 
 msgid "Mail queue"
 msgstr "Mail-Warteschlange"
 
@@ -3972,8 +4301,7 @@ msgstr ""
 #: plugins/addons/mailqueue/class_mailqueue.inc:198
 #, php-format
 msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
 #: plugins/addons/mailqueue/class_mailqueue.inc:198
 #, php-format
 msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
-msgstr ""
-"Bitte überprüfen Sie Ihre 'gosa.conf' - '%s' kann nicht ausgeführt werden."
+msgstr "Bitte überprüfen Sie Ihre 'gosa.conf' - '%s' kann nicht ausgeführt werden."
 
 #: plugins/addons/mailqueue/class_mailqueue.inc:251
 msgid "up"
 
 #: plugins/addons/mailqueue/class_mailqueue.inc:251
 msgid "up"
@@ -4050,2465 +4378,2281 @@ msgstr "Alle Nachrichten in der Warteschlange des gew
 
 #: plugins/addons/mailqueue/contents.tpl:36
 msgid "Requeue all messages"
 
 #: plugins/addons/mailqueue/contents.tpl:36
 msgid "Requeue all messages"
-msgstr "Alle Nachrichten wieder einreihen"
-
-#: plugins/addons/mailqueue/contents.tpl:37
-msgid "Requeue all messages in selected servers queue"
-msgstr ""
-"Alle Nachrichten in der Warteschlange des gewählten Servers wieder einreihen"
-
-#: plugins/addons/mailqueue/contents.tpl:48
-msgid "Search returned no results"
-msgstr "Die Suche verlief ergebnislos..."
-
-#: plugins/addons/mailqueue/contents.tpl:54
-msgid "ID"
-msgstr "ID"
-
-#: plugins/addons/mailqueue/contents.tpl:57
-msgid "Arrival"
-msgstr "Ankunft"
-
-#: plugins/addons/mailqueue/contents.tpl:59
-msgid "Recipient"
-msgstr "Empfänger"
-
-#: plugins/addons/mailqueue/contents.tpl:60
-msgid "Error"
-msgstr "Fehler"
-
-#: plugins/addons/mailqueue/contents.tpl:95
-msgid "Delete this message"
-msgstr "Diese Nachricht entfernen"
-
-#: plugins/addons/mailqueue/contents.tpl:99
-msgid "unhold"
-msgstr "Vorhalten aufheben"
-
-#: plugins/addons/mailqueue/contents.tpl:99
-msgid "Release message"
-msgstr "Nachricht freigeben"
-
-#: plugins/addons/mailqueue/contents.tpl:103
-msgid "hold"
-msgstr "vorhalten"
-
-#: plugins/addons/mailqueue/contents.tpl:103
-msgid "Hold message"
-msgstr "Nachricht vorhalten"
-
-#: plugins/addons/mailqueue/contents.tpl:107
-msgid "requeue"
-msgstr "wieder einreihen"
-
-#: plugins/addons/mailqueue/contents.tpl:107
-msgid "Requeue this message"
-msgstr "Diese Nachricht wieder einreihen"
-
-#: plugins/addons/mailqueue/contents.tpl:110
-msgid "header"
-msgstr "Kopfzeilen"
-
-#: plugins/addons/mailqueue/contents.tpl:110
-msgid "Display header from this message"
-msgstr "Zeige Kopfzeilen dieser Nachricht"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:3
-msgid ""
-"The XLS export plugin provides methods to download a complete snapshot of "
-"the running LDAP directory as xls. You may save these files for "
-"documentation."
-msgstr ""
-"Dieses Modul ermöglicht Ihnen den Download der kompletten momentan "
-"verwendeten LDAP-Datenbank als xls-Datei. Die übertragenen Dateien können "
-"beispielsweise zur Dokumentation/Übersicht verwendet werden."
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
-msgstr "Exportiere einzelnen Eintrag"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-msgid "Choose the data you want to Export"
-msgstr "Wählen Sie die Daten, die exportiert werden sollen"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
-msgstr "Exportiere vollständige XLS-Datei für"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:27
-#: plugins/addons/ldapmanager/contentexportxls.tpl:42
-#: plugins/addons/ldapmanager/contentexport.tpl:24
-#: plugins/addons/ldapmanager/contentexport.tpl:39
-msgid "Choose the department you want to Export"
-msgstr "Wählen Sie die Abteilung, die exportiert werden soll"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
-msgstr "Exportiere IVBB LDIF für"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
-msgstr "Export erfolgreich"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the complete LDAP database to a xls file"
-msgstr ""
-"Hier klicken, um die gesamte LDAP-Datenbank in eine xls-Datei zu exportieren."
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the LDAP Export to a xls file"
-msgstr "Hier klicken, um die exportierten Daten in eine xls-Datei zu speichern"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
-msgstr "LDIF exportieren"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:101
-msgid "You've no permission to do CSV imports."
-msgstr "Sie haben keine Berechtigung, um CSV Daten zu importieren."
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:161
-msgid "Need 'sn','givenName' and 'uid' to create user."
-msgstr "Benötige 'Name', 'Vorname' und 'Kennung'' um den Benutzer anzulegen."
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-msgid "failed"
-msgstr "Fehlgeschlagen"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
-msgstr "ok"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
-msgid "status"
-msgstr "Status"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:281
-#, php-format
-msgid "An Error Occured while inserting entry %s - process aborted"
-msgstr ""
-"Ein Fehler trat während des Einfügens des Eintrags %s auf - Vorgang "
-"abgebrochen"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr "Nichts zu importieren!"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:331
-#: plugins/addons/ldapmanager/class_csvimport.inc:342
-#: plugins/addons/ldapmanager/class_csvimport.inc:347
-#: plugins/addons/ldapmanager/class_import.inc:62
-#: plugins/addons/ldapmanager/class_import.inc:70
-msgid "There is no file uploaded."
-msgstr "Es wurde keine Datei hochgeladen."
+msgstr "Alle Nachrichten wieder einreihen"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:336
-#: plugins/addons/ldapmanager/class_import.inc:55
-msgid "The specified file is empty."
-msgstr "Die angebene Datei ist leer."
+#: plugins/addons/mailqueue/contents.tpl:37
+msgid "Requeue all messages in selected servers queue"
+msgstr "Alle Nachrichten in der Warteschlange des gewählten Servers wieder einreihen"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:490
-msgid "The selected file does not contain any CSV Data..."
-msgstr "Die gewählte Datei enthält keine CSV Daten..."
+#: plugins/addons/mailqueue/contents.tpl:48
+msgid "Search returned no results"
+msgstr "Die Suche verlief ergebnislos..."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:3
-msgid ""
-"The LDIF import plugin provides methods to upload a set of entries to your "
-"running LDAP directory as ldif. You may use this to add new or modify "
-"existing entries. Remember that GOsa will not check your ldifs for GOsa "
-"conformance."
-msgstr ""
-"Dieses Modul ermöglicht es Ihnen, einen Satz von Einträgen als LDIF in Ihre "
-"laufende LDAP-Datenbank zu importieren. Sie können diese Funktion "
-"beispielsweise zum Hinzufügen oder Aktualisieren existierender Einträge "
-"nutzen. Beachten Sie dabei bitte, dass GOsa die LDIF-Datei nicht auf "
-"Konformität prüft."
+#: plugins/addons/mailqueue/contents.tpl:54
+msgid "ID"
+msgstr "ID"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr "Importiere LDIF Datei"
+#: plugins/addons/mailqueue/contents.tpl:57
+msgid "Arrival"
+msgstr "Ankunft"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr "Bearbeite vorhandene Attribute"
+#: plugins/addons/mailqueue/contents.tpl:59
+msgid "Recipient"
+msgstr "Empfänger"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-msgid "Overwrite existing entry"
-msgstr "Existierenden Eintrag überschreiben"
+#: plugins/addons/mailqueue/contents.tpl:60
+msgid "Error"
+msgstr "Fehler"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-msgid "Import successful"
-msgstr "Import erfolgreich"
+#: plugins/addons/mailqueue/contents.tpl:95
+msgid "Delete this message"
+msgstr "Diese Nachricht entfernen"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:2
-msgid ""
-"The CSV import plugin provides methods to generate user accounts from a file "
-"containing Comma Seperated Values. The administrator can decide which "
-"columns should be transfered to which attribute. Note that you must have at "
-"least the UID, GIVENNAME and SURENAME set."
-msgstr ""
-"Das CSV Import Plugin stellt Methoden bereit, um Benutzerkonten aus einer "
-"CSV Datei zu generieren. Der Administrator kann die Zuordnung zwischen "
-"Spalte und Benutzerattribut frei wählen. Es müssen jedoch mindestens die "
-"Attribute UID, GIVENNAME und SURENAME gesetzt sein."
+#: plugins/addons/mailqueue/contents.tpl:99
+msgid "unhold"
+msgstr "Vorhalten aufheben"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
-msgstr "Auswahl der zu importierenden CSV Datei"
+#: plugins/addons/mailqueue/contents.tpl:99
+msgid "Release message"
+msgstr "Nachricht freigeben"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-msgid "Select template"
-msgstr "Auswahl der Vorlage"
+#: plugins/addons/mailqueue/contents.tpl:103
+msgid "hold"
+msgstr "vorhalten"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:34
-msgid "All entries have been written to the LDAP database successfully."
-msgstr "Alle Einträge wurden erfolgreich in die LDAP-Datenbank geschrieben."
+#: plugins/addons/mailqueue/contents.tpl:103
+msgid "Hold message"
+msgstr "Nachricht vorhalten"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:36
-msgid "Oups. There was an error during the import of your data."
-msgstr "Es gab einen Fehler während des Importvorgangs Ihrer Daten."
+#: plugins/addons/mailqueue/contents.tpl:107
+msgid "requeue"
+msgstr "wieder einreihen"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-msgid "Here is the status report for the import:"
-msgstr "Statusreport des Imports:"
+#: plugins/addons/mailqueue/contents.tpl:107
+msgid "Requeue this message"
+msgstr "Diese Nachricht wieder einreihen"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-msgid "Selected Template"
-msgstr "Gewählte Vorlage"
+#: plugins/addons/mailqueue/contents.tpl:110
+msgid "header"
+msgstr "Kopfzeilen"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-msgid "XLS import"
-msgstr "XLS-Import"
+#: plugins/addons/mailqueue/contents.tpl:110
+msgid "Display header from this message"
+msgstr "Zeige Kopfzeilen dieser Nachricht"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:39
-#: plugins/addons/ldapmanager/class_export.inc:38
-msgid "You've no permission to do LDAP exports."
+#: plugins/admin/groups/class_groupGeneric.inc:115
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
 msgstr ""
 msgstr ""
-"Sie haben keine Berechtigung, um Daten aus der LDAP-Datenbank zu exportieren."
+"Die SID dieser Gruppe kann weder im LDAP noch in der Konfigurationsdatei "
+"gefunden werden!"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:89
-#: plugins/addons/ldapmanager/class_export.inc:83
-msgid "Error while exporting the requested entries!"
-msgstr "Fehler beim Export der angeforderten Einträge!"
+#: plugins/admin/groups/class_groupGeneric.inc:167
+msgid "This 'dn' is no group."
+msgstr "Diese 'dn' hat keine Gruppenerweiterungen."
 
 
-#: plugins/addons/ldapmanager/class_import.inc:41
-msgid "You've no permission to do LDAP imports."
-msgstr ""
-"Sie haben keine Berechtigung, um Daten in die LDAP-Datenbank zu importieren."
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Samba group"
+msgstr "Samba-Gruppe"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr "Unbekannter Fehler"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain admins"
+msgstr "Domänen-Administratoren"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:3
-msgid ""
-"The LDIF export plugin provides methods to download a 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 momentan "
-"verwendeten LDAP-Datenbank. Die übertragenen Dateien können beispielsweise "
-"zur Datensicherung oder zur Einrichtung eines neuen Servers benutzt werden."
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain users"
+msgstr "Domänen-Benutzer"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
-msgstr "Exportiere vollständige LDIF-Datei für"
+#: plugins/admin/groups/class_groupGeneric.inc:285
+msgid "Domain guests"
+msgstr "Domänen-Gäste"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the complete LDAP database to a file"
-msgstr ""
-"Hier klicken, um die gesamte LDAP-Datenbank in eine Datei zu exportieren."
+#: plugins/admin/groups/class_groupGeneric.inc:290
+#, php-format
+msgid "Special group (%d)"
+msgstr "Spezielle Gruppe (%d)"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the LDAP Export "
-msgstr "Hier klicken, um die exportierten Daten in eine Datei zu speichern"
+#: plugins/admin/groups/class_groupGeneric.inc:626
+#: plugins/admin/ogroups/class_ogroup.inc:541
+msgid "You have no permissions to create a group on this 'Base'."
+msgstr "Sie haben keine Berechtigung, eine Gruppe unterhalb dieser 'Basis' anzulegen."
 
 
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-#: plugins/addons/ldapmanager/main.inc:23
-msgid "LDAP manager"
-msgstr "LDAP-Manager"
+#: plugins/admin/groups/class_groupGeneric.inc:636
+msgid ""
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
+msgstr ""
+"Das Feld 'Name' enthält ungültige Zeichen. Kleinbuchstaben, Zahlen und "
+"Bindestriche sind erlaubt."
 
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-msgid "CSV import"
-msgstr "CSV-Import"
+#: plugins/admin/groups/class_groupGeneric.inc:647
+#: plugins/admin/groups/class_groupGeneric.inc:654
+msgid "Value specified as 'Name' is already used."
+msgstr "Eine Gruppe mit diesem Namen existiert bereits."
 
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "Systemprotokolle"
+#: plugins/admin/groups/mail.tpl:11
+msgid "Primary mail address for this shared folder"
+msgstr "Primäre Mail-Adresse dieses Austausch-Ordners"
 
 
-#: plugins/addons/logview/class_logview.inc:63
-msgid "No LOG servers defined!"
-msgstr "Keine LOG-Server definiert!"
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
+msgstr "Wählen Sie den Mail-Server, auf dem der Benutzer angelegt werden soll"
 
 
-#: plugins/addons/logview/class_logview.inc:73
-#: plugins/addons/logview/class_logview.inc:168
-msgid "Can't connect to log database, no logs can be shown!"
-msgstr ""
-"Die LOG-Datenbank kann nicht erreicht werden. Es können keine Protokolle "
-"angezeigt werden!"
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "IMAP Austausch-Ordner"
 
 
-#: plugins/addons/logview/class_logview.inc:77
-#: plugins/addons/logview/class_logview.inc:171
-msgid "Can't select log database for log generation!"
-msgstr ""
-"Die LOG-Datenbank kann bezüglich der Protokollgenerierung nicht ausgewählt "
-"werden!"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Standard-Berechtigungen"
 
 
-#: plugins/addons/logview/class_logview.inc:86
-#: plugins/addons/logview/class_logview.inc:103
-msgid "Query for log database failed!"
-msgstr "Die Anfrage zur LOG-Datenbank ist fehlgeschlagen!"
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Mitglieder-Berechtigungen"
 
 
-#: plugins/addons/logview/class_logview.inc:118
-msgid "one hour"
-msgstr "eine Stunde"
+#: plugins/admin/groups/mail.tpl:88
+msgid "Forward messages to non group members"
+msgstr "Weiterleiten der Nachrichten an nicht-Gruppenmitglieder"
 
 
-#: plugins/addons/logview/class_logview.inc:118
-msgid "6 hours"
-msgstr "6 Stunden"
+#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
+msgid "List of groups"
+msgstr "Liste der Gruppen"
 
 
-#: plugins/addons/logview/class_logview.inc:119
-msgid "12 hours"
-msgstr "12 Stunden"
+#: plugins/admin/groups/headpage.tpl:25
+msgid ""
+"This menu allows you to add, edit and remove selected groups. You may want "
+"to use the range selector on top of the group listbox, when working with a "
+"large number of groups."
+msgstr ""
+"Dieses Menü erlaubt es Ihnen Gruppen, hinzuzufügen, zu bearbeiten oder zu "
+"entfernen. Bei einer großen Anzahl von Gruppen bietet sich die Verwendung "
+"der Bereichsauswahl an."
 
 
-#: plugins/addons/logview/class_logview.inc:119
-msgid "24 hours"
-msgstr "24 Stunden"
+#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
+msgid "Group administration"
+msgstr "Gruppenverwaltung"
+
+#: plugins/admin/groups/class_groupManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
+#: html/getxls.php:99 html/getxls.php:244
+msgid "Groups"
+msgstr "Gruppen"
 
 
-#: plugins/addons/logview/class_logview.inc:120
-msgid "2 days"
-msgstr "2 Tage"
+#: plugins/admin/groups/class_groupManagement.inc:275
+#, php-format
+msgid "You're about to delete the group '%s'."
+msgstr "Sie sind dabei die Gruppe '%s' zu löschen."
 
 
-#: plugins/addons/logview/class_logview.inc:120
-msgid "one week"
-msgstr "eine Woche"
+#: plugins/admin/groups/class_groupManagement.inc:281
+#: plugins/admin/groups/class_groupManagement.inc:307
+msgid "You are not allowed to delete this group!"
+msgstr "Sie haben keine Berechtigung, diese Gruppe zu löschen!"
 
 
-#: plugins/addons/logview/class_logview.inc:121
-msgid "2 weeks"
-msgstr "2 Wochen"
+#: plugins/admin/groups/class_groupManagement.inc:354
+msgid "Create new group"
+msgstr "Neue Gruppe erstellen"
 
 
-#: plugins/addons/logview/class_logview.inc:121
-msgid "one month"
-msgstr "ein Monat"
+#: plugins/admin/groups/class_groupManagement.inc:361
+#: plugins/admin/applications/class_applicationManagement.inc:337
+#: plugins/admin/departments/class_departmentManagement.inc:291
+#: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
+msgid "Edit this entry"
+msgstr "Diesen Eintrag bearbeiten"
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Zeige Rechner"
+#: plugins/admin/groups/class_groupManagement.inc:362
+#: plugins/admin/applications/class_applicationManagement.inc:338
+#: plugins/admin/departments/class_departmentManagement.inc:292
+#: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+msgid "Delete this entry"
+msgstr "Diesen Eintrag entfernen"
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "Priorität"
+#: plugins/admin/groups/class_groupManagement.inc:372
+#: plugins/admin/users/class_userManagement.inc:728
+msgid "Posix"
+msgstr "Posix"
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Zeit-Intervall"
+#: plugins/admin/groups/class_groupManagement.inc:375
+#: plugins/admin/applications/class_applicationManagement.inc:348
+#: plugins/admin/ogroups/class_ogroupManagement.inc:483
+#: plugins/gofon/fonreports/contents.tpl:34
+#: plugins/generic/references/class_reference.inc:42
+msgid "Application"
+msgstr "Anwendung"
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Zu suchende Zeichenkette"
+#: plugins/admin/groups/class_groupManagement.inc:385
+msgid "Groupname"
+msgstr "Name der Gruppe"
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Regelsatz"
+#: plugins/admin/groups/class_groupManagement.inc:386
+#: plugins/admin/users/class_userManagement.inc:691
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/ogroups/class_ogroupManagement.inc:392
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Eigenschaften"
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "Level"
+#: plugins/admin/groups/class_groupManagement.inc:390
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/ogroups/class_ogroupManagement.inc:397
+msgid "This table displays all groups, in the selected tree."
+msgstr "Diese Tabelle enthält alle Gruppen des ausgewählten Unterbaums."
 
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Hostname"
+#: plugins/admin/groups/remove.tpl:6
+msgid ""
+"This may be a primary user group. Please double check if you really want to "
+"do this since there is no way for GOsa to get your data back."
+msgstr ""
+"Bitte prüfen Sie, ob Sie die Aktion wirklich durchführen möchten, da GOsa "
+"die Daten nicht wiederherstellen kann."
 
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "Nachricht"
+#: plugins/admin/groups/application_options.tpl:1
+msgid "Application options"
+msgstr "Anwendungsoptionen"
 
 
-#: plugins/addons/logview/main.inc:23
-msgid "System log view"
-msgstr "Systemprotokolle"
+#: plugins/admin/groups/class_groupMail.inc:158
+msgid "read"
+msgstr "lesen"
 
 
-#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
-#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
-#: plugins/admin/fai/tabsProfile.inc:30 plugins/admin/fai/tabsScript.inc:30
-#: plugins/admin/fai/tabsTemplate.inc:30
-#: plugins/admin/departments/tabs_department.inc:30
-msgid "Try to move tree failed. Destination tree is subtree of source tree."
-msgstr ""
-"Verschieben des Baums ist fehlgeschlagen: Der Zielbaum ist ein Unterbaum des "
-"Quellbaumes."
+#: plugins/admin/groups/class_groupMail.inc:159
+msgid "post"
+msgstr "posten"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:31
-msgid "FAI"
-msgstr "FAI"
+#: plugins/admin/groups/class_groupMail.inc:160
+msgid "external post"
+msgstr "extern posten"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-msgid "Fully Automatic Installation - management"
-msgstr "Verwaltung von FAI"
+#: plugins/admin/groups/class_groupMail.inc:161
+msgid "append"
+msgstr "anhängen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:204
-#, php-format
-msgid "You're about to delete all information about the FAI class at '%s'."
-msgstr ""
-"Sie sind dabei, alle Informationen über die FAI-Klasse auf '%s' zu löschen."
+#: plugins/admin/groups/class_groupMail.inc:162
+msgid "write"
+msgstr "schreiben"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:210
-#: plugins/admin/fai/class_faiManagement.inc:249
-#: plugins/admin/systems/class_systemManagement.inc:413
-#: plugins/admin/systems/class_systemManagement.inc:477
-msgid "You are not allowed to delete this component!"
-msgstr "Es ist Ihnen nicht erlaubt, diese Komponente zu löschen!"
+#: plugins/admin/groups/class_groupMail.inc:187
+msgid "This 'dn' has no valid mail extensions."
+msgstr "Dieser 'DN' hat keine Mail-Erweiterungen."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:398
-#: plugins/admin/fai/faiPackageNew.tpl:65 plugins/admin/users/template.tpl:44
-#: ihtml/themes/altlinux/setup_introduction.tpl:12
-#: ihtml/themes/altlinux/setup_useradmin.tpl:41
-#: ihtml/themes/altlinux/setup_step2.tpl:13
-#: ihtml/themes/altlinux/setup_step3.tpl:18
-#: ihtml/themes/default/setup_introduction.tpl:12
-#: ihtml/themes/default/setup_useradmin.tpl:41
-#: ihtml/themes/default/setup_step2.tpl:13
-#: ihtml/themes/default/setup_step3.tpl:18
-msgid "Continue"
-msgstr "Fortsetzen"
+#: plugins/admin/groups/class_groupMail.inc:252
+msgid "You're trying to add an invalid email address "
+msgstr "Sie versuchen, eine ungültige Mail-Adresse hinzuzufügen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:434
-#: plugins/admin/departments/class_departmentManagement.inc:279
-msgid "Go to users home department"
-msgstr "Gehe zur Abteilung des angemeldeten Benutzers"
+#: plugins/admin/groups/class_groupMail.inc:253
+msgid "to the list of forwarders."
+msgstr "zur Liste der Weiterleitungen hinzuzufügen."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-msgid "New profile"
-msgstr "Neues Profil"
+#: plugins/admin/groups/class_groupMail.inc:622
+msgid "Please enter a valid email addres in 'Primary address' field."
+msgstr ""
+"Bitte geben Sie eine gültige E-Mail-Adresse in das Feld 'Primäre Adresse' "
+"ein."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-msgid "P"
-msgstr "P"
+#: plugins/admin/groups/class_groupMail.inc:655
+msgid "Please choose valid permission settings. Default permission can't be emtpy."
+msgstr ""
+"Bitte wählen sie gültige Zugriffsrechte. Standard-Zugriffsrechte dürfen "
+"nicht leer sein."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:444
-msgid "New partition table"
-msgstr "Neue Partitions-Tabelle"
+#: plugins/admin/groups/class_groupMail.inc:659
+msgid "Please select a valid mail server."
+msgstr "Bitte wählen Sie einen gültigen Mail-Server."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:444
-msgid "PT"
-msgstr "PT"
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Objekt"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-msgid "New scripts"
-msgstr "Neue Skripte"
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+msgid "Choose"
+msgstr "Wählen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-msgid "S"
-msgstr "S"
+#: plugins/admin/groups/acl.tpl:17
+msgid "Apply this acl only for users own entries"
+msgstr "Anwenden dieser Zugriffsregel nur auf Einträge des Eigentümers"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-msgid "New hooks"
-msgstr "Neue Hooks"
+#: plugins/admin/groups/application.tpl:4
+msgid "Used applications"
+msgstr "Verwendete Anwendungen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-msgid "H"
-msgstr "H"
+#: plugins/admin/groups/application.tpl:7
+msgid "Add category"
+msgstr "Kategorie hinzufügen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:453
-msgid "New variables"
-msgstr "Neue Variablen"
+#: plugins/admin/groups/application.tpl:12
+msgid "Available applications"
+msgstr "Verfügbare Anwendungen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:453
-msgid "V"
-msgstr "V"
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Wählen Sie die hinzuzufügenden Benutzer"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-msgid "New templates"
-msgstr "Neue Vorlagen"
+#: plugins/admin/groups/group_objects.tpl:29
+msgid "Display users of department"
+msgstr "Zeige die Benutzer der Abteilung"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-msgid "T"
-msgstr "T"
+#: plugins/admin/groups/group_objects.tpl:39
+#: plugins/admin/users/headpage.tpl:49
+msgid "Regular expression for matching user names"
+msgstr "Regulärer Ausdruck zum Abgleich mit Benutzernamen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:459
-msgid "New package list"
-msgstr "Neue Paketliste"
+#: plugins/admin/groups/class_groupAcl.inc:58
+msgid "This 'dn' is no acl container."
+msgstr "Diese 'dn' enthält keine Zugriffserweiterungen."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:459
-msgid "PK"
-msgstr "PK"
+#: plugins/admin/groups/class_groupAcl.inc:203
+msgid "All fields are writeable"
+msgstr "Alle Felder sind änderbar"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:473
-#: plugins/admin/systems/class_systemManagement.inc:592
-msgid "This table displays all systems, in the selected tree."
-msgstr "Diese Tabelle enthält alle Systeme des gewählten Unterbaumes."
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
+msgid "Group name"
+msgstr "Gruppenname"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:477
-msgid "Name of FAI class"
-msgstr "Name der FAI-Klasse"
+#: plugins/admin/groups/generic.tpl:9
+msgid "Posix name of the group"
+msgstr "UNIX-Name der Gruppe"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:478
-msgid "Class type"
-msgstr "Typ der Klasse"
+#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
+msgid "Descriptive text for this group"
+msgstr "Beschreibender Text für diese Gruppe"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:482
-msgid "Edit class"
-msgstr "Klasse bearbeiten"
+#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
+msgid "Choose subtree to place group in"
+msgstr "Wählen Sie den Unterbaum, in den die Gruppe eingepflegt werden soll"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:483
-msgid "Delete class"
-msgstr "Klasse entfernen"
+#: plugins/admin/groups/generic.tpl:36
+msgid "Normally IDs are autogenerated, select to specify manually"
+msgstr "Normalerweise werden IDs automatisch generiert. Auswählen um dies zu umgehen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:503
-#: plugins/admin/groups/class_groupApplication.inc:371
-#: plugins/admin/departments/class_departmentManagement.inc:315
-msgid "department"
-msgstr "Abteilung"
+#: plugins/admin/groups/generic.tpl:36
+msgid "Force GID"
+msgstr "Erzwinge GID"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:525
-#: plugins/admin/fai/class_faiManagement.inc:526
-#: plugins/admin/fai/class_faiProfile.inc:161
-#: plugins/admin/fai/class_faiProfileEntry.inc:123
-msgid "Partition table"
-msgstr "Partitionstabelle"
+#: plugins/admin/groups/generic.tpl:38
+msgid "Forced ID number"
+msgstr "Erzwungene ID-Nummer"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:532
-#: plugins/admin/fai/class_faiManagement.inc:533
-msgid "Package list"
-msgstr "Paketliste"
+#: plugins/admin/groups/generic.tpl:45
+msgid "Select to create a samba conform group"
+msgstr "Auswählen, um eine sambakonforme Gruppe zu erzeugen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:539
-#: plugins/admin/fai/class_faiManagement.inc:540
-msgid "Scripts"
-msgstr "Skripte"
+#: plugins/admin/groups/generic.tpl:50
+msgid "in domain"
+msgstr "in der Domain"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:560
-#: plugins/admin/fai/class_faiManagement.inc:561
-msgid "Profile"
-msgstr "Profil"
+#: plugins/admin/groups/generic.tpl:67
+msgid "Members are in a phone pickup group"
+msgstr "Mitglieder sind in einer Übernahme-Gruppe"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
-msgid "Please enter your search string here"
-msgstr "Bitte geben Sie hier einen Such-Text ein."
+#: plugins/admin/groups/generic.tpl:80
+msgid "Members are in a nagios group"
+msgstr "Mitglieder sind in einer Nagios-Gruppe"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
-msgid ""
-"This list displays all assigned package names for this repository settings."
-msgstr "Diese Liste zeigt alle diesem Repository zugeordneten Paket-Namen."
+#: plugins/admin/groups/generic.tpl:96
+msgid "Group members"
+msgstr "Gruppenmitglieder"
 
 
-#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
-msgid "Fully Automatic Installation"
-msgstr "Automatische Installation"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Ordner-Administratoren"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
-#: plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/class_faiProfileEntry.inc:154
-#: plugins/admin/fai/faiHook.tpl:32
-msgid "Objects"
-msgstr "Objekte"
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Wählen Sie eine bestimmte Abteilung"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
-msgid "Discs"
-msgstr "Festplatten"
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Zeige die Adressen der Abteilung"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
-msgstr "Wählen Sie eine Festplatte zum Entfernen oder Bearbeiten"
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Zeige die Adressen, auf die das Folgende passt"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
-msgstr "Liste von FAI-Objekten"
+#: plugins/admin/groups/class_groupApplication.inc:299
+msgid "This 'dn' is no appgroup."
+msgstr "Diese 'dn' hat keine Anwendungs-Informationen"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:27
+#: plugins/admin/groups/class_groupApplication.inc:307
+msgid "Remove applications"
+msgstr "Anwendungen entfernen"
+
+#: plugins/admin/groups/class_groupApplication.inc:308
 msgid ""
 msgid ""
-"This menu allows you to select FAI class names and to add them to the "
-"currently edited profile."
+"This group has application features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Dieses Menü erlaubt es Ihnen, FAI Klassen-Namen auszuwählen und zum "
-"gegenwärtig bearbeiteten Profil hinzuzufügen."
+"Diese Gruppe hat Anwendungs-Eigenschaften aktiviert. Sie können diese durch "
+"einen Klick auf die untere Schaltfläche deaktivieren."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:40
-msgid "Show only classes with templates"
-msgstr "Zeige nur Klassen mit Vorlagen"
+#: plugins/admin/groups/class_groupApplication.inc:310
+msgid "Create applications"
+msgstr "Anwendungen erstellen"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:42
-msgid "Show only classes with scripts"
-msgstr "Zeige nur Klassen mit Skripten"
+#: plugins/admin/groups/class_groupApplication.inc:311
+msgid ""
+"This group has application features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Diese Gruppe besitzt deaktivierte Anwendungs-Eigenschaften. Sie können diese "
+"durch einen Klick auf die untere Schaltfläche aktivieren."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:44
-msgid "Show only classes with hooks"
-msgstr "Zeige nur Klassen mit Hooks"
+#: plugins/admin/groups/class_groupApplication.inc:323
+msgid "Invalid character in category name."
+msgstr "Die angegebene Kategorie enthält ungültige Zeichen."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:46
-msgid "Show only classes with variables"
-msgstr "Zeige nur Klassen mit Variablen"
+#: plugins/admin/groups/class_groupApplication.inc:331
+msgid "The specified category already exists."
+msgstr "Die angegebene Kategorie existiert bereits."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:48
-msgid "Show only classes with packages"
-msgstr "Zeige nur Klassen mit Paketen"
+#: plugins/admin/groups/class_groupApplication.inc:372
+msgid "The selected application name is not uniq. Please check your LDAP."
+msgstr ""
+"Der gewählte Anwendungsname ist nicht eindeutig. Bitte überprüfen Sie Ihr "
+"LDAP-Verzeichnis."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:50
-msgid "Show only classes with partitions"
-msgstr "Zeige nur Klassen mit Partitionen"
+#: plugins/admin/groups/class_groupApplication.inc:408
+msgid "The selected application has no options."
+msgstr "Die gewählte Anwendung hat keine Optionen."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiProfileEntry.tpl:56
-#: plugins/admin/fai/faiPackageEntry.tpl:48 plugins/admin/fai/headpage.tpl:47
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects matching"
-msgstr "Zeige die Objekte, auf die Folgendes passt"
+#: plugins/admin/groups/class_groupApplication.inc:501
+#: plugins/admin/departments/class_departmentManagement.inc:315
+#: plugins/admin/fai/class_faiManagement.inc:503
+msgid "department"
+msgstr "Abteilung"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:60
-#: plugins/admin/fai/faiPackageEntry.tpl:53 plugins/admin/fai/headpage.tpl:51
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Regular expression for matching object names"
-msgstr "Regulärer Ausdruck zum Abgleich mit Objekt-Namen"
+#: plugins/admin/groups/class_groupApplication.inc:509
+msgid "application"
+msgstr "Anwendung"
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-msgid "Package"
-msgstr "Paket"
+#: plugins/admin/groups/class_groupApplication.inc:550
+#: plugins/admin/groups/class_groupApplication.inc:586
+msgid "Delete entry"
+msgstr "Eintrag entfernen"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:51
-#: plugins/admin/fai/class_faiHookEntry.inc:54
-msgid "Please select a valid file."
-msgstr "Bitte wählen Sie eine gültige Datei."
+#: plugins/admin/groups/class_groupApplication.inc:554
+#: plugins/admin/groups/class_groupApplication.inc:584
+msgid "Move up"
+msgstr "Nach oben bewegen"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:54
-#: plugins/admin/fai/class_faiHookEntry.inc:57
-msgid "Selected file is empty."
-msgstr "Die angebene Datei ist leer."
+#: plugins/admin/groups/class_groupApplication.inc:555
+#: plugins/admin/groups/class_groupApplication.inc:585
+msgid "Move down"
+msgstr "Nach unten bewegen"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:99
-#: plugins/admin/fai/class_faiVariableEntry.inc:86
-#: plugins/admin/fai/class_faiHookEntry.inc:112
-#: plugins/admin/fai/class_faiTemplateEntry.inc:164
-msgid "Please enter a name."
-msgstr "Bitte geben Sie eine Namen ein."
+#: plugins/admin/groups/class_groupApplication.inc:582
+msgid "Insert seperator"
+msgstr "Feldtrenner einfügen"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:103
-msgid "Please enter a script."
-msgstr "Bitte geben Sie einen Skript an."
+#: plugins/admin/users/password.tpl:2
+msgid ""
+"To change the user password use the fields below. The changes take effect "
+"immediately. Please memorize the new password, because the user wouldn't be "
+"able to login without it."
+msgstr ""
+"Um das Benutzer-Passwort zu ändern, nutzen Sie die Felder unten. Die "
+"Änderungen werden sofort wirksam. Merken Sie sich das Passwort, da sich der "
+"Benutzer ohne dieses Passwort nicht anmelden kann."
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
-msgid "List of assigned variables"
-msgstr "Liste benutzter Variablen"
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
+msgstr "Erzeugen eines neuen Benutzer aus einer Vorlage"
 
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
-msgstr "Wählen Sie eine Variable zum Entfernen oder Bearbeiten"
+#: plugins/admin/users/template.tpl:6
+msgid ""
+"Creating a new user can be assisted by using templates. Many database "
+"records will be filled automatically. Choose 'none' to skip the usage of "
+"templates."
+msgstr ""
+"Das Anlegen von neuen Benutzern kann durch die Verwendung von Vorlagen "
+"vereinfacht werden. Viele Datenbankeinträge lassen sich damit automatisch "
+"ausfüllen. Wählen sie <b>keine</b> um den Vorlagen-Dialog zu überspringen."
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:386
-#: plugins/admin/users/class_userManagement.inc:691
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_ogroupManagement.inc:392
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
-msgstr "Eigenschaften"
+#: plugins/admin/users/template.tpl:11
+#: plugins/admin/users/class_userManagement.inc:1028
+#: plugins/admin/systems/class_systemManagement.inc:705
+msgid "Template"
+msgstr "Vorlage"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-msgid "Script attributes"
-msgstr "Skript-Attribute"
+#: plugins/admin/users/template.tpl:44
+#: plugins/admin/fai/class_faiManagement.inc:398
+#: plugins/admin/fai/faiPackageNew.tpl:65
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+msgid "Continue"
+msgstr "Fortsetzen"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
-msgid "Choose a priority"
-msgstr "Wählen Sie eine Priorität"
+#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
+msgid "User administration"
+msgstr "Benutzerverwaltung"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
-msgid "Import script"
-msgstr "Skript importieren"
+#: plugins/admin/users/class_userManagement.inc:25
+#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
+#: html/getxls.php:243
+msgid "Users"
+msgstr "Benutzer"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:150
-msgid "There is no useable package list defined."
-msgstr "Es wurde keine gebrauchsfähige Paketliste definiert."
+#: plugins/admin/users/class_userManagement.inc:247
+#: plugins/admin/users/class_userManagement.inc:317
+msgid "You are not allowed to set this users password!"
+msgstr "Sie haben keine Berechtigung, das Passwort dieses Benutzers zu setzen!"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:295
+#: plugins/admin/users/class_userManagement.inc:353
 #, php-format
 #, php-format
-msgid "Can't read configuration folder '%s'."
-msgstr "Kann das Konfigurationsverzeichnis '%s' nicht lesen."
+msgid "You're about to delete the user %s."
+msgstr "Sie löschen gerade den Benutzer %s."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:377
-msgid "Please select a least one Package."
-msgstr "Bitte wählen Sie mindestens ein Paket."
+#: plugins/admin/users/class_userManagement.inc:359
+#: plugins/admin/users/class_userManagement.inc:387
+msgid "You are not allowed to delete this user!"
+msgstr "Sie haben keine Berechtigung, diesen Benutzer zu löschen!"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:381
-msgid "Please choose a valid combination for your repository setup."
-msgstr ""
-"Bitte wählen Sie eine gültige Kombination für Ihr gewünschtes Repository"
+#: plugins/admin/users/class_userManagement.inc:488
+#: plugins/admin/systems/class_workstationStartup.inc:49
+#: plugins/admin/ogroups/class_ogroup.inc:240
+msgid "none"
+msgstr "keine"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:402
-msgid "package is configured"
-msgstr "Paket ist konfiguriert"
+#: plugins/admin/users/class_userManagement.inc:559
+msgid "A person with the choosen name is already used in this tree."
+msgstr "Ein Person mit dem ausgewählten Namen ist in diesem Baum bereits angelegt."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:426
-#, php-format
-msgid "Package file '%s' does not exist."
-msgstr "Paket '%s' existiert nicht."
+#: plugins/admin/users/class_userManagement.inc:674
+msgid "Create new user"
+msgstr "Neuen Benutzer erstellen"
 
 
-#: plugins/admin/fai/faiPackage.tpl:29
-msgid "Repository"
-msgstr "Repository"
+#: plugins/admin/users/class_userManagement.inc:674
+msgid "New user"
+msgstr "Neuer Benutzer"
 
 
-#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
-msgid "Release"
-msgstr "Release"
+#: plugins/admin/users/class_userManagement.inc:675
+msgid "Create new template"
+msgstr "Neue Vorlage erstellen"
 
 
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:313
-msgid "Section"
-msgstr "Section"
+#: plugins/admin/users/class_userManagement.inc:675
+msgid "New template"
+msgstr "Neue Vorlage"
 
 
-#: plugins/admin/fai/faiPackage.tpl:50
-msgid "Mirror"
-msgstr "Mirror"
+#: plugins/admin/users/class_userManagement.inc:682
+msgid "password"
+msgstr "Passwort"
 
 
-#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
-msgid "mirror"
-msgstr "Mirror"
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
+#: ihtml/themes/default/setup_useradmin.tpl:22
+msgid "Username"
+msgstr "Benutzername"
 
 
-#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
-#: plugins/admin/systems/workstationStartup.tpl:41
-msgid "set"
-msgstr "setzen"
+#: plugins/admin/users/class_userManagement.inc:695
+msgid "This table displays all users, in the selected tree."
+msgstr "Diese Tabelle enthält alle Benutzer dieses Unterbaums."
 
 
-#: plugins/admin/fai/faiPackage.tpl:68
-msgid "Used packages"
-msgstr "Verwendete Pakete"
+#: plugins/admin/users/class_userManagement.inc:726
+msgid "GOsa"
+msgstr "GOsa"
 
 
-#: plugins/admin/fai/faiPackage.tpl:70
-msgid "Choosen packages"
-msgstr "Gewählte Pakete"
+#: plugins/admin/users/class_userManagement.inc:727
+msgid "Edit generic properties"
+msgstr "Allgemeine Einstellungen bearbeiten"
 
 
-#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
-msgid "Configure"
-msgstr "Konfigurieren"
+#: plugins/admin/users/class_userManagement.inc:729
+msgid "Edit UNIX properties"
+msgstr "UNIX-Einstellungen bearbeiten"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:145
-#: plugins/admin/fai/class_faiProfileEntry.inc:151
-msgid "This list displays all assigned class names for this profile."
-msgstr "Diese Liste zeigt alle diesem Profil zugeordneten Klassen-Namen."
+#: plugins/admin/users/class_userManagement.inc:731
+msgid "Edit environment properties"
+msgstr "Umgebungs-Einstellungen bearbeiten"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:153
-msgid "Append new class names"
-msgstr "Neue Klassen-Namen anfügen"
+#: plugins/admin/users/class_userManagement.inc:733
+msgid "Edit mail properties"
+msgstr "Mail-Einstellungen bearbeiten"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:156
-#: plugins/admin/fai/class_faiProfileEntry.inc:118
-msgid "Hook bundle"
-msgstr "Hook-Gruppe"
+#: plugins/admin/users/class_userManagement.inc:735
+msgid "Edit phone properties"
+msgstr "Telefon-Einstellungen bearbeiten"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:157
-#: plugins/admin/fai/class_faiProfileEntry.inc:119
-msgid "Template bundle"
-msgstr "Vorlagen-Gruppe"
+#: plugins/admin/users/class_userManagement.inc:737
+msgid "Edit fax properies"
+msgstr "Fax-Einstellungen bearbeiten"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:158
-#: plugins/admin/fai/class_faiProfileEntry.inc:120
-msgid "Script bundle"
-msgstr "Skript-Gruppe"
+#: plugins/admin/users/class_userManagement.inc:739
+msgid "Edit samba properties"
+msgstr "Samba-Einstellungen bearbeiten"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:159
-#: plugins/admin/fai/class_faiProfileEntry.inc:121
-msgid "Variable bundle"
-msgstr "Variablen-Gruppe"
+#: plugins/admin/users/class_userManagement.inc:740
+msgid "Create user from template"
+msgstr "Neuen Benutzer aus Vorlage erstellen"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:160
-msgid "Packages bundle"
-msgstr "Paket-Gruppe"
+#: plugins/admin/users/class_userManagement.inc:741
+msgid "Create user with this template"
+msgstr "Neuen Benutzer aus dieser Vorlage erstellen"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:163
-msgid "Remove class from profile"
-msgstr "Entferne Klasse von Profil"
+#: plugins/admin/users/class_userManagement.inc:800
+msgid "Online"
+msgstr "aktiv"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:226
-msgid "Please assign at least one class to this  profile."
-msgstr "Bitte ordnen Sie diesem Profil mindestens eine Klasse zu."
+#: plugins/admin/users/class_userManagement.inc:807
+msgid "Offline"
+msgstr "inaktiv"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:230
-msgid "Please enter a valid name."
-msgstr "Bitte geben Sie einen gültigen Namen ein."
+#: plugins/admin/users/remove.tpl:6
+msgid ""
+"This includes all account data, system access rules, imap settings, etc. for "
+"this user. Please double check if your really want to do this since there is "
+"no way for GOsa to get your data back."
+msgstr ""
+"Dies umfasst alle Konto-Informationen, Zugriffsregeln, IMAP-Einstellungen, "
+"etc. dieses Benutzers. Bitte prüfen Sie genau, da es keine Möglichkeit für "
+"GOsa gibt, die Daten wiederherzustellen. "
 
 
-#: plugins/admin/fai/class_faiProfile.inc:238
-msgid "There is already a profile with this class name defined."
+#: plugins/admin/users/headpage.tpl:6
+msgid "List of users"
+msgstr "Liste der Benutzer"
+
+#: plugins/admin/users/headpage.tpl:24
+msgid ""
+"This menu allows you to create, edit and delete selected users. Having a "
+"great number of users, you may want to use the range selectors on top of the "
+"user list."
 msgstr ""
 msgstr ""
-"Der von Ihnen angegebene Klassen-Name ist bereits für ein Profil vergeben."
+"Dieses Menü ermöglicht es Ihnen, Benutzer hinzuzufügen, zu bearbeiten oder "
+"zu entfernen. Bei einer großen Anzahl von Benutzern bietet sich die "
+"Verwendung der Bereichsauswahl an."
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
-msgid "FAI classes"
-msgstr "FAI-Klassen"
+#: plugins/admin/users/headpage.tpl:38
+msgid "Select to see template pseudo users"
+msgstr "Wählen Sie dies, um Vorlagen für Benutzer anzuzeigen"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
-msgid "FS type"
-msgstr "Dateisystem"
+#: plugins/admin/users/headpage.tpl:38 plugins/admin/fai/headpage.tpl:37
+msgid "Show templates"
+msgstr "Zeige Vorlagen"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
-msgid "Mount point"
-msgstr "Mount-Punkt"
+#: plugins/admin/users/headpage.tpl:39
+msgid "Select to see users that have only a GOsa object"
+msgstr "Auswählen, um die Benutzer anzuzeigen, die nur ein GOsa-Objekt haben"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
-msgid "Size in MB"
-msgstr "Größe in MB"
+#: plugins/admin/users/headpage.tpl:39
+msgid "Show functional users"
+msgstr "Zeige zweckbezogene Benutzer"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
-msgid "Mount options"
-msgstr "Mount-Optionen"
+#: plugins/admin/users/headpage.tpl:40
+msgid "Select to see users that have posix settings"
+msgstr "Auswählen, um die Benutzer mit UNIX-Konto zu sehen"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
-msgid "FS option"
-msgstr "Dateisystem-Option"
+#: plugins/admin/users/headpage.tpl:40
+msgid "Show unix users"
+msgstr "Zeige UNIX-Benutzer"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
-msgid "Preserve"
-msgstr "Bewahren"
+#: plugins/admin/users/headpage.tpl:41
+msgid "Select to see users that have mail settings"
+msgstr "Auswählen, um die Benutzer zu sehen, die eine Mail-Erweiterung besitzen"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
-#, php-format
-msgid "please enter a unique mount point for partition %s"
-msgstr "Bitte geben Sie einen eindeutigen Mount-Punkt für Partition %s ein."
+#: plugins/admin/users/headpage.tpl:41
+msgid "Show mail users"
+msgstr "Zeige Mail-Benutzer"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
-#, php-format
-msgid "Please enter a valid mount point for partition %s."
-msgstr "Bitte geben Sie einen gültigen Mount-Punkt für Partition %s ein."
+#: plugins/admin/users/headpage.tpl:42
+msgid "Select to see users that have samba settings"
+msgstr "Auswählen, um die Benutzer zu sehen, die SAMBA-Einstellungen besitzen"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
-#, php-format
-msgid ""
-"File system type 'swap' is already used, change file system type for "
-"partition %s."
-msgstr ""
-"Dateisystem 'swap' wird bereits benutzt, ändern Sie bitte das Dateisystem "
-"für Partition %s."
+#: plugins/admin/users/headpage.tpl:42
+msgid "Show samba users"
+msgstr "Zeige SAMBA-Benutzer"
+
+#: plugins/admin/users/headpage.tpl:43
+msgid "Select to see users that have proxy settings"
+msgstr "Auswählen, um die Benutzer zu sehen, die Proxy-Einstellungen besitzen"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
-msgstr ""
-"Bitte wählen Sie 'swap' als Mount-Punkt, wenn Dateisystem 'swap' gewählt "
-"wurde."
+#: plugins/admin/users/headpage.tpl:43
+msgid "Show proxy users"
+msgstr "Zeige Proxy-Benutzer"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
-#, php-format
-msgid "Please enter a valid partition size for partition %s."
-msgstr "Bitte geben Sie eine gültige Grösse für Partition %s ein."
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+#: plugins/admin/applications/class_applicationManagement.inc:357
+msgid "Application name"
+msgstr "Name der Anwendung"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
-#, php-format
-msgid "Please enter a valid range for partition %s."
-msgstr "Bitte geben Sie einen gültigen Bereich für Partition %s ein."
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
+msgid "Display name"
+msgstr "Angezeigter Name"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
-#, php-format
-msgid "Please enter a range for partition size for partition %s."
-msgstr ""
-"Bitte geben Sie einen Bereich für die Partitionsgröße für die Partition %s "
-"an."
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr "Angezeigter Name der Anwendung (z.B. unter Symbole)"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-msgid "Device"
-msgstr "Gerät"
+#: plugins/admin/applications/generic.tpl:17
+#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
+#: plugins/admin/systems/workstation.tpl:88
+#: plugins/admin/ogroups/termgroup.tpl:13
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+msgid "Execute"
+msgstr "Ausführen"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
-msgid "Partition entries"
-msgstr "Partitions-Einträge"
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr "Pfad und/oder Name der Anwendung"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
-msgid "Add partition"
-msgstr "Partition hinzufügen"
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
+msgstr "Wählen Sie den Teilbaum, in den die Anwendung plaziert werden soll."
 
 
-#: plugins/admin/fai/faiScript.tpl:34
-msgid "List of scripts"
-msgstr "Liste der Skripte"
+#: plugins/admin/applications/generic.tpl:48
+msgid "Icon"
+msgstr "Symbol"
 
 
-#: plugins/admin/fai/faiScript.tpl:40
-msgid "Choose a script to delete or edit"
-msgstr "Wählen Sie ein Skript zum Entfernen oder Bearbeiten"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Update"
+msgstr "Anwenden"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:2
-msgid "Repository settings"
-msgstr "Repository-Einstellungen"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Reload picture from LDAP"
+msgstr "Bild neu laden"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:6
-msgid ""
-"To add packages to your package list you have to setup the repository "
-"settings first."
-msgstr ""
-"Um Pakete zu ihrer Paketliste hinzuzufügen, müssen Sie zunächst die "
-"Repository-Einstellungen anpassen."
+#: plugins/admin/applications/generic.tpl:70
+msgid "Only executable for members"
+msgstr "Nur ausführbar für Gruppen-Mitglieder"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:8
-msgid ""
-"Packages are usually stored on different servers called mirrors. These "
-"mirrors have different types of releases (for example woody/sarge/etch), "
-"which finally contain packages sorted by section."
-msgstr ""
-"Pakete liegen üblicherweise auf verschiedenen Servern, die Mirror genannt "
-"werden. Diese Mirror enthalten verschiedene Releases (z.B. woody, sarge, "
-"etch,...). Diese enthalten wiederum nach Sections (main, contrib, non-"
-"free,...) sortierte Pakete."
+#: plugins/admin/applications/generic.tpl:72
+msgid "Replace user configuration on startup"
+msgstr "Konfiguration bei jedem Start ersetzen"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:11
-msgid ""
-"Section and release can't be changed in future dialogs, but the mirror can "
-"be changed by editing the entry."
-msgstr ""
-"Section und Release können in späteren Dialogen nicht mehr geändert werden, "
-"jedoch kann der Mirror bearbeitet werden."
+#: plugins/admin/applications/generic.tpl:76
+msgid "Place icon on members desktop"
+msgstr "Platziere das Symbol auf dem Desktop der Gruppenmitglieder"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:17
-msgid ""
-"First select the preferred release, then the section and finally the mirror."
-msgstr ""
-"Bitte wählen Sie zunächst das gewünschte Release, dann die Section und "
-"abschliessend den Mirror."
+#: plugins/admin/applications/generic.tpl:79
+msgid "Place entry in members startmenu"
+msgstr "Platziere einen Eintrag im Startmenü der Gruppenmitglieder"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:25
-msgid "Following releases are available"
-msgstr "Die folgenden Releases sind verfügbar"
+#: plugins/admin/applications/generic.tpl:82
+msgid "Place entry in members launch bar"
+msgstr "Platziere einen Eintrag in der Kontrollleiste der Gruppenmitglieder"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:37
-msgid "Sections for this release"
-msgstr "Sections für dieses Release"
+#: plugins/admin/applications/generic.tpl:95
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+msgid "Upload"
+msgstr "Hochladen"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:48
-msgid "Matching mirrors"
-msgstr "Passende Mirrors"
+#: plugins/admin/applications/class_applicationParameters.inc:50
+msgid "Remove options"
+msgstr "Optionen entfernen"
 
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:82
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Bitte geben Sie einen Wert für das Attribute 'Inhalt' an."
+#: plugins/admin/applications/class_applicationParameters.inc:51
+msgid "This application has options. You can disable them by clicking below."
+msgstr ""
+"Diese Anwendung besitzt Optionen. Sie können diese durch Betätigen der "
+"Schaltfläche unten entfernen."
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-msgid "Variable attributes"
-msgstr "Variablen-Attribute"
+#: plugins/admin/applications/class_applicationParameters.inc:53
+msgid "Create options"
+msgstr "Optionen aktivieren"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-msgid "Variable content"
-msgstr "Variablen-Inhalt"
+#: plugins/admin/applications/class_applicationParameters.inc:54
+msgid "This application has options disabled. You can enable them by clicking below."
+msgstr ""
+"Diese Anwendung besitzt keine Optionen. Sie können diese durch Betätigen der "
+"Schaltfläche unten hinzufügen."
 
 
-#: plugins/admin/fai/faiTemplate.tpl:31
-msgid "List of template files"
-msgstr "Liste der Vorlagen"
+#: plugins/admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "Variable"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:37
-msgid "Choose a template to delete or edit"
-msgstr "Wählen Sie eine Vorlage zum Entfernen oder Bearbeiten"
+#: plugins/admin/applications/class_applicationParameters.inc:91
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "Standardwert"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-msgid "List of available packages"
-msgstr "Liste verfügbarer Pakete"
+#: plugins/admin/applications/class_applicationParameters.inc:102
+msgid "Add option"
+msgstr "Option hinzufügen"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:26
-msgid ""
-"This menu allows you to select multiple packages to add them to the "
-"currently edited package list."
-msgstr ""
-"Dieses Menü erlaubt es Ihnen, Pakete auszuwählen und zur gegenwärtig "
-"bearbeiteten Paketliste hinzuzufügen."
+#: plugins/admin/applications/class_applicationParameters.inc:154
+#, php-format
+msgid "Value '%s' specified as option name is not valid."
+msgstr "Der von Ihnen angegebene Optionsname '%s' ist ungültig."
 
 
-#: plugins/admin/fai/remove.tpl:7
+#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
 msgid ""
 msgid ""
-"This includes 'all' object information. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
+"This may be used by several groups. Please double check if your really want "
+"to do this since there is no way for GOsa to get your data back."
 msgstr ""
 msgstr ""
-"Dies umfasst <b>alle</b> Objekt-Informationen Bitte prüfen Sie genau, da es "
-"keine Möglichkeit für GOsa gibt, die Daten zu restaurieren. "
+"Dieser Eintrag wird unter Umständen von verschiedenen Gruppen genutzt. Bitte "
+"überprüfen Sie genau was Sie tun, da GOsa keine Möglichkeit hat, die Daten "
+"wiederherzustellen."
+
+#: plugins/admin/applications/headpage.tpl:6
+msgid "List of applications"
+msgstr "Liste der Anwendungen"
 
 
-#: plugins/admin/fai/remove.tpl:11 plugins/admin/departments/remove.tpl:10
-#: plugins/admin/systems/remove.tpl:10 plugins/gofon/conference/remove.tpl:10
+#: plugins/admin/applications/headpage.tpl:24
 msgid ""
 msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your LDAP tree in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
+"This menu allows you to add, edit and remove selected applications. You may "
+"want to use the range selector on top of the application listbox, when "
+"working with a large number of applications."
 msgstr ""
 msgstr ""
-"Eine Sicherung der LDAP-Datenbank bietet sich an. Wenn Sie dies erledigt "
-"haben, drücken Sie <i>Entfernen</i> um Fortzufahren oder <i>Abbrechen</i>, "
-"um den Vorgang abzubrechen."
-
-#: plugins/admin/fai/headpage.tpl:6
-msgid "List of FAI classes"
-msgstr "Liste benutzter Klassen"
+"Dieses Menü ermöglicht es Ihnen, Anwendungen hinzuzufügen, zu bearbeiten "
+"oder zu entfernen. Bei einer großen Anzahl von Anwendungen bietet sich die "
+"Verwendung der Bereichsauswahl an."
 
 
-#: plugins/admin/fai/headpage.tpl:24
-msgid "This menu allows you to create, delete and edit FAI classes."
-msgstr ""
-"Dieses Menü erlaubt es Ihnen, FAI-Klassen zu erstellen, entfernen und zu "
-"bearbeiten."
+#: plugins/admin/applications/headpage.tpl:38
+msgid "Display applications matching"
+msgstr "Zeige die Anwendungen, auf die das Folgende passt"
 
 
-#: plugins/admin/fai/headpage.tpl:36
-msgid "Show profiles"
-msgstr "Zeige Profile"
+#: plugins/admin/applications/headpage.tpl:41
+msgid "Regular expression for matching application names"
+msgstr "Regulärer Ausdruck zum Abgleich mit Anwendungsnamen"
 
 
-#: plugins/admin/fai/headpage.tpl:37 plugins/admin/users/headpage.tpl:38
-msgid "Show templates"
-msgstr "Zeige Vorlagen"
+#: plugins/admin/applications/main.inc:38
+#: plugins/admin/applications/main.inc:40
+msgid "Application management"
+msgstr "Anwendungsverwaltung"
 
 
-#: plugins/admin/fai/headpage.tpl:38
-msgid "Show scripts"
-msgstr "Zeige Skripte"
+#: plugins/admin/applications/class_applicationManagement.inc:250
+#, php-format
+msgid "You're about to delete the application '%s'."
+msgstr "Sind sind dabei, den Anwendungseintrag '%s' zu löschen."
 
 
-#: plugins/admin/fai/headpage.tpl:39
-msgid "Show hooks"
-msgstr "Zeige Hooks"
+#: plugins/admin/applications/class_applicationManagement.inc:256
+#: plugins/admin/applications/class_applicationManagement.inc:282
+msgid "You are not allowed to delete this application!"
+msgstr "Sie haben keine Berechtigung, diese Anwendung zu löschen!"
 
 
-#: plugins/admin/fai/headpage.tpl:40
-msgid "Show variables"
-msgstr "Zeige Variablen"
+#: plugins/admin/applications/class_applicationManagement.inc:330
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+msgid "new"
+msgstr "Neu"
 
 
-#: plugins/admin/fai/headpage.tpl:41
-msgid "Show packages"
-msgstr "Zeige Pakete"
+#: plugins/admin/applications/class_applicationManagement.inc:330
+msgid "Create new application"
+msgstr "Neu Anwendung erstellen"
 
 
-#: plugins/admin/fai/headpage.tpl:42
-msgid "Show partitions"
-msgstr "Zeige Partitionen"
+#: plugins/admin/applications/class_applicationGeneric.inc:86
+msgid "no example"
+msgstr "kein Beispiel"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:226
-#: plugins/admin/fai/class_faiPartitionTable.inc:232
-#, php-format
-msgid "%s partition"
-msgstr "%s Partition"
+#: plugins/admin/applications/class_applicationGeneric.inc:106
+msgid "This 'dn' is no application."
+msgstr "Dieser 'DN' ist keine Anwendung."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:228
-#: plugins/admin/fai/class_faiPartitionTable.inc:234
-#, php-format
-msgid "%s partition(s)"
-msgstr "%s Partition(en)"
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+msgid "The specified picture has not been uploaded correctly."
+msgstr "Das angegebene Bild wurde nicht korrekt übertragen."
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:108
-msgid "Please enter a value for script."
-msgstr "Bitte geben Sie einen Wert für 'Skript' ein."
+#: plugins/admin/applications/class_applicationGeneric.inc:306
+msgid "You have no permissions to create a application on this 'Base'."
+msgstr ""
+"Sie haben keine Berechtigung, eine Anwendung unterhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:122
-msgid "Package bundle"
-msgstr "Paket-Gruppe"
+#: plugins/admin/applications/class_applicationGeneric.inc:311
+msgid "Required field 'Name' is not filled."
+msgstr "Das benötigte Feld 'Name' ist nicht ausgefüllt."
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:153
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-msgid "Class name"
-msgstr "Klassen-Name"
+#: plugins/admin/applications/class_applicationGeneric.inc:315
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+msgstr "Ungültiges Zeichen in Anwendungs-Name. Nur a-z und 0-9 sind erlaubte Zeichen."
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
-msgid "Hook attributes"
-msgstr "Hook-Attribute"
+#: plugins/admin/applications/class_applicationGeneric.inc:319
+msgid "Required field 'Execute' is not filled."
+msgstr "Das benötigte Feld 'Auführen' ist nicht ausgefüllt."
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:34
-msgid "Task"
-msgstr "Aufgabe"
+#: plugins/admin/applications/class_applicationGeneric.inc:328
+msgid "There's already an application with this 'Name'."
+msgstr "Eine Anwendung mit diesem Namen existiert bereits."
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:36
-msgid "Choose an existing FAI task"
-msgstr "Einen existierenden Task wählen"
+#: plugins/admin/departments/tabs_department.inc:30
+#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
+#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
+#: plugins/admin/fai/tabsTemplate.inc:30 plugins/admin/fai/tabsProfile.inc:30
+#: plugins/admin/fai/tabsScript.inc:30
+msgid "Try to move tree failed. Destination tree is subtree of source tree."
+msgstr ""
+"Verschieben des Baums ist fehlgeschlagen: Der Zielbaum ist ein Unterbaum des "
+"Quellbaumes."
 
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
-#, php-format
-msgid "Debconf information for package '%s'"
-msgstr "Debconf-Information für Paket '%s'"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Name der Abteilung"
 
 
-#: plugins/admin/fai/class_askClassName.inc:71
-msgid "Create new FAI object - partition table."
-msgstr "Erstelle neues FAI-Objekt - Partitions-Tabelle"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Name des zu erzeugenden Unterbaums"
 
 
-#: plugins/admin/fai/class_askClassName.inc:72
-msgid "Create new FAI object - package bundle."
-msgstr "Erstelle neues FAI-Objekt - Paket-Gruppe"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:56
+msgid "Descriptive text for department"
+msgstr "Beschreibender Text zu dieser Abteilung"
 
 
-#: plugins/admin/fai/class_askClassName.inc:73
-msgid "Create new FAI object - script bundle."
-msgstr "Erstelle neues FAI-Objekt - Skript-Gruppe"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Kategorie"
 
 
-#: plugins/admin/fai/class_askClassName.inc:74
-msgid "Create new FAI object - variable bundle."
-msgstr "Erstelle neues FAI-Objekt - Variablen-Gruppe"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Kategorie dieses Unterbaums"
 
 
-#: plugins/admin/fai/class_askClassName.inc:75
-msgid "Create new FAI object - hook bundle."
-msgstr "Erstelle neues FAI-Objekt - Hook-Gruppe"
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:122
+msgid "Choose subtree to place department in"
+msgstr "Wählen Sie den Unterbaum, in den die Abteilung eingepflegt werden soll"
 
 
-#: plugins/admin/fai/class_askClassName.inc:76
-msgid "Create new FAI object - profile."
-msgstr "Erstelle neues FAI-Objekt - Profil"
+#: plugins/admin/departments/generic.tpl:47
+msgid "State where this subtree is located"
+msgstr "Land, in dem dieser Unterbaum anzusiedeln ist"
 
 
-#: plugins/admin/fai/class_askClassName.inc:77
-msgid "Create new FAI object - template."
-msgstr "Erstelle neues FAI-Objekt - Vorlage"
+#: plugins/admin/departments/generic.tpl:51
+msgid "Location of this subtree"
+msgstr "Ort dieses Unterbaums"
 
 
-#: plugins/admin/fai/class_askClassName.inc:78
-msgid "Create new FAI object"
-msgstr "Erstelle neues FAI-Objekt"
+#: plugins/admin/departments/generic.tpl:55
+msgid "Postal address of this subtree"
+msgstr "Postalische Anschrift dieses Unterbaums"
 
 
-#: plugins/admin/fai/class_askClassName.inc:131
-msgid "The given class name is empty."
-msgstr "Der angebene Klassen-Name ist leer."
+#: plugins/admin/departments/generic.tpl:59
+msgid "Base telephone number of this subtree"
+msgstr "Einleitende Telefonnummer dieses Unterbaums"
 
 
-#: plugins/admin/fai/class_askClassName.inc:135
-msgid "The specified class name is already in use for this object type."
-msgstr ""
-"Der angegebene Klassen-Name ist für diesen Objekt-Typ bereits in Gebrauch."
+#: plugins/admin/departments/generic.tpl:63
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Einleitende Fax-Nummer dieses Unterbaums"
 
 
-#: plugins/admin/fai/askClassName.tpl:6
+#: plugins/admin/departments/remove.tpl:6
+#: plugins/gofon/conference/remove.tpl:6
 msgid ""
 msgid ""
-"Adding a new class to the FAI management, requires a class name. You have to "
-"specify a unique class name for unique types of FAI classes, while you can "
-"use the same class name for different types of FAI classes. In the laste "
-"case, FAI will automatically enclose all these different class types to one "
-"unique class name."
+"This includes 'all' accounts, systems, etc. in this subtree. Please double "
+"check if your really want to do this since there is no way for GOsa to get "
+"your data back."
 msgstr ""
 msgstr ""
-"Es wird ein Klassen-Name benötigt, um der FAI-Verwaltung eine neue Klasse "
-"hinzuzufügen. Dieser Klassen-Name muss lediglich für jeden Typ der FAI-"
-"Klasse eindeutig sein, d.h. Sie können den gleichen Klassen-Namen für "
-"verschiedene Typen von FAI-Klassen verwenden. In diesem Fall wird FAI "
-"automatisch all diese verschiedenen Typen mit einem eindeutigen Namen "
-"versehen."
+"Dies umfasst <b>alle</b> Konten, System- und Setup-Informationen. Bitte "
+"prüfen Sie genau, da es keine Möglichkeit für GOsa gibt, die Daten "
+"wiederherzustellen. "
 
 
-#: plugins/admin/fai/askClassName.tpl:12
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/systems/remove.tpl:10
+#: plugins/admin/fai/remove.tpl:11 plugins/gofon/conference/remove.tpl:10
 msgid ""
 msgid ""
-"Please use one of the following methods to choose the name for the new FAI "
-"class."
+"Best thing to do before performing this action would be to save the current "
+"contents of your LDAP tree in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 msgstr ""
-"Bitte verwenden Sie eine der folgenden Methoden um den Namen der neuen FAI-"
-"Klasse zu bestimmen."
+"Eine Sicherung der LDAP-Datenbank bietet sich an. Wenn Sie dies erledigt "
+"haben, drücken Sie <i>Entfernen</i> um Fortzufahren oder <i>Abbrechen</i>, "
+"um den Vorgang abzubrechen."
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr "FAI-Klassen-Name manuell eingeben"
+#: plugins/admin/departments/headpage.tpl:6
+msgid "List of departments"
+msgstr "Liste der Abteilungen"
 
 
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
-msgstr "Verwenden Sie den Namen aus einer Liste bestehender Klassen."
+#: plugins/admin/departments/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected departments. Having "
+"a large size of departments, you might prefer the range selectors on top of "
+"the department list."
+msgstr ""
+"Dieses Menü erlaubt es Ihnen, Abteilungen hinzuzufügen, zu bearbeiten oder "
+"zu entfernen. Bei einer Vielzahl von Abteilungen bietet sich die Verwendung "
+"der Bereichswahl an."
 
 
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Choose class name"
-msgstr "Wählen Sie den Klassen-Namen"
+#: plugins/admin/departments/headpage.tpl:38
+msgid "Display departments matching"
+msgstr "Zeige Abteilungen, auf die zutrifft"
 
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-msgid "Use"
-msgstr "Benutzen"
+#: plugins/admin/departments/headpage.tpl:42
+msgid "Regular expression for matching department names"
+msgstr "Regulärer Ausdruck zur Suche nach Abteilungs-Namen"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
-msgid "A new class name."
-msgstr "Ein neuer Klassen-Name."
+#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
+msgid "Department management"
+msgstr "Abteilungsverwaltung"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:74
-msgid "no file uploaded yet"
-msgstr "Es wurden noch keine Datei hochgeladen."
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:43
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+msgid "Departments"
+msgstr "Abteilungen"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:76
+#: plugins/admin/departments/class_departmentManagement.inc:185
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
 #, php-format
 #, php-format
-msgid "exists in database (size: %s bytes)"
-msgstr "existiert in der Datenbank (Größe: %s Bytes)"
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:156
-msgid "Please specify a value for attribute 'file'."
-msgstr "Bitte geben Sie einen Wert für Attribut 'Datei' an."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:160
-msgid "Please specify a value for attribute 'path'."
-msgstr "Bitte geben Sie einen Wert für Attribut 'Pfad' an."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:168
-msgid "Please enter a user."
-msgstr "Bitte geben Sie einen Benutzer ein."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:171
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
-msgstr ""
-"Bitte geben Sie einen gültigen Benutzer ein (0-9 und a-Z sind erlaubt)."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:175
-msgid "Please enter a group."
-msgstr "Bitte geben Sie eine Gruppe ein."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:178
-msgid "Please enter a valid group. Only a-z/0-9 are allowed."
-msgstr "Bitte geben Sie eine gültige Gruppe ein (0-9 und a-Z sind erlaubt)."
+msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+msgstr "Sie sind dabei, einen gesamten LDAP-Baum unterhalb von '%s' zu löschen."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:21
-msgid "Template attributes"
-msgstr "Vorlagen-Attribute"
+#: plugins/admin/departments/class_departmentManagement.inc:202
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
+msgid "You have no permission to remove this department."
+msgstr "Sie haben keine Berechtigung, diese Abteilung zu entfernen."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
-msgid "File"
-msgstr "Datei"
+#: plugins/admin/departments/class_departmentManagement.inc:279
+#: plugins/admin/fai/class_faiManagement.inc:434
+msgid "Go to users home department"
+msgstr "Gehe zur Abteilung des angemeldeten Benutzers"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:35
-msgid "Save template"
-msgstr "Vorlage speichern"
+#: plugins/admin/departments/class_departmentManagement.inc:281
+msgid "Create new department"
+msgstr "Neue Abteilung erstellen"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:92
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Hochladen"
+#: plugins/admin/departments/class_departmentManagement.inc:289
+msgid "This table displays all departments, in the selected tree."
+msgstr "Diese Tabelle enthält alle Abteilungen des gewählten Unterbaums"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:47
-msgid "Destination path"
-msgstr "Ziel-Pfad"
+#: plugins/admin/departments/class_departmentManagement.inc:298
+msgid "Department name"
+msgstr "Name der Abteilung"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:62
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
-msgid "Owner"
-msgstr "Besitzer"
+#: plugins/admin/departments/class_departmentManagement.inc:392
+msgid ".."
+msgstr ".."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:71
-#: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:584
-#: plugins/admin/systems/class_printGeneric.inc:586
-#: plugins/admin/ogroups/class_ogroupManagement.inc:482
-#: plugins/generic/references/class_reference.inc:36
-msgid "Group"
-msgstr "Gruppe"
+#: plugins/admin/departments/class_departmentGeneric.inc:150
+msgid "You have no permissions to create a department on this 'Base'."
+msgstr ""
+"Sie haben keine Berechtigung eine Abteilung unterhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:80
-msgid "Access"
-msgstr "Zugriff"
+#: plugins/admin/departments/class_departmentGeneric.inc:157
+#: plugins/admin/departments/class_departmentGeneric.inc:159
+msgid "Department with that 'Name' already exists."
+msgstr "Eine Abteilung mit diesem Namen existiert bereits."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:86
-msgid "Class"
-msgstr "Klasse"
+#: plugins/admin/departments/class_departmentGeneric.inc:167
+msgid "Required field 'Description' is not set."
+msgstr "Das benötigte Feld 'Beschreibung' ist nicht gesetzt."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:87
-msgid "Read"
-msgstr "Lesen"
+#: plugins/admin/departments/class_departmentGeneric.inc:172
+msgid "The field 'Name' contains the reserved word 'incoming'."
+msgstr "Das Feld 'Name' enthält das reservierte Wort 'incoming'."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-msgid "Write"
-msgstr "Schreiben"
+#: plugins/admin/departments/class_departmentGeneric.inc:173
+msgid " Please choose another name."
+msgstr "Bitte wählen Sie einen anderen Namen."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
-#: plugins/admin/systems/workstation.tpl:88
-#: plugins/admin/ogroups/termgroup.tpl:13
-msgid "Execute"
-msgstr "Ausführen"
+#: plugins/admin/systems/class_terminalInfo.inc:53
+#: plugins/admin/systems/class_terminalInfo.inc:181
+msgid "present"
+msgstr "vorhanden"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-msgid "Special"
-msgstr "Speziell"
+#: plugins/admin/systems/class_terminalInfo.inc:65
+#: plugins/admin/systems/class_terminalService.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:99
+#: plugins/admin/systems/class_terminalGeneric.inc:130
+#: plugins/admin/systems/class_workstationStartup.inc:215
+#: plugins/admin/systems/class_workstationService.inc:124
+msgid "This 'dn' has no terminal features."
+msgstr "Dieser 'DN' hat keine Terminal-Erweiterungen."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
-msgid "SUID"
-msgstr "SUID"
+#: plugins/admin/systems/class_terminalInfo.inc:72
+msgid "This is a virtual terminal which has no properties to show here."
+msgstr ""
+"Dies ist ein virtuelles Terminal, deshalb können an dieser Stelle keine "
+"Informationen angezeigt werden."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:109
-msgid "SGID"
-msgstr "SGID"
+#: plugins/admin/systems/class_terminalInfo.inc:92
+msgid "online"
+msgstr "aktiv"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
-msgid "Others"
-msgstr "Andere"
+#: plugins/admin/systems/class_terminalInfo.inc:144
+msgid "running"
+msgstr "läuft"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
-msgid "sticky"
-msgstr "sticky"
+#: plugins/admin/systems/class_terminalInfo.inc:147
+msgid "not running"
+msgstr "läuft nicht"
 
 
-#: plugins/admin/fai/faiHook.tpl:34
-msgid "List of hook scripts"
-msgstr "Liste der Hook-Skripte"
+#: plugins/admin/systems/class_terminalInfo.inc:155
+msgid "unknown status"
+msgstr "unbekannter Status"
 
 
-#: plugins/admin/fai/faiHook.tpl:40
-msgid "Choose a hook to delete or edit"
-msgstr "Wählen Sie einen Hook zum Entfernen oder Bearbeiten"
+#: plugins/admin/systems/class_terminalInfo.inc:173
+msgid "offline"
+msgstr "inaktiv"
 
 
-#: plugins/admin/groups/mail.tpl:11
-msgid "Primary mail address for this shared folder"
-msgstr "Primäre Mail-Adresse dieses Austausch-Ordners"
+#: plugins/admin/systems/network.tpl:1
+msgid "Network settings"
+msgstr "Netzwerk-Einstellungen"
 
 
-#: plugins/admin/groups/mail.tpl:16
-msgid "Select mail server to place user on"
-msgstr "Wählen Sie den Mail-Server, auf dem der Benutzer angelegt werden soll"
+#: plugins/admin/systems/network.tpl:8
+msgid "IP-address"
+msgstr "IP-Adresse"
 
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "IMAP Austausch-Ordner"
+#: plugins/admin/systems/network.tpl:16
+msgid "MAC-address"
+msgstr "MAC-Adresse"
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Standard-Berechtigungen"
+#: plugins/admin/systems/class_servService.inc:264
+msgid "Terminal server, must have fontpath specified."
+msgstr "Terminal-Server benötigt einen Schrift-Suchpfad"
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Mitglieder-Berechtigungen"
+#: plugins/admin/systems/class_winGeneric.inc:73
+#: plugins/admin/systems/class_componentGeneric.inc:51
+msgid "This 'dn' has no network features."
+msgstr "Diese 'dn' hat keine Netzwerk-Erweiterungen."
 
 
-#: plugins/admin/groups/mail.tpl:88
-msgid "Forward messages to non group members"
-msgstr "Weiterleiten der Nachrichten an nicht-Gruppenmitglieder"
+#: plugins/admin/systems/class_winGeneric.inc:142
+#: plugins/admin/systems/class_componentGeneric.inc:113
+msgid "The required field 'Component name' is not set."
+msgstr "Das benötigte Feld 'Gerätename' ist nicht gesetzt."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Gruppen"
+#: plugins/admin/systems/class_winGeneric.inc:156
+#: plugins/admin/systems/class_componentGeneric.inc:126
+msgid "You have no permissions to create a component on this 'Base'."
+msgstr ""
+"Sie haben keine Berechtigung, eine Komponente unterhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:275
+#: plugins/admin/systems/class_winGeneric.inc:166
+#: plugins/admin/systems/class_terminalGeneric.inc:260
+#: plugins/admin/systems/class_servGeneric.inc:183
+#: plugins/admin/systems/class_workstationGeneric.inc:221
+#: plugins/admin/systems/class_printGeneric.inc:458
+#: plugins/admin/systems/class_componentGeneric.inc:136
+#: plugins/admin/systems/class_phoneGeneric.inc:307
 #, php-format
 #, php-format
-msgid "You're about to delete the group '%s'."
-msgstr "Sie sind dabei die Gruppe '%s' zu löschen."
-
-#: plugins/admin/groups/class_groupManagement.inc:281
-#: plugins/admin/groups/class_groupManagement.inc:307
-msgid "You are not allowed to delete this group!"
-msgstr "Sie haben keine Berechtigung, diese Gruppe zu löschen!"
+msgid "There is already an entry '%s' in the base choosen by you"
+msgstr "Der Eintrag '%s' ist in der von Ihnen ausgewählten Basis bereits vorhanden"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:354
-msgid "Create new group"
-msgstr "Neue Gruppe erstellen"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "System-Information"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:361
-#: plugins/admin/applications/class_applicationManagement.inc:337
-#: plugins/admin/departments/class_departmentManagement.inc:291
-#: plugins/admin/ogroups/class_ogroupManagement.inc:371
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
-msgid "Edit this entry"
-msgstr "Diesen Eintrag bearbeiten"
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "Prozessor"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:362
-#: plugins/admin/applications/class_applicationManagement.inc:338
-#: plugins/admin/departments/class_departmentManagement.inc:292
-#: plugins/admin/ogroups/class_ogroupManagement.inc:372
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
-msgid "Delete this entry"
-msgstr "Diesen Eintrag entfernen"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "Speicher"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:372
-#: plugins/admin/users/class_userManagement.inc:728
-msgid "Posix"
-msgstr "Posix"
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr "MAC-Adresse"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:375
-#: plugins/admin/applications/class_applicationManagement.inc:348
-#: plugins/admin/ogroups/class_ogroupManagement.inc:483
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Anwendung"
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "USB-Unterstützung"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:385
-msgid "Groupname"
-msgstr "Name der Gruppe"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "System-Status"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:390
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/ogroups/class_ogroupManagement.inc:397
-msgid "This table displays all groups, in the selected tree."
-msgstr "Diese Tabelle enthält alle Gruppen des ausgewählten Unterbaums."
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
+msgstr "Inventarnummer"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:115
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
-msgstr ""
-"Die SID dieser Gruppe kann weder im LDAP noch in der Konfigurationsdatei "
-"gefunden werden!"
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Letzte Anmeldung"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:167
-msgid "This 'dn' is no group."
-msgstr "Diese 'dn' hat keine Gruppenerweiterungen."
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "Netzwerk-Geräte"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Samba group"
-msgstr "Samba-Gruppe"
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "IDE-Geräte"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain admins"
-msgstr "Domänen-Administratoren"
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "SCSI-Geräte"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain users"
-msgstr "Domänen-Benutzer"
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Disketten-Laufwerk"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:285
-msgid "Domain guests"
-msgstr "Domänen-Gäste"
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "CDROM-Laufwerk"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:290
-#, php-format
-msgid "Special group (%d)"
-msgstr "Spezielle Gruppe (%d)"
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/workstationService.tpl:83
+#: plugins/admin/systems/terminalService.tpl:83
+msgid "Graphic device"
+msgstr "Grafikkarte"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:626
-#: plugins/admin/ogroups/class_ogroup.inc:541
-msgid "You have no permissions to create a group on this 'Base'."
-msgstr ""
-"Sie haben keine Berechtigung, eine Gruppe unterhalb dieser 'Basis' anzulegen."
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Soundkarte"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:636
-msgid ""
-"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
-"Das Feld 'Name' enthält ungültige Zeichen. Kleinbuchstaben, Zahlen und "
-"Bindestriche sind erlaubt."
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "Eingeschaltet seit"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:647
-#: plugins/admin/groups/class_groupGeneric.inc:654
-msgid "Value specified as 'Name' is already used."
-msgstr "Eine Gruppe mit diesem Namen existiert bereits."
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr "Prozessor-Last"
 
 
-#: plugins/admin/groups/remove.tpl:6
-msgid ""
-"This may be a primary user group. Please double check if you really want to "
-"do this since there is no way for GOsa to get your data back."
-msgstr ""
-"Bitte prüfen Sie, ob Sie die Aktion wirklich durchführen möchten, da GOsa "
-"die Daten nicht wiederherstellen kann."
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
+msgstr "Speicher-Nutzung"
 
 
-#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
-msgid "Group administration"
-msgstr "Gruppenverwaltung"
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
+msgstr "Nutzung des virtuellen Speichers"
 
 
-#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
-msgid "List of groups"
-msgstr "Liste der Gruppen"
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr "SSH-Dienst"
 
 
-#: plugins/admin/groups/headpage.tpl:25
-msgid ""
-"This menu allows you to add, edit and remove selected groups. You may want "
-"to use the range selector on top of the group listbox, when working with a "
-"large number of groups."
-msgstr ""
-"Dieses Menü erlaubt es Ihnen Gruppen, hinzuzufügen, zu bearbeiten oder zu "
-"entfernen. Bei einer großen Anzahl von Gruppen bietet sich die Verwendung "
-"der Bereichsauswahl an."
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
+msgstr "Druck-Dienst"
 
 
-#: plugins/admin/groups/class_groupMail.inc:158
-msgid "read"
-msgstr "lesen"
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "Scan-Dienst"
 
 
-#: plugins/admin/groups/class_groupMail.inc:159
-msgid "post"
-msgstr "posten"
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
+msgstr "Audio-Dienst"
 
 
-#: plugins/admin/groups/class_groupMail.inc:160
-msgid "external post"
-msgstr "extern posten"
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
 
 
-#: plugins/admin/groups/class_groupMail.inc:161
-msgid "append"
-msgstr "anhängen"
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "Systemverwaltung"
 
 
-#: plugins/admin/groups/class_groupMail.inc:162
-msgid "write"
-msgstr "schreiben"
+#: plugins/admin/systems/servservice.tpl:11
+msgid "Nfs Export"
+msgstr "NFS-Freigabe"
 
 
-#: plugins/admin/groups/class_groupMail.inc:187
-msgid "This 'dn' has no valid mail extensions."
-msgstr "Dieser 'DN' hat keine Mail-Erweiterungen."
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
+msgstr "Zeit-Dienst"
 
 
-#: plugins/admin/groups/class_groupMail.inc:252
-msgid "You're trying to add an invalid email address "
-msgstr "Sie versuchen, eine ungültige Mail-Adresse hinzuzufügen"
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
+msgstr "LDAP-Dienst"
 
 
-#: plugins/admin/groups/class_groupMail.inc:253
-msgid "to the list of forwarders."
-msgstr "zur Liste der Weiterleitungen hinzuzufügen."
+#: plugins/admin/systems/servservice.tpl:72
+msgid "Terminal Service"
+msgstr "Terminal-Dienst"
 
 
-#: plugins/admin/groups/class_groupMail.inc:622
-msgid "Please enter a valid email addres in 'Primary address' field."
-msgstr ""
-"Bitte geben Sie eine gültige E-Mail-Adresse in das Feld 'Primäre Adresse' "
-"ein."
+#: plugins/admin/systems/servservice.tpl:77
+msgid "Temporary disable login"
+msgstr "Anmeldung sperren (temporär)"
 
 
-#: plugins/admin/groups/class_groupMail.inc:655
-msgid ""
-"Please choose valid permission settings. Default permission can't be emtpy."
-msgstr ""
-"Bitte wählen sie gültige Zugriffsrechte. Standard-Zugriffsrechte dürfen "
-"nicht leer sein."
+#: plugins/admin/systems/servservice.tpl:80
+msgid "Font path"
+msgstr "Schrift-Suchpfad"
 
 
-#: plugins/admin/groups/class_groupMail.inc:659
-msgid "Please select a valid mail server."
-msgstr "Bitte wählen Sie einen gültigen Mail-Server."
+#: plugins/admin/systems/servservice.tpl:93
+msgid "Syslog Service"
+msgstr "Protokoll-Dienst"
 
 
-#: plugins/admin/groups/acl.tpl:4
-msgid "Object"
-msgstr "Objekt"
+#: plugins/admin/systems/servservice.tpl:101
+msgid "Print Service"
+msgstr "Druck-Dienst"
 
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-msgid "Choose"
-msgstr "Wählen"
+#: plugins/admin/systems/servservice.tpl:109
+msgid "Mail server"
+msgstr "Mail-Server"
 
 
-#: plugins/admin/groups/acl.tpl:17
-msgid "Apply this acl only for users own entries"
-msgstr "Anwenden dieser Zugriffsregel nur auf Einträge des Eigentümers"
+#: plugins/admin/systems/class_terminalService.inc:83
+#: plugins/admin/systems/class_workstationService.inc:68
+msgid "default"
+msgstr "Standard"
 
 
-#: plugins/admin/groups/application.tpl:4
-msgid "Used applications"
-msgstr "Verwendete Anwendungen"
+#: plugins/admin/systems/class_terminalService.inc:84
+#: plugins/admin/systems/class_workstationService.inc:69
+msgid "show chooser"
+msgstr "zeige Auswahl"
 
 
-#: plugins/admin/groups/application.tpl:6
-msgid "Seperator"
-msgstr "Feldtrenner"
+#: plugins/admin/systems/class_terminalService.inc:85
+#: plugins/admin/systems/class_workstationService.inc:70
+msgid "direct"
+msgstr "direkt"
 
 
-#: plugins/admin/groups/application.tpl:11
-msgid "Available applications"
-msgstr "Verfügbare Anwendungen"
+#: plugins/admin/systems/class_terminalService.inc:88
+#: plugins/admin/systems/class_workstationService.inc:73
+msgid "load balanced"
+msgstr "lastverteilt"
 
 
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
-msgstr "Wählen Sie die hinzuzufügenden Benutzer"
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:76
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
 
-#: plugins/admin/groups/group_objects.tpl:29
-msgid "Display users of department"
-msgstr "Zeige die Benutzer der Abteilung"
+#: plugins/admin/systems/class_terminalService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:77
+msgid "ICA client"
+msgstr "Citrix Metaframe"
 
 
-#: plugins/admin/groups/group_objects.tpl:39
-#: plugins/admin/users/headpage.tpl:49
-msgid "Regular expression for matching user names"
-msgstr "Regulärer Ausdruck zum Abgleich mit Benutzernamen"
+#: plugins/admin/systems/class_terminalService.inc:187
+#: plugins/admin/systems/class_workstationService.inc:171
+msgid "Choose the phone located at the current terminal"
+msgstr "Wählen Sie das sich am momentanen Arbeitsplatz befindende Telefon."
 
 
-#: plugins/admin/groups/class_groupAcl.inc:58
-msgid "This 'dn' is no acl container."
-msgstr "Diese 'dn' enthält keine Zugriffserweiterungen."
+#: plugins/admin/systems/class_terminalService.inc:251
+#: plugins/admin/systems/class_terminalService.inc:256
+#: plugins/admin/systems/class_workstationService.inc:236
+#: plugins/admin/systems/class_workstationService.inc:241
+msgid "Please specify a valid VSync range."
+msgstr "Bitte geben Sie einen gültigen VSync-Bereich an."
 
 
-#: plugins/admin/groups/class_groupAcl.inc:203
-msgid "All fields are writeable"
-msgstr "Alle Felder sind änderbar"
+#: plugins/admin/systems/class_terminalService.inc:266
+#: plugins/admin/systems/class_terminalService.inc:271
+#: plugins/admin/systems/class_workstationService.inc:251
+#: plugins/admin/systems/class_workstationService.inc:256
+msgid "Please specify a valid HSync range."
+msgstr "Bitte geben Sie einen gültigen HSync-Bereich an."
 
 
-#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
-msgid "Group name"
-msgstr "Gruppenname"
+#: plugins/admin/systems/class_servDB.inc:134
+#: plugins/admin/systems/class_servDB.inc:150
+#: plugins/admin/systems/class_servDB.inc:160
+#: plugins/admin/systems/class_servDB.inc:165
+#: plugins/admin/systems/class_servDB.inc:171
+#, php-format
+msgid "The attribute '%s' is empty or contains invalid characters."
+msgstr "Das Attribut '%s' ist leer oder enthält ungültige Zeichen."
 
 
-#: plugins/admin/groups/generic.tpl:9
-msgid "Posix name of the group"
-msgstr "UNIX-Name der Gruppe"
+#: plugins/admin/systems/class_servDB.inc:140
+#, php-format
+msgid "The imap connect string needs to be in the form '%s'."
+msgstr "Der IMAP-Verbindungsstring muss in der Form '%s' sein."
 
 
-#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
-msgid "Descriptive text for this group"
-msgstr "Beschreibender Text für diese Gruppe"
+#: plugins/admin/systems/class_servDB.inc:144
+msgid "The sieve port needs to be numeric."
+msgstr "Der Sieve-Port muss numerisch sein."
 
 
-#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
-msgid "Choose subtree to place group in"
-msgstr "Wählen Sie den Unterbaum, in den die Gruppe eingepflegt werden soll"
+#: plugins/admin/systems/class_servDB.inc:155
+#, php-format
+msgid "The specified kerberos password is empty."
+msgstr "Das angebene Kerberos-Passwort ist leer."
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Normally IDs are autogenerated, select to specify manually"
+#: plugins/admin/systems/class_servDB.inc:179
+#, php-format
+msgid "The imap name string needs to be a hostname or an IP-address."
 msgstr ""
 msgstr ""
-"Normalerweise werden IDs automatisch generiert. Auswählen um dies zu umgehen"
+"Das Feld 'Serverbezeichnung' muss entweder ein Hostname oder eine IP-Adresse "
+"sein."
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Force GID"
-msgstr "Erzwinge GID"
+#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
+msgid "Server name"
+msgstr "Server-Name"
 
 
-#: plugins/admin/groups/generic.tpl:38
-msgid "Forced ID number"
-msgstr "Erzwungene ID-Nummer"
+#: plugins/admin/systems/server.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/terminal.tpl:20 plugins/admin/systems/printer.tpl:22
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/component.tpl:15
+msgid "Choose subtree to place terminal in"
+msgstr "Wählen Sie die Abteilung, in die das Terminal eingepflegt werden soll"
 
 
-#: plugins/admin/groups/generic.tpl:45
-msgid "Select to create a samba conform group"
-msgstr "Auswählen, um eine sambakonforme Gruppe zu erzeugen"
+#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/ogroups/termgroup.tpl:3
+msgid "Action"
+msgstr "Aktion"
 
 
-#: plugins/admin/groups/generic.tpl:50
-msgid "in domain"
-msgstr "in der Domain"
+#: plugins/admin/systems/server.tpl:42
+msgid "Select action to execute for this server"
+msgstr "Wählen Sie die auszuführende Aktion für diesen Server"
 
 
-#: plugins/admin/groups/generic.tpl:67
-msgid "Members are in a phone pickup group"
-msgstr "Mitglieder sind in einer Übernahme-Gruppe"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Telefon-Name"
 
 
-#: plugins/admin/groups/generic.tpl:80
-msgid "Members are in a nagios group"
-msgstr "Mitglieder sind in einer Nagios-Gruppe"
+#: plugins/admin/systems/terminal.tpl:9
+msgid "Terminal template"
+msgstr "Terminal-Vorlage"
 
 
-#: plugins/admin/groups/generic.tpl:96
-msgid "Group members"
-msgstr "Gruppenmitglieder"
+#: plugins/admin/systems/terminal.tpl:11
+msgid "Terminal name"
+msgstr "Terminal-Name"
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Ordner-Administratoren"
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:45
+#: plugins/admin/systems/phonesettings.tpl:21
+msgid "Mode"
+msgstr "Modus"
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Wählen Sie eine bestimmte Abteilung"
+#: plugins/admin/systems/terminal.tpl:38
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Select terminal mode"
+msgstr "Wählen Sie den Terminal-Modus"
 
 
-#: plugins/admin/groups/application_options.tpl:1
-msgid "Application options"
-msgstr "Anwendungsoptionen"
+#: plugins/admin/systems/terminal.tpl:52
+msgid "Root server"
+msgstr "Root-Server"
 
 
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Zeige die Adressen der Abteilung"
+#: plugins/admin/systems/terminal.tpl:54
+msgid "Select NFS root filesystem to use"
+msgstr "Wählen Sie das NFS-Root-Dateisystem"
 
 
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Zeige die Adressen, auf die das Folgende passt"
+#: plugins/admin/systems/terminal.tpl:60
+msgid "Swap server"
+msgstr "Auslagerungs-Server"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:202
-msgid "This 'dn' is no appgroup."
-msgstr "Diese 'dn' hat keine Anwendungs-Informationen"
+#: plugins/admin/systems/terminal.tpl:62
+msgid "Choose NFS filesystem to place swap files on"
+msgstr ""
+"Wählen Sie das NFS-Dateisystem, in dem die Auslagerungsdateien abgelegt "
+"werden sollen"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:210
-msgid "Remove applications"
-msgstr "Anwendungen entfernen"
+#: plugins/admin/systems/terminal.tpl:74
+#: plugins/admin/systems/workstation.tpl:54
+msgid "Syslog server"
+msgstr "Protokoll-Server"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:211
-msgid ""
-"This group has application features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Diese Gruppe hat Anwendungs-Eigenschaften aktiviert. Sie können diese durch "
-"einen Klick auf die untere Schaltfläche deaktivieren."
+#: plugins/admin/systems/terminal.tpl:76
+#: plugins/admin/systems/workstation.tpl:56
+msgid "Choose server to use for logging"
+msgstr "Wählen Sie den Server, der für das Protokollieren genutzt werden soll"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:213
-msgid "Create applications"
-msgstr "Anwendungen erstellen"
+#: plugins/admin/systems/terminal.tpl:82
+#: plugins/admin/systems/workstation.tpl:62
+msgid "NTP server"
+msgstr "Zeit-Server"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:214
-msgid ""
-"This group has application features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Diese Gruppe besitzt deaktivierte Anwendungs-Eigenschaften. Sie können diese "
-"durch einen Klick auf die untere Schaltfläche aktivieren."
+#: plugins/admin/systems/terminal.tpl:84
+#: plugins/admin/systems/workstation.tpl:64
+msgid "Choose server to use for synchronizing time"
+msgstr "Wählen Sie den Server, der zur Zeit-Synchronisation genutzt werden soll"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:242
-msgid "The selected application name is not uniq. Please check your LDAP."
-msgstr ""
-"Der gewählte Anwendungsname ist nicht eindeutig. Bitte überprüfen Sie Ihr "
-"LDAP-Verzeichnis."
+#: plugins/admin/systems/terminal.tpl:103
+#: plugins/admin/systems/workstation.tpl:82
+msgid "Select action to execute for this terminal"
+msgstr "Wählen Sie die auszuführende Aktion für dieses Terminal"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:278
-msgid "The selected application has no options."
-msgstr "Die gewählte Anwendung hat keine Optionen."
+#: plugins/admin/systems/class_terminalGeneric.inc:63
+msgid "text"
+msgstr "textuell"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:379
-msgid "application"
-msgstr "Anwendung"
+#: plugins/admin/systems/class_terminalGeneric.inc:64
+msgid "graphic"
+msgstr "grafisch"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:595
-#: plugins/admin/applications/class_applicationGeneric.inc:38
-msgid ""
-"There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
-msgstr ""
-"Die Einstellung 'KDE_APPLICATIONS_MENU' ist nicht in ihrer gosa.conf "
-"vorhanden."
+#: plugins/admin/systems/class_terminalGeneric.inc:92
+#: plugins/admin/systems/class_servGeneric.inc:62
+#: plugins/admin/ogroups/class_termgroup.inc:62
+msgid "No WAKECMD definition found in your gosa.conf"
+msgstr "Es ist kein WAKECMD in ihrer gosa.conf definiert"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:603
-#: plugins/admin/groups/class_groupApplication.inc:606
-#: plugins/admin/applications/class_applicationGeneric.inc:46
-#: plugins/admin/applications/class_applicationGeneric.inc:49
+#: plugins/admin/systems/class_terminalGeneric.inc:96
+#: plugins/admin/systems/class_terminalGeneric.inc:108
+#: plugins/admin/systems/class_terminalGeneric.inc:120
+#: plugins/admin/systems/class_servGeneric.inc:66
+#: plugins/admin/systems/class_servGeneric.inc:78
+#: plugins/admin/systems/class_servGeneric.inc:90
+#: plugins/admin/systems/class_workstationGeneric.inc:104
+#: plugins/admin/ogroups/class_termgroup.inc:66
+#: plugins/admin/ogroups/class_termgroup.inc:78
+#: plugins/admin/ogroups/class_termgroup.inc:90
 #, php-format
 #, php-format
-msgid ""
-"The specified file '%s' for 'KDE_APPLICATIONS_MENU' in your gosa.conf is not "
-"accessable."
-msgstr ""
-"Auf die für 'KDE_APPLICATIONS_MENU' angegebene Datei '%s' kann nicht "
-"zugegriffen werden."
-
-#: plugins/admin/users/password.tpl:2
-msgid ""
-"To change the user password use the fields below. The changes take effect "
-"immediately. Please memorize the new password, because the user wouldn't be "
-"able to login without it."
-msgstr ""
-"Um das Benutzer-Passwort zu ändern, nutzen Sie die Felder unten. Die "
-"Änderungen werden sofort wirksam. Merken Sie sich das Passwort, da sich der "
-"Benutzer ohne dieses Passwort nicht anmelden kann."
+msgid "Execution of '%s' failed!"
+msgstr "Die Ausführung des Befehls '%s' ist fehlgeschlagen!"
 
 
-#: plugins/admin/users/class_userManagement.inc:25
-#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Benutzer"
+#: plugins/admin/systems/class_terminalGeneric.inc:104
+#: plugins/admin/systems/class_servGeneric.inc:74
+#: plugins/admin/ogroups/class_termgroup.inc:74
+msgid "No REBOOTCMD definition found in your gosa.conf"
+msgstr "Es ist kein REBOOTCMD in ihrer gosa.conf definiert"
 
 
-#: plugins/admin/users/class_userManagement.inc:247
-#: plugins/admin/users/class_userManagement.inc:317
-msgid "You are not allowed to set this users password!"
-msgstr "Sie haben keine Berechtigung, das Passwort dieses Benutzers zu setzen!"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_servGeneric.inc:86
+#: plugins/admin/ogroups/class_termgroup.inc:86
+msgid "No HALTCMD definition found in your gosa.conf"
+msgstr "Es ist kein HALTCMD in ihrer gosa.conf definiert"
 
 
-#: plugins/admin/users/class_userManagement.inc:353
-#, php-format
-msgid "You're about to delete the user %s."
-msgstr "Sie löschen gerade den Benutzer %s."
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Switch off"
+msgstr "Ausschalten"
 
 
-#: plugins/admin/users/class_userManagement.inc:359
-#: plugins/admin/users/class_userManagement.inc:387
-msgid "You are not allowed to delete this user!"
-msgstr "Sie haben keine Berechtigung, diesen Benutzer zu löschen!"
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Reboot"
+msgstr "Neustarten"
 
 
-#: plugins/admin/users/class_userManagement.inc:488
-#: plugins/admin/systems/class_workstationStartup.inc:49
-#: plugins/admin/ogroups/class_ogroup.inc:240
-msgid "none"
-msgstr "keine"
+#: plugins/admin/systems/class_terminalGeneric.inc:149
+#: plugins/admin/systems/class_servGeneric.inc:117
+#: plugins/admin/systems/class_workstationGeneric.inc:137
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Wake up"
+msgstr "Aufwecken"
 
 
-#: plugins/admin/users/class_userManagement.inc:559
-msgid "A person with the choosen name is already used in this tree."
+#: plugins/admin/systems/class_terminalGeneric.inc:243
+msgid "You have no permissions to create a terminal on this 'Base'."
 msgstr ""
 msgstr ""
-"Ein Person mit dem ausgewählten Namen ist in diesem Baum bereits angelegt."
-
-#: plugins/admin/users/class_userManagement.inc:674
-msgid "Create new user"
-msgstr "Neuen Benutzer erstellen"
-
-#: plugins/admin/users/class_userManagement.inc:674
-msgid "New user"
-msgstr "Neuer Benutzer"
+"Sie haben keine Berechtigung, ein Terminal unterhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/admin/users/class_userManagement.inc:675
-msgid "Create new template"
-msgstr "Neue Vorlage erstellen"
+#: plugins/admin/systems/class_terminalGeneric.inc:247
+msgid "The required field 'Terminal name' is not set."
+msgstr "Das benötigte Feld 'Terminal-Name' ist nicht gesetzt."
 
 
-#: plugins/admin/users/class_userManagement.inc:675
-msgid "New template"
-msgstr "Neue Vorlage"
+#: plugins/admin/systems/class_servGeneric.inc:52
+msgid "This 'dn' has no server features."
+msgstr "Diese 'dn' hat keine Server-Erweiterungen."
 
 
-#: plugins/admin/users/class_userManagement.inc:682
-msgid "password"
-msgstr "Passwort"
+#: plugins/admin/systems/class_servGeneric.inc:166
+msgid "The required field 'Server name' is not set."
+msgstr "Das benötigte Feld 'Server-Name' ist nicht gesetzt."
 
 
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
-msgid "Username"
-msgstr "Benutzername"
+#: plugins/admin/systems/class_servGeneric.inc:173
+msgid "You have no permissions to create a server on this 'Base'."
+msgstr ""
+"Sie haben keine Berechtigung, einen Server unterhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/admin/users/class_userManagement.inc:695
-msgid "This table displays all users, in the selected tree."
-msgstr "Diese Tabelle enthält alle Benutzer dieses Unterbaums."
+#: plugins/admin/systems/class_servDHCP.inc:36
+msgid "Remove DHCP service"
+msgstr "DHCP-Dienst entfernen"
 
 
-#: plugins/admin/users/class_userManagement.inc:726
-msgid "GOsa"
-msgstr "GOsa"
+#: plugins/admin/systems/class_servDHCP.inc:37
+msgid ""
+"This server has DHCP features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Dieser Server besitzt aktivierte die DHCP-Funktionen. Sie können diese durch "
+"einen Klick auf die untere Schaltfläche deaktivieren."
 
 
-#: plugins/admin/users/class_userManagement.inc:727
-msgid "Edit generic properties"
-msgstr "Allgemeine Einstellungen bearbeiten"
+#: plugins/admin/systems/class_servDHCP.inc:39
+msgid "Add DHCP service"
+msgstr "DHCP Dienst hinzufügen"
 
 
-#: plugins/admin/users/class_userManagement.inc:729
-msgid "Edit UNIX properties"
-msgstr "UNIX-Einstellungen bearbeiten"
+#: plugins/admin/systems/class_servDHCP.inc:40
+msgid ""
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Aktuell besitzt dieser Server keine aktivierten DHCP-Funktionen. Sie können "
+"diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/users/class_userManagement.inc:731
-msgid "Edit environment properties"
-msgstr "Umgebungs-Einstellungen bearbeiten"
+#: plugins/admin/systems/printer.tpl:6
+msgid "General"
+msgstr "Allgemein"
 
 
-#: plugins/admin/users/class_userManagement.inc:733
-msgid "Edit mail properties"
-msgstr "Mail-Einstellungen bearbeiten"
+#: plugins/admin/systems/printer.tpl:9
+msgid "Printer name"
+msgstr "Druckername"
 
 
-#: plugins/admin/users/class_userManagement.inc:735
-msgid "Edit phone properties"
-msgstr "Telefon-Einstellungen bearbeiten"
+#: plugins/admin/systems/printer.tpl:30
+msgid "Details"
+msgstr "Details"
 
 
-#: plugins/admin/users/class_userManagement.inc:737
-msgid "Edit fax properies"
-msgstr "Fax-Einstellungen bearbeiten"
+#: plugins/admin/systems/printer.tpl:33
+msgid "Printer location"
+msgstr "Drucker-Standort"
 
 
-#: plugins/admin/users/class_userManagement.inc:739
-msgid "Edit samba properties"
-msgstr "Samba-Einstellungen bearbeiten"
+#: plugins/admin/systems/printer.tpl:37
+msgid "Printer URL"
+msgstr "Drucker URL"
 
 
-#: plugins/admin/users/class_userManagement.inc:740
-msgid "Create user from template"
-msgstr "Neuen Benutzer aus Vorlage erstellen"
+#: plugins/admin/systems/printer.tpl:45
+#: plugins/admin/systems/workstationService.tpl:86
+#: plugins/admin/systems/terminalService.tpl:86
+msgid "Driver"
+msgstr "Treiber"
 
 
-#: plugins/admin/users/class_userManagement.inc:741
-msgid "Create user with this template"
-msgstr "Neuen Benutzer aus dieser Vorlage erstellen"
+#: plugins/admin/systems/printer.tpl:57
+msgid "Permissions"
+msgstr "Berechtigungen"
 
 
-#: plugins/admin/users/class_userManagement.inc:800
-msgid "Online"
-msgstr "aktiv"
+#: plugins/admin/systems/printer.tpl:64
+msgid "Users which are allowed to use this printer"
+msgstr "Benutzer mit Berechtigung, diesen Drucker zu nutzen"
 
 
-#: plugins/admin/users/class_userManagement.inc:807
-msgid "Offline"
-msgstr "inaktiv"
+#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
+msgid "Add user"
+msgstr "Benutzer hinzufügen"
 
 
-#: plugins/admin/users/class_userManagement.inc:1028
-#: plugins/admin/users/template.tpl:11
-#: plugins/admin/systems/class_systemManagement.inc:705
-msgid "Template"
-msgstr "Vorlage"
+#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
+msgid "Add group"
+msgstr "Gruppe hinzufügen"
 
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
-msgstr "Erzeugen eines neuen Benutzer aus einer Vorlage"
+#: plugins/admin/systems/printer.tpl:80
+msgid "Users which are allowed to administrate this printer"
+msgstr "Benutzer mit Berechtigung, diesen Drucker zu verwalten"
 
 
-#: plugins/admin/users/template.tpl:6
-msgid ""
-"Creating a new user can be assisted by using templates. Many database "
-"records will be filled automatically. Choose 'none' to skip the usage of "
-"templates."
-msgstr ""
-"Das Anlegen von neuen Benutzern kann durch die Verwendung von Vorlagen "
-"vereinfacht werden. Viele Datenbankeinträge lassen sich damit automatisch "
-"ausfüllen. Wählen sie <b>keine</b> um den Vorlagen-Dialog zu überspringen."
+#: plugins/admin/systems/printer.tpl:81
+msgid "Admins"
+msgstr "Administratoren"
 
 
-#: plugins/admin/users/remove.tpl:6
-msgid ""
-"This includes all account data, system access rules, imap settings, etc. for "
-"this user. Please double check if your really want to do this since there is "
-"no way for GOsa to get your data back."
-msgstr ""
-"Dies umfasst alle Konto-Informationen, Zugriffsregeln, IMAP-Einstellungen, "
-"etc. dieses Benutzers. Bitte prüfen Sie genau, da es keine Möglichkeit für "
-"GOsa gibt, die Daten wiederherzustellen. "
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Systeme"
 
 
-#: plugins/admin/users/headpage.tpl:6
-msgid "List of users"
-msgstr "Liste der Benutzer"
+#: plugins/admin/systems/class_systemManagement.inc:334
+msgid "You can't edit this object type yet!"
+msgstr "Dieser Objekt-Typ kann momentan noch nicht bearbeitet werden!"
 
 
-#: plugins/admin/users/headpage.tpl:24
-msgid ""
-"This menu allows you to create, edit and delete selected users. Having a "
-"great number of users, you may want to use the range selectors on top of the "
-"user list."
+#: plugins/admin/systems/class_systemManagement.inc:350
+msgid "Passwords entered as new and repeated do not match!"
 msgstr ""
 msgstr ""
-"Dieses Menü ermöglicht es Ihnen, Benutzer hinzuzufügen, zu bearbeiten oder "
-"zu entfernen. Bei einer großen Anzahl von Benutzern bietet sich die "
-"Verwendung der Bereichsauswahl an."
-
-#: plugins/admin/users/headpage.tpl:38
-msgid "Select to see template pseudo users"
-msgstr "Wählen Sie dies, um Vorlagen für Benutzer anzuzeigen"
+"Die Passworte, die Sie als 'Neues Passwort' und 'Wiederholung des neuen "
+"Passwort' eingegeben haben sind nicht identisch!"
 
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Select to see users that have only a GOsa object"
-msgstr "Auswählen, um die Benutzer anzuzeigen, die nur ein GOsa-Objekt haben"
+#: plugins/admin/systems/class_systemManagement.inc:363
+msgid "You are not allowed to set this systems password!"
+msgstr "Sie haben keine Berechtigung, das Passwort für dieses Systems zu setzen!"
 
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Show functional users"
-msgstr "Zeige zweckbezogene Benutzer"
+#: plugins/admin/systems/class_systemManagement.inc:407
+#, php-format
+msgid "You're about to delete all information about the component at '%s'."
+msgstr "Sie sind dabei, alle Informationen über die Komponente auf '%s' zu löschen."
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Select to see users that have posix settings"
-msgstr "Auswählen, um die Benutzer mit UNIX-Konto zu sehen"
+#: plugins/admin/systems/class_systemManagement.inc:413
+#: plugins/admin/systems/class_systemManagement.inc:477
+#: plugins/admin/fai/class_faiManagement.inc:210
+#: plugins/admin/fai/class_faiManagement.inc:249
+msgid "You are not allowed to delete this component!"
+msgstr "Es ist Ihnen nicht erlaubt, diese Komponente zu löschen!"
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Show unix users"
-msgstr "Zeige UNIX-Benutzer"
+#: plugins/admin/systems/class_systemManagement.inc:569
+msgid "New Terminal template"
+msgstr "Neue Terminal-Vorlage"
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Select to see users that have mail settings"
-msgstr ""
-"Auswählen, um die Benutzer zu sehen, die eine Mail-Erweiterung besitzen"
+#: plugins/admin/systems/class_systemManagement.inc:569
+#: plugins/admin/systems/class_systemManagement.inc:710
+msgid "New Terminal"
+msgstr "Neues Terminal"
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Show mail users"
-msgstr "Zeige Mail-Benutzer"
+#: plugins/admin/systems/class_systemManagement.inc:570
+msgid "New Workstation template"
+msgstr "Neue Vorlage für Arbeitsstation"
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Select to see users that have samba settings"
-msgstr "Auswählen, um die Benutzer zu sehen, die SAMBA-Einstellungen besitzen"
+#: plugins/admin/systems/class_systemManagement.inc:570
+#: plugins/admin/systems/class_systemManagement.inc:711
+msgid "New Workstation"
+msgstr "Neue Arbeitsstation"
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Show samba users"
-msgstr "Zeige SAMBA-Benutzer"
+#: plugins/admin/systems/class_systemManagement.inc:571
+msgid "New Server"
+msgstr "Neuer Server"
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Select to see users that have proxy settings"
-msgstr "Auswählen, um die Benutzer zu sehen, die Proxy-Einstellungen besitzen"
+#: plugins/admin/systems/class_systemManagement.inc:572
+msgid "New Printer"
+msgstr "Neuer Drucker"
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Show proxy users"
-msgstr "Zeige Proxy-Benutzer"
+#: plugins/admin/systems/class_systemManagement.inc:573
+msgid "New Phone"
+msgstr "Neues Telefon"
 
 
-#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
-msgid "User administration"
-msgstr "Benutzerverwaltung"
+#: plugins/admin/systems/class_systemManagement.inc:574
+msgid "New Component"
+msgstr "Neue Netzwerk-Komponente"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:50
-msgid "Remove options"
-msgstr "Optionen entfernen"
+#: plugins/admin/systems/class_systemManagement.inc:582
+msgid "Edit system"
+msgstr "System bearbeiten"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:51
-msgid "This application has options. You can disable them by clicking below."
-msgstr ""
-"Diese Anwendung besitzt Optionen. Sie können diese durch Betätigen der "
-"Schaltfläche unten entfernen."
+#: plugins/admin/systems/class_systemManagement.inc:583
+msgid "Delete system"
+msgstr "Entferne System"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:53
-msgid "Create options"
-msgstr "Optionen aktivieren"
+#: plugins/admin/systems/class_systemManagement.inc:589
+msgid "System"
+msgstr "Systeme"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:54
-msgid ""
-"This application has options disabled. You can enable them by clicking below."
-msgstr ""
-"Diese Anwendung besitzt keine Optionen. Sie können diese durch Betätigen der "
-"Schaltfläche unten hinzufügen."
+#: plugins/admin/systems/class_systemManagement.inc:592
+#: plugins/admin/fai/class_faiManagement.inc:473
+msgid "This table displays all systems, in the selected tree."
+msgstr "Diese Tabelle enthält alle Systeme des gewählten Unterbaumes."
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "Variable"
+#: plugins/admin/systems/class_systemManagement.inc:625
+msgid "Cups Server"
+msgstr "CUPS-Server"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
-msgstr "Standardwert"
+#: plugins/admin/systems/class_systemManagement.inc:626
+msgid "Log Db"
+msgstr "Log-DB"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:102
-msgid "Add option"
-msgstr "Option hinzufügen"
+#: plugins/admin/systems/class_systemManagement.inc:627
+msgid "Syslog Server"
+msgstr "Syslog-Server"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:154
-#, php-format
-msgid "Value '%s' specified as option name is not valid."
-msgstr "Der von Ihnen angegebene Optionsname '%s' ist ungültig."
+#: plugins/admin/systems/class_systemManagement.inc:628
+msgid "Mail Server"
+msgstr "Mail-Server"
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_applicationManagement.inc:357
-msgid "Application name"
-msgstr "Name der Anwendung"
+#: plugins/admin/systems/class_systemManagement.inc:629
+msgid "Imap Server"
+msgstr "IMAP-Server"
 
 
-#: plugins/admin/applications/generic.tpl:11
-#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
-msgid "Display name"
-msgstr "Angezeigter Name"
+#: plugins/admin/systems/class_systemManagement.inc:630
+msgid "Nfs Server"
+msgstr "NFS-Server"
 
 
-#: plugins/admin/applications/generic.tpl:13
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "Angezeigter Name der Anwendung (z.B. unter Symbole)"
+#: plugins/admin/systems/class_systemManagement.inc:631
+msgid "Kerberos Server"
+msgstr "Kerberos-Server"
 
 
-#: plugins/admin/applications/generic.tpl:19
-msgid "Path and/or binary name of application"
-msgstr "Pfad und/oder Name der Anwendung"
+#: plugins/admin/systems/class_systemManagement.inc:632
+msgid "Asterisk Server"
+msgstr "Asterisk-Server"
 
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
-msgstr "Wählen Sie den Teilbaum, in den die Anwendung plaziert werden soll."
+#: plugins/admin/systems/class_systemManagement.inc:633
+msgid "Fax Server"
+msgstr "Fax-Server"
 
 
-#: plugins/admin/applications/generic.tpl:48
-msgid "Icon"
-msgstr "Symbol"
+#: plugins/admin/systems/class_systemManagement.inc:634
+msgid "Ldap Server"
+msgstr "LDAP-Server"
 
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Update"
-msgstr "Anwenden"
+#: plugins/admin/systems/class_systemManagement.inc:660
+msgid "Set root password"
+msgstr "root-Passwort setzen"
 
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Reload picture from LDAP"
-msgstr "Bild neu laden"
+#: plugins/admin/systems/class_systemManagement.inc:706
+#: plugins/admin/ogroups/class_ogroupManagement.inc:488
+msgid "Terminal"
+msgstr "Terminal"
 
 
-#: plugins/admin/applications/generic.tpl:70
-msgid "Only executable for members"
-msgstr "Nur ausführbar für Gruppen-Mitglieder"
+#: plugins/admin/systems/class_systemManagement.inc:707
+#: plugins/admin/ogroups/class_ogroupManagement.inc:487
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Arbeitsstation"
 
 
-#: plugins/admin/applications/generic.tpl:72
-msgid "Replace user configuration on startup"
-msgstr "Konfiguration bei jedem Start ersetzen"
+#: plugins/admin/systems/class_systemManagement.inc:712
+msgid "Winstation"
+msgstr "Windows-Workstation"
 
 
-#: plugins/admin/applications/generic.tpl:76
-msgid "Place icon on members desktop"
-msgstr "Platziere das Symbol auf dem Desktop der Gruppenmitglieder"
+#: plugins/admin/systems/class_systemManagement.inc:713
+msgid "Network Device"
+msgstr "Netzwerk-Gerät"
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Place entry in members startmenu"
-msgstr "Platziere einen Eintrag im Startmenü der Gruppenmitglieder"
+#: plugins/admin/systems/class_systemManagement.inc:930
+msgid "New terminal"
+msgstr "Neues Terminal"
 
 
-#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
-msgid ""
-"This may be used by several groups. Please double check if your really want "
-"to do this since there is no way for GOsa to get your data back."
-msgstr ""
-"Dieser Eintrag wird unter Umständen von verschiedenen Gruppen genutzt. Bitte "
-"überprüfen Sie genau was Sie tun, da GOsa keine Möglichkeit hat, die Daten "
-"wiederherzustellen."
+#: plugins/admin/systems/class_systemManagement.inc:933
+msgid "New workstation"
+msgstr "Neue Arbeitsstation"
 
 
-#: plugins/admin/applications/headpage.tpl:6
-msgid "List of applications"
-msgstr "Liste der Anwendungen"
+#: plugins/admin/systems/class_systemManagement.inc:950
+msgid "Terminal template for"
+msgstr "Terminal-Vorlage für"
 
 
-#: plugins/admin/applications/headpage.tpl:24
-msgid ""
-"This menu allows you to add, edit and remove selected applications. You may "
-"want to use the range selector on top of the application listbox, when "
-"working with a large number of applications."
-msgstr ""
-"Dieses Menü ermöglicht es Ihnen, Anwendungen hinzuzufügen, zu bearbeiten "
-"oder zu entfernen. Bei einer großen Anzahl von Anwendungen bietet sich die "
-"Verwendung der Bereichsauswahl an."
+#: plugins/admin/systems/class_systemManagement.inc:962
+msgid "Workstation template for"
+msgstr "Arbeitsstations-Vorlage für"
 
 
-#: plugins/admin/applications/headpage.tpl:38
-msgid "Display applications matching"
-msgstr "Zeige die Anwendungen, auf die das Folgende passt"
+#: plugins/admin/systems/class_workstationGeneric.inc:70
+msgid "Activated"
+msgstr "Aktiv"
 
 
-#: plugins/admin/applications/headpage.tpl:41
-msgid "Regular expression for matching application names"
-msgstr "Regulärer Ausdruck zum Abgleich mit Anwendungsnamen"
+#: plugins/admin/systems/class_workstationGeneric.inc:72
+msgid "Memory test"
+msgstr "Speichertest"
 
 
-#: plugins/admin/applications/main.inc:38
-#: plugins/admin/applications/main.inc:40
-msgid "Application management"
-msgstr "Anwendungsverwaltung"
+#: plugins/admin/systems/class_workstationGeneric.inc:73
+msgid "System analysis"
+msgstr "Systemanalyse"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:106
-msgid "no example"
-msgstr "kein Beispiel"
+#: plugins/admin/systems/class_workstationGeneric.inc:100
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "Es ist kein ACTIONCMD in ihrer gosa.conf definiert"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:126
-msgid "This 'dn' is no application."
-msgstr "Dieser 'DN' ist keine Anwendung."
+#: plugins/admin/systems/class_workstationGeneric.inc:114
+msgid "This 'dn' has no workstation features."
+msgstr "Dieser 'DN' hat keine Arbeitsstations-Erweiterungen."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:241
-msgid "The specified picture has not been uploaded correctly."
-msgstr "Das angegebene Bild wurde nicht korrekt übertragen."
+#: plugins/admin/systems/class_workstationGeneric.inc:132
+msgid "Instant update"
+msgstr "Sofortiges Update"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:322
-msgid "You have no permissions to create a application on this 'Base'."
-msgstr ""
-"Sie haben keine Berechtigung, eine Anwendung unterhalb dieser 'Basis' "
-"anzulegen."
+#: plugins/admin/systems/class_workstationGeneric.inc:133
+#: plugins/admin/systems/class_workstationGeneric.inc:139
+msgid "Scheduled update"
+msgstr "Geplantes Update"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:327
-msgid "Required field 'Name' is not filled."
-msgstr "Das benötigte Feld 'Name' ist nicht ausgefüllt."
+#: plugins/admin/systems/class_workstationGeneric.inc:134
+#: plugins/admin/systems/class_workstationGeneric.inc:138
+msgid "Reinstall"
+msgstr "Neu-Installation"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:331
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
-msgstr ""
-"Ungültiges Zeichen in Anwendungs-Name. Nur a-z und 0-9 sind erlaubte Zeichen."
+#: plugins/admin/systems/class_workstationGeneric.inc:135
+msgid "Rescan hardware"
+msgstr "Hardware neu erkennen"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:335
-msgid "Required field 'Execute' is not filled."
-msgstr "Das benötigte Feld 'Auführen' ist nicht ausgefüllt."
+#: plugins/admin/systems/class_workstationGeneric.inc:204
+msgid "You have no permissions to create a workstation on this 'Base'."
+msgstr ""
+"Sie haben keine Berechtigung, eine Arbeitsstation unter dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:344
-msgid "There's already an application with this 'Name'."
-msgstr "Eine Anwendung mit diesem Namen existiert bereits."
+#: plugins/admin/systems/class_workstationGeneric.inc:208
+msgid "The required field 'Workstation name' is not set."
+msgstr "Das benötigte Feld 'Arbeiststationsname' ist nicht gesetzt."
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:250
-#, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "Sind sind dabei, den Anwendungseintrag '%s' zu löschen."
+#: plugins/admin/systems/class_printGeneric.inc:194
+#: plugins/admin/systems/class_printGeneric.inc:215
+#: plugins/admin/systems/class_printGeneric.inc:218
+msgid "Add printer extension"
+msgstr "Drucker-Erweiterung hinzufügen"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:256
-#: plugins/admin/applications/class_applicationManagement.inc:282
-msgid "You are not allowed to delete this application!"
-msgstr "Sie haben keine Berechtigung, diese Anwendung zu löschen!"
+#: plugins/admin/systems/class_printGeneric.inc:195
+msgid ""
+"This workstation has printer extension disabled. You can't enable it while "
+"'cn' is not present in entry. Possibly you are currently creating a new "
+"terminal template"
+msgstr ""
+"Aktuell besitzt diese Workstation keine aktivierten Drucker-Erweiterung. Sie "
+"können diese nicht aktivieren, solange das 'cn'-Attribute nicht im Eintrag "
+"enthalten ist. Wahrscheinlich erstellen Sie gerade eine neue Terminal-"
+"Vorlage."
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-msgid "new"
-msgstr "Neu"
+#: plugins/admin/systems/class_printGeneric.inc:207
+#: plugins/admin/systems/class_printGeneric.inc:210
+msgid "Remove printer extension"
+msgstr "Drucker-Erweiterung entfernen"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-msgid "Create new application"
-msgstr "Neu Anwendung erstellen"
+#: plugins/admin/systems/class_printGeneric.inc:208
+msgid ""
+"This workstation has printer extension enabled.You can disable it by "
+"clicking below."
+msgstr ""
+"Diese Workstation besitzt aktivierte Drucker-Erweiterungen. Sie können diese "
+"durch einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Name der Abteilung"
+#: plugins/admin/systems/class_printGeneric.inc:211
+msgid ""
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
+msgstr ""
+"Dieses Terminal besitzt aktivierte Drucker-Erweiterungen. Sie können diese "
+"durch einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Name des zu erzeugenden Unterbaums"
+#: plugins/admin/systems/class_printGeneric.inc:216
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
+msgstr ""
+"Aktuell besitzt diese Workstation keine aktivierten Drucker-Erweiterung. Sie "
+"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:56
-msgid "Descriptive text for department"
-msgstr "Beschreibender Text zu dieser Abteilung"
+#: plugins/admin/systems/class_printGeneric.inc:219
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
+msgstr ""
+"Aktuell besitzt dieses Terminal keine aktivierten Drucker-Erweiterung. Sie "
+"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Kategorie"
+#: plugins/admin/systems/class_printGeneric.inc:230
+msgid "This 'dn' has no printer features."
+msgstr "Dieser 'DN' hat keine Drucker-Erweiterungen."
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Kategorie dieses Unterbaums"
+#: plugins/admin/systems/class_printGeneric.inc:364
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "Die momentan gewählte PPD-Datei '%s' wurde nicht gefunden."
 
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:122
-msgid "Choose subtree to place department in"
-msgstr "Wählen Sie den Unterbaum, in den die Abteilung eingepflegt werden soll"
+#: plugins/admin/systems/class_printGeneric.inc:372
+msgid "can't get ppd informations."
+msgstr "keine PPD-Informationen verfügbar"
 
 
-#: plugins/admin/departments/generic.tpl:47
-msgid "State where this subtree is located"
-msgstr "Land, in dem dieser Unterbaum anzusiedeln ist"
+#: plugins/admin/systems/class_printGeneric.inc:384
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
+msgstr "Dieser Drucker gehört zu Terminal %s. Sie können ihn nicht umbenennen."
 
 
-#: plugins/admin/departments/generic.tpl:51
-msgid "Location of this subtree"
-msgstr "Ort dieses Unterbaums"
+#: plugins/admin/systems/class_printGeneric.inc:386
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
+msgstr ""
+"Dieser Drucker gehört zur Arbeitsstation %s. Ein Umbenennen ist daher nicht "
+"möglich."
 
 
-#: plugins/admin/departments/generic.tpl:55
-msgid "Postal address of this subtree"
-msgstr "Postalische Anschrift dieses Unterbaums"
+#: plugins/admin/systems/class_printGeneric.inc:448
+msgid "You have no permissions to create a printer on this 'Base'."
+msgstr ""
+"Sie haben keine Berechtigung, einen Drucker unterhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/admin/departments/generic.tpl:59
-msgid "Base telephone number of this subtree"
-msgstr "Einleitende Telefonnummer dieses Unterbaums"
+#: plugins/admin/systems/class_printGeneric.inc:584
+#: plugins/admin/systems/class_printGeneric.inc:586
+#: plugins/admin/ogroups/class_ogroupManagement.inc:482
+#: plugins/admin/fai/faiTemplateEntry.tpl:71
+#: plugins/admin/fai/faiTemplateEntry.tpl:103
+#: plugins/generic/references/class_reference.inc:36
+msgid "Group"
+msgstr "Gruppe"
 
 
-#: plugins/admin/departments/generic.tpl:63
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Einleitende Fax-Nummer dieses Unterbaums"
+#: plugins/admin/systems/class_servDNS.inc:36
+msgid "Remove DNS service"
+msgstr "DNS-Dienst entfernen"
 
 
-#: plugins/admin/departments/remove.tpl:6
-#: plugins/gofon/conference/remove.tpl:6
-msgid ""
-"This includes 'all' accounts, systems, etc. in this subtree. Please double "
-"check if your really want to do this since there is no way for GOsa to get "
-"your data back."
+#: plugins/admin/systems/class_servDNS.inc:37
+msgid "This server has DNS features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
-"Dies umfasst <b>alle</b> Konten, System- und Setup-Informationen. Bitte "
-"prüfen Sie genau, da es keine Möglichkeit für GOsa gibt, die Daten "
-"wiederherzustellen. "
+"Dieser Server besitzt aktivierte die DNS-Funktionen. Sie können diese durch "
+"einen Klick auf die untere Schaltfläche deaktivieren."
 
 
-#: plugins/admin/departments/headpage.tpl:6
-msgid "List of departments"
-msgstr "Liste der Abteilungen"
+#: plugins/admin/systems/class_servDNS.inc:39
+msgid "Add DNS service"
+msgstr "DNS-Dienst hinzufügen"
 
 
-#: plugins/admin/departments/headpage.tpl:24
-msgid ""
-"This menu allows you to create, delete and edit selected departments. Having "
-"a large size of departments, you might prefer the range selectors on top of "
-"the department list."
+#: plugins/admin/systems/class_servDNS.inc:40
+msgid "This server has DNS features disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"Dieses Menü erlaubt es Ihnen, Abteilungen hinzuzufügen, zu bearbeiten oder "
-"zu entfernen. Bei einer Vielzahl von Abteilungen bietet sich die Verwendung "
-"der Bereichswahl an."
+"Aktuell besitzt dieser Server keine aktivierten DNS-Funktionen. Sie können "
+"diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/departments/headpage.tpl:38
-msgid "Display departments matching"
-msgstr "Zeige Abteilungen, auf die zutrifft"
+#: plugins/admin/systems/workstation.tpl:9
+msgid "Workstation template"
+msgstr "Vorlage für Arbeitsstation"
 
 
-#: plugins/admin/departments/headpage.tpl:42
-msgid "Regular expression for matching department names"
-msgstr "Regulärer Ausdruck zur Suche nach Abteilungs-Namen"
+#: plugins/admin/systems/workstation.tpl:11
+msgid "Workstation name"
+msgstr "Name der Arbeitsstation"
 
 
-#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
-msgid "Department management"
-msgstr "Abteilungsverwaltung"
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
+msgstr "Kerberos-Zugang via kadmin"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:150
-msgid "You have no permissions to create a department on this 'Base'."
-msgstr ""
-"Sie haben keine Berechtigung eine Abteilung unterhalb dieser 'Basis' "
-"anzulegen."
+#: plugins/admin/systems/servdb.tpl:10
+msgid "Kerberos Realm"
+msgstr "Kerberos Realm"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:157
-#: plugins/admin/departments/class_departmentGeneric.inc:159
-msgid "Department with that 'Name' already exists."
-msgstr "Eine Abteilung mit diesem Namen existiert bereits."
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
+msgid "Admin user"
+msgstr "Administrator"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:167
-msgid "Required field 'Description' is not set."
-msgstr "Das benötigte Feld 'Beschreibung' ist nicht gesetzt."
+#: plugins/admin/systems/servdb.tpl:26
+msgid "FAX database"
+msgstr "Fax-Datenbank"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:172
-msgid "The field 'Name' contains the reserved word 'incoming'."
-msgstr "Das Feld 'Name' enthält das reservierte Wort 'incoming'."
+#: plugins/admin/systems/servdb.tpl:30
+msgid "FAX DB user"
+msgstr "Fax-DB Benutzer"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:173
-msgid " Please choose another name."
-msgstr "Bitte wählen Sie einen anderen Namen."
+#: plugins/admin/systems/servdb.tpl:42
+msgid "Asterisk management"
+msgstr "Asterisk Verwaltung"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:43
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
-msgid "Departments"
-msgstr "Abteilungen"
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
+msgstr "Asterisk-DB Benutzer"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:185
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
-#, php-format
-msgid "You're about to delete the whole LDAP subtree placed under '%s'."
-msgstr ""
-"Sie sind dabei, einen gesamten LDAP-Baum unterhalb von '%s' zu löschen."
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
+msgstr "Landesvorwahl"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:202
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
-msgid "You have no permission to remove this department."
-msgstr "Sie haben keine Berechtigung, diese Abteilung zu entfernen."
+#: plugins/admin/systems/servdb.tpl:58
+msgid "Local dial prefix"
+msgstr "Ortsvorwahl"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:281
-msgid "Create new department"
-msgstr "Neue Abteilung erstellen"
+#: plugins/admin/systems/servdb.tpl:70
+msgid "IMAP admin access"
+msgstr "IMAP-Administrationszugang"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:289
-msgid "This table displays all departments, in the selected tree."
-msgstr "Diese Tabelle enthält alle Abteilungen des gewählten Unterbaums"
+#: plugins/admin/systems/servdb.tpl:74
+msgid "Server identifier"
+msgstr "Serverbezeichnung"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:298
-msgid "Department name"
-msgstr "Name der Abteilung"
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
+msgstr "Verbindungs-URL"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:392
-msgid ".."
-msgstr ".."
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
+msgstr "Sieve-Port"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:53
-#: plugins/admin/systems/class_terminalInfo.inc:181
-msgid "present"
-msgstr "vorhanden"
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
+msgstr "Protokoll-Datenbank"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:65
-#: plugins/admin/systems/class_terminalService.inc:139
-#: plugins/admin/systems/class_terminalStartup.inc:99
-#: plugins/admin/systems/class_workstationService.inc:124
-#: plugins/admin/systems/class_workstationStartup.inc:215
-#: plugins/admin/systems/class_terminalGeneric.inc:130
-msgid "This 'dn' has no terminal features."
-msgstr "Dieser 'DN' hat keine Terminal-Erweiterungen."
+#: plugins/admin/systems/servdb.tpl:104
+msgid "Logging DB user"
+msgstr "Protokoll-DB Benutzer"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:72
-msgid "This is a virtual terminal which has no properties to show here."
+#: plugins/admin/systems/class_servKolab.inc:115
+msgid "Remove Kolab extension"
+msgstr "Kolab-Erweiterung entfernen"
+
+#: plugins/admin/systems/class_servKolab.inc:115
+msgid ""
+"This server has kolab features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Dieser Server besitzt aktivierte die Kolab-Funtionen. Sie können diese durch "
+"einen Klick auf die Schaltfläche unten deaktivieren."
+
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid "Add Kolab service"
+msgstr "Kolab-Dienst hinzufügen"
+
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid ""
+"This server has kolab features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Dies ist ein virtuelles Terminal, deshalb können an dieser Stelle keine "
-"Informationen angezeigt werden."
+"Aktuell besitzt dieser Server keine aktivierten Kolab-Funktionen. Sie können "
+"diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:92
-msgid "online"
-msgstr "aktiv"
+#: plugins/admin/systems/class_servKolab.inc:146
+#, php-format
+msgid "Include data from %s days in the past when creating free/busy lists"
+msgstr ""
+"Berücksichtige %s Tage in der Vergangenheit beim Erstellen von Frei/Belegt-"
+"Listen"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:144
-msgid "running"
-msgstr "läuft"
+#: plugins/admin/systems/class_servKolab.inc:152
+#, php-format
+msgid "Warn users when using more than %s%% of their mail quota"
+msgstr "Warne Benutzer, wenn sie mehr als %s%% ihres Mail-Kontigentes benutzen"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:147
-msgid "not running"
-msgstr "läuft nicht"
+#: plugins/admin/systems/class_servKolab.inc:224
+msgid "Future days in Free/Busy settings must be set."
+msgstr "Intervall für Frei/Belegt-Informationen muß gesetzt sein."
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:155
-msgid "unknown status"
-msgstr "unbekannter Status"
+#: plugins/admin/systems/class_servKolab.inc:226
+msgid "Future days in Free/Busy settings must be a positive value."
+msgstr "Intervall für Frei/Belegt-Informationen muß ein positiver Wert sein."
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:173
-msgid "offline"
-msgstr "inaktiv"
+#: plugins/admin/systems/class_servKolab.inc:230
+msgid "The given Quota settings value must be a number."
+msgstr "Der angegebene Kontingent-Wert muß numerisch sein."
 
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network settings"
-msgstr "Netzwerk-Einstellungen"
+#: plugins/admin/systems/class_servKolab.inc:232
+msgid "Please choose a value between 1 and 100 for Quota settings."
+msgstr "Bitte wählen Sie einen Kontingent-Wert zwischen 1 und 100."
 
 
-#: plugins/admin/systems/network.tpl:8
-msgid "IP-address"
-msgstr "IP-Adresse"
+#: plugins/admin/systems/class_servKolab.inc:234
+msgid "Future days must be a value."
+msgstr "Frei/Belegt-Intervall muß einen Wert besitzen."
 
 
-#: plugins/admin/systems/network.tpl:16
-msgid "MAC-address"
-msgstr "MAC-Adresse"
+#: plugins/admin/systems/class_servKolab.inc:238
+msgid "No SMTP privileged networks set."
+msgstr "Es sind keine SMTP-privilegierten Netzwerke vorhanden."
 
 
-#: plugins/admin/systems/class_winGeneric.inc:73
-#: plugins/admin/systems/class_componentGeneric.inc:51
-msgid "This 'dn' has no network features."
-msgstr "Diese 'dn' hat keine Netzwerk-Erweiterungen."
+#: plugins/admin/systems/class_servKolab.inc:242
+msgid "No SMTP smarthost/relayhost set."
+msgstr "Es ist kein SMTP smarthost/relayhost gesetzt."
 
 
-#: plugins/admin/systems/class_winGeneric.inc:142
-#: plugins/admin/systems/class_componentGeneric.inc:113
-msgid "The required field 'Component name' is not set."
-msgstr "Das benötigte Feld 'Gerätename' ist nicht gesetzt."
+#: plugins/admin/systems/servkolab.tpl:14
+msgid "POP3 service"
+msgstr "POP3-Dienst"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:156
-#: plugins/admin/systems/class_componentGeneric.inc:126
-msgid "You have no permissions to create a component on this 'Base'."
-msgstr ""
-"Sie haben keine Berechtigung, eine Komponente unterhalb dieser 'Basis' "
-"anzulegen."
+#: plugins/admin/systems/servkolab.tpl:22
+msgid "POP3/SSL service"
+msgstr "POP3/SSL-Dienst"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:166
-#: plugins/admin/systems/class_phoneGeneric.inc:302
-#: plugins/admin/systems/class_terminalGeneric.inc:260
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/systems/class_workstationGeneric.inc:221
-#: plugins/admin/systems/class_printGeneric.inc:458
-#: plugins/admin/systems/class_componentGeneric.inc:136
-#, php-format
-msgid "There is already an entry '%s' in the base choosen by you"
-msgstr ""
-"Der Eintrag '%s' ist in der von Ihnen ausgewählten Basis bereits vorhanden"
+#: plugins/admin/systems/servkolab.tpl:30
+msgid "IMAP service"
+msgstr "IMAP-Dienst"
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "System-Information"
+#: plugins/admin/systems/servkolab.tpl:38
+msgid "IMAP/SSL service"
+msgstr "IMAP/SSL-Dienst"
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "Prozessor"
+#: plugins/admin/systems/servkolab.tpl:46
+msgid "Sieve service"
+msgstr "Sieve-Dienst"
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "Speicher"
+#: plugins/admin/systems/servkolab.tpl:54
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+msgstr "FTP Frei/Belegt-Dienst (alt, inkompatibel mit Kolab 2)"
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "MAC-Adresse"
+#: plugins/admin/systems/servkolab.tpl:62
+msgid "HTTP FreeBusy service (legacy)"
+msgstr "HTTP Frei/Belegt-Dienst (alt)"
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "USB-Unterstützung"
+#: plugins/admin/systems/servkolab.tpl:70
+msgid "Amavis email scanning (virus/spam)"
+msgstr "Email scannen (Virus/Spam)"
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "System-Status"
+#: plugins/admin/systems/servkolab.tpl:81
+msgid "Quota settings"
+msgstr "Kontingent-Einstellungen"
 
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
-msgstr "Inventarnummer"
+#: plugins/admin/systems/servkolab.tpl:97
+msgid "Free/Busy settings"
+msgstr "Frei/Belegt-Einstellungen"
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Letzte Anmeldung"
+#: plugins/admin/systems/servkolab.tpl:102
+msgid "Allow unauthenticated downloading of Free/Busy information"
+msgstr "Erlaube nicht-authentifiziertes Herunterladen von Frei/Belegt-Informationen"
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Netzwerk-Geräte"
+#: plugins/admin/systems/servkolab.tpl:117
+msgid "SMTP privileged networks"
+msgstr "SMTP privilegierte Netzwerke"
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "IDE-Geräte"
+#: plugins/admin/systems/servkolab.tpl:122
+msgid "Hosts/networks allowed to relay"
+msgstr "Rechner/Netzwerke, denen Weiterleitung erlaubt ist"
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "SCSI-Geräte"
+#: plugins/admin/systems/servkolab.tpl:125
+msgid "Enter multiple values, seperated with"
+msgstr "Eingabe mehrerer Werte, getrennt durch"
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Disketten-Laufwerk"
+#: plugins/admin/systems/servkolab.tpl:138
+msgid "SMTP smarthost/relayhost"
+msgstr "SMTP smarthost/relayhost"
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "CDROM-Laufwerk"
+#: plugins/admin/systems/servkolab.tpl:144
+msgid "Enable MX lookup for relayhost"
+msgstr "Aktiviere MX lookup für relayhost"
 
 
-#: plugins/admin/systems/info.tpl:73
-#: plugins/admin/systems/workstationService.tpl:83
-#: plugins/admin/systems/terminalService.tpl:83
-msgid "Graphic device"
-msgstr "Grafikkarte"
+#: plugins/admin/systems/servkolab.tpl:149
+msgid "Host used to relay mails"
+msgstr "Host für Mail Relay"
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Soundkarte"
+#: plugins/admin/systems/servkolab.tpl:163
+msgid "Accept Internet Mail"
+msgstr "Akzeptiere Internet-Mail"
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "Eingeschaltet seit"
+#: plugins/admin/systems/servkolab.tpl:169
+msgid "Accept mail from other domains over non-authenticated SMTP"
+msgstr "Akzeptiere Mails von anderen Domänen über nicht-authentifiziertes SMTP"
 
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
-msgstr "Prozessor-Last"
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
+msgstr "Name des Systems"
 
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
-msgstr "Speicher-Nutzung"
+#: plugins/admin/systems/remove.tpl:6
+msgid ""
+"This includes <b>all</b> system and setup informations. Please double check "
+"if your really want to do this since there is no way for GOsa to get your "
+"data back."
+msgstr ""
+"Dies umfasst <b>alle</b> System- und Setup-Informationen Bitte prüfen Sie "
+"genau, da es keine Möglichkeit für GOsa gibt, die Daten zu restaurieren. "
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Nutzung des virtuellen Speichers"
+#: plugins/admin/systems/headpage.tpl:6
+msgid "List of systems"
+msgstr "Liste der Systeme"
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "SSH-Dienst"
+#: plugins/admin/systems/headpage.tpl:24
+msgid ""
+"This menu allows you to add, remove and change the properties of specific "
+"systems. You can only add systems which have already been started once."
+msgstr ""
+"Mit diesem Menü können Sie Systeme hinzufügen, diese löschen oder die "
+"Eigenschaften bestimmter Systeme verändern. Sie können nur Systeme "
+"hinzufügen, die bereits einmal im Netz gestartet wurden."
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "Druck-Dienst"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Select to see servers"
+msgstr "Wählen um Server anzuzeigen"
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Scan-Dienst"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Show servers"
+msgstr "Zeige Server"
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Audio-Dienst"
+#: plugins/admin/systems/headpage.tpl:39
+msgid "Select to see Linux terminals"
+msgstr "Wählen, um Linux-Terminals zu sehen"
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: plugins/admin/systems/headpage.tpl:39
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Show terminals"
+msgstr "Zeige Terminals"
 
 
-#: plugins/admin/systems/class_terminalService.inc:83
-#: plugins/admin/systems/class_workstationService.inc:68
-msgid "default"
-msgstr "Standard"
+#: plugins/admin/systems/headpage.tpl:40
+msgid "Select to see Linux workstations"
+msgstr "Wählen, um Linux-Arbeitsstationen zu sehen"
 
 
-#: plugins/admin/systems/class_terminalService.inc:84
-#: plugins/admin/systems/class_workstationService.inc:69
-msgid "show chooser"
-msgstr "zeige Auswahl"
+#: plugins/admin/systems/headpage.tpl:40
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Show workstations"
+msgstr "Zeige Arbeitsstationen"
 
 
-#: plugins/admin/systems/class_terminalService.inc:85
-#: plugins/admin/systems/class_workstationService.inc:70
-msgid "direct"
-msgstr "direkt"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Auswählen, um Microsoft Windows Arbeitsstationen zu sehen"
 
 
-#: plugins/admin/systems/class_terminalService.inc:88
-#: plugins/admin/systems/class_workstationService.inc:73
-msgid "load balanced"
-msgstr "lastverteilt"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Show windows based workstations"
+msgstr "Zeige Windows basierte Arbeitsstationen"
 
 
-#: plugins/admin/systems/class_terminalService.inc:91
-#: plugins/admin/systems/class_workstationService.inc:76
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Select to see network printers"
+msgstr "Wählen, um die 'Netzwerk-Drucker' zu sehen"
 
 
-#: plugins/admin/systems/class_terminalService.inc:92
-#: plugins/admin/systems/class_workstationService.inc:77
-msgid "ICA client"
-msgstr "Citrix Metaframe"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Show network printers"
+msgstr "Zeige Netzwerk-Drucker"
 
 
-#: plugins/admin/systems/class_terminalService.inc:187
-#: plugins/admin/systems/class_workstationService.inc:171
-msgid "Choose the phone located at the current terminal"
-msgstr "Wählen Sie das sich am momentanen Arbeitsplatz befindende Telefon."
+#: plugins/admin/systems/headpage.tpl:43
+msgid "Select to see VOIP phones"
+msgstr "Wählen, um 'VoIP-Telefone' zu sehen"
 
 
-#: plugins/admin/systems/class_terminalService.inc:251
-#: plugins/admin/systems/class_terminalService.inc:256
-#: plugins/admin/systems/class_workstationService.inc:236
-#: plugins/admin/systems/class_workstationService.inc:241
-msgid "Please specify a valid VSync range."
-msgstr "Bitte geben Sie einen gültigen VSync-Bereich an."
+#: plugins/admin/systems/headpage.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Show phones"
+msgstr "Zeige Telefone"
 
 
-#: plugins/admin/systems/class_terminalService.inc:266
-#: plugins/admin/systems/class_terminalService.inc:271
-#: plugins/admin/systems/class_workstationService.inc:251
-#: plugins/admin/systems/class_workstationService.inc:256
-msgid "Please specify a valid HSync range."
-msgstr "Bitte geben Sie einen gültigen HSync-Bereich an."
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Select to see network devices"
+msgstr "Wählen, um Netzwerk-Geräte zu sehen"
 
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Systemverwaltung"
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Show network devices"
+msgstr "Zeige Netzwerk-Geräte"
 
 
-#: plugins/admin/systems/class_servService.inc:264
-msgid "Terminal server, must have fontpath specified."
-msgstr "Terminal-Server benötigt einen Schrift-Suchpfad"
+#: plugins/admin/systems/headpage.tpl:52
+msgid "Regular expression for matching system names"
+msgstr "Regulärer Ausdruck für System-Namen"
 
 
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Nfs Export"
-msgstr "NFS-Freigabe"
+#: plugins/admin/systems/headpage.tpl:59
+msgid "Display systems of user"
+msgstr "Zeige Systeme des Benutzers"
 
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
-msgstr "Zeit-Dienst"
+#: plugins/admin/systems/headpage.tpl:62
+msgid "User name of which terminal(s) are shown"
+msgstr "Benutzername, dessen Terminal(s) gezeigt werden"
 
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
-msgstr "LDAP-Dienst"
+#: plugins/admin/systems/password.tpl:2
+msgid ""
+"To change the terminal root password use the fields below. The changes take "
+"effect during the next reboot. Please memorize the new password, because you "
+"wouldn't be able to log in."
+msgstr ""
+"Um das root-Passwort des Terminals zu ändern, nutzen Sie die Felder unten. "
+"Die Änderungen werden beim nächsten Neustart wirksam. Merken Sie sich das "
+"Passwort, da eine Anmeldung ohne dieses Passwort nicht möglich ist."
 
 
-#: plugins/admin/systems/servservice.tpl:72
-msgid "Terminal Service"
-msgstr "Terminal-Dienst"
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
+msgstr ""
+"Lassen Sie die Felder leer, um das Passwort aus den Standard-Einträgen zu "
+"übernehmen."
 
 
-#: plugins/admin/systems/servservice.tpl:77
-msgid "Temporary disable login"
-msgstr "Anmeldung sperren (temporär)"
+#: plugins/admin/systems/password.tpl:9
+msgid "Changing the password impinges on authentification only."
+msgstr "Das Ändern des Passwortes wirkt sich nur auf die Authentifizierung aus."
 
 
-#: plugins/admin/systems/servservice.tpl:80
-msgid "Font path"
-msgstr "Schrift-Suchpfad"
+#: plugins/admin/systems/class_servRepositorySetup.inc:115
+msgid "Please enter a value for 'release'."
+msgstr "Bitte geben Sie einen Wert für 'Release' ein."
 
 
-#: plugins/admin/systems/servservice.tpl:93
-msgid "Syslog Service"
-msgstr "Protokoll-Dienst"
+#: plugins/admin/systems/class_servRepositorySetup.inc:146
+msgid "Master"
+msgstr "Master"
 
 
-#: plugins/admin/systems/servservice.tpl:101
-msgid "Print Service"
-msgstr "Druck-Dienst"
+#: plugins/admin/systems/class_componentGeneric.inc:116
+#: plugins/admin/systems/class_phoneGeneric.inc:279
+msgid "The required field 'MAC-address' is not set."
+msgstr "Das benötigte Feld 'MAC-Adresse' ist nicht gesetzt."
 
 
-#: plugins/admin/systems/servservice.tpl:109
-msgid "Mail server"
-msgstr "Mail-Server"
+#: plugins/admin/systems/class_componentGeneric.inc:119
+#: plugins/admin/systems/class_phoneGeneric.inc:282
+msgid "The required field 'IP-address' is not set."
+msgstr "Das benötigte Feld 'IP-Adresse' ist nicht gesetzt."
 
 #: plugins/admin/systems/chooser.tpl:1
 msgid "Choose the kind of system component you want to create"
 
 #: plugins/admin/systems/chooser.tpl:1
 msgid "Choose the kind of system component you want to create"
@@ -6558,13 +6702,134 @@ msgstr "Andere Netzwerk-Komponente"
 msgid "Create"
 msgstr "Anlegen"
 
 msgid "Create"
 msgstr "Anlegen"
 
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/server.tpl:15
-#: plugins/admin/systems/phone.tpl:15 plugins/admin/systems/terminal.tpl:20
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
-msgstr "Wählen Sie die Abteilung, in die das Terminal eingepflegt werden soll"
+#: plugins/admin/systems/class_phoneGeneric.inc:105
+msgid "This 'dn' has no phone features."
+msgstr "Diese 'dn' besitzt keine Telefon-Erweiterungen."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+msgid "yes"
+msgstr "ja"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+msgid "no"
+msgstr "nein"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:198
+msgid "dynamic"
+msgstr "dynamisch"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:198
+msgid "Networksettings"
+msgstr "Netzwerk-Einstellungen"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:216
+#, php-format
+msgid ""
+"Can't delete because there are user which are depending on this phone. One "
+"of them is user '%s'."
+msgstr ""
+"Das Telefon kann nicht entfernt werden, da es abhängige Benutzer gibt. Der "
+"erste Benutzer in der Liste ist '%s'."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:273
+msgid "The required field 'Phone name' is not set."
+msgstr "Das benötigte Feld 'Telefon-Name' ist nicht gesetzt."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:276
+msgid "The 'Phone name' '0' is reserved and cannot be used."
+msgstr "Der Telefon-Name '0' ist reserviert und kann nicht verwendet werden."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:285
+msgid "Wrong IP format in field IP-address."
+msgstr "Ungültige IP-Adresse in Feld IP-Adresse"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:290
+msgid ""
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
+msgstr ""
+
+#: plugins/admin/systems/class_phoneGeneric.inc:297
+msgid "You have no permissions to create a phone on this 'Base'."
+msgstr "Sie haben keine Berechtigung, ein Telefon unterhalb dieser 'Basis' anzulegen."
+
+#: plugins/admin/systems/phonesettings.tpl:1
+msgid "Advanced phone settings"
+msgstr "Erweiterte Telefon-Einstellungen"
+
+#: plugins/admin/systems/phonesettings.tpl:6
+msgid "Phone type"
+msgstr "Telefon-Modell"
+
+#: plugins/admin/systems/phonesettings.tpl:7
+#: plugins/admin/systems/phonesettings.tpl:25
+#: plugins/admin/systems/phonesettings.tpl:35
+#: plugins/admin/systems/phonesettings.tpl:49
+#: plugins/admin/systems/phonesettings.tpl:78
+#: plugins/admin/systems/phonesettings.tpl:109
+#: plugins/admin/systems/phonesettings.tpl:156
+msgid "Choose a phone type"
+msgstr "Wählen Sie das Telefon-Modell"
+
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
+msgstr "Aktualisieren"
+
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
+msgstr "DTMF-Modus"
+
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+msgid "Default IP"
+msgstr "Standard IP-Adresse"
+
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
+msgstr "Wartezeit bis Antwort"
+
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
+msgstr "Modus"
+
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr "Authentifizierung"
+
+#: plugins/admin/systems/phonesettings.tpl:116
+msgid "Secret"
+msgstr "Passwort"
+
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr "GOFon-Schlüssel (eingehend)"
+
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
+msgstr "GOFon-Schlüssel (ausgehend)"
+
+#: plugins/admin/systems/phonesettings.tpl:145
+msgid "Account code"
+msgstr "Konto-Identifikation"
+
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
+msgstr "Leitungen zusammenfassen"
+
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
+msgstr "Erlaube diesen Rechnern die Verbindung"
+
+#: plugins/admin/systems/phonesettings.tpl:183
+msgid "Hosts that are not allowed to connect"
+msgstr "Verbiete diesen Rechnern die Verbindung"
+
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
+msgstr "MSN"
 
 #: plugins/admin/systems/workstationService.tpl:4
 #: plugins/admin/systems/terminalService.tpl:4
 
 #: plugins/admin/systems/workstationService.tpl:4
 #: plugins/admin/systems/terminalService.tpl:4
@@ -6636,17 +6901,10 @@ msgstr "Telefon-Hardware"
 msgid "Telephone"
 msgstr "Telefon"
 
 msgid "Telephone"
 msgstr "Telefon"
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/printer.tpl:45
-#: plugins/admin/systems/terminalService.tpl:86
-msgid "Driver"
-msgstr "Treiber"
-
 #: plugins/admin/systems/workstationService.tpl:88
 #: plugins/admin/systems/terminalService.tpl:88
 msgid "Choose graphic driver that is needed by the installed graphic board"
 #: plugins/admin/systems/workstationService.tpl:88
 #: plugins/admin/systems/terminalService.tpl:88
 msgid "Choose graphic driver that is needed by the installed graphic board"
-msgstr ""
-"Wählen Sie den Treiber, der von der installierten Grafikkarte benötigt wird."
+msgstr "Wählen Sie den Treiber, der von der installierten Grafikkarte benötigt wird."
 
 #: plugins/admin/systems/workstationService.tpl:96
 #: plugins/admin/systems/terminalService.tpl:96
 
 #: plugins/admin/systems/workstationService.tpl:96
 #: plugins/admin/systems/terminalService.tpl:96
@@ -6703,92 +6961,62 @@ msgstr "W
 msgid "Provide scan services"
 msgstr "Bilderfassungsdienste bereitstellen"
 
 msgid "Provide scan services"
 msgstr "Bilderfassungsdienste bereitstellen"
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Wählen Sie die hinzuzufügenden Einträge"
-
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-msgid "Display members of department"
-msgstr "Zeige die Mitglieder der Abteilung"
-
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-msgid "Display members matching"
-msgstr "Zeige die Mitglieder, auf die Folgendes passt"
-
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-msgid "Regular expression for matching member names"
-msgstr "Regulärer Ausdruck zum Erkennen von Mitgliedsnamen"
-
-#: plugins/admin/systems/class_workstationStartup.inc:197
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr ""
-"Bitte wählen Sie einen 'FAI-Server' oder entfernen Sie die FAI-Klassen."
+#: plugins/admin/systems/class_servNfs.inc:104
+msgid "Please specify a valid path for your setup."
+msgstr "Bitte geben Sie einen gültigen Pfad an."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:251
-msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
-msgstr ""
-"In Ihrer Auswahl befindet sich bereits ein Profil, das eine Konfiguration "
-"für Partitionstabellen enthält."
+#: plugins/admin/systems/class_servNfs.inc:110
+msgid "Please specify a valid name for your setup."
+msgstr "Bitte geben Sie einen gültigen Namen an."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:105
-msgid "This 'dn' has no phone features."
-msgstr "Diese 'dn' besitzt keine Telefon-Erweiterungen."
+#: plugins/admin/systems/class_servNfs.inc:113
+msgid "Please specify a name for your setup."
+msgstr "Bitte geben Sie einen Namen an."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
-msgid "yes"
-msgstr "ja"
+#: plugins/admin/systems/class_servNfs.inc:118
+msgid "Description contains invalid characters."
+msgstr "Das Feld 'Beschreibung' enthält ungültige Zeichen!"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
-msgid "no"
-msgstr "nein"
+#: plugins/admin/systems/class_servNfs.inc:122
+msgid "Path contains invalid characters."
+msgstr "Das Feld 'Pfad' enthält ungültige Zeichen."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:198
-msgid "dynamic"
-msgstr "dynamisch"
+#: plugins/admin/systems/class_servNfs.inc:126
+msgid "Option contains invalid characters."
+msgstr "Das Feld 'Option' enthält ungültige Zeichen!"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:198
-msgid "Networksettings"
-msgstr "Netzwerk-Einstellungen"
+#: plugins/admin/systems/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Freigabe bearbeiten"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:216
-#, php-format
-msgid ""
-"Can't delete because there are user which are depending on this phone. One "
-"of them is user '%s'."
-msgstr ""
-"Das Telefon kann nicht entfernt werden, da es abhängige Benutzer gibt. Der "
-"erste Benutzer in der Liste ist '%s'."
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "NFS-Einrichtung"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:273
-msgid "The required field 'Phone name' is not set."
-msgstr "Das benötigte Feld 'Telefon-Name' ist nicht gesetzt."
+#: plugins/admin/systems/servnfs.tpl:25
+msgid "Path"
+msgstr "Pfad"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:276
-msgid "The 'Phone name' '0' is reserved and cannot be used."
-msgstr "Der Telefon-Name '0' ist reserviert und kann nicht verwendet werden."
+#: plugins/admin/systems/servnfs.tpl:49
+msgid "Charset"
+msgstr "Zeichensatz"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:279
-#: plugins/admin/systems/class_componentGeneric.inc:116
-msgid "The required field 'MAC-address' is not set."
-msgstr "Das benötigte Feld 'MAC-Adresse' ist nicht gesetzt."
+#: plugins/admin/systems/servnfs.tpl:59
+msgid "Option"
+msgstr "Option"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:282
-#: plugins/admin/systems/class_componentGeneric.inc:119
-msgid "The required field 'IP-address' is not set."
-msgstr "Das benötigte Feld 'IP-Adresse' ist nicht gesetzt."
+#: plugins/admin/systems/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "Drucker-Treiber"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:285
-msgid "Wrong IP format in field IP-address."
-msgstr "Ungültige IP-Adresse in Feld IP-Adresse"
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:46
+msgid "Select"
+msgstr "Auswahl"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "You have no permissions to create a phone on this 'Base'."
-msgstr ""
-"Sie haben keine Berechtigung, ein Telefon unterhalb dieser 'Basis' anzulegen."
+#: plugins/admin/systems/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "Neuer Treiber"
 
 #: plugins/admin/systems/class_printerPPDDialog.inc:64
 #, php-format
 
 #: plugins/admin/systems/class_printerPPDDialog.inc:64
 #, php-format
@@ -6816,8 +7044,7 @@ msgstr "Kann Verzeichnis '%s' f
 #: plugins/admin/systems/class_printerPPDDialog.inc:135
 #, php-format
 msgid "There is already a ppd file for this kind of printer."
 #: plugins/admin/systems/class_printerPPDDialog.inc:135
 #, php-format
 msgid "There is already a ppd file for this kind of printer."
-msgstr ""
-"Der von Ihnen gewählte Drucker-Typ verfügt bereits über eine PPD-Datei."
+msgstr "Der von Ihnen gewählte Drucker-Typ verfügt bereits über eine PPD-Datei."
 
 #: plugins/admin/systems/class_printerPPDDialog.inc:143
 #, php-format
 
 #: plugins/admin/systems/class_printerPPDDialog.inc:143
 #, php-format
@@ -6833,6 +7060,11 @@ msgstr "Bitte geben Sie eine g
 msgid "Please select a valid ppd."
 msgstr "Bitte wählen Sie eine gültige PPD."
 
 msgid "Please select a valid ppd."
 msgstr "Bitte wählen Sie eine gültige PPD."
 
+#: plugins/admin/systems/class_printerPPDDialog.inc:313
+#: plugins/admin/fai/faiPackage.tpl:41
+msgid "Section"
+msgstr "Section"
+
 #: plugins/admin/systems/class_printerPPDDialog.inc:363
 #: plugins/admin/systems/class_printerPPDDialog.inc:366
 msgid "True"
 #: plugins/admin/systems/class_printerPPDDialog.inc:363
 #: plugins/admin/systems/class_printerPPDDialog.inc:366
 msgid "True"
@@ -6848,103 +7080,86 @@ msgstr "falsch"
 msgid "Unsupported ppd type '%s' used for '%s' "
 msgstr "Nicht unterstützter PPD-Typ '%s' (verwendet von '%s') "
 
 msgid "Unsupported ppd type '%s' used for '%s' "
 msgstr "Nicht unterstützter PPD-Typ '%s' (verwendet von '%s') "
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
-msgstr "Server-Name"
-
-#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/ogroups/termgroup.tpl:3
-msgid "Action"
-msgstr "Aktion"
-
-#: plugins/admin/systems/server.tpl:42
-msgid "Select action to execute for this server"
-msgstr "Wählen Sie die auszuführende Aktion für diesen Server"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
+msgid "Printer ppd selection."
+msgstr "Auswahl der Drucker-PPD"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:63
-msgid "text"
-msgstr "textuell"
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+msgid "Select objects to add"
+msgstr "Wählen Sie die hinzuzufügenden Objekte"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:64
-msgid "graphic"
-msgstr "grafisch"
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/fai/faiProfileEntry.tpl:56 plugins/admin/fai/headpage.tpl:47
+#: plugins/admin/fai/faiPackageEntry.tpl:48
+msgid "Display objects matching"
+msgstr "Zeige die Objekte, auf die Folgendes passt"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:92
-#: plugins/admin/systems/class_servGeneric.inc:62
-#: plugins/admin/ogroups/class_termgroup.inc:62
-msgid "No WAKECMD definition found in your gosa.conf"
-msgstr "Es ist kein WAKECMD in ihrer gosa.conf definiert"
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:60 plugins/admin/fai/headpage.tpl:51
+#: plugins/admin/fai/faiPackageEntry.tpl:53
+msgid "Regular expression for matching object names"
+msgstr "Regulärer Ausdruck zum Abgleich mit Objekt-Namen"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:96
-#: plugins/admin/systems/class_terminalGeneric.inc:108
-#: plugins/admin/systems/class_terminalGeneric.inc:120
-#: plugins/admin/systems/class_servGeneric.inc:66
-#: plugins/admin/systems/class_servGeneric.inc:78
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/systems/class_workstationGeneric.inc:104
-#: plugins/admin/ogroups/class_termgroup.inc:66
-#: plugins/admin/ogroups/class_termgroup.inc:78
-#: plugins/admin/ogroups/class_termgroup.inc:90
-#, php-format
-msgid "Execution of '%s' failed!"
-msgstr "Die Ausführung des Befehls '%s' ist fehlgeschlagen!"
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
+msgid "Close"
+msgstr "Schliessen"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: plugins/admin/systems/class_servGeneric.inc:74
-#: plugins/admin/ogroups/class_termgroup.inc:74
-msgid "No REBOOTCMD definition found in your gosa.conf"
-msgstr "Es ist kein REBOOTCMD in ihrer gosa.conf definiert"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Wählen Sie die hinzuzufügenden Einträge"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:116
-#: plugins/admin/systems/class_servGeneric.inc:86
-#: plugins/admin/ogroups/class_termgroup.inc:86
-msgid "No HALTCMD definition found in your gosa.conf"
-msgstr "Es ist kein HALTCMD in ihrer gosa.conf definiert"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+msgid "Display members of department"
+msgstr "Zeige die Mitglieder der Abteilung"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Switch off"
-msgstr "Ausschalten"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+msgid "Display members matching"
+msgstr "Zeige die Mitglieder, auf die Folgendes passt"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Reboot"
-msgstr "Neustarten"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+msgid "Regular expression for matching member names"
+msgstr "Regulärer Ausdruck zum Erkennen von Mitgliedsnamen"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:117
-#: plugins/admin/systems/class_workstationGeneric.inc:137
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Wake up"
-msgstr "Aufwecken"
+#: plugins/admin/systems/class_workstationStartup.inc:197
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Bitte wählen Sie einen 'FAI-Server' oder entfernen Sie die FAI-Klassen."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:243
-msgid "You have no permissions to create a terminal on this 'Base'."
+#: plugins/admin/systems/class_workstationStartup.inc:251
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
 msgstr ""
 msgstr ""
-"Sie haben keine Berechtigung, ein Terminal unterhalb dieser 'Basis' "
-"anzulegen."
-
-#: plugins/admin/systems/class_terminalGeneric.inc:247
-msgid "The required field 'Terminal name' is not set."
-msgstr "Das benötigte Feld 'Terminal-Name' ist nicht gesetzt."
+"In Ihrer Auswahl befindet sich bereits ein Profil, das eine Konfiguration "
+"für Partitionstabellen enthält."
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "Drucker-Treiber"
+#: plugins/admin/systems/servRepositorySetup.tpl:1
+#: plugins/admin/fai/faiPackage.tpl:29
+msgid "Repository"
+msgstr "Repository"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:46
-msgid "Select"
-msgstr "Auswahl"
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
+msgid "Release"
+msgstr "Release"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "Neuer Treiber"
+#: plugins/admin/systems/servRepositorySetup.tpl:15
+#, fuzzy
+msgid "Parent server"
+msgstr "Druck-Dienst"
+
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+msgid "Url"
+msgstr ""
+
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:152
+#, fuzzy
+msgid "Sections"
+msgstr "Section"
 
 #: plugins/admin/systems/workstationStartup.tpl:4
 #: plugins/admin/systems/terminalStartup.tpl:1
 
 #: plugins/admin/systems/workstationStartup.tpl:4
 #: plugins/admin/systems/terminalStartup.tpl:1
@@ -6991,6 +7206,11 @@ msgstr ""
 msgid "FAI server"
 msgstr "FAI-Server"
 
 msgid "FAI server"
 msgstr "FAI-Server"
 
+#: plugins/admin/systems/workstationStartup.tpl:41
+#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
+msgid "set"
+msgstr "setzen"
+
 #: plugins/admin/systems/workstationStartup.tpl:42
 msgid "Assigned FAI classes"
 msgstr "Zugewiesene FAI-Klassen"
 #: plugins/admin/systems/workstationStartup.tpl:42
 msgid "Assigned FAI classes"
 msgstr "Zugewiesene FAI-Klassen"
@@ -7003,1602 +7223,1413 @@ msgstr "Kernel-Module (Format: Name Parameter)"
 #: plugins/admin/systems/workstationStartup.tpl:64
 #: plugins/admin/systems/terminalStartup.tpl:55
 msgid "Add additional modules to load on startup"
 #: plugins/admin/systems/workstationStartup.tpl:64
 #: plugins/admin/systems/terminalStartup.tpl:55
 msgid "Add additional modules to load on startup"
-msgstr ""
-"Zusätzliche Module hinzufügen, die während des Starts geladen werden sollen"
-
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
-msgstr "Telefon-Name"
-
-#: plugins/admin/systems/class_servGeneric.inc:52
-msgid "This 'dn' has no server features."
-msgstr "Diese 'dn' hat keine Server-Erweiterungen."
-
-#: plugins/admin/systems/class_servGeneric.inc:166
-msgid "The required field 'Server name' is not set."
-msgstr "Das benötigte Feld 'Server-Name' ist nicht gesetzt."
-
-#: plugins/admin/systems/class_servGeneric.inc:173
-msgid "You have no permissions to create a server on this 'Base'."
-msgstr ""
-"Sie haben keine Berechtigung, einen Server unterhalb dieser 'Basis' "
-"anzulegen."
-
-#: plugins/admin/systems/terminal.tpl:9
-msgid "Terminal template"
-msgstr "Terminal-Vorlage"
-
-#: plugins/admin/systems/terminal.tpl:11
-msgid "Terminal name"
-msgstr "Terminal-Name"
-
-#: plugins/admin/systems/terminal.tpl:36
-#: plugins/admin/systems/workstation.tpl:45
-#: plugins/admin/systems/phonesettings.tpl:21
-msgid "Mode"
-msgstr "Modus"
-
-#: plugins/admin/systems/terminal.tpl:38
-#: plugins/admin/systems/workstation.tpl:47
-msgid "Select terminal mode"
-msgstr "Wählen Sie den Terminal-Modus"
-
-#: plugins/admin/systems/terminal.tpl:52
-msgid "Root server"
-msgstr "Root-Server"
-
-#: plugins/admin/systems/terminal.tpl:54
-msgid "Select NFS root filesystem to use"
-msgstr "Wählen Sie das NFS-Root-Dateisystem"
-
-#: plugins/admin/systems/terminal.tpl:60
-msgid "Swap server"
-msgstr "Auslagerungs-Server"
-
-#: plugins/admin/systems/terminal.tpl:62
-msgid "Choose NFS filesystem to place swap files on"
-msgstr ""
-"Wählen Sie das NFS-Dateisystem, in dem die Auslagerungsdateien abgelegt "
-"werden sollen"
-
-#: plugins/admin/systems/terminal.tpl:74
-#: plugins/admin/systems/workstation.tpl:54
-msgid "Syslog server"
-msgstr "Protokoll-Server"
-
-#: plugins/admin/systems/terminal.tpl:76
-#: plugins/admin/systems/workstation.tpl:56
-msgid "Choose server to use for logging"
-msgstr "Wählen Sie den Server, der für das Protokollieren genutzt werden soll"
-
-#: plugins/admin/systems/terminal.tpl:82
-#: plugins/admin/systems/workstation.tpl:62
-msgid "NTP server"
-msgstr "Zeit-Server"
-
-#: plugins/admin/systems/terminal.tpl:84
-#: plugins/admin/systems/workstation.tpl:64
-msgid "Choose server to use for synchronizing time"
-msgstr ""
-"Wählen Sie den Server, der zur Zeit-Synchronisation genutzt werden soll"
-
-#: plugins/admin/systems/terminal.tpl:103
-#: plugins/admin/systems/workstation.tpl:82
-msgid "Select action to execute for this terminal"
-msgstr "Wählen Sie die auszuführende Aktion für dieses Terminal"
-
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr "DHCP-Dienst entfernen"
-
-#: plugins/admin/systems/class_servDHCP.inc:37
-msgid ""
-"This server has DHCP features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Dieser Server besitzt aktivierte die DHCP-Funktionen. Sie können diese durch "
-"einen Klick auf die untere Schaltfläche deaktivieren."
-
-#: plugins/admin/systems/class_servDHCP.inc:39
-msgid "Add DHCP service"
-msgstr "DHCP Dienst hinzufügen"
-
-#: plugins/admin/systems/class_servDHCP.inc:40
-msgid ""
-"This server has DHCP features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Aktuell besitzt dieser Server keine aktivierten DHCP-Funktionen. Sie können "
-"diese durch einen Klick auf die Schaltfläche unten aktivieren."
-
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
-#: plugins/admin/ogroups/ogroup_objects.tpl:6
-msgid "Select objects to add"
-msgstr "Wählen Sie die hinzuzufügenden Objekte"
-
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
-msgid "Close"
-msgstr "Schliessen"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:70
-msgid "Activated"
-msgstr "Aktiv"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:71
-msgid "Locked"
-msgstr "Gesperrt"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:72
-msgid "Memory test"
-msgstr "Speichertest"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:73
-msgid "System analysis"
-msgstr "Systemanalyse"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:100
-msgid "No ACTIONCMD definition found in your gosa.conf"
-msgstr "Es ist kein ACTIONCMD in ihrer gosa.conf definiert"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:114
-msgid "This 'dn' has no workstation features."
-msgstr "Dieser 'DN' hat keine Arbeitsstations-Erweiterungen."
-
-#: plugins/admin/systems/class_workstationGeneric.inc:132
-msgid "Instant update"
-msgstr "Sofortiges Update"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:133
-#: plugins/admin/systems/class_workstationGeneric.inc:139
-msgid "Scheduled update"
-msgstr "Geplantes Update"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:134
-#: plugins/admin/systems/class_workstationGeneric.inc:138
-msgid "Reinstall"
-msgstr "Neu-Installation"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:135
-msgid "Rescan hardware"
-msgstr "Hardware neu erkennen"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:204
-msgid "You have no permissions to create a workstation on this 'Base'."
-msgstr ""
-"Sie haben keine Berechtigung, eine Arbeitsstation unter dieser 'Basis' "
-"anzulegen."
-
-#: plugins/admin/systems/class_workstationGeneric.inc:208
-msgid "The required field 'Workstation name' is not set."
-msgstr "Das benötigte Feld 'Arbeiststationsname' ist nicht gesetzt."
-
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Systeme"
-
-#: plugins/admin/systems/class_systemManagement.inc:334
-msgid "You can't edit this object type yet!"
-msgstr "Dieser Objekt-Typ kann momentan noch nicht bearbeitet werden!"
-
-#: plugins/admin/systems/class_systemManagement.inc:350
-msgid "Passwords entered as new and repeated do not match!"
-msgstr ""
-"Die Passworte, die Sie als 'Neues Passwort' und 'Wiederholung des neuen "
-"Passwort' eingegeben haben sind nicht identisch!"
-
-#: plugins/admin/systems/class_systemManagement.inc:363
-msgid "You are not allowed to set this systems password!"
-msgstr ""
-"Sie haben keine Berechtigung, das Passwort für dieses Systems zu setzen!"
-
-#: plugins/admin/systems/class_systemManagement.inc:407
-#, php-format
-msgid "You're about to delete all information about the component at '%s'."
-msgstr ""
-"Sie sind dabei, alle Informationen über die Komponente auf '%s' zu löschen."
-
-#: plugins/admin/systems/class_systemManagement.inc:569
-msgid "New Terminal template"
-msgstr "Neue Terminal-Vorlage"
-
-#: plugins/admin/systems/class_systemManagement.inc:569
-#: plugins/admin/systems/class_systemManagement.inc:710
-msgid "New Terminal"
-msgstr "Neues Terminal"
-
-#: plugins/admin/systems/class_systemManagement.inc:570
-msgid "New Workstation template"
-msgstr "Neue Vorlage für Arbeitsstation"
-
-#: plugins/admin/systems/class_systemManagement.inc:570
-#: plugins/admin/systems/class_systemManagement.inc:711
-msgid "New Workstation"
-msgstr "Neue Arbeitsstation"
-
-#: plugins/admin/systems/class_systemManagement.inc:571
-msgid "New Server"
-msgstr "Neuer Server"
+msgstr "Zusätzliche Module hinzufügen, die während des Starts geladen werden sollen"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:572
-msgid "New Printer"
-msgstr "Neuer Drucker"
-
-#: plugins/admin/systems/class_systemManagement.inc:573
-msgid "New Phone"
-msgstr "Neues Telefon"
+#: plugins/admin/systems/terminalService.tpl:141
+msgid "Remote desktop"
+msgstr "Entfernte Arbeitsfläche"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:574
-msgid "New Component"
-msgstr "Neue Netzwerk-Komponente"
+#: plugins/admin/systems/terminalService.tpl:145
+msgid "Connect method"
+msgstr "Verbindungsmethode"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:582
-msgid "Edit system"
-msgstr "System bearbeiten"
+#: plugins/admin/systems/terminalService.tpl:147
+msgid "Choose method to connect to terminal server"
+msgstr "Wählen Sie die Methode der Anbindung an den Terminal-Server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:583
-msgid "Delete system"
-msgstr "Entferne System"
+#: plugins/admin/systems/terminalService.tpl:154
+msgid "Terminal server"
+msgstr "Terminal-Server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:589
-msgid "System"
-msgstr "Systeme"
+#: plugins/admin/systems/terminalService.tpl:156
+msgid "Select specific terminal server to use"
+msgstr "Wählen Sie einen bestimmten Terminal-Server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:625
-msgid "Cups Server"
-msgstr "CUPS-Server"
+#: plugins/admin/systems/terminalService.tpl:163
+msgid "Font server"
+msgstr "Schriften-Server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:626
-msgid "Log Db"
-msgstr "Log-DB"
+#: plugins/admin/systems/terminalService.tpl:165
+msgid "Select specific font server to use"
+msgstr "Wählen Sie einen bestimmten Schriften-Server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:627
-msgid "Syslog Server"
-msgstr "Syslog-Server"
+#: plugins/admin/systems/terminalService.tpl:181
+msgid "Print device"
+msgstr "Drucker"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:628
-msgid "Mail Server"
-msgstr "Mail-Server"
+#: plugins/admin/systems/terminalService.tpl:182
+msgid "Select to start IPP based printing service on terminal"
+msgstr "Auswählen, um auf dem Terminal IPP-basierte Druckdienste zu starten"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:629
-msgid "Imap Server"
-msgstr "IMAP-Server"
+#: plugins/admin/systems/terminalService.tpl:183
+msgid "Provide print services"
+msgstr "Druckdienste bereitstellen"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:630
-msgid "Nfs Server"
-msgstr "NFS-Server"
+#: plugins/admin/systems/terminalService.tpl:189
+msgid "Spool server"
+msgstr "Spool-Server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:631
-msgid "Kerberos Server"
-msgstr "Kerberos-Server"
+#: plugins/admin/systems/terminalService.tpl:191
+msgid "Select NFS filesystem to place spool files on"
+msgstr "Wählen Sie das NFS-Dateisystem, in dem die Spool-Dateien abgelegt werden"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:632
-msgid "Asterisk Server"
-msgstr "Asterisk-Server"
+#: plugins/admin/systems/terminalService.tpl:212
+msgid "Select scanner driver to use"
+msgstr "Wählen Sie den Scanner-Treiber, der benutzt werden soll"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:633
-msgid "Fax Server"
-msgstr "Fax-Server"
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
+msgstr ""
+"Wählen, wenn das Terminal den grafischen Startvorgang mit Fortschrittsbalken "
+"unterstützt"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:634
-msgid "Ldap Server"
-msgstr "LDAP-Server"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "grafisches Booten nutzen"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:660
-msgid "Set root password"
-msgstr "root-Passwort setzen"
+#: plugins/admin/systems/terminalStartup.tpl:38
+msgid "Select if terminal should boot in text mode"
+msgstr "Wählen, wenn das Terminal im Textmodus starten soll"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:706
-#: plugins/admin/ogroups/class_ogroupManagement.inc:488
-msgid "Terminal"
-msgstr "Terminal"
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "Standard Textmodus nutzen"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:707
-#: plugins/admin/ogroups/class_ogroupManagement.inc:487
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
-msgstr "Arbeitsstation"
+#: plugins/admin/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
+msgstr "Wählen, um ausführlichere Informationen während des Starts zu erhalten"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:712
-msgid "Winstation"
-msgstr "Windows-Workstation"
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
+msgstr "benutze Fehlersuch-Modus"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:713
-msgid "Network Device"
-msgstr "Netzwerk-Gerät"
+#: plugins/admin/systems/class_servRepository.inc:73
+#, fuzzy
+msgid "Remove FAI repository extension."
+msgstr "Drucker-Erweiterung entfernen"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:930
-msgid "New terminal"
-msgstr "Neues Terminal"
+#: plugins/admin/systems/class_servRepository.inc:74
+#, fuzzy
+msgid ""
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Dieser Server besitzt aktivierte die Kolab-Funtionen. Sie können diese durch "
+"einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:933
-msgid "New workstation"
-msgstr "Neue Arbeitsstation"
+#: plugins/admin/systems/class_servRepository.inc:76
+#, fuzzy
+msgid "Add FAI repository extension."
+msgstr "Drucker-Erweiterung hinzufügen"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:950
-msgid "Terminal template for"
-msgstr "Terminal-Vorlage für"
+#: plugins/admin/systems/class_servRepository.inc:77
+#, fuzzy
+msgid ""
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Aktuell besitzt dieser Server keine aktivierten Kolab-Funktionen. Sie können "
+"diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:962
-msgid "Workstation template for"
-msgstr "Arbeitsstations-Vorlage für"
+#: plugins/admin/systems/class_servRepository.inc:109
+#, fuzzy
+msgid "This name is already in use."
+msgstr "Der angegebene Name wird bereits verwendet."
 
 
-#: plugins/admin/systems/printer.tpl:6
-msgid "General"
-msgstr "Allgemein"
+#: plugins/admin/systems/servRepository.tpl:7
+#, fuzzy
+msgid "Repositories"
+msgstr "Repository"
 
 
-#: plugins/admin/systems/printer.tpl:9
-msgid "Printer name"
-msgstr "Druckername"
+#: plugins/admin/systems/servRepository.tpl:40
+#, fuzzy
+msgid "Search filter"
+msgstr "Suche nach"
 
 
-#: plugins/admin/systems/printer.tpl:30
-msgid "Details"
-msgstr "Details"
+#: plugins/admin/ogroups/tabs_ogroups.inc:59
+#: plugins/admin/ogroups/tabs_ogroups.inc:151
+msgid "Phone queue"
+msgstr "Warteschlange"
 
 
-#: plugins/admin/systems/printer.tpl:33
-msgid "Printer location"
-msgstr "Drucker-Standort"
+#: plugins/admin/ogroups/tabs_ogroups.inc:84
+#: plugins/admin/ogroups/tabs_ogroups.inc:131
+msgid "Terminals"
+msgstr "Arbeitsplätze"
 
 
-#: plugins/admin/systems/printer.tpl:37
-msgid "Printer URL"
-msgstr "Drucker URL"
+#: plugins/admin/ogroups/class_mailogroup.inc:41
+msgid "This group has mail features enabled. You can disable them by clicking below."
+msgstr ""
+"Diese Gruppe besitzt aktivierte Mail-Erweiterungen. Sie können diese "
+"deaktivieren, indem Sie auf die Schaltfläche unten klicken."
 
 
-#: plugins/admin/systems/printer.tpl:57
-msgid "Permissions"
-msgstr "Berechtigungen"
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+msgid "This group has mail features disabled. You can enable them by clicking below."
+msgstr ""
+"Diese Gruppe besitz keine Mail-Erweiterungen. Sie können diese aktivieren, "
+"wenn Sie auf die untere Schaltfläche klicken."
 
 
-#: plugins/admin/systems/printer.tpl:64
-msgid "Users which are allowed to use this printer"
-msgstr "Benutzer mit Berechtigung, diesen Drucker zu nutzen"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Zeige Abteilungen"
 
 
-#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
-msgid "Add user"
-msgstr "Benutzer hinzufügen"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Zeige Abteilungen"
 
 
-#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
-msgid "Add group"
-msgstr "Gruppe hinzufügen"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Wählen, um GOsa-Konten zu sehen"
 
 
-#: plugins/admin/systems/printer.tpl:80
-msgid "Users which are allowed to administrate this printer"
-msgstr "Benutzer mit Berechtigung, diesen Drucker zu verwalten"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Zeige Personen"
 
 
-#: plugins/admin/systems/printer.tpl:81
-msgid "Admins"
-msgstr "Administratoren"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Wählen, um GOsa Gruppen zu sehen"
 
 
-#: plugins/admin/systems/class_servDNS.inc:36
-msgid "Remove DNS service"
-msgstr "DNS-Dienst entfernen"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Zeige Gruppen"
 
 
-#: plugins/admin/systems/class_servDNS.inc:37
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
-msgstr ""
-"Dieser Server besitzt aktivierte die DNS-Funktionen. Sie können diese durch "
-"einen Klick auf die untere Schaltfläche deaktivieren."
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Wählen, um Anwendungen zu sehen"
 
 
-#: plugins/admin/systems/class_servDNS.inc:39
-msgid "Add DNS service"
-msgstr "DNS-Dienst hinzufügen"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Zeige Anwendungen"
 
 
-#: plugins/admin/systems/class_servDNS.inc:40
-msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
-msgstr ""
-"Aktuell besitzt dieser Server keine aktivierten DNS-Funktionen. Sie können "
-"diese durch einen Klick auf die Schaltfläche unten aktivieren."
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Wählen, um die 'Arbeitsstationen' zu sehen"
 
 
-#: plugins/admin/systems/class_servDB.inc:134
-#: plugins/admin/systems/class_servDB.inc:150
-#: plugins/admin/systems/class_servDB.inc:160
-#: plugins/admin/systems/class_servDB.inc:165
-#: plugins/admin/systems/class_servDB.inc:171
-#, php-format
-msgid "The attribute '%s' is empty or contains invalid characters."
-msgstr "Das Attribut '%s' ist leer oder enthält ungültige Zeichen."
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Wählen, um die 'Terminals' zu sehen"
 
 
-#: plugins/admin/systems/class_servDB.inc:140
-#, php-format
-msgid "The imap connect string needs to be in the form '%s'."
-msgstr "Der IMAP-Verbindungsstring muss in der Form '%s' sein."
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Wählen, um die 'Netzwerkdrucker' zu sehen"
 
 
-#: plugins/admin/systems/class_servDB.inc:144
-msgid "The sieve port needs to be numeric."
-msgstr "Der Sieve-Port muss numerisch sein."
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Zeige Netzwerk-Drucker"
 
 
-#: plugins/admin/systems/class_servDB.inc:155
-#, php-format
-msgid "The specified kerberos password is empty."
-msgstr "Das angebene Kerberos-Passwort ist leer."
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Wählen, um die 'VOIP Telefone' zu sehen"
 
 
-#: plugins/admin/systems/class_servDB.inc:179
-#, php-format
-msgid "The imap name string needs to be a hostname or an IP-address."
-msgstr ""
-"Das Feld 'Serverbezeichnung' muss entweder ein Hostname oder eine IP-Adresse "
-"sein."
+#: plugins/admin/ogroups/ogroup_objects.tpl:37
+msgid "Display objects of department"
+msgstr "Zeige die Objekte der Abteilung"
 
 
-#: plugins/admin/systems/workstation.tpl:9
-msgid "Workstation template"
-msgstr "Vorlage für Arbeitsstation"
+#: plugins/admin/ogroups/termgroup.tpl:1
+msgid ""
+"All actions you choose here influence <b>all</b> machines in this object "
+"group. Be aware that rebooting machines may not make people happy who are "
+"currently working at these machines."
+msgstr ""
+"Die gewählten Aktionen beeinflussen <b>alle</b> Systeme in dieser "
+"Objektgruppe. Seien Sie sich bewusst, dass das Neustarten von Systemen, auf "
+"denen gearbeitet wird, nicht gerade Freude verbreitet."
 
 
-#: plugins/admin/systems/workstation.tpl:11
-msgid "Workstation name"
-msgstr "Name der Arbeitsstation"
+#: plugins/admin/ogroups/termgroup.tpl:7
+msgid "Select action to execute for this   group of terminals"
+msgstr "Wählen Sie die auszuführende Aktion für diese Gruppe von Terminals"
 
 
-#: plugins/admin/systems/class_servNfs.inc:104
-msgid "Please specify a valid path for your setup."
-msgstr "Bitte geben Sie einen gültigen Pfad an."
+#: plugins/admin/ogroups/class_ogroup.inc:132
+msgid "This 'dn' is no object group."
+msgstr "Diese 'dn' ist keine Objektgruppenerweiterungen."
 
 
-#: plugins/admin/systems/class_servNfs.inc:110
-msgid "Please specify a valid name for your setup."
-msgstr "Bitte geben Sie einen gültigen Namen an."
+#: plugins/admin/ogroups/class_ogroup.inc:242
+msgid "too many different objects!"
+msgstr "zu viele unterschiedliche Objekte!"
 
 
-#: plugins/admin/systems/class_servNfs.inc:113
-msgid "Please specify a name for your setup."
-msgstr "Bitte geben Sie einen Namen an."
+#: plugins/admin/ogroups/class_ogroup.inc:244
+msgid "users"
+msgstr "Benutzer"
 
 
-#: plugins/admin/systems/class_servNfs.inc:118
-msgid "Description contains invalid characters."
-msgstr "Das Feld 'Beschreibung' enthält ungültige Zeichen!"
+#: plugins/admin/ogroups/class_ogroup.inc:245
+msgid "groups"
+msgstr "Gruppen"
 
 
-#: plugins/admin/systems/class_servNfs.inc:122
-msgid "Path contains invalid characters."
-msgstr "Das Feld 'Pfad' enthält ungültige Zeichen."
+#: plugins/admin/ogroups/class_ogroup.inc:246
+msgid "applications"
+msgstr "Anwendungen"
 
 
-#: plugins/admin/systems/class_servNfs.inc:126
-msgid "Option contains invalid characters."
-msgstr "Das Feld 'Option' enthält ungültige Zeichen!"
+#: plugins/admin/ogroups/class_ogroup.inc:247
+msgid "departments"
+msgstr "Abteilungen"
 
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
-msgstr "Kerberos-Zugang via kadmin"
+#: plugins/admin/ogroups/class_ogroup.inc:248
+msgid "servers"
+msgstr "Server"
 
 
-#: plugins/admin/systems/servdb.tpl:10
-msgid "Kerberos Realm"
-msgstr "Kerberos Realm"
+#: plugins/admin/ogroups/class_ogroup.inc:249
+msgid "workstations"
+msgstr "Arbeitsstationen"
 
 
-#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
-msgid "Admin user"
-msgstr "Administrator"
+#: plugins/admin/ogroups/class_ogroup.inc:250
+msgid "terminals"
+msgstr "Terminals"
 
 
-#: plugins/admin/systems/servdb.tpl:26
-msgid "FAX database"
-msgstr "Fax-Datenbank"
+#: plugins/admin/ogroups/class_ogroup.inc:251
+msgid "phones"
+msgstr "Telefone"
 
 
-#: plugins/admin/systems/servdb.tpl:30
-msgid "FAX DB user"
-msgstr "Fax-DB Benutzer"
+#: plugins/admin/ogroups/class_ogroup.inc:252
+msgid "printers"
+msgstr "Drucker"
 
 
-#: plugins/admin/systems/servdb.tpl:42
-msgid "Asterisk management"
-msgstr "Asterisk Verwaltung"
+#: plugins/admin/ogroups/class_ogroup.inc:259
+msgid "and"
+msgstr "und"
 
 
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
-msgstr "Asterisk-DB Benutzer"
+#: plugins/admin/ogroups/class_ogroup.inc:410
+msgid "Non existing dn: "
+msgstr "Unbekannte dn: "
 
 
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
-msgstr "Landesvorwahl"
+#: plugins/admin/ogroups/class_ogroup.inc:534
+msgid "There is already an object with this cn."
+msgstr "Diese cn ist bereits vergeben."
 
 
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
-msgstr "Ortsvorwahl"
+#: plugins/admin/ogroups/class_ogroup.inc:551
+msgid "You can combine two different object types at maximum only!"
+msgstr "Sie können maximal zwei verschiedene Objekttypen miteinander kombinieren!"
 
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
-msgstr "IMAP-Administrationszugang"
+#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+msgid "Object groups"
+msgstr "Objektgruppen"
 
 
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
-msgstr "Serverbezeichnung"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:41
+msgid "UNIX accounts"
+msgstr "Unix-Konten"
 
 
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
-msgstr "Verbindungs-URL"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
+#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
+#: html/getxls.php:245 html/getxls.php:316
+msgid "Servers"
+msgstr "Server"
 
 
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
-msgstr "Sieve-Port"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:46
+msgid "Thin Clients"
+msgstr "Thin Clients"
 
 
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
-msgstr "Protokoll-Datenbank"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:47
+msgid "Workstations"
+msgstr "Workstations"
 
 
-#: plugins/admin/systems/servdb.tpl:104
-msgid "Logging DB user"
-msgstr "Protokoll-DB Benutzer"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:217
+#, php-format
+msgid "You're about to delete the object group '%s'."
+msgstr "Sie sind dabei die Objektgruppe '%s' zu löschen."
 
 
-#: plugins/admin/systems/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Freigabe bearbeiten"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:223
+#: plugins/admin/ogroups/class_ogroupManagement.inc:249
+msgid "You are not allowed to delete this object group!"
+msgstr "Es ist Ihnen nicht erlaubt, diese Objektgruppe zu löschen!"
 
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "NFS-Einrichtung"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+msgid "Create new object group"
+msgstr "Erstelle neue Objektgruppe"
 
 
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr "Pfad"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+msgid "Name of object groups"
+msgstr "Name der Objektgruppen"
 
 
-#: plugins/admin/systems/servnfs.tpl:49
-msgid "Charset"
-msgstr "Zeichensatz"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:440
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Objektgruppe"
 
 
-#: plugins/admin/systems/servnfs.tpl:59
-msgid "Option"
-msgstr "Option"
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Name der Gruppe"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid "Remove Kolab extension"
-msgstr "Kolab-Erweiterung entfernen"
+#: plugins/admin/ogroups/generic.tpl:33
+msgid "Member objects"
+msgstr "Zusammengefasste Objekte"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
+#: plugins/admin/ogroups/remove.tpl:7
 msgid ""
 msgid ""
-"This server has kolab features enabled. You can disable them by clicking "
-"below."
+"Please double check if you really want to do this since there is no way for "
+"GOsa to get your data back."
 msgstr ""
 msgstr ""
-"Dieser Server besitzt aktivierte die Kolab-Funtionen. Sie können diese durch "
-"einen Klick auf die Schaltfläche unten deaktivieren."
-
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid "Add Kolab service"
-msgstr "Kolab-Dienst hinzufügen"
+"Bitte überprüfen Sie genau was Sie tun, weil GOsa keine Möglichkeit hat, die "
+"Daten wiederherzustellen."
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/ogroups/headpage.tpl:24
 msgid ""
 msgid ""
-"This server has kolab features disabled. You can enable them by clicking "
-"below."
+"This menu allows you to add, edit or remove selected groups. You may want to "
+"use the range selector on top of the group listbox, when working with a "
+"large number of groups."
 msgstr ""
 msgstr ""
-"Aktuell besitzt dieser Server keine aktivierten Kolab-Funktionen. Sie können "
-"diese durch einen Klick auf die Schaltfläche unten aktivieren."
+"Dieses Menü erlaubt es Ihnen, Gruppen hinzuzufügen, zu bearbeiten oder zu "
+"entfernen. Bei einer Vielzahl von Gruppen bietet sich die Verwendung der "
+"Bereichsauswahl an."
 
 
-#: plugins/admin/systems/class_servKolab.inc:146
-#, php-format
-msgid "Include data from %s days in the past when creating free/busy lists"
-msgstr ""
-"Berücksichtige %s Tage in der Vergangenheit beim Erstellen von Frei/Belegt-"
-"Listen"
+#: plugins/admin/ogroups/headpage.tpl:39
+msgid "Show groups containing users"
+msgstr "Zeige Gruppen mit Benutzern"
 
 
-#: plugins/admin/systems/class_servKolab.inc:152
-#, php-format
-msgid "Warn users when using more than %s%% of their mail quota"
-msgstr "Warne Benutzer, wenn sie mehr als %s%% ihres Mail-Kontigentes benutzen"
+#: plugins/admin/ogroups/headpage.tpl:40
+msgid "Show groups containing groups"
+msgstr "Zeige Gruppen mit Gruppen"
 
 
-#: plugins/admin/systems/class_servKolab.inc:224
-msgid "Future days in Free/Busy settings must be set."
-msgstr "Intervall für Frei/Belegt-Informationen muß gesetzt sein."
+#: plugins/admin/ogroups/headpage.tpl:41
+msgid "Show groups containing applications"
+msgstr "Zeige Gruppen mit Applikationen"
 
 
-#: plugins/admin/systems/class_servKolab.inc:226
-msgid "Future days in Free/Busy settings must be a positive value."
-msgstr "Intervall für Frei/Belegt-Informationen muß ein positiver Wert sein."
+#: plugins/admin/ogroups/headpage.tpl:42
+msgid "Show groups containing departments"
+msgstr "Zeige Gruppen mit Abteilungen"
+
+#: plugins/admin/ogroups/headpage.tpl:43
+msgid "Show groups containing servers"
+msgstr "Zeige Gruppen mit Servern"
+
+#: plugins/admin/ogroups/headpage.tpl:44
+msgid "Show groups containing workstations"
+msgstr "Zeige Gruppen mit Arbeitsstationen"
+
+#: plugins/admin/ogroups/headpage.tpl:45
+msgid "Show groups containing terminals"
+msgstr "Zeige Gruppen mit Terminals"
+
+#: plugins/admin/ogroups/headpage.tpl:46
+msgid "Show groups containing printers"
+msgstr "Zeige Gruppen mit Druckern"
+
+#: plugins/admin/ogroups/headpage.tpl:51
+msgid "Display object groups matching"
+msgstr "Zeige Objektgruppen, auf die Folgendes passt"
+
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
+msgstr "Mail-Verteilerliste"
 
 
-#: plugins/admin/systems/class_servKolab.inc:230
-msgid "The given Quota settings value must be a number."
-msgstr "Der angegebene Kontingent-Wert muß numerisch sein."
+#: plugins/admin/ogroups/mail.tpl:11
+msgid "Primary mail address for this distribution list"
+msgstr "Primäre Mail-Adresse der Verteilerliste"
 
 
-#: plugins/admin/systems/class_servKolab.inc:232
-msgid "Please choose a value between 1 and 100 for Quota settings."
-msgstr "Bitte wählen Sie einen Kontingent-Wert zwischen 1 und 100."
+#: plugins/admin/ogroups/class_phonequeue.inc:79
+msgid "ring all"
+msgstr "alle gleichzeitig"
 
 
-#: plugins/admin/systems/class_servKolab.inc:234
-msgid "Future days must be a value."
-msgstr "Frei/Belegt-Intervall muß einen Wert besitzen."
+#: plugins/admin/ogroups/class_phonequeue.inc:80
+msgid "round robin"
+msgstr "nacheinander"
 
 
-#: plugins/admin/systems/class_servKolab.inc:238
-msgid "No SMTP privileged networks set."
-msgstr "Es sind keine SMTP-privilegierten Netzwerke vorhanden."
+#: plugins/admin/ogroups/class_phonequeue.inc:81
+msgid "least recently called"
+msgstr "am wenigsten Anrufe"
 
 
-#: plugins/admin/systems/class_servKolab.inc:242
-msgid "No SMTP smarthost/relayhost set."
-msgstr "Es ist kein SMTP smarthost/relayhost gesetzt."
+#: plugins/admin/ogroups/class_phonequeue.inc:82
+msgid "fewest completed calls"
+msgstr "am wenigsten abgeschlossene Anrufe"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:194
-#: plugins/admin/systems/class_printGeneric.inc:215
-#: plugins/admin/systems/class_printGeneric.inc:218
-msgid "Add printer extension"
-msgstr "Drucker-Erweiterung hinzufügen"
+#: plugins/admin/ogroups/class_phonequeue.inc:83
+msgid "random"
+msgstr "zufällig"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:195
-msgid ""
-"This workstation has printer extension disabled. You can't enable it while "
-"'cn' is not present in entry. Possibly you are currently creating a new "
-"terminal template"
-msgstr ""
-"Aktuell besitzt diese Workstation keine aktivierten Drucker-Erweiterung. Sie "
-"können diese nicht aktivieren, solange das 'cn'-Attribute nicht im Eintrag "
-"enthalten ist. Wahrscheinlich erstellen Sie gerade eine neue Terminal-"
-"Vorlage."
+#: plugins/admin/ogroups/class_phonequeue.inc:84
+msgid "round robin with memory"
+msgstr "nacheinander (mit Speicher)"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:207
-#: plugins/admin/systems/class_printGeneric.inc:210
-msgid "Remove printer extension"
-msgstr "Drucker-Erweiterung entfernen"
+#: plugins/admin/ogroups/class_phonequeue.inc:113
+msgid "Remove the phone queue from this Account"
+msgstr "Warteschlange von diesem Konto entfernen"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:208
-msgid ""
-"This workstation has printer extension enabled.You can disable it by "
-"clicking below."
+#: plugins/admin/ogroups/class_phonequeue.inc:114
+msgid "Phone queue is enabled for this group. You can disable it by clicking below."
 msgstr ""
 msgstr ""
-"Diese Workstation besitzt aktivierte Drucker-Erweiterungen. Sie können diese "
-"durch einen Klick auf die Schaltfläche unten deaktivieren."
+"Diese Gruppe besitzt aktivierte die Warteschlangen-Erweiterung. Sie können "
+"diese durch einen Klick auf die untere Schaltfläche deaktivieren."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:211
-msgid ""
-"This terminal has printer extension enabled. You can disable it by clicking "
-"below."
-msgstr ""
-"Dieses Terminal besitzt aktivierte Drucker-Erweiterungen. Sie können diese "
-"durch einen Klick auf die Schaltfläche unten deaktivieren."
+#: plugins/admin/ogroups/class_phonequeue.inc:116
+msgid "Create phone queue"
+msgstr "Warteschlange erstellen"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:216
+#: plugins/admin/ogroups/class_phonequeue.inc:117
 msgid ""
 msgid ""
-"This workstation has printer extension disabled. You can enable it by "
+"For this group the phone queues are disabled. You can enable them by "
 "clicking below."
 msgstr ""
 "clicking below."
 msgstr ""
-"Aktuell besitzt diese Workstation keine aktivierten Drucker-Erweiterung. Sie "
-"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
+"Diese Gruppe besitzt keine gültigen Warteschlangen-Erweiterung. Sie können "
+"diese durch einen Klick auf die untere Schaltfläche aktivieren."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:219
-msgid ""
-"This terminal has printer extension disabled. You can enable it by clicking "
-"below."
-msgstr ""
-"Aktuell besitzt dieses Terminal keine aktivierten Drucker-Erweiterung. Sie "
-"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
+#: plugins/admin/ogroups/class_phonequeue.inc:199
+msgid "Timeout must be numeric"
+msgstr "Der Wert für 'Wartezeit' muss numerisch sein"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:230
-msgid "This 'dn' has no printer features."
-msgstr "Dieser 'DN' hat keine Drucker-Erweiterungen."
+#: plugins/admin/ogroups/class_phonequeue.inc:202
+msgid "Retry must be numeric"
+msgstr "Der Wert für 'Wiederholen' muss numerisch sein"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:364
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "Die momentan gewählte PPD-Datei '%s' wurde nicht gefunden."
+#: plugins/admin/ogroups/class_phonequeue.inc:205
+msgid "Max queue length must be numeric"
+msgstr "Der Wert für 'Maximale Grösse der Warteschlange' muss numerisch sein"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:372
-msgid "can't get ppd informations."
-msgstr "keine PPD-Informationen verfügbar"
+#: plugins/admin/ogroups/class_phonequeue.inc:208
+msgid "Announce frequency must be numeric"
+msgstr "Der Wert für 'Benachrichtigungsfrequenz' muss numerisch sein"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:384
-#, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
-msgstr "Dieser Drucker gehört zu Terminal %s. Sie können ihn nicht umbenennen."
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "There must be least one queue number defined."
+msgstr "Es ist mindestens eine Telefonnummer erforderlich."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:386
-#, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
+#: plugins/admin/ogroups/class_phonequeue.inc:225
+msgid "There is currently no asterisk server defined. Your settings can't be saved."
 msgstr ""
 msgstr ""
-"Dieser Drucker gehört zur Arbeitsstation %s. Ein Umbenennen ist daher nicht "
-"möglich."
+"Im Moment ist kein Asterisk-Server definiert. Ihre Einstellungen können "
+"nicht gespeichert werden."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:448
-msgid "You have no permissions to create a printer on this 'Base'."
+#: plugins/admin/ogroups/class_phonequeue.inc:238
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
+#, php-format
+msgid ""
+"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
 msgstr ""
 msgstr ""
-"Sie haben keine Berechtigung, einen Drucker unterhalb dieser 'Basis' "
-"anzulegen."
-
-#: plugins/admin/systems/servkolab.tpl:14
-msgid "POP3 service"
-msgstr "POP3-Dienst"
-
-#: plugins/admin/systems/servkolab.tpl:22
-msgid "POP3/SSL service"
-msgstr "POP3/SSL-Dienst"
-
-#: plugins/admin/systems/servkolab.tpl:30
-msgid "IMAP service"
-msgstr "IMAP-Dienst"
+"MySQL-Server '%s' kann nicht als Benutzer '%s' erreicht werden, überprüfen "
+"Sie das GOsa Protokoll auf MySQL-Fehlermeldungen."
 
 
-#: plugins/admin/systems/servkolab.tpl:38
-msgid "IMAP/SSL service"
-msgstr "IMAP/SSL-Dienst"
+#: plugins/admin/ogroups/class_phonequeue.inc:248
+#: plugins/admin/ogroups/class_phonequeue.inc:622
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1044
+#: plugins/gofon/macro/class_gofonMacro.inc:216
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
+#, php-format
+msgid "Can't select database %s on %s."
+msgstr "Die Datenbank %s auf %s kann nicht ausgewählt werden."
 
 
-#: plugins/admin/systems/servkolab.tpl:46
-msgid "Sieve service"
-msgstr "Sieve-Dienst"
+#: plugins/admin/ogroups/class_phonequeue.inc:279
+#: plugins/admin/ogroups/class_phonequeue.inc:493
+#: plugins/admin/ogroups/class_phonequeue.inc:658
+#, php-format
+msgid "Can't delete in Database %s, on Server %s."
+msgstr "Kann Datenbank '%s' auf Server '%s' nicht löschen."
 
 
-#: plugins/admin/systems/servkolab.tpl:54
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
-msgstr "FTP Frei/Belegt-Dienst (alt, inkompatibel mit Kolab 2)"
+#: plugins/admin/ogroups/class_phonequeue.inc:523
+#: plugins/admin/ogroups/class_phonequeue.inc:525
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1145
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1147
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
+#, php-format
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+msgstr "Die angegebene Telefonnummer '%s' wird bereits von '%s' verwendet."
 
 
-#: plugins/admin/systems/servkolab.tpl:62
-msgid "HTTP FreeBusy service (legacy)"
-msgstr "HTTP Frei/Belegt-Dienst (alt)"
+#: plugins/admin/ogroups/class_phonequeue.inc:612
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1033
+#: plugins/gofon/macro/class_gofonMacro.inc:205
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
+#, php-format
+msgid ""
+"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
+msgstr ""
+"MySQL-Server '%s' kann nicht als Benutzer '%s' erreicht werden, überprüfen "
+"Sie das GOsa Protokoll auf MySQL-Fehlermeldungen."
 
 
-#: plugins/admin/systems/servkolab.tpl:70
-msgid "Amavis email scanning (virus/spam)"
-msgstr "Email scannen (Virus/Spam)"
+#: plugins/admin/ogroups/phonequeue.tpl:1
+msgid "Queue Settings"
+msgstr "Warteschlangen-Einstellungen"
 
 
-#: plugins/admin/systems/servkolab.tpl:81
-msgid "Quota settings"
-msgstr "Kontingent-Einstellungen"
+#: plugins/admin/ogroups/phonequeue.tpl:4
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+msgid "Phone numbers"
+msgstr "Telefonnummern"
 
 
-#: plugins/admin/systems/servkolab.tpl:97
-msgid "Free/Busy settings"
-msgstr "Frei/Belegt-Einstellungen"
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/admin/ogroups/phonequeue.tpl:96
+msgid "Generic queue Settings"
+msgstr "Allgemeine Warteschlangen-Einstellungen"
 
 
-#: plugins/admin/systems/servkolab.tpl:102
-msgid "Allow unauthenticated downloading of Free/Busy information"
-msgstr ""
-"Erlaube nicht-authentifiziertes Herunterladen von Frei/Belegt-Informationen"
+#: plugins/admin/ogroups/phonequeue.tpl:18
+msgid "Down"
+msgstr "Ab"
 
 
-#: plugins/admin/systems/servkolab.tpl:117
-msgid "SMTP privileged networks"
-msgstr "SMTP privilegierte Netzwerke"
+#: plugins/admin/ogroups/phonequeue.tpl:46
+msgid "Timeout"
+msgstr "Wartezeit"
 
 
-#: plugins/admin/systems/servkolab.tpl:122
-msgid "Hosts/networks allowed to relay"
-msgstr "Rechner/Netzwerke, denen Weiterleitung erlaubt ist"
+#: plugins/admin/ogroups/phonequeue.tpl:54
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+msgid "Retry"
+msgstr "Wiederholen"
 
 
-#: plugins/admin/systems/servkolab.tpl:125
-msgid "Enter multiple values, seperated with"
-msgstr "Eingabe mehrerer Werte, getrennt durch"
+#: plugins/admin/ogroups/phonequeue.tpl:62
+msgid "Strategy"
+msgstr "Strategie"
 
 
-#: plugins/admin/systems/servkolab.tpl:138
-msgid "SMTP smarthost/relayhost"
-msgstr "SMTP smarthost/relayhost"
+#: plugins/admin/ogroups/phonequeue.tpl:74
+msgid "Max queue length"
+msgstr "Maximale Grösse der Warteschlange"
 
 
-#: plugins/admin/systems/servkolab.tpl:144
-msgid "Enable MX lookup for relayhost"
-msgstr "Aktiviere MX lookup für relayhost"
+#: plugins/admin/ogroups/phonequeue.tpl:82
+msgid "Announce frequency"
+msgstr "Benachrichtigungsfrequenz"
 
 
-#: plugins/admin/systems/servkolab.tpl:149
-msgid "Host used to relay mails"
-msgstr "Host für Mail Relay"
+#: plugins/admin/ogroups/phonequeue.tpl:86
+msgid "(in seconds)"
+msgstr "(in Sekunden)"
 
 
-#: plugins/admin/systems/servkolab.tpl:163
-msgid "Accept Internet Mail"
-msgstr "Akzeptiere Internet-Mail"
+#: plugins/admin/ogroups/phonequeue.tpl:94
+msgid "Queue sound setup"
+msgstr "Einstellung der Ansagen/Töne"
 
 
-#: plugins/admin/systems/servkolab.tpl:169
-msgid "Accept mail from other domains over non-authenticated SMTP"
-msgstr "Akzeptiere Mails von anderen Domänen über nicht-authentifiziertes SMTP"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "Use music on hold instead of ringing"
+msgstr "Benutze Wartemusik statt Klingelton"
 
 
-#: plugins/admin/systems/phonesettings.tpl:1
-msgid "Advanced phone settings"
-msgstr "Erweiterte Telefon-Einstellungen"
+#: plugins/admin/ogroups/phonequeue.tpl:108
+msgid "Music on hold"
+msgstr "Wartemusik"
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
-msgid "Phone type"
-msgstr "Telefon-Modell"
+#: plugins/admin/ogroups/phonequeue.tpl:116
+msgid "Welcome sound file"
+msgstr "'Willkommen'"
 
 
-#: plugins/admin/systems/phonesettings.tpl:7
-#: plugins/admin/systems/phonesettings.tpl:25
-#: plugins/admin/systems/phonesettings.tpl:35
-#: plugins/admin/systems/phonesettings.tpl:49
-#: plugins/admin/systems/phonesettings.tpl:78
-#: plugins/admin/systems/phonesettings.tpl:109
-#: plugins/admin/systems/phonesettings.tpl:156
-msgid "Choose a phone type"
-msgstr "Wählen Sie das Telefon-Modell"
+#: plugins/admin/ogroups/phonequeue.tpl:124
+msgid "Announce message"
+msgstr "Benachrichtigung"
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr "Aktualisieren"
+#: plugins/admin/ogroups/phonequeue.tpl:132
+msgid "Sound file for 'You are next ...'"
+msgstr "Klangdatei für Ansage 'Sie sind der Nächste...'"
 
 
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
-msgstr "DTMF-Modus"
+#: plugins/admin/ogroups/phonequeue.tpl:140
+msgid "'There are ...'"
+msgstr "'Es gibt ...'"
 
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-msgid "Default IP"
-msgstr "Standard IP-Adresse"
+#: plugins/admin/ogroups/phonequeue.tpl:148
+msgid "'... calls waiting'"
+msgstr "'... wartende Anrufe'"
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
-msgstr "Wartezeit bis Antwort"
+#: plugins/admin/ogroups/phonequeue.tpl:156
+msgid "'Thank you' message"
+msgstr "'Vielen Dank'"
 
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
-msgstr "Modus"
+#: plugins/admin/ogroups/phonequeue.tpl:164
+msgid "'minutes' sound file"
+msgstr "'Minuten'"
 
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
-msgstr "Authentifizierung"
+#: plugins/admin/ogroups/phonequeue.tpl:172
+msgid "'seconds' sound file"
+msgstr "'Sekunden'"
 
 
-#: plugins/admin/systems/phonesettings.tpl:116
-msgid "Secret"
-msgstr "Passwort"
+#: plugins/admin/ogroups/phonequeue.tpl:180
+msgid "Hold sound file"
+msgstr "Gespräch halten"
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
-msgstr "GOFon-Schlüssel (eingehend)"
+#: plugins/admin/ogroups/phonequeue.tpl:188
+msgid "Less Than sound file"
+msgstr "'Weniger als...''"
 
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
-msgstr "GOFon-Schlüssel (ausgehend)"
+#: plugins/admin/ogroups/phonequeue.tpl:204
+msgid "Phone attributes "
+msgstr "Telefon-Attribute"
 
 
-#: plugins/admin/systems/phonesettings.tpl:145
-msgid "Account code"
-msgstr "Konto-Identifikation"
+#: plugins/admin/ogroups/phonequeue.tpl:212
+msgid "Announce holdtime"
+msgstr "Benachrichtige über Wartezeit"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-msgid "Trunk lines"
-msgstr "Leitungen zusammenfassen"
+#: plugins/admin/ogroups/phonequeue.tpl:218
+msgid "Allow the called user to transfer his call"
+msgstr "Erlaube Weiterleiten des Gesprächs (Angerufener)"
 
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
-msgstr "Erlaube diesen Rechnern die Verbindung"
+#: plugins/admin/ogroups/phonequeue.tpl:224
+msgid "Allows calling user to transfer call"
+msgstr "Erlaube Weiterleiten des Gesprächs (Anrufer)"
 
 
-#: plugins/admin/systems/phonesettings.tpl:183
-msgid "Hosts that are not allowed to connect"
-msgstr "Verbiete diesen Rechnern die Verbindung"
+#: plugins/admin/ogroups/phonequeue.tpl:234
+msgid "Allow the called to hangup by pressing *"
+msgstr "Auflegen durch Drücken der Taste '*' (Angerufener)"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
-msgstr "MSN"
+#: plugins/admin/ogroups/phonequeue.tpl:240
+msgid "Allows calling to hangup by pressing *"
+msgstr "Auflegen durch Drücken der Taste '*' (Anrufer)"
 
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
-msgstr "Name des Systems"
+#: plugins/admin/ogroups/phonequeue.tpl:246
+msgid "Ring instead of playing background music"
+msgstr "Klingelton statt Hintergrund-Musik"
 
 
-#: plugins/admin/systems/terminalService.tpl:141
-msgid "Remote desktop"
-msgstr "Entfernte Arbeitsfläche"
+#: plugins/admin/fai/remove.tpl:7
+msgid ""
+"This includes 'all' object information. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
+msgstr ""
+"Dies umfasst <b>alle</b> Objekt-Informationen Bitte prüfen Sie genau, da es "
+"keine Möglichkeit für GOsa gibt, die Daten zu restaurieren. "
 
 
-#: plugins/admin/systems/terminalService.tpl:145
-msgid "Connect method"
-msgstr "Verbindungsmethode"
+#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
+msgid "Fully Automatic Installation"
+msgstr "Automatische Installation"
 
 
-#: plugins/admin/systems/terminalService.tpl:147
-msgid "Choose method to connect to terminal server"
-msgstr "Wählen Sie die Methode der Anbindung an den Terminal-Server"
+#: plugins/admin/fai/class_faiManagement.inc:31
+msgid "FAI"
+msgstr "FAI"
 
 
-#: plugins/admin/systems/terminalService.tpl:154
-msgid "Terminal server"
-msgstr "Terminal-Server"
+#: plugins/admin/fai/class_faiManagement.inc:32
+msgid "Fully Automatic Installation - management"
+msgstr "Verwaltung von FAI"
 
 
-#: plugins/admin/systems/terminalService.tpl:156
-msgid "Select specific terminal server to use"
-msgstr "Wählen Sie einen bestimmten Terminal-Server"
+#: plugins/admin/fai/class_faiManagement.inc:204
+#, php-format
+msgid "You're about to delete all information about the FAI class at '%s'."
+msgstr "Sie sind dabei, alle Informationen über die FAI-Klasse auf '%s' zu löschen."
 
 
-#: plugins/admin/systems/terminalService.tpl:163
-msgid "Font server"
-msgstr "Schriften-Server"
+#: plugins/admin/fai/class_faiManagement.inc:439
+msgid "New profile"
+msgstr "Neues Profil"
 
 
-#: plugins/admin/systems/terminalService.tpl:165
-msgid "Select specific font server to use"
-msgstr "Wählen Sie einen bestimmten Schriften-Server"
+#: plugins/admin/fai/class_faiManagement.inc:439
+msgid "P"
+msgstr "P"
 
 
-#: plugins/admin/systems/terminalService.tpl:181
-msgid "Print device"
-msgstr "Drucker"
+#: plugins/admin/fai/class_faiManagement.inc:444
+msgid "New partition table"
+msgstr "Neue Partitions-Tabelle"
 
 
-#: plugins/admin/systems/terminalService.tpl:182
-msgid "Select to start IPP based printing service on terminal"
-msgstr "Auswählen, um auf dem Terminal IPP-basierte Druckdienste zu starten"
+#: plugins/admin/fai/class_faiManagement.inc:444
+msgid "PT"
+msgstr "PT"
 
 
-#: plugins/admin/systems/terminalService.tpl:183
-msgid "Provide print services"
-msgstr "Druckdienste bereitstellen"
+#: plugins/admin/fai/class_faiManagement.inc:447
+msgid "New scripts"
+msgstr "Neue Skripte"
 
 
-#: plugins/admin/systems/terminalService.tpl:189
-msgid "Spool server"
-msgstr "Spool-Server"
+#: plugins/admin/fai/class_faiManagement.inc:447
+msgid "S"
+msgstr "S"
 
 
-#: plugins/admin/systems/terminalService.tpl:191
-msgid "Select NFS filesystem to place spool files on"
-msgstr ""
-"Wählen Sie das NFS-Dateisystem, in dem die Spool-Dateien abgelegt werden"
+#: plugins/admin/fai/class_faiManagement.inc:450
+msgid "New hooks"
+msgstr "Neue Hooks"
 
 
-#: plugins/admin/systems/terminalService.tpl:212
-msgid "Select scanner driver to use"
-msgstr "Wählen Sie den Scanner-Treiber, der benutzt werden soll"
+#: plugins/admin/fai/class_faiManagement.inc:450
+msgid "H"
+msgstr "H"
 
 
-#: plugins/admin/systems/remove.tpl:6
-msgid ""
-"This includes <b>all</b> system and setup informations. Please double check "
-"if your really want to do this since there is no way for GOsa to get your "
-"data back."
-msgstr ""
-"Dies umfasst <b>alle</b> System- und Setup-Informationen Bitte prüfen Sie "
-"genau, da es keine Möglichkeit für GOsa gibt, die Daten zu restaurieren. "
+#: plugins/admin/fai/class_faiManagement.inc:453
+msgid "New variables"
+msgstr "Neue Variablen"
 
 
-#: plugins/admin/systems/headpage.tpl:6
-msgid "List of systems"
-msgstr "Liste der Systeme"
+#: plugins/admin/fai/class_faiManagement.inc:453
+msgid "V"
+msgstr "V"
 
 
-#: plugins/admin/systems/headpage.tpl:24
-msgid ""
-"This menu allows you to add, remove and change the properties of specific "
-"systems. You can only add systems which have already been started once."
-msgstr ""
-"Mit diesem Menü können Sie Systeme hinzufügen, diese löschen oder die "
-"Eigenschaften bestimmter Systeme verändern. Sie können nur Systeme "
-"hinzufügen, die bereits einmal im Netz gestartet wurden."
+#: plugins/admin/fai/class_faiManagement.inc:456
+msgid "New templates"
+msgstr "Neue Vorlagen"
 
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
-msgstr "Wählen um Server anzuzeigen"
+#: plugins/admin/fai/class_faiManagement.inc:456
+msgid "T"
+msgstr "T"
 
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Zeige Server"
+#: plugins/admin/fai/class_faiManagement.inc:459
+msgid "New package list"
+msgstr "Neue Paketliste"
 
 
-#: plugins/admin/systems/headpage.tpl:39
-msgid "Select to see Linux terminals"
-msgstr "Wählen, um Linux-Terminals zu sehen"
+#: plugins/admin/fai/class_faiManagement.inc:459
+msgid "PK"
+msgstr "PK"
 
 
-#: plugins/admin/systems/headpage.tpl:39
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Zeige Terminals"
+#: plugins/admin/fai/class_faiManagement.inc:477
+msgid "Name of FAI class"
+msgstr "Name der FAI-Klasse"
 
 
-#: plugins/admin/systems/headpage.tpl:40
-msgid "Select to see Linux workstations"
-msgstr "Wählen, um Linux-Arbeitsstationen zu sehen"
+#: plugins/admin/fai/class_faiManagement.inc:478
+msgid "Class type"
+msgstr "Typ der Klasse"
 
 
-#: plugins/admin/systems/headpage.tpl:40
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Zeige Arbeitsstationen"
+#: plugins/admin/fai/class_faiManagement.inc:482
+msgid "Edit class"
+msgstr "Klasse bearbeiten"
 
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Auswählen, um Microsoft Windows Arbeitsstationen zu sehen"
+#: plugins/admin/fai/class_faiManagement.inc:483
+msgid "Delete class"
+msgstr "Klasse entfernen"
 
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Show windows based workstations"
-msgstr "Zeige Windows basierte Arbeitsstationen"
+#: plugins/admin/fai/class_faiManagement.inc:525
+#: plugins/admin/fai/class_faiManagement.inc:526
+#: plugins/admin/fai/class_faiProfile.inc:161
+#: plugins/admin/fai/class_faiProfileEntry.inc:123
+msgid "Partition table"
+msgstr "Partitionstabelle"
 
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Select to see network printers"
-msgstr "Wählen, um die 'Netzwerk-Drucker' zu sehen"
+#: plugins/admin/fai/class_faiManagement.inc:532
+#: plugins/admin/fai/class_faiManagement.inc:533
+msgid "Package list"
+msgstr "Paketliste"
 
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Show network printers"
-msgstr "Zeige Netzwerk-Drucker"
+#: plugins/admin/fai/class_faiManagement.inc:539
+#: plugins/admin/fai/class_faiManagement.inc:540
+msgid "Scripts"
+msgstr "Skripte"
 
 
-#: plugins/admin/systems/headpage.tpl:43
-msgid "Select to see VOIP phones"
-msgstr "Wählen, um 'VoIP-Telefone' zu sehen"
+#: plugins/admin/fai/class_faiManagement.inc:560
+#: plugins/admin/fai/class_faiManagement.inc:561
+msgid "Profile"
+msgstr "Profil"
 
 
-#: plugins/admin/systems/headpage.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Zeige Telefone"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+msgid "Device"
+msgstr "Gerät"
 
 
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Select to see network devices"
-msgstr "Wählen, um Netzwerk-Geräte zu sehen"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+msgid "Partition entries"
+msgstr "Partitions-Einträge"
 
 
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Show network devices"
-msgstr "Zeige Netzwerk-Geräte"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+msgid "Add partition"
+msgstr "Partition hinzufügen"
 
 
-#: plugins/admin/systems/headpage.tpl:52
-msgid "Regular expression for matching system names"
-msgstr "Regulärer Ausdruck für System-Namen"
+#: plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
+#: plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/class_faiProfileEntry.inc:154
+#: plugins/admin/fai/faiHook.tpl:32
+msgid "Objects"
+msgstr "Objekte"
 
 
-#: plugins/admin/systems/headpage.tpl:59
-msgid "Display systems of user"
-msgstr "Zeige Systeme des Benutzers"
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+msgid "Discs"
+msgstr "Festplatten"
 
 
-#: plugins/admin/systems/headpage.tpl:62
-msgid "User name of which terminal(s) are shown"
-msgstr "Benutzername, dessen Terminal(s) gezeigt werden"
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
+msgstr "Wählen Sie eine Festplatte zum Entfernen oder Bearbeiten"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
+msgstr "Liste von FAI-Objekten"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:27
+msgid ""
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
 msgstr ""
 msgstr ""
-"Wählen, wenn das Terminal den grafischen Startvorgang mit Fortschrittsbalken "
-"unterstützt"
+"Dieses Menü erlaubt es Ihnen, FAI Klassen-Namen auszuwählen und zum "
+"gegenwärtig bearbeiteten Profil hinzuzufügen."
 
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr "grafisches Booten nutzen"
+#: plugins/admin/fai/faiProfileEntry.tpl:40
+msgid "Show only classes with templates"
+msgstr "Zeige nur Klassen mit Vorlagen"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:38
-msgid "Select if terminal should boot in text mode"
-msgstr "Wählen, wenn das Terminal im Textmodus starten soll"
+#: plugins/admin/fai/faiProfileEntry.tpl:42
+msgid "Show only classes with scripts"
+msgstr "Zeige nur Klassen mit Skripten"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
-msgstr "Standard Textmodus nutzen"
+#: plugins/admin/fai/faiProfileEntry.tpl:44
+msgid "Show only classes with hooks"
+msgstr "Zeige nur Klassen mit Hooks"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:41
-msgid "Select to get more verbose output during startup"
-msgstr "Wählen, um ausführlichere Informationen während des Starts zu erhalten"
+#: plugins/admin/fai/faiProfileEntry.tpl:46
+msgid "Show only classes with variables"
+msgstr "Zeige nur Klassen mit Variablen"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
-msgstr "benutze Fehlersuch-Modus"
+#: plugins/admin/fai/faiProfileEntry.tpl:48
+msgid "Show only classes with packages"
+msgstr "Zeige nur Klassen mit Paketen"
 
 
-#: plugins/admin/systems/password.tpl:2
-msgid ""
-"To change the terminal root password use the fields below. The changes take "
-"effect during the next reboot. Please memorize the new password, because you "
-"wouldn't be able to log in."
-msgstr ""
-"Um das root-Passwort des Terminals zu ändern, nutzen Sie die Felder unten. "
-"Die Änderungen werden beim nächsten Neustart wirksam. Merken Sie sich das "
-"Passwort, da eine Anmeldung ohne dieses Passwort nicht möglich ist."
+#: plugins/admin/fai/faiProfileEntry.tpl:50
+msgid "Show only classes with partitions"
+msgstr "Zeige nur Klassen mit Partitionen"
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
-msgstr ""
-"Lassen Sie die Felder leer, um das Passwort aus den Standard-Einträgen zu "
-"übernehmen."
+#: plugins/admin/fai/faiVariable.tpl:34
+msgid "List of assigned variables"
+msgstr "Liste benutzter Variablen"
 
 
-#: plugins/admin/systems/password.tpl:9
-msgid "Changing the password impinges on authentification only."
-msgstr ""
-"Das Ändern des Passwortes wirkt sich nur auf die Authentifizierung aus."
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
+msgstr "Wählen Sie eine Variable zum Entfernen oder Bearbeiten"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
-msgid "Printer ppd selection."
-msgstr "Auswahl der Drucker-PPD"
+#: plugins/admin/fai/class_faiScriptEntry.inc:51
+#: plugins/admin/fai/class_faiHookEntry.inc:54
+msgid "Please select a valid file."
+msgstr "Bitte wählen Sie eine gültige Datei."
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:59
-#: plugins/admin/ogroups/tabs_ogroups.inc:151
-msgid "Phone queue"
-msgstr "Warteschlange"
+#: plugins/admin/fai/class_faiScriptEntry.inc:54
+#: plugins/admin/fai/class_faiHookEntry.inc:57
+msgid "Selected file is empty."
+msgstr "Die angebene Datei ist leer."
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:84
-#: plugins/admin/ogroups/tabs_ogroups.inc:131
-msgid "Terminals"
-msgstr "Arbeitsplätze"
+#: plugins/admin/fai/class_faiScriptEntry.inc:99
+#: plugins/admin/fai/class_faiVariableEntry.inc:86
+#: plugins/admin/fai/class_faiTemplateEntry.inc:164
+#: plugins/admin/fai/class_faiHookEntry.inc:112
+msgid "Please enter a name."
+msgstr "Bitte geben Sie eine Namen ein."
 
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
-msgstr "Mail-Verteilerliste"
+#: plugins/admin/fai/class_faiScriptEntry.inc:103
+msgid "Please enter a script."
+msgstr "Bitte geben Sie einen Skript an."
 
 
-#: plugins/admin/ogroups/mail.tpl:11
-msgid "Primary mail address for this distribution list"
-msgstr "Primäre Mail-Adresse der Verteilerliste"
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+msgid "Script attributes"
+msgstr "Skript-Attribute"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Zeige Abteilungen"
+#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
+msgid "Choose a priority"
+msgstr "Wählen Sie eine Priorität"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Zeige Abteilungen"
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+#: plugins/admin/fai/faiHookEntry.tpl:63
+msgid "Import script"
+msgstr "Skript importieren"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Wählen, um GOsa-Konten zu sehen"
+#: plugins/admin/fai/class_faiPackage.inc:150
+msgid "There is no useable package list defined."
+msgstr "Es wurde keine gebrauchsfähige Paketliste definiert."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Zeige Personen"
+#: plugins/admin/fai/class_faiPackage.inc:295
+#, php-format
+msgid "Can't read configuration folder '%s'."
+msgstr "Kann das Konfigurationsverzeichnis '%s' nicht lesen."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Wählen, um GOsa Gruppen zu sehen"
+#: plugins/admin/fai/class_faiPackage.inc:377
+msgid "Please select a least one Package."
+msgstr "Bitte wählen Sie mindestens ein Paket."
+
+#: plugins/admin/fai/class_faiPackage.inc:381
+msgid "Please choose a valid combination for your repository setup."
+msgstr "Bitte wählen Sie eine gültige Kombination für Ihr gewünschtes Repository"
+
+#: plugins/admin/fai/class_faiPackage.inc:402
+msgid "package is configured"
+msgstr "Paket ist konfiguriert"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Zeige Gruppen"
+#: plugins/admin/fai/class_faiPackage.inc:426
+#, php-format
+msgid "Package file '%s' does not exist."
+msgstr "Paket '%s' existiert nicht."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Wählen, um Anwendungen zu sehen"
+#: plugins/admin/fai/faiPackage.tpl:50
+msgid "Mirror"
+msgstr "Mirror"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Zeige Anwendungen"
+#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
+msgid "mirror"
+msgstr "Mirror"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Wählen, um die 'Arbeitsstationen' zu sehen"
+#: plugins/admin/fai/faiPackage.tpl:68
+msgid "Used packages"
+msgstr "Verwendete Pakete"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Wählen, um die 'Terminals' zu sehen"
+#: plugins/admin/fai/faiPackage.tpl:70
+msgid "Choosen packages"
+msgstr "Gewählte Pakete"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Wählen, um die 'Netzwerkdrucker' zu sehen"
+#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
+msgid "Configure"
+msgstr "Konfigurieren"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Zeige Netzwerk-Drucker"
+#: plugins/admin/fai/class_faiProfile.inc:145
+#: plugins/admin/fai/class_faiProfileEntry.inc:151
+msgid "This list displays all assigned class names for this profile."
+msgstr "Diese Liste zeigt alle diesem Profil zugeordneten Klassen-Namen."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Wählen, um die 'VOIP Telefone' zu sehen"
+#: plugins/admin/fai/class_faiProfile.inc:153
+msgid "Append new class names"
+msgstr "Neue Klassen-Namen anfügen"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:37
-msgid "Display objects of department"
-msgstr "Zeige die Objekte der Abteilung"
+#: plugins/admin/fai/class_faiProfile.inc:156
+#: plugins/admin/fai/class_faiProfileEntry.inc:118
+msgid "Hook bundle"
+msgstr "Hook-Gruppe"
 
 
-#: plugins/admin/ogroups/termgroup.tpl:1
-msgid ""
-"All actions you choose here influence <b>all</b> machines in this object "
-"group. Be aware that rebooting machines may not make people happy who are "
-"currently working at these machines."
-msgstr ""
-"Die gewählten Aktionen beeinflussen <b>alle</b> Systeme in dieser "
-"Objektgruppe. Seien Sie sich bewusst, dass das Neustarten von Systemen, auf "
-"denen gearbeitet wird, nicht gerade Freude verbreitet."
+#: plugins/admin/fai/class_faiProfile.inc:157
+#: plugins/admin/fai/class_faiProfileEntry.inc:119
+msgid "Template bundle"
+msgstr "Vorlagen-Gruppe"
 
 
-#: plugins/admin/ogroups/termgroup.tpl:7
-msgid "Select action to execute for this   group of terminals"
-msgstr "Wählen Sie die auszuführende Aktion für diese Gruppe von Terminals"
+#: plugins/admin/fai/class_faiProfile.inc:158
+#: plugins/admin/fai/class_faiProfileEntry.inc:120
+msgid "Script bundle"
+msgstr "Skript-Gruppe"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
-msgid "Object groups"
-msgstr "Objektgruppen"
+#: plugins/admin/fai/class_faiProfile.inc:159
+#: plugins/admin/fai/class_faiProfileEntry.inc:121
+msgid "Variable bundle"
+msgstr "Variablen-Gruppe"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:41
-msgid "UNIX accounts"
-msgstr "Unix-Konten"
+#: plugins/admin/fai/class_faiProfile.inc:160
+msgid "Packages bundle"
+msgstr "Paket-Gruppe"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
-#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
-#: html/getxls.php:245 html/getxls.php:316
-msgid "Servers"
-msgstr "Server"
+#: plugins/admin/fai/class_faiProfile.inc:163
+msgid "Remove class from profile"
+msgstr "Entferne Klasse von Profil"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:46
-msgid "Thin Clients"
-msgstr "Thin Clients"
+#: plugins/admin/fai/class_faiProfile.inc:226
+msgid "Please assign at least one class to this  profile."
+msgstr "Bitte ordnen Sie diesem Profil mindestens eine Klasse zu."
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:47
-msgid "Workstations"
-msgstr "Workstations"
+#: plugins/admin/fai/class_faiProfile.inc:230
+msgid "Please enter a valid name."
+msgstr "Bitte geben Sie einen gültigen Namen ein."
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:217
-#, php-format
-msgid "You're about to delete the object group '%s'."
-msgstr "Sie sind dabei die Objektgruppe '%s' zu löschen."
+#: plugins/admin/fai/class_faiProfile.inc:238
+msgid "There is already a profile with this class name defined."
+msgstr "Der von Ihnen angegebene Klassen-Name ist bereits für ein Profil vergeben."
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:223
-#: plugins/admin/ogroups/class_ogroupManagement.inc:249
-msgid "You are not allowed to delete this object group!"
-msgstr "Es ist Ihnen nicht erlaubt, diese Objektgruppe zu löschen!"
+#: plugins/admin/fai/faiProfile.tpl:32
+msgid "FAI classes"
+msgstr "FAI-Klassen"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-msgid "Create new object group"
-msgstr "Erstelle neue Objektgruppe"
+#: plugins/admin/fai/headpage.tpl:6
+msgid "List of FAI classes"
+msgstr "Liste benutzter Klassen"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
-msgid "Name of object groups"
-msgstr "Name der Objektgruppen"
+#: plugins/admin/fai/headpage.tpl:24
+msgid "This menu allows you to create, delete and edit FAI classes."
+msgstr ""
+"Dieses Menü erlaubt es Ihnen, FAI-Klassen zu erstellen, entfernen und zu "
+"bearbeiten."
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:440
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Objektgruppe"
+#: plugins/admin/fai/headpage.tpl:36
+msgid "Show profiles"
+msgstr "Zeige Profile"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:132
-msgid "This 'dn' is no object group."
-msgstr "Diese 'dn' ist keine Objektgruppenerweiterungen."
+#: plugins/admin/fai/headpage.tpl:38
+msgid "Show scripts"
+msgstr "Zeige Skripte"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:242
-msgid "too many different objects!"
-msgstr "zu viele unterschiedliche Objekte!"
+#: plugins/admin/fai/headpage.tpl:39
+msgid "Show hooks"
+msgstr "Zeige Hooks"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:244
-msgid "users"
-msgstr "Benutzer"
+#: plugins/admin/fai/headpage.tpl:40
+msgid "Show variables"
+msgstr "Zeige Variablen"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:245
-msgid "groups"
-msgstr "Gruppen"
+#: plugins/admin/fai/headpage.tpl:41
+msgid "Show packages"
+msgstr "Zeige Pakete"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:246
-msgid "applications"
-msgstr "Anwendungen"
+#: plugins/admin/fai/headpage.tpl:42
+msgid "Show partitions"
+msgstr "Zeige Partitionen"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:247
-msgid "departments"
-msgstr "Abteilungen"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
+msgid "FS type"
+msgstr "Dateisystem"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:248
-msgid "servers"
-msgstr "Server"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
+msgid "Mount point"
+msgstr "Mount-Punkt"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:249
-msgid "workstations"
-msgstr "Arbeitsstationen"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
+msgid "Size in MB"
+msgstr "Größe in MB"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:250
-msgid "terminals"
-msgstr "Terminals"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
+msgid "Mount options"
+msgstr "Mount-Optionen"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:251
-msgid "phones"
-msgstr "Telefone"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
+msgid "FS option"
+msgstr "Dateisystem-Option"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:252
-msgid "printers"
-msgstr "Drucker"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
+msgid "Preserve"
+msgstr "Bewahren"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:259
-msgid "and"
-msgstr "und"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
+#, php-format
+msgid "please enter a unique mount point for partition %s"
+msgstr "Bitte geben Sie einen eindeutigen Mount-Punkt für Partition %s ein."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:410
-msgid "Non existing dn: "
-msgstr "Unbekannte dn: "
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
+#, php-format
+msgid "Please enter a valid mount point for partition %s."
+msgstr "Bitte geben Sie einen gültigen Mount-Punkt für Partition %s ein."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:534
-msgid "There is already an object with this cn."
-msgstr "Diese cn ist bereits vergeben."
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
+#, php-format
+msgid ""
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
+msgstr ""
+"Dateisystem 'swap' wird bereits benutzt, ändern Sie bitte das Dateisystem "
+"für Partition %s."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:551
-msgid "You can combine two different object types at maximum only!"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
+msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
 msgstr ""
 msgstr ""
-"Sie können maximal zwei verschiedene Objekttypen miteinander kombinieren!"
+"Bitte wählen Sie 'swap' als Mount-Punkt, wenn Dateisystem 'swap' gewählt "
+"wurde."
 
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Name der Gruppe"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
+#, php-format
+msgid "Please enter a valid partition size for partition %s."
+msgstr "Bitte geben Sie eine gültige Grösse für Partition %s ein."
 
 
-#: plugins/admin/ogroups/generic.tpl:33
-msgid "Member objects"
-msgstr "Zusammengefasste Objekte"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
+#, php-format
+msgid "Please enter a valid range for partition %s."
+msgstr "Bitte geben Sie einen gültigen Bereich für Partition %s ein."
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:41
-msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
+#, php-format
+msgid "Please enter a range for partition size for partition %s."
 msgstr ""
 msgstr ""
-"Diese Gruppe besitzt aktivierte Mail-Erweiterungen. Sie können diese "
-"deaktivieren, indem Sie auf die Schaltfläche unten klicken."
+"Bitte geben Sie einen Bereich für die Partitionsgröße für die Partition %s "
+"an."
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
-msgstr ""
-"Diese Gruppe besitz keine Mail-Erweiterungen. Sie können diese aktivieren, "
-"wenn Sie auf die untere Schaltfläche klicken."
+#: plugins/admin/fai/faiScript.tpl:34
+msgid "List of scripts"
+msgstr "Liste der Skripte"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:79
-msgid "ring all"
-msgstr "alle gleichzeitig"
+#: plugins/admin/fai/faiScript.tpl:40
+msgid "Choose a script to delete or edit"
+msgstr "Wählen Sie ein Skript zum Entfernen oder Bearbeiten"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:80
-msgid "round robin"
-msgstr "nacheinander"
+#: plugins/admin/fai/class_faiVariableEntry.inc:82
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Bitte geben Sie einen Wert für das Attribute 'Inhalt' an."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:81
-msgid "least recently called"
-msgstr "am wenigsten Anrufe"
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+msgid "Variable attributes"
+msgstr "Variablen-Attribute"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:82
-msgid "fewest completed calls"
-msgstr "am wenigsten abgeschlossene Anrufe"
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+msgid "Variable content"
+msgstr "Variablen-Inhalt"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:83
-msgid "random"
-msgstr "zufällig"
+#: plugins/admin/fai/faiTemplate.tpl:31
+msgid "List of template files"
+msgstr "Liste der Vorlagen"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:84
-msgid "round robin with memory"
-msgstr "nacheinander (mit Speicher)"
+#: plugins/admin/fai/faiTemplate.tpl:37
+msgid "Choose a template to delete or edit"
+msgstr "Wählen Sie eine Vorlage zum Entfernen oder Bearbeiten"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:113
-msgid "Remove the phone queue from this Account"
-msgstr "Warteschlange von diesem Konto entfernen"
+#: plugins/admin/fai/class_faiPartitionTable.inc:226
+#: plugins/admin/fai/class_faiPartitionTable.inc:232
+#, php-format
+msgid "%s partition"
+msgstr "%s Partition"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:114
-msgid ""
-"Phone queue is enabled for this group. You can disable it by clicking below."
-msgstr ""
-"Diese Gruppe besitzt aktivierte die Warteschlangen-Erweiterung. Sie können "
-"diese durch einen Klick auf die untere Schaltfläche deaktivieren."
+#: plugins/admin/fai/class_faiPartitionTable.inc:228
+#: plugins/admin/fai/class_faiPartitionTable.inc:234
+#, php-format
+msgid "%s partition(s)"
+msgstr "%s Partition(en)"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:116
-msgid "Create phone queue"
-msgstr "Warteschlange erstellen"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:74
+msgid "no file uploaded yet"
+msgstr "Es wurden noch keine Datei hochgeladen."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:117
-msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Diese Gruppe besitzt keine gültigen Warteschlangen-Erweiterung. Sie können "
-"diese durch einen Klick auf die untere Schaltfläche aktivieren."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:76
+#, php-format
+msgid "exists in database (size: %s bytes)"
+msgstr "existiert in der Datenbank (Größe: %s Bytes)"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:199
-msgid "Timeout must be numeric"
-msgstr "Der Wert für 'Wartezeit' muss numerisch sein"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:156
+msgid "Please specify a value for attribute 'file'."
+msgstr "Bitte geben Sie einen Wert für Attribut 'Datei' an."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:202
-msgid "Retry must be numeric"
-msgstr "Der Wert für 'Wiederholen' muss numerisch sein"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:160
+msgid "Please specify a value for attribute 'path'."
+msgstr "Bitte geben Sie einen Wert für Attribut 'Pfad' an."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:205
-msgid "Max queue length must be numeric"
-msgstr "Der Wert für 'Maximale Grösse der Warteschlange' muss numerisch sein"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:168
+msgid "Please enter a user."
+msgstr "Bitte geben Sie einen Benutzer ein."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:208
-msgid "Announce frequency must be numeric"
-msgstr "Der Wert für 'Benachrichtigungsfrequenz' muss numerisch sein"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:171
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+msgstr "Bitte geben Sie einen gültigen Benutzer ein (0-9 und a-Z sind erlaubt)."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "There must be least one queue number defined."
-msgstr "Es ist mindestens eine Telefonnummer erforderlich."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:175
+msgid "Please enter a group."
+msgstr "Bitte geben Sie eine Gruppe ein."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:225
-msgid ""
-"There is currently no asterisk server defined. Your settings can't be saved."
-msgstr ""
-"Im Moment ist kein Asterisk-Server definiert. Ihre Einstellungen können "
-"nicht gespeichert werden."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:178
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+msgstr "Bitte geben Sie eine gültige Gruppe ein (0-9 und a-Z sind erlaubt)."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:238
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
-#, php-format
-msgid ""
-"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
-msgstr ""
-"MySQL-Server '%s' kann nicht als Benutzer '%s' erreicht werden, überprüfen "
-"Sie das GOsa Protokoll auf MySQL-Fehlermeldungen."
+#: plugins/admin/fai/class_faiHookEntry.inc:108
+msgid "Please enter a value for script."
+msgstr "Bitte geben Sie einen Wert für 'Skript' ein."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:248
-#: plugins/admin/ogroups/class_phonequeue.inc:622
-#: plugins/gofon/macro/class_gofonMacro.inc:216
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1045
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
-#, php-format
-msgid "Can't select database %s on %s."
-msgstr "Die Datenbank %s auf %s kann nicht ausgewählt werden."
+#: plugins/admin/fai/class_faiProfileEntry.inc:122
+msgid "Package bundle"
+msgstr "Paket-Gruppe"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:279
-#: plugins/admin/ogroups/class_phonequeue.inc:493
-#: plugins/admin/ogroups/class_phonequeue.inc:658
-#, php-format
-msgid "Can't delete in Database %s, on Server %s."
-msgstr "Kann Datenbank '%s' auf Server '%s' nicht löschen."
+#: plugins/admin/fai/class_faiProfileEntry.inc:153
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+msgid "Class name"
+msgstr "Klassen-Name"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:523
-#: plugins/admin/ogroups/class_phonequeue.inc:525
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1146
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1148
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
-msgstr "Die angegebene Telefonnummer '%s' wird bereits von '%s' verwendet."
+#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
+msgid "Hook attributes"
+msgstr "Hook-Attribute"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:612
-#: plugins/gofon/macro/class_gofonMacro.inc:205
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1034
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
-#, php-format
-msgid ""
-"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
-msgstr ""
-"MySQL-Server '%s' kann nicht als Benutzer '%s' erreicht werden, überprüfen "
-"Sie das GOsa Protokoll auf MySQL-Fehlermeldungen."
+#: plugins/admin/fai/faiHookEntry.tpl:34
+msgid "Task"
+msgstr "Aufgabe"
 
 
-#: plugins/admin/ogroups/remove.tpl:7
-msgid ""
-"Please double check if you really want to do this since there is no way for "
-"GOsa to get your data back."
-msgstr ""
-"Bitte überprüfen Sie genau was Sie tun, weil GOsa keine Möglichkeit hat, die "
-"Daten wiederherzustellen."
+#: plugins/admin/fai/faiHookEntry.tpl:36
+msgid "Choose an existing FAI task"
+msgstr "Einen existierenden Task wählen"
 
 
-#: plugins/admin/ogroups/headpage.tpl:24
-msgid ""
-"This menu allows you to add, edit or remove selected groups. You may want to "
-"use the range selector on top of the group listbox, when working with a "
-"large number of groups."
-msgstr ""
-"Dieses Menü erlaubt es Ihnen, Gruppen hinzuzufügen, zu bearbeiten oder zu "
-"entfernen. Bei einer Vielzahl von Gruppen bietet sich die Verwendung der "
-"Bereichsauswahl an."
+#: plugins/admin/fai/class_askClassName.inc:71
+msgid "Create new FAI object - partition table."
+msgstr "Erstelle neues FAI-Objekt - Partitions-Tabelle"
 
 
-#: plugins/admin/ogroups/headpage.tpl:39
-msgid "Show groups containing users"
-msgstr "Zeige Gruppen mit Benutzern"
+#: plugins/admin/fai/class_askClassName.inc:72
+msgid "Create new FAI object - package bundle."
+msgstr "Erstelle neues FAI-Objekt - Paket-Gruppe"
 
 
-#: plugins/admin/ogroups/headpage.tpl:40
-msgid "Show groups containing groups"
-msgstr "Zeige Gruppen mit Gruppen"
+#: plugins/admin/fai/class_askClassName.inc:73
+msgid "Create new FAI object - script bundle."
+msgstr "Erstelle neues FAI-Objekt - Skript-Gruppe"
 
 
-#: plugins/admin/ogroups/headpage.tpl:41
-msgid "Show groups containing applications"
-msgstr "Zeige Gruppen mit Applikationen"
+#: plugins/admin/fai/class_askClassName.inc:74
+msgid "Create new FAI object - variable bundle."
+msgstr "Erstelle neues FAI-Objekt - Variablen-Gruppe"
 
 
-#: plugins/admin/ogroups/headpage.tpl:42
-msgid "Show groups containing departments"
-msgstr "Zeige Gruppen mit Abteilungen"
+#: plugins/admin/fai/class_askClassName.inc:75
+msgid "Create new FAI object - hook bundle."
+msgstr "Erstelle neues FAI-Objekt - Hook-Gruppe"
 
 
-#: plugins/admin/ogroups/headpage.tpl:43
-msgid "Show groups containing servers"
-msgstr "Zeige Gruppen mit Servern"
+#: plugins/admin/fai/class_askClassName.inc:76
+msgid "Create new FAI object - profile."
+msgstr "Erstelle neues FAI-Objekt - Profil"
 
 
-#: plugins/admin/ogroups/headpage.tpl:44
-msgid "Show groups containing workstations"
-msgstr "Zeige Gruppen mit Arbeitsstationen"
+#: plugins/admin/fai/class_askClassName.inc:77
+msgid "Create new FAI object - template."
+msgstr "Erstelle neues FAI-Objekt - Vorlage"
 
 
-#: plugins/admin/ogroups/headpage.tpl:45
-msgid "Show groups containing terminals"
-msgstr "Zeige Gruppen mit Terminals"
+#: plugins/admin/fai/class_askClassName.inc:78
+msgid "Create new FAI object"
+msgstr "Erstelle neues FAI-Objekt"
+
+#: plugins/admin/fai/class_askClassName.inc:131
+msgid "The given class name is empty."
+msgstr "Der angebene Klassen-Name ist leer."
 
 
-#: plugins/admin/ogroups/headpage.tpl:46
-msgid "Show groups containing printers"
-msgstr "Zeige Gruppen mit Druckern"
+#: plugins/admin/fai/class_askClassName.inc:135
+msgid "The specified class name is already in use for this object type."
+msgstr "Der angegebene Klassen-Name ist für diesen Objekt-Typ bereits in Gebrauch."
 
 
-#: plugins/admin/ogroups/headpage.tpl:51
-msgid "Display object groups matching"
-msgstr "Zeige Objektgruppen, auf die Folgendes passt"
+#: plugins/admin/fai/askClassName.tpl:6
+msgid ""
+"Adding a new class to the FAI management, requires a class name. You have to "
+"specify a unique class name for unique types of FAI classes, while you can "
+"use the same class name for different types of FAI classes. In the laste "
+"case, FAI will automatically enclose all these different class types to one "
+"unique class name."
+msgstr ""
+"Es wird ein Klassen-Name benötigt, um der FAI-Verwaltung eine neue Klasse "
+"hinzuzufügen. Dieser Klassen-Name muss lediglich für jeden Typ der FAI-"
+"Klasse eindeutig sein, d.h. Sie können den gleichen Klassen-Namen für "
+"verschiedene Typen von FAI-Klassen verwenden. In diesem Fall wird FAI "
+"automatisch all diese verschiedenen Typen mit einem eindeutigen Namen "
+"versehen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:1
-msgid "Queue Settings"
-msgstr "Warteschlangen-Einstellungen"
+#: plugins/admin/fai/askClassName.tpl:12
+msgid ""
+"Please use one of the following methods to choose the name for the new FAI "
+"class."
+msgstr ""
+"Bitte verwenden Sie eine der folgenden Methoden um den Namen der neuen FAI-"
+"Klasse zu bestimmen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:4
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-msgid "Phone numbers"
-msgstr "Telefonnummern"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
+msgstr "FAI-Klassen-Name manuell eingeben"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/admin/ogroups/phonequeue.tpl:96
-msgid "Generic queue Settings"
-msgstr "Allgemeine Warteschlangen-Einstellungen"
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
+msgstr "Verwenden Sie den Namen aus einer Liste bestehender Klassen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:18
-msgid "Down"
-msgstr "Ab"
+#: plugins/admin/fai/askClassName.tpl:54
+msgid "Choose class name"
+msgstr "Wählen Sie den Klassen-Namen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:46
-msgid "Timeout"
-msgstr "Wartezeit"
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+msgid "Use"
+msgstr "Benutzen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:54
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Wiederholen"
+#: plugins/admin/fai/askClassName.tpl:74
+msgid "A new class name."
+msgstr "Ein neuer Klassen-Name."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:62
-msgid "Strategy"
-msgstr "Strategie"
+#: plugins/admin/fai/faiTemplateEntry.tpl:21
+msgid "Template attributes"
+msgstr "Vorlagen-Attribute"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:74
-msgid "Max queue length"
-msgstr "Maximale Grösse der Warteschlange"
+#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
+msgid "File"
+msgstr "Datei"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:82
-msgid "Announce frequency"
-msgstr "Benachrichtigungsfrequenz"
+#: plugins/admin/fai/faiTemplateEntry.tpl:35
+msgid "Save template"
+msgstr "Vorlage speichern"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:86
-msgid "(in seconds)"
-msgstr "(in Sekunden)"
+#: plugins/admin/fai/faiTemplateEntry.tpl:47
+msgid "Destination path"
+msgstr "Ziel-Pfad"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:94
-msgid "Queue sound setup"
-msgstr "Einstellung der Ansagen/Töne"
+#: plugins/admin/fai/faiTemplateEntry.tpl:62
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
+msgid "Owner"
+msgstr "Besitzer"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "Use music on hold instead of ringing"
-msgstr "Benutze Wartemusik statt Klingelton"
+#: plugins/admin/fai/faiTemplateEntry.tpl:80
+msgid "Access"
+msgstr "Zugriff"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:108
-msgid "Music on hold"
-msgstr "Wartemusik"
+#: plugins/admin/fai/faiTemplateEntry.tpl:86
+msgid "Class"
+msgstr "Klasse"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:116
-msgid "Welcome sound file"
-msgstr "'Willkommen'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:87
+msgid "Read"
+msgstr "Lesen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:124
-msgid "Announce message"
-msgstr "Benachrichtigung"
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
+msgid "Write"
+msgstr "Schreiben"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:132
-msgid "Sound file for 'You are next ...'"
-msgstr "Klangdatei für Ansage 'Sie sind der Nächste...'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
+msgid "Special"
+msgstr "Speziell"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:140
-msgid "'There are ...'"
-msgstr "'Es gibt ...'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+msgid "SUID"
+msgstr "SUID"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:148
-msgid "'... calls waiting'"
-msgstr "'... wartende Anrufe'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
+msgid "SGID"
+msgstr "SGID"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:156
-msgid "'Thank you' message"
-msgstr "'Vielen Dank'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
+msgid "Others"
+msgstr "Andere"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:164
-msgid "'minutes' sound file"
-msgstr "'Minuten'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
+msgid "sticky"
+msgstr "sticky"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:172
-msgid "'seconds' sound file"
-msgstr "'Sekunden'"
+#: plugins/admin/fai/faiHook.tpl:34
+msgid "List of hook scripts"
+msgstr "Liste der Hook-Skripte"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:180
-msgid "Hold sound file"
-msgstr "Gespräch halten"
+#: plugins/admin/fai/faiHook.tpl:40
+msgid "Choose a hook to delete or edit"
+msgstr "Wählen Sie einen Hook zum Entfernen oder Bearbeiten"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:188
-msgid "Less Than sound file"
-msgstr "'Weniger als...''"
+#: plugins/admin/fai/class_faiPackageEntry.inc:35
+msgid "Please enter your search string here"
+msgstr "Bitte geben Sie hier einen Such-Text ein."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:204
-msgid "Phone attributes "
-msgstr "Telefon-Attribute"
+#: plugins/admin/fai/class_faiPackageEntry.inc:48
+msgid "This list displays all assigned package names for this repository settings."
+msgstr "Diese Liste zeigt alle diesem Repository zugeordneten Paket-Namen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:212
-msgid "Announce holdtime"
-msgstr "Benachrichtige über Wartezeit"
+#: plugins/admin/fai/faiPackageEntry.tpl:6
+msgid "List of available packages"
+msgstr "Liste verfügbarer Pakete"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:218
-msgid "Allow the called user to transfer his call"
-msgstr "Erlaube Weiterleiten des Gesprächs (Angerufener)"
+#: plugins/admin/fai/faiPackageEntry.tpl:26
+msgid ""
+"This menu allows you to select multiple packages to add them to the "
+"currently edited package list."
+msgstr ""
+"Dieses Menü erlaubt es Ihnen, Pakete auszuwählen und zur gegenwärtig "
+"bearbeiteten Paketliste hinzuzufügen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:224
-msgid "Allows calling user to transfer call"
-msgstr "Erlaube Weiterleiten des Gesprächs (Anrufer)"
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+msgid "Package"
+msgstr "Paket"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:234
-msgid "Allow the called to hangup by pressing *"
-msgstr "Auflegen durch Drücken der Taste '*' (Angerufener)"
+#: plugins/admin/fai/faiPackageNew.tpl:2
+msgid "Repository settings"
+msgstr "Repository-Einstellungen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:240
-msgid "Allows calling to hangup by pressing *"
-msgstr "Auflegen durch Drücken der Taste '*' (Anrufer)"
+#: plugins/admin/fai/faiPackageNew.tpl:6
+msgid ""
+"To add packages to your package list you have to setup the repository "
+"settings first."
+msgstr ""
+"Um Pakete zu ihrer Paketliste hinzuzufügen, müssen Sie zunächst die "
+"Repository-Einstellungen anpassen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:246
-msgid "Ring instead of playing background music"
-msgstr "Klingelton statt Hintergrund-Musik"
+#: plugins/admin/fai/faiPackageNew.tpl:8
+msgid ""
+"Packages are usually stored on different servers called mirrors. These "
+"mirrors have different types of releases (for example woody/sarge/etch), "
+"which finally contain packages sorted by section."
+msgstr ""
+"Pakete liegen üblicherweise auf verschiedenen Servern, die Mirror genannt "
+"werden. Diese Mirror enthalten verschiedene Releases (z.B. woody, sarge, "
+"etch,...). Diese enthalten wiederum nach Sections (main, contrib, non-"
+"free,...) sortierte Pakete."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
-msgstr "Telefon-Makros"
+#: plugins/admin/fai/faiPackageNew.tpl:11
+msgid ""
+"Section and release can't be changed in future dialogs, but the mirror can "
+"be changed by editing the entry."
+msgstr ""
+"Section und Release können in späteren Dialogen nicht mehr geändert werden, "
+"jedoch kann der Mirror bearbeitet werden."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
-#, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "Sie sind dabei das Makro '%s' zu löschen."
+#: plugins/admin/fai/faiPackageNew.tpl:17
+msgid "First select the preferred release, then the section and finally the mirror."
+msgstr ""
+"Bitte wählen Sie zunächst das gewünschte Release, dann die Section und "
+"abschliessend den Mirror."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
-msgid "You are not allowed to delete this macro!"
-msgstr "Sie sind nicht berechtigt, dieses Makro zu löschen!"
+#: plugins/admin/fai/faiPackageNew.tpl:25
+msgid "Following releases are available"
+msgstr "Die folgenden Releases sind verfügbar"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-msgid "Create new phone macro"
-msgstr "Neues Telefon-Makro erstellen"
+#: plugins/admin/fai/faiPackageNew.tpl:37
+msgid "Sections for this release"
+msgstr "Sections für dieses Release"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
-msgid "Visible"
-msgstr "Sichtbar"
+#: plugins/admin/fai/faiPackageNew.tpl:48
+msgid "Matching mirrors"
+msgstr "Passende Mirrors"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
-msgid "This table displays all phone macros, in the selected tree."
-msgstr "Diese Tabelle enthält alle Telefon-Markos des gewählten Unterbaumes."
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
+#, php-format
+msgid "Debconf information for package '%s'"
+msgstr "Debconf-Information für Paket '%s'"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
-msgid "Macro"
-msgstr "Makro"
+#: plugins/gofon/phoneaccount/main.inc:122
+msgid "Phone settings"
+msgstr "Telefon-Einstellungen"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
-msgid "visible"
-msgstr "sichtbar"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
+msgid "no macro"
+msgstr "kein Makro"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
-msgid "invisible"
-msgstr "unsichtbar"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:135
+msgid "undefined"
+msgstr "nicht definiert"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:97
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
+#: plugins/gofon/macro/class_gofonMacro.inc:97
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
 msgid ""
 "There is currently no asterisk server defined. Possibly you are missing a "
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
 msgid ""
 "There is currently no asterisk server defined. Possibly you are missing a "
@@ -8610,78 +8641,138 @@ msgstr ""
 "Einstellungen können daher nicht in der Asterisk-Datenbank gespeichert "
 "werden."
 
 "Einstellungen können daher nicht in der Asterisk-Datenbank gespeichert "
 "werden."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:103
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
-msgid "This 'dn' is no phone macro."
-msgstr "Diese 'dn' ist kein Telefon-Makro."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
+msgid ""
+"Can't save any changes to asterisk database, there is no mysql extension "
+"available."
+msgstr ""
+"Die MySQL-Erweiterung wurde nicht gefunden - kann daher keine Änderungen in "
+"der Asterisk-DB speichern."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:159
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:559
+msgid "Error while performing query:"
+msgstr "Fehler bei der Ausführung der Anfrage:"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:615
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:739
+msgid "This account has no phone extensions."
+msgstr "Dieses Konto besitzt keine Telefon-Erweiterungen."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:635
 msgid ""
 msgid ""
-"This macro ist still in use. To delete this Macro ensure that nobody has "
-"selected this Macro."
+"The macro you selected, is no longer available for you, please choose "
+"another one."
+msgstr "Das gewählte Makro ist nicht mehr verfügbar, bitte wählen Sie ein anderes."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:749
+msgid "Remove phone account"
+msgstr "Telefon-Konto entfernen"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:750
+msgid ""
+"This account has phone features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Dieses Makro ist in Benutzung. Um es zu entfernen, stellen Sie bitte "
-"zunächst sicher, dass niemand dieses Makro ausgewählt hat."
+"Dieses Konto besitzt aktivierte Telefon-Erweiterungen. Sie können diese "
+"durch einen Klick auf die untere Schaltfläche deaktivieren."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:191
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:753
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:756
+msgid "Create phone account"
+msgstr "Telefon-Konto erstellen"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
 msgid ""
 msgid ""
-"There is no mysql extension available in your php setup, can't save any "
-"changes to asterisk db."
+"This account has phone features disabled. You can't enable them while no uid "
+"is set."
 msgstr ""
 msgstr ""
-"Die MySQL-Erweiterung wurde nicht gefunden - kann daher keine Änderungen in "
-"der Asterisk-DB speichern."
+"Dieses Konto besitzt keine gültigen Telefon-Erweiterungen. Sie können diese "
+"nicht aktivieren, solange keine gültige UID gesetzt ist."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:261
-#, php-format
-msgid "Unable to parse macro contents on line: %s"
-msgstr "Fehler beim Einlesen des Makros in Zeile %s"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
+msgid ""
+"This account has phone features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Dieses Konto besitzt keine gültigen Telefon-Erweiterungen. Sie können diese "
+"durch einen Klick auf die untere Schaltfläche aktivieren."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:279
-#, php-format
-msgid "Can't perform SELECT query in DB '%s'"
-msgstr "Kann SELECT-Abfrage in Datenbank '%s' nicht ausführen"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
+msgid "Please enter a valid phone number!"
+msgstr "Bitte geben Sie eine gültige Telefonnummer ein"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:288
-#: plugins/gofon/macro/class_gofonMacro.inc:296
-#, php-format
-msgid "Can't perform DELETE query in DB '%s'"
-msgstr "Kann DELETE-Abfrage in Datenbank '%s' nicht ausführen"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
+msgid "Choose your private phone"
+msgstr "Wählen Sie Ihr privates Telefon"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:310
-#, php-format
-msgid "Can't perform INSERT query in DB '%s'"
-msgstr "Kann INSERT-Abfrage in Datenbank '%s' nicht ausführen"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
+msgid "Voicemail PIN must be between 1-4 characters."
+msgstr "Die Voicemail-PIN muss 1-4 Zeichen lang sein."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
+msgid ""
+"The specified Voicemail PIN contains invalid characters, only numeric values "
+"are allowed here."
+msgstr ""
+"Das Feld 'Voicemail-PIN' enthält ungültige Zeichen. Nur numerische Werte "
+"sind erlaubt."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:894
+msgid "Phone PIN must be at least one character long."
+msgstr "Die Telefon-PIN muss mindestens ein Zeichen lang sein."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:897
+msgid ""
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
+msgstr "Das Feld 'PIN' enthält ungültige Zeichen. Nur alphanumerische Werte sind erlaubt."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:907
 #, php-format
 #, php-format
-msgid "The given cn '%s' already exists."
-msgstr "Die Kennung '%s' exisitiert bereits."
+msgid "You need to specify at least one phone number!"
+msgstr "Bitte geben Sie mindestens eine Telefonnummer an!"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:362
-msgid "You must specify the 'Display Name' in order to save this macro"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:914
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
+#, php-format
+msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
 msgstr ""
 msgstr ""
-"Um das Makro zu speichern, darf das Feld 'Angezeigter Name'f nicht leer sein"
+"Der Parameter '%s' enthält ungültige Zeichen. '!,#' werden als Feldtrenner "
+"verwendet"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:366
-msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
-msgstr ""
-"Die angegebene cn ist zu lang. Die mögliche Länge ist auf 20 Zeichen "
-"begrenzt."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1076
+msgid "Stop"
+msgstr "Beenden"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:371
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1111
 #, php-format
 #, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
-msgstr ""
-"Zugriffsrechte nicht ausreichend, kann Attribut '%s' in goFonMacro nicht "
-"ändern"
+msgid "Removed user '%s' from phone queue '%s'."
+msgstr "Benutzer '%s' von Warteschlange '%s' entfernt."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:377
-msgid "Makro length must be lower than 100 lines"
-msgstr "Das Makro darf nicht länger als 100 Zeilen sein"
+#: plugins/gofon/phoneaccount/generic.tpl:33
+msgid "Voicemail PIN"
+msgstr "Voicemail-PIN"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:382
-msgid "Please choose a valid  base."
-msgstr "Bitte wählen Sie eine gültige Basis."
+#: plugins/gofon/phoneaccount/generic.tpl:41
+msgid "Phone PIN"
+msgstr "Telefon-PIN"
+
+#: plugins/gofon/phoneaccount/generic.tpl:59
+#: plugins/gofon/phoneaccount/generic.tpl:60
+msgid "Phone macro"
+msgstr "Telefon-Makro"
+
+#: plugins/gofon/phoneaccount/generic.tpl:67
+msgid "Refresh"
+msgstr "Aktualisieren"
+
+#: plugins/gofon/macro/parameter.tpl:3
+msgid "Argument"
+msgstr "Argument"
+
+#: plugins/gofon/macro/parameter.tpl:7
+msgid "type"
+msgstr "Typ"
 
 #: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
 msgid "Macro name"
 
 #: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
 msgid "Macro name"
@@ -8703,51 +8794,6 @@ msgstr "Sichtbar f
 msgid "Macro text"
 msgstr "Makro-Inhalt"
 
 msgid "Macro text"
 msgstr "Makro-Inhalt"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
-msgid "String"
-msgstr "Zeichenkette"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
-msgid "Combobox"
-msgstr "Auswahl-Gruppe"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
-msgid "Bool"
-msgstr "Schalter"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
-msgid "Delete unused"
-msgstr "Entferne"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
-msgstr ""
-"Zugriffsrechte nicht ausreichend, kann Attribut '%s' in goFonMacro nicht "
-"ändern."
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:915
-#, php-format
-msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
-msgstr ""
-"Der Parameter '%s' enthält ungültige Zeichen. '!,#' werden als Feldtrenner "
-"verwendet"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
-#, php-format
-msgid "The parameter %s has incorrect value for type bool."
-msgstr "Der Parameter %s besitzt einen ungültigen Wert für Datentyp bool."
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
-#, php-format
-msgid ""
-"Parameter count of the macro changed, you must update each user which are "
-"using this macro '%s'."
-msgstr ""
-"Die Parameterzahl des Makros hat sich geändert, sie müssen jeden Benutzer "
-"aktualisieren, der das Makro '%s' benutzt."
-
 #: plugins/gofon/macro/headpage.tpl:6
 msgid "List of macros"
 msgstr "Liste der Makros"
 #: plugins/gofon/macro/headpage.tpl:6
 msgid "List of macros"
 msgstr "Liste der Makros"
@@ -8778,177 +8824,152 @@ msgstr "Regul
 msgid "Phone macro management"
 msgstr "Telefon-Makro-Verwaltung"
 
 msgid "Phone macro management"
 msgstr "Telefon-Makro-Verwaltung"
 
-#: plugins/gofon/macro/parameter.tpl:3
-msgid "Argument"
-msgstr "Argument"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacro.inc:103
+msgid "This 'dn' is no phone macro."
+msgstr "Diese 'dn' ist kein Telefon-Makro."
 
 
-#: plugins/gofon/macro/parameter.tpl:7
-msgid "type"
-msgstr "Typ"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+msgid "String"
+msgstr "Zeichenkette"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
-msgid "no macro"
-msgstr "kein Makro"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+msgid "Combobox"
+msgstr "Auswahl-Gruppe"
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+msgid "Bool"
+msgstr "Schalter"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:135
-msgid "undefined"
-msgstr "nicht definiert"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+msgid "Delete unused"
+msgstr "Entferne"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
-msgid ""
-"Can't save any changes to asterisk database, there is no mysql extension "
-"available."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
 msgstr ""
 msgstr ""
-"Die MySQL-Erweiterung wurde nicht gefunden - kann daher keine Änderungen in "
-"der Asterisk-DB speichern."
-
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:559
-msgid "Error while performing query:"
-msgstr "Fehler bei der Ausführung der Anfrage:"
+"Zugriffsrechte nicht ausreichend, kann Attribut '%s' in goFonMacro nicht "
+"ändern."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:615
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:739
-msgid "This account has no phone extensions."
-msgstr "Dieses Konto besitzt keine Telefon-Erweiterungen."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
+#, php-format
+msgid "The parameter %s has incorrect value for type bool."
+msgstr "Der Parameter %s besitzt einen ungültigen Wert für Datentyp bool."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:635
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
+#, php-format
 msgid ""
 msgid ""
-"The macro you selected, is no longer available for you, please choose "
-"another one."
+"Parameter count of the macro changed, you must update each user which are "
+"using this macro '%s'."
 msgstr ""
 msgstr ""
-"Das gewählte Makro ist nicht mehr verfügbar, bitte wählen Sie ein anderes."
+"Die Parameterzahl des Makros hat sich geändert, sie müssen jeden Benutzer "
+"aktualisieren, der das Makro '%s' benutzt."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:749
-msgid "Remove phone account"
-msgstr "Telefon-Konto entfernen"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr "Telefon-Makros"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:750
-msgid ""
-"This account has phone features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Dieses Konto besitzt aktivierte Telefon-Erweiterungen. Sie können diese "
-"durch einen Klick auf die untere Schaltfläche deaktivieren."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
+#, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "Sie sind dabei das Makro '%s' zu löschen."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:753
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:756
-msgid "Create phone account"
-msgstr "Telefon-Konto erstellen"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
+msgid "You are not allowed to delete this macro!"
+msgstr "Sie sind nicht berechtigt, dieses Makro zu löschen!"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
-msgid ""
-"This account has phone features disabled. You can't enable them while no uid "
-"is set."
-msgstr ""
-"Dieses Konto besitzt keine gültigen Telefon-Erweiterungen. Sie können diese "
-"nicht aktivieren, solange keine gültige UID gesetzt ist."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+msgid "Create new phone macro"
+msgstr "Neues Telefon-Makro erstellen"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
-msgid ""
-"This account has phone features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Dieses Konto besitzt keine gültigen Telefon-Erweiterungen. Sie können diese "
-"durch einen Klick auf die untere Schaltfläche aktivieren."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
+msgid "Visible"
+msgstr "Sichtbar"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
-msgid "Please enter a valid phone number!"
-msgstr "Bitte geben Sie eine gültige Telefonnummer ein"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
+msgid "This table displays all phone macros, in the selected tree."
+msgstr "Diese Tabelle enthält alle Telefon-Markos des gewählten Unterbaumes."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
-msgid "Choose your private phone"
-msgstr "Wählen Sie Ihr privates Telefon"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
+msgid "Macro"
+msgstr "Makro"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
-msgid "Voicemail PIN must be between 1-4 characters."
-msgstr "Die Voicemail-PIN muss 1-4 Zeichen lang sein."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+msgid "visible"
+msgstr "sichtbar"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+msgid "invisible"
+msgstr "unsichtbar"
+
+#: plugins/gofon/macro/class_gofonMacro.inc:159
 msgid ""
 msgid ""
-"The specified Voicemail PIN contains invalid characters, only numeric values "
-"are allowed here."
+"This macro ist still in use. To delete this Macro ensure that nobody has "
+"selected this Macro."
 msgstr ""
 msgstr ""
-"Das Feld 'Voicemail-PIN' enthält ungültige Zeichen. Nur numerische Werte "
-"sind erlaubt."
-
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:895
-msgid "Phone PIN must be 4 characters long."
-msgstr "Die Telefon-PIN muss 4 Zeichen lang sein."
+"Dieses Makro ist in Benutzung. Um es zu entfernen, stellen Sie bitte "
+"zunächst sicher, dass niemand dieses Makro ausgewählt hat."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:898
+#: plugins/gofon/macro/class_gofonMacro.inc:191
 msgid ""
 msgid ""
-"The specified phone PIN contains invalid characters, only numeric values are "
-"allowed here."
+"There is no mysql extension available in your php setup, can't save any "
+"changes to asterisk db."
 msgstr ""
 msgstr ""
-"Das Feld 'PIN' enthält ungültige Zeichen. Nur numerische Werte sind erlaubt."
+"Die MySQL-Erweiterung wurde nicht gefunden - kann daher keine Änderungen in "
+"der Asterisk-DB speichern."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:908
+#: plugins/gofon/macro/class_gofonMacro.inc:261
 #, php-format
 #, php-format
-msgid "You need to specify at least one phone number!"
-msgstr "Bitte geben Sie mindestens eine Telefonnummer an!"
-
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1077
-msgid "Stop"
-msgstr "Beenden"
+msgid "Unable to parse macro contents on line: %s"
+msgstr "Fehler beim Einlesen des Makros in Zeile %s"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+#: plugins/gofon/macro/class_gofonMacro.inc:279
 #, php-format
 #, php-format
-msgid "Removed user '%s' from phone queue '%s'."
-msgstr "Benutzer '%s' von Warteschlange '%s' entfernt."
-
-#: plugins/gofon/phoneaccount/generic.tpl:33
-msgid "Voicemail PIN"
-msgstr "Voicemail-PIN"
-
-#: plugins/gofon/phoneaccount/generic.tpl:41
-msgid "Phone PIN"
-msgstr "Telefon-PIN"
-
-#: plugins/gofon/phoneaccount/generic.tpl:59
-#: plugins/gofon/phoneaccount/generic.tpl:60
-msgid "Phone macro"
-msgstr "Telefon-Makro"
-
-#: plugins/gofon/phoneaccount/generic.tpl:67
-msgid "Refresh"
-msgstr "Aktualisieren"
-
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
-msgstr "Telefon-Einstellungen"
+msgid "Can't perform SELECT query in DB '%s'"
+msgstr "Kann SELECT-Abfrage in Datenbank '%s' nicht ausführen"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
-msgstr "Telefon-Konferenzen"
+#: plugins/gofon/macro/class_gofonMacro.inc:288
+#: plugins/gofon/macro/class_gofonMacro.inc:296
+#, php-format
+msgid "Can't perform DELETE query in DB '%s'"
+msgstr "Kann DELETE-Abfrage in Datenbank '%s' nicht ausführen"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
-msgstr "Verwaltung"
+#: plugins/gofon/macro/class_gofonMacro.inc:310
+#, php-format
+msgid "Can't perform INSERT query in DB '%s'"
+msgstr "Kann INSERT-Abfrage in Datenbank '%s' nicht ausführen"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
-msgid "Create new conference"
-msgstr "Neue Konferenz erstellen"
+#: plugins/gofon/macro/class_gofonMacro.inc:357
+#, php-format
+msgid "The given cn '%s' already exists."
+msgstr "Die Kennung '%s' exisitiert bereits."
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
-msgid "New conference"
-msgstr "Neue Konferenz"
+#: plugins/gofon/macro/class_gofonMacro.inc:362
+msgid "You must specify the 'Display Name' in order to save this macro"
+msgstr "Um das Makro zu speichern, darf das Feld 'Angezeigter Name'f nicht leer sein"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
-msgid "This table displays all available conference rooms."
-msgstr "Diese Tabelle enthält alle verfügbaren Konferenzräume."
+#: plugins/gofon/macro/class_gofonMacro.inc:366
+msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+msgstr ""
+"Die angegebene cn ist zu lang. Die mögliche Länge ist auf 20 Zeichen "
+"begrenzt."
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
-msgid "Name - Number"
-msgstr "Name - Nummer"
+#: plugins/gofon/macro/class_gofonMacro.inc:371
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+msgstr ""
+"Zugriffsrechte nicht ausreichend, kann Attribut '%s' in goFonMacro nicht "
+"ändern"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
-#: plugins/gofon/conference/generic.tpl:107
-msgid "PIN"
-msgstr "PIN"
+#: plugins/gofon/macro/class_gofonMacro.inc:377
+msgid "Makro length must be lower than 100 lines"
+msgstr "Das Makro darf nicht länger als 100 Zeilen sein"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
-msgid "Conference"
-msgstr "Konferenz"
+#: plugins/gofon/macro/class_gofonMacro.inc:382
+msgid "Please choose a valid  base."
+msgstr "Bitte wählen Sie eine gültige Basis."
 
 #: plugins/gofon/conference/generic.tpl:13
 msgid "Conference name"
 
 #: plugins/gofon/conference/generic.tpl:13
 msgid "Conference name"
@@ -8976,6 +8997,11 @@ msgstr "Telefonnummer"
 msgid "Preset PIN"
 msgstr "PIN voreinstellen"
 
 msgid "Preset PIN"
 msgstr "PIN voreinstellen"
 
+#: plugins/gofon/conference/generic.tpl:107
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
+msgid "PIN"
+msgstr "PIN"
+
 #: plugins/gofon/conference/generic.tpl:113
 msgid "Record conference"
 msgstr "Konferenz aufnehmen"
 #: plugins/gofon/conference/generic.tpl:113
 msgid "Record conference"
 msgstr "Konferenz aufnehmen"
@@ -8984,21 +9010,67 @@ msgstr "Konferenz aufnehmen"
 msgid "Sound file format"
 msgstr "Format der Audiodatei"
 
 msgid "Sound file format"
 msgstr "Format der Audiodatei"
 
-#: plugins/gofon/conference/generic.tpl:138
-msgid "Play music on hold"
-msgstr "Wartemusik bei Halten"
+#: plugins/gofon/conference/generic.tpl:138
+msgid "Play music on hold"
+msgstr "Wartemusik bei Halten"
+
+#: plugins/gofon/conference/generic.tpl:144
+msgid "Activate session menu"
+msgstr "Sitzungsmenü aktivieren"
+
+#: plugins/gofon/conference/generic.tpl:150
+msgid "Announce users joining or leaving the conference"
+msgstr "Benachrichtige über Abgang/Zugang von Teilnehmern"
+
+#: plugins/gofon/conference/generic.tpl:156
+msgid "Count users"
+msgstr "Zähle Benutzer"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
+msgstr "Telefon-Konferenzen"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
+msgstr "Verwaltung"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+msgid "Create new conference"
+msgstr "Neue Konferenz erstellen"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+msgid "New conference"
+msgstr "Neue Konferenz"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
+msgid "This table displays all available conference rooms."
+msgstr "Diese Tabelle enthält alle verfügbaren Konferenzräume."
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
+msgid "Name - Number"
+msgstr "Name - Nummer"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
+msgid "Conference"
+msgstr "Konferenz"
 
 
-#: plugins/gofon/conference/generic.tpl:144
-msgid "Activate session menu"
-msgstr "Sitzungsmenü aktivieren"
+#: plugins/gofon/conference/headpage.tpl:6
+msgid "List of conference rooms"
+msgstr "Liste der Konferenz-Räume"
 
 
-#: plugins/gofon/conference/generic.tpl:150
-msgid "Announce users joining or leaving the conference"
-msgstr "Benachrichtige über Abgang/Zugang von Teilnehmern"
+#: plugins/gofon/conference/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected phone conferences. "
+"Having a large number of phone conferences, you might prefer the range "
+"selectors on top of the conferences list."
+msgstr ""
+"Dieses Menü erlaubt es Ihnen Telefon-Konferenzen hinzuzufügen, zu bearbeiten "
+"oder zu entfernen. Bei einer großen Anzahl von Abteilungen bietet sich die "
+"Verwendung der Bereichswahl an."
 
 
-#: plugins/gofon/conference/generic.tpl:156
-msgid "Count users"
-msgstr "Zähle Benutzer"
+#: plugins/gofon/conference/headpage.tpl:36
+msgid "Regular expression for        matching user names"
+msgstr "Regulärer Ausdruck zum Erkennen von Benutzernamen"
 
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
 
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
@@ -9033,24 +9105,6 @@ msgstr ""
 "Die MySQL-Erweiterung wurde nicht gefunden - kann daher keine Änderungen in "
 "der Asterisk-DB speichern."
 
 "Die MySQL-Erweiterung wurde nicht gefunden - kann daher keine Änderungen in "
 "der Asterisk-DB speichern."
 
-#: plugins/gofon/conference/headpage.tpl:6
-msgid "List of conference rooms"
-msgstr "Liste der Konferenz-Räume"
-
-#: plugins/gofon/conference/headpage.tpl:24
-msgid ""
-"This menu allows you to create, delete and edit selected phone conferences. "
-"Having a large number of phone conferences, you might prefer the range "
-"selectors on top of the conferences list."
-msgstr ""
-"Dieses Menü erlaubt es Ihnen Telefon-Konferenzen hinzuzufügen, zu bearbeiten "
-"oder zu entfernen. Bei einer großen Anzahl von Abteilungen bietet sich die "
-"Verwendung der Bereichswahl an."
-
-#: plugins/gofon/conference/headpage.tpl:36
-msgid "Regular expression for        matching user names"
-msgstr "Regulärer Ausdruck zum Erkennen von Benutzernamen"
-
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 msgid "Conference management"
 msgstr "Konferenz-Verwaltung"
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 msgid "Conference management"
 msgstr "Konferenz-Verwaltung"
@@ -9139,6 +9193,48 @@ msgstr "Das GOsa Team"
 msgid "Welcome %s!"
 msgstr "Willkommen %s!"
 
 msgid "Welcome %s!"
 msgstr "Willkommen %s!"
 
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
+msgstr ""
+"Der PHP-Interpreter meldete einen oder mehrere Fehler beim Erzeugen dieser "
+"Seite!"
+
+#: include/php_setup.inc:71 html/main.php:316
+msgid "Toggle information"
+msgstr "Zeige/Verstecke Informationen"
+
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr "PHP Fehler"
+
+#: include/php_setup.inc:87
+msgid "class"
+msgstr "Klasse"
+
+#: include/php_setup.inc:93
+msgid "function"
+msgstr "Funktion"
+
+#: include/php_setup.inc:98
+msgid "static"
+msgstr "statisch"
+
+#: include/php_setup.inc:102
+msgid "method"
+msgstr "Methode"
+
+#: include/php_setup.inc:121
+msgid "Trace"
+msgstr "Ablaufverfolgung"
+
+#: include/php_setup.inc:122
+msgid "Line"
+msgstr "Zeile"
+
+#: include/php_setup.inc:123
+msgid "Arguments"
+msgstr "Argumente"
+
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
@@ -9163,8 +9259,7 @@ msgstr "Kann das IMAP-Postfach nicht anlegen. Der Server meldet '%s'."
 #: include/class_mail-methods-cyrus.inc:131
 #, php-format
 msgid "Can't write IMAP quota. Server says '%s'."
 #: include/class_mail-methods-cyrus.inc:131
 #, php-format
 msgid "Can't write IMAP quota. Server says '%s'."
-msgstr ""
-"Kann die Kontingent-Einstellungen nicht sichern. Der Server meldete '%s'."
+msgstr "Kann die Kontingent-Einstellungen nicht sichern. Der Server meldete '%s'."
 
 #: include/class_mail-methods-cyrus.inc:155
 msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
 
 #: include/class_mail-methods-cyrus.inc:155
 msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
@@ -9186,14 +9281,12 @@ msgstr "Kann das IMAP-Postfach nicht entfernen. Der Server meldete '%s'."
 #: include/class_mail-methods-cyrus.inc:223
 #, php-format
 msgid "Can't log into SIEVE server. Server says '%s'."
 #: include/class_mail-methods-cyrus.inc:223
 #, php-format
 msgid "Can't log into SIEVE server. Server says '%s'."
-msgstr ""
-"Die Anmeldung am SIEVE-Server ist fehlgeschlagen. Die Meldung war '%s'."
+msgstr "Die Anmeldung am SIEVE-Server ist fehlgeschlagen. Die Meldung war '%s'."
 
 #: include/class_mail-methods-cyrus.inc:236
 #, php-format
 msgid "Can't get sieve script. Server says '%s'."
 
 #: include/class_mail-methods-cyrus.inc:236
 #, php-format
 msgid "Can't get sieve script. Server says '%s'."
-msgstr ""
-"Kann das aktive SIEVE-Skript nicht herunterladen. Die Meldung lautet '%s'."
+msgstr "Kann das aktive SIEVE-Skript nicht herunterladen. Die Meldung lautet '%s'."
 
 #: include/class_mail-methods-cyrus.inc:307
 #, php-format
 
 #: include/class_mail-methods-cyrus.inc:307
 #, php-format
@@ -9205,902 +9298,842 @@ msgstr "Kann das SIEVE-Skript nicht 
 msgid "Can't activate GOsa sieve script. Server says '%s'."
 msgstr "Kann das GOsa SIEVE-Skript nicht aktivieren. Die Meldung lautet '%s'."
 
 msgid "Can't activate GOsa sieve script. Server says '%s'."
 msgstr "Kann das GOsa SIEVE-Skript nicht aktivieren. Die Meldung lautet '%s'."
 
-#: include/class_xmlParse.inc:42
-#, php-format
-msgid "Could not open XML input '%s'."
-msgstr "Kann die XML-Datei '%s' nicht öffnen."
-
-#: include/class_xmlParse.inc:117
-#, php-format
-msgid "XML error in %s : %s at line %d"
-msgstr "XML-Fehler in der Datei %s: %s in Zeile %d"
-
-#: include/class_plugin.inc:391
-#, php-format
-msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Das in POSTCREATE angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
-"existieren."
-
-#: include/class_plugin.inc:419 include/class_password-methods.inc:181
-#, php-format
-msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Das in POSTMODIFY angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
-"existieren."
-
-#: include/class_plugin.inc:447
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Das in POSTREMOVE angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
-"existieren."
-
-#: include/functions_setup.inc:98
-msgid "Can't bind to LDAP. No schema check possible!"
-msgstr ""
-"Kann den LDAP-Server nicht erreichen: keine Überprüfung der Schemata möglich!"
-
-#: include/functions_setup.inc:107 include/functions_setup.inc:116
-msgid "Can't get schema information from server. No schema check possible!"
-msgstr ""
-"Kann die Schema-Informationen nicht vom Server beziehen: Keine Überprüfung "
-"möglich!"
-
-#: include/functions_setup.inc:136
-#, php-format
+#: include/class_pluglist.inc:115
 msgid ""
 msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
 msgstr ""
 msgstr ""
-"Die optionale Objektklasse '%s' (benötigt vom Modul '%s') ist nicht in den "
-"LDAP eingebunden"
+"Die Konfigurationsdatei gosa.conf hat sich teilweise geändert. Bitte "
+"konvertieren Sie diese mit dem beigefügten Skript fix_config.sh!"
 
 
-#: include/functions_setup.inc:140
-#, php-format
+#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
+#: ihtml/themes/altlinux/framework.tpl:24
+#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
 msgid ""
 msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
 msgstr ""
 msgstr ""
-"Die optionale Objektklasse '%s' (benötigt vom Modul '%s') hat nicht die "
-"Versionsnummer %s"
-
-#: include/functions_setup.inc:145
-#, php-format
-msgid "Support for '%s' enabled"
-msgstr "Unterstützung für '%s' aktiviert"
-
-#: include/functions_setup.inc:155
-#, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
-msgstr "Die benötigte Objektklasse '%s' ist nicht im LDAP vorhanden"
+"Sie bearbeiten gerade einen Datenbankeintrag. Sollen die Daten verworfen "
+"werden?"
 
 
-#: include/functions_setup.inc:159
+#: include/functions.inc:290
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr "Die benötigte Objektklasse '%s' hat nicht die Version %s"
-
-#: include/functions_setup.inc:170
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
-msgstr ""
-"SAMBA 3.x Unterstützung wurde deaktiviert, kein passendes Schema installiert"
-
-#: include/functions_setup.inc:175
-msgid "SAMBA 3 support enabled"
-msgstr "SAMBA 3 Unterstützung aktiviert"
-
-#: include/functions_setup.inc:180
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
-msgstr ""
-"SAMBA 2.x Unterstützung wurde deaktiviert, kein passendes Schema installiert"
-
-#: include/functions_setup.inc:185
-msgid "SAMBA 2 support enabled"
-msgstr "SAMBA 2 Unterstützung aktiviert"
-
-#: include/functions_setup.inc:191
-msgid "Support for pureftp disabled, no schema seems to be installed"
-msgstr ""
-"Die Unterstützung für PureFTPd wurde deaktiviert, das passende Schema ist "
-"nicht installiert"
-
-#: include/functions_setup.inc:196
-msgid "Support for pureftp enabled"
-msgstr "Unterstützung für PureFTPd aktiviert"
-
-#: include/functions_setup.inc:201
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr ""
-"Die Unterstützung für WebDAV wurde deaktiviert, das passende Schema ist "
-"nicht installiert."
-
-#: include/functions_setup.inc:206
-msgid "Support for WebDAV enabled"
-msgstr "Unterstützung für WebDAV aktiviert"
-
-#: include/functions_setup.inc:211
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
-msgstr ""
-"Die Unterstützung für PHPGroupware wurde deaktiviert, das passende Schema "
-"ist nicht installiert."
-
-#: include/functions_setup.inc:216
-msgid "Support for phpgroupware enabled"
-msgstr "Unterstützung für PHPGroupware aktiviert"
-
-#: include/functions_setup.inc:221
-msgid "Support for gofon disabled, no schema seems to be installed"
-msgstr ""
-"Die Unterstützung für goFon wurde deaktiviert, das passende Schema ist nicht "
-"installiert."
-
-#: include/functions_setup.inc:226
-msgid "Support for gofon enabled"
-msgstr "Unterstützung für GOfon aktiviert"
-
-#: include/functions_setup.inc:231
-msgid "Support for nagios disabled, no schema seems to be installed"
-msgstr ""
-"Die Unterstützung für Nagios wurde deaktiviert, das passende Schema ist "
-"nicht installiert."
-
-#: include/functions_setup.inc:236
-msgid "Support for nagios enabled"
-msgstr "Unterstützung für Nagios aktiviert"
-
-#: include/functions_setup.inc:246
-msgid ""
-"Support for Kolab disabled, no schema seems to be installed, setting mail-"
-"method to cyrus"
-msgstr ""
-"Die Unterstützung für Kolab wurde deaktiviert, das passende Schema ist nicht "
-"installiert. Setze Mail Methode auf cyrus."
-
-#: include/functions_setup.inc:253
-msgid "Support for Kolab enabled"
-msgstr "Unterstützung für Kolab aktiviert"
-
-#: include/functions_setup.inc:271
-msgid "OK"
-msgstr "OK"
-
-#: include/functions_setup.inc:274
-msgid "Ignored"
-msgstr "Ignoriert"
-
-#: include/functions_setup.inc:276
-msgid "Failed"
-msgstr "Fehlgeschlagen"
+msgid "Error when connecting the LDAP. Server said '%s'."
+msgstr "Fehler beim Verbinden mit dem LDAP-Server. Die Meldung lautet '%s'."
 
 
-#: include/functions_setup.inc:293
-msgid "PHP setup inspection"
-msgstr "Überprüfung des PHP-Setups"
+#: include/functions.inc:311
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Anmeldung des Nutzers ist fehlgeschlagen. Die Meldung lautet '%s'."
 
 
-#: include/functions_setup.inc:294
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Prüfe auf eine PHP-Version (>=4.1.0)"
+#: include/functions.inc:330
+msgid "Username / UID is not unique. Please check your LDAP database."
+msgstr "Die Kennung ist nicht eindeutig. Bitte prüfen Sie die LDAP-Datenbank."
 
 
-#: include/functions_setup.inc:295
+#: include/functions.inc:368
 msgid ""
 msgid ""
-"PHP must be of version 4.1.0 or above for some functions and known bugs in "
-"PHP language."
-msgstr ""
-"PHP muß mindestens in der Version 4.1.0 vorliegen. GOsa verwendet einige "
-"Funktionen, die in früheren Versionen fehlerhaft oder gar nicht "
-"implementiert waren."
-
-#: include/functions_setup.inc:298
-msgid "Checking if register_globals is set to 'off'"
-msgstr "Prüfe ob register_globals ausgeschaltet ist"
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
+msgstr "Fehler beim Anlegen eines Locks. Die Parameter sind nicht korrekt gesetzt!"
 
 
-#: include/functions_setup.inc:299
+#: include/functions.inc:378
+#, php-format
 msgid ""
 msgid ""
-"register_globals is a PHP mechanism to register all global varibales to be "
-"accessible from scripts without changing the scope. This may be a security "
-"risk. GOsa will run in both modes."
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
 msgstr ""
 msgstr ""
-"register_globals ist ein PHP-Mechanismus, welcher alle globalen Variablen "
-"für Skripte direkt zugänglich macht. Dies kann ein Sicherheitsrisiko sein. "
-"GOsa funktioniert mit beiden möglichen Einstellungen."
+"Der Zugriffsschutz für die LDAP-Datenbank kann nicht gesetzt werden. Bitte "
+"überprüfen Sie den \"Config\" Eintrag in der Datei gosa.conf! Der LDAP-"
+"Server meldete '%s'."
 
 
-#: include/functions_setup.inc:302
-msgid "Checking for ldap module"
-msgstr "Suche LDAP-Modul"
+#: include/functions.inc:393
+#, php-format
+msgid "Adding a lock failed. LDAP server says '%s'."
+msgstr "Kann keinen Zugriffsschutz anlegen. Die Meldung des LDAP-Servers lautet '%s'."
 
 
-#: include/functions_setup.inc:303
-msgid "This is the main module used by GOsa and therefore really required."
+#: include/functions.inc:419
+#, php-format
+msgid "Removing a lock failed. LDAP server says '%s'."
 msgstr ""
 msgstr ""
-"GOsa benötigt dieses Modul für LDAP-Zugriffe, daher ist es unabkömmlich."
-
-#: include/functions_setup.inc:306
-msgid "Checking for XML functions"
-msgstr "Prüfe auf XML-Funktionen"
+"Kann den Zugriffsschutz nicht entfernen. Die Meldung des LDAP-Servers lautet "
+"'%s'."
 
 
-#: include/functions_setup.inc:307
-msgid "XML functions are required to parse the configuration file."
+#: include/functions.inc:449
+msgid ""
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
 msgstr ""
 msgstr ""
-"Die XML-Funktionen werden benötigt, um die Konfigurationsdatei zu lesen."
-
-#: include/functions_setup.inc:310
-msgid "Checking for gettext support"
-msgstr "Prüfe auf gettext-Erweiterung"
+"Es kann nicht geprüft werden, ob das Objekt gesperrt ist. Die Parameter sind "
+"nicht korrekt!"
 
 
-#: include/functions_setup.inc:311
-msgid "Gettext support is required for internationalized GOsa."
+#: include/functions.inc:459
+msgid ""
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
 msgstr ""
 msgstr ""
-"Gettext-Unterstützung wird für Übersetzungen benötigt (Anmerkung des "
-"Übersetzers: Da Sie diese Meldung in deutsch lesen können, ist davon "
-"auszugehen, daß ihr PHP gettext-fähig ist)."
-
-#: include/functions_setup.inc:314
-msgid "Checking for iconv support"
-msgstr "Prüfe auf iconv-Erweiterung"
+"Die Information über den Zugriffsschutz kann nicht aus der LDAP-Datenbank "
+"gelesen werden. Bitte prüfen Sie den \"Config\"-Eintrag in der gosa.conf!"
 
 
-#: include/functions_setup.inc:315
+#: include/functions.inc:467
 msgid ""
 msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
 msgstr ""
 msgstr ""
-"Dieses Modul wird von GOsa benutzt, um Informationen der samba-Erweiterung "
-"zu verarbeiten und wird daher benötigt."
+"Mehrere Sperrungen für ein Objekt gefunden. Dies sollte nicht möglich sein, "
+"bitte entfernen Sie mehrfache Referenzen."
 
 
-#: include/functions_setup.inc:318
-msgid "Checking for mhash module"
-msgstr "Suche mhash-Modul"
+#: include/functions.inc:581
+#, php-format
+msgid "The size limit of %d entries is exceed!"
+msgstr "Die Größenbeschränkung von %d Einträgen ist überschritten!"
 
 
-#: include/functions_setup.inc:319
+#: include/functions.inc:583
+#, php-format
 msgid ""
 msgid ""
-"To use SSHA encryption, you'll need this module. If you are just using crypt "
-"or md5 encryption, ignore this message. GOsa will run without it."
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
 msgstr ""
 msgstr ""
-"Bei der Verwendung von speziellen Passwort-Verschlüsselungen (wie z.B. SSHA) "
-"wird dieses Modul benötigt. GOsa funktioniert auch ohne dieses Modul."
+"Verwende eine neue Größenbeschränkung von %s Einträgen und zeige diese "
+"Meldung bei Überschreitung wieder an"
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for imap module"
-msgstr "Suche IMAP-Modul"
+#: include/functions.inc:600
+msgid "incomplete"
+msgstr "unvollständig"
 
 
-#: include/functions_setup.inc:323
+#: include/functions.inc:1005
+#, php-format
 msgid ""
 msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
+"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
+"Please contact the person in order to clarify proceedings."
 msgstr ""
 msgstr ""
-"Das IMAP-Modul wird für die Kommunikation mit ihrem IMAP-Server benötigt. "
-"Dort können Benutzer verwaltet und Statusinformationen bezogen werden."
+"Sie versuchen den LDAP-Eintrag '%s' zu bearbeiten. Dieser Eintrag wird "
+"gerade von '%s' benutzt. Bitte kontaktieren Sie diese Person, um das weitere "
+"Vorgehen abzuklären."
 
 
-#: include/functions_setup.inc:326
-msgid "Checking for getacl in imap"
-msgstr "Prüfe auf getacl im IMAP-Modul"
+#: include/functions.inc:1104
+msgid "LDAP error:"
+msgstr "LDAP-Fehler:"
 
 
-#: include/functions_setup.inc:327
-msgid ""
-"The getacl support is needed for shared folder permissions. The standard "
-"IMAP module is not capable of reading acl's. You need a recend PHP version "
-"for this feature."
-msgstr ""
-"Diese Funktion wird benötigt um Zugriffsrechte von Shared-Foldern zu "
-"verwalten. Das normale IMAP-Modul unterstützt das Auslesen dieser "
-"Zugriffsregeln nicht. Sie benötigen entweder ein angepasstes oder ein recht "
-"aktuelles PHP um diese Funktion nutzen zu können."
+#: include/functions.inc:1282
+msgid "Entries per page"
+msgstr "Einträge pro Seite"
 
 
-#: include/functions_setup.inc:330
-msgid "Checking for mysql module"
-msgstr "Suche MySQL-Modul"
+#: include/functions.inc:1310
+msgid "Apply filter"
+msgstr "Filter anwenden"
 
 
-#: include/functions_setup.inc:331
-msgid "MySQL support is needed for reading GOfax reports from databases."
-msgstr ""
-"Das MySQL-Modul wird benötigt, um Fax-Berichte anzuzeigen und auszuwerten."
+#: include/functions.inc:1584
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 
 
-#: include/functions_setup.inc:334
-msgid "Checking for cups module"
-msgstr "Suche CUPS-Modul"
+#: include/functions.inc:1627
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
+msgstr "GOsa Entwicklerversion (Rev %s)"
 
 
-#: include/functions_setup.inc:335
-msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
+#: include/class_plugin.inc:391
+#, php-format
+msgid "Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"Falls Sie eine Liste der verfügbaren Drucker über IPP auslesen möchten, "
-"benötigen Sie dieses Modul. Anderenfalls wird die printcap-Datei ausgewertet."
+"Das in POSTCREATE angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
+"existieren."
 
 
-#: include/functions_setup.inc:338
-msgid "Checking for kadm5 module"
-msgstr "Suche kadm5-Modul"
+#: include/class_plugin.inc:419 include/class_password-methods.inc:181
+#, php-format
+msgid "Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Das in POSTMODIFY angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
+"existieren."
 
 
-#: include/functions_setup.inc:339
-msgid ""
-"Managing users in kerberos requires the kadm5 module which is downloadable "
-"via PEAR network."
+#: include/class_plugin.inc:447
+#, php-format
+msgid "Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"Um Benutzer auch im Kerberos verwalten zu können, muß das kadm5-Modul "
-"installiert sein. Sie können es über das PEAR-Netzwerk beziehen."
+"Das in POSTREMOVE angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
+"existieren."
 
 
-#: include/functions_setup.inc:342
-msgid "Checking for snmp Module"
-msgstr "Suche SNMP-Modul"
+#: include/class_config.inc:69
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "XML-Fehler in der Datei gosa.conf: %s in Zeile %d"
 
 
-#: include/functions_setup.inc:343
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
+#: include/class_config.inc:195 html/index.php:136
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 msgstr ""
-"Simple Network Management Protocol (SNMP) wird zur Client-Überwachung "
-"benötigt."
+"Kann den LDAP-Server nicht erreichen. Bitte benachrichtigen Sie den "
+"Administrator."
 
 
-#: include/functions_setup.inc:379
-msgid "PHP detailed function inspection"
-msgstr "Detaillierte Überprüfung der verwendeten PHP-Funktionen"
+#: include/class_config.inc:439
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "SID und/oder RIDBASE fehlen in der Konfiguration!"
 
 
-#: include/functions_setup.inc:383
-#, php-format
-msgid "Checking for function %s"
-msgstr "Prüfe Funktion %s"
+#: include/class_password-methods-ssha.inc:51
+msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+msgstr "Kann SSHA nicht benutzen (Fehlende Funktion mhash / sha1)"
 
 
-#: include/functions_setup.inc:384
+#: include/class_password-methods.inc:165
 #, php-format
 #, php-format
-msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
+msgid "Setting the password failed. LDAP server says '%s'."
 msgstr ""
 msgstr ""
-"Die Funktion <b>%s</b> wird von GOsa verwendet. Es gibt derzeit noch keine "
-"Information, ob die Funktion optional ist oder zwingend benötigt wird."
+"Das Setzen des Passwortes ist fehlgeschlagen. Die Meldung vom LDAP-Server "
+"lautet '%s'."
 
 
-#: include/functions_setup.inc:395
-msgid "Checking for some additional programms"
-msgstr "Suche einige zusätzliche Programme"
+#: include/class_password-methods.inc:202
+msgid "Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+msgstr ""
+"Die Einstellung 'SMBHASH' in /etc/gosa/gosa.conf ist nicht korrekt! Das "
+"Samba-Passwort kann nicht geändert werden."
 
 
-#: include/functions_setup.inc:404
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Suche nach ImageMagick (>=5.4.0)"
+#: include/class_password-methods-kerberos.inc:43
+msgid ""
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
+msgstr ""
+"Achtung: Das Kerberos-Passwort kann nicht gesetzt werden. Die von Ihnen "
+"verwendete PHP-Version besitzt keine Unterstützung für Kerberos."
+
+#: include/class_password-methods-kerberos.inc:52
+msgid "Kerberos database communication failed!"
+msgstr "Die Kommunikation mit der Kerberos-Datenbank ist fehlgeschlagen!"
 
 
-#: include/functions_setup.inc:405
-msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
-msgstr ""
-"ImageMagick wird für die Konvertierung von hochgeladenen Bildern verwendet."
+#: include/class_password-methods-kerberos.inc:59
+msgid "Changing password in kerberos database failed!"
+msgstr "Die Änderung des Passworts in der Kerberos-Datenbank ist fehlgeschlagen!"
 
 
-#: include/functions_setup.inc:408
-msgid "Checking imagick module for PHP"
-msgstr "Prüfe auf imagick Erweiterung"
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+msgstr "Kann SHA nicht benutzen (fehlende Funktion mhash / sha1 / crypt)"
 
 
-#: include/functions_setup.inc:409
+#: include/class_ldap.inc:437
+#, php-format
 msgid ""
 msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
 msgstr ""
 msgstr ""
-"ImageMagick wird für die Konvertierung von hochgeladenen Bildern verwendet."
-
-#: include/functions_setup.inc:416
-msgid "Checking for fping utility"
-msgstr "Suche fping-Programm"
+"Das automatische Erzeugen des Objekt-Typs '%s' wird momentan nicht "
+"unterstützt. Bitte melden Sie dies an das Entwicklerteam."
 
 
-#: include/functions_setup.inc:417
+#: include/class_ldap.inc:699
+#, php-format
 msgid ""
 msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
 msgstr ""
 msgstr ""
-"Fping wird benötigt, um den Status von Thin-Client basierenden Terminal zu "
-"überwachen."
+"Dies ist keine valide DN: '%s'.  Ein Block für den Import sollte mit "
+"'dn:...' beginnen in Zeile %s"
 
 
-#: include/functions_setup.inc:432
-msgid "Checking for a way to generate LM/NT password hashes"
-msgstr "Suche einen Weg, um LM/NT Passwort-Hashes zu generieren"
+#: include/class_ldap.inc:712
+#, php-format
+msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+msgstr "Der DN: '%s' (aus Zeile %s) existiert bereits in der LDAP-Datenbank."
 
 
-#: include/functions_setup.inc:433
-msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
+#: include/class_ldap.inc:728
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
 msgstr ""
 msgstr ""
-"Um Samba 2.x/3.x in Verbindung mit LDAP nutzen zu können, wird ein externes "
-"Programm benötigt, welches die Passwort-Hashes generieren kann."
-
-#: include/functions_setup.inc:446
-msgid "php.ini check -> session.auto_register"
-msgstr "php.ini Überprüfung -> session.auto_register"
+"Fehler beim Importieren von dn: '%s', bitte überprüfen Sie die LDIF-Datei ab "
+"Zeile %s!"
 
 
-#: include/functions_setup.inc:447
-msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
 msgstr ""
 msgstr ""
-"Um GOsa fehlerfrei benutzen zu können, muß die Option session.auto_register "
-"in Ihrer php.ini auf 'off' stehen."
+"Kann angegebene Datei nicht öffnen, prüfen Sie die Existenz und/oder "
+"Zugriffsrechte"
 
 
-#: include/functions_setup.inc:450
-msgid "php.ini check -> implicit_flush"
-msgstr "php.ini Überprüfung -> implicit_flush"
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
+msgstr ""
+"Kann angegebenes Zertifikat nicht lesen (oder es wurde eine leere "
+"Zeichenkette übergeben)"
 
 
-#: include/functions_setup.inc:451
-msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
 msgstr ""
 msgstr ""
-"Diese Einstellung beeinflusst die Verarbeitung der Ausgabe. Stellen Sie "
-"diese auf 'off', um die Leistung zu erhöhen."
+"Kann Zertifikat nicht laden, wahrscheinlich aufgrund eines nicht "
+"unterstützten Formats (benutzen Sie PEM/DER)"
 
 
-#: include/functions_setup.inc:458
-msgid "php.ini check -> max_execution_time"
-msgstr "php.ini Überprüfung -> max_execution_time"
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
+msgstr "Um Zertifikatsinformationen anzuzeigen muss das Format PEM sein"
 
 
-#: include/functions_setup.inc:459
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
-msgstr ""
-"Die Ausführungszeit sollte mindestens 30 Sekunden betragen, da einige "
-"Aktionen viel Zeit in Anspruch nehmen."
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
+msgstr "Kann Datei nicht anlegen/öffnen"
 
 
-#: include/functions_setup.inc:466
-msgid "php.ini check -> memory_limit"
-msgstr "php.ini Überprüfung -> memory_limit"
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
+msgstr "Kein gültiges Zertifikat geladen"
 
 
-#: include/functions_setup.inc:467
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
-msgstr ""
-"GOsa benötigt mindestens 16MB Speicher, weniger Speicher würde "
-"unvorhersehbare Probleme verursachen! Bei größeren Installationen sollte "
-"dieser Wert noch erweitert werden."
+#: include/functions_helpviewer.inc:43
+#, php-format
+msgid "XML error in guide.xml: %s at line %d"
+msgstr "XML-Fehler in der Datei guide.xml: %s in Zeile %d"
 
 
-#: include/functions_setup.inc:471
-msgid "php.ini check -> expose_php"
-msgstr "php.ini Überprüfung -> expose_php"
+#: include/functions_helpviewer.inc:86
+msgid "No help available for this plugin."
+msgstr "Für dieses Modul ist keine Hilfe verfügbar."
 
 
-#: include/functions_setup.inc:472
-msgid ""
-"Increase the server security by setting expose_php to 'off'. PHP won't send "
-"any Information about the server you are running in this case."
-msgstr ""
-"Erhöhen Sie die Sicherheit Ihres Servers, indem Sie expose_php auf 'off' "
-"setzen. PHP wird in dieser Einstellung keine Informationen über Ihren "
-"laufenden Server senden."
+#: include/functions_helpviewer.inc:95
+msgid "previous"
+msgstr "Vorherige"
 
 
-#: include/functions_setup.inc:476
-msgid "php.ini check -> magic_quotes_gpc"
-msgstr "php.ini Überprüfung -> magic_quotes_gpc"
+#: include/functions_helpviewer.inc:99
+msgid "next"
+msgstr "Nächste"
 
 
-#: include/functions_setup.inc:477
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
-msgstr ""
-"Erhöhen Sie die Sicherheit des Server, indem sie magic_quotes_gpc auf 'on' "
-"stellen. PHP wird in dieser Einstellung alle 'quotes' in 'strings' umwandeln."
+#: include/functions_helpviewer.inc:387
+#, php-format
+msgid "%s results for your search with the keyword %s interpreted as %s"
+msgstr "%s Ergebnisse für Ihre Suche nach %s (effektiv gesucht nach: %s)"
 
 
-#: include/functions_setup.inc:722
-msgid "You've to specify an ldap server before continuing!"
-msgstr "Sie müssen einen LDAP-Server angeben um fortzufahren!"
+#: include/functions_helpviewer.inc:462
+#, php-format
+msgid "%s%% hit rate in file %s"
+msgstr "%s%% Trefferquote in Datei %s"
 
 
-#: include/functions_setup.inc:731 include/functions_setup.inc:814
-msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
+#: include/functions_setup.inc:98
+msgid "Can't bind to LDAP. No schema check possible!"
+msgstr "Kann den LDAP-Server nicht erreichen: keine Überprüfung der Schemata möglich!"
+
+#: include/functions_setup.inc:107 include/functions_setup.inc:116
+msgid "Can't get schema information from server. No schema check possible!"
 msgstr ""
 msgstr ""
-"Kann den angegebenen LDAP-Server nicht erreichen! Bitte stellen Sie sicher, "
-"dass er für GOsa erreichbar ist."
+"Kann die Schema-Informationen nicht vom Server beziehen: Keine Überprüfung "
+"möglich!"
 
 
-#: include/functions_setup.inc:745 include/functions_setup.inc:819
-#: include/functions_setup.inc:824
+#: include/functions_setup.inc:136
+#, php-format
 msgid ""
 msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
 msgstr ""
 msgstr ""
-"Die Anmeldung am LDAP-Server ist fehlgeschlagen. Bitte stellen Sie sicher, "
-"dass der Server für GOsa erreichbar ist."
+"Die optionale Objektklasse '%s' (benötigt vom Modul '%s') ist nicht in den "
+"LDAP eingebunden"
 
 
-#: include/functions_setup.inc:834
-msgid ""
-"Bind to server successful, but the server seems to be completly empty, "
-"please check all informations twice"
+#: include/functions_setup.inc:140
+#, php-format
+msgid "Optional objectclass '%s' required by plugin '%s' does not have version %s"
 msgstr ""
 msgstr ""
-"Die Verbindung zum Server war erfolgreich, dieser scheint jedoch leer zu "
-"sein. Bitte überprüfen Sie nochmals Ihre Angaben."
+"Die optionale Objektklasse '%s' (benötigt vom Modul '%s') hat nicht die "
+"Versionsnummer %s"
 
 
-#: include/functions_setup.inc:890
+#: include/functions_setup.inc:145
 #, php-format
 #, php-format
-msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
+msgid "Support for '%s' enabled"
+msgstr "Unterstützung für '%s' aktiviert"
+
+#: include/functions_setup.inc:155
+#, php-format
+msgid "Required objectclass '%s' is not present in LDAP setup"
+msgstr "Die benötigte Objektklasse '%s' ist nicht im LDAP vorhanden"
+
+#: include/functions_setup.inc:159
+#, php-format
+msgid "Required objectclass '%s' does not have version %s"
+msgstr "Die benötigte Objektklasse '%s' hat nicht die Version %s"
+
+#: include/functions_setup.inc:170
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
+msgstr "SAMBA 3.x Unterstützung wurde deaktiviert, kein passendes Schema installiert"
+
+#: include/functions_setup.inc:175
+msgid "SAMBA 3 support enabled"
+msgstr "SAMBA 3 Unterstützung aktiviert"
+
+#: include/functions_setup.inc:180
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
+msgstr "SAMBA 2.x Unterstützung wurde deaktiviert, kein passendes Schema installiert"
+
+#: include/functions_setup.inc:185
+msgid "SAMBA 2 support enabled"
+msgstr "SAMBA 2 Unterstützung aktiviert"
+
+#: include/functions_setup.inc:191
+msgid "Support for pureftp disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"Das Attribut '%s' ist in diesem Formular nicht angegeben. Bitte "
-"vervollständigen Sie Ihre Eingaben!"
+"Die Unterstützung für PureFTPd wurde deaktiviert, das passende Schema ist "
+"nicht installiert"
 
 
-#: include/functions_setup.inc:921
-msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
+#: include/functions_setup.inc:196
+msgid "Support for pureftp enabled"
+msgstr "Unterstützung für PureFTPd aktiviert"
+
+#: include/functions_setup.inc:201
+msgid "Support for WebDAV disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"Kann von GOsa benötigte Schema-Informationen nicht lesen. Bitte stellen Sie "
-"sicher, dass diese lesbar sind."
+"Die Unterstützung für WebDAV wurde deaktiviert, das passende Schema ist "
+"nicht installiert."
 
 
-#: include/functions_setup.inc:930
-#, php-format
-msgid "Can't log into LDAP server. Reason was: %s."
+#: include/functions_setup.inc:206
+msgid "Support for WebDAV enabled"
+msgstr "Unterstützung für WebDAV aktiviert"
+
+#: include/functions_setup.inc:211
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"Die Anmeldung am LDAP-Server ist fehlgeschlagen. Die Meldung lautet '%s'."
+"Die Unterstützung für PHPGroupware wurde deaktiviert, das passende Schema "
+"ist nicht installiert."
 
 
-#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
-#: include/functions_setup.inc:1072 html/index.php:172
-#: ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
-msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
+#: include/functions_setup.inc:216
+msgid "Support for phpgroupware enabled"
+msgstr "Unterstützung für PHPGroupware aktiviert"
+
+#: include/functions_setup.inc:221
+msgid "Support for gofon disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"In ihrem Setup fehlt ein administratives Konto für GOsa, Sie sind deshalb "
-"nicht in der Lage, irgendetwas einzustellen!"
+"Die Unterstützung für goFon wurde deaktiviert, das passende Schema ist nicht "
+"installiert."
 
 
-#: include/class_password-methods.inc:165
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
+#: include/functions_setup.inc:226
+msgid "Support for gofon enabled"
+msgstr "Unterstützung für GOfon aktiviert"
+
+#: include/functions_setup.inc:231
+msgid "Support for nagios disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"Das Setzen des Passwortes ist fehlgeschlagen. Die Meldung vom LDAP-Server "
-"lautet '%s'."
+"Die Unterstützung für Nagios wurde deaktiviert, das passende Schema ist "
+"nicht installiert."
 
 
-#: include/class_password-methods.inc:202
+#: include/functions_setup.inc:236
+msgid "Support for nagios enabled"
+msgstr "Unterstützung für Nagios aktiviert"
+
+#: include/functions_setup.inc:246
 msgid ""
 msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
 msgstr ""
 msgstr ""
-"Die Einstellung 'SMBHASH' in /etc/gosa/gosa.conf ist nicht korrekt! Das "
-"Samba-Passwort kann nicht geändert werden."
-
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
-msgstr "Kann SHA nicht benutzen (fehlende Funktion mhash / sha1 / crypt)"
+"Die Unterstützung für Kolab wurde deaktiviert, das passende Schema ist nicht "
+"installiert. Setze Mail Methode auf cyrus."
 
 
-#: include/functions_helpviewer.inc:43
-#, php-format
-msgid "XML error in guide.xml: %s at line %d"
-msgstr "XML-Fehler in der Datei guide.xml: %s in Zeile %d"
+#: include/functions_setup.inc:253
+msgid "Support for Kolab enabled"
+msgstr "Unterstützung für Kolab aktiviert"
 
 
-#: include/functions_helpviewer.inc:86
-msgid "No help available for this plugin."
-msgstr "Für dieses Modul ist keine Hilfe verfügbar."
+#: include/functions_setup.inc:271
+msgid "OK"
+msgstr "OK"
 
 
-#: include/functions_helpviewer.inc:95
-msgid "previous"
-msgstr "Vorherige"
+#: include/functions_setup.inc:274
+msgid "Ignored"
+msgstr "Ignoriert"
 
 
-#: include/functions_helpviewer.inc:99
-msgid "next"
-msgstr "Nächste"
+#: include/functions_setup.inc:276
+msgid "Failed"
+msgstr "Fehlgeschlagen"
 
 
-#: include/functions_helpviewer.inc:387
-#, php-format
-msgid "%s results for your search with the keyword %s interpreted as %s"
-msgstr "%s Ergebnisse für Ihre Suche nach %s (effektiv gesucht nach: %s)"
+#: include/functions_setup.inc:293
+msgid "PHP setup inspection"
+msgstr "Überprüfung des PHP-Setups"
 
 
-#: include/functions_helpviewer.inc:462
-#, php-format
-msgid "%s%% hit rate in file %s"
-msgstr "%s%% Trefferquote in Datei %s"
+#: include/functions_setup.inc:294
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Prüfe auf eine PHP-Version (>=4.1.0)"
 
 
-#: include/class_password-methods-kerberos.inc:43
+#: include/functions_setup.inc:295
 msgid ""
 msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
+"PHP must be of version 4.1.0 or above for some functions and known bugs in "
+"PHP language."
 msgstr ""
 msgstr ""
-"Achtung: Das Kerberos-Passwort kann nicht gesetzt werden. Die von Ihnen "
-"verwendete PHP-Version besitzt keine Unterstützung für Kerberos."
+"PHP muß mindestens in der Version 4.1.0 vorliegen. GOsa verwendet einige "
+"Funktionen, die in früheren Versionen fehlerhaft oder gar nicht "
+"implementiert waren."
 
 
-#: include/class_password-methods-kerberos.inc:52
-msgid "Kerberos database communication failed!"
-msgstr "Die Kommunikation mit der Kerberos-Datenbank ist fehlgeschlagen!"
+#: include/functions_setup.inc:298
+msgid "Checking if register_globals is set to 'off'"
+msgstr "Prüfe ob register_globals ausgeschaltet ist"
 
 
-#: include/class_password-methods-kerberos.inc:59
-msgid "Changing password in kerberos database failed!"
+#: include/functions_setup.inc:299
+msgid ""
+"register_globals is a PHP mechanism to register all global varibales to be "
+"accessible from scripts without changing the scope. This may be a security "
+"risk. GOsa will run in both modes."
 msgstr ""
 msgstr ""
-"Die Änderung des Passworts in der Kerberos-Datenbank ist fehlgeschlagen!"
+"register_globals ist ein PHP-Mechanismus, welcher alle globalen Variablen "
+"für Skripte direkt zugänglich macht. Dies kann ein Sicherheitsrisiko sein. "
+"GOsa funktioniert mit beiden möglichen Einstellungen."
 
 
-#: include/class_ppdManager.inc:13
-#, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
-msgstr "PPD manager: Der angegebene Pfad '%s' existiert nicht."
+#: include/functions_setup.inc:302
+msgid "Checking for ldap module"
+msgstr "Suche LDAP-Modul"
 
 
-#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
-#, php-format
-msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
-msgstr ""
-"Das Verarbeiten der PPD-Datei '%s' ist fehlgeschlagen - Zeile zu lang. "
-"Nachfolgende Zeichen wurden ausgelassen."
+#: include/functions_setup.inc:303
+msgid "This is the main module used by GOsa and therefore really required."
+msgstr "GOsa benötigt dieses Modul für LDAP-Zugriffe, daher ist es unabkömmlich."
 
 
-#: include/class_ppdManager.inc:137
-msgid "Nested groups are not supported!"
-msgstr "Verschachtelte Gruppen werden nicht unterstützt!"
+#: include/functions_setup.inc:306
+msgid "Checking for XML functions"
+msgstr "Prüfe auf XML-Funktionen"
 
 
-#: include/class_ppdManager.inc:141
-msgid "Group name not unique!"
-msgstr "Der Gruppenname ist nicht eindeutig!"
+#: include/functions_setup.inc:307
+msgid "XML functions are required to parse the configuration file."
+msgstr "Die XML-Funktionen werden benötigt, um die Konfigurationsdatei zu lesen."
 
 
-#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
-msgid "Symbol values are not supported yet!"
-msgstr "Symbolische Werte werden noch nicht unterstützt!"
+#: include/functions_setup.inc:310
+msgid "Checking for gettext support"
+msgstr "Prüfe auf gettext-Erweiterung"
 
 
-#: include/class_ppdManager.inc:171
-msgid "Nested options are not supported!"
-msgstr "Verschachtelte Werte werden noch nicht unterstützt."
+#: include/functions_setup.inc:311
+msgid "Gettext support is required for internationalized GOsa."
+msgstr ""
+"Gettext-Unterstützung wird für Übersetzungen benötigt (Anmerkung des "
+"Übersetzers: Da Sie diese Meldung in deutsch lesen können, ist davon "
+"auszugehen, daß ihr PHP gettext-fähig ist)."
 
 
-#: include/class_ppdManager.inc:196
-msgid "PickMany is not supported yet!"
-msgstr "Die Option PickMany wird noch nicht unterstützt!"
+#: include/functions_setup.inc:314
+msgid "Checking for iconv support"
+msgstr "Prüfe auf iconv-Erweiterung"
 
 
-#: include/class_ppdManager.inc:268
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
+#: include/functions_setup.inc:315
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
 msgstr ""
 msgstr ""
-"Das Verarbeiten der PPD-Datei '%s' ist fehlgeschlagen - keine Information "
-"gefunden."
+"Dieses Modul wird von GOsa benutzt, um Informationen der samba-Erweiterung "
+"zu verarbeiten und wird daher benötigt."
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
+#: include/functions_setup.inc:318
+msgid "Checking for mhash module"
+msgstr "Suche mhash-Modul"
+
+#: include/functions_setup.inc:319
+msgid ""
+"To use SSHA encryption, you'll need this module. If you are just using crypt "
+"or md5 encryption, ignore this message. GOsa will run without it."
 msgstr ""
 msgstr ""
-"Kann angegebene Datei nicht öffnen, prüfen Sie die Existenz und/oder "
-"Zugriffsrechte"
+"Bei der Verwendung von speziellen Passwort-Verschlüsselungen (wie z.B. SSHA) "
+"wird dieses Modul benötigt. GOsa funktioniert auch ohne dieses Modul."
 
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
+#: include/functions_setup.inc:322
+msgid "Checking for imap module"
+msgstr "Suche IMAP-Modul"
+
+#: include/functions_setup.inc:323
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
 msgstr ""
 msgstr ""
-"Kann angegebenes Zertifikat nicht lesen (oder es wurde eine leere "
-"Zeichenkette übergeben)"
+"Das IMAP-Modul wird für die Kommunikation mit ihrem IMAP-Server benötigt. "
+"Dort können Benutzer verwaltet und Statusinformationen bezogen werden."
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+#: include/functions_setup.inc:326
+msgid "Checking for getacl in imap"
+msgstr "Prüfe auf getacl im IMAP-Modul"
+
+#: include/functions_setup.inc:327
+msgid ""
+"The getacl support is needed for shared folder permissions. The standard "
+"IMAP module is not capable of reading acl's. You need a recend PHP version "
+"for this feature."
 msgstr ""
 msgstr ""
-"Kann Zertifikat nicht laden, wahrscheinlich aufgrund eines nicht "
-"unterstützten Formats (benutzen Sie PEM/DER)"
+"Diese Funktion wird benötigt um Zugriffsrechte von Shared-Foldern zu "
+"verwalten. Das normale IMAP-Modul unterstützt das Auslesen dieser "
+"Zugriffsregeln nicht. Sie benötigen entweder ein angepasstes oder ein recht "
+"aktuelles PHP um diese Funktion nutzen zu können."
 
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
-msgstr "Um Zertifikatsinformationen anzuzeigen muss das Format PEM sein"
+#: include/functions_setup.inc:330
+msgid "Checking for mysql module"
+msgstr "Suche MySQL-Modul"
 
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
-msgstr "Kann Datei nicht anlegen/öffnen"
+#: include/functions_setup.inc:331
+msgid "MySQL support is needed for reading GOfax reports from databases."
+msgstr "Das MySQL-Modul wird benötigt, um Fax-Berichte anzuzeigen und auszuwerten."
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
-msgstr "Kein gültiges Zertifikat geladen"
+#: include/functions_setup.inc:334
+msgid "Checking for cups module"
+msgstr "Suche CUPS-Modul"
 
 
-#: include/php_setup.inc:71
-msgid "Generating this page caused the PHP interpreter to raise some errors!"
+#: include/functions_setup.inc:335
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
 msgstr ""
 msgstr ""
-"Der PHP-Interpreter meldete einen oder mehrere Fehler beim Erzeugen dieser "
-"Seite!"
+"Falls Sie eine Liste der verfügbaren Drucker über IPP auslesen möchten, "
+"benötigen Sie dieses Modul. Anderenfalls wird die printcap-Datei ausgewertet."
 
 
-#: include/php_setup.inc:71 html/main.php:316
-msgid "Toggle information"
-msgstr "Zeige/Verstecke Informationen"
+#: include/functions_setup.inc:338
+msgid "Checking for kadm5 module"
+msgstr "Suche kadm5-Modul"
+
+#: include/functions_setup.inc:339
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
+msgstr ""
+"Um Benutzer auch im Kerberos verwalten zu können, muß das kadm5-Modul "
+"installiert sein. Sie können es über das PEAR-Netzwerk beziehen."
 
 
-#: include/php_setup.inc:76
-msgid "PHP error"
-msgstr "PHP Fehler"
+#: include/functions_setup.inc:342
+msgid "Checking for snmp Module"
+msgstr "Suche SNMP-Modul"
 
 
-#: include/php_setup.inc:87
-msgid "class"
-msgstr "Klasse"
+#: include/functions_setup.inc:343
+msgid "Simple Network Management Protocol (SNMP) is required for client monitoring."
+msgstr ""
+"Simple Network Management Protocol (SNMP) wird zur Client-Überwachung "
+"benötigt."
 
 
-#: include/php_setup.inc:93
-msgid "function"
-msgstr "Funktion"
+#: include/functions_setup.inc:379
+msgid "PHP detailed function inspection"
+msgstr "Detaillierte Überprüfung der verwendeten PHP-Funktionen"
 
 
-#: include/php_setup.inc:98
-msgid "static"
-msgstr "statisch"
+#: include/functions_setup.inc:383
+#, php-format
+msgid "Checking for function %s"
+msgstr "Prüfe Funktion %s"
 
 
-#: include/php_setup.inc:102
-msgid "method"
-msgstr "Methode"
+#: include/functions_setup.inc:384
+#, php-format
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
+msgstr ""
+"Die Funktion <b>%s</b> wird von GOsa verwendet. Es gibt derzeit noch keine "
+"Information, ob die Funktion optional ist oder zwingend benötigt wird."
 
 
-#: include/php_setup.inc:121
-msgid "Trace"
-msgstr "Ablaufverfolgung"
+#: include/functions_setup.inc:395
+msgid "Checking for some additional programms"
+msgstr "Suche einige zusätzliche Programme"
 
 
-#: include/php_setup.inc:122
-msgid "Line"
-msgstr "Zeile"
+#: include/functions_setup.inc:404
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Suche nach ImageMagick (>=5.4.0)"
 
 
-#: include/php_setup.inc:123
-msgid "Arguments"
-msgstr "Argumente"
+#: include/functions_setup.inc:405
+msgid ""
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
+msgstr "ImageMagick wird für die Konvertierung von hochgeladenen Bildern verwendet."
 
 
-#: include/functions.inc:290
-#, php-format
-msgid "Error when connecting the LDAP. Server said '%s'."
-msgstr "Fehler beim Verbinden mit dem LDAP-Server. Die Meldung lautet '%s'."
+#: include/functions_setup.inc:408
+msgid "Checking imagick module for PHP"
+msgstr "Prüfe auf imagick Erweiterung"
 
 
-#: include/functions.inc:311
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Anmeldung des Nutzers ist fehlgeschlagen. Die Meldung lautet '%s'."
+#: include/functions_setup.inc:409
+msgid ""
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
+msgstr "ImageMagick wird für die Konvertierung von hochgeladenen Bildern verwendet."
 
 
-#: include/functions.inc:330
-msgid "Username / UID is not unique. Please check your LDAP database."
-msgstr "Die Kennung ist nicht eindeutig. Bitte prüfen Sie die LDAP-Datenbank."
+#: include/functions_setup.inc:416
+msgid "Checking for fping utility"
+msgstr "Suche fping-Programm"
 
 
-#: include/functions.inc:368
+#: include/functions_setup.inc:417
 msgid ""
 msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
 msgstr ""
 msgstr ""
-"Fehler beim Anlegen eines Locks. Die Parameter sind nicht korrekt gesetzt!"
+"Fping wird benötigt, um den Status von Thin-Client basierenden Terminal zu "
+"überwachen."
 
 
-#: include/functions.inc:378
-#, php-format
+#: include/functions_setup.inc:432
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr "Suche einen Weg, um LM/NT Passwort-Hashes zu generieren"
+
+#: include/functions_setup.inc:433
 msgid ""
 msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
 msgstr ""
 msgstr ""
-"Der Zugriffsschutz für die LDAP-Datenbank kann nicht gesetzt werden. Bitte "
-"überprüfen Sie den \"Config\" Eintrag in der Datei gosa.conf! Der LDAP-"
-"Server meldete '%s'."
+"Um Samba 2.x/3.x in Verbindung mit LDAP nutzen zu können, wird ein externes "
+"Programm benötigt, welches die Passwort-Hashes generieren kann."
 
 
-#: include/functions.inc:393
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr ""
-"Kann keinen Zugriffsschutz anlegen. Die Meldung des LDAP-Servers lautet '%s'."
+#: include/functions_setup.inc:446
+msgid "php.ini check -> session.auto_register"
+msgstr "php.ini Überprüfung -> session.auto_register"
 
 
-#: include/functions.inc:419
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
+#: include/functions_setup.inc:447
+msgid ""
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
 msgstr ""
 msgstr ""
-"Kann den Zugriffsschutz nicht entfernen. Die Meldung des LDAP-Servers lautet "
-"'%s'."
+"Um GOsa fehlerfrei benutzen zu können, muß die Option session.auto_register "
+"in Ihrer php.ini auf 'off' stehen."
 
 
-#: include/functions.inc:449
+#: include/functions_setup.inc:450
+msgid "php.ini check -> implicit_flush"
+msgstr "php.ini Überprüfung -> implicit_flush"
+
+#: include/functions_setup.inc:451
 msgid ""
 msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
 msgstr ""
 msgstr ""
-"Es kann nicht geprüft werden, ob das Objekt gesperrt ist. Die Parameter sind "
-"nicht korrekt!"
+"Diese Einstellung beeinflusst die Verarbeitung der Ausgabe. Stellen Sie "
+"diese auf 'off', um die Leistung zu erhöhen."
 
 
-#: include/functions.inc:459
+#: include/functions_setup.inc:458
+msgid "php.ini check -> max_execution_time"
+msgstr "php.ini Überprüfung -> max_execution_time"
+
+#: include/functions_setup.inc:459
 msgid ""
 msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
 msgstr ""
 msgstr ""
-"Die Information über den Zugriffsschutz kann nicht aus der LDAP-Datenbank "
-"gelesen werden. Bitte prüfen Sie den \"Config\"-Eintrag in der gosa.conf!"
+"Die Ausführungszeit sollte mindestens 30 Sekunden betragen, da einige "
+"Aktionen viel Zeit in Anspruch nehmen."
 
 
-#: include/functions.inc:467
+#: include/functions_setup.inc:466
+msgid "php.ini check -> memory_limit"
+msgstr "php.ini Überprüfung -> memory_limit"
+
+#: include/functions_setup.inc:467
 msgid ""
 msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
 msgstr ""
 msgstr ""
-"Mehrere Sperrungen für ein Objekt gefunden. Dies sollte nicht möglich sein, "
-"bitte entfernen Sie mehrfache Referenzen."
+"GOsa benötigt mindestens 16MB Speicher, weniger Speicher würde "
+"unvorhersehbare Probleme verursachen! Bei größeren Installationen sollte "
+"dieser Wert noch erweitert werden."
 
 
-#: include/functions.inc:581
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "Die Größenbeschränkung von %d Einträgen ist überschritten!"
+#: include/functions_setup.inc:471
+msgid "php.ini check -> expose_php"
+msgstr "php.ini Überprüfung -> expose_php"
 
 
-#: include/functions.inc:583
-#, php-format
+#: include/functions_setup.inc:472
 msgid ""
 msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+"Increase the server security by setting expose_php to 'off'. PHP won't send "
+"any Information about the server you are running in this case."
 msgstr ""
 msgstr ""
-"Verwende eine neue Größenbeschränkung von %s Einträgen und zeige diese "
-"Meldung bei Überschreitung wieder an"
+"Erhöhen Sie die Sicherheit Ihres Servers, indem Sie expose_php auf 'off' "
+"setzen. PHP wird in dieser Einstellung keine Informationen über Ihren "
+"laufenden Server senden."
 
 
-#: include/functions.inc:600
-msgid "incomplete"
-msgstr "unvollständig"
+#: include/functions_setup.inc:476
+msgid "php.ini check -> magic_quotes_gpc"
+msgstr "php.ini Überprüfung -> magic_quotes_gpc"
 
 
-#: include/functions.inc:1005
-#, php-format
+#: include/functions_setup.inc:477
 msgid ""
 msgid ""
-"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
-"Please contact the person in order to clarify proceedings."
+"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
+"escape all quotes in strings in this case."
 msgstr ""
 msgstr ""
-"Sie versuchen den LDAP-Eintrag '%s' zu bearbeiten. Dieser Eintrag wird "
-"gerade von '%s' benutzt. Bitte kontaktieren Sie diese Person, um das weitere "
-"Vorgehen abzuklären."
+"Erhöhen Sie die Sicherheit des Server, indem sie magic_quotes_gpc auf 'on' "
+"stellen. PHP wird in dieser Einstellung alle 'quotes' in 'strings' umwandeln."
 
 
-#: include/functions.inc:1104
-msgid "LDAP error:"
-msgstr "LDAP-Fehler:"
+#: include/functions_setup.inc:722
+msgid "You've to specify an ldap server before continuing!"
+msgstr "Sie müssen einen LDAP-Server angeben um fortzufahren!"
 
 
-#: include/functions.inc:1282
-msgid "Entries per page"
-msgstr "Einträge pro Seite"
+#: include/functions_setup.inc:731 include/functions_setup.inc:814
+msgid ""
+"Can't connect to the specified LDAP server! Please make sure that is "
+"reachable for GOsa."
+msgstr ""
+"Kann den angegebenen LDAP-Server nicht erreichen! Bitte stellen Sie sicher, "
+"dass er für GOsa erreichbar ist."
 
 
-#: include/functions.inc:1310
-msgid "Apply filter"
-msgstr "Filter anwenden"
+#: include/functions_setup.inc:745 include/functions_setup.inc:819
+#: include/functions_setup.inc:824
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
+msgstr ""
+"Die Anmeldung am LDAP-Server ist fehlgeschlagen. Bitte stellen Sie sicher, "
+"dass der Server für GOsa erreichbar ist."
 
 
-#: include/functions.inc:1584
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: include/functions_setup.inc:834
+msgid ""
+"Bind to server successful, but the server seems to be completly empty, "
+"please check all informations twice"
+msgstr ""
+"Die Verbindung zum Server war erfolgreich, dieser scheint jedoch leer zu "
+"sein. Bitte überprüfen Sie nochmals Ihre Angaben."
 
 
-#: include/functions.inc:1627
+#: include/functions_setup.inc:890
 #, php-format
 #, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr "GOsa Entwicklerversion (Rev %s)"
-
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
-msgstr "Kann SSHA nicht benutzen (Fehlende Funktion mhash / sha1)"
-
-#: include/class_pluglist.inc:115
 msgid ""
 msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
 msgstr ""
 msgstr ""
-"Die Konfigurationsdatei gosa.conf hat sich teilweise geändert. Bitte "
-"konvertieren Sie diese mit dem beigefügten Skript fix_config.sh!"
+"Das Attribut '%s' ist in diesem Formular nicht angegeben. Bitte "
+"vervollständigen Sie Ihre Eingaben!"
 
 
-#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
-#: ihtml/themes/altlinux/framework.tpl:24
-#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
+#: include/functions_setup.inc:921
 msgid ""
 msgid ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
 msgstr ""
 msgstr ""
-"Sie bearbeiten gerade einen Datenbankeintrag. Sollen die Daten verworfen "
-"werden?"
+"Kann von GOsa benötigte Schema-Informationen nicht lesen. Bitte stellen Sie "
+"sicher, dass diese lesbar sind."
 
 
-#: include/class_config.inc:69
+#: include/functions_setup.inc:930
 #, php-format
 #, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "XML-Fehler in der Datei gosa.conf: %s in Zeile %d"
+msgid "Can't log into LDAP server. Reason was: %s."
+msgstr "Die Anmeldung am LDAP-Server ist fehlgeschlagen. Die Meldung lautet '%s'."
 
 
-#: include/class_config.inc:195 html/index.php:136
-msgid "Can't bind to LDAP. Please contact the system administrator."
+#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
+#: include/functions_setup.inc:1072 html/index.php:172
+#: ihtml/themes/altlinux/setup_useradmin.tpl:6
+#: ihtml/themes/default/setup_useradmin.tpl:6
+msgid ""
+"You're missing an administrative account for GOsa, you'll not be able to "
+"administrate anything!"
 msgstr ""
 msgstr ""
-"Kann den LDAP-Server nicht erreichen. Bitte benachrichtigen Sie den "
-"Administrator."
-
-#: include/class_config.inc:433
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "SID und/oder RIDBASE fehlen in der Konfiguration!"
+"In ihrem Setup fehlt ein administratives Konto für GOsa, Sie sind deshalb "
+"nicht in der Lage, irgendetwas einzustellen!"
 
 
-#: include/class_ldap.inc:437
+#: include/class_ppdManager.inc:13
 #, php-format
 #, php-format
-msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
-msgstr ""
-"Das automatische Erzeugen des Objekt-Typs '%s' wird momentan nicht "
-"unterstützt. Bitte melden Sie dies an das Entwicklerteam."
+msgid "PPD manager : The specified path '%s' doesn't exists."
+msgstr "PPD manager: Der angegebene Pfad '%s' existiert nicht."
 
 
-#: include/class_ldap.inc:699
+#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
 msgstr ""
 msgstr ""
-"Dies ist keine valide DN: '%s'.  Ein Block für den Import sollte mit "
-"'dn:...' beginnen in Zeile %s"
+"Das Verarbeiten der PPD-Datei '%s' ist fehlgeschlagen - Zeile zu lang. "
+"Nachfolgende Zeichen wurden ausgelassen."
 
 
-#: include/class_ldap.inc:712
-#, php-format
-msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
-msgstr "Der DN: '%s' (aus Zeile %s) existiert bereits in der LDAP-Datenbank."
+#: include/class_ppdManager.inc:137
+msgid "Nested groups are not supported!"
+msgstr "Verschachtelte Gruppen werden nicht unterstützt!"
 
 
-#: include/class_ldap.inc:728
+#: include/class_ppdManager.inc:141
+msgid "Group name not unique!"
+msgstr "Der Gruppenname ist nicht eindeutig!"
+
+#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
+msgid "Symbol values are not supported yet!"
+msgstr "Symbolische Werte werden noch nicht unterstützt!"
+
+#: include/class_ppdManager.inc:171
+msgid "Nested options are not supported!"
+msgstr "Verschachtelte Werte werden noch nicht unterstützt."
+
+#: include/class_ppdManager.inc:196
+msgid "PickMany is not supported yet!"
+msgstr "Die Option PickMany wird noch nicht unterstützt!"
+
+#: include/class_ppdManager.inc:268
 #, php-format
 #, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgid "Parsing PPD file %s failed - no information found."
 msgstr ""
 msgstr ""
-"Fehler beim Importieren von dn: '%s', bitte überprüfen Sie die LDIF-Datei ab "
-"Zeile %s!"
+"Das Verarbeiten der PPD-Datei '%s' ist fehlgeschlagen - keine Information "
+"gefunden."
 
 #: include/class_debconfTemplate.inc:251
 msgid "This package has no debconf options."
 msgstr "Dieses Paket verfügt über keine debconf-Optionen."
 
 
 #: include/class_debconfTemplate.inc:251
 msgid "This package has no debconf options."
 msgstr "Dieses Paket verfügt über keine debconf-Optionen."
 
+#: html/helpviewer.php:116
+msgid "There is no helpfile specified for this class."
+msgstr "Für diese Klasse wurde keine Hilfedatei angegeben."
+
+#: html/helpviewer.php:226
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+msgstr ""
+"Auf das Hilfeverzeichnis '%s' kann nicht zugegriffen werden - kann daher "
+"keine Hilfedateien lesen."
+
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
-msgstr ""
-"Fehler: getvcard.php benötigt einen Parameter um eine vcard zu exportieren!"
+msgstr "Fehler: getvcard.php benötigt einen Parameter um eine vcard zu exportieren!"
 
 #: html/setup.php:86
 #, php-format
 
 #: html/setup.php:86
 #, php-format
@@ -10236,8 +10269,7 @@ msgstr ""
 "anfordern. Bitte stellen Sie sicher, dass dies möglich ist."
 
 #: html/index.php:153
 "anfordern. Bitte stellen Sie sicher, dass dies möglich ist."
 
 #: html/index.php:153
-msgid ""
-"Your ldap setup contains old schema definitions. Please re-run the setup."
+msgid "Your ldap setup contains old schema definitions. Please re-run the setup."
 msgstr ""
 "Ihr LDAP-Server enthält veraltete Schema-Definitionen. Bitte führen Sie "
 "erneut die Einrichtung durch."
 msgstr ""
 "Ihr LDAP-Server enthält veraltete Schema-Definitionen. Bitte führen Sie "
 "erneut die Einrichtung durch."
@@ -10262,17 +10294,6 @@ msgstr "Die Sitzung ist nicht verschl
 msgid "Enter SSL session"
 msgstr "SSL Sitzung"
 
 msgid "Enter SSL session"
 msgstr "SSL Sitzung"
 
-#: html/helpviewer.php:116
-msgid "There is no helpfile specified for this class."
-msgstr "Für diese Klasse wurde keine Hilfedatei angegeben."
-
-#: html/helpviewer.php:226
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
-msgstr ""
-"Auf das Hilfeverzeichnis '%s' kann nicht zugegriffen werden - kann daher "
-"keine Hilfedateien lesen."
-
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "Die SQL-Datenbank kann nicht erreicht werden!"
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "Die SQL-Datenbank kann nicht erreicht werden!"
@@ -10305,12 +10326,41 @@ msgid "Can't find any plugin definitions for plugin '%s'!"
 msgstr "Es kann kein Plugin für die Definition '%s' gefunden werden!"
 
 #: html/main.php:316
 msgstr "Es kann kein Plugin für die Definition '%s' gefunden werden!"
 
 #: html/main.php:316
-msgid ""
-"Generating this page caused the W3C conformance checker to raise some errors!"
+msgid "Generating this page caused the W3C conformance checker to raise some errors!"
 msgstr ""
 "Der W3C-Validator meldete einen oder mehrere Fehler beim Erzeugen dieser "
 "Seite!"
 
 msgstr ""
 "Der W3C-Validator meldete einen oder mehrere Fehler beim Erzeugen dieser "
 "Seite!"
 
+#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
+msgid ""
+"The size limit option makes LDAP operations faster and saves the LDAP server "
+"from getting too much load. The easiest way to handle big databases without "
+"long timeouts would be to limit your search to smaller values and use "
+"filters to get the entries you are looking for."
+msgstr ""
+"Die Größenbeschränkung sorgt dafür, daß die LDAP-Operationen schneller "
+"durchgeführt werden können und verringern die Last auf dem LDAP-Server. Der "
+"einfachste Weg, große Datenbanken ohne große Zeitüberschreitungen zu "
+"bearbeiten ist es Filter zu verwenden und die Größenbeschränkungen auf einen "
+"sinnvollen Wert einzustellen."
+
+#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
+msgid "Please choose the way to react for this session"
+msgstr "Bitte entscheiden Sie, wie für diese Sitzung verfahren werden soll"
+
+#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
+msgid "ignore this error and show all entries the LDAP server returns"
+msgstr "Ignoriere diesen Fehler und zeige alle vom LDAP-Server gelieferten Einträge"
+
+#: ihtml/themes/altlinux/sizelimit.tpl:10
+#: ihtml/themes/default/sizelimit.tpl:10
+msgid ""
+"ignore this error and show all entries that fit into the defined sizelimit "
+"and let me use filters instead"
+msgstr ""
+"Ignoriere diesen Fehler und zeige alle Einträge, die innerhalb der "
+"Größenbeschränkung liegen"
+
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Ein Sitzungskonflikt wurde festgestellt"
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Ein Sitzungskonflikt wurde festgestellt"
@@ -10341,6 +10391,25 @@ msgstr ""
 msgid "Logout"
 msgstr "Abmelden"
 
 msgid "Logout"
 msgstr "Abmelden"
 
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+msgid "Please use your <i>username</i> and <i>password</i> to log in"
+msgstr ""
+"Melden Sie sich bitte mit Ihrem <i>Benutzernamen</i> und Ihrem <i>Passwort</"
+"i> an"
+
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
+msgid "Directory"
+msgstr "Verzeichnis"
+
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
+msgid "Sign in"
+msgstr "Anmelden"
+
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
+msgid "Click here to log in"
+msgstr "Hier klicken zum Anmelden"
+
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
@@ -10383,56 +10452,6 @@ msgstr ""
 "Benutzernamen und das zugehörige Passwort in das untere Feld ein, um die "
 "fehlenden Einträge zu erstellen."
 
 "Benutzernamen und das zugehörige Passwort in das untere Feld ein, um die "
 "fehlenden Einträge zu erstellen."
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-msgid "Please use your <i>username</i> and <i>password</i> to log in"
-msgstr ""
-"Melden Sie sich bitte mit Ihrem <i>Benutzernamen</i> und Ihrem <i>Passwort</"
-"i> an"
-
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
-msgid "Directory"
-msgstr "Verzeichnis"
-
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
-msgid "Sign in"
-msgstr "Anmelden"
-
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
-msgid "Click here to log in"
-msgstr "Hier klicken zum Anmelden"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
-msgid ""
-"The size limit option makes LDAP operations faster and saves the LDAP server "
-"from getting too much load. The easiest way to handle big databases without "
-"long timeouts would be to limit your search to smaller values and use "
-"filters to get the entries you are looking for."
-msgstr ""
-"Die Größenbeschränkung sorgt dafür, daß die LDAP-Operationen schneller "
-"durchgeführt werden können und verringern die Last auf dem LDAP-Server. Der "
-"einfachste Weg, große Datenbanken ohne große Zeitüberschreitungen zu "
-"bearbeiten ist es Filter zu verwenden und die Größenbeschränkungen auf einen "
-"sinnvollen Wert einzustellen."
-
-#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
-msgid "Please choose the way to react for this session"
-msgstr "Bitte entscheiden Sie, wie für diese Sitzung verfahren werden soll"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
-msgid "ignore this error and show all entries the LDAP server returns"
-msgstr ""
-"Ignoriere diesen Fehler und zeige alle vom LDAP-Server gelieferten Einträge"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:10
-#: ihtml/themes/default/sizelimit.tpl:10
-msgid ""
-"ignore this error and show all entries that fit into the defined sizelimit "
-"and let me use filters instead"
-msgstr ""
-"Ignoriere diesen Fehler und zeige alle Einträge, die innerhalb der "
-"Größenbeschränkung liegen"
-
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
@@ -10453,21 +10472,6 @@ msgstr "Abmelden"
 msgid "Signed in:"
 msgstr "Angemeldet:"
 
 msgid "Signed in:"
 msgstr "Angemeldet:"
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Ein Zugriffskonflikt wurde festgestellt"
-
-#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
-msgid ""
-"If this lock detection is false, the other person has obviously closed the "
-"webbrowser during the edit operation. You may delete the lockfile in this "
-"case by pressing the <i>Remove</i> button."
-msgstr ""
-"Wenn diese Anzeige eines Zugriffskonflikts fehlerhaft ist, hat eine andere "
-"Person offenbar während der Bearbeitung eines Eintrages einfach den "
-"Webbrowser geschlossen. In einem solchen Fall können Sie den Konflikt durch "
-"einen Klick auf <i>Entfernen</i> beseitigen."
-
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
@@ -10486,6 +10490,21 @@ msgstr ""
 "Der zweite Schritt prüft auf die Verfügbarkeit einiger Hilfsprogramme und "
 "testet, ob sie in der richtigen Version vorliegen."
 
 "Der zweite Schritt prüft auf die Verfügbarkeit einiger Hilfsprogramme und "
 "testet, ob sie in der richtigen Version vorliegen."
 
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr "Ein Zugriffskonflikt wurde festgestellt"
+
+#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
+msgid ""
+"If this lock detection is false, the other person has obviously closed the "
+"webbrowser during the edit operation. You may delete the lockfile in this "
+"case by pressing the <i>Remove</i> button."
+msgstr ""
+"Wenn diese Anzeige eines Zugriffskonflikts fehlerhaft ist, hat eine andere "
+"Person offenbar während der Bearbeitung eines Eintrages einfach den "
+"Webbrowser geschlossen. In einem solchen Fall können Sie den Konflikt durch "
+"einen Klick auf <i>Entfernen</i> beseitigen."
+
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
@@ -10706,6 +10725,14 @@ msgstr ""
 "während normale Nutzer dies nicht dürfen. Führen Sie diese Kommandos aus, um "
 "die obigen Voraussetzungen zu erfüllen:"
 
 "während normale Nutzer dies nicht dürfen. Führen Sie diese Kommandos aus, um "
 "die obigen Voraussetzungen zu erfüllen:"
 
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr "GOsa Hilfe-Browser"
+
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr "Index"
+
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
@@ -10722,13 +10749,20 @@ msgstr ""
 msgid "Toggle Show/Hide"
 msgstr "Zeige/Verstecke"
 
 msgid "Toggle Show/Hide"
 msgstr "Zeige/Verstecke"
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
-msgstr "GOsa Hilfe-Browser"
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
+msgstr "Die Gültigkeit ihrer GOsa-Sitzung ist abgelaufen!"
 
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
-msgstr "Index"
+#: ihtml/themes/default/logout.tpl:7
+msgid ""
+"The last interaction with the GOsa web interface has been some time ago in "
+"the past. For security reasons, the session has been closed. To continue "
+"with administrative tasks, please sign in again."
+msgstr "Die letzte in der Web-Applikation durchgeführte Aktion liegt einige Zeit in der Vergangenheit. Aus Sicherheitsgründen wurde die Sitzung geschlossen. Um mit der Administration fortzufahren, melden Sie sich bitte erneut an."
+
+#: ihtml/themes/default/logout.tpl:10
+msgid "Sign in again"
+msgstr "Erneut anmelden"
 
 #: ihtml/themes/default/setup_step4.tpl:100
 msgid ""
 
 #: ihtml/themes/default/setup_step4.tpl:100
 msgid ""
index df16fd3b07c40c2b52c7d14c585bef41b65adf4a..d1c560bfaee1d91928df4527afe48f0c0c4b31b9 100644 (file)
@@ -36,16 +36,15 @@ msgstr "Agregados"
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
-#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/generic.tpl:6 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
-#: plugins/admin/fai/faiProfile.tpl:32
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
+#: plugins/admin/fai/faiProfile.tpl:32 plugins/admin/fai/faiScript.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/groups/mail.tpl:7
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Genérico"
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Genérico"
@@ -80,7 +79,7 @@ msgstr "Correo Electrónico"
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:136
+#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:139
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Conectividad"
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Conectividad"
@@ -98,15 +97,15 @@ msgstr "Fax"
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_info.tpl:37
-#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
+#: plugins/addons/addressbook/address_info.tpl:37
+#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
-#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/systems/class_systemManagement.inc:708
 #: plugins/admin/systems/class_systemManagement.inc:708
+#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
@@ -171,12 +170,12 @@ msgstr "Impresora"
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
-#: plugins/admin/fai/faiProfileEntry.tpl:22
-#: plugins/admin/fai/faiPackageEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
+#: plugins/admin/fai/faiProfileEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
+#: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
@@ -190,404 +189,266 @@ msgstr "Bases de datos"
 msgid "Services"
 msgstr "Servicios"
 
 msgid "Services"
 msgstr "Servicios"
 
-#: contrib/gosa.conf:177 plugins/addons/ldapmanager/contentexportxls.tpl:19
-#: plugins/addons/ldapmanager/contentexportxls.tpl:32
-#: plugins/addons/ldapmanager/contentexportxls.tpl:47
-#: plugins/addons/ldapmanager/contentexport.tpl:16
+#: contrib/gosa.conf:178 plugins/addons/ldapmanager/contentexport.tpl:16
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
+#: plugins/addons/ldapmanager/contentexportxls.tpl:19
+#: plugins/addons/ldapmanager/contentexportxls.tpl:32
+#: plugins/addons/ldapmanager/contentexportxls.tpl:47
 msgid "Export"
 msgstr "Exportar"
 
 msgid "Export"
 msgstr "Exportar"
 
-#: contrib/gosa.conf:178
+#: contrib/gosa.conf:179
 #, fuzzy
 msgid "Excel Export"
 msgstr "Exportar"
 
 #, fuzzy
 msgid "Excel Export"
 msgstr "Exportar"
 
-#: contrib/gosa.conf:179 plugins/personal/mail/generic.tpl:113
+#: contrib/gosa.conf:180 plugins/personal/mail/generic.tpl:113
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
-#: plugins/admin/applications/generic.tpl:91
+#: plugins/admin/applications/generic.tpl:94
 msgid "Import"
 msgstr "Importar"
 
 msgid "Import"
 msgstr "Importar"
 
-#: contrib/gosa.conf:180
+#: contrib/gosa.conf:181
 msgid "CSV Import"
 msgstr "Importación desde CVS"
 
 msgid "CSV Import"
 msgstr "Importación desde CVS"
 
-#: contrib/gosa.conf:184
+#: contrib/gosa.conf:185
 #, fuzzy
 msgid "Partitions"
 msgstr "Destino"
 
 #, fuzzy
 msgid "Partitions"
 msgstr "Destino"
 
-#: contrib/gosa.conf:188 plugins/personal/environment/logonManagement.tpl:55
+#: contrib/gosa.conf:189 plugins/personal/environment/logonManagement.tpl:55
+#: plugins/admin/applications/generic.tpl:92
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:89
 #, fuzzy
 msgid "Script"
 msgstr "Ruta del Script"
 
 #, fuzzy
 msgid "Script"
 msgstr "Ruta del Script"
 
-#: contrib/gosa.conf:192 plugins/admin/fai/class_faiManagement.inc:553
+#: contrib/gosa.conf:193 plugins/admin/fai/class_faiManagement.inc:553
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr ""
 
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr ""
 
-#: contrib/gosa.conf:196 plugins/admin/fai/class_faiManagement.inc:546
+#: contrib/gosa.conf:197 plugins/admin/fai/class_faiManagement.inc:546
 #: plugins/admin/fai/class_faiManagement.inc:547
 #, fuzzy
 msgid "Variables"
 msgstr "Variable"
 
 #: plugins/admin/fai/class_faiManagement.inc:547
 #, fuzzy
 msgid "Variables"
 msgstr "Variable"
 
-#: contrib/gosa.conf:200 plugins/admin/fai/class_faiManagement.inc:567
+#: contrib/gosa.conf:201 plugins/admin/fai/class_faiManagement.inc:567
 #: plugins/admin/fai/class_faiManagement.inc:568
 #, fuzzy
 msgid "Templates"
 msgstr "Plantilla"
 
 #: plugins/admin/fai/class_faiManagement.inc:568
 #, fuzzy
 msgid "Templates"
 msgstr "Plantilla"
 
-#: contrib/gosa.conf:204 plugins/personal/environment/environment.tpl:7
+#: contrib/gosa.conf:205 plugins/personal/environment/environment.tpl:7
 #, fuzzy
 msgid "Profiles"
 msgstr "Ruta del Perfil"
 
 #, fuzzy
 msgid "Profiles"
 msgstr "Ruta del Perfil"
 
-#: contrib/gosa.conf:208
+#: contrib/gosa.conf:209
 #, fuzzy
 msgid "Packages"
 msgstr "Mostrar teléfonos"
 
 #, fuzzy
 msgid "Packages"
 msgstr "Mostrar teléfonos"
 
-#: contrib/gosa.conf:226
+#: contrib/gosa.conf:227
 msgid "{LOCATIONNAME}"
 msgstr "{LOCATIONNAME}"
 
 msgid "{LOCATIONNAME}"
 msgstr "{LOCATIONNAME}"
 
-#: contrib/gosa.conf:243 plugins/admin/ogroups/class_phonequeue.inc:164
+#: contrib/gosa.conf:244 plugins/admin/ogroups/class_phonequeue.inc:164
 msgid "German"
 msgstr "Alemán"
 
 msgid "German"
 msgstr "Alemán"
 
-#: contrib/gosa.conf:244
+#: contrib/gosa.conf:245
 msgid "Russian"
 msgstr "Ruso"
 
 msgid "Russian"
 msgstr "Ruso"
 
-#: contrib/gosa.conf:245
+#: contrib/gosa.conf:246
 msgid "Spanish"
 msgstr "Español"
 
 msgid "Spanish"
 msgstr "Español"
 
-#: contrib/gosa.conf:246
+#: contrib/gosa.conf:247
 msgid "French"
 msgstr "Francés"
 
 msgid "French"
 msgstr "Francés"
 
-#: contrib/gosa.conf:247
+#: contrib/gosa.conf:248
 msgid "Dutch"
 msgstr "Holandés"
 
 msgid "Dutch"
 msgstr "Holandés"
 
-#: contrib/gosa.conf:248
+#: contrib/gosa.conf:249
 msgid "English"
 msgstr "Inglés"
 
 msgid "English"
 msgstr "Inglés"
 
-#: contrib/gosa.conf:249
+#: contrib/gosa.conf:250
 msgid "Italian"
 msgstr "Italiano"
 
 msgid "Italian"
 msgstr "Italiano"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
-#: plugins/personal/environment/class_environment.inc:13
 #: plugins/personal/generic/class_user.inc:17
 #: plugins/personal/generic/class_user.inc:17
-#: plugins/personal/connectivity/class_webdavAccount.inc:7
-#: plugins/personal/connectivity/class_proxyAccount.inc:6
-#: plugins/personal/connectivity/class_pptpAccount.inc:27
-#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_glpiAccount.inc:26
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
 #: plugins/personal/connectivity/class_connectivity.inc:16
 #: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_glpiAccount.inc:26
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/environment/class_environment.inc:13
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
-#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
-#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
+#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/logview/class_logview.inc:7
 #: plugins/addons/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Esto hace algo"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Esto hace algo"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:92
-#, fuzzy
-msgid "This account has no nagios extensions."
+#: plugins/personal/mail/class_mailAccount.inc:79
+#: plugins/admin/groups/class_groupMail.inc:59
+#, php-format
+msgid "There is no mail method '%s' specified in your gosa.conf available."
+msgstr "No hay protocolo de correo %s configurado en su 'gosa.conf'."
+
+#: plugins/personal/mail/class_mailAccount.inc:170
+msgid "No DESC tag in vacation file:"
+msgstr "En el archivo de ausencia no existe la etiqueta 'DESC':"
+
+#: plugins/personal/mail/class_mailAccount.inc:210
+msgid "This account has no mail extensions."
 msgstr "Esta cuenta no tiene extensiones validas de correo."
 
 msgstr "Esta cuenta no tiene extensiones validas de correo."
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:101
-#, fuzzy
-msgid "Remove nagios account"
+#: plugins/personal/mail/class_mailAccount.inc:219
+#: plugins/admin/groups/class_groupMail.inc:195
+#: plugins/admin/ogroups/class_mailogroup.inc:40
+msgid "Remove mail account"
 msgstr "Borrar cuenta de correo"
 
 msgstr "Borrar cuenta de correo"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:102
-#, fuzzy
+#: plugins/personal/mail/class_mailAccount.inc:220
+#: plugins/admin/groups/class_groupMail.inc:196
 msgid ""
 msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
+"This account has mail features enabled. You can disable them by clicking "
 "below."
 msgstr ""
 "Esta cuenta tiene las características de correo activas. Puede desactivarlas "
 "apretando a continuación."
 
 "below."
 msgstr ""
 "Esta cuenta tiene las características de correo activas. Puede desactivarlas "
 "apretando a continuación."
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
-#, fuzzy
-msgid "Create nagios account"
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:198
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+msgid "Create mail account"
 msgstr "Crear cuenta de correo"
 
 msgstr "Crear cuenta de correo"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
-#, fuzzy
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:199
 msgid ""
 msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
+"This account has mail features disabled. You can enable them by clicking "
 "below."
 msgstr ""
 "Esta cuenta tiene las características de correo desactivadas.Puede "
 "activarlas pulsando aqui."
 
 "below."
 msgstr ""
 "Esta cuenta tiene las características de correo desactivadas.Puede "
 "activarlas pulsando aqui."
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:163
-#, fuzzy
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "El campo requerido 'Nombre' no ha sido rellenado."
-
-#: plugins/personal/nagios/class_nagiosAccount.inc:166
-#, fuzzy
-msgid "The required field 'NagiosMail' is not set."
-msgstr "El campo requerido 'Nombre' no ha sido rellenado."
-
-#: plugins/personal/nagios/class_nagiosAccount.inc:170
-#: plugins/personal/nagios/class_nagiosAccount.inc:174
-#, fuzzy
-msgid "Please enter a valid email address in 'NagiosMail' field."
+#: plugins/personal/mail/class_mailAccount.inc:270
+msgid ""
+"You're trying to add an invalid email address to the list of forwarders."
 msgstr ""
 msgstr ""
-"Por favor introduzca una dirección valida de correo electrónico en el campo "
-"'Cuenta Principal'."
+"Esta intentando añadir una dirección de correo no valida a la lista de "
+"reenvíos."
 
 
-#: plugins/personal/nagios/main.inc:104 plugins/personal/mail/main.inc:104
-#: plugins/personal/posix/main.inc:110 plugins/personal/samba/main.inc:104
-#: plugins/personal/environment/main.inc:104
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/generic/main.inc:158
-#: plugins/personal/connectivity/main.inc:115
-#: plugins/gofax/blocklists/generic.tpl:80
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/admin/fai/class_faiManagement.inc:392
-#: plugins/admin/groups/class_groupManagement.inc:330
-#: plugins/admin/users/class_userManagement.inc:633
-#: plugins/admin/applications/class_applicationManagement.inc:304
-#: plugins/admin/departments/class_departmentManagement.inc:347
-#: plugins/admin/systems/class_systemManagement.inc:539
-#: plugins/admin/ogroups/class_ogroupManagement.inc:338
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
-msgid "Finish"
-msgstr "Terminar"
+#: plugins/personal/mail/class_mailAccount.inc:276
+#: plugins/admin/groups/class_groupMail.inc:258
+msgid "Adding your one of your own addresses to the forwarders makes no sense."
+msgstr ""
+"Añadir una de sus propias cuentas de correo a la lista de reenvío no tiene "
+"sentido."
 
 
-#: plugins/personal/nagios/main.inc:106 plugins/personal/mail/main.inc:106
-#: plugins/personal/mail/mail_locals.tpl:43
-#: plugins/personal/posix/posix_groups.tpl:74
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:112
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/main.inc:106
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:39
-#: plugins/personal/environment/main.inc:106
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:31
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/generic/main.inc:160
-#: plugins/personal/connectivity/main.inc:117
-#: plugins/gofax/blocklists/generic.tpl:82
-#: plugins/gofax/blocklists/remove.tpl:16
-#: plugins/gofax/faxaccount/locals.tpl:62
-#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/remove.tpl:16
-#: plugins/addons/addressbook/address_edit.tpl:234
-#: plugins/admin/fai/class_faiManagement.inc:394
-#: plugins/admin/fai/class_faiManagement.inc:399
-#: plugins/admin/fai/faiProfileEntry.tpl:72
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiPackageNew.tpl:66
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:64 plugins/admin/fai/remove.tpl:17
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:133
-#: plugins/admin/groups/class_groupManagement.inc:332
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/group_objects.tpl:49
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/application_options.tpl:10
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:635
-#: plugins/admin/users/template.tpl:46 plugins/admin/users/remove.tpl:16
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:306
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:349
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/class_systemManagement.inc:541
-#: plugins/admin/systems/servnfs.tpl:76 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/password.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:52
-#: plugins/admin/ogroups/class_ogroupManagement.inc:340
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-msgid "Cancel"
-msgstr "Cancelar"
+#: plugins/personal/mail/class_mailAccount.inc:311
+#: plugins/personal/mail/class_mailAccount.inc:316
+#: plugins/admin/groups/class_groupMail.inc:286
+msgid ""
+"You're trying to add an invalid email address to the list of alternate "
+"addresses."
+msgstr ""
+"Esta intentando añadir una dirección de correo no valida a la lista de "
+"direcciones alternativas"
 
 
-#: plugins/personal/nagios/main.inc:114 plugins/personal/mail/main.inc:114
-#: plugins/personal/posix/main.inc:120 plugins/personal/samba/main.inc:114
-#: plugins/personal/environment/main.inc:114
-#: plugins/personal/generic/main.inc:179
-#: plugins/personal/connectivity/main.inc:125
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
+#: plugins/personal/mail/class_mailAccount.inc:326
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "The address you're trying to add is already used by user"
 msgstr ""
 msgstr ""
-"Pulse en el botón - Editar - para cambiar la información de esta ventana"
+"La dirección de correo que esta intentando añadir, ya esta usada por otro "
+"usuario"
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:122 plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:172
-#: plugins/personal/connectivity/main.inc:126
-#: plugins/gofax/faxaccount/generic.tpl:86
-#: plugins/gofax/faxaccount/generic.tpl:92
-#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
-#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/printer.tpl:46
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Editar"
+#: plugins/personal/mail/class_mailAccount.inc:700
+msgid ""
+"There is no valid mailserver specified, please add one in the system setup."
+msgstr ""
 
 
-#: plugins/personal/nagios/main.inc:124
-#, fuzzy
-msgid "Nagios settings"
-msgstr "Parametros del correo de usuarios"
+#: plugins/personal/mail/class_mailAccount.inc:705
+#: plugins/admin/groups/class_groupMail.inc:619
+msgid "The required field 'Primary address' is not set."
+msgstr " El campo requerido 'Cuenta Principal' no ha sido rellenado."
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-#, fuzzy
-msgid "Nagios Account"
-msgstr "Contacto"
+#: plugins/personal/mail/class_mailAccount.inc:709
+#: plugins/personal/mail/class_mailAccount.inc:713
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/admin/ogroups/class_mailogroup.inc:70
+msgid "Please enter a valid email address in 'Primary address' field."
+msgstr ""
+"Por favor introduzca una dirección valida de correo electrónico en el campo "
+"'Cuenta Principal'."
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-#, fuzzy
-msgid "Alias"
-msgstr "Italiano"
+#: plugins/personal/mail/class_mailAccount.inc:720
+#: plugins/admin/groups/class_groupMail.inc:628
+#: plugins/admin/ogroups/class_mailogroup.inc:77
+msgid "The primary address you've entered is already in use."
+msgstr "La cuenta principal que ha introducido ya esta en uso."
 
 
-#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
-#, fuzzy
-msgid "Mail address"
-msgstr "Dirección MAC"
+#: plugins/personal/mail/class_mailAccount.inc:726
+#: plugins/admin/groups/class_groupMail.inc:634
+msgid "Value in 'Quota size' is not valid."
+msgstr "El valor de 'Tamaño de Cola' no es valido."
 
 
-#: plugins/personal/nagios/nagios.tpl:17
-#, fuzzy
-msgid "Host notification period"
-msgstr "Opciones de aplicaciones"
-
-#: plugins/personal/nagios/nagios.tpl:25
-#, fuzzy
-msgid "Service notification period"
-msgstr "Opciones de aplicaciones"
-
-#: plugins/personal/nagios/nagios.tpl:32
-#, fuzzy
-msgid "Service notification options"
-msgstr "Opciones de aplicaciones"
-
-#: plugins/personal/nagios/nagios.tpl:41
-#, fuzzy
-msgid "Host notification options"
-msgstr "Opciones de aplicaciones"
-
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:242
-#: plugins/addons/addressbook/address_info.tpl:91
-#: plugins/addons/addressbook/address_edit.tpl:217 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Pager"
-msgstr "Dispositivo de aviso"
-
-#: plugins/personal/nagios/nagios.tpl:53
-#, fuzzy
-msgid "Service notification commands"
-msgstr "Opciones de aplicaciones"
-
-#: plugins/personal/nagios/nagios.tpl:57
-#, fuzzy
-msgid "Host notification commands"
-msgstr "Opciones de aplicaciones"
-
-#: plugins/personal/nagios/nagios.tpl:66
-#, fuzzy
-msgid "Nagios authentification"
-msgstr "Estación de trabajo Windows"
-
-#: plugins/personal/nagios/nagios.tpl:69
-#, fuzzy
-msgid "view system informations"
-msgstr "Información de sistema"
-
-#: plugins/personal/nagios/nagios.tpl:72
-#, fuzzy
-msgid "view configuration information"
-msgstr "Información organizativa"
-
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:78
-#, fuzzy
-msgid "view all services"
-msgstr "Provee servicios de exploración"
-
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr ""
+#: plugins/personal/mail/class_mailAccount.inc:735
+#: plugins/admin/groups/class_groupMail.inc:643
+msgid "Please specify a vaild mail size for mails to be rejected."
+msgstr "Por favor especifique un usuario valido."
 
 
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
+#: plugins/personal/mail/class_mailAccount.inc:745
+#: plugins/admin/groups/class_groupMail.inc:651
+msgid "You need to set the maximum mail size in order to reject anything."
 msgstr ""
 msgstr ""
+"Necesita poner un valor máximo en el tamaño de mensaje de correo para poder "
+"rechazar mensajes."
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
+#: plugins/personal/mail/class_mailAccount.inc:749
+msgid "You specified Spam settings, but there is no Folder specified."
 msgstr ""
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
 msgstr ""
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
@@ -633,48 +494,50 @@ msgstr "Lista de direcciones de correo alternativas."
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
-#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/trust_machines.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/connectivity/class_kolabAccount.inc:203
+#: plugins/personal/connectivity/kolab.tpl:18
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
 #: plugins/personal/environment/kioskManagement.tpl:13
 #: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/personal/connectivity/kolab.tpl:18
-#: plugins/personal/connectivity/class_kolabAccount.inc:203
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
-#: plugins/admin/fai/class_faiProfile.inc:153
-#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
-#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
+#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95
 #: plugins/admin/groups/class_groupMail.inc:413
 #: plugins/admin/groups/class_groupMail.inc:413
-#: plugins/admin/groups/application.tpl:14
+#: plugins/admin/groups/application.tpl:15
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servRepositorySetup.tpl:36
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/servRepository.tpl:14
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
+#: plugins/admin/fai/class_faiProfile.inc:153
+#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Añadir"
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Añadir"
@@ -683,36 +546,35 @@ msgstr "Añadir"
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
+#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
-#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
-#: plugins/addons/addressbook/remove.tpl:14
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
-#: plugins/admin/fai/remove.tpl:15 plugins/admin/fai/faiHook.tpl:45
-#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
-#: plugins/admin/groups/remove.tpl:14 plugins/admin/groups/generic.tpl:105
-#: plugins/admin/users/remove.tpl:14 plugins/admin/applications/remove.tpl:13
+#: plugins/addons/addressbook/remove.tpl:14 plugins/admin/groups/mail.tpl:52
+#: plugins/admin/groups/mail.tpl:97 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/groups/generic.tpl:105 plugins/admin/users/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/workstationStartup.tpl:51
-#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
+#: plugins/admin/systems/remove.tpl:14
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/workstationStartup.tpl:51
+#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
-#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/gofon/macro/remove.tpl:13
-#: plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/conference/remove.tpl:14
+#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
+#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
+#: plugins/admin/fai/faiHook.tpl:45 plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/conference/remove.tpl:14
 msgid "Delete"
 msgstr "Borrar"
 
 msgid "Delete"
 msgstr "Borrar"
 
@@ -761,9 +623,9 @@ msgid "Reject mails bigger than"
 msgstr "rechazar correos mayores que"
 
 #: plugins/personal/mail/generic.tpl:96
 msgstr "rechazar correos mayores que"
 
 #: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:71
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
+#: plugins/personal/environment/environment.tpl:71
 msgid "MB"
 msgstr "Mb"
 
 msgid "MB"
 msgstr "Mb"
 
@@ -803,135 +665,127 @@ msgstr "Usar 'script sive' propios"
 msgid "disables all Mail options!"
 msgstr "¡Desactivar todas las opciones de correo!"
 
 msgid "disables all Mail options!"
 msgstr "¡Desactivar todas las opciones de correo!"
 
-#: plugins/personal/mail/class_mailAccount.inc:79
-#: plugins/admin/groups/class_groupMail.inc:59
-#, php-format
-msgid "There is no mail method '%s' specified in your gosa.conf available."
-msgstr "No hay protocolo de correo %s configurado en su 'gosa.conf'."
-
-#: plugins/personal/mail/class_mailAccount.inc:170
-msgid "No DESC tag in vacation file:"
-msgstr "En el archivo de ausencia no existe la etiqueta 'DESC':"
-
-#: plugins/personal/mail/class_mailAccount.inc:210
-msgid "This account has no mail extensions."
-msgstr "Esta cuenta no tiene extensiones validas de correo."
+#: plugins/personal/mail/main.inc:104 plugins/personal/posix/main.inc:110
+#: plugins/personal/samba/main.inc:104
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/main.inc:158
+#: plugins/personal/connectivity/main.inc:118
+#: plugins/personal/environment/main.inc:104
+#: plugins/personal/nagios/main.inc:104
+#: plugins/gofax/blocklists/generic.tpl:80
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/admin/groups/class_groupManagement.inc:330
+#: plugins/admin/users/class_userManagement.inc:633
+#: plugins/admin/applications/class_applicationManagement.inc:304
+#: plugins/admin/departments/class_departmentManagement.inc:347
+#: plugins/admin/systems/class_systemManagement.inc:539
+#: plugins/admin/ogroups/class_ogroupManagement.inc:338
+#: plugins/admin/fai/class_faiManagement.inc:392
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
+msgid "Finish"
+msgstr "Terminar"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:219
-#: plugins/admin/groups/class_groupMail.inc:195
-#: plugins/admin/ogroups/class_mailogroup.inc:40
-msgid "Remove mail account"
-msgstr "Borrar cuenta de correo"
+#: plugins/personal/mail/main.inc:106 plugins/personal/mail/mail_locals.tpl:43
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/posix/posix_groups.tpl:74
+#: plugins/personal/posix/main.inc:112 plugins/personal/samba/main.inc:106
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/generic/generic_picture.tpl:31
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/main.inc:160
+#: plugins/personal/connectivity/main.inc:120
+#: plugins/personal/environment/main.inc:106
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:39
+#: plugins/personal/nagios/main.inc:106
+#: plugins/gofax/blocklists/generic.tpl:82
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/locals.tpl:62
+#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/admin/groups/class_groupManagement.inc:332
+#: plugins/admin/groups/remove.tpl:16
+#: plugins/admin/groups/application_options.tpl:10
+#: plugins/admin/groups/group_objects.tpl:49
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
+#: plugins/admin/users/template.tpl:46
+#: plugins/admin/users/class_userManagement.inc:635
+#: plugins/admin/users/remove.tpl:16 plugins/admin/applications/remove.tpl:15
+#: plugins/admin/applications/class_applicationManagement.inc:306
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/departments/class_departmentManagement.inc:349
+#: plugins/admin/systems/class_systemManagement.inc:541
+#: plugins/admin/systems/remove.tpl:16 plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/chooser.tpl:18 plugins/admin/systems/servnfs.tpl:76
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:52
+#: plugins/admin/ogroups/class_ogroupManagement.inc:340
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:394
+#: plugins/admin/fai/class_faiManagement.inc:399
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:72
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiVariableEntry.tpl:49
+#: plugins/admin/fai/faiHookEntry.tpl:70
+#: plugins/admin/fai/faiTemplateEntry.tpl:133
+#: plugins/admin/fai/faiPackageEntry.tpl:64
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageNew.tpl:66
+#: plugins/gofon/phoneaccount/main.inc:107 plugins/gofon/macro/remove.tpl:15
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
+#: plugins/gofon/conference/remove.tpl:16
+#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
+msgid "Cancel"
+msgstr "Cancelar"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:220
-#: plugins/admin/groups/class_groupMail.inc:196
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
+#: plugins/personal/mail/main.inc:114 plugins/personal/posix/main.inc:120
+#: plugins/personal/samba/main.inc:114 plugins/personal/generic/main.inc:179
+#: plugins/personal/connectivity/main.inc:128
+#: plugins/personal/environment/main.inc:114
+#: plugins/personal/nagios/main.inc:114 plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+msgid "Click the 'Edit' button below to change informations in this dialog"
 msgstr ""
 msgstr ""
-"Esta cuenta tiene las características de correo activas. Puede desactivarlas "
-"apretando a continuación."
+"Pulse en el botón - Editar - para cambiar la información de esta ventana"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:198
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid "Create mail account"
-msgstr "Crear cuenta de correo"
+#: plugins/personal/mail/main.inc:115 plugins/personal/posix/main.inc:122
+#: plugins/personal/samba/main.inc:115 plugins/personal/generic/main.inc:172
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/nagios/main.inc:115
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/admin/systems/printer.tpl:46
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
+#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
+#: plugins/gofon/phoneaccount/main.inc:113
+msgid "Edit"
+msgstr "Editar"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:199
-msgid ""
-"This account has mail features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Esta cuenta tiene las características de correo desactivadas.Puede "
-"activarlas pulsando aqui."
+#: plugins/personal/mail/main.inc:124
+msgid "User mail settings"
+msgstr "Parametros del correo de usuarios"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:270
-msgid ""
-"You're trying to add an invalid email address to the list of forwarders."
-msgstr ""
-"Esta intentando añadir una dirección de correo no valida a la lista de "
-"reenvíos."
-
-#: plugins/personal/mail/class_mailAccount.inc:276
-#: plugins/admin/groups/class_groupMail.inc:258
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
-msgstr ""
-"Añadir una de sus propias cuentas de correo a la lista de reenvío no tiene "
-"sentido."
-
-#: plugins/personal/mail/class_mailAccount.inc:311
-#: plugins/personal/mail/class_mailAccount.inc:316
-#: plugins/admin/groups/class_groupMail.inc:286
-msgid ""
-"You're trying to add an invalid email address to the list of alternate "
-"addresses."
-msgstr ""
-"Esta intentando añadir una dirección de correo no valida a la lista de "
-"direcciones alternativas"
-
-#: plugins/personal/mail/class_mailAccount.inc:326
-#: plugins/admin/groups/class_groupMail.inc:291
-msgid "The address you're trying to add is already used by user"
-msgstr ""
-"La dirección de correo que esta intentando añadir, ya esta usada por otro "
-"usuario"
-
-#: plugins/personal/mail/class_mailAccount.inc:700
-msgid ""
-"There is no valid mailserver specified, please add one in the system setup."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:705
-#: plugins/admin/groups/class_groupMail.inc:619
-msgid "The required field 'Primary address' is not set."
-msgstr " El campo requerido 'Cuenta Principal' no ha sido rellenado."
-
-#: plugins/personal/mail/class_mailAccount.inc:709
-#: plugins/personal/mail/class_mailAccount.inc:713
-#: plugins/addons/addressbook/class_addressbook.inc:590
-#: plugins/admin/ogroups/class_mailogroup.inc:70
-msgid "Please enter a valid email address in 'Primary address' field."
-msgstr ""
-"Por favor introduzca una dirección valida de correo electrónico en el campo "
-"'Cuenta Principal'."
-
-#: plugins/personal/mail/class_mailAccount.inc:720
-#: plugins/admin/groups/class_groupMail.inc:628
-#: plugins/admin/ogroups/class_mailogroup.inc:77
-msgid "The primary address you've entered is already in use."
-msgstr "La cuenta principal que ha introducido ya esta en uso."
-
-#: plugins/personal/mail/class_mailAccount.inc:726
-#: plugins/admin/groups/class_groupMail.inc:634
-msgid "Value in 'Quota size' is not valid."
-msgstr "El valor de 'Tamaño de Cola' no es valido."
-
-#: plugins/personal/mail/class_mailAccount.inc:735
-#: plugins/admin/groups/class_groupMail.inc:643
-msgid "Please specify a vaild mail size for mails to be rejected."
-msgstr "Por favor especifique un usuario valido."
-
-#: plugins/personal/mail/class_mailAccount.inc:745
-#: plugins/admin/groups/class_groupMail.inc:651
-msgid "You need to set the maximum mail size in order to reject anything."
-msgstr ""
-"Necesita poner un valor máximo en el tamaño de mensaje de correo para poder "
-"rechazar mensajes."
-
-#: plugins/personal/mail/class_mailAccount.inc:749
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr ""
-
-#: plugins/personal/mail/main.inc:124
-msgid "User mail settings"
-msgstr "Parametros del correo de usuarios"
-
-#: plugins/personal/mail/mail_locals.tpl:6
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Seleccione dirección para añadir"
+#: plugins/personal/mail/mail_locals.tpl:6
+#: plugins/admin/groups/mail_locals.tpl:6
+msgid "Select addresses to add"
+msgstr "Seleccione dirección para añadir"
 
 #: plugins/personal/mail/mail_locals.tpl:20
 #: plugins/personal/posix/posix_groups.tpl:20
 
 #: plugins/personal/mail/mail_locals.tpl:20
 #: plugins/personal/posix/posix_groups.tpl:20
@@ -941,25 +795,27 @@ msgstr "Seleccione dirección para añadir"
 #: plugins/gofax/blocklists/headpage.tpl:29
 #: plugins/gofax/faxaccount/locals.tpl:19
 #: plugins/addons/addressbook/contents.tpl:58
 #: plugins/gofax/blocklists/headpage.tpl:29
 #: plugins/gofax/faxaccount/locals.tpl:19
 #: plugins/addons/addressbook/contents.tpl:58
-#: plugins/admin/fai/faiProfileEntry.tpl:32
-#: plugins/admin/fai/faiPackageEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
 #: plugins/admin/groups/headpage.tpl:30
 #: plugins/admin/groups/group_objects.tpl:20
 #: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
 #: plugins/admin/applications/headpage.tpl:29
 #: plugins/admin/departments/headpage.tpl:29
 #: plugins/admin/groups/headpage.tpl:30
 #: plugins/admin/groups/group_objects.tpl:20
 #: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
 #: plugins/admin/applications/headpage.tpl:29
 #: plugins/admin/departments/headpage.tpl:29
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
 #: plugins/admin/systems/headpage.tpl:29
 #: plugins/admin/systems/headpage.tpl:29
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:20
 #: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/admin/ogroups/headpage.tpl:29 plugins/gofon/macro/headpage.tpl:29
+#: plugins/admin/ogroups/headpage.tpl:29
+#: plugins/admin/fai/faiProfileEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/gofon/macro/headpage.tpl:29
 #: plugins/gofon/conference/headpage.tpl:29
 msgid "Filters"
 msgstr "Filtros"
 
 #: plugins/personal/mail/mail_locals.tpl:27
 #: plugins/gofon/conference/headpage.tpl:29
 msgid "Filters"
 msgstr "Filtros"
 
 #: plugins/personal/mail/mail_locals.tpl:27
-#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:27
 #: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
@@ -992,11 +848,11 @@ msgstr "Nombre de usuario de las direcciones mostradas"
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
-#: plugins/admin/systems/servdb.tpl:109
+#: plugins/admin/systems/servdb.tpl:109 ihtml/themes/altlinux/login.tpl:35
+#: ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
-#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
-#: ihtml/themes/default/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
+#: ihtml/themes/default/setup_useradmin.tpl:30
 msgid "Password"
 msgstr "Contraseña"
 
 msgid "Password"
 msgstr "Contraseña"
 
@@ -1062,11 +918,11 @@ msgstr ""
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66 include/functions.inc:1319
-#: ihtml/themes/altlinux/setup_useradmin.tpl:40
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: include/functions.inc:1319 ihtml/themes/altlinux/setup_useradmin.tpl:40
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
@@ -1119,6 +975,19 @@ msgstr "No tiene permisos para cambiar su contraseña."
 msgid "External password changer reported a problem: "
 msgstr "El programa externo de cambio de contraseña informo de un problema: "
 
 msgid "External password changer reported a problem: "
 msgstr "El programa externo de cambio de contraseña informo de un problema: "
 
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
+msgstr "Seleccione sistema a añadir"
+
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
+msgstr "Mostrar sistemas de departamentos"
+
+#: plugins/personal/posix/trust_machines.tpl:30
+#: plugins/admin/systems/headpage.tpl:50
+msgid "Display systems matching"
+msgstr "Mostrar sistemas que concuerden con"
+
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Seleccione grupo a añadir"
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Seleccione grupo a añadir"
@@ -1190,6 +1059,7 @@ msgstr "Expresión regular que concuerde con nombres de grupos"
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
+#: plugins/admin/systems/servRepository.tpl:36
 msgid "Display groups of user"
 msgstr "Mostrar grupos de usuarios"
 
 msgid "Display groups of user"
 msgstr "Mostrar grupos de usuarios"
 
@@ -1208,19 +1078,6 @@ msgstr ""
 msgid "Password expires on"
 msgstr "La contraseña expira en"
 
 msgid "Password expires on"
 msgstr "La contraseña expira en"
 
-#: plugins/personal/posix/trust_machines.tpl:6
-msgid "Select systems to add"
-msgstr "Seleccione sistema a añadir"
-
-#: plugins/personal/posix/trust_machines.tpl:26
-msgid "Display systems of department"
-msgstr "Mostrar sistemas de departamentos"
-
-#: plugins/personal/posix/trust_machines.tpl:30
-#: plugins/admin/systems/headpage.tpl:50
-msgid "Display systems matching"
-msgstr "Mostrar sistemas que concuerden con"
-
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
@@ -1275,6 +1132,10 @@ msgstr "Autentificación del sistema"
 msgid "Trust mode"
 msgstr "Modo"
 
 msgid "Trust mode"
 msgstr "Modo"
 
+#: plugins/personal/posix/main.inc:131
+msgid "Unix settings"
+msgstr "Parametros Unix"
+
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
@@ -1580,10 +1441,6 @@ msgstr ""
 msgid "Too many users, can't allocate a free ID!"
 msgstr "¡Demasiados usuarios, no hay identificadores (ID) libres!"
 
 msgid "Too many users, can't allocate a free ID!"
 msgstr "¡Demasiados usuarios, no hay identificadores (ID) libres!"
 
-#: plugins/personal/posix/main.inc:131
-msgid "Unix settings"
-msgstr "Parametros Unix"
-
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Directorio Samba"
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Directorio Samba"
@@ -1710,6 +1567,10 @@ msgstr "La cuenta expirará después de"
 msgid "Allow connection from these workstations only"
 msgstr "Permitir la conexión solo desde estas estaciones de trabajo"
 
 msgid "Allow connection from these workstations only"
 msgstr "Permitir la conexión solo desde estas estaciones de trabajo"
 
+#: plugins/personal/samba/main.inc:123
+msgid "Samba settings"
+msgstr "Parametros de samba"
+
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Selecciones estaciones de trabajo para añadir"
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Selecciones estaciones de trabajo para añadir"
@@ -1718,10 +1579,6 @@ msgstr "Selecciones estaciones de trabajo para añadir"
 msgid "Display workstations of department"
 msgstr "Mostrar estaciones de trabajo de departamentos"
 
 msgid "Display workstations of department"
 msgstr "Mostrar estaciones de trabajo de departamentos"
 
-#: plugins/personal/samba/main.inc:123
-msgid "Samba settings"
-msgstr "Parametros de samba"
-
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "Esta cuenta no tiene extensión samba valida."
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "Esta cuenta no tiene extensión samba valida."
@@ -1829,464 +1686,408 @@ msgstr ""
 "Aviso: No puedo identificar el grupo primario de usuarios - ¡No se puede "
 "realizar una conversión a grupo de samba!"
 
 "Aviso: No puedo identificar el grupo primario de usuarios - ¡No se puede "
 "realizar una conversión a grupo de samba!"
 
-#: plugins/personal/environment/class_hotplugDialog.inc:111
-#, fuzzy
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
-msgstr "Por favor especifique un nombre de usuario valido."
+#: plugins/personal/generic/class_user.inc:251
+msgid "female"
+msgstr "mujer"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:114
-#, fuzzy
-msgid "Invalid character in description. Please specify a valid description."
-msgstr "Por favor especifique un nombre de usuario valido."
+#: plugins/personal/generic/class_user.inc:251
+msgid "male"
+msgstr "hombre"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:117
-#, fuzzy
-msgid "Please specify a valid id."
-msgstr "Por favor especifique un nombre de usuario valido."
+#: plugins/personal/generic/class_user.inc:265
+msgid "This account has no valid GOsa extensions."
+msgstr "Esta cuenta no tiene extensiones GOsa validas"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:123
-#, fuzzy
-msgid "An Entry with this name already exists."
-msgstr "Ya existe un Departamento con este 'Nombre'."
+#: plugins/personal/generic/class_user.inc:294
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+msgstr ""
+"¡El archivo especificado no ha podido ser subido vía HTTP POST! Abortado."
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:128
-#, fuzzy
-msgid "Please select an entry or press cancel."
-msgstr "¡Por favor introduzca un número de teléfono valido!"
+#: plugins/personal/generic/class_user.inc:390
+msgid "Please enter a valid serial number"
+msgstr "Por favor introduzca un número de serie válido"
 
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:67
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
-#, fuzzy
-msgid "Please select a printer or press cancel."
-msgstr "¡Por favor introduzca un número de teléfono valido!"
+#: plugins/personal/generic/class_user.inc:427
+#, php-format
+msgid "Certificate is valid from %s to %s and is currently %s."
+msgstr ""
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-#, fuzzy
-msgid "Add hotplug devices"
-msgstr "Disquetera"
+#: plugins/personal/generic/class_user.inc:427
+msgid "valid"
+msgstr ""
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-#, fuzzy
-msgid "Hotplug management"
-msgstr "Mantenimiento de Departamentos"
+#: plugins/personal/generic/class_user.inc:427
+msgid "invalid"
+msgstr ""
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
+#: plugins/personal/generic/class_user.inc:431
 #, fuzzy
 #, fuzzy
-msgid "Select hotplug device to add"
-msgstr "Borrar"
+msgid "No certificate installed"
+msgstr "Editar certificados"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
-#, fuzzy
-msgid "Choose the department the search will be based    on"
-msgstr "Escoja el departamento base de la busqueda"
+#: plugins/personal/generic/class_user.inc:840
+msgid "Kerberos database communication failed"
+msgstr "La comunicación con la base de datos Kerberos ha fallado"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/groups/group_objects.tpl:38
-#: plugins/admin/users/headpage.tpl:48
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Mostrar usuarios que concuerden con"
+#: plugins/personal/generic/class_user.inc:857
+msgid "Can't remove user from kerberos database."
+msgstr "No se puede eliminar el usuario de la base de datos Kerberos"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-#, fuzzy
-msgid "Regular expression for        matching hotplugs"
-msgstr "Expresiones regulares que concuerden con nombres de usuarios"
+#: plugins/personal/generic/class_user.inc:868
+msgid "Can't add user to kerberos database."
+msgstr "No se puede añadir el usuario de la base de datos Kerberos"
 
 
-#: plugins/personal/environment/class_environment.inc:246
-#: plugins/personal/environment/class_environment.inc:282
+#: plugins/personal/generic/class_user.inc:898
 #, fuzzy
 #, fuzzy
-msgid "Remove environment extension"
-msgstr "Eliminar extensión Kolab"
+msgid "Invalid characters in uid."
+msgstr "El campo 'Nombre' contiene caracteres no validos."
 
 
-#: plugins/personal/environment/class_environment.inc:247
-#: plugins/personal/environment/class_environment.inc:283
-#, fuzzy
-msgid "Environment extension enabled. You can disable it by clicking below."
-msgstr ""
-"Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
-"aquí."
+#: plugins/personal/generic/class_user.inc:912
+msgid "You have no permissions to create a user on this 'Base'."
+msgstr "No tiene permisos para crear un usuario en esta 'Base'."
 
 
-#: plugins/personal/environment/class_environment.inc:256
-#: plugins/personal/environment/class_environment.inc:261
-#: plugins/personal/environment/class_environment.inc:289
-#: plugins/personal/environment/class_environment.inc:294
-msgid "Add environment extension"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:917
+msgid "You have no permissions to move a user from the original 'Base'."
+msgstr "No tiene permisos para transladar a un usuario de su base original"
 
 
-#: plugins/personal/environment/class_environment.inc:257
-#: plugins/personal/environment/class_environment.inc:290
-#, fuzzy
-msgid "Environment extension disabled. You can enable it by clicking below."
-msgstr ""
-"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
-"aquí."
+#: plugins/personal/generic/class_user.inc:923
+#: plugins/addons/addressbook/class_addressbook.inc:547
+#: plugins/admin/users/class_userManagement.inc:547
+msgid "The required field 'Name' is not set."
+msgstr "El campo requerido 'Nombre' no ha sido rellenado."
 
 
-#: plugins/personal/environment/class_environment.inc:262
-#: plugins/personal/environment/class_environment.inc:295
-#, fuzzy
-msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
-msgstr ""
-"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
-"aquí."
+#: plugins/personal/generic/class_user.inc:932
+msgid "There's already a person with this 'Login' in the database."
+msgstr "Ya existe un usuario con este 'Login' en la base de datos."
 
 
-#: plugins/personal/environment/class_environment.inc:486
-#: plugins/personal/environment/class_environment.inc:488
-#: plugins/admin/systems/class_terminalStartup.inc:134
-#: plugins/admin/systems/class_workstationStartup.inc:345
-#, fuzzy
-msgid "You must specify a valid mount point."
-msgstr "Por favor especifique un nombre de usuario valido."
+#: plugins/personal/generic/class_user.inc:938
+#: plugins/addons/addressbook/class_addressbook.inc:551
+#: plugins/admin/users/class_userManagement.inc:550
+msgid "The required field 'Given name' is not set."
+msgstr "El campo requerido 'Sobrenombre' no ha sido rellenado."
 
 
-#: plugins/personal/environment/class_environment.inc:717
-#, fuzzy
-msgid "Please set a valid profile quota size."
-msgstr "Por favor especifique un rango VSync valido"
+#: plugins/personal/generic/class_user.inc:941
+msgid "The required field 'Login' is not set."
+msgstr " El campo requerido 'Login' no ha sido rellenado."
 
 
-#: plugins/personal/environment/class_environment.inc:724
+#: plugins/personal/generic/class_user.inc:948
 msgid ""
 msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
 msgstr ""
 msgstr ""
+"Ya existe un usuario con la misma combinación 'Nombre' / 'Sobrenombre' en la "
+"base de datos."
 
 
-#: plugins/personal/environment/class_environment.inc:746
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+#: plugins/personal/generic/class_user.inc:955
+msgid ""
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
+"El campo 'Login' contiene caracteres no validos. Solo minúsculas, números y "
+"guiones están permitidos."
 
 
-#: plugins/personal/environment/class_environment.inc:839
-#, fuzzy
-msgid "Error while writing printer"
-msgstr "¡Error mientras se exportaban las entradas indicadas!"
+#: plugins/personal/generic/class_user.inc:958
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "El campo 'Pagina web principal' contiene un URL no valida"
 
 
-#: plugins/personal/environment/class_environment.inc:909
-#, fuzzy
-msgid "Error while writing printer settings"
-msgstr "¡Error mientras se exportaban las entradas indicadas!"
+#: plugins/personal/generic/class_user.inc:961
+#: plugins/personal/generic/class_user.inc:989
+#: plugins/addons/addressbook/class_addressbook.inc:557
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/admin/departments/class_departmentGeneric.inc:176
+msgid "The field 'Name' contains invalid characters."
+msgstr "El campo 'Nombre' contiene caracteres no validos."
 
 
-#: plugins/personal/environment/class_environment.inc:1031
-#, fuzzy
-msgid "Admin"
-msgstr "DN del administrador"
+#: plugins/personal/generic/class_user.inc:964
+#: plugins/personal/generic/class_user.inc:986
+#: plugins/addons/addressbook/class_addressbook.inc:560
+#: plugins/addons/addressbook/class_addressbook.inc:582
+msgid "The field 'Given name' contains invalid characters."
+msgstr "El campo 'Sobrenombre' contiene caracteres no validos"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-#, fuzzy
-msgid "Add printer devcies"
-msgstr "Dispositivo de Impresión"
+#: plugins/personal/generic/class_user.inc:969
+#: plugins/personal/generic/class_user.inc:972
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/admin/departments/class_departmentGeneric.inc:179
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "El campo 'Teléfono' contiene un número de teléfono no valido."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:5
-#: plugins/personal/environment/selectPrinterDialog.tpl:10
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
-#, fuzzy
-msgid "Select printer to add"
-msgstr "Seleccione números para añadir"
+#: plugins/personal/generic/class_user.inc:975
+#: plugins/addons/addressbook/class_addressbook.inc:571
+#: plugins/admin/departments/class_departmentGeneric.inc:182
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "El campo 'Fax' contiene un número de teléfono no valido."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-#, fuzzy
-msgid "Display printers matching"
-msgstr "Mostrar números que concuerdan con"
+#: plugins/personal/generic/class_user.inc:978
+#: plugins/addons/addressbook/class_addressbook.inc:574
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr "El campo 'Teléfono móvil' contiene un número de teléfono invalido."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
+#: plugins/personal/generic/class_user.inc:981
+#: plugins/addons/addressbook/class_addressbook.inc:577
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr ""
+"El campo 'Dispositivo de Busqueda' contiene un número de teléfono invalido."
+
+#: plugins/personal/generic/class_user.inc:1108
 #, fuzzy
 #, fuzzy
-msgid "Regular expression for matching printer names"
-msgstr "Expresiones regulares que concuerden con nombres de usuarios"
+msgid "Could not open specified certificate!"
+msgstr "No puedo seleccionar la base de datos."
 
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
+#: plugins/personal/generic/password.tpl:2
+msgid ""
+"You have changed the method your password is stored in the ldap database. "
+"For that reason you've to enter your password at this point again. GOsa will "
+"then encode it with the selected method."
 msgstr ""
 msgstr ""
+"Ha cambiado el método en que su clave es guardada en la base de datos LDAP. "
+"Por esa razón tiene que volver a reintroducir su contraseña de nuevo. Gosa "
+"codificara esta con el nuevo método seleccionado."
 
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:100
-#: plugins/personal/environment/environment.tpl:146
-#, fuzzy
-msgid "Environment managment settings"
-msgstr "Parametros del correo de usuarios"
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Información personal"
 
 
-#: plugins/personal/environment/environment.tpl:11
-#, fuzzy
-msgid "Profile managment"
-msgstr "Mantenimiento de Departamentos"
+#: plugins/personal/generic/generic.tpl:15
+#: plugins/personal/generic/generic_picture.tpl:6
+msgid "Personal picture"
+msgstr "Foto Personal"
 
 
-#: plugins/personal/environment/environment.tpl:18
-#, fuzzy
-msgid "Use profile managment"
-msgstr "Gestión de Asterisk PBX"
+#: plugins/personal/generic/generic.tpl:17
+msgid "Change picture"
+msgstr "Cambiar foto"
 
 
-#: plugins/personal/environment/environment.tpl:25
+#: plugins/personal/generic/generic.tpl:25
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:23
 #, fuzzy
 #, fuzzy
-msgid "Profile server managment"
-msgstr "Mantenimiento de Departamentos"
+msgid "Last name"
+msgstr "Nombre de la lista"
 
 
-#: plugins/personal/environment/environment.tpl:28
+#: plugins/personal/generic/generic.tpl:30
 #, fuzzy
 #, fuzzy
-msgid "Profil path"
-msgstr "Ruta del Perfil"
-
-#: plugins/personal/environment/environment.tpl:42
-msgid "Cache profile localy"
-msgstr ""
+msgid "Template name"
+msgstr "Plantilla"
 
 
-#: plugins/personal/environment/environment.tpl:51
+#: plugins/personal/generic/generic.tpl:37
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:19
 #, fuzzy
 #, fuzzy
-msgid "Kiosk profile settings"
-msgstr "Parametros del correo de usuarios"
+msgid "First name"
+msgstr "Nombre de la lista"
 
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Kiosk profile"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
+msgid "Login"
+msgstr "Inicio"
 
 
-#: plugins/personal/environment/environment.tpl:60
-#, fuzzy
-msgid "Manage"
-msgstr "Nombre de la maquina"
+#: plugins/personal/generic/generic.tpl:49
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+msgid "Personal title"
+msgstr "Título Personal"
 
 
-#: plugins/personal/environment/environment.tpl:65
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Cuota"
+#: plugins/personal/generic/generic.tpl:57
+msgid "Academic title"
+msgstr "Títulos academicos"
 
 
-#: plugins/personal/environment/environment.tpl:79
-msgid "Resolution changeable on runtime"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:65
+msgid "Date of birth"
+msgstr "Fecha de nacimiento"
 
 
-#: plugins/personal/environment/environment.tpl:84
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr "Resolución"
+#: plugins/personal/generic/generic.tpl:82
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+msgid "Set"
+msgstr "por debajo"
 
 
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/admin/systems/workstationStartup.tpl:75
-#: plugins/admin/systems/terminalStartup.tpl:66
-#, fuzzy
-msgid "Shares"
-msgstr "Borrar"
+#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
+#: html/getxls.php:224
+msgid "Sex"
+msgstr "Sexo"
 
 
-#: plugins/personal/environment/environment.tpl:116
-#: plugins/admin/systems/workstationStartup.tpl:88
-#: plugins/admin/systems/terminalStartup.tpl:79
+#: plugins/personal/generic/generic.tpl:98
 #, fuzzy
 #, fuzzy
-msgid "Mountpoint"
-msgstr "Monitor"
+msgid "Preferred langage"
+msgstr "Lenguaje por defecto"
 
 
-#: plugins/personal/environment/environment.tpl:118
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/generic/generic_certs.tpl:17
-#: plugins/personal/generic/generic_certs.tpl:37
-#: plugins/personal/generic/generic_certs.tpl:57
-#: plugins/personal/connectivity/class_kolabAccount.inc:206
-#: plugins/admin/fai/faiPackage.tpl:75
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
-#: plugins/admin/groups/class_groupMail.inc:417
-#: plugins/admin/applications/class_applicationParameters.inc:98
-#: plugins/admin/systems/workstationStartup.tpl:90
-#: plugins/admin/systems/printer.tpl:47
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
-msgid "Remove"
-msgstr "Eliminar"
+#: plugins/personal/generic/generic.tpl:109
+#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/systems/server.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/terminal.tpl:18 plugins/admin/systems/printer.tpl:20
+#: plugins/admin/systems/workstation.tpl:27
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/component.tpl:13 plugins/admin/ogroups/generic.tpl:22
+#: plugins/gofon/macro/generic.tpl:20 plugins/gofon/conference/generic.tpl:33
+msgid "Base"
+msgstr "Base"
 
 
-#: plugins/personal/environment/environment.tpl:124
-msgid "Logon scripts"
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:125
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-#, fuzzy
-msgid "Logon script management"
-msgstr "Gestión del sistema"
+#: plugins/personal/generic/generic.tpl:113
+msgid "Choose subtree to place user in"
+msgstr "Elija el subárbol donde colocar el usuario"
 
 
-#: plugins/personal/environment/environment.tpl:149
-#, fuzzy
-msgid "Hotplug devices"
-msgstr "Disquetera"
+#: plugins/personal/generic/generic.tpl:128
+#: plugins/personal/generic/generic.tpl:272
+#: plugins/addons/addressbook/address_edit.tpl:72
+#: plugins/addons/addressbook/address_edit.tpl:182
+#: plugins/addons/addressbook/address_info.tpl:33
+#: plugins/addons/addressbook/address_info.tpl:82
+#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
+msgid "Address"
+msgstr "Dirección"
 
 
-#: plugins/personal/environment/environment.tpl:150
-#, fuzzy
-msgid "Hotplug device settings"
-msgstr "Disquetera"
+#: plugins/personal/generic/generic.tpl:132
+msgid "Private phone"
+msgstr "Numero privado"
 
 
-#: plugins/personal/environment/environment.tpl:160
-#: plugins/admin/groups/class_groupManagement.inc:354
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-msgid "New"
-msgstr "Nuevo"
+#: plugins/personal/generic/generic.tpl:136
+msgid "Homepage"
+msgstr "Página Web Principal"
 
 
-#: plugins/personal/environment/environment.tpl:161
-msgid "Existing"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:145
+msgid "Password storage"
+msgstr "Carpeta de almacenamiento de Contraseñas"
 
 
-#: plugins/personal/environment/environment.tpl:169
-#, fuzzy
-msgid "Printer settings"
-msgstr "Configuración telefónica"
+#: plugins/personal/generic/generic.tpl:155
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "Certificados"
 
 
-#: plugins/personal/environment/environment.tpl:179
-#, fuzzy
-msgid "Admin Toggle"
-msgstr "Usuario administrador"
+#: plugins/personal/generic/generic.tpl:157
+msgid "Edit certificates"
+msgstr "Editar certificados"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:96
-#, fuzzy
-msgid "Specified name is invalid."
-msgstr "El nombre especificado ya esta siendo usado"
+#: plugins/personal/generic/generic.tpl:161
+msgid "Kerberos"
+msgstr "Kerberos"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-#, fuzzy
-msgid "Specified description contains invalid characters."
-msgstr "¡El tiempo de expiración '%s' contiene caracteres no validos!"
+#: plugins/personal/generic/generic.tpl:162
+msgid "Edit properties"
+msgstr "Editar propiedades"
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-#, fuzzy
-msgid "Logon script settings"
-msgstr "Parametros Unix"
+#: plugins/personal/generic/generic.tpl:178
+msgid "Organizational information"
+msgstr "Información organizativa"
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-#, fuzzy
-msgid "Skript name"
-msgstr "Nombre de la lista"
+#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
+msgid "Organization"
+msgstr "Organización"
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:41
-#: plugins/admin/fai/faiPartitionTable.tpl:19
-#: plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
-#: plugins/admin/fai/faiProfile.tpl:19
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
-#: plugins/admin/fai/faiScript.tpl:19
-#: plugins/admin/fai/faiVariableEntry.tpl:17
-#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/server.tpl:24
-#: plugins/admin/systems/phone.tpl:24 plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/wingeneric.tpl:24
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:36
-#: plugins/gofon/conference/generic.tpl:51
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Descripción"
+#: plugins/personal/generic/generic.tpl:194
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/groups/class_groupManagement.inc:385
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/admin/applications/class_applicationManagement.inc:357
+#: plugins/admin/systems/class_systemManagement.inc:589
+#: plugins/admin/ogroups/class_ogroupManagement.inc:416
+#: plugins/admin/ogroups/class_ogroupManagement.inc:484
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: plugins/generic/references/class_reference.inc:38
+msgid "Department"
+msgstr "Departamento"
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-#, fuzzy
-msgid "Priority"
-msgstr "Puerto"
+#: plugins/personal/generic/generic.tpl:198
+msgid "Department No."
+msgstr "Departamento No."
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:204
+msgid "Employee No."
+msgstr "Empleado No."
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:210
+msgid "Employee type"
+msgstr "Tipo de empleado"
 
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:226
+#: plugins/personal/generic/generic.tpl:365
+msgid "Room No."
+msgstr "Habitación No."
 
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:238
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40 html/getxls.php:236
+msgid "Mobile"
+msgstr "Teléfono Móvil"
 
 
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/personal/environment/kioskManagement.tpl:24
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:67
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:69
-#: plugins/admin/fai/faiTemplateEntry.tpl:132
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:8
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-msgid "Apply"
-msgstr "Aplicar"
+#: plugins/personal/generic/generic.tpl:242
+#: plugins/personal/nagios/nagios.tpl:48
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Pager"
+msgstr "Dispositivo de aviso"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:61
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:264
+#: plugins/admin/departments/generic.tpl:42
+#: plugins/admin/departments/generic.tpl:50
+#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
+msgid "Location"
+msgstr "Localización"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:64
-#, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:268
+#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
+#: html/getxls.php:236
+msgid "State"
+msgstr "Estado"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:88
-msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:286
+msgid "Vocation"
+msgstr "Intereses"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:290
+msgid "Unit description"
+msgstr "Descripción de la unidad"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-#, fuzzy
-msgid "Create new hotplug entry"
-msgstr "Crear una nueva entrada en"
+#: plugins/personal/generic/generic.tpl:298
+msgid "Subject area"
+msgstr "Adjunto al area"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-#, fuzzy
-msgid "Create new hotplug device"
-msgstr "Crear una nueva entrada en"
+#: plugins/personal/generic/generic.tpl:306
+msgid "Functional title"
+msgstr "Título Funcional"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
-msgstr "Nombre del dispositivo"
+#: plugins/personal/generic/generic.tpl:313
+msgid "Role"
+msgstr "Papel desempeñado"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#, fuzzy
-msgid "Device ID"
-msgstr "Servicios"
+#: plugins/personal/generic/generic.tpl:325
+msgid "Person locality"
+msgstr "Población de la Persona"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:38
-#, fuzzy
-msgid "save"
-msgstr "Guardar"
+#: plugins/personal/generic/generic.tpl:333
+msgid "Unit"
+msgstr "Unidad"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-#, fuzzy
-msgid "Kiosk profile management"
-msgstr "Gestión de Asterisk PBX"
+#: plugins/personal/generic/generic.tpl:340
+msgid "Street"
+msgstr "Calle"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:12
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Visualizar"
+#: plugins/personal/generic/generic.tpl:346
+#: plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
+msgid "Postal code"
+msgstr "Código Postal"
 
 
-#: plugins/personal/environment/main.inc:124
-#, fuzzy
-msgid "User environment settings"
-msgstr "Parametros del correo de usuarios"
+#: plugins/personal/generic/generic.tpl:352
+msgid "House identifier"
+msgstr "Tipo de Vía"
 
 
-#: plugins/personal/generic/password.tpl:2
-msgid ""
-"You have changed the method your password is stored in the ldap database. "
-"For that reason you've to enter your password at this point again. GOsa will "
-"then encode it with the selected method."
-msgstr ""
-"Ha cambiado el método en que su clave es guardada en la base de datos LDAP. "
-"Por esa razón tiene que volver a reintroducir su contraseña de nuevo. Gosa "
-"codificara esta con el nuevo método seleccionado."
+#: plugins/personal/generic/generic.tpl:374
+msgid "Please use the phone tab"
+msgstr "Por favor use la casilla teléfono"
 
 
-#: plugins/personal/generic/generic_picture.tpl:6
-#: plugins/personal/generic/generic.tpl:15
-msgid "Personal picture"
-msgstr "Foto Personal"
+#: plugins/personal/generic/generic.tpl:387
+msgid "Last delivery"
+msgstr "Último envío"
+
+#: plugins/personal/generic/generic.tpl:394
+msgid "Public visible"
+msgstr "Visible Publicamente"
 
 #: plugins/personal/generic/generic_picture.tpl:23
 msgid "Remove picture"
 
 #: plugins/personal/generic/generic_picture.tpl:23
 msgid "Remove picture"
@@ -2294,524 +2095,303 @@ msgstr "Eliminar foto"
 
 #: plugins/personal/generic/generic_picture.tpl:29
 #: plugins/addons/addressbook/address_edit.tpl:233
 
 #: plugins/personal/generic/generic_picture.tpl:29
 #: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
 #: plugins/admin/systems/servnfs.tpl:75
 #: plugins/admin/systems/servnfs.tpl:75
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
 msgid "Save"
 msgstr "Guardar"
 
 msgid "Save"
 msgstr "Guardar"
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Información personal"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Certificado estandar"
 
 
-#: plugins/personal/generic/generic.tpl:17
-msgid "Change picture"
-msgstr "Cambiar foto"
+#: plugins/personal/generic/generic_certs.tpl:17
+#: plugins/personal/generic/generic_certs.tpl:37
+#: plugins/personal/generic/generic_certs.tpl:57
+#: plugins/personal/connectivity/class_kolabAccount.inc:206
+#: plugins/personal/environment/environment.tpl:118
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/admin/groups/class_groupMail.inc:417
+#: plugins/admin/applications/class_applicationParameters.inc:98
+#: plugins/admin/systems/printer.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:90
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/fai/faiPackage.tpl:75
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
+#: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
+msgid "Remove"
+msgstr "Eliminar"
 
 
-#: plugins/personal/generic/generic.tpl:25
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:23
-#, fuzzy
-msgid "Last name"
-msgstr "Nombre de la lista"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "Certificado S/MIME"
 
 
-#: plugins/personal/generic/generic.tpl:30
-#, fuzzy
-msgid "Template name"
-msgstr "Plantilla"
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "Certificado PKCS12"
 
 
-#: plugins/personal/generic/generic.tpl:37
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:19
-#, fuzzy
-msgid "First name"
-msgstr "Nombre de la lista"
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Numero de serie del certificado"
 
 
-#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
-msgid "Login"
-msgstr "Inicio"
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
+msgstr "¡No tiene permisos para cambiar su contraseña!"
 
 
-#: plugins/personal/generic/generic.tpl:49
-#: plugins/addons/addressbook/address_info.tpl:22
-#: plugins/addons/addressbook/address_edit.tpl:54
-msgid "Personal title"
-msgstr "Título Personal"
+#: plugins/personal/generic/main.inc:189
+msgid "Generic user information"
+msgstr "Información genérica del usuario"
 
 
-#: plugins/personal/generic/generic.tpl:57
-msgid "Academic title"
-msgstr "Títulos academicos"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+#: plugins/generic/references/class_reference.inc:34
+msgid "FTP"
+msgstr "FTP"
 
 
-#: plugins/personal/generic/generic.tpl:65
-msgid "Date of birth"
-msgstr "Fecha de nacimiento"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
+msgid "Value specified as 'Upload bandwidth' is not valid."
+msgstr "El valor especificado en 'Ancho de Banda ascendente' no es válido"
 
 
-#: plugins/personal/generic/generic.tpl:82
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "por debajo"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr "El valor especificado en 'Ancho de Banda descendente' no es válido"
 
 
-#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Sexo"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
+msgid "Value specified as 'Files' is not valid."
+msgstr "El valor especificado como 'Archivos' no es válido"
 
 
-#: plugins/personal/generic/generic.tpl:98
-#, fuzzy
-msgid "Preferred langage"
-msgstr "Lenguaje por defecto"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
+msgid "Value specified as 'Size' is not valid."
+msgstr "El valor especificado como 'Tamaño' no es válido"
 
 
-#: plugins/personal/generic/generic.tpl:109
-#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/server.tpl:13
-#: plugins/admin/systems/phone.tpl:13 plugins/admin/systems/terminal.tpl:18
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/workstation.tpl:27
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:22 plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/conference/generic.tpl:33
-msgid "Base"
-msgstr "Base"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "El valor especificado como 'relación' no es válido"
 
 
-#: plugins/personal/generic/generic.tpl:113
-msgid "Choose subtree to place user in"
-msgstr "Elija el subárbol donde colocar el usuario"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "PHPGroupware"
 
 
-#: plugins/personal/generic/generic.tpl:128
-#: plugins/personal/generic/generic.tpl:272
-#: plugins/addons/addressbook/address_info.tpl:33
-#: plugins/addons/addressbook/address_info.tpl:82
-#: plugins/addons/addressbook/address_edit.tpl:72
-#: plugins/addons/addressbook/address_edit.tpl:182
-#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
-msgid "Address"
-msgstr "Dirección"
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr "Cuenta proxy"
 
 
-#: plugins/personal/generic/generic.tpl:132
-msgid "Private phone"
-msgstr "Numero privado"
+#: plugins/personal/connectivity/proxy.tpl:18
+msgid "Filter unwanted content (i.e. pornographic or violence related)"
+msgstr "Filtrar contenido indeseable (p.e. pornografía o contenido violento)"
 
 
-#: plugins/personal/generic/generic.tpl:136
-msgid "Homepage"
-msgstr "Página Web Principal"
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Limitar acceso al proxy al horario laboral"
 
 
-#: plugins/personal/generic/generic.tpl:145
-msgid "Password storage"
-msgstr "Carpeta de almacenamiento de Contraseñas"
+#: plugins/personal/connectivity/proxy.tpl:54
+msgid "Restrict proxy usage by quota"
+msgstr "Restringir el uso del proxy con cuota"
 
 
-#: plugins/personal/generic/generic.tpl:155
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Certificados"
+#: plugins/personal/connectivity/proxy.tpl:65
+msgid "per"
+msgstr "por"
 
 
-#: plugins/personal/generic/generic.tpl:157
-msgid "Edit certificates"
-msgstr "Editar certificados"
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr "Kolab"
 
 
-#: plugins/personal/generic/generic.tpl:161
-msgid "Kerberos"
-msgstr "Kerberos"
+#: plugins/personal/connectivity/class_kolabAccount.inc:105
+msgid ""
+"You're trying to add an invalid email address to the list of delegations."
+msgstr ""
+"Esta intentando añadir una dirección de correo no valida a la lista de "
+"reenvíos."
 
 
-#: plugins/personal/generic/generic.tpl:162
-msgid "Edit properties"
-msgstr "Editar propiedades"
+#: plugins/personal/connectivity/class_kolabAccount.inc:113
+msgid ""
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
+msgstr ""
+"La dirección de correo primaria que esta intentando añadir, ya esta usada "
+"por otro usuario"
 
 
-#: plugins/personal/generic/generic.tpl:178
-msgid "Organizational information"
-msgstr "Información organizativa"
+#: plugins/personal/connectivity/class_kolabAccount.inc:140
+msgid "Always accept"
+msgstr "Aceptar siempre"
 
 
-#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
-msgid "Organization"
-msgstr "Organización"
+#: plugins/personal/connectivity/class_kolabAccount.inc:141
+msgid "Always reject"
+msgstr "Denegar siempre"
 
 
-#: plugins/personal/generic/generic.tpl:194
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/admin/groups/class_groupManagement.inc:385
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/admin/applications/class_applicationManagement.inc:357
-#: plugins/admin/systems/class_systemManagement.inc:589
-#: plugins/admin/ogroups/class_ogroupManagement.inc:416
-#: plugins/admin/ogroups/class_ogroupManagement.inc:484
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
-msgstr "Departamento"
+#: plugins/personal/connectivity/class_kolabAccount.inc:142
+msgid "Reject if conflicts"
+msgstr "Denegar si hay conflictos"
 
 
-#: plugins/personal/generic/generic.tpl:198
-msgid "Department No."
-msgstr "Departamento No."
+#: plugins/personal/connectivity/class_kolabAccount.inc:143
+msgid "Manual if conflicts"
+msgstr "Preguntar si hay conflictos"
 
 
-#: plugins/personal/generic/generic.tpl:204
-msgid "Employee No."
-msgstr "Empleado No."
+#: plugins/personal/connectivity/class_kolabAccount.inc:144
+msgid "Manual"
+msgstr "Manual"
 
 
-#: plugins/personal/generic/generic.tpl:210
-msgid "Employee type"
-msgstr "Tipo de empleado"
+#: plugins/personal/connectivity/class_kolabAccount.inc:180
+msgid "Anonymous"
+msgstr "Anónimo"
 
 
-#: plugins/personal/generic/generic.tpl:226
-#: plugins/personal/generic/generic.tpl:365
-msgid "Room No."
-msgstr "Habitación No."
-
-#: plugins/personal/generic/generic.tpl:238
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:40
-#: plugins/addons/addressbook/address_edit.tpl:95 html/getxls.php:236
-msgid "Mobile"
-msgstr "Teléfono Móvil"
-
-#: plugins/personal/generic/generic.tpl:264
-#: plugins/admin/departments/generic.tpl:42
-#: plugins/admin/departments/generic.tpl:50
-#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
-msgid "Location"
-msgstr "Localización"
-
-#: plugins/personal/generic/generic.tpl:268
-#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Estado"
-
-#: plugins/personal/generic/generic.tpl:286
-msgid "Vocation"
-msgstr "Intereses"
-
-#: plugins/personal/generic/generic.tpl:290
-msgid "Unit description"
-msgstr "Descripción de la unidad"
-
-#: plugins/personal/generic/generic.tpl:298
-msgid "Subject area"
-msgstr "Adjunto al area"
+#: plugins/personal/connectivity/class_kolabAccount.inc:232
+msgid "The value specified as Free Busy future needs to be an integer."
+msgstr "El valor especificado como presencia futura necesita ser un entero."
 
 
-#: plugins/personal/generic/generic.tpl:306
-msgid "Functional title"
-msgstr "Título Funcional"
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+msgid "The value specified as Free Busy Information URL is invalid."
+msgstr "El valor especificado como Dirección URL de  no es válido"
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Role"
-msgstr "Papel desempeñado"
+#: plugins/personal/connectivity/class_kolabAccount.inc:251
+#, php-format
+msgid "The invitation policy entry for address '%s' is not valid."
+msgstr ""
+"La entrada de la política de invitación para la dirección '%s' no es valida."
 
 
-#: plugins/personal/generic/generic.tpl:325
-msgid "Person locality"
-msgstr "Población de la Persona"
+#: plugins/personal/connectivity/class_kolabAccount.inc:259
+#, php-format
+msgid "There's no mail user with address '%s' for your invitation policy!"
+msgstr ""
+"¡No hay ningún usuario con cuenta de correo '%s' para su política de "
+"invitación!"
 
 
-#: plugins/personal/generic/generic.tpl:333
-msgid "Unit"
-msgstr "Unidad"
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 
-#: plugins/personal/generic/generic.tpl:340
-msgid "Street"
-msgstr "Calle"
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "Cuenta PHPGroupware"
 
 
-#: plugins/personal/generic/generic.tpl:346
-#: plugins/addons/addressbook/address_info.tpl:70
-#: plugins/addons/addressbook/address_edit.tpl:158 html/getxls.php:174
-msgid "Postal code"
-msgstr "Código Postal"
+#: plugins/personal/connectivity/kolab.tpl:1
+msgid "Kolab account"
+msgstr "Cuenta Kolab"
 
 
-#: plugins/personal/generic/generic.tpl:352
-msgid "House identifier"
-msgstr "Tipo de Vía"
+#: plugins/personal/connectivity/kolab.tpl:4
+msgid ""
+"The kolab account is currently disabled. It's features can be adjusted if "
+"you add a mail account."
+msgstr ""
+"La cuenta kolab está actualmente desactivada. Sus características serán "
+"modificadas si añade una cuenta de correo."
 
 
-#: plugins/personal/generic/generic.tpl:374
-msgid "Please use the phone tab"
-msgstr "Por favor use la casilla teléfono"
+#: plugins/personal/connectivity/kolab.tpl:10
+msgid "Delegations"
+msgstr "Delegaciones"
 
 
-#: plugins/personal/generic/generic.tpl:387
-msgid "Last delivery"
-msgstr "Último envío"
+#: plugins/personal/connectivity/kolab.tpl:23
+msgid "Mail size"
+msgstr "Tamaño del correo electrónico"
 
 
-#: plugins/personal/generic/generic.tpl:394
-msgid "Public visible"
-msgstr "Visible Publicamente"
+#: plugins/personal/connectivity/kolab.tpl:24
+msgid "No mail size restriction for this account"
+msgstr "No hay restricción de correo para esta cuenta."
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Certificado estandar"
+#: plugins/personal/connectivity/kolab.tpl:32
+msgid "Free Busy information"
+msgstr "Información de estado de presencia"
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "Certificado S/MIME"
+#: plugins/personal/connectivity/kolab.tpl:35
+msgid "URL"
+msgstr "URL"
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "Certificado PKCS12"
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "Future"
+msgstr "Futuro"
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Numero de serie del certificado"
+#: plugins/personal/connectivity/kolab.tpl:40
+#: plugins/personal/connectivity/oxchange.tpl:18
+#: plugins/personal/connectivity/oxchange.tpl:22
+msgid "days"
+msgstr "días"
 
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "female"
-msgstr "mujer"
+#: plugins/personal/connectivity/kolab.tpl:45
+msgid "Invitation policy"
+msgstr "Política de invitación"
 
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "male"
-msgstr "hombre"
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "Cuenta WebDAV"
 
 
-#: plugins/personal/generic/class_user.inc:265
-msgid "This account has no valid GOsa extensions."
-msgstr "Esta cuenta no tiene extensiones GOsa validas"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr "Open-Xchange"
 
 
-#: plugins/personal/generic/class_user.inc:294
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#, fuzzy, php-format
+msgid ""
+"This account has %s features disabled. Posix features are needed for "
+"openXchange accounts, enable them first."
 msgstr ""
 msgstr ""
-"¡El archivo especificado no ha podido ser subido vía HTTP POST! Abortado."
+"Esta cuenta tiene sus características samba desactivadas, las "
+"características Posix son necesarias para las cuentas samba, activelas "
+"primero."
 
 
-#: plugins/personal/generic/class_user.inc:390
-msgid "Please enter a valid serial number"
-msgstr "Por favor introduzca un número de serie válido"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+#, fuzzy
+msgid "OpenXchange"
+msgstr "Open-Xchange"
 
 
-#: plugins/personal/generic/class_user.inc:427
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+#, fuzzy, php-format
+msgid ""
+"This account has %s features disabled. Mail features are needed for "
+"openXchange accounts, enable them first."
 msgstr ""
 msgstr ""
+"Esta cuenta tiene sus características samba desactivadas, las "
+"características Posix son necesarias para las cuentas samba, activelas "
+"primero."
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "valid"
-msgstr ""
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
+#, fuzzy
+msgid "Couldn't connect to postgresql database!"
+msgstr "No puedo conectar al servidor de base de datos postgresql."
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "invalid"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
+#, fuzzy
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
 msgstr ""
 msgstr ""
+"¡Los parámetros necesarios para extensión de conectividad open-xchange no "
+"son validos!"
 
 
-#: plugins/personal/generic/class_user.inc:431
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
 #, fuzzy
 #, fuzzy
-msgid "No certificate installed"
-msgstr "Editar certificados"
-
-#: plugins/personal/generic/class_user.inc:840
-msgid "Kerberos database communication failed"
-msgstr "La comunicación con la base de datos Kerberos ha fallado"
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "¡El módulo de PHP4 para la base de datos Postgresql falla!"
 
 
-#: plugins/personal/generic/class_user.inc:857
-msgid "Can't remove user from kerberos database."
-msgstr "No se puede eliminar el usuario de la base de datos Kerberos"
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "Cuenta FTP"
 
 
-#: plugins/personal/generic/class_user.inc:868
-msgid "Can't add user to kerberos database."
-msgstr "No se puede añadir el usuario de la base de datos Kerberos"
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Ancho de banda"
 
 
-#: plugins/personal/generic/class_user.inc:898
-#, fuzzy
-msgid "Invalid characters in uid."
-msgstr "El campo 'Nombre' contiene caracteres no validos."
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Ancho de banda ascendente"
 
 
-#: plugins/personal/generic/class_user.inc:912
-msgid "You have no permissions to create a user on this 'Base'."
-msgstr "No tiene permisos para crear un usuario en esta 'Base'."
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "Kb/s"
 
 
-#: plugins/personal/generic/class_user.inc:917
-msgid "You have no permissions to move a user from the original 'Base'."
-msgstr "No tiene permisos para transladar a un usuario de su base original"
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Ancho de banda descendente"
 
 
-#: plugins/personal/generic/class_user.inc:923
-#: plugins/addons/addressbook/class_addressbook.inc:547
-#: plugins/admin/users/class_userManagement.inc:547
-msgid "The required field 'Name' is not set."
-msgstr "El campo requerido 'Nombre' no ha sido rellenado."
+#: plugins/personal/connectivity/pureftpd.tpl:35
+#: plugins/personal/environment/environment.tpl:65
+msgid "Quota"
+msgstr "Cuota"
 
 
-#: plugins/personal/generic/class_user.inc:932
-msgid "There's already a person with this 'Login' in the database."
-msgstr "Ya existe un usuario con este 'Login' en la base de datos."
-
-#: plugins/personal/generic/class_user.inc:938
-#: plugins/addons/addressbook/class_addressbook.inc:551
-#: plugins/admin/users/class_userManagement.inc:550
-msgid "The required field 'Given name' is not set."
-msgstr "El campo requerido 'Sobrenombre' no ha sido rellenado."
-
-#: plugins/personal/generic/class_user.inc:941
-msgid "The required field 'Login' is not set."
-msgstr " El campo requerido 'Login' no ha sido rellenado."
-
-#: plugins/personal/generic/class_user.inc:948
-msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
-msgstr ""
-"Ya existe un usuario con la misma combinación 'Nombre' / 'Sobrenombre' en la "
-"base de datos."
-
-#: plugins/personal/generic/class_user.inc:955
-msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
-"El campo 'Login' contiene caracteres no validos. Solo minúsculas, números y "
-"guiones están permitidos."
-
-#: plugins/personal/generic/class_user.inc:958
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr "El campo 'Pagina web principal' contiene un URL no valida"
-
-#: plugins/personal/generic/class_user.inc:961
-#: plugins/personal/generic/class_user.inc:989
-#: plugins/addons/addressbook/class_addressbook.inc:557
-#: plugins/addons/addressbook/class_addressbook.inc:585
-#: plugins/admin/departments/class_departmentGeneric.inc:176
-msgid "The field 'Name' contains invalid characters."
-msgstr "El campo 'Nombre' contiene caracteres no validos."
-
-#: plugins/personal/generic/class_user.inc:964
-#: plugins/personal/generic/class_user.inc:986
-#: plugins/addons/addressbook/class_addressbook.inc:560
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Given name' contains invalid characters."
-msgstr "El campo 'Sobrenombre' contiene caracteres no validos"
-
-#: plugins/personal/generic/class_user.inc:969
-#: plugins/personal/generic/class_user.inc:972
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/admin/departments/class_departmentGeneric.inc:179
-msgid "The field 'Phone' contains an invalid phone number."
-msgstr "El campo 'Teléfono' contiene un número de teléfono no valido."
-
-#: plugins/personal/generic/class_user.inc:975
-#: plugins/addons/addressbook/class_addressbook.inc:571
-#: plugins/admin/departments/class_departmentGeneric.inc:182
-msgid "The field 'Fax' contains an invalid phone number."
-msgstr "El campo 'Fax' contiene un número de teléfono no valido."
-
-#: plugins/personal/generic/class_user.inc:978
-#: plugins/addons/addressbook/class_addressbook.inc:574
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "El campo 'Teléfono móvil' contiene un número de teléfono invalido."
-
-#: plugins/personal/generic/class_user.inc:981
-#: plugins/addons/addressbook/class_addressbook.inc:577
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr ""
-"El campo 'Dispositivo de Busqueda' contiene un número de teléfono invalido."
-
-#: plugins/personal/generic/class_user.inc:1108
-#, fuzzy
-msgid "Could not open specified certificate!"
-msgstr "No puedo seleccionar la base de datos."
-
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
-msgstr "¡No tiene permisos para cambiar su contraseña!"
-
-#: plugins/personal/generic/main.inc:189
-msgid "Generic user information"
-msgstr "Información genérica del usuario"
-
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Cuenta proxy"
-
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
-msgstr "Filtrar contenido indeseable (p.e. pornografía o contenido violento)"
-
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Limitar acceso al proxy al horario laboral"
-
-#: plugins/personal/connectivity/proxy.tpl:54
-msgid "Restrict proxy usage by quota"
-msgstr "Restringir el uso del proxy con cuota"
-
-#: plugins/personal/connectivity/proxy.tpl:65
-msgid "per"
-msgstr "por"
-
-#: plugins/personal/connectivity/pptp.tpl:3
-#, fuzzy
-msgid "PPTP account"
-msgstr "Cuenta FTP"
-
-#: plugins/personal/connectivity/intranet.tpl:3
-#, fuzzy
-msgid "Intranet account"
-msgstr "Crear cuenta telefónica"
-
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
-
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "Cuenta PHPGroupware"
-
-#: plugins/personal/connectivity/kolab.tpl:1
-msgid "Kolab account"
-msgstr "Cuenta Kolab"
-
-#: plugins/personal/connectivity/kolab.tpl:4
-msgid ""
-"The kolab account is currently disabled. It's features can be adjusted if "
-"you add a mail account."
-msgstr ""
-"La cuenta kolab está actualmente desactivada. Sus características serán "
-"modificadas si añade una cuenta de correo."
-
-#: plugins/personal/connectivity/kolab.tpl:10
-msgid "Delegations"
-msgstr "Delegaciones"
-
-#: plugins/personal/connectivity/kolab.tpl:23
-msgid "Mail size"
-msgstr "Tamaño del correo electrónico"
-
-#: plugins/personal/connectivity/kolab.tpl:24
-msgid "No mail size restriction for this account"
-msgstr "No hay restricción de correo para esta cuenta."
-
-#: plugins/personal/connectivity/kolab.tpl:32
-msgid "Free Busy information"
-msgstr "Información de estado de presencia"
-
-#: plugins/personal/connectivity/kolab.tpl:35
-msgid "URL"
-msgstr "URL"
-
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "Future"
-msgstr "Futuro"
-
-#: plugins/personal/connectivity/kolab.tpl:40
-#: plugins/personal/connectivity/oxchange.tpl:18
-#: plugins/personal/connectivity/oxchange.tpl:22
-msgid "days"
-msgstr "días"
-
-#: plugins/personal/connectivity/kolab.tpl:45
-msgid "Invitation policy"
-msgstr "Política de invitación"
-
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "Cuenta FTP"
-
-#: plugins/personal/connectivity/pureftpd.tpl:15
-msgid "Bandwidth"
-msgstr "Ancho de banda"
-
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Ancho de banda ascendente"
-
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "Kb/s"
-
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Ancho de banda descendente"
-
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "Archivos"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "Archivos"
 
 #: plugins/personal/connectivity/pureftpd.tpl:43
 #: plugins/addons/mailqueue/contents.tpl:56
 
 #: plugins/personal/connectivity/pureftpd.tpl:43
 #: plugins/addons/mailqueue/contents.tpl:56
@@ -2834,11 +2414,6 @@ msgstr "Active para desactivar acceso FTP"
 msgid "Temporary disable FTP access"
 msgstr "Acceso FTP desactivado temporalmente"
 
 msgid "Temporary disable FTP access"
 msgstr "Acceso FTP desactivado temporalmente"
 
-#: plugins/personal/connectivity/glpi.tpl:1
-#, fuzzy
-msgid "GLPI account"
-msgstr "Cuenta FTP"
-
 #: plugins/personal/connectivity/oxchange.tpl:2
 msgid "Open-Xchange Account"
 msgstr "Cuenta Open-Xchange"
 #: plugins/personal/connectivity/oxchange.tpl:2
 msgid "Open-Xchange Account"
 msgstr "Cuenta Open-Xchange"
@@ -2871,6 +2446,10 @@ msgstr "Información de Usuario"
 msgid "User Timezone"
 msgstr "Zona de uso horario del usuario"
 
 msgid "User Timezone"
 msgstr "Zona de uso horario del usuario"
 
+#: plugins/personal/connectivity/class_connectivity.inc:63
+msgid "This account has no connectivity extensions."
+msgstr "Esta cuenta no tiene extensiones de conectividad"
+
 #: plugins/personal/connectivity/class_proxyAccount.inc:5
 #: plugins/generic/references/class_reference.inc:32
 msgid "Proxy"
 #: plugins/personal/connectivity/class_proxyAccount.inc:5
 #: plugins/generic/references/class_reference.inc:32
 msgid "Proxy"
@@ -2910,6167 +2489,6495 @@ msgstr ""
 msgid "Numerical value for Quota Setting is not valid."
 msgstr "El valor de 'Tamaño de Cola' no es valido."
 
 msgid "Numerical value for Quota Setting is not valid."
 msgstr "El valor de 'Tamaño de Cola' no es valido."
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr ""
+#: plugins/personal/connectivity/intranet.tpl:3
+#, fuzzy
+msgid "Intranet account"
+msgstr "Crear cuenta telefónica"
 
 #: plugins/personal/connectivity/class_intranetAccount.inc:14
 msgid "Intranet"
 msgstr ""
 
 
 #: plugins/personal/connectivity/class_intranetAccount.inc:14
 msgid "Intranet"
 msgstr ""
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "PHPGroupware"
+#: plugins/personal/connectivity/opengw.tpl:1
+#, fuzzy
+msgid "Opengroupware"
+msgstr "Cuenta PHPGroupware"
+
+#: plugins/personal/connectivity/opengw.tpl:8
+#, fuzzy
+msgid "Location team"
+msgstr "Nombre de la localización"
+
+#: plugins/personal/connectivity/opengw.tpl:18
+#, fuzzy
+msgid "Template user"
+msgstr "Plantilla"
+
+#: plugins/personal/connectivity/opengw.tpl:28
+#: plugins/admin/systems/class_workstationGeneric.inc:71
+msgid "Locked"
+msgstr ""
+
+#: plugins/personal/connectivity/opengw.tpl:40
+#, fuzzy
+msgid "Teams"
+msgstr "Días para tareas"
+
+#: plugins/personal/connectivity/pptp.tpl:3
+#, fuzzy
+msgid "PPTP account"
+msgstr "Cuenta FTP"
+
+#: plugins/personal/connectivity/glpi.tpl:1
+#, fuzzy
+msgid "GLPI account"
+msgstr "Cuenta FTP"
+
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
+msgstr ""
 
 #: plugins/personal/connectivity/phpscheduleit.tpl:3
 #, fuzzy
 msgid "PHPscheduleit account"
 msgstr "Cuenta PHPGroupware"
 
 
 #: plugins/personal/connectivity/phpscheduleit.tpl:3
 #, fuzzy
 msgid "PHPscheduleit account"
 msgstr "Cuenta PHPGroupware"
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
-msgstr "Kolab"
+#: plugins/personal/connectivity/class_glpiAccount.inc:25
+msgid "GLPI"
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:105
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+#, fuzzy
+msgid "Opengroupware account"
+msgstr "Cuenta PHPGroupware"
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:123
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of delegations."
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
 msgstr ""
 msgstr ""
-"Esta intentando añadir una dirección de correo no valida a la lista de "
-"reenvíos."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:113
+#: plugins/personal/connectivity/class_opengwAccount.inc:128
 msgid ""
 msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
 msgstr ""
 msgstr ""
-"La dirección de correo primaria que esta intentando añadir, ya esta usada "
-"por otro usuario"
-
-#: plugins/personal/connectivity/class_kolabAccount.inc:140
-msgid "Always accept"
-msgstr "Aceptar siempre"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:141
-msgid "Always reject"
-msgstr "Denegar siempre"
+#: plugins/personal/connectivity/class_opengwAccount.inc:137
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:142
-msgid "Reject if conflicts"
-msgstr "Denegar si hay conflictos"
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+#, fuzzy
+msgid "PHPscheduleit"
+msgstr "Cuenta PHPGroupware"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:143
-msgid "Manual if conflicts"
-msgstr "Preguntar si hay conflictos"
+#: plugins/personal/environment/main.inc:124
+#, fuzzy
+msgid "User environment settings"
+msgstr "Parametros del correo de usuarios"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:144
-msgid "Manual"
-msgstr "Manual"
+#: plugins/personal/environment/class_hotplugDialog.inc:111
+#, fuzzy
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+msgstr "Por favor especifique un nombre de usuario valido."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:180
-msgid "Anonymous"
-msgstr "Anónimo"
+#: plugins/personal/environment/class_hotplugDialog.inc:114
+#, fuzzy
+msgid "Invalid character in description. Please specify a valid description."
+msgstr "Por favor especifique un nombre de usuario valido."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:232
-msgid "The value specified as Free Busy future needs to be an integer."
-msgstr "El valor especificado como presencia futura necesita ser un entero."
+#: plugins/personal/environment/class_hotplugDialog.inc:117
+#, fuzzy
+msgid "Please specify a valid id."
+msgstr "Por favor especifique un nombre de usuario valido."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:237
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr "El valor especificado como Dirección URL de  no es válido"
+#: plugins/personal/environment/class_hotplugDialog.inc:123
+#, fuzzy
+msgid "An Entry with this name already exists."
+msgstr "Ya existe un Departamento con este 'Nombre'."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:251
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
-msgstr ""
-"La entrada de la política de invitación para la dirección '%s' no es valida."
+#: plugins/personal/environment/class_hotplugDialog.inc:128
+#, fuzzy
+msgid "Please select an entry or press cancel."
+msgstr "¡Por favor introduzca un número de teléfono valido!"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:259
-#, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
 msgstr ""
 msgstr ""
-"¡No hay ningún usuario con cuenta de correo '%s' para su política de "
-"invitación!"
-
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "FTP"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
-msgid "Value specified as 'Upload bandwidth' is not valid."
-msgstr "El valor especificado en 'Ancho de Banda ascendente' no es válido"
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:100
+#: plugins/personal/environment/environment.tpl:146
+#, fuzzy
+msgid "Environment managment settings"
+msgstr "Parametros del correo de usuarios"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr "El valor especificado en 'Ancho de Banda descendente' no es válido"
+#: plugins/personal/environment/environment.tpl:11
+#, fuzzy
+msgid "Profile managment"
+msgstr "Mantenimiento de Departamentos"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
-msgid "Value specified as 'Files' is not valid."
-msgstr "El valor especificado como 'Archivos' no es válido"
+#: plugins/personal/environment/environment.tpl:18
+#, fuzzy
+msgid "Use profile managment"
+msgstr "Gestión de Asterisk PBX"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
-msgid "Value specified as 'Size' is not valid."
-msgstr "El valor especificado como 'Tamaño' no es válido"
+#: plugins/personal/environment/environment.tpl:25
+#, fuzzy
+msgid "Profile server managment"
+msgstr "Mantenimiento de Departamentos"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "El valor especificado como 'relación' no es válido"
+#: plugins/personal/environment/environment.tpl:28
+#, fuzzy
+msgid "Profil path"
+msgstr "Ruta del Perfil"
 
 
-#: plugins/personal/connectivity/class_glpiAccount.inc:25
-msgid "GLPI"
+#: plugins/personal/environment/environment.tpl:42
+msgid "Cache profile localy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr "Open-Xchange"
+#: plugins/personal/environment/environment.tpl:51
+#, fuzzy
+msgid "Kiosk profile settings"
+msgstr "Parametros del correo de usuarios"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#, fuzzy, php-format
-msgid ""
-"This account has %s features disabled. Posix features are needed for "
-"openXchange accounts, enable them first."
+#: plugins/personal/environment/environment.tpl:54
+msgid "Kiosk profile"
 msgstr ""
 msgstr ""
-"Esta cuenta tiene sus características samba desactivadas, las "
-"características Posix son necesarias para las cuentas samba, activelas "
-"primero."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+#: plugins/personal/environment/environment.tpl:60
 #, fuzzy
 #, fuzzy
-msgid "OpenXchange"
-msgstr "Open-Xchange"
+msgid "Manage"
+msgstr "Nombre de la maquina"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-#, fuzzy, php-format
-msgid ""
-"This account has %s features disabled. Mail features are needed for "
-"openXchange accounts, enable them first."
+#: plugins/personal/environment/environment.tpl:79
+msgid "Resolution changeable on runtime"
 msgstr ""
 msgstr ""
-"Esta cuenta tiene sus características samba desactivadas, las "
-"características Posix son necesarias para las cuentas samba, activelas "
-"primero."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
-#, fuzzy
-msgid "Couldn't connect to postgresql database!"
-msgstr "No puedo conectar al servidor de base de datos postgresql."
+#: plugins/personal/environment/environment.tpl:84
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/admin/systems/terminalService.tpl:94
+msgid "Resolution"
+msgstr "Resolución"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/admin/systems/workstationStartup.tpl:75
+#: plugins/admin/systems/terminalStartup.tpl:66
 #, fuzzy
 #, fuzzy
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
-msgstr ""
-"¡Los parámetros necesarios para extensión de conectividad open-xchange no "
-"son validos!"
+msgid "Shares"
+msgstr "Borrar"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
+#: plugins/personal/environment/environment.tpl:116
+#: plugins/admin/systems/workstationStartup.tpl:88
+#: plugins/admin/systems/terminalStartup.tpl:79
 #, fuzzy
 #, fuzzy
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "¡El módulo de PHP4 para la base de datos Postgresql falla!"
+msgid "Mountpoint"
+msgstr "Monitor"
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "Cuenta WebDAV"
+#: plugins/personal/environment/environment.tpl:124
+msgid "Logon scripts"
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+#: plugins/personal/environment/environment.tpl:125
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
 #, fuzzy
 #, fuzzy
-msgid "PHPscheduleit"
-msgstr "Cuenta PHPGroupware"
+msgid "Logon script management"
+msgstr "Gestión del sistema"
 
 
-#: plugins/personal/connectivity/class_connectivity.inc:63
-msgid "This account has no connectivity extensions."
-msgstr "Esta cuenta no tiene extensiones de conectividad"
+#: plugins/personal/environment/environment.tpl:149
+#, fuzzy
+msgid "Hotplug devices"
+msgstr "Disquetera"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
+#: plugins/personal/environment/environment.tpl:150
 #, fuzzy
 #, fuzzy
-msgid "Opengroupware account"
-msgstr "Cuenta PHPGroupware"
+msgid "Hotplug device settings"
+msgstr "Disquetera"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
-msgid "FAX Blocklists"
-msgstr "Lista de bloqueos de FAX"
+#: plugins/personal/environment/environment.tpl:160
+#: plugins/admin/groups/class_groupManagement.inc:354
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+msgid "New"
+msgstr "Nuevo"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:206
-#, php-format
-msgid "You're about to delete the blocklist '%s'."
-msgstr "Has decidido eliminar la lista de bloqueo '%s'."
+#: plugins/personal/environment/environment.tpl:161
+msgid "Existing"
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:218
-msgid "You have no permission to remove this blocklist."
-msgstr "No tiene permisos para eliminar esta lista de bloqueo."
+#: plugins/personal/environment/environment.tpl:169
+#, fuzzy
+msgid "Printer settings"
+msgstr "Configuración telefónica"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:236
-msgid "Please specify a valid phone number."
-msgstr "Por favor especifique un usuario valido."
+#: plugins/personal/environment/environment.tpl:179
+#, fuzzy
+msgid "Admin Toggle"
+msgstr "Usuario administrador"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
-#: plugins/admin/groups/class_groupManagement.inc:350
-#: plugins/admin/users/class_userManagement.inc:670
-#: plugins/admin/applications/class_applicationManagement.inc:326
-#: plugins/admin/departments/class_departmentManagement.inc:277
-#: plugins/admin/systems/class_systemManagement.inc:565
-#: plugins/admin/ogroups/class_ogroupManagement.inc:358
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
+#: plugins/personal/environment/class_environment.inc:246
+#: plugins/personal/environment/class_environment.inc:282
 #, fuzzy
 #, fuzzy
-msgid "Go up one department"
-msgstr "Nombre del departamento"
+msgid "Remove environment extension"
+msgstr "Eliminar extensión Kolab"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
-#: plugins/admin/groups/class_groupManagement.inc:350
-#: plugins/admin/users/class_userManagement.inc:670
-#: plugins/admin/applications/class_applicationManagement.inc:326
-#: plugins/admin/departments/class_departmentManagement.inc:277
-#: plugins/admin/systems/class_systemManagement.inc:565
-#: plugins/admin/ogroups/class_ogroupManagement.inc:358
-#: plugins/admin/ogroups/phonequeue.tpl:17
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
-msgid "Up"
+#: plugins/personal/environment/class_environment.inc:247
+#: plugins/personal/environment/class_environment.inc:283
+#, fuzzy
+msgid "Environment extension enabled. You can disable it by clicking below."
 msgstr ""
 msgstr ""
+"Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
+"aquí."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
-#: plugins/admin/groups/class_groupManagement.inc:351
-#: plugins/admin/users/class_userManagement.inc:671
-#: plugins/admin/applications/class_applicationManagement.inc:327
-#: plugins/admin/departments/class_departmentManagement.inc:278
-#: plugins/admin/systems/class_systemManagement.inc:566
-#: plugins/admin/ogroups/class_ogroupManagement.inc:359
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
-#, fuzzy
-msgid "Go to root department"
-msgstr "Lista de Departamentos"
+#: plugins/personal/environment/class_environment.inc:256
+#: plugins/personal/environment/class_environment.inc:261
+#: plugins/personal/environment/class_environment.inc:289
+#: plugins/personal/environment/class_environment.inc:294
+msgid "Add environment extension"
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
-#: plugins/admin/groups/class_groupManagement.inc:351
-#: plugins/admin/users/class_userManagement.inc:671
-#: plugins/admin/applications/class_applicationManagement.inc:327
-#: plugins/admin/departments/class_departmentManagement.inc:278
-#: plugins/admin/systems/class_systemManagement.inc:566
-#: plugins/admin/ogroups/class_ogroupManagement.inc:360
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
+#: plugins/personal/environment/class_environment.inc:257
+#: plugins/personal/environment/class_environment.inc:290
 #, fuzzy
 #, fuzzy
-msgid "Root"
-msgstr "Reiniciar"
+msgid "Environment extension disabled. You can enable it by clicking below."
+msgstr ""
+"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
-#: plugins/admin/groups/class_groupManagement.inc:352
-#: plugins/admin/users/class_userManagement.inc:672
-#: plugins/admin/applications/class_applicationManagement.inc:328
-#: plugins/admin/systems/class_systemManagement.inc:567
-#: plugins/admin/ogroups/class_ogroupManagement.inc:361
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
+#: plugins/personal/environment/class_environment.inc:262
+#: plugins/personal/environment/class_environment.inc:295
 #, fuzzy
 #, fuzzy
-msgid "Go to users department"
-msgstr "Seleccione para ver los departamentos"
+msgid ""
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
+msgstr ""
+"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
-#: plugins/admin/fai/class_faiManagement.inc:434
-#: plugins/admin/groups/class_groupManagement.inc:352
-#: plugins/admin/users/class_userManagement.inc:672
-#: plugins/admin/applications/class_applicationManagement.inc:328
-#: plugins/admin/departments/class_departmentManagement.inc:279
-#: plugins/admin/systems/class_systemManagement.inc:567
-#: plugins/admin/ogroups/class_ogroupManagement.inc:362
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
+#: plugins/personal/environment/class_environment.inc:486
+#: plugins/personal/environment/class_environment.inc:488
+#: plugins/admin/systems/class_terminalStartup.inc:134
+#: plugins/admin/systems/class_workstationStartup.inc:345
 #, fuzzy
 #, fuzzy
-msgid "Home"
-msgstr "Nombre de Maquina"
+msgid "You must specify a valid mount point."
+msgstr "Por favor especifique un nombre de usuario valido."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
+#: plugins/personal/environment/class_environment.inc:717
 #, fuzzy
 #, fuzzy
-msgid "Create new blocklist"
-msgstr "Nombre de la lista de bloqueos"
+msgid "Please set a valid profile quota size."
+msgstr "Por favor especifique un rango VSync valido"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
-#, fuzzy
-msgid "New Blocklist"
-msgstr "Listas de bloqueo"
+#: plugins/personal/environment/class_environment.inc:724
+msgid ""
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:296
-#: plugins/admin/fai/class_faiManagement.inc:463
-#: plugins/admin/groups/class_groupManagement.inc:356
-#: plugins/admin/users/class_userManagement.inc:677
-#: plugins/admin/applications/class_applicationManagement.inc:332
-#: plugins/admin/departments/class_departmentManagement.inc:283
-#: plugins/admin/systems/class_systemManagement.inc:576
-#: plugins/admin/ogroups/class_ogroupManagement.inc:366
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:330
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
-#, fuzzy
-msgid "Current base"
-msgstr "Contraseña actual"
+#: plugins/personal/environment/class_environment.inc:746
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
-#: plugins/admin/groups/class_groupManagement.inc:357
-#: plugins/admin/users/class_userManagement.inc:678
-#: plugins/admin/applications/class_applicationManagement.inc:333
-#: plugins/admin/departments/class_departmentManagement.inc:284
-#: plugins/admin/systems/class_systemManagement.inc:577
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
+#: plugins/personal/environment/class_environment.inc:839
 #, fuzzy
 #, fuzzy
-msgid "Submit department"
-msgstr "Mostrar departamentos"
+msgid "Error while writing printer"
+msgstr "¡Error mientras se exportaban las entradas indicadas!"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
-#: plugins/admin/groups/class_groupManagement.inc:357
-#: plugins/admin/users/class_userManagement.inc:678
-#: plugins/admin/applications/class_applicationManagement.inc:333
-#: plugins/admin/departments/class_departmentManagement.inc:284
-#: plugins/admin/systems/class_systemManagement.inc:577
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
-msgid "Submit"
-msgstr ""
+#: plugins/personal/environment/class_environment.inc:909
+#, fuzzy
+msgid "Error while writing printer settings"
+msgstr "¡Error mientras se exportaban las entradas indicadas!"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
-#: plugins/admin/fai/class_faiManagement.inc:482
-#: plugins/admin/groups/class_groupManagement.inc:361
-#: plugins/admin/users/class_userManagement.inc:681
-#: plugins/admin/applications/class_applicationManagement.inc:337
-#: plugins/admin/departments/class_departmentManagement.inc:291
-#: plugins/admin/systems/class_systemManagement.inc:582
-#: plugins/admin/ogroups/class_ogroupManagement.inc:371
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:336
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
+#: plugins/personal/environment/class_environment.inc:1033
 #, fuzzy
 #, fuzzy
-msgid "edit"
-msgstr "Editar"
+msgid "Admin"
+msgstr "DN del administrador"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
-#: plugins/admin/users/class_userManagement.inc:681
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:336
+#: plugins/personal/environment/hotplugDialog.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "Edit user"
-msgstr "Usuario administrador"
+msgid "Add hotplug devices"
+msgstr "Disquetera"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
-#: plugins/addons/mailqueue/contents.tpl:95
-#: plugins/admin/fai/class_faiManagement.inc:483
-#: plugins/admin/groups/class_groupManagement.inc:362
-#: plugins/admin/users/class_userManagement.inc:683
-#: plugins/admin/applications/class_applicationManagement.inc:338
-#: plugins/admin/departments/class_departmentManagement.inc:292
-#: plugins/admin/systems/class_systemManagement.inc:583
-#: plugins/admin/ogroups/class_ogroupManagement.inc:372
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+#: plugins/personal/environment/hotplugDialog.tpl:5
 #, fuzzy
 #, fuzzy
-msgid "delete"
-msgstr "Borrar"
+msgid "Hotplug management"
+msgstr "Mantenimiento de Departamentos"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
-#: plugins/admin/users/class_userManagement.inc:683
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
+#: plugins/personal/environment/hotplugDialog.tpl:10
 #, fuzzy
 #, fuzzy
-msgid "Delete user"
+msgid "Select hotplug device to add"
 msgstr "Borrar"
 
 msgstr "Borrar"
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
+#: plugins/personal/environment/hotplugDialog.tpl:34
 #, fuzzy
 #, fuzzy
-msgid "Blocklist name"
-msgstr "Gestión de listas de bloqueo"
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:308
-#: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_faiManagement.inc:479
-#: plugins/admin/groups/class_groupManagement.inc:387
-#: plugins/admin/users/class_userManagement.inc:692
-#: plugins/admin/applications/class_applicationManagement.inc:358
-#: plugins/admin/departments/class_departmentManagement.inc:299
-#: plugins/admin/systems/class_systemManagement.inc:590
-#: plugins/admin/ogroups/class_ogroupManagement.inc:393
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:344
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
-msgid "Actions"
-msgstr "Acciones"
+msgid "Choose the department the search will be based    on"
+msgstr "Escoja el departamento base de la busqueda"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:311
-msgid "This table displays faxblocklists for the selected tree."
-msgstr ""
+#: plugins/personal/environment/hotplugDialog.tpl:43
+#: plugins/admin/groups/group_objects.tpl:38
+#: plugins/admin/users/headpage.tpl:48
+#: plugins/gofon/conference/headpage.tpl:35
+msgid "Display users matching"
+msgstr "Mostrar usuarios que concuerden con"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
-msgid "send"
-msgstr "enviar"
+#: plugins/personal/environment/hotplugDialog.tpl:48
+#, fuzzy
+msgid "Regular expression for        matching hotplugs"
+msgstr "Expresiones regulares que concuerden con nombres de usuarios"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
-msgid "receive"
-msgstr "recibir"
+#: plugins/personal/environment/class_selectPrinterDialog.inc:67
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
+#, fuzzy
+msgid "Please select a printer or press cancel."
+msgstr "¡Por favor introduzca un número de teléfono valido!"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:516
-msgid "You have no permissions to create a blocklist on this 'Base'."
-msgstr "No tiene permisos para crear una lista de bloqueo en esta 'Base'."
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+#, fuzzy
+msgid "Add printer devcies"
+msgstr "Dispositivo de Impresión"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:522
-#: plugins/admin/departments/class_departmentGeneric.inc:164
-msgid "Required field 'Name' is not set."
-msgstr "El campo requerido 'Nombre' no ha sido rellenado."
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+#, fuzzy
+msgid "Select printer to add"
+msgstr "Seleccione números para añadir"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:525
-msgid "Required field 'Name' contains invalid characters"
-msgstr "El campo requerido 'Nombre' contiene caracteres no validos"
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+#, fuzzy
+msgid "Display printers matching"
+msgstr "Mostrar números que concuerdan con"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:533
-msgid "Specified name is already used."
-msgstr "El nombre especificado ya esta siendo usado"
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+#, fuzzy
+msgid "Regular expression for matching printer names"
+msgstr "Expresiones regulares que concuerden con nombres de usuarios"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:540
-msgid "No permission to create a blocklist on this base."
-msgstr "No tiene permisos para crear una lista de bloqueos en esta base"
+#: plugins/personal/environment/logonManagement.tpl:8
+#, fuzzy
+msgid "Logon script settings"
+msgstr "Parametros Unix"
 
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
+#: plugins/personal/environment/logonManagement.tpl:10
+#, fuzzy
+msgid "Skript name"
 msgstr "Nombre de la lista"
 
 msgstr "Nombre de la lista"
 
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr "Nombre de la lista de bloqueos"
-
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
-msgstr "Seleccione un subárbol para colocar la lista de bloqueos"
-
-#: plugins/gofax/blocklists/generic.tpl:32
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:39
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
-msgid "Type"
-msgstr "Tipo"
-
-#: plugins/gofax/blocklists/generic.tpl:34
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr "Seleccione la manera de filtrar llamadas entrantes o salientes"
-
-#: plugins/gofax/blocklists/generic.tpl:43
-msgid "Descriptive text for this blocklist"
-msgstr "Descripción de esta lista de bloqueos"
-
-#: plugins/gofax/blocklists/generic.tpl:56
-msgid "Blocked numbers"
-msgstr "Números bloqueados"
-
-#: plugins/gofax/blocklists/generic.tpl:72
-msgid "Numbers can also contain wild cards."
-msgstr "Los números pueden contener también comodínes"
+#: plugins/personal/environment/logonManagement.tpl:17
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/gofax/blocklists/generic.tpl:41 plugins/admin/groups/generic.tpl:13
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12
+#: plugins/admin/systems/server.tpl:24 plugins/admin/systems/phone.tpl:24
+#: plugins/admin/systems/printer.tpl:13
+#: plugins/admin/systems/wingeneric.tpl:24
+#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
+#: plugins/gofon/macro/generic.tpl:36 plugins/gofon/conference/generic.tpl:51
+#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
+#: html/getxls.php:230
+msgid "Description"
+msgstr "Descripción"
 
 
-#: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/groups/remove.tpl:2 plugins/admin/users/remove.tpl:2
-#: plugins/admin/applications/remove.tpl:2
-#: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/ogroups/remove.tpl:2 plugins/gofon/macro/remove.tpl:2
-#: plugins/gofon/conference/remove.tpl:2 html/index.php:227 html/index.php:287
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/islocked.tpl:6
-msgid "Warning"
-msgstr "Aviso"
+#: plugins/personal/environment/logonManagement.tpl:24
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+#, fuzzy
+msgid "Priority"
+msgstr "Puerto"
 
 
-#: plugins/gofax/blocklists/remove.tpl:6
-msgid ""
-"Please double check if your really want to do this since there is no way for "
-"GOsa to get your data back."
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
 msgstr ""
 msgstr ""
-"Por favor pulse dos veces si realmente quiere hacer esto, ya que no hay "
-"manera de que GOsa recupere posteriormente la información."
 
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/addons/addressbook/remove.tpl:10 plugins/admin/groups/remove.tpl:10
-#: plugins/admin/users/remove.tpl:10 plugins/admin/applications/remove.tpl:9
-#: plugins/admin/ogroups/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
-#, fuzzy
-msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
 msgstr ""
 msgstr ""
-"Entonces si esta seguro - presione <i>Eliminar</i> para continuar o "
-"<i>Cancelar</i> para Abortar."
-
-#: plugins/gofax/blocklists/headpage.tpl:6
-msgid "List of blocklists"
-msgstr "Lista de listas de bloqueos"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:24
-msgid ""
-"This menu allows you to create, delete and edit selected blocklists. Having "
-"a large size of lists, you might prefer the range selectors on top of the "
-"select box."
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
 msgstr ""
 msgstr ""
-"Este menú le permite crear, editar o eliminar listas de bloqueo. Puede usar "
-"el selector de rango en la parte superior de la lista, cuando trabaja con un "
-"gran número de listas de bloqueo."
 
 
-#: plugins/gofax/blocklists/headpage.tpl:38
-msgid "Select to see send blocklists"
-msgstr "Seleccione para mostrar listas de bloqueo salientes"
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr ""
 
 
-#: plugins/gofax/blocklists/headpage.tpl:38
-msgid "Show send blocklists"
-msgstr "Mostrar listas de bloqueos salientes"
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/environment/kioskManagement.tpl:24
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/admin/groups/application_options.tpl:8
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:67
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/fai/faiHookEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:132
+#: plugins/admin/fai/faiPackageEntry.tpl:63
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+msgid "Apply"
+msgstr "Aplicar"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:39
-msgid "Select to see receive blocklists"
-msgstr "Seleccione para mostrar listas de bloqueo entrantes"
+#: plugins/personal/environment/class_logonManagementDialog.inc:96
+#, fuzzy
+msgid "Specified name is invalid."
+msgstr "El nombre especificado ya esta siendo usado"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:39
-msgid "Show receive blocklists"
-msgstr "Mostrar listas de bloqueos entrantes"
+#: plugins/personal/environment/class_logonManagementDialog.inc:100
+#, fuzzy
+msgid "Specified description contains invalid characters."
+msgstr "¡El tiempo de expiración '%s' contiene caracteres no validos!"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:45
-msgid "Display lists matching"
-msgstr "Mostrar listas que contengan"
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+#, fuzzy
+msgid "Create new hotplug entry"
+msgstr "Crear una nueva entrada en"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:48
-msgid "Regular expression for matching list names"
-msgstr "Expresiones regulares para encontrar nombres de listas"
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+#, fuzzy
+msgid "Create new hotplug device"
+msgstr "Crear una nueva entrada en"
 
 
-#: plugins/gofax/blocklists/main.inc:20 plugins/gofax/blocklists/main.inc:22
-msgid "Blocklist management"
-msgstr "Gestión de listas de bloqueo"
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+#: plugins/admin/systems/component.tpl:6
+msgid "Device name"
+msgstr "Nombre del dispositivo"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:12
-msgid "Fax number for GOfax to trigger on"
-msgstr "Numero de fax que activa GOfax"
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+#, fuzzy
+msgid "Device ID"
+msgstr "Servicios"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:35 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Language"
-msgstr "Lenguaje"
+#: plugins/personal/environment/hotplugDialogNew.tpl:38
+#, fuzzy
+msgid "save"
+msgstr "Guardar"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:18
-msgid "Specify the GOfax communication language for fax to mail gateway"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:61
+#, php-format
+msgid "Can't delete '%s'. Error was: permission denied."
 msgstr ""
 msgstr ""
-"Especificar el lenguaje de comunicación de GOfax para pasarela de fax a "
-"correo"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
-msgstr "Formato de envío"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:64
+#, php-format
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/generic.tpl:26
-msgid "Specify delivery format for fax to mail gateway"
-msgstr "Especificar el formato de envío para la pasarela de fax a correo"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:88
+msgid ""
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
-msgstr "Metodos de envío"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:94
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
-msgstr "Desactivación temporal del uso del fax"
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+#, fuzzy
+msgid "Kiosk profile management"
+msgstr "Gestión de Asterisk PBX"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:45
-msgid "Deliver fax as mail to"
-msgstr "Enviar fax como correo electrónico a"
+#: plugins/personal/environment/kioskManagement.tpl:12
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+msgid "Browse"
+msgstr "Visualizar"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
-msgstr "Enviar fax como correo electrónico"
+#: plugins/personal/nagios/nagios.tpl:4
+#, fuzzy
+msgid "Nagios Account"
+msgstr "Contacto"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
-msgstr "Enviar fax a la impresora"
+#: plugins/personal/nagios/nagios.tpl:7
+#, fuzzy
+msgid "Alias"
+msgstr "Italiano"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
-msgstr "Intercambiar los números de fax"
+#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
+#, fuzzy
+msgid "Mail address"
+msgstr "Dirección MAC"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
-msgstr "Listas de bloqueo"
-
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
-msgstr "Listas de bloqueo para fax entrante"
+#: plugins/personal/nagios/nagios.tpl:17
+#, fuzzy
+msgid "Host notification period"
+msgstr "Opciones de aplicaciones"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
-msgstr "Listas de bloqueo para fax saliente"
+#: plugins/personal/nagios/nagios.tpl:25
+#, fuzzy
+msgid "Service notification period"
+msgstr "Opciones de aplicaciones"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
-msgstr "Seleccione números para añadir"
+#: plugins/personal/nagios/nagios.tpl:32
+#, fuzzy
+msgid "Service notification options"
+msgstr "Opciones de aplicaciones"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
-msgstr "Mostrar número de Departamentos"
+#: plugins/personal/nagios/nagios.tpl:41
+#, fuzzy
+msgid "Host notification options"
+msgstr "Opciones de aplicaciones"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
-msgstr "Mostrar números que concuerdan con"
+#: plugins/personal/nagios/nagios.tpl:53
+#, fuzzy
+msgid "Service notification commands"
+msgstr "Opciones de aplicaciones"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
-msgstr "Expresiones regulares que concuerden con números"
+#: plugins/personal/nagios/nagios.tpl:57
+#, fuzzy
+msgid "Host notification commands"
+msgstr "Opciones de aplicaciones"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
-msgstr "Mostrar números de usuarios"
+#: plugins/personal/nagios/nagios.tpl:66
+#, fuzzy
+msgid "Nagios authentification"
+msgstr "Estación de trabajo Windows"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:50
-msgid "User name of which numbers are shown"
-msgstr "Nombre de usuario cuyos números están siendo mostrados"
+#: plugins/personal/nagios/nagios.tpl:69
+#, fuzzy
+msgid "view system informations"
+msgstr "Información de sistema"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
-msgstr "Listas/Numeros bloqueados"
+#: plugins/personal/nagios/nagios.tpl:72
+#, fuzzy
+msgid "view configuration information"
+msgstr "Información organizativa"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:17
-msgid "List of predefined blocklists"
-msgstr "Listas de listas de bloqueos predefinidas"
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/lists.tpl:25
+#: plugins/personal/nagios/nagios.tpl:78
 #, fuzzy
 #, fuzzy
-msgid "Add the list to the blocklists"
-msgstr "Lista de listas de bloqueos"
+msgid "view all services"
+msgstr "Provee servicios de exploración"
 
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
-msgstr "Parametros del Fax"
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
-#: plugins/addons/addressbook/address_info.tpl:88
-#: plugins/addons/addressbook/address_edit.tpl:206
-#: plugins/generic/references/class_reference.inc:30
-msgid "FAX"
-msgstr "FAX"
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:137
-msgid "This account has no fax extensions."
-msgstr "Esta cuenta no tiene extensiones de fax."
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:146
-msgid "Remove fax account"
-msgstr "Eliminar cuenta de fax"
+#: plugins/personal/nagios/main.inc:124
+#, fuzzy
+msgid "Nagios settings"
+msgstr "Parametros del correo de usuarios"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:147
+#: plugins/personal/nagios/class_nagiosAccount.inc:92
+#, fuzzy
+msgid "This account has no nagios extensions."
+msgstr "Esta cuenta no tiene extensiones validas de correo."
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:101
+#, fuzzy
+msgid "Remove nagios account"
+msgstr "Borrar cuenta de correo"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:102
+#, fuzzy
 msgid ""
 msgid ""
-"This account has fax features enabled. You can disable them by clicking "
+"This account has nagios features enabled. You can disable them by clicking "
 "below."
 msgstr ""
 "below."
 msgstr ""
-"Esta cuenta tiene la extensión de fax activada. Puede desactivarla pulsando "
-"aquí."
+"Esta cuenta tiene las características de correo activas. Puede desactivarlas "
+"apretando a continuación."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:149
-msgid "Create fax account"
-msgstr "Crear cuenta de fax"
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
+#, fuzzy
+msgid "Create nagios account"
+msgstr "Crear cuenta de correo"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:150
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
+#, fuzzy
 msgid ""
 msgid ""
-"This account has fax features disabled. You can enable them by clicking "
+"This account has nagios features disabled. You can enable them by clicking "
 "below."
 msgstr ""
 "below."
 msgstr ""
-"Esta cuenta tiene la extensión de fax desactivada. Puede activarla pulsando "
-"aquí."
-
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:218
-msgid "You're trying to add an invalid phone number."
-msgstr "Esta intentando añadir un número de teléfono no valido."
+"Esta cuenta tiene las características de correo desactivadas.Puede "
+"activarlas pulsando aqui."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/admin/groups/class_groupApplication.inc:365
-#: plugins/admin/groups/class_groupApplication.inc:416
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
+#: plugins/personal/nagios/class_nagiosAccount.inc:163
 #, fuzzy
 #, fuzzy
-msgid "back"
-msgstr "Atras"
-
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:637
-msgid "The required field 'Fax' is not set."
-msgstr "No ha rellenado el campo requerido 'Fax'"
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "El campo requerido 'Nombre' no ha sido rellenado."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:641
-msgid "Please enter a valid telephone number in the 'Fax' field."
-msgstr "Por favor introduzca un numero de teléfono valido en el campo 'Fax'"
+#: plugins/personal/nagios/class_nagiosAccount.inc:166
+#, fuzzy
+msgid "The required field 'NagiosMail' is not set."
+msgstr "El campo requerido 'Nombre' no ha sido rellenado."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:649
-msgid "Mail delivery is checked, but no address has been specified."
+#: plugins/personal/nagios/class_nagiosAccount.inc:170
+#: plugins/personal/nagios/class_nagiosAccount.inc:174
+#, fuzzy
+msgid "Please enter a valid email address in 'NagiosMail' field."
 msgstr ""
 msgstr ""
-"Envío de correo ha sido seleccionado, pero no se ha especificado ninguna "
-"dirección de correo."
+"Por favor introduzca una dirección valida de correo electrónico en el campo "
+"'Cuenta Principal'."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
-msgid "The mail address you've entered is invalid."
-msgstr "La cuenta de correo electrónico que ha introducido no es válida."
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Nombre de la lista"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
-msgid ""
-"Deliver fax to printer, is only possible if valid printer is given. Please "
-"correct your choice."
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Nombre de la lista de bloqueos"
 
 
-#: plugins/gofax/faxreports/detail.tpl:6
-msgid "FAX preview - please wait"
-msgstr "Previsualización del Fax - Por favor espere"
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
+msgstr "Seleccione un subárbol para colocar la lista de bloqueos"
 
 
-#: plugins/gofax/faxreports/detail.tpl:9
-msgid "Click on fax to download"
-msgstr "Pulse en 'Fax' para descargar"
+#: plugins/gofax/blocklists/generic.tpl:32
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/admin/systems/servnfs.tpl:39
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
+#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
+msgid "Type"
+msgstr "Tipo"
 
 
-#: plugins/gofax/faxreports/detail.tpl:18
-msgid "FAX ID"
-msgstr "FAX ID"
+#: plugins/gofax/blocklists/generic.tpl:34
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr "Seleccione la manera de filtrar llamadas entrantes o salientes"
 
 
-#: plugins/gofax/faxreports/detail.tpl:22
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/systems/class_printGeneric.inc:589
-#: plugins/admin/ogroups/class_ogroupManagement.inc:481
-msgid "User"
-msgstr "Usuario"
+#: plugins/gofax/blocklists/generic.tpl:43
+msgid "Descriptive text for this blocklist"
+msgstr "Descripción de esta lista de bloqueos"
 
 
-#: plugins/gofax/faxreports/detail.tpl:26
-msgid "Date / Time"
-msgstr "Fecha / Hora"
+#: plugins/gofax/blocklists/generic.tpl:56
+msgid "Blocked numbers"
+msgstr "Números bloqueados"
 
 
-#: plugins/gofax/faxreports/detail.tpl:30
-msgid "Sender MSN"
-msgstr "MSN del Remitente"
+#: plugins/gofax/blocklists/generic.tpl:72
+msgid "Numbers can also contain wild cards."
+msgstr "Los números pueden contener también comodínes"
 
 
-#: plugins/gofax/faxreports/detail.tpl:34
-msgid "Sender ID"
-msgstr "ID del Remitente"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
+msgid "FAX Blocklists"
+msgstr "Lista de bloqueos de FAX"
 
 
-#: plugins/gofax/faxreports/detail.tpl:38
-msgid "Receiver MSN"
-msgstr "MSN del Receptor"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:206
+#, php-format
+msgid "You're about to delete the blocklist '%s'."
+msgstr "Has decidido eliminar la lista de bloqueo '%s'."
 
 
-#: plugins/gofax/faxreports/detail.tpl:42
-msgid "Receiver ID"
-msgstr "ID del Receptor"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:218
+msgid "You have no permission to remove this blocklist."
+msgstr "No tiene permisos para eliminar esta lista de bloqueo."
 
 
-#: plugins/gofax/faxreports/detail.tpl:50
-msgid "Status message"
-msgstr "Estado del mensaje"
-
-#: plugins/gofax/faxreports/detail.tpl:54
-msgid "Transfer time"
-msgstr "Tiempo de envio"
-
-#: plugins/gofax/faxreports/detail.tpl:58
-#: plugins/gofax/faxreports/contents.tpl:35
-msgid "# pages"
-msgstr "# páginas"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Informes de FAX"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/gofax/faxreports/class_faxreport.inc:119
-#: plugins/gofax/faxreports/class_faxreport.inc:165
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-msgid "Can't connect to fax database, no reports can be shown!"
-msgstr ""
-"No puedo conectar a la de base de datos de fax, ¡no se pueden mostrar los "
-"informes!"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:112
-#: plugins/addons/logview/class_logview.inc:66
-#: plugins/gofon/fonreports/class_fonreport.inc:99
-msgid "There is no mysql extension available, please check your php setup."
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:123
-#: plugins/gofax/faxreports/class_faxreport.inc:128
-#: plugins/gofax/faxreports/class_faxreport.inc:169
-#: plugins/gofax/faxreports/class_faxreport.inc:278
-msgid "Can't select fax database for report generation!"
-msgstr ""
-"¡No puedo seleccionar la base de datos de fax para la generación de informes!"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:236
+msgid "Please specify a valid phone number."
+msgstr "Por favor especifique un usuario valido."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:286
-msgid "Query for fax database failed!"
-msgstr "¡La consulta a la base de datos de fax ha fallado!"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
+#: plugins/admin/groups/class_groupManagement.inc:350
+#: plugins/admin/users/class_userManagement.inc:670
+#: plugins/admin/applications/class_applicationManagement.inc:326
+#: plugins/admin/departments/class_departmentManagement.inc:277
+#: plugins/admin/systems/class_systemManagement.inc:565
+#: plugins/admin/ogroups/class_ogroupManagement.inc:358
+#: plugins/admin/fai/class_faiManagement.inc:428
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
+#, fuzzy
+msgid "Go up one department"
+msgstr "Nombre del departamento"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:185
-msgid "You have no permission to retrieve informations about this fax id!"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
+#: plugins/admin/groups/class_groupManagement.inc:350
+#: plugins/admin/users/class_userManagement.inc:670
+#: plugins/admin/applications/class_applicationManagement.inc:326
+#: plugins/admin/departments/class_departmentManagement.inc:277
+#: plugins/admin/systems/class_systemManagement.inc:565
+#: plugins/admin/ogroups/class_ogroupManagement.inc:358
+#: plugins/admin/ogroups/phonequeue.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:428
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
+msgid "Up"
 msgstr ""
 msgstr ""
-"¡No tiene permisos para recuperar información sobre el identificador (ID) "
-"del fax!"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:205
-#: plugins/gofax/faxreports/class_faxreport.inc:294
-#: plugins/gofon/fonreports/class_fonreport.inc:220
-msgid "Y-M-D"
-msgstr "Y-M-D"
-
-#: plugins/gofax/faxreports/contents.tpl:2
-#: plugins/addons/logview/contents.tpl:2
-#: plugins/gofon/fonreports/contents.tpl:2
-msgid "Filter"
-msgstr "Filtro"
-
-#: plugins/gofax/faxreports/contents.tpl:6
-#: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:12
-#: plugins/addons/logview/contents.tpl:47
-#: plugins/gofon/fonreports/contents.tpl:6
-msgid "Search for"
-msgstr "Buscar por"
-
-#: plugins/gofax/faxreports/contents.tpl:7
-#: plugins/gofon/fonreports/contents.tpl:7
-msgid "Enter user name to search for"
-msgstr "Entre el nombre de usuario para la busqueda"
-
-#: plugins/gofax/faxreports/contents.tpl:8
-#: plugins/gofax/faxreports/contents.tpl:16
-#: plugins/gofon/fonreports/contents.tpl:8
-#: plugins/gofon/fonreports/contents.tpl:16
-msgid "in"
-msgstr "en"
-
-#: plugins/gofax/faxreports/contents.tpl:9
-#: plugins/gofon/fonreports/contents.tpl:9
-msgid "Select subtree to base search on"
-msgstr "Seleccione el subárbol como base de la busqueda"
 
 
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
-msgstr "durante"
-
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:27
-#: plugins/addons/logview/contents.tpl:67
-#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
-msgid "Search"
-msgstr "Buscar"
-
-#: plugins/gofax/faxreports/contents.tpl:31
-#: plugins/addons/logview/contents.tpl:84
-#: plugins/gofon/fonreports/contents.tpl:30
-msgid "Date"
-msgstr "Fecha"
-
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:58
-msgid "Sender"
-msgstr "Remitente"
-
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
-msgstr "Receptor"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
+#: plugins/admin/groups/class_groupManagement.inc:351
+#: plugins/admin/users/class_userManagement.inc:671
+#: plugins/admin/applications/class_applicationManagement.inc:327
+#: plugins/admin/departments/class_departmentManagement.inc:278
+#: plugins/admin/systems/class_systemManagement.inc:566
+#: plugins/admin/ogroups/class_ogroupManagement.inc:359
+#: plugins/admin/fai/class_faiManagement.inc:431
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
+#, fuzzy
+msgid "Go to root department"
+msgstr "Lista de Departamentos"
 
 
-#: plugins/gofax/faxreports/contents.tpl:50
-#: plugins/addons/logview/contents.tpl:97
-#: plugins/gofon/fonreports/contents.tpl:51
-msgid "Search returned no results..."
-msgstr "La busqueda no ha encontrado resultados"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
+#: plugins/admin/groups/class_groupManagement.inc:351
+#: plugins/admin/users/class_userManagement.inc:671
+#: plugins/admin/applications/class_applicationManagement.inc:327
+#: plugins/admin/departments/class_departmentManagement.inc:278
+#: plugins/admin/systems/class_systemManagement.inc:566
+#: plugins/admin/ogroups/class_ogroupManagement.inc:360
+#: plugins/admin/fai/class_faiManagement.inc:431
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
+#, fuzzy
+msgid "Root"
+msgstr "Reiniciar"
 
 
-#: plugins/gofax/faxreports/main.inc:5
-msgid "FAX reports"
-msgstr "Reportes de FAX"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
+#: plugins/admin/groups/class_groupManagement.inc:352
+#: plugins/admin/users/class_userManagement.inc:672
+#: plugins/admin/applications/class_applicationManagement.inc:328
+#: plugins/admin/systems/class_systemManagement.inc:567
+#: plugins/admin/ogroups/class_ogroupManagement.inc:361
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
+#, fuzzy
+msgid "Go to users department"
+msgstr "Seleccione para ver los departamentos"
 
 
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Marcando conexión"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
+#: plugins/admin/groups/class_groupManagement.inc:352
+#: plugins/admin/users/class_userManagement.inc:672
+#: plugins/admin/applications/class_applicationManagement.inc:328
+#: plugins/admin/departments/class_departmentManagement.inc:279
+#: plugins/admin/systems/class_systemManagement.inc:567
+#: plugins/admin/ogroups/class_ogroupManagement.inc:362
+#: plugins/admin/fai/class_faiManagement.inc:434
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
+#, fuzzy
+msgid "Home"
+msgstr "Nombre de Maquina"
 
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:361
-#: plugins/addons/addressbook/class_addressbook.inc:368
-#: plugins/addons/addressbook/class_addressbook.inc:372
-#: plugins/addons/addressbook/class_addressbook.inc:455
-msgid "Dial"
-msgstr "Llamar"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
+#, fuzzy
+msgid "Create new blocklist"
+msgstr "Nombre de la lista de bloqueos"
 
 
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
-#: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
-#: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
-#: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
-#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
-#: html/getxls.php:174 html/getxls.php:233
-msgid "Name"
-msgstr "Nombre"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
+#, fuzzy
+msgid "New Blocklist"
+msgstr "Listas de bloqueo"
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:29
-#: plugins/addons/addressbook/address_edit.tpl:66
-msgid "Private"
-msgstr "Privado"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:296
+#: plugins/admin/groups/class_groupManagement.inc:356
+#: plugins/admin/users/class_userManagement.inc:677
+#: plugins/admin/applications/class_applicationManagement.inc:332
+#: plugins/admin/departments/class_departmentManagement.inc:283
+#: plugins/admin/systems/class_systemManagement.inc:576
+#: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/fai/class_faiManagement.inc:463
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:330
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
+#, fuzzy
+msgid "Current base"
+msgstr "Contraseña actual"
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr "Contacto"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
+#: plugins/admin/groups/class_groupManagement.inc:357
+#: plugins/admin/users/class_userManagement.inc:678
+#: plugins/admin/applications/class_applicationManagement.inc:333
+#: plugins/admin/departments/class_departmentManagement.inc:284
+#: plugins/admin/systems/class_systemManagement.inc:577
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
+#, fuzzy
+msgid "Submit department"
+msgstr "Mostrar departamentos"
 
 
-#: plugins/addons/addressbook/contents.tpl:37
-msgid ""
-"The telephone list plugin provides list and search facilities for the people "
-"in your site. You may want to specify the asterisk [*] like in 'Go*us' to "
-"find 'Gonicus'. Use the filters below to narrow down your search."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
+#: plugins/admin/groups/class_groupManagement.inc:357
+#: plugins/admin/users/class_userManagement.inc:678
+#: plugins/admin/applications/class_applicationManagement.inc:333
+#: plugins/admin/departments/class_departmentManagement.inc:284
+#: plugins/admin/systems/class_systemManagement.inc:577
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
+msgid "Submit"
 msgstr ""
 msgstr ""
-"La extensión de lista telefónica provee las facilidades de listado y "
-"busqueda de usuarios en su sitio. Se puede especificar asterisco (*) como en "
-"'Go*us' para encontrar 'Gonicus'. Use estos filtros para reducir su busqueda."
-
-#: plugins/addons/addressbook/contents.tpl:47
-msgid "Add entry"
-msgstr "Añadir entrada"
 
 
-#: plugins/addons/addressbook/contents.tpl:50
-msgid "Edit entry"
-msgstr "Editar entrada"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
+#: plugins/admin/groups/class_groupManagement.inc:361
+#: plugins/admin/users/class_userManagement.inc:681
+#: plugins/admin/applications/class_applicationManagement.inc:337
+#: plugins/admin/departments/class_departmentManagement.inc:291
+#: plugins/admin/systems/class_systemManagement.inc:582
+#: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/fai/class_faiManagement.inc:482
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:336
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
+#, fuzzy
+msgid "edit"
+msgstr "Editar"
 
 
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr "Eliminar entrada"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
+#: plugins/admin/users/class_userManagement.inc:681
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:336
+#, fuzzy
+msgid "Edit user"
+msgstr "Usuario administrador"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr "Seleccione para ver usuarios estandar"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
+#: plugins/addons/mailqueue/contents.tpl:95
+#: plugins/admin/groups/class_groupManagement.inc:362
+#: plugins/admin/users/class_userManagement.inc:683
+#: plugins/admin/applications/class_applicationManagement.inc:338
+#: plugins/admin/departments/class_departmentManagement.inc:292
+#: plugins/admin/systems/class_systemManagement.inc:583
+#: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/admin/fai/class_faiManagement.inc:483
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+#, fuzzy
+msgid "delete"
+msgstr "Borrar"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr "Mostrar entradas de organizaciones"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
+#: plugins/admin/users/class_userManagement.inc:683
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
+#, fuzzy
+msgid "Delete user"
+msgstr "Borrar"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Select to see users in addressbook"
-msgstr "Seleccione para ver los usuarios en la libreta de direcciones"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
+#, fuzzy
+msgid "Blocklist name"
+msgstr "Gestión de listas de bloqueo"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr "Enseñar las entradas de la libreta de direcciones"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:308
+#: plugins/addons/addressbook/contents.tpl:42
+#: plugins/admin/groups/class_groupManagement.inc:387
+#: plugins/admin/users/class_userManagement.inc:692
+#: plugins/admin/applications/class_applicationManagement.inc:358
+#: plugins/admin/departments/class_departmentManagement.inc:299
+#: plugins/admin/systems/class_systemManagement.inc:590
+#: plugins/admin/ogroups/class_ogroupManagement.inc:393
+#: plugins/admin/fai/class_faiManagement.inc:479
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:344
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
+msgid "Actions"
+msgstr "Acciones"
 
 
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr "Mostrar resultados para departamentos"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:311
+msgid "This table displays faxblocklists for the selected tree."
+msgstr ""
 
 
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr "Encontrar objeto"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
+msgid "send"
+msgstr "enviar"
 
 
-#: plugins/addons/addressbook/contents.tpl:93
-msgid "Choose the object that will be searched in"
-msgstr "Elegir el objeto que sera buscado"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
+msgid "receive"
+msgstr "recibir"
 
 
-#: plugins/addons/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr "Cadena de busqueda"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:516
+msgid "You have no permissions to create a blocklist on this 'Base'."
+msgstr "No tiene permisos para crear una lista de bloqueo en esta 'Base'."
 
 
-#: plugins/addons/addressbook/remove.tpl:6
-msgid ""
-"This includes all addressbook data in this entry. Please double check if "
-"your really want to do this since there is no way for GOsa to get your data "
-"back."
-msgstr ""
-"Esto incluye toda la información de la libreta de direcciones en esta "
-"entrada. Por favor pulse dos veces si realmente quiere hacer esta, ya que no "
-"hay forma de que GOsa recupere la información."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:522
+#: plugins/admin/departments/class_departmentGeneric.inc:164
+msgid "Required field 'Name' is not set."
+msgstr "El campo requerido 'Nombre' no ha sido rellenado."
 
 
-#: plugins/addons/addressbook/main.inc:23
-msgid "Address book"
-msgstr "Libreta de direcciones"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:525
+msgid "Required field 'Name' contains invalid characters"
+msgstr "El campo requerido 'Nombre' contiene caracteres no validos"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Libreta de direcciones"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:533
+msgid "Specified name is already used."
+msgstr "El nombre especificado ya esta siendo usado"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:154
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr "¿Llamar desde %s a %s ahora?"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:540
+msgid "No permission to create a blocklist on this base."
+msgstr "No tiene permisos para crear una lista de bloqueos en esta base"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:158
+#: plugins/gofax/blocklists/remove.tpl:2
+#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/users/remove.tpl:2 plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: html/index.php:227 html/index.php:287 ihtml/themes/altlinux/conflict.tpl:6
+#: ihtml/themes/altlinux/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
+#: ihtml/themes/default/islocked.tpl:6
+msgid "Warning"
+msgstr "Aviso"
+
+#: plugins/gofax/blocklists/remove.tpl:6
 msgid ""
 msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
+"Please double check if your really want to do this since there is no way for "
+"GOsa to get your data back."
 msgstr ""
 msgstr ""
-"No tiene configurado un numero de teléfono personal. Por favor cambie esto "
-"para permitir llamadas directas."
-
-#: plugins/addons/addressbook/class_addressbook.inc:187
-#: plugins/addons/addressbook/class_addressbook.inc:288
-msgid "You are not allowed to delete this entry!"
-msgstr "¡No tiene permisos para eliminar esta entrada!"
-
-#: plugins/addons/addressbook/class_addressbook.inc:282
-#, php-format
-msgid "You're about to delete the entry %s."
-msgstr "Has decidido eliminar la entrada %s"
+"Por favor pulse dos veces si realmente quiere hacer esto, ya que no hay "
+"manera de que GOsa recupere posteriormente la información."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:378
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr "Salvar el contacto %s como una vcard"
+#: plugins/gofax/blocklists/remove.tpl:10
+#: plugins/addons/addressbook/remove.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/users/remove.tpl:10 plugins/admin/applications/remove.tpl:9
+#: plugins/admin/ogroups/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
+#, fuzzy
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
+msgstr ""
+"Entonces si esta seguro - presione <i>Eliminar</i> para continuar o "
+"<i>Cancelar</i> para Abortar."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:382
-#, php-format
-msgid "Send mail to %s"
-msgstr "Enviar correo a %s"
+#: plugins/gofax/blocklists/headpage.tpl:6
+msgid "List of blocklists"
+msgstr "Lista de listas de bloqueos"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:467
-msgid "global addressbook"
-msgstr "Directorio de contactos global"
+#: plugins/gofax/blocklists/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected blocklists. Having "
+"a large size of lists, you might prefer the range selectors on top of the "
+"select box."
+msgstr ""
+"Este menú le permite crear, editar o eliminar listas de bloqueo. Puede usar "
+"el selector de rango en la parte superior de la lista, cuando trabaja con un "
+"gran número de listas de bloqueo."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:470
-#, fuzzy
-msgid "user database"
-msgstr "Base de datos de FAX"
+#: plugins/gofax/blocklists/headpage.tpl:38
+msgid "Select to see send blocklists"
+msgstr "Seleccione para mostrar listas de bloqueo salientes"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:474
-#, fuzzy, php-format
-msgid "Contact stored in '%s'"
-msgstr "Contacto guardado en %s"
+#: plugins/gofax/blocklists/headpage.tpl:38
+msgid "Show send blocklists"
+msgstr "Mostrar listas de bloqueos salientes"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:476
-msgid "Creating new entry in"
-msgstr "Crear una nueva entrada en"
+#: plugins/gofax/blocklists/headpage.tpl:39
+msgid "Select to see receive blocklists"
+msgstr "Seleccione para mostrar listas de bloqueo entrantes"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/mailqueue/class_mailqueue.inc:281
-#: plugins/addons/mailqueue/class_mailqueue.inc:346
-#: plugins/addons/logview/class_logview.inc:94
-#: plugins/addons/logview/class_logview.inc:111
-msgid "All"
-msgstr "Todo"
+#: plugins/gofax/blocklists/headpage.tpl:39
+msgid "Show receive blocklists"
+msgstr "Mostrar listas de bloqueos entrantes"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
-msgstr "Nombre"
+#: plugins/gofax/blocklists/headpage.tpl:45
+msgid "Display lists matching"
+msgstr "Mostrar listas que contengan"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Work phone"
-msgstr "Teléfono del trabajo"
+#: plugins/gofax/blocklists/headpage.tpl:48
+msgid "Regular expression for matching list names"
+msgstr "Expresiones regulares para encontrar nombres de listas"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Cell phone"
-msgstr "Móvil"
+#: plugins/gofax/blocklists/main.inc:20 plugins/gofax/blocklists/main.inc:22
+msgid "Blocklist management"
+msgstr "Gestión de listas de bloqueo"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
-msgid "Home phone"
-msgstr "Teléfono particular"
+#: plugins/gofax/faxaccount/generic.tpl:12
+msgid "Fax number for GOfax to trigger on"
+msgstr "Numero de fax que activa GOfax"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
-#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
-#: html/getxls.php:299
-msgid "User ID"
-msgstr "Identificador (ID) de usuario"
+#: plugins/gofax/faxaccount/generic.tpl:16
+#: plugins/admin/ogroups/phonequeue.tpl:35 html/getxls.php:65
+#: html/getxls.php:224
+msgid "Language"
+msgstr "Lenguaje"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:598
-msgid ""
-"Cannot create a unique DN for your entry. Please fill more formular fields."
+#: plugins/gofax/faxaccount/generic.tpl:18
+msgid "Specify the GOfax communication language for fax to mail gateway"
 msgstr ""
 msgstr ""
-"No se puede crear un 'DN' único para esta entrada. Por favor rellene los "
-"campos del formulario."
+"Especificar el lenguaje de comunicación de GOfax para pasarela de fax a "
+"correo"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
-msgid ""
-"You have no permissions to create or modify a global address book entry."
-msgstr ""
-"No tiene permisos para crear o modificar una entrada de libreta de "
-"direcciones global."
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
+msgstr "Formato de envío"
 
 
-#: plugins/addons/addressbook/address_info.tpl:12
-#: plugins/addons/addressbook/address_edit.tpl:24
-msgid "Personal"
-msgstr "Personal"
+#: plugins/gofax/faxaccount/generic.tpl:26
+msgid "Specify delivery format for fax to mail gateway"
+msgstr "Especificar el formato de envío para la pasarela de fax a correo"
 
 
-#: plugins/addons/addressbook/address_info.tpl:19
-#: plugins/addons/addressbook/address_edit.tpl:44 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Initials"
-msgstr "Iniciales"
+#: plugins/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
+msgstr "Metodos de envío"
 
 
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/addons/addressbook/address_edit.tpl:105
-msgid "Email"
-msgstr "Correo Electrónico"
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
+msgstr "Desactivación temporal del uso del fax"
 
 
-#: plugins/addons/addressbook/address_info.tpl:53
-#: plugins/addons/addressbook/address_edit.tpl:119
-msgid "Organizational"
-msgstr "De organización"
+#: plugins/gofax/faxaccount/generic.tpl:45
+msgid "Deliver fax as mail to"
+msgstr "Enviar fax como correo electrónico a"
 
 
-#: plugins/addons/addressbook/address_info.tpl:61
-#: plugins/addons/addressbook/address_edit.tpl:128
-msgid "Company"
-msgstr "Compañia"
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
+msgstr "Enviar fax como correo electrónico"
 
 
-#: plugins/addons/addressbook/address_info.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:148 html/getxls.php:174
-#: html/getxls.php:236
-msgid "City"
-msgstr "Ciudad"
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
+msgstr "Enviar fax a la impresora"
 
 
-#: plugins/addons/addressbook/address_info.tpl:73
-#: plugins/addons/addressbook/address_edit.tpl:168
-msgid "Country"
-msgstr "Pais"
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
+msgstr "Intercambiar los números de fax"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:7
-msgid "Choose the department to store entry in"
-msgstr "Elija un departamento para guardar la entrada"
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
+msgstr "Listas de bloqueo"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:23
-#, fuzzy
-msgid "Mail queue"
-msgstr "Servidor"
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
+msgstr "Listas de bloqueo para fax entrante"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:53
-msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUE_QUERY_COMMAND' "
-"specified."
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
+msgstr "Listas de bloqueo para fax saliente"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:80
-#: plugins/addons/mailqueue/class_mailqueue.inc:88
-#: plugins/addons/mailqueue/class_mailqueue.inc:107
-#: plugins/addons/mailqueue/class_mailqueue.inc:116
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
-#, php-format
-msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
-msgstr ""
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
+msgstr "Seleccione números para añadir"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:251
-msgid "up"
-msgstr ""
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
+msgstr "Mostrar número de Departamentos"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:253
-#, fuzzy
-msgid "down"
-msgstr "Dominio"
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
+msgstr "Mostrar números que concuerdan con"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:296
-msgid "no limit"
-msgstr ""
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
+msgstr "Expresiones regulares que concuerden con números"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:301
-#, fuzzy
-msgid "hours"
-msgstr "hora"
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
+msgstr "Mostrar números de usuarios"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:347
-msgid "Hold"
-msgstr ""
+#: plugins/gofax/faxaccount/locals.tpl:50
+msgid "User name of which numbers are shown"
+msgstr "Nombre de usuario cuyos números están siendo mostrados"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:348
-msgid "Un hold"
-msgstr ""
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
+msgstr "Listas/Numeros bloqueados"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:349
-#: plugins/addons/mailqueue/contents.tpl:78
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
+msgstr "Listas de listas de bloqueos predefinidas"
+
+#: plugins/gofax/faxaccount/lists.tpl:25
 #, fuzzy
 #, fuzzy
-msgid "Active"
-msgstr "Privado"
+msgid "Add the list to the blocklists"
+msgstr "Lista de listas de bloqueos"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:350
-msgid "Not active"
-msgstr ""
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
+msgstr "Parametros del Fax"
 
 
-#: plugins/addons/mailqueue/contents.tpl:13
-#, fuzzy
-msgid "Please enter a search string here."
-msgstr "Por favor introduzca un número de serie válido"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+msgid "FAX"
+msgstr "FAX"
 
 
-#: plugins/addons/mailqueue/contents.tpl:15
-#, fuzzy
-msgid "Select a server"
-msgstr "Seleccione para ver los servidores"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:137
+msgid "This account has no fax extensions."
+msgstr "Esta cuenta no tiene extensiones de fax."
 
 
-#: plugins/addons/mailqueue/contents.tpl:18
-#, fuzzy
-msgid "with status"
-msgstr "Estado"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:146
+msgid "Remove fax account"
+msgstr "Eliminar cuenta de fax"
 
 
-#: plugins/addons/mailqueue/contents.tpl:22
-msgid "within the last"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:147
+msgid ""
+"This account has fax features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"Esta cuenta tiene la extensión de fax activada. Puede desactivarla pulsando "
+"aquí."
 
 
-#: plugins/addons/mailqueue/contents.tpl:30
-msgid "Remove all messages"
-msgstr ""
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:149
+msgid "Create fax account"
+msgstr "Crear cuenta de fax"
 
 
-#: plugins/addons/mailqueue/contents.tpl:31
-msgid "Remove all messages from selected servers queue"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:150
+msgid ""
+"This account has fax features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"Esta cuenta tiene la extensión de fax desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/addons/mailqueue/contents.tpl:32
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:218
+msgid "You're trying to add an invalid phone number."
+msgstr "Esta intentando añadir un número de teléfono no valido."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/groups/class_groupApplication.inc:495
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
 #, fuzzy
 #, fuzzy
-msgid "Hold all messages"
-msgstr "reenviar mensajes a"
+msgid "back"
+msgstr "Atras"
 
 
-#: plugins/addons/mailqueue/contents.tpl:33
-msgid "Hold all messages in selected servers queue"
-msgstr ""
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:637
+msgid "The required field 'Fax' is not set."
+msgstr "No ha rellenado el campo requerido 'Fax'"
 
 
-#: plugins/addons/mailqueue/contents.tpl:34
-msgid "Release all messages"
-msgstr ""
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:641
+msgid "Please enter a valid telephone number in the 'Fax' field."
+msgstr "Por favor introduzca un numero de teléfono valido en el campo 'Fax'"
 
 
-#: plugins/addons/mailqueue/contents.tpl:35
-msgid "Release all messages in selected servers queue"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:649
+msgid "Mail delivery is checked, but no address has been specified."
 msgstr ""
 msgstr ""
+"Envío de correo ha sido seleccionado, pero no se ha especificado ninguna "
+"dirección de correo."
 
 
-#: plugins/addons/mailqueue/contents.tpl:36
-msgid "Requeue all messages"
-msgstr ""
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+msgid "The mail address you've entered is invalid."
+msgstr "La cuenta de correo electrónico que ha introducido no es válida."
 
 
-#: plugins/addons/mailqueue/contents.tpl:37
-msgid "Requeue all messages in selected servers queue"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
+msgid ""
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:48
-#, fuzzy
-msgid "Search returned no results"
-msgstr "La busqueda no ha encontrado resultados"
-
-#: plugins/addons/mailqueue/contents.tpl:54
-#, fuzzy
-msgid "ID"
-msgstr "UID"
+#: plugins/gofax/faxreports/detail.tpl:6
+msgid "FAX preview - please wait"
+msgstr "Previsualización del Fax - Por favor espere"
 
 
-#: plugins/addons/mailqueue/contents.tpl:57
-#, fuzzy
-msgid "Arrival"
-msgstr "Abril"
+#: plugins/gofax/faxreports/detail.tpl:9
+msgid "Click on fax to download"
+msgstr "Pulse en 'Fax' para descargar"
 
 
-#: plugins/addons/mailqueue/contents.tpl:59
-#, fuzzy
-msgid "Recipient"
-msgstr "Descripción"
+#: plugins/gofax/faxreports/detail.tpl:18
+msgid "FAX ID"
+msgstr "FAX ID"
 
 
-#: plugins/addons/mailqueue/contents.tpl:60
-msgid "Error"
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:22
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/admin/systems/class_printGeneric.inc:589
+#: plugins/admin/ogroups/class_ogroupManagement.inc:481
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+msgid "User"
+msgstr "Usuario"
 
 
-#: plugins/addons/mailqueue/contents.tpl:95
-#, fuzzy
-msgid "Delete this message"
-msgstr "Borrar"
+#: plugins/gofax/faxreports/detail.tpl:26
+msgid "Date / Time"
+msgstr "Fecha / Hora"
 
 
-#: plugins/addons/mailqueue/contents.tpl:99
-msgid "unhold"
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:30
+msgid "Sender MSN"
+msgstr "MSN del Remitente"
 
 
-#: plugins/addons/mailqueue/contents.tpl:99
-#, fuzzy
-msgid "Release message"
-msgstr "Estado del mensaje"
+#: plugins/gofax/faxreports/detail.tpl:34
+msgid "Sender ID"
+msgstr "ID del Remitente"
 
 
-#: plugins/addons/mailqueue/contents.tpl:103
-#, fuzzy
-msgid "hold"
-msgstr "método"
+#: plugins/gofax/faxreports/detail.tpl:38
+msgid "Receiver MSN"
+msgstr "MSN del Receptor"
 
 
-#: plugins/addons/mailqueue/contents.tpl:103
-#, fuzzy
-msgid "Hold message"
-msgstr "Página Web Principal"
+#: plugins/gofax/faxreports/detail.tpl:42
+msgid "Receiver ID"
+msgstr "ID del Receptor"
 
 
-#: plugins/addons/mailqueue/contents.tpl:107
-#, fuzzy
-msgid "requeue"
-msgstr "Número de teléfono"
+#: plugins/gofax/faxreports/detail.tpl:50
+msgid "Status message"
+msgstr "Estado del mensaje"
 
 
-#: plugins/addons/mailqueue/contents.tpl:107
-msgid "Requeue this message"
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:54
+msgid "Transfer time"
+msgstr "Tiempo de envio"
 
 
-#: plugins/addons/mailqueue/contents.tpl:110
-#, fuzzy
-msgid "header"
-msgstr "Remitente"
+#: plugins/gofax/faxreports/detail.tpl:58
+#: plugins/gofax/faxreports/contents.tpl:35
+msgid "# pages"
+msgstr "# páginas"
 
 
-#: plugins/addons/mailqueue/contents.tpl:110
-#, fuzzy
-msgid "Display header from this message"
-msgstr "Mostrar números que concuerdan con"
+#: plugins/gofax/faxreports/contents.tpl:2
+#: plugins/addons/logview/contents.tpl:2
+#: plugins/gofon/fonreports/contents.tpl:2
+msgid "Filter"
+msgstr "Filtro"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:3
-#, fuzzy
-msgid ""
-"The XLS export plugin provides methods to download a complete snapshot of "
-"the running LDAP directory as xls. You may save these files for "
-"documentation."
-msgstr ""
-"La extensión exportar LDIF provee los metodos para descargar una copia "
-"espejo del directorio LDAP actual como un archivo LDIF. Puede grabar estos "
-"ficheros como copias de seguridad o para iniciar un nuevo servidor."
+#: plugins/gofax/faxreports/contents.tpl:6
+#: plugins/addons/addressbook/contents.tpl:102
+#: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:6
+msgid "Search for"
+msgstr "Buscar por"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
-msgstr "Exportar solo esta entrada"
+#: plugins/gofax/faxreports/contents.tpl:7
+#: plugins/gofon/fonreports/contents.tpl:7
+msgid "Enter user name to search for"
+msgstr "Entre el nombre de usuario para la busqueda"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-#, fuzzy
-msgid "Choose the data you want to Export"
-msgstr "Elija el departamento que quiera exportar"
+#: plugins/gofax/faxreports/contents.tpl:8
+#: plugins/gofax/faxreports/contents.tpl:16
+#: plugins/gofon/fonreports/contents.tpl:8
+#: plugins/gofon/fonreports/contents.tpl:16
+msgid "in"
+msgstr "en"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-#, fuzzy
-msgid "Export complete XLS for"
-msgstr "Exportación del LDIF completada para"
+#: plugins/gofax/faxreports/contents.tpl:9
+#: plugins/gofon/fonreports/contents.tpl:9
+msgid "Select subtree to base search on"
+msgstr "Seleccione el subárbol como base de la busqueda"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:27
-#: plugins/addons/ldapmanager/contentexportxls.tpl:42
-#: plugins/addons/ldapmanager/contentexport.tpl:24
-#: plugins/addons/ldapmanager/contentexport.tpl:39
-msgid "Choose the department you want to Export"
-msgstr "Elija el departamento que quiera exportar"
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
+msgstr "durante"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
-msgstr "Exportación IVBB LDIF para"
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/addons/mailqueue/contents.tpl:27
+#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
+msgid "Search"
+msgstr "Buscar"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
-msgstr "Exportación completada"
+#: plugins/gofax/faxreports/contents.tpl:31
+#: plugins/addons/logview/contents.tpl:84
+#: plugins/gofon/fonreports/contents.tpl:30
+msgid "Date"
+msgstr "Fecha"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-#, fuzzy
-msgid "Click here to save the complete LDAP database to a xls file"
-msgstr "Pulse aquí para grabar la base de datos LDAP completa a un archivo"
+#: plugins/gofax/faxreports/contents.tpl:33
+#: plugins/addons/mailqueue/contents.tpl:58
+msgid "Sender"
+msgstr "Remitente"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-#, fuzzy
-msgid "Click here to save the LDAP Export to a xls file"
-msgstr "Pulse aquí para exportar la base de datos LDAP"
+#: plugins/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
+msgstr "Receptor"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
-msgstr "Exportar a LDIF"
+#: plugins/gofax/faxreports/contents.tpl:50
+#: plugins/addons/logview/contents.tpl:97
+#: plugins/gofon/fonreports/contents.tpl:51
+msgid "Search returned no results..."
+msgstr "La busqueda no ha encontrado resultados"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:101
-msgid "You've no permission to do CSV imports."
-msgstr "No tiene permisos para hacer importaciones desde CVS."
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
+msgstr "Informes de FAX"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:161
-msgid "Need 'sn','givenName' and 'uid' to create user."
-msgstr "Se necesita 'sn', 'givenName' y 'uid' para crear usuario."
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofax/faxreports/class_faxreport.inc:119
+#: plugins/gofax/faxreports/class_faxreport.inc:165
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+msgid "Can't connect to fax database, no reports can be shown!"
+msgstr ""
+"No puedo conectar a la de base de datos de fax, ¡no se pueden mostrar los "
+"informes!"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-msgid "failed"
-msgstr "Fallado"
+#: plugins/gofax/faxreports/class_faxreport.inc:112
+#: plugins/addons/logview/class_logview.inc:66
+#: plugins/gofon/fonreports/class_fonreport.inc:99
+msgid "There is no mysql extension available, please check your php setup."
+msgstr ""
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
-msgstr "ok"
+#: plugins/gofax/faxreports/class_faxreport.inc:123
+#: plugins/gofax/faxreports/class_faxreport.inc:128
+#: plugins/gofax/faxreports/class_faxreport.inc:169
+#: plugins/gofax/faxreports/class_faxreport.inc:278
+msgid "Can't select fax database for report generation!"
+msgstr ""
+"¡No puedo seleccionar la base de datos de fax para la generación de informes!"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
-msgid "status"
-msgstr "Estado"
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:286
+msgid "Query for fax database failed!"
+msgstr "¡La consulta a la base de datos de fax ha fallado!"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:281
-#, php-format
-msgid "An Error Occured while inserting entry %s - process aborted"
+#: plugins/gofax/faxreports/class_faxreport.inc:185
+msgid "You have no permission to retrieve informations about this fax id!"
 msgstr ""
 msgstr ""
-"Un error ha ocurrido cuando se insertaba la entrada '%s' - El proceso ha "
-"sido abortado."
+"¡No tiene permisos para recuperar información sobre el identificador (ID) "
+"del fax!"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr "¡No hay nada que importar!"
+#: plugins/gofax/faxreports/class_faxreport.inc:205
+#: plugins/gofax/faxreports/class_faxreport.inc:294
+#: plugins/gofon/fonreports/class_fonreport.inc:220
+msgid "Y-M-D"
+msgstr "Y-M-D"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:331
-#: plugins/addons/ldapmanager/class_csvimport.inc:342
-#: plugins/addons/ldapmanager/class_csvimport.inc:347
-#: plugins/addons/ldapmanager/class_import.inc:62
-#: plugins/addons/ldapmanager/class_import.inc:70
-msgid "There is no file uploaded."
-msgstr "No se ha subido ningún archivo."
+#: plugins/gofax/faxreports/main.inc:5
+msgid "FAX reports"
+msgstr "Reportes de FAX"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:336
-#: plugins/addons/ldapmanager/class_import.inc:55
-msgid "The specified file is empty."
-msgstr "El archivo especificado está vacío."
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/admin/systems/servnfs.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
+#: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
+#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
+msgid "Name"
+msgstr "Nombre"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:490
-msgid "The selected file does not contain any CSV Data..."
-msgstr "El archivo seleccionado no contiene datos CSV..."
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+msgid "Private"
+msgstr "Privado"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:3
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
+msgstr "Contacto"
+
+#: plugins/addons/addressbook/contents.tpl:37
 msgid ""
 msgid ""
-"The LDIF import plugin provides methods to upload a set of entries to your "
-"running LDAP directory as ldif. You may use this to add new or modify "
-"existing entries. Remember that GOsa will not check your ldifs for GOsa "
-"conformance."
+"The telephone list plugin provides list and search facilities for the people "
+"in your site. You may want to specify the asterisk [*] like in 'Go*us' to "
+"find 'Gonicus'. Use the filters below to narrow down your search."
 msgstr ""
 msgstr ""
-"La extensión importar LDIF provee de los metodos para cargar una copia "
-"espejo de parte o todo el directorio LDAP en formato LDIF. Puede utilizar "
-"esta opción para añadir, crear o modificar entradas existentes. Recuerde que "
-"GOsa NO comprobara su ldifs."
+"La extensión de lista telefónica provee las facilidades de listado y "
+"busqueda de usuarios en su sitio. Se puede especificar asterisco (*) como en "
+"'Go*us' para encontrar 'Gonicus'. Use estos filtros para reducir su busqueda."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr "Importar archivo LDIF"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
+msgstr "Añadir entrada"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr "Modificar los atributos existentes"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:587
+msgid "Edit entry"
+msgstr "Editar entrada"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-msgid "Overwrite existing entry"
-msgstr "Sobreescribir la entrada actual"
+#: plugins/addons/addressbook/contents.tpl:52
+msgid "Remove entry"
+msgstr "Eliminar entrada"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-msgid "Import successful"
-msgstr "Importación correcta"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Select to see regular users"
+msgstr "Seleccione para ver usuarios estandar"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:2
-msgid ""
-"The CSV import plugin provides methods to generate user accounts from a file "
-"containing Comma Seperated Values. The administrator can decide which "
-"columns should be transfered to which attribute. Note that you must have at "
-"least the UID, GIVENNAME and SURENAME set."
-msgstr ""
-"La extensión importar desde CSV provee de los metodos para generar cuentas "
-"desde un archivo que contiene valores separados por comas. El administrador "
-"puede decidir cuales columnas debería ser transferidas a que atributo. "
-"Fíjese que al menos debe tener 'UID', 'GIVENNAME' y 'SURENAME' configurados."
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
+msgstr "Mostrar entradas de organizaciones"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
-msgstr "Seleccione el archivo CSV para importar"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Select to see users in addressbook"
+msgstr "Seleccione para ver los usuarios en la libreta de direcciones"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-msgid "Select template"
-msgstr "Selecciona plantilla"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
+msgstr "Enseñar las entradas de la libreta de direcciones"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:34
-msgid "All entries have been written to the LDAP database successfully."
-msgstr ""
-"Todas las entradas han sido escritas correctamente en la base de datos LDAP."
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
+msgstr "Mostrar resultados para departamentos"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:36
-msgid "Oups. There was an error during the import of your data."
-msgstr "Error: Ha habido un error durante la importación de los datos."
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
+msgstr "Encontrar objeto"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-#, fuzzy
-msgid "Here is the status report for the import:"
-msgstr "Este es el informe de estado de la importación:"
+#: plugins/addons/addressbook/contents.tpl:93
+msgid "Choose the object that will be searched in"
+msgstr "Elegir el objeto que sera buscado"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-msgid "Selected Template"
-msgstr "Plantilla seleccionada"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
+msgstr "Cadena de busqueda"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-#, fuzzy
-msgid "XLS import"
-msgstr "Importar desde CSV"
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Marcando conexión"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:39
-#: plugins/addons/ldapmanager/class_export.inc:38
-msgid "You've no permission to do LDAP exports."
-msgstr "No tiene permisos para hacer exportaciones LDAP."
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/class_addressbook.inc:361
+#: plugins/addons/addressbook/class_addressbook.inc:368
+#: plugins/addons/addressbook/class_addressbook.inc:372
+#: plugins/addons/addressbook/class_addressbook.inc:455
+msgid "Dial"
+msgstr "Llamar"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:89
-#: plugins/addons/ldapmanager/class_export.inc:83
-msgid "Error while exporting the requested entries!"
-msgstr "¡Error mientras se exportaban las entradas indicadas!"
+#: plugins/addons/addressbook/address_edit.tpl:7
+msgid "Choose the department to store entry in"
+msgstr "Elija un departamento para guardar la entrada"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:41
-msgid "You've no permission to do LDAP imports."
-msgstr "No tiene permisos para hacer importaciones LDAP"
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Personal"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr "Error desconocido"
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Initials"
+msgstr "Iniciales"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:3
-msgid ""
-"The LDIF export plugin provides methods to download a complete snapshot of "
-"the running LDAP directory as ldif. You may save these files for backup "
-"purpose or when initializing a new server."
-msgstr ""
-"La extensión exportar LDIF provee los metodos para descargar una copia "
-"espejo del directorio LDAP actual como un archivo LDIF. Puede grabar estos "
-"ficheros como copias de seguridad o para iniciar un nuevo servidor."
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+msgid "Email"
+msgstr "Correo Electrónico"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
-msgstr "Exportación del LDIF completada para"
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
+msgstr "De organización"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the complete LDAP database to a file"
-msgstr "Pulse aquí para grabar la base de datos LDAP completa a un archivo"
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
+msgstr "Compañia"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the LDAP Export "
-msgstr "Pulse aquí para exportar la base de datos LDAP"
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67 html/getxls.php:174
+#: html/getxls.php:236
+msgid "City"
+msgstr "Ciudad"
 
 
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-#: plugins/addons/ldapmanager/main.inc:23
-msgid "LDAP manager"
-msgstr "Gestor LDAP"
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Pais"
 
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-msgid "CSV import"
-msgstr "Importar desde CSV"
+#: plugins/addons/addressbook/remove.tpl:6
+msgid ""
+"This includes all addressbook data in this entry. Please double check if "
+"your really want to do this since there is no way for GOsa to get your data "
+"back."
+msgstr ""
+"Esto incluye toda la información de la libreta de direcciones en esta "
+"entrada. Por favor pulse dos veces si realmente quiere hacer esta, ya que no "
+"hay forma de que GOsa recupere la información."
 
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "Registro del sistema"
+#: plugins/addons/addressbook/main.inc:23
+msgid "Address book"
+msgstr "Libreta de direcciones"
 
 
-#: plugins/addons/logview/class_logview.inc:63
-msgid "No LOG servers defined!"
-msgstr "¡No se han definido servidores LOG!"
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Libreta de direcciones"
 
 
-#: plugins/addons/logview/class_logview.inc:73
-#: plugins/addons/logview/class_logview.inc:168
-msgid "Can't connect to log database, no logs can be shown!"
-msgstr ""
-"No puedo conectar a la base de datos de registro. ¡No se pueden mostrar "
-"registros!"
+#: plugins/addons/addressbook/class_addressbook.inc:154
+#, php-format
+msgid "Dial from %s to %s now?"
+msgstr "¿Llamar desde %s a %s ahora?"
 
 
-#: plugins/addons/logview/class_logview.inc:77
-#: plugins/addons/logview/class_logview.inc:171
-msgid "Can't select log database for log generation!"
+#: plugins/addons/addressbook/class_addressbook.inc:158
+msgid ""
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
 msgstr ""
 msgstr ""
-"No puedo consultar la base de datos de registro para la generación de "
-"registros."
+"No tiene configurado un numero de teléfono personal. Por favor cambie esto "
+"para permitir llamadas directas."
 
 
-#: plugins/addons/logview/class_logview.inc:86
-#: plugins/addons/logview/class_logview.inc:103
-msgid "Query for log database failed!"
-msgstr "¡Consulta a la base de datos de logs fallida!"
+#: plugins/addons/addressbook/class_addressbook.inc:187
+#: plugins/addons/addressbook/class_addressbook.inc:288
+msgid "You are not allowed to delete this entry!"
+msgstr "¡No tiene permisos para eliminar esta entrada!"
 
 
-#: plugins/addons/logview/class_logview.inc:118
-msgid "one hour"
-msgstr "Una hora"
+#: plugins/addons/addressbook/class_addressbook.inc:282
+#, php-format
+msgid "You're about to delete the entry %s."
+msgstr "Has decidido eliminar la entrada %s"
 
 
-#: plugins/addons/logview/class_logview.inc:118
-msgid "6 hours"
-msgstr "6 horas"
+#: plugins/addons/addressbook/class_addressbook.inc:378
+#, php-format
+msgid "Save contact for %s as vcard"
+msgstr "Salvar el contacto %s como una vcard"
 
 
-#: plugins/addons/logview/class_logview.inc:119
-msgid "12 hours"
-msgstr "12 horas"
+#: plugins/addons/addressbook/class_addressbook.inc:382
+#, php-format
+msgid "Send mail to %s"
+msgstr "Enviar correo a %s"
 
 
-#: plugins/addons/logview/class_logview.inc:119
-msgid "24 hours"
-msgstr "24 horas"
+#: plugins/addons/addressbook/class_addressbook.inc:467
+msgid "global addressbook"
+msgstr "Directorio de contactos global"
 
 
-#: plugins/addons/logview/class_logview.inc:120
-msgid "2 days"
-msgstr "2 días"
+#: plugins/addons/addressbook/class_addressbook.inc:470
+#, fuzzy
+msgid "user database"
+msgstr "Base de datos de FAX"
 
 
-#: plugins/addons/logview/class_logview.inc:120
-msgid "one week"
-msgstr "una semana"
+#: plugins/addons/addressbook/class_addressbook.inc:474
+#, fuzzy, php-format
+msgid "Contact stored in '%s'"
+msgstr "Contacto guardado en %s"
 
 
-#: plugins/addons/logview/class_logview.inc:121
-msgid "2 weeks"
-msgstr "2 semanas"
+#: plugins/addons/addressbook/class_addressbook.inc:476
+msgid "Creating new entry in"
+msgstr "Crear una nueva entrada en"
 
 
-#: plugins/addons/logview/class_logview.inc:121
-msgid "one month"
-msgstr "un mes"
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/addons/logview/class_logview.inc:94
+#: plugins/addons/logview/class_logview.inc:111
+#: plugins/addons/mailqueue/class_mailqueue.inc:281
+#: plugins/addons/mailqueue/class_mailqueue.inc:346
+msgid "All"
+msgstr "Todo"
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Mostrar equipos"
+#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
+#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
+msgid "Given name"
+msgstr "Nombre"
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "Nivel de log"
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Work phone"
+msgstr "Teléfono del trabajo"
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Intervalo de tiempo"
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Cell phone"
+msgstr "Móvil"
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Introducir la cadena de busqueda"
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
+msgid "Home phone"
+msgstr "Teléfono particular"
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Paquete de reglas"
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
+#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
+#: html/getxls.php:299
+msgid "User ID"
+msgstr "Identificador (ID) de usuario"
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "Nivel"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+msgid ""
+"Cannot create a unique DN for your entry. Please fill more formular fields."
+msgstr ""
+"No se puede crear un 'DN' único para esta entrada. Por favor rellene los "
+"campos del formulario."
 
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Nombre de Maquina"
+#: plugins/addons/addressbook/class_addressbook.inc:606
+msgid ""
+"You have no permissions to create or modify a global address book entry."
+msgstr ""
+"No tiene permisos para crear o modificar una entrada de libreta de "
+"direcciones global."
 
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "Mensaje"
+#: plugins/addons/ldapmanager/class_csvimport.inc:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
+msgstr "Exportar a LDIF"
+
+#: plugins/addons/ldapmanager/class_csvimport.inc:101
+msgid "You've no permission to do CSV imports."
+msgstr "No tiene permisos para hacer importaciones desde CVS."
 
 
-#: plugins/addons/logview/main.inc:23
-msgid "System log view"
-msgstr "Ver registro del sistema"
+#: plugins/addons/ldapmanager/class_csvimport.inc:161
+msgid "Need 'sn','givenName' and 'uid' to create user."
+msgstr "Se necesita 'sn', 'givenName' y 'uid' para crear usuario."
 
 
-#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
-#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
-#: plugins/admin/fai/tabsProfile.inc:30 plugins/admin/fai/tabsScript.inc:30
-#: plugins/admin/fai/tabsTemplate.inc:30
-#: plugins/admin/departments/tabs_department.inc:30
-msgid "Try to move tree failed. Destination tree is subtree of source tree."
-msgstr ""
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
+msgid "failed"
+msgstr "Fallado"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:31
-#, fuzzy
-msgid "FAI"
-msgstr "FAX ID"
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
+msgstr "ok"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-#, fuzzy
-msgid "Fully Automatic Installation - management"
-msgstr "Mantenimiento de aplicaciones"
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
+msgid "status"
+msgstr "Estado"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:204
-#, fuzzy, php-format
-msgid "You're about to delete all information about the FAI class at '%s'."
+#: plugins/addons/ldapmanager/class_csvimport.inc:281
+#, php-format
+msgid "An Error Occured while inserting entry %s - process aborted"
 msgstr ""
 msgstr ""
-"Esta a punto de borrar toda la información sobre el componente en '%s'."
+"Un error ha ocurrido cuando se insertaba la entrada '%s' - El proceso ha "
+"sido abortado."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:210
-#: plugins/admin/fai/class_faiManagement.inc:249
-#: plugins/admin/systems/class_systemManagement.inc:413
-#: plugins/admin/systems/class_systemManagement.inc:477
-msgid "You are not allowed to delete this component!"
-msgstr "¡No tiene permisos para eliminar este componente!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:319
+msgid "Nothing to import!"
+msgstr "¡No hay nada que importar!"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:398
-#: plugins/admin/fai/faiPackageNew.tpl:65 plugins/admin/users/template.tpl:44
-#: ihtml/themes/altlinux/setup_introduction.tpl:12
-#: ihtml/themes/altlinux/setup_useradmin.tpl:41
-#: ihtml/themes/altlinux/setup_step2.tpl:13
-#: ihtml/themes/altlinux/setup_step3.tpl:18
-#: ihtml/themes/default/setup_introduction.tpl:12
-#: ihtml/themes/default/setup_useradmin.tpl:41
-#: ihtml/themes/default/setup_step2.tpl:13
-#: ihtml/themes/default/setup_step3.tpl:18
-msgid "Continue"
-msgstr "Continuar"
+#: plugins/addons/ldapmanager/class_csvimport.inc:331
+#: plugins/addons/ldapmanager/class_csvimport.inc:342
+#: plugins/addons/ldapmanager/class_csvimport.inc:347
+#: plugins/addons/ldapmanager/class_import.inc:62
+#: plugins/addons/ldapmanager/class_import.inc:70
+msgid "There is no file uploaded."
+msgstr "No se ha subido ningún archivo."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:434
-#: plugins/admin/departments/class_departmentManagement.inc:279
-#, fuzzy
-msgid "Go to users home department"
-msgstr "Mostrar usuarios del departamento"
+#: plugins/addons/ldapmanager/class_csvimport.inc:336
+#: plugins/addons/ldapmanager/class_import.inc:55
+msgid "The specified file is empty."
+msgstr "El archivo especificado está vacío."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-#, fuzzy
-msgid "New profile"
-msgstr "Gestión de Asterisk PBX"
+#: plugins/addons/ldapmanager/class_csvimport.inc:490
+msgid "The selected file does not contain any CSV Data..."
+msgstr "El archivo seleccionado no contiene datos CSV..."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-msgid "P"
+#: plugins/addons/ldapmanager/contentimport.tpl:3
+msgid ""
+"The LDIF import plugin provides methods to upload a set of entries to your "
+"running LDAP directory as ldif. You may use this to add new or modify "
+"existing entries. Remember that GOsa will not check your ldifs for GOsa "
+"conformance."
 msgstr ""
 msgstr ""
+"La extensión importar LDIF provee de los metodos para cargar una copia "
+"espejo de parte o todo el directorio LDAP en formato LDIF. Puede utilizar "
+"esta opción para añadir, crear o modificar entradas existentes. Recuerde que "
+"GOsa NO comprobara su ldifs."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:444
-#, fuzzy
-msgid "New partition table"
-msgstr "Impresora"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
+msgstr "Importar archivo LDIF"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:444
-msgid "PT"
-msgstr ""
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
+msgstr "Modificar los atributos existentes"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-#, fuzzy
-msgid "New scripts"
-msgstr "Mostrar equipos"
+#: plugins/addons/ldapmanager/contentimport.tpl:33
+msgid "Overwrite existing entry"
+msgstr "Sobreescribir la entrada actual"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-msgid "S"
+#: plugins/addons/ldapmanager/contentimport.tpl:40
+msgid "Import successful"
+msgstr "Importación correcta"
+
+#: plugins/addons/ldapmanager/contentcsv.tpl:2
+msgid ""
+"The CSV import plugin provides methods to generate user accounts from a file "
+"containing Comma Seperated Values. The administrator can decide which "
+"columns should be transfered to which attribute. Note that you must have at "
+"least the UID, GIVENNAME and SURENAME set."
 msgstr ""
 msgstr ""
+"La extensión importar desde CSV provee de los metodos para generar cuentas "
+"desde un archivo que contiene valores separados por comas. El administrador "
+"puede decidir cuales columnas debería ser transferidas a que atributo. "
+"Fíjese que al menos debe tener 'UID', 'GIVENNAME' y 'SURENAME' configurados."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-#, fuzzy
-msgid "New hooks"
-msgstr "Mostrar equipos"
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
+msgstr "Seleccione el archivo CSV para importar"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-msgid "H"
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
+msgid "Select template"
+msgstr "Selecciona plantilla"
+
+#: plugins/addons/ldapmanager/contentcsv.tpl:34
+msgid "All entries have been written to the LDAP database successfully."
 msgstr ""
 msgstr ""
+"Todas las entradas han sido escritas correctamente en la base de datos LDAP."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:453
+#: plugins/addons/ldapmanager/contentcsv.tpl:36
+msgid "Oups. There was an error during the import of your data."
+msgstr "Error: Ha habido un error durante la importación de los datos."
+
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
 #, fuzzy
 #, fuzzy
-msgid "New variables"
-msgstr "Mostrar terminales"
+msgid "Here is the status report for the import:"
+msgstr "Este es el informe de estado de la importación:"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:453
-msgid "V"
-msgstr ""
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+msgid "Selected Template"
+msgstr "Plantilla seleccionada"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-#, fuzzy
-msgid "New templates"
-msgstr "Nueva plantilla"
+#: plugins/addons/ldapmanager/class_import.inc:41
+msgid "You've no permission to do LDAP imports."
+msgstr "No tiene permisos para hacer importaciones LDAP"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-msgid "T"
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr "Error desconocido"
+
+#: plugins/addons/ldapmanager/contentexport.tpl:3
+msgid ""
+"The LDIF export plugin provides methods to download a complete snapshot of "
+"the running LDAP directory as ldif. You may save these files for backup "
+"purpose or when initializing a new server."
 msgstr ""
 msgstr ""
+"La extensión exportar LDIF provee los metodos para descargar una copia "
+"espejo del directorio LDAP actual como un archivo LDIF. Puede grabar estos "
+"ficheros como copias de seguridad o para iniciar un nuevo servidor."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:459
-#, fuzzy
-msgid "New package list"
-msgstr "# páginas"
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "Exportar solo esta entrada"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:459
-msgid "PK"
-msgstr ""
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
+msgstr "Exportación del LDIF completada para"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:473
-#: plugins/admin/systems/class_systemManagement.inc:592
-msgid "This table displays all systems, in the selected tree."
-msgstr ""
+#: plugins/addons/ldapmanager/contentexport.tpl:24
+#: plugins/addons/ldapmanager/contentexport.tpl:39
+#: plugins/addons/ldapmanager/contentexportxls.tpl:27
+#: plugins/addons/ldapmanager/contentexportxls.tpl:42
+msgid "Choose the department you want to Export"
+msgstr "Elija el departamento que quiera exportar"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:477
-#, fuzzy
-msgid "Name of FAI class"
-msgstr "Nombre de la lista de bloqueos"
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr "Exportación IVBB LDIF para"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:478
-msgid "Class type"
-msgstr ""
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr "Exportación completada"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:482
-#, fuzzy
-msgid "Edit class"
-msgstr "clase"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the complete LDAP database to a file"
+msgstr "Pulse aquí para grabar la base de datos LDAP completa a un archivo"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:483
-#, fuzzy
-msgid "Delete class"
-msgstr "Borrar"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the LDAP Export "
+msgstr "Pulse aquí para exportar la base de datos LDAP"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:503
-#: plugins/admin/groups/class_groupApplication.inc:371
-#: plugins/admin/departments/class_departmentManagement.inc:315
-#, fuzzy
-msgid "department"
-msgstr "departamentos"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:23
+msgid "LDAP manager"
+msgstr "Gestor LDAP"
+
+#: plugins/addons/ldapmanager/class_export.inc:6
+msgid "CSV import"
+msgstr "Importar desde CSV"
+
+#: plugins/addons/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
+msgid "You've no permission to do LDAP exports."
+msgstr "No tiene permisos para hacer exportaciones LDAP."
+
+#: plugins/addons/ldapmanager/class_export.inc:83
+#: plugins/addons/ldapmanager/class_exportxls.inc:89
+msgid "Error while exporting the requested entries!"
+msgstr "¡Error mientras se exportaban las entradas indicadas!"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:525
-#: plugins/admin/fai/class_faiManagement.inc:526
-#: plugins/admin/fai/class_faiProfile.inc:161
-#: plugins/admin/fai/class_faiProfileEntry.inc:123
+#: plugins/addons/ldapmanager/contentexportxls.tpl:3
 #, fuzzy
 #, fuzzy
-msgid "Partition table"
-msgstr "Variable"
-
-#: plugins/admin/fai/class_faiManagement.inc:532
-#: plugins/admin/fai/class_faiManagement.inc:533
-msgid "Package list"
+msgid ""
+"The XLS export plugin provides methods to download a complete snapshot of "
+"the running LDAP directory as xls. You may save these files for "
+"documentation."
 msgstr ""
 msgstr ""
+"La extensión exportar LDIF provee los metodos para descargar una copia "
+"espejo del directorio LDAP actual como un archivo LDIF. Puede grabar estos "
+"ficheros como copias de seguridad o para iniciar un nuevo servidor."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:539
-#: plugins/admin/fai/class_faiManagement.inc:540
+#: plugins/addons/ldapmanager/contentexportxls.tpl:14
 #, fuzzy
 #, fuzzy
-msgid "Scripts"
-msgstr "Ruta del Script"
+msgid "Choose the data you want to Export"
+msgstr "Elija el departamento que quiera exportar"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:560
-#: plugins/admin/fai/class_faiManagement.inc:561
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
 #, fuzzy
 #, fuzzy
-msgid "Profile"
-msgstr "Ruta del Perfil"
+msgid "Export complete XLS for"
+msgstr "Exportación del LDIF completada para"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
 #, fuzzy
 #, fuzzy
-msgid "Please enter your search string here"
-msgstr "Por favor introduzca un número de serie válido"
-
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
-msgid ""
-"This list displays all assigned package names for this repository settings."
-msgstr ""
+msgid "Click here to save the complete LDAP database to a xls file"
+msgstr "Pulse aquí para grabar la base de datos LDAP completa a un archivo"
 
 
-#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
 #, fuzzy
 #, fuzzy
-msgid "Fully Automatic Installation"
-msgstr "Mantenimiento de aplicaciones"
+msgid "Click here to save the LDAP Export to a xls file"
+msgstr "Pulse aquí para exportar la base de datos LDAP"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
-#: plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/class_faiProfileEntry.inc:154
-#: plugins/admin/fai/faiHook.tpl:32
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
 #, fuzzy
 #, fuzzy
-msgid "Objects"
-msgstr "Objeto"
+msgid "XLS import"
+msgstr "Importar desde CSV"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
-#, fuzzy
-msgid "Discs"
-msgstr "Servicios"
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Registro del sistema"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
-msgstr ""
+#: plugins/addons/logview/class_logview.inc:63
+msgid "No LOG servers defined!"
+msgstr "¡No se han definido servidores LOG!"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
+#: plugins/addons/logview/class_logview.inc:73
+#: plugins/addons/logview/class_logview.inc:168
+msgid "Can't connect to log database, no logs can be shown!"
 msgstr ""
 msgstr ""
+"No puedo conectar a la base de datos de registro. ¡No se pueden mostrar "
+"registros!"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:27
-msgid ""
-"This menu allows you to select FAI class names and to add them to the "
-"currently edited profile."
+#: plugins/addons/logview/class_logview.inc:77
+#: plugins/addons/logview/class_logview.inc:171
+msgid "Can't select log database for log generation!"
 msgstr ""
 msgstr ""
+"No puedo consultar la base de datos de registro para la generación de "
+"registros."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:40
-#, fuzzy
-msgid "Show only classes with templates"
-msgstr "Mostrar plantillas"
+#: plugins/addons/logview/class_logview.inc:86
+#: plugins/addons/logview/class_logview.inc:103
+msgid "Query for log database failed!"
+msgstr "¡Consulta a la base de datos de logs fallida!"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:42
-msgid "Show only classes with scripts"
-msgstr ""
+#: plugins/addons/logview/class_logview.inc:118
+msgid "one hour"
+msgstr "Una hora"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:44
-msgid "Show only classes with hooks"
-msgstr ""
+#: plugins/addons/logview/class_logview.inc:118
+msgid "6 hours"
+msgstr "6 horas"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:46
-#, fuzzy
-msgid "Show only classes with variables"
-msgstr "Mostrar terminales"
+#: plugins/addons/logview/class_logview.inc:119
+msgid "12 hours"
+msgstr "12 horas"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:48
-msgid "Show only classes with packages"
-msgstr ""
+#: plugins/addons/logview/class_logview.inc:119
+msgid "24 hours"
+msgstr "24 horas"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:50
-#, fuzzy
-msgid "Show only classes with partitions"
-msgstr "Mostrar estaciones de trabajo"
+#: plugins/addons/logview/class_logview.inc:120
+msgid "2 days"
+msgstr "2 días"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiProfileEntry.tpl:56
-#: plugins/admin/fai/faiPackageEntry.tpl:48 plugins/admin/fai/headpage.tpl:47
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects matching"
-msgstr "Mostrar objetos que concuerden con"
+#: plugins/addons/logview/class_logview.inc:120
+msgid "one week"
+msgstr "una semana"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:60
-#: plugins/admin/fai/faiPackageEntry.tpl:53 plugins/admin/fai/headpage.tpl:51
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Regular expression for matching object names"
-msgstr "Expresiones regulares que concuerden con nombres de objetos"
+#: plugins/addons/logview/class_logview.inc:121
+msgid "2 weeks"
+msgstr "2 semanas"
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-#, fuzzy
-msgid "Package"
-msgstr "Mostrar teléfonos"
+#: plugins/addons/logview/class_logview.inc:121
+msgid "one month"
+msgstr "un mes"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:51
-#: plugins/admin/fai/class_faiHookEntry.inc:54
-#, fuzzy
-msgid "Please select a valid file."
-msgstr "Por favor introduzca un número de serie válido"
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Mostrar equipos"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:54
-#: plugins/admin/fai/class_faiHookEntry.inc:57
-#, fuzzy
-msgid "Selected file is empty."
-msgstr "El archivo especificado está vacío."
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Nivel de log"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:99
-#: plugins/admin/fai/class_faiVariableEntry.inc:86
-#: plugins/admin/fai/class_faiHookEntry.inc:112
-#: plugins/admin/fai/class_faiTemplateEntry.inc:164
-#, fuzzy
-msgid "Please enter a name."
-msgstr "Por favor especifique una dirección de servidor - URI - válida."
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Intervalo de tiempo"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:103
-#, fuzzy
-msgid "Please enter a script."
-msgstr "Por favor introduzca un número de serie válido"
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Introducir la cadena de busqueda"
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
-#, fuzzy
-msgid "List of assigned variables"
-msgstr "Elija tipo de ratón"
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Paquete de reglas"
 
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
-msgstr ""
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Nivel"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:386
-#: plugins/admin/users/class_userManagement.inc:691
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_ogroupManagement.inc:392
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
-msgstr "Propiedades"
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Nombre de Maquina"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-#, fuzzy
-msgid "Script attributes"
-msgstr "Atributo 'dn' de los usuarios"
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Mensaje"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
-#, fuzzy
-msgid "Choose a priority"
-msgstr "Elija tipo de ratón"
+#: plugins/addons/logview/main.inc:23
+msgid "System log view"
+msgstr "Ver registro del sistema"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
+#: plugins/addons/mailqueue/main.inc:23
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
 #, fuzzy
 #, fuzzy
-msgid "Import script"
-msgstr "Mostrar equipos"
+msgid "Mail queue"
+msgstr "Servidor"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:150
+#: plugins/addons/mailqueue/class_mailqueue.inc:53
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUE_QUERY_COMMAND' "
+"specified."
+msgstr ""
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:80
+#: plugins/addons/mailqueue/class_mailqueue.inc:88
+#: plugins/addons/mailqueue/class_mailqueue.inc:107
+#: plugins/addons/mailqueue/class_mailqueue.inc:116
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#, php-format
+msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
+msgstr ""
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:251
+msgid "up"
+msgstr ""
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:253
 #, fuzzy
 #, fuzzy
-msgid "There is no useable package list defined."
-msgstr "No se ha subido ningún archivo."
+msgid "down"
+msgstr "Dominio"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:295
-#, php-format
-msgid "Can't read configuration folder '%s'."
+#: plugins/addons/mailqueue/class_mailqueue.inc:296
+msgid "no limit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:377
+#: plugins/addons/mailqueue/class_mailqueue.inc:301
 #, fuzzy
 #, fuzzy
-msgid "Please select a least one Package."
-msgstr "¡Por favor introduzca un número de teléfono valido!"
+msgid "hours"
+msgstr "hora"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:381
-#, fuzzy
-msgid "Please choose a valid combination for your repository setup."
-msgstr "Por favor especifique un usuario valido."
+#: plugins/addons/mailqueue/class_mailqueue.inc:347
+msgid "Hold"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPackage.inc:402
+#: plugins/addons/mailqueue/class_mailqueue.inc:348
+msgid "Un hold"
+msgstr ""
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:349
+#: plugins/addons/mailqueue/contents.tpl:78
 #, fuzzy
 #, fuzzy
-msgid "package is configured"
-msgstr "Desconfigurado"
+msgid "Active"
+msgstr "Privado"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:426
-#, php-format
-msgid "Package file '%s' does not exist."
+#: plugins/addons/mailqueue/class_mailqueue.inc:350
+msgid "Not active"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:29
+#: plugins/addons/mailqueue/contents.tpl:13
 #, fuzzy
 #, fuzzy
-msgid "Repository"
-msgstr "Reintentar"
+msgid "Please enter a search string here."
+msgstr "Por favor introduzca un número de serie válido"
 
 
-#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
+#: plugins/addons/mailqueue/contents.tpl:15
 #, fuzzy
 #, fuzzy
-msgid "Release"
-msgstr "Paquete de reglas"
+msgid "Select a server"
+msgstr "Seleccione para ver los servidores"
 
 
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:313
+#: plugins/addons/mailqueue/contents.tpl:18
 #, fuzzy
 #, fuzzy
-msgid "Section"
-msgstr "Acción"
+msgid "with status"
+msgstr "Estado"
 
 
-#: plugins/admin/fai/faiPackage.tpl:50
-msgid "Mirror"
+#: plugins/addons/mailqueue/contents.tpl:22
+msgid "within the last"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
-msgid "mirror"
+#: plugins/addons/mailqueue/contents.tpl:30
+msgid "Remove all messages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
-#: plugins/admin/systems/workstationStartup.tpl:41
-#, fuzzy
-msgid "set"
-msgstr "Borrar"
+#: plugins/addons/mailqueue/contents.tpl:31
+msgid "Remove all messages from selected servers queue"
+msgstr ""
 
 
-#: plugins/admin/fai/faiPackage.tpl:68
+#: plugins/addons/mailqueue/contents.tpl:32
 #, fuzzy
 #, fuzzy
-msgid "Used packages"
-msgstr "Mostrar teléfonos"
+msgid "Hold all messages"
+msgstr "reenviar mensajes a"
 
 
-#: plugins/admin/fai/faiPackage.tpl:70
-#, fuzzy
-msgid "Choosen packages"
-msgstr "Mostrar teléfonos"
+#: plugins/addons/mailqueue/contents.tpl:33
+msgid "Hold all messages in selected servers queue"
+msgstr ""
 
 
-#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
-msgid "Configure"
-msgstr "Configurar"
+#: plugins/addons/mailqueue/contents.tpl:34
+msgid "Release all messages"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiProfile.inc:145
-#: plugins/admin/fai/class_faiProfileEntry.inc:151
-msgid "This list displays all assigned class names for this profile."
+#: plugins/addons/mailqueue/contents.tpl:35
+msgid "Release all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:153
-#, fuzzy
-msgid "Append new class names"
-msgstr "Aplicaciones disponibles"
+#: plugins/addons/mailqueue/contents.tpl:36
+msgid "Requeue all messages"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiProfile.inc:156
-#: plugins/admin/fai/class_faiProfileEntry.inc:118
-msgid "Hook bundle"
+#: plugins/addons/mailqueue/contents.tpl:37
+msgid "Requeue all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:157
-#: plugins/admin/fai/class_faiProfileEntry.inc:119
+#: plugins/addons/mailqueue/contents.tpl:48
 #, fuzzy
 #, fuzzy
-msgid "Template bundle"
-msgstr "Plantilla"
+msgid "Search returned no results"
+msgstr "La busqueda no ha encontrado resultados"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:158
-#: plugins/admin/fai/class_faiProfileEntry.inc:120
+#: plugins/addons/mailqueue/contents.tpl:54
 #, fuzzy
 #, fuzzy
-msgid "Script bundle"
-msgstr "Ruta del Script"
+msgid "ID"
+msgstr "UID"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:159
-#: plugins/admin/fai/class_faiProfileEntry.inc:121
+#: plugins/addons/mailqueue/contents.tpl:57
 #, fuzzy
 #, fuzzy
-msgid "Variable bundle"
-msgstr "Variable"
+msgid "Arrival"
+msgstr "Abril"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:160
-msgid "Packages bundle"
-msgstr ""
+#: plugins/addons/mailqueue/contents.tpl:59
+#, fuzzy
+msgid "Recipient"
+msgstr "Descripción"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:163
-msgid "Remove class from profile"
+#: plugins/addons/mailqueue/contents.tpl:60
+msgid "Error"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:226
-msgid "Please assign at least one class to this  profile."
+#: plugins/addons/mailqueue/contents.tpl:95
+#, fuzzy
+msgid "Delete this message"
+msgstr "Borrar"
+
+#: plugins/addons/mailqueue/contents.tpl:99
+msgid "unhold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:230
+#: plugins/addons/mailqueue/contents.tpl:99
 #, fuzzy
 #, fuzzy
-msgid "Please enter a valid name."
-msgstr "Por favor introduzca un número de serie válido"
+msgid "Release message"
+msgstr "Estado del mensaje"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:238
+#: plugins/addons/mailqueue/contents.tpl:103
 #, fuzzy
 #, fuzzy
-msgid "There is already a profile with this class name defined."
-msgstr "Ya existe un usuario con este 'Login' en la base de datos."
+msgid "hold"
+msgstr "método"
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
+#: plugins/addons/mailqueue/contents.tpl:103
 #, fuzzy
 #, fuzzy
-msgid "FAI classes"
-msgstr "Elija tipo de ratón"
+msgid "Hold message"
+msgstr "Página Web Principal"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
+#: plugins/addons/mailqueue/contents.tpl:107
 #, fuzzy
 #, fuzzy
-msgid "FS type"
-msgstr "Tipo"
+msgid "requeue"
+msgstr "Número de teléfono"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
-#, fuzzy
-msgid "Mount point"
-msgstr "Monitor"
+#: plugins/addons/mailqueue/contents.tpl:107
+msgid "Requeue this message"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
+#: plugins/addons/mailqueue/contents.tpl:110
 #, fuzzy
 #, fuzzy
-msgid "Size in MB"
-msgstr "Entrando"
+msgid "header"
+msgstr "Remitente"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
+#: plugins/addons/mailqueue/contents.tpl:110
 #, fuzzy
 #, fuzzy
-msgid "Mount options"
-msgstr "Otras opciones"
+msgid "Display header from this message"
+msgstr "Mostrar números que concuerdan con"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
-#, fuzzy
-msgid "FS option"
-msgstr "Añadir opción"
+#: plugins/admin/groups/class_groupGeneric.inc:115
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
+msgstr ""
+"¡No se puede encontrar el identificador samba de grupo (SID) en LDAP o en el "
+"archivo de configuración!"
+
+#: plugins/admin/groups/class_groupGeneric.inc:167
+msgid "This 'dn' is no group."
+msgstr "Este 'dn' no es un grupo."
+
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Samba group"
+msgstr "Grupo de samba"
+
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain admins"
+msgstr "Administradores del dominio"
+
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain users"
+msgstr "Usuarios del dominio"
+
+#: plugins/admin/groups/class_groupGeneric.inc:285
+msgid "Domain guests"
+msgstr "Invitados del dominio"
+
+#: plugins/admin/groups/class_groupGeneric.inc:290
+#, php-format
+msgid "Special group (%d)"
+msgstr "Grupo especial (%d)"
+
+#: plugins/admin/groups/class_groupGeneric.inc:626
+#: plugins/admin/ogroups/class_ogroup.inc:541
+msgid "You have no permissions to create a group on this 'Base'."
+msgstr "No tiene permisos para crear un grupo en esta 'Base'."
+
+#: plugins/admin/groups/class_groupGeneric.inc:636
+msgid ""
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
+msgstr ""
+"El campo 'Nombre' contiene caracteres no validos. Puede utilizar minúsculas, "
+"numeros y guiones."
+
+#: plugins/admin/groups/class_groupGeneric.inc:647
+#: plugins/admin/groups/class_groupGeneric.inc:654
+msgid "Value specified as 'Name' is already used."
+msgstr "El valor especificado como 'Nombre' esta siendo utilizado."
+
+#: plugins/admin/groups/mail.tpl:11
+msgid "Primary mail address for this shared folder"
+msgstr "Dirección de correo electrónica primaria para esta carpeta compartida"
+
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
+msgstr "Seleccione el servidor de correo del usuario"
+
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "Carpetas compartidas IMAP"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
-#, fuzzy
-msgid "Preserve"
-msgstr "servidores"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Permisos por defecto"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
-#, php-format
-msgid "please enter a unique mount point for partition %s"
-msgstr ""
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Miembro con Permisos"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
-#, fuzzy, php-format
-msgid "Please enter a valid mount point for partition %s."
-msgstr ""
-"Por favor introduzca una ruta valida en el campo 'Directorio de usuario'"
+#: plugins/admin/groups/mail.tpl:88
+msgid "Forward messages to non group members"
+msgstr "Reenviar mensajes a miembros que no sean del grupo"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
-#, php-format
+#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
+msgid "List of groups"
+msgstr "Lista de grupos"
+
+#: plugins/admin/groups/headpage.tpl:25
 msgid ""
 msgid ""
-"File system type 'swap' is already used, change file system type for "
-"partition %s."
+"This menu allows you to add, edit and remove selected groups. You may want "
+"to use the range selector on top of the group listbox, when working with a "
+"large number of groups."
 msgstr ""
 msgstr ""
+"Este menú permite añadir, editar o eliminar los grupos seleccionados. Puede "
+"usar el selector de rango en la parte superior de la lista de grupos, cuando "
+"trabaja con un gran número de grupos."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
-msgstr ""
+#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
+msgid "Group administration"
+msgstr "Administración de grupos"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
-#, fuzzy, php-format
-msgid "Please enter a valid partition size for partition %s."
-msgstr ""
-"Por favor introduzca una ruta valida en el campo 'Directorio de usuario'"
+#: plugins/admin/groups/class_groupManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
+#: html/getxls.php:99 html/getxls.php:244
+msgid "Groups"
+msgstr "Grupos"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
-#, fuzzy, php-format
-msgid "Please enter a valid range for partition %s."
-msgstr "Por favor introduzca un número de serie válido"
+#: plugins/admin/groups/class_groupManagement.inc:275
+#, php-format
+msgid "You're about to delete the group '%s'."
+msgstr "Está a punto de borrar el grupo '%s'."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
-#, fuzzy, php-format
-msgid "Please enter a range for partition size for partition %s."
-msgstr "Por favor introduzca un número de serie válido"
+#: plugins/admin/groups/class_groupManagement.inc:281
+#: plugins/admin/groups/class_groupManagement.inc:307
+msgid "You are not allowed to delete this group!"
+msgstr "¡No le está permitido eliminar este grupo!"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+#: plugins/admin/groups/class_groupManagement.inc:354
 #, fuzzy
 #, fuzzy
-msgid "Device"
-msgstr "Servicios"
+msgid "Create new group"
+msgstr "Crear cuenta telefónica"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+#: plugins/admin/groups/class_groupManagement.inc:361
+#: plugins/admin/applications/class_applicationManagement.inc:337
+#: plugins/admin/departments/class_departmentManagement.inc:291
+#: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 #, fuzzy
 #, fuzzy
-msgid "Partition entries"
-msgstr "Variable"
+msgid "Edit this entry"
+msgstr "Editar entrada"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+#: plugins/admin/groups/class_groupManagement.inc:362
+#: plugins/admin/applications/class_applicationManagement.inc:338
+#: plugins/admin/departments/class_departmentManagement.inc:292
+#: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
 #, fuzzy
 #, fuzzy
-msgid "Add partition"
-msgstr "Añadir opción"
+msgid "Delete this entry"
+msgstr "Borrar"
 
 
-#: plugins/admin/fai/faiScript.tpl:34
+#: plugins/admin/groups/class_groupManagement.inc:372
+#: plugins/admin/users/class_userManagement.inc:728
 #, fuzzy
 #, fuzzy
-msgid "List of scripts"
-msgstr "Lista de usuarios"
+msgid "Posix"
+msgstr "Proxy"
 
 
-#: plugins/admin/fai/faiScript.tpl:40
-msgid "Choose a script to delete or edit"
-msgstr ""
+#: plugins/admin/groups/class_groupManagement.inc:375
+#: plugins/admin/applications/class_applicationManagement.inc:348
+#: plugins/admin/ogroups/class_ogroupManagement.inc:483
+#: plugins/gofon/fonreports/contents.tpl:34
+#: plugins/generic/references/class_reference.inc:42
+msgid "Application"
+msgstr "Aplicación"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:2
+#: plugins/admin/groups/class_groupManagement.inc:385
 #, fuzzy
 #, fuzzy
-msgid "Repository settings"
-msgstr "Configuración de red"
-
-#: plugins/admin/fai/faiPackageNew.tpl:6
-msgid ""
-"To add packages to your package list you have to setup the repository "
-"settings first."
-msgstr ""
+msgid "Groupname"
+msgstr "Nombre del grupo"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:8
-msgid ""
-"Packages are usually stored on different servers called mirrors. These "
-"mirrors have different types of releases (for example woody/sarge/etch), "
-"which finally contain packages sorted by section."
-msgstr ""
+#: plugins/admin/groups/class_groupManagement.inc:386
+#: plugins/admin/users/class_userManagement.inc:691
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/ogroups/class_ogroupManagement.inc:392
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Propiedades"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:11
-msgid ""
-"Section and release can't be changed in future dialogs, but the mirror can "
-"be changed by editing the entry."
+#: plugins/admin/groups/class_groupManagement.inc:390
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/ogroups/class_ogroupManagement.inc:397
+msgid "This table displays all groups, in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:17
+#: plugins/admin/groups/remove.tpl:6
 msgid ""
 msgid ""
-"First select the preferred release, then the section and finally the mirror."
-msgstr ""
-
-#: plugins/admin/fai/faiPackageNew.tpl:25
-msgid "Following releases are available"
+"This may be a primary user group. Please double check if you really want to "
+"do this since there is no way for GOsa to get your data back."
 msgstr ""
 msgstr ""
+"Este puede ser un grupo primario. Por favor pinche dos veces si realmente "
+"quiere hacerlo, dado que GOsa no tiene manera de recuperar esta información."
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:37
-#, fuzzy
-msgid "Sections for this release"
-msgstr "Localización de este subarbol"
+#: plugins/admin/groups/application_options.tpl:1
+msgid "Application options"
+msgstr "Opciones de aplicaciones"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:48
-msgid "Matching mirrors"
-msgstr ""
+#: plugins/admin/groups/class_groupMail.inc:158
+msgid "read"
+msgstr "leer"
 
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:82
-#, fuzzy
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Por favor especifique un usuario valido."
+#: plugins/admin/groups/class_groupMail.inc:159
+msgid "post"
+msgstr "post"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-#, fuzzy
-msgid "Variable attributes"
-msgstr "Atributo 'dn' de los usuarios"
+#: plugins/admin/groups/class_groupMail.inc:160
+msgid "external post"
+msgstr "post externo"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-#, fuzzy
-msgid "Variable content"
-msgstr "Variable"
+#: plugins/admin/groups/class_groupMail.inc:161
+msgid "append"
+msgstr "añadir"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:31
-#, fuzzy
-msgid "List of template files"
-msgstr "Lista de Departamentos"
+#: plugins/admin/groups/class_groupMail.inc:162
+msgid "write"
+msgstr "escribir"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:37
-#, fuzzy
-msgid "Choose a template to delete or edit"
-msgstr "Elija un departamento para guardar la entrada"
+#: plugins/admin/groups/class_groupMail.inc:187
+msgid "This 'dn' has no valid mail extensions."
+msgstr "Esta 'dn' no tiene extensiones validas de correo."
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-#, fuzzy
-msgid "List of available packages"
-msgstr "Elija tipo de ratón"
+#: plugins/admin/groups/class_groupMail.inc:252
+msgid "You're trying to add an invalid email address "
+msgstr "Esta intentando añadir una dirección de correo no valida"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:26
-msgid ""
-"This menu allows you to select multiple packages to add them to the "
-"currently edited package list."
-msgstr ""
+#: plugins/admin/groups/class_groupMail.inc:253
+msgid "to the list of forwarders."
+msgstr "a la lista de remitentes."
 
 
-#: plugins/admin/fai/remove.tpl:7
-#, fuzzy
-msgid ""
-"This includes 'all' object information. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
+#: plugins/admin/groups/class_groupMail.inc:622
+msgid "Please enter a valid email addres in 'Primary address' field."
 msgstr ""
 msgstr ""
-"Esto incluye <b>toda</b> la información de configuración y de sistema. Por "
-"favor pulse dos veces si realmente quiere hacer esto, ya que una vez hecho "
-"esto, no hay forma de que GOsa recupere la información."
+"Por favor introduzca una dirección valida de correo electrónico en el campo "
+"'Cuenta Principal'."
 
 
-#: plugins/admin/fai/remove.tpl:11 plugins/admin/departments/remove.tpl:10
-#: plugins/admin/systems/remove.tpl:10 plugins/gofon/conference/remove.tpl:10
-#, fuzzy
+#: plugins/admin/groups/class_groupMail.inc:655
 msgid ""
 msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your LDAP tree in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
+"Please choose valid permission settings. Default permission can't be emtpy."
 msgstr ""
 msgstr ""
-"La mejor opción antes de ejecutar esta acción es haber grabado el contenido "
-"actual de su árbol LDAP en un fichero. Entonces - Y solo si lo ha hecho - "
-"presione <i>Eliminar</i> para continuar o <i>Cancelar</i> para abortar."
 
 
-#: plugins/admin/fai/headpage.tpl:6
+#: plugins/admin/groups/class_groupMail.inc:659
 #, fuzzy
 #, fuzzy
-msgid "List of FAI classes"
-msgstr "Elija tipo de ratón"
+msgid "Please select a valid mail server."
+msgstr "Por favor introduzca un número de serie válido"
 
 
-#: plugins/admin/fai/headpage.tpl:24
-msgid "This menu allows you to create, delete and edit FAI classes."
-msgstr ""
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Objeto"
 
 
-#: plugins/admin/fai/headpage.tpl:36
-#, fuzzy
-msgid "Show profiles"
-msgstr "Mostrar impresoras"
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+msgid "Choose"
+msgstr "Elige"
 
 
-#: plugins/admin/fai/headpage.tpl:37 plugins/admin/users/headpage.tpl:38
-msgid "Show templates"
-msgstr "Mostrar plantillas"
+#: plugins/admin/groups/acl.tpl:17
+msgid "Apply this acl only for users own entries"
+msgstr "Aplicar esta lista de acceso a las entradas de los usuarios"
 
 
-#: plugins/admin/fai/headpage.tpl:38
-#, fuzzy
-msgid "Show scripts"
-msgstr "Mostrar equipos"
+#: plugins/admin/groups/application.tpl:4
+msgid "Used applications"
+msgstr "Aplicaciones Usadas"
 
 
-#: plugins/admin/fai/headpage.tpl:39
+#: plugins/admin/groups/application.tpl:7
 #, fuzzy
 #, fuzzy
-msgid "Show hooks"
-msgstr "Mostrar equipos"
+msgid "Add category"
+msgstr "Categoría"
 
 
-#: plugins/admin/fai/headpage.tpl:40
-#, fuzzy
-msgid "Show variables"
-msgstr "Mostrar terminales"
+#: plugins/admin/groups/application.tpl:12
+msgid "Available applications"
+msgstr "Aplicaciones disponibles"
 
 
-#: plugins/admin/fai/headpage.tpl:41
-#, fuzzy
-msgid "Show packages"
-msgstr "Mostrar teléfonos"
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Seleccione usuarios que serán añadidos"
 
 
-#: plugins/admin/fai/headpage.tpl:42
-#, fuzzy
-msgid "Show partitions"
-msgstr "Mostrar estaciones de trabajo"
+#: plugins/admin/groups/group_objects.tpl:29
+msgid "Display users of department"
+msgstr "Mostrar usuarios del departamento"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:226
-#: plugins/admin/fai/class_faiPartitionTable.inc:232
-#, fuzzy, php-format
-msgid "%s partition"
-msgstr "Mostrar estaciones de trabajo"
+#: plugins/admin/groups/group_objects.tpl:39
+#: plugins/admin/users/headpage.tpl:49
+msgid "Regular expression for matching user names"
+msgstr "Expresiones regulares que concuerden con nombres de usuarios"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:228
-#: plugins/admin/fai/class_faiPartitionTable.inc:234
-#, fuzzy, php-format
-msgid "%s partition(s)"
-msgstr "Mostrar estaciones de trabajo"
+#: plugins/admin/groups/class_groupAcl.inc:58
+msgid "This 'dn' is no acl container."
+msgstr "Este 'dn' no es un contenedor de listas de acceso."
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:108
-#, fuzzy
-msgid "Please enter a value for script."
-msgstr "Por favor introduzca un número de serie válido"
+#: plugins/admin/groups/class_groupAcl.inc:203
+msgid "All fields are writeable"
+msgstr "Todos los campos son rellenarles."
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:122
-msgid "Package bundle"
-msgstr ""
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
+msgid "Group name"
+msgstr "Nombre del grupo"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:153
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-#, fuzzy
-msgid "Class name"
-msgstr "Elija tipo de ratón"
+#: plugins/admin/groups/generic.tpl:9
+msgid "Posix name of the group"
+msgstr "Nombre 'Posix' del grupo"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
-#, fuzzy
-msgid "Hook attributes"
-msgstr "Atributo 'dn' de los usuarios"
+#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
+msgid "Descriptive text for this group"
+msgstr "Descripción del grupo"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:34
-#, fuzzy
-msgid "Task"
-msgstr "Días para tareas"
+#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
+msgid "Choose subtree to place group in"
+msgstr "Elija lugar del árbol para colocar la aplicación"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:36
-msgid "Choose an existing FAI task"
+#: plugins/admin/groups/generic.tpl:36
+msgid "Normally IDs are autogenerated, select to specify manually"
 msgstr ""
 msgstr ""
+"Normalmente los identificadores (IDs) de grupos son autogenerados, "
+"seleccione aquí para ponerlo manualmente"
 
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
-#, php-format
-msgid "Debconf information for package '%s'"
-msgstr ""
+#: plugins/admin/groups/generic.tpl:36
+msgid "Force GID"
+msgstr "Forzar GID"
 
 
-#: plugins/admin/fai/class_askClassName.inc:71
-#, fuzzy
-msgid "Create new FAI object - partition table."
-msgstr "Grupo de objetos"
+#: plugins/admin/groups/generic.tpl:38
+msgid "Forced ID number"
+msgstr "Número de ID forzado"
 
 
-#: plugins/admin/fai/class_askClassName.inc:72
-#, fuzzy
-msgid "Create new FAI object - package bundle."
-msgstr "Grupo de objetos"
+#: plugins/admin/groups/generic.tpl:45
+msgid "Select to create a samba conform group"
+msgstr "Seleccione para crear un grupo samba"
 
 
-#: plugins/admin/fai/class_askClassName.inc:73
-#, fuzzy
-msgid "Create new FAI object - script bundle."
-msgstr "Grupo de objetos"
+#: plugins/admin/groups/generic.tpl:50
+msgid "in domain"
+msgstr "en dominio"
 
 
-#: plugins/admin/fai/class_askClassName.inc:74
-#, fuzzy
-msgid "Create new FAI object - variable bundle."
-msgstr "Grupo de objetos"
+#: plugins/admin/groups/generic.tpl:67
+msgid "Members are in a phone pickup group"
+msgstr "Miembros están en un grupo de salto telefónico"
 
 
-#: plugins/admin/fai/class_askClassName.inc:75
+#: plugins/admin/groups/generic.tpl:80
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - hook bundle."
-msgstr "Grupo de objetos"
+msgid "Members are in a nagios group"
+msgstr "Miembros están en un grupo de salto telefónico"
 
 
-#: plugins/admin/fai/class_askClassName.inc:76
-#, fuzzy
-msgid "Create new FAI object - profile."
-msgstr "Grupo de objetos"
+#: plugins/admin/groups/generic.tpl:96
+msgid "Group members"
+msgstr "Miembros del grupo"
 
 
-#: plugins/admin/fai/class_askClassName.inc:77
-#, fuzzy
-msgid "Create new FAI object - template."
-msgstr "Nueva plantilla"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Administradores de Carpetas"
 
 
-#: plugins/admin/fai/class_askClassName.inc:78
-#, fuzzy
-msgid "Create new FAI object"
-msgstr "Grupo de objetos"
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Seleccionar un departamento especifico"
 
 
-#: plugins/admin/fai/class_askClassName.inc:131
-#, fuzzy
-msgid "The given class name is empty."
-msgstr "El archivo especificado está vacío."
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Mostrar las direcciones de los departamentos"
 
 
-#: plugins/admin/fai/class_askClassName.inc:135
-#, fuzzy
-msgid "The specified class name is already in use for this object type."
-msgstr "El valor especificado como 'Nombre' esta siendo utilizado."
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Mostrar direcciones que concuerden con"
 
 
-#: plugins/admin/fai/askClassName.tpl:6
-msgid ""
-"Adding a new class to the FAI management, requires a class name. You have to "
-"specify a unique class name for unique types of FAI classes, while you can "
-"use the same class name for different types of FAI classes. In the laste "
-"case, FAI will automatically enclose all these different class types to one "
-"unique class name."
-msgstr ""
+#: plugins/admin/groups/class_groupApplication.inc:299
+msgid "This 'dn' is no appgroup."
+msgstr "Esta'dn' no es un grupo de aplicaciones."
 
 
-#: plugins/admin/fai/askClassName.tpl:12
+#: plugins/admin/groups/class_groupApplication.inc:307
+msgid "Remove applications"
+msgstr "Borrar aplicaciones"
+
+#: plugins/admin/groups/class_groupApplication.inc:308
 msgid ""
 msgid ""
-"Please use one of the following methods to choose the name for the new FAI "
-"class."
+"This group has application features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
+"Este grupo tiene la características de aplicación activa. Puede "
+"desactivarlas apretando a continuación."
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr ""
+#: plugins/admin/groups/class_groupApplication.inc:310
+msgid "Create applications"
+msgstr "Crear aplicaciones"
 
 
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
+#: plugins/admin/groups/class_groupApplication.inc:311
+msgid ""
+"This group has application features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 msgstr ""
+"Este grupo tiene la característica de aplicacióon desactivada. Puede "
+"activarlas apretando a continuación."
 
 
-#: plugins/admin/fai/askClassName.tpl:54
-#, fuzzy
-msgid "Choose class name"
-msgstr "Elija tipo de ratón"
-
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-#, fuzzy
-msgid "Use"
-msgstr "Usuario"
-
-#: plugins/admin/fai/askClassName.tpl:74
+#: plugins/admin/groups/class_groupApplication.inc:323
 #, fuzzy
 #, fuzzy
-msgid "A new class name."
-msgstr "Aplicaciones disponibles"
+msgid "Invalid character in category name."
+msgstr "El campo 'Nombre' contiene caracteres no validos."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:74
+#: plugins/admin/groups/class_groupApplication.inc:331
 #, fuzzy
 #, fuzzy
-msgid "no file uploaded yet"
-msgstr "No se ha subido ningún archivo."
+msgid "The specified category already exists."
+msgstr "Ya existe un Departamento con este 'Nombre'."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:76
-#, php-format
-msgid "exists in database (size: %s bytes)"
+#: plugins/admin/groups/class_groupApplication.inc:372
+msgid "The selected application name is not uniq. Please check your LDAP."
 msgstr ""
 msgstr ""
+"El nombre seleccionado de aplicación no es único. Por favor compruebe su "
+"base de datos LDAP."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:156
-#, fuzzy
-msgid "Please specify a value for attribute 'file'."
-msgstr "Por favor especifique un usuario valido."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:160
-#, fuzzy
-msgid "Please specify a value for attribute 'path'."
-msgstr "Por favor especifique un usuario valido."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:168
-#, fuzzy
-msgid "Please enter a user."
-msgstr "Por favor especifique una dirección de servidor - URI - válida."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:171
-#, fuzzy
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
-msgstr "Por favor especifique un nombre de usuario valido."
+#: plugins/admin/groups/class_groupApplication.inc:408
+msgid "The selected application has no options."
+msgstr "La aplicación seleccionada no tiene opciones."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:175
+#: plugins/admin/groups/class_groupApplication.inc:501
+#: plugins/admin/departments/class_departmentManagement.inc:315
+#: plugins/admin/fai/class_faiManagement.inc:503
 #, fuzzy
 #, fuzzy
-msgid "Please enter a group."
-msgstr "Por favor especifique una dirección de servidor - URI - válida."
+msgid "department"
+msgstr "departamentos"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:178
+#: plugins/admin/groups/class_groupApplication.inc:509
 #, fuzzy
 #, fuzzy
-msgid "Please enter a valid group. Only a-z/0-9 are allowed."
-msgstr "Por favor especifique un nombre de usuario valido."
+msgid "application"
+msgstr "Aplicaciones"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:21
+#: plugins/admin/groups/class_groupApplication.inc:550
+#: plugins/admin/groups/class_groupApplication.inc:586
 #, fuzzy
 #, fuzzy
-msgid "Template attributes"
-msgstr "Atributo 'dn' de los usuarios"
-
-#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
-msgid "File"
-msgstr "Archivo"
+msgid "Delete entry"
+msgstr "Borrar"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:35
-#, fuzzy
-msgid "Save template"
-msgstr "Nueva plantilla"
+#: plugins/admin/groups/class_groupApplication.inc:554
+#: plugins/admin/groups/class_groupApplication.inc:584
+msgid "Move up"
+msgstr ""
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:92
-#: plugins/admin/systems/printerPPDDialog.tpl:11
+#: plugins/admin/groups/class_groupApplication.inc:555
+#: plugins/admin/groups/class_groupApplication.inc:585
 #, fuzzy
 #, fuzzy
-msgid "Upload"
-msgstr "Carga de CPU"
+msgid "Move down"
+msgstr "Dominio"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:47
-#, fuzzy
-msgid "Destination path"
-msgstr "Destino"
+#: plugins/admin/groups/class_groupApplication.inc:582
+msgid "Insert seperator"
+msgstr ""
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:62
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
-msgid "Owner"
+#: plugins/admin/users/password.tpl:2
+msgid ""
+"To change the user password use the fields below. The changes take effect "
+"immediately. Please memorize the new password, because the user wouldn't be "
+"able to login without it."
 msgstr ""
 msgstr ""
+"Para cambiar la contraseña del usuario use los campos a continuación. Los "
+"cambios tomarán efecto inmediatamente. Por favor, recuerde la nueva "
+"contraseña, el usuario no podrá autenticarse sin ella."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:71
-#: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:584
-#: plugins/admin/systems/class_printGeneric.inc:586
-#: plugins/admin/ogroups/class_ogroupManagement.inc:482
-#: plugins/generic/references/class_reference.inc:36
-msgid "Group"
-msgstr "Grupo"
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
+msgstr "Crear un nuevo usuario usando plantillas"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:80
+#: plugins/admin/users/template.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Access"
-msgstr "Dirección"
+msgid ""
+"Creating a new user can be assisted by using templates. Many database "
+"records will be filled automatically. Choose 'none' to skip the usage of "
+"templates."
+msgstr ""
+"Crear un nuevo usuario puede ser asistido a través de plantillas. Algunos "
+"valores en la base de datos serán rellenado automáticamente. Elegir "
+"<b>ninguno</b> para saltarse el uso de plantillas."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:86
-#, fuzzy
-msgid "Class"
-msgstr "clase"
+#: plugins/admin/users/template.tpl:11
+#: plugins/admin/users/class_userManagement.inc:1028
+#: plugins/admin/systems/class_systemManagement.inc:705
+msgid "Template"
+msgstr "Plantilla"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:87
-#, fuzzy
-msgid "Read"
-msgstr "leer"
+#: plugins/admin/users/template.tpl:44
+#: plugins/admin/fai/class_faiManagement.inc:398
+#: plugins/admin/fai/faiPackageNew.tpl:65
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+msgid "Continue"
+msgstr "Continuar"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-#, fuzzy
-msgid "Write"
-msgstr "escribir"
+#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
+msgid "User administration"
+msgstr "Administración de Usuarios"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
-#: plugins/admin/systems/workstation.tpl:88
-#: plugins/admin/ogroups/termgroup.tpl:13
-msgid "Execute"
-msgstr "Ejecute"
+#: plugins/admin/users/class_userManagement.inc:25
+#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
+#: html/getxls.php:243
+msgid "Users"
+msgstr "Usuarios"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-#, fuzzy
-msgid "Special"
-msgstr "terminales"
+#: plugins/admin/users/class_userManagement.inc:247
+#: plugins/admin/users/class_userManagement.inc:317
+msgid "You are not allowed to set this users password!"
+msgstr "No le es permitido cambiarle la contraseña a estos usuarios."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
-#, fuzzy
-msgid "SUID"
-msgstr "UID"
+#: plugins/admin/users/class_userManagement.inc:353
+#, php-format
+msgid "You're about to delete the user %s."
+msgstr "Esta a punto de borrar el usuario %s"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:109
-#, fuzzy
-msgid "SGID"
-msgstr "GID"
+#: plugins/admin/users/class_userManagement.inc:359
+#: plugins/admin/users/class_userManagement.inc:387
+msgid "You are not allowed to delete this user!"
+msgstr "No le es permitido borrar este usuario"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
+#: plugins/admin/users/class_userManagement.inc:488
+#: plugins/admin/systems/class_workstationStartup.inc:49
+#: plugins/admin/ogroups/class_ogroup.inc:240
+msgid "none"
+msgstr "ninguno"
+
+#: plugins/admin/users/class_userManagement.inc:559
+msgid "A person with the choosen name is already used in this tree."
+msgstr "Una persona con el nombre elegido ya existe en el árbol"
+
+#: plugins/admin/users/class_userManagement.inc:674
 #, fuzzy
 #, fuzzy
-msgid "Others"
-msgstr "Filtros"
+msgid "Create new user"
+msgstr "Crear una nueva entrada en"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
+#: plugins/admin/users/class_userManagement.inc:674
 #, fuzzy
 #, fuzzy
-msgid "sticky"
-msgstr "estatico"
+msgid "New user"
+msgstr "usuarios"
 
 
-#: plugins/admin/fai/faiHook.tpl:34
+#: plugins/admin/users/class_userManagement.inc:675
 #, fuzzy
 #, fuzzy
-msgid "List of hook scripts"
-msgstr "Lista de listas de bloqueos"
+msgid "Create new template"
+msgstr "Nueva plantilla"
 
 
-#: plugins/admin/fai/faiHook.tpl:40
-msgid "Choose a hook to delete or edit"
-msgstr ""
+#: plugins/admin/users/class_userManagement.inc:675
+msgid "New template"
+msgstr "Nueva plantilla"
 
 
-#: plugins/admin/groups/mail.tpl:11
-msgid "Primary mail address for this shared folder"
-msgstr "Dirección de correo electrónica primaria para esta carpeta compartida"
+#: plugins/admin/users/class_userManagement.inc:682
+#, fuzzy
+msgid "password"
+msgstr "Contraseña"
 
 
-#: plugins/admin/groups/mail.tpl:16
-msgid "Select mail server to place user on"
-msgstr "Seleccione el servidor de correo del usuario"
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
+#: ihtml/themes/default/setup_useradmin.tpl:22
+msgid "Username"
+msgstr "Nombre de Usuario"
 
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "Carpetas compartidas IMAP"
+#: plugins/admin/users/class_userManagement.inc:695
+msgid "This table displays all users, in the selected tree."
+msgstr ""
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Permisos por defecto"
+#: plugins/admin/users/class_userManagement.inc:726
+msgid "GOsa"
+msgstr ""
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Miembro con Permisos"
+#: plugins/admin/users/class_userManagement.inc:727
+#, fuzzy
+msgid "Edit generic properties"
+msgstr "Editar propiedades"
 
 
-#: plugins/admin/groups/mail.tpl:88
-msgid "Forward messages to non group members"
-msgstr "Reenviar mensajes a miembros que no sean del grupo"
+#: plugins/admin/users/class_userManagement.inc:729
+#, fuzzy
+msgid "Edit UNIX properties"
+msgstr "Editar propiedades"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Grupos"
+#: plugins/admin/users/class_userManagement.inc:731
+#, fuzzy
+msgid "Edit environment properties"
+msgstr "Editar propiedades"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:275
-#, php-format
-msgid "You're about to delete the group '%s'."
-msgstr "Está a punto de borrar el grupo '%s'."
+#: plugins/admin/users/class_userManagement.inc:733
+#, fuzzy
+msgid "Edit mail properties"
+msgstr "Editar propiedades"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:281
-#: plugins/admin/groups/class_groupManagement.inc:307
-msgid "You are not allowed to delete this group!"
-msgstr "¡No le está permitido eliminar este grupo!"
+#: plugins/admin/users/class_userManagement.inc:735
+#, fuzzy
+msgid "Edit phone properties"
+msgstr "Editar propiedades"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:354
+#: plugins/admin/users/class_userManagement.inc:737
 #, fuzzy
 #, fuzzy
-msgid "Create new group"
-msgstr "Crear cuenta telefónica"
+msgid "Edit fax properies"
+msgstr "Editar propiedades"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:361
-#: plugins/admin/applications/class_applicationManagement.inc:337
-#: plugins/admin/departments/class_departmentManagement.inc:291
-#: plugins/admin/ogroups/class_ogroupManagement.inc:371
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
+#: plugins/admin/users/class_userManagement.inc:739
 #, fuzzy
 #, fuzzy
-msgid "Edit this entry"
-msgstr "Editar entrada"
+msgid "Edit samba properties"
+msgstr "Editar propiedades"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:362
-#: plugins/admin/applications/class_applicationManagement.inc:338
-#: plugins/admin/departments/class_departmentManagement.inc:292
-#: plugins/admin/ogroups/class_ogroupManagement.inc:372
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+#: plugins/admin/users/class_userManagement.inc:740
 #, fuzzy
 #, fuzzy
-msgid "Delete this entry"
-msgstr "Borrar"
+msgid "Create user from template"
+msgstr "Nueva plantilla"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:372
-#: plugins/admin/users/class_userManagement.inc:728
+#: plugins/admin/users/class_userManagement.inc:741
 #, fuzzy
 #, fuzzy
-msgid "Posix"
-msgstr "Proxy"
+msgid "Create user with this template"
+msgstr "Nueva plantilla"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:375
-#: plugins/admin/applications/class_applicationManagement.inc:348
-#: plugins/admin/ogroups/class_ogroupManagement.inc:483
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Aplicación"
+#: plugins/admin/users/class_userManagement.inc:800
+#, fuzzy
+msgid "Online"
+msgstr "en linea"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:385
+#: plugins/admin/users/class_userManagement.inc:807
 #, fuzzy
 #, fuzzy
-msgid "Groupname"
-msgstr "Nombre del grupo"
+msgid "Offline"
+msgstr "fuera de linea"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:390
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/ogroups/class_ogroupManagement.inc:397
-msgid "This table displays all groups, in the selected tree."
+#: plugins/admin/users/remove.tpl:6
+msgid ""
+"This includes all account data, system access rules, imap settings, etc. for "
+"this user. Please double check if your really want to do this since there is "
+"no way for GOsa to get your data back."
 msgstr ""
 msgstr ""
+"Esto incluye toda las información de cuentas, reglas de acceso al sistema, "
+"configuración IMAP, etc. de este usuario. Por favor pulse dos veces si "
+"quiere realmente hacer esta, ya que no hay manera de que GOsa recupere "
+"posteriormente la información."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:115
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
+#: plugins/admin/users/headpage.tpl:6
+msgid "List of users"
+msgstr "Lista de usuarios"
+
+#: plugins/admin/users/headpage.tpl:24
+msgid ""
+"This menu allows you to create, edit and delete selected users. Having a "
+"great number of users, you may want to use the range selectors on top of the "
+"user list."
 msgstr ""
 msgstr ""
-"¡No se puede encontrar el identificador samba de grupo (SID) en LDAP o en el "
-"archivo de configuración!"
+"Este menú provee la funcionalidad de crear, editar o borrar los usuarios "
+"seleccionados. Si tiene un gran numero de usuarios usted preferirá usar los "
+"selectores de rangos en la parte superior del listado."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:167
-msgid "This 'dn' is no group."
-msgstr "Este 'dn' no es un grupo."
+#: plugins/admin/users/headpage.tpl:38
+msgid "Select to see template pseudo users"
+msgstr "Seleccione para mostrar los usuarios pseudo plantillas"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Samba group"
-msgstr "Grupo de samba"
+#: plugins/admin/users/headpage.tpl:38 plugins/admin/fai/headpage.tpl:37
+msgid "Show templates"
+msgstr "Mostrar plantillas"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain admins"
-msgstr "Administradores del dominio"
+#: plugins/admin/users/headpage.tpl:39
+msgid "Select to see users that have only a GOsa object"
+msgstr "Seleccione para ver los usuarios que solo tienen un objeto GOsa"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain users"
-msgstr "Usuarios del dominio"
+#: plugins/admin/users/headpage.tpl:39
+msgid "Show functional users"
+msgstr "Mostrar usuarios funcionales"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:285
-msgid "Domain guests"
-msgstr "Invitados del dominio"
+#: plugins/admin/users/headpage.tpl:40
+msgid "Select to see users that have posix settings"
+msgstr "Seleccione para ver usuario que tienen configuraciones posix"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:290
-#, php-format
-msgid "Special group (%d)"
-msgstr "Grupo especial (%d)"
+#: plugins/admin/users/headpage.tpl:40
+msgid "Show unix users"
+msgstr "Mostrar los usuarios unix"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:626
-#: plugins/admin/ogroups/class_ogroup.inc:541
-msgid "You have no permissions to create a group on this 'Base'."
-msgstr "No tiene permisos para crear un grupo en esta 'Base'."
+#: plugins/admin/users/headpage.tpl:41
+msgid "Select to see users that have mail settings"
+msgstr "Seleccione para ver los usuarios que tiene confiraciones de correo"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:636
-msgid ""
-"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
-"El campo 'Nombre' contiene caracteres no validos. Puede utilizar minúsculas, "
-"numeros y guiones."
+#: plugins/admin/users/headpage.tpl:41
+msgid "Show mail users"
+msgstr "Mostrar los usuarios de correo"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:647
-#: plugins/admin/groups/class_groupGeneric.inc:654
-msgid "Value specified as 'Name' is already used."
-msgstr "El valor especificado como 'Nombre' esta siendo utilizado."
+#: plugins/admin/users/headpage.tpl:42
+msgid "Select to see users that have samba settings"
+msgstr "Seleccione para ver los usuarios que tiene configuraciones samba"
 
 
-#: plugins/admin/groups/remove.tpl:6
-msgid ""
-"This may be a primary user group. Please double check if you really want to "
-"do this since there is no way for GOsa to get your data back."
-msgstr ""
-"Este puede ser un grupo primario. Por favor pinche dos veces si realmente "
-"quiere hacerlo, dado que GOsa no tiene manera de recuperar esta información."
+#: plugins/admin/users/headpage.tpl:42
+msgid "Show samba users"
+msgstr "Mostrar usuarios samba"
 
 
-#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
-msgid "Group administration"
-msgstr "Administración de grupos"
+#: plugins/admin/users/headpage.tpl:43
+msgid "Select to see users that have proxy settings"
+msgstr "Seleccione para ver los usuarios que tienen configuraciones de proxy"
 
 
-#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
-msgid "List of groups"
-msgstr "Lista de grupos"
+#: plugins/admin/users/headpage.tpl:43
+msgid "Show proxy users"
+msgstr "Mostrar los usuarios de proxy"
 
 
-#: plugins/admin/groups/headpage.tpl:25
-msgid ""
-"This menu allows you to add, edit and remove selected groups. You may want "
-"to use the range selector on top of the group listbox, when working with a "
-"large number of groups."
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+#: plugins/admin/applications/class_applicationManagement.inc:357
+msgid "Application name"
+msgstr "Nombre de la aplicación"
+
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
+msgid "Display name"
+msgstr "Nombre mostrado"
+
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
 msgstr ""
 msgstr ""
-"Este menú permite añadir, editar o eliminar los grupos seleccionados. Puede "
-"usar el selector de rango en la parte superior de la lista de grupos, cuando "
-"trabaja con un gran número de grupos."
+"Nombre que sera mostrado de la aplicación(por ejemplo despues de los iconos)."
 
 
-#: plugins/admin/groups/class_groupMail.inc:158
-msgid "read"
-msgstr "leer"
+#: plugins/admin/applications/generic.tpl:17
+#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
+#: plugins/admin/systems/workstation.tpl:88
+#: plugins/admin/ogroups/termgroup.tpl:13
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+msgid "Execute"
+msgstr "Ejecute"
 
 
-#: plugins/admin/groups/class_groupMail.inc:159
-msgid "post"
-msgstr "post"
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr "Ruta y nombre del binario de la aplicación"
 
 
-#: plugins/admin/groups/class_groupMail.inc:160
-msgid "external post"
-msgstr "post externo"
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
+msgstr "Elija lugar del árbol para colocar la aplicación"
 
 
-#: plugins/admin/groups/class_groupMail.inc:161
-msgid "append"
-msgstr "añadir"
+#: plugins/admin/applications/generic.tpl:48
+msgid "Icon"
+msgstr "Icono"
 
 
-#: plugins/admin/groups/class_groupMail.inc:162
-msgid "write"
-msgstr "escribir"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Update"
+msgstr "Actualizar"
 
 
-#: plugins/admin/groups/class_groupMail.inc:187
-msgid "This 'dn' has no valid mail extensions."
-msgstr "Esta 'dn' no tiene extensiones validas de correo."
+#: plugins/admin/applications/generic.tpl:56
+msgid "Reload picture from LDAP"
+msgstr "Recargar imagen desde LDAP"
 
 
-#: plugins/admin/groups/class_groupMail.inc:252
-msgid "You're trying to add an invalid email address "
-msgstr "Esta intentando añadir una dirección de correo no valida"
+#: plugins/admin/applications/generic.tpl:70
+msgid "Only executable for members"
+msgstr "Solo ejecutables para los miembros"
 
 
-#: plugins/admin/groups/class_groupMail.inc:253
-msgid "to the list of forwarders."
-msgstr "a la lista de remitentes."
+#: plugins/admin/applications/generic.tpl:72
+msgid "Replace user configuration on startup"
+msgstr "Reemplazar la configuración del usuario en el inicio"
 
 
-#: plugins/admin/groups/class_groupMail.inc:622
-msgid "Please enter a valid email addres in 'Primary address' field."
-msgstr ""
-"Por favor introduzca una dirección valida de correo electrónico en el campo "
-"'Cuenta Principal'."
+#: plugins/admin/applications/generic.tpl:76
+msgid "Place icon on members desktop"
+msgstr "Colocar icono en los escritorios de los miembros "
 
 
-#: plugins/admin/groups/class_groupMail.inc:655
+#: plugins/admin/applications/generic.tpl:79
+msgid "Place entry in members startmenu"
+msgstr "Colocar entrado en los menús de inicio de los miembros"
+
+#: plugins/admin/applications/generic.tpl:82
+#, fuzzy
+msgid "Place entry in members launch bar"
+msgstr "Colocar entrado en los menús de inicio de los miembros"
+
+#: plugins/admin/applications/generic.tpl:95
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+#, fuzzy
+msgid "Upload"
+msgstr "Carga de CPU"
+
+#: plugins/admin/applications/class_applicationParameters.inc:50
+msgid "Remove options"
+msgstr "Eliminar opciones"
+
+#: plugins/admin/applications/class_applicationParameters.inc:51
+msgid "This application has options. You can disable them by clicking below."
+msgstr "Esta aplicación tiene opciones. Puede desactivarlas pulsando aquí."
+
+#: plugins/admin/applications/class_applicationParameters.inc:53
+msgid "Create options"
+msgstr "Crear opciones"
+
+#: plugins/admin/applications/class_applicationParameters.inc:54
 msgid ""
 msgid ""
-"Please choose valid permission settings. Default permission can't be emtpy."
+"This application has options disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
+"Esta aplicación tiene opciones desactivadas. Puede activarlas pulsando aquí."
 
 
-#: plugins/admin/groups/class_groupMail.inc:659
-#, fuzzy
-msgid "Please select a valid mail server."
-msgstr "Por favor introduzca un número de serie válido"
-
-#: plugins/admin/groups/acl.tpl:4
-msgid "Object"
-msgstr "Objeto"
+#: plugins/admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "Variable"
 
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-msgid "Choose"
-msgstr "Elige"
+#: plugins/admin/applications/class_applicationParameters.inc:91
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "Valor por defecto"
 
 
-#: plugins/admin/groups/acl.tpl:17
-msgid "Apply this acl only for users own entries"
-msgstr "Aplicar esta lista de acceso a las entradas de los usuarios"
+#: plugins/admin/applications/class_applicationParameters.inc:102
+msgid "Add option"
+msgstr "Añadir opción"
 
 
-#: plugins/admin/groups/application.tpl:4
-msgid "Used applications"
-msgstr "Aplicaciones Usadas"
+#: plugins/admin/applications/class_applicationParameters.inc:154
+#, php-format
+msgid "Value '%s' specified as option name is not valid."
+msgstr "El valor '%s' especificado como nombre de opción no es valido."
 
 
-#: plugins/admin/groups/application.tpl:6
-msgid "Seperator"
+#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
+msgid ""
+"This may be used by several groups. Please double check if your really want "
+"to do this since there is no way for GOsa to get your data back."
 msgstr ""
 msgstr ""
+"Esta puede ser usada por varios grupos. Por favor pulse dos veces si quiere "
+"realmente hacer esto, ya que no hay manera de que GOsa recupere "
+"posteriormente la información."
 
 
-#: plugins/admin/groups/application.tpl:11
-msgid "Available applications"
-msgstr "Aplicaciones disponibles"
-
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
-msgstr "Seleccione usuarios que serán añadidos"
-
-#: plugins/admin/groups/group_objects.tpl:29
-msgid "Display users of department"
-msgstr "Mostrar usuarios del departamento"
+#: plugins/admin/applications/headpage.tpl:6
+msgid "List of applications"
+msgstr "Lista de aplicaciones"
 
 
-#: plugins/admin/groups/group_objects.tpl:39
-#: plugins/admin/users/headpage.tpl:49
-msgid "Regular expression for matching user names"
-msgstr "Expresiones regulares que concuerden con nombres de usuarios"
+#: plugins/admin/applications/headpage.tpl:24
+msgid ""
+"This menu allows you to add, edit and remove selected applications. You may "
+"want to use the range selector on top of the application listbox, when "
+"working with a large number of applications."
+msgstr ""
+"Este menú permite añadir, editar o eliminar las aplicaciones seleccionadas. "
+"Puede usar el selector de rango en la parte superior de la lista de "
+"aplicaciones, cuando trabaja con un gran número de aplicaciones."
 
 
-#: plugins/admin/groups/class_groupAcl.inc:58
-msgid "This 'dn' is no acl container."
-msgstr "Este 'dn' no es un contenedor de listas de acceso."
+#: plugins/admin/applications/headpage.tpl:38
+msgid "Display applications matching"
+msgstr "Mostrar aplicaciones que concuerden con"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:203
-msgid "All fields are writeable"
-msgstr "Todos los campos son rellenarles."
+#: plugins/admin/applications/headpage.tpl:41
+msgid "Regular expression for matching application names"
+msgstr "Expresiones regulares para encontrar nombres de aplicaciones"
 
 
-#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
-msgid "Group name"
-msgstr "Nombre del grupo"
+#: plugins/admin/applications/main.inc:38
+#: plugins/admin/applications/main.inc:40
+msgid "Application management"
+msgstr "Mantenimiento de aplicaciones"
 
 
-#: plugins/admin/groups/generic.tpl:9
-msgid "Posix name of the group"
-msgstr "Nombre 'Posix' del grupo"
+#: plugins/admin/applications/class_applicationManagement.inc:250
+#, php-format
+msgid "You're about to delete the application '%s'."
+msgstr "Va ha eliminar la aplicación '%s'."
 
 
-#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
-msgid "Descriptive text for this group"
-msgstr "Descripción del grupo"
+#: plugins/admin/applications/class_applicationManagement.inc:256
+#: plugins/admin/applications/class_applicationManagement.inc:282
+msgid "You are not allowed to delete this application!"
+msgstr "¡No tiene permisos para eliminar esta aplicación!"
 
 
-#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
-msgid "Choose subtree to place group in"
-msgstr "Elija lugar del árbol para colocar la aplicación"
+#: plugins/admin/applications/class_applicationManagement.inc:330
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#, fuzzy
+msgid "new"
+msgstr "Nuevo"
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Normally IDs are autogenerated, select to specify manually"
-msgstr ""
-"Normalmente los identificadores (IDs) de grupos son autogenerados, "
-"seleccione aquí para ponerlo manualmente"
+#: plugins/admin/applications/class_applicationManagement.inc:330
+#, fuzzy
+msgid "Create new application"
+msgstr "Crear aplicaciones"
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Force GID"
-msgstr "Forzar GID"
+#: plugins/admin/applications/class_applicationGeneric.inc:86
+#, fuzzy
+msgid "no example"
+msgstr "incompleto"
 
 
-#: plugins/admin/groups/generic.tpl:38
-msgid "Forced ID number"
-msgstr "Número de ID forzado"
+#: plugins/admin/applications/class_applicationGeneric.inc:106
+msgid "This 'dn' is no application."
+msgstr "Este 'dn' no es una aplicación"
 
 
-#: plugins/admin/groups/generic.tpl:45
-msgid "Select to create a samba conform group"
-msgstr "Seleccione para crear un grupo samba"
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+msgid "The specified picture has not been uploaded correctly."
+msgstr "La foto indicada no ha sido subida correctamente."
 
 
-#: plugins/admin/groups/generic.tpl:50
-msgid "in domain"
-msgstr "en dominio"
+#: plugins/admin/applications/class_applicationGeneric.inc:306
+msgid "You have no permissions to create a application on this 'Base'."
+msgstr "No tiene permisos para crear una aplicación en esta 'Base'."
 
 
-#: plugins/admin/groups/generic.tpl:67
-msgid "Members are in a phone pickup group"
-msgstr "Miembros están en un grupo de salto telefónico"
+#: plugins/admin/applications/class_applicationGeneric.inc:311
+msgid "Required field 'Name' is not filled."
+msgstr "El campo requerido 'Nombre' no ha sido llenado."
 
 
-#: plugins/admin/groups/generic.tpl:80
-#, fuzzy
-msgid "Members are in a nagios group"
-msgstr "Miembros están en un grupo de salto telefónico"
+#: plugins/admin/applications/class_applicationGeneric.inc:315
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:96
-msgid "Group members"
-msgstr "Miembros del grupo"
+#: plugins/admin/applications/class_applicationGeneric.inc:319
+msgid "Required field 'Execute' is not filled."
+msgstr "El campo requerido 'Ejecutar' no ha sido llenado."
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Administradores de Carpetas"
+#: plugins/admin/applications/class_applicationGeneric.inc:328
+msgid "There's already an application with this 'Name'."
+msgstr "Ya existe una aplicación con este 'Nombre'."
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Seleccionar un departamento especifico"
+#: plugins/admin/departments/tabs_department.inc:30
+#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
+#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
+#: plugins/admin/fai/tabsTemplate.inc:30 plugins/admin/fai/tabsProfile.inc:30
+#: plugins/admin/fai/tabsScript.inc:30
+msgid "Try to move tree failed. Destination tree is subtree of source tree."
+msgstr ""
 
 
-#: plugins/admin/groups/application_options.tpl:1
-msgid "Application options"
-msgstr "Opciones de aplicaciones"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Nombre del departamento"
 
 
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Mostrar las direcciones de los departamentos"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Nombre del subárbol para crear"
 
 
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Mostrar direcciones que concuerden con"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:56
+msgid "Descriptive text for department"
+msgstr "Descripción del departamento"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:202
-msgid "This 'dn' is no appgroup."
-msgstr "Esta'dn' no es un grupo de aplicaciones."
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Categoría"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:210
-msgid "Remove applications"
-msgstr "Borrar aplicaciones"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Categoría de este subarbol"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:211
-msgid ""
-"This group has application features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Este grupo tiene la características de aplicación activa. Puede "
-"desactivarlas apretando a continuación."
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:122
+msgid "Choose subtree to place department in"
+msgstr "Elija subárbol para colocar el departamento"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:213
-msgid "Create applications"
-msgstr "Crear aplicaciones"
+#: plugins/admin/departments/generic.tpl:47
+msgid "State where this subtree is located"
+msgstr "País donde esta localizado el subarbol"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:214
-msgid ""
-"This group has application features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Este grupo tiene la característica de aplicacióon desactivada. Puede "
-"activarlas apretando a continuación."
+#: plugins/admin/departments/generic.tpl:51
+msgid "Location of this subtree"
+msgstr "Localización de este subarbol"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:242
-msgid "The selected application name is not uniq. Please check your LDAP."
-msgstr ""
-"El nombre seleccionado de aplicación no es único. Por favor compruebe su "
-"base de datos LDAP."
+#: plugins/admin/departments/generic.tpl:55
+msgid "Postal address of this subtree"
+msgstr "Dirección postal de este subarbol"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:278
-msgid "The selected application has no options."
-msgstr "La aplicación seleccionada no tiene opciones."
+#: plugins/admin/departments/generic.tpl:59
+msgid "Base telephone number of this subtree"
+msgstr "Número base de teléfono de este subarbol"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:379
-#, fuzzy
-msgid "application"
-msgstr "Aplicaciones"
+#: plugins/admin/departments/generic.tpl:63
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Número base de fax de este subarbol"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:595
-#: plugins/admin/applications/class_applicationGeneric.inc:38
+#: plugins/admin/departments/remove.tpl:6
+#: plugins/gofon/conference/remove.tpl:6
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
-msgstr "No hay protocolo de correo %s configurado en su 'gosa.conf'."
+"This includes 'all' accounts, systems, etc. in this subtree. Please double "
+"check if your really want to do this since there is no way for GOsa to get "
+"your data back."
+msgstr ""
+"Esto incluye <b>todas</b> las cuentas, sistemas, etc. en este subárbol. Por "
+"favor pulse dos veces si quiere realmente hacer esto, ya que no hay forma de "
+"que GOsa recupere la información posteriormente."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:603
-#: plugins/admin/groups/class_groupApplication.inc:606
-#: plugins/admin/applications/class_applicationGeneric.inc:46
-#: plugins/admin/applications/class_applicationGeneric.inc:49
-#, php-format
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/systems/remove.tpl:10
+#: plugins/admin/fai/remove.tpl:11 plugins/gofon/conference/remove.tpl:10
+#, fuzzy
 msgid ""
 msgid ""
-"The specified file '%s' for 'KDE_APPLICATIONS_MENU' in your gosa.conf is not "
-"accessable."
+"Best thing to do before performing this action would be to save the current "
+"contents of your LDAP tree in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 msgstr ""
+"La mejor opción antes de ejecutar esta acción es haber grabado el contenido "
+"actual de su árbol LDAP en un fichero. Entonces - Y solo si lo ha hecho - "
+"presione <i>Eliminar</i> para continuar o <i>Cancelar</i> para abortar."
 
 
-#: plugins/admin/users/password.tpl:2
+#: plugins/admin/departments/headpage.tpl:6
+msgid "List of departments"
+msgstr "Lista de Departamentos"
+
+#: plugins/admin/departments/headpage.tpl:24
 msgid ""
 msgid ""
-"To change the user password use the fields below. The changes take effect "
-"immediately. Please memorize the new password, because the user wouldn't be "
-"able to login without it."
+"This menu allows you to create, delete and edit selected departments. Having "
+"a large size of departments, you might prefer the range selectors on top of "
+"the department list."
 msgstr ""
 msgstr ""
-"Para cambiar la contraseña del usuario use los campos a continuación. Los "
-"cambios tomarán efecto inmediatamente. Por favor, recuerde la nueva "
-"contraseña, el usuario no podrá autenticarse sin ella."
-
-#: plugins/admin/users/class_userManagement.inc:25
-#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Usuarios"
+"Este menú permite añadir, editar o eliminar los departamentos seleccionados. "
+"Puede usar el selector de rango en la parte superior de la lista de "
+"departamentos, cuando trabaja con un gran número de departamentos."
 
 
-#: plugins/admin/users/class_userManagement.inc:247
-#: plugins/admin/users/class_userManagement.inc:317
-msgid "You are not allowed to set this users password!"
-msgstr "No le es permitido cambiarle la contraseña a estos usuarios."
+#: plugins/admin/departments/headpage.tpl:38
+msgid "Display departments matching"
+msgstr "Mostrar Departamentos que concuerden con"
 
 
-#: plugins/admin/users/class_userManagement.inc:353
-#, php-format
-msgid "You're about to delete the user %s."
-msgstr "Esta a punto de borrar el usuario %s"
+#: plugins/admin/departments/headpage.tpl:42
+msgid "Regular expression for matching department names"
+msgstr "Expresiones regulares para encontrar nombres de departamentos"
 
 
-#: plugins/admin/users/class_userManagement.inc:359
-#: plugins/admin/users/class_userManagement.inc:387
-msgid "You are not allowed to delete this user!"
-msgstr "No le es permitido borrar este usuario"
+#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
+msgid "Department management"
+msgstr "Mantenimiento de Departamentos"
 
 
-#: plugins/admin/users/class_userManagement.inc:488
-#: plugins/admin/systems/class_workstationStartup.inc:49
-#: plugins/admin/ogroups/class_ogroup.inc:240
-msgid "none"
-msgstr "ninguno"
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:43
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+msgid "Departments"
+msgstr "Departamentos"
 
 
-#: plugins/admin/users/class_userManagement.inc:559
-msgid "A person with the choosen name is already used in this tree."
-msgstr "Una persona con el nombre elegido ya existe en el árbol"
+#: plugins/admin/departments/class_departmentManagement.inc:185
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
+#, php-format
+msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+msgstr "Esta a punto de borrar todo el subárbol LDAP colocado bajo '%s'."
 
 
-#: plugins/admin/users/class_userManagement.inc:674
-#, fuzzy
-msgid "Create new user"
-msgstr "Crear una nueva entrada en"
+#: plugins/admin/departments/class_departmentManagement.inc:202
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
+msgid "You have no permission to remove this department."
+msgstr "No tiene permisos para eliminar este departamento."
 
 
-#: plugins/admin/users/class_userManagement.inc:674
+#: plugins/admin/departments/class_departmentManagement.inc:279
+#: plugins/admin/fai/class_faiManagement.inc:434
 #, fuzzy
 #, fuzzy
-msgid "New user"
-msgstr "usuarios"
+msgid "Go to users home department"
+msgstr "Mostrar usuarios del departamento"
 
 
-#: plugins/admin/users/class_userManagement.inc:675
+#: plugins/admin/departments/class_departmentManagement.inc:281
 #, fuzzy
 #, fuzzy
-msgid "Create new template"
-msgstr "Nueva plantilla"
+msgid "Create new department"
+msgstr "Nombre del departamento"
 
 
-#: plugins/admin/users/class_userManagement.inc:675
-msgid "New template"
-msgstr "Nueva plantilla"
+#: plugins/admin/departments/class_departmentManagement.inc:289
+msgid "This table displays all departments, in the selected tree."
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:682
+#: plugins/admin/departments/class_departmentManagement.inc:298
 #, fuzzy
 #, fuzzy
-msgid "password"
-msgstr "Contraseña"
-
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
-msgid "Username"
-msgstr "Nombre de Usuario"
-
-#: plugins/admin/users/class_userManagement.inc:695
-msgid "This table displays all users, in the selected tree."
-msgstr ""
+msgid "Department name"
+msgstr "Mantenimiento de Departamentos"
 
 
-#: plugins/admin/users/class_userManagement.inc:726
-msgid "GOsa"
+#: plugins/admin/departments/class_departmentManagement.inc:392
+msgid ".."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:727
-#, fuzzy
-msgid "Edit generic properties"
-msgstr "Editar propiedades"
-
-#: plugins/admin/users/class_userManagement.inc:729
-#, fuzzy
-msgid "Edit UNIX properties"
-msgstr "Editar propiedades"
+#: plugins/admin/departments/class_departmentGeneric.inc:150
+msgid "You have no permissions to create a department on this 'Base'."
+msgstr "No tiene permisos para crear un departamento en esta 'Base'."
 
 
-#: plugins/admin/users/class_userManagement.inc:731
-#, fuzzy
-msgid "Edit environment properties"
-msgstr "Editar propiedades"
+#: plugins/admin/departments/class_departmentGeneric.inc:157
+#: plugins/admin/departments/class_departmentGeneric.inc:159
+msgid "Department with that 'Name' already exists."
+msgstr "Ya existe un Departamento con este 'Nombre'."
 
 
-#: plugins/admin/users/class_userManagement.inc:733
-#, fuzzy
-msgid "Edit mail properties"
-msgstr "Editar propiedades"
+#: plugins/admin/departments/class_departmentGeneric.inc:167
+msgid "Required field 'Description' is not set."
+msgstr "El campo requerido 'Descripción' no ha sido rellenado."
 
 
-#: plugins/admin/users/class_userManagement.inc:735
-#, fuzzy
-msgid "Edit phone properties"
-msgstr "Editar propiedades"
+#: plugins/admin/departments/class_departmentGeneric.inc:172
+msgid "The field 'Name' contains the reserved word 'incoming'."
+msgstr "El campo 'Nombre' contiene la palabra reservada 'incoming'."
 
 
-#: plugins/admin/users/class_userManagement.inc:737
-#, fuzzy
-msgid "Edit fax properies"
-msgstr "Editar propiedades"
+#: plugins/admin/departments/class_departmentGeneric.inc:173
+msgid " Please choose another name."
+msgstr "Por favor elija otro nombre."
 
 
-#: plugins/admin/users/class_userManagement.inc:739
-#, fuzzy
-msgid "Edit samba properties"
-msgstr "Editar propiedades"
+#: plugins/admin/systems/class_terminalInfo.inc:53
+#: plugins/admin/systems/class_terminalInfo.inc:181
+msgid "present"
+msgstr "presente"
 
 
-#: plugins/admin/users/class_userManagement.inc:740
-#, fuzzy
-msgid "Create user from template"
-msgstr "Nueva plantilla"
+#: plugins/admin/systems/class_terminalInfo.inc:65
+#: plugins/admin/systems/class_terminalService.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:99
+#: plugins/admin/systems/class_terminalGeneric.inc:130
+#: plugins/admin/systems/class_workstationStartup.inc:215
+#: plugins/admin/systems/class_workstationService.inc:124
+msgid "This 'dn' has no terminal features."
+msgstr "Esta 'dn' no tiene características de terminal."
 
 
-#: plugins/admin/users/class_userManagement.inc:741
-#, fuzzy
-msgid "Create user with this template"
-msgstr "Nueva plantilla"
+#: plugins/admin/systems/class_terminalInfo.inc:72
+msgid "This is a virtual terminal which has no properties to show here."
+msgstr ""
+"Este es un terminal virtual que no tiene propiedades que puedan ser mostradas"
 
 
-#: plugins/admin/users/class_userManagement.inc:800
-#, fuzzy
-msgid "Online"
+#: plugins/admin/systems/class_terminalInfo.inc:92
+msgid "online"
 msgstr "en linea"
 
 msgstr "en linea"
 
-#: plugins/admin/users/class_userManagement.inc:807
-#, fuzzy
-msgid "Offline"
-msgstr "fuera de linea"
+#: plugins/admin/systems/class_terminalInfo.inc:144
+msgid "running"
+msgstr "Activo"
 
 
-#: plugins/admin/users/class_userManagement.inc:1028
-#: plugins/admin/users/template.tpl:11
-#: plugins/admin/systems/class_systemManagement.inc:705
-msgid "Template"
-msgstr "Plantilla"
+#: plugins/admin/systems/class_terminalInfo.inc:147
+msgid "not running"
+msgstr "no esta activo"
 
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
-msgstr "Crear un nuevo usuario usando plantillas"
+#: plugins/admin/systems/class_terminalInfo.inc:155
+msgid "unknown status"
+msgstr "estado desconocido"
 
 
-#: plugins/admin/users/template.tpl:6
-#, fuzzy
-msgid ""
-"Creating a new user can be assisted by using templates. Many database "
-"records will be filled automatically. Choose 'none' to skip the usage of "
-"templates."
-msgstr ""
-"Crear un nuevo usuario puede ser asistido a través de plantillas. Algunos "
-"valores en la base de datos serán rellenado automáticamente. Elegir "
-"<b>ninguno</b> para saltarse el uso de plantillas."
+#: plugins/admin/systems/class_terminalInfo.inc:173
+msgid "offline"
+msgstr "fuera de linea"
 
 
-#: plugins/admin/users/remove.tpl:6
-msgid ""
-"This includes all account data, system access rules, imap settings, etc. for "
-"this user. Please double check if your really want to do this since there is "
-"no way for GOsa to get your data back."
-msgstr ""
-"Esto incluye toda las información de cuentas, reglas de acceso al sistema, "
-"configuración IMAP, etc. de este usuario. Por favor pulse dos veces si "
-"quiere realmente hacer esta, ya que no hay manera de que GOsa recupere "
-"posteriormente la información."
+#: plugins/admin/systems/network.tpl:1
+msgid "Network settings"
+msgstr "Configuración de red"
 
 
-#: plugins/admin/users/headpage.tpl:6
-msgid "List of users"
-msgstr "Lista de usuarios"
+#: plugins/admin/systems/network.tpl:8
+msgid "IP-address"
+msgstr "Dirección IP"
 
 
-#: plugins/admin/users/headpage.tpl:24
-msgid ""
-"This menu allows you to create, edit and delete selected users. Having a "
-"great number of users, you may want to use the range selectors on top of the "
-"user list."
-msgstr ""
-"Este menú provee la funcionalidad de crear, editar o borrar los usuarios "
-"seleccionados. Si tiene un gran numero de usuarios usted preferirá usar los "
-"selectores de rangos en la parte superior del listado."
+#: plugins/admin/systems/network.tpl:16
+msgid "MAC-address"
+msgstr "Dirección MAC"
+
+#: plugins/admin/systems/class_servService.inc:264
+msgid "Terminal server, must have fontpath specified."
+msgstr ""
 
 
-#: plugins/admin/users/headpage.tpl:38
-msgid "Select to see template pseudo users"
-msgstr "Seleccione para mostrar los usuarios pseudo plantillas"
+#: plugins/admin/systems/class_winGeneric.inc:73
+#: plugins/admin/systems/class_componentGeneric.inc:51
+msgid "This 'dn' has no network features."
+msgstr "Esta 'dn' no tiene características de red."
 
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Select to see users that have only a GOsa object"
-msgstr "Seleccione para ver los usuarios que solo tienen un objeto GOsa"
+#: plugins/admin/systems/class_winGeneric.inc:142
+#: plugins/admin/systems/class_componentGeneric.inc:113
+#, fuzzy
+msgid "The required field 'Component name' is not set."
+msgstr "El campo requerido 'Sobrenombre' no ha sido rellenado."
 
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Show functional users"
-msgstr "Mostrar usuarios funcionales"
+#: plugins/admin/systems/class_winGeneric.inc:156
+#: plugins/admin/systems/class_componentGeneric.inc:126
+msgid "You have no permissions to create a component on this 'Base'."
+msgstr "No tiene permisos para crear un componente en esta 'Base'."
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Select to see users that have posix settings"
-msgstr "Seleccione para ver usuario que tienen configuraciones posix"
+#: plugins/admin/systems/class_winGeneric.inc:166
+#: plugins/admin/systems/class_terminalGeneric.inc:260
+#: plugins/admin/systems/class_servGeneric.inc:183
+#: plugins/admin/systems/class_workstationGeneric.inc:221
+#: plugins/admin/systems/class_printGeneric.inc:458
+#: plugins/admin/systems/class_componentGeneric.inc:136
+#: plugins/admin/systems/class_phoneGeneric.inc:307
+#, php-format
+msgid "There is already an entry '%s' in the base choosen by you"
+msgstr "Ya hay una entrada '%s' en la base elegida"
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Show unix users"
-msgstr "Mostrar los usuarios unix"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "Información de sistema"
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Select to see users that have mail settings"
-msgstr "Seleccione para ver los usuarios que tiene confiraciones de correo"
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "CPU"
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Show mail users"
-msgstr "Mostrar los usuarios de correo"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "Memoria"
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Select to see users that have samba settings"
-msgstr "Seleccione para ver los usuarios que tiene configuraciones samba"
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr "MAC"
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Show samba users"
-msgstr "Mostrar usuarios samba"
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "Soporte USB"
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Select to see users that have proxy settings"
-msgstr "Seleccione para ver los usuarios que tienen configuraciones de proxy"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "Estado del Sistema"
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Show proxy users"
-msgstr "Mostrar los usuarios de proxy"
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
+msgstr "Número de inventario"
 
 
-#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
-msgid "User administration"
-msgstr "Administración de Usuarios"
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Ultimo Inicio de Sesion"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:50
-msgid "Remove options"
-msgstr "Eliminar opciones"
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "Dispositivos de Red"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:51
-msgid "This application has options. You can disable them by clicking below."
-msgstr "Esta aplicación tiene opciones. Puede desactivarlas pulsando aquí."
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "Controladora IDE"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:53
-msgid "Create options"
-msgstr "Crear opciones"
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "Controladora SCSI"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:54
-msgid ""
-"This application has options disabled. You can enable them by clicking below."
-msgstr ""
-"Esta aplicación tiene opciones desactivadas. Puede activarlas pulsando aquí."
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Disquetera"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "Variable"
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "Unidad de CDROM"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
-msgstr "Valor por defecto"
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/workstationService.tpl:83
+#: plugins/admin/systems/terminalService.tpl:83
+msgid "Graphic device"
+msgstr "Tarjeta Gráfica"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:102
-msgid "Add option"
-msgstr "Añadir opción"
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Tarjeta Sonido"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:154
-#, php-format
-msgid "Value '%s' specified as option name is not valid."
-msgstr "El valor '%s' especificado como nombre de opción no es valido."
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "Arriba desde"
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_applicationManagement.inc:357
-msgid "Application name"
-msgstr "Nombre de la aplicación"
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr "Carga de CPU"
 
 
-#: plugins/admin/applications/generic.tpl:11
-#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
-msgid "Display name"
-msgstr "Nombre mostrado"
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
+msgstr "Uso de memoria"
 
 
-#: plugins/admin/applications/generic.tpl:13
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr ""
-"Nombre que sera mostrado de la aplicación(por ejemplo despues de los iconos)."
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
+msgstr "Uso de partición de intercambio"
 
 
-#: plugins/admin/applications/generic.tpl:19
-msgid "Path and/or binary name of application"
-msgstr "Ruta y nombre del binario de la aplicación"
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr "Servicio SSH"
 
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
-msgstr "Elija lugar del árbol para colocar la aplicación"
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
+msgstr "Servicio de impresión"
 
 
-#: plugins/admin/applications/generic.tpl:48
-msgid "Icon"
-msgstr "Icono"
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "Servicio de exploración"
 
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Update"
-msgstr "Actualizar"
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
+msgstr "Servicio de sonido"
 
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Reload picture from LDAP"
-msgstr "Recargar imagen desde LDAP"
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
 
 
-#: plugins/admin/applications/generic.tpl:70
-msgid "Only executable for members"
-msgstr "Solo ejecutables para los miembros"
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "Gestión del sistema"
 
 
-#: plugins/admin/applications/generic.tpl:72
-msgid "Replace user configuration on startup"
-msgstr "Reemplazar la configuración del usuario en el inicio"
+#: plugins/admin/systems/servservice.tpl:11
+msgid "Nfs Export"
+msgstr "Exportación NFS"
 
 
-#: plugins/admin/applications/generic.tpl:76
-msgid "Place icon on members desktop"
-msgstr "Colocar icono en los escritorios de los miembros "
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
+msgstr "Servicio de Hora"
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Place entry in members startmenu"
-msgstr "Colocar entrado en los menús de inicio de los miembros"
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
+msgstr "Servicio LDAP"
 
 
-#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
-msgid ""
-"This may be used by several groups. Please double check if your really want "
-"to do this since there is no way for GOsa to get your data back."
-msgstr ""
-"Esta puede ser usada por varios grupos. Por favor pulse dos veces si quiere "
-"realmente hacer esto, ya que no hay manera de que GOsa recupere "
-"posteriormente la información."
+#: plugins/admin/systems/servservice.tpl:72
+msgid "Terminal Service"
+msgstr "Servidor de terminal"
 
 
-#: plugins/admin/applications/headpage.tpl:6
-msgid "List of applications"
-msgstr "Lista de aplicaciones"
+#: plugins/admin/systems/servservice.tpl:77
+msgid "Temporary disable login"
+msgstr "Desactivación temporal del acceso"
 
 
-#: plugins/admin/applications/headpage.tpl:24
-msgid ""
-"This menu allows you to add, edit and remove selected applications. You may "
-"want to use the range selector on top of the application listbox, when "
-"working with a large number of applications."
-msgstr ""
-"Este menú permite añadir, editar o eliminar las aplicaciones seleccionadas. "
-"Puede usar el selector de rango en la parte superior de la lista de "
-"aplicaciones, cuando trabaja con un gran número de aplicaciones."
+#: plugins/admin/systems/servservice.tpl:80
+msgid "Font path"
+msgstr "Ruta a las fuentes tipográficas"
 
 
-#: plugins/admin/applications/headpage.tpl:38
-msgid "Display applications matching"
-msgstr "Mostrar aplicaciones que concuerden con"
+#: plugins/admin/systems/servservice.tpl:93
+msgid "Syslog Service"
+msgstr "Servicio de Logs"
+
+#: plugins/admin/systems/servservice.tpl:101
+msgid "Print Service"
+msgstr "Servicio de impresión"
+
+#: plugins/admin/systems/servservice.tpl:109
+#, fuzzy
+msgid "Mail server"
+msgstr "Servidor"
 
 
-#: plugins/admin/applications/headpage.tpl:41
-msgid "Regular expression for matching application names"
-msgstr "Expresiones regulares para encontrar nombres de aplicaciones"
+#: plugins/admin/systems/class_terminalService.inc:83
+#: plugins/admin/systems/class_workstationService.inc:68
+msgid "default"
+msgstr "por defecto"
 
 
-#: plugins/admin/applications/main.inc:38
-#: plugins/admin/applications/main.inc:40
-msgid "Application management"
-msgstr "Mantenimiento de aplicaciones"
+#: plugins/admin/systems/class_terminalService.inc:84
+#: plugins/admin/systems/class_workstationService.inc:69
+msgid "show chooser"
+msgstr "mostrar elegidos"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:106
-#, fuzzy
-msgid "no example"
-msgstr "incompleto"
+#: plugins/admin/systems/class_terminalService.inc:85
+#: plugins/admin/systems/class_workstationService.inc:70
+msgid "direct"
+msgstr "Directo"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:126
-msgid "This 'dn' is no application."
-msgstr "Este 'dn' no es una aplicación"
+#: plugins/admin/systems/class_terminalService.inc:88
+#: plugins/admin/systems/class_workstationService.inc:73
+msgid "load balanced"
+msgstr "balanceo de carga"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:241
-msgid "The specified picture has not been uploaded correctly."
-msgstr "La foto indicada no ha sido subida correctamente."
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:76
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:322
-msgid "You have no permissions to create a application on this 'Base'."
-msgstr "No tiene permisos para crear una aplicación en esta 'Base'."
+#: plugins/admin/systems/class_terminalService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:77
+msgid "ICA client"
+msgstr "Cliente ICA"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:327
-msgid "Required field 'Name' is not filled."
-msgstr "El campo requerido 'Nombre' no ha sido llenado."
+#: plugins/admin/systems/class_terminalService.inc:187
+#: plugins/admin/systems/class_workstationService.inc:171
+msgid "Choose the phone located at the current terminal"
+msgstr "Elija el teléfono localizado en el terminal actual"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:331
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
-msgstr ""
+#: plugins/admin/systems/class_terminalService.inc:251
+#: plugins/admin/systems/class_terminalService.inc:256
+#: plugins/admin/systems/class_workstationService.inc:236
+#: plugins/admin/systems/class_workstationService.inc:241
+msgid "Please specify a valid VSync range."
+msgstr "Por favor especifique un rango VSync valido"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:335
-msgid "Required field 'Execute' is not filled."
-msgstr "El campo requerido 'Ejecutar' no ha sido llenado."
+#: plugins/admin/systems/class_terminalService.inc:266
+#: plugins/admin/systems/class_terminalService.inc:271
+#: plugins/admin/systems/class_workstationService.inc:251
+#: plugins/admin/systems/class_workstationService.inc:256
+msgid "Please specify a valid HSync range."
+msgstr "Por favor especifique un rango HSync valido"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:344
-msgid "There's already an application with this 'Name'."
-msgstr "Ya existe una aplicación con este 'Nombre'."
+#: plugins/admin/systems/class_servDB.inc:134
+#: plugins/admin/systems/class_servDB.inc:150
+#: plugins/admin/systems/class_servDB.inc:160
+#: plugins/admin/systems/class_servDB.inc:165
+#: plugins/admin/systems/class_servDB.inc:171
+#, php-format
+msgid "The attribute '%s' is empty or contains invalid characters."
+msgstr "¡El atributo '%s' está vacío o contiene caracteres no validos!"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:250
+#: plugins/admin/systems/class_servDB.inc:140
 #, php-format
 #, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "Va ha eliminar la aplicación '%s'."
+msgid "The imap connect string needs to be in the form '%s'."
+msgstr "La cadena de conexión imap necesita estar en la forma '%s'."
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:256
-#: plugins/admin/applications/class_applicationManagement.inc:282
-msgid "You are not allowed to delete this application!"
-msgstr "¡No tiene permisos para eliminar esta aplicación!"
+#: plugins/admin/systems/class_servDB.inc:144
+msgid "The sieve port needs to be numeric."
+msgstr "El puerto sieve necesita ser un numero."
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-#, fuzzy
-msgid "new"
-msgstr "Nuevo"
+#: plugins/admin/systems/class_servDB.inc:155
+#, fuzzy, php-format
+msgid "The specified kerberos password is empty."
+msgstr "El archivo especificado está vacío."
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-#, fuzzy
-msgid "Create new application"
-msgstr "Crear aplicaciones"
+#: plugins/admin/systems/class_servDB.inc:179
+#, fuzzy, php-format
+msgid "The imap name string needs to be a hostname or an IP-address."
+msgstr "La cadena de conexión imap necesita estar en la forma '%s'."
 
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Nombre del departamento"
+#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
+msgid "Server name"
+msgstr "Nombre del servidor"
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Nombre del subárbol para crear"
+#: plugins/admin/systems/server.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/terminal.tpl:20 plugins/admin/systems/printer.tpl:22
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/component.tpl:15
+msgid "Choose subtree to place terminal in"
+msgstr "Elija un subárbol donde colocar el terminal"
 
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:56
-msgid "Descriptive text for department"
-msgstr "Descripción del departamento"
+#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/ogroups/termgroup.tpl:3
+msgid "Action"
+msgstr "Acción"
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Categoría"
+#: plugins/admin/systems/server.tpl:42
+msgid "Select action to execute for this server"
+msgstr "Seleccione una acción que se ejecutara en este servidor"
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Categoría de este subarbol"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Número de teléfono"
 
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:122
-msgid "Choose subtree to place department in"
-msgstr "Elija subárbol para colocar el departamento"
+#: plugins/admin/systems/terminal.tpl:9
+msgid "Terminal template"
+msgstr "Plantilla de terminal"
 
 
-#: plugins/admin/departments/generic.tpl:47
-msgid "State where this subtree is located"
-msgstr "País donde esta localizado el subarbol"
+#: plugins/admin/systems/terminal.tpl:11
+msgid "Terminal name"
+msgstr "Nombre de terminal"
 
 
-#: plugins/admin/departments/generic.tpl:51
-msgid "Location of this subtree"
-msgstr "Localización de este subarbol"
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:45
+#: plugins/admin/systems/phonesettings.tpl:21
+msgid "Mode"
+msgstr "Modo"
 
 
-#: plugins/admin/departments/generic.tpl:55
-msgid "Postal address of this subtree"
-msgstr "Dirección postal de este subarbol"
+#: plugins/admin/systems/terminal.tpl:38
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Select terminal mode"
+msgstr "Seleccionar modo de terminal"
 
 
-#: plugins/admin/departments/generic.tpl:59
-msgid "Base telephone number of this subtree"
-msgstr "Número base de teléfono de este subarbol"
+#: plugins/admin/systems/terminal.tpl:52
+msgid "Root server"
+msgstr "Servidor Raíz"
 
 
-#: plugins/admin/departments/generic.tpl:63
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Número base de fax de este subarbol"
+#: plugins/admin/systems/terminal.tpl:54
+msgid "Select NFS root filesystem to use"
+msgstr "Seleccione sistema de archivos raíz 'NFS' que se usará"
 
 
-#: plugins/admin/departments/remove.tpl:6
-#: plugins/gofon/conference/remove.tpl:6
-#, fuzzy
-msgid ""
-"This includes 'all' accounts, systems, etc. in this subtree. Please double "
-"check if your really want to do this since there is no way for GOsa to get "
-"your data back."
+#: plugins/admin/systems/terminal.tpl:60
+msgid "Swap server"
+msgstr "Servidor de Intercambio"
+
+#: plugins/admin/systems/terminal.tpl:62
+msgid "Choose NFS filesystem to place swap files on"
 msgstr ""
 msgstr ""
-"Esto incluye <b>todas</b> las cuentas, sistemas, etc. en este subárbol. Por "
-"favor pulse dos veces si quiere realmente hacer esto, ya que no hay forma de "
-"que GOsa recupere la información posteriormente."
+"Seleccione sistema de archivos 'NFS' donde estarán los archivos de "
+"intercambio"
 
 
-#: plugins/admin/departments/headpage.tpl:6
-msgid "List of departments"
-msgstr "Lista de Departamentos"
+#: plugins/admin/systems/terminal.tpl:74
+#: plugins/admin/systems/workstation.tpl:54
+msgid "Syslog server"
+msgstr "Servidor de Logs"
 
 
-#: plugins/admin/departments/headpage.tpl:24
-msgid ""
-"This menu allows you to create, delete and edit selected departments. Having "
-"a large size of departments, you might prefer the range selectors on top of "
-"the department list."
-msgstr ""
-"Este menú permite añadir, editar o eliminar los departamentos seleccionados. "
-"Puede usar el selector de rango en la parte superior de la lista de "
-"departamentos, cuando trabaja con un gran número de departamentos."
+#: plugins/admin/systems/terminal.tpl:76
+#: plugins/admin/systems/workstation.tpl:56
+msgid "Choose server to use for logging"
+msgstr "Elija un servidor que será usado para registro"
 
 
-#: plugins/admin/departments/headpage.tpl:38
-msgid "Display departments matching"
-msgstr "Mostrar Departamentos que concuerden con"
+#: plugins/admin/systems/terminal.tpl:82
+#: plugins/admin/systems/workstation.tpl:62
+msgid "NTP server"
+msgstr "Servidor NTP"
 
 
-#: plugins/admin/departments/headpage.tpl:42
-msgid "Regular expression for matching department names"
-msgstr "Expresiones regulares para encontrar nombres de departamentos"
+#: plugins/admin/systems/terminal.tpl:84
+#: plugins/admin/systems/workstation.tpl:64
+msgid "Choose server to use for synchronizing time"
+msgstr "Elija un servidor que será usado para sincronización horaria"
 
 
-#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
-msgid "Department management"
-msgstr "Mantenimiento de Departamentos"
+#: plugins/admin/systems/terminal.tpl:103
+#: plugins/admin/systems/workstation.tpl:82
+msgid "Select action to execute for this terminal"
+msgstr "Seleccione una acción que se ejecutara en este terminal"
+
+#: plugins/admin/systems/class_terminalGeneric.inc:63
+msgid "text"
+msgstr "texto"
+
+#: plugins/admin/systems/class_terminalGeneric.inc:64
+msgid "graphic"
+msgstr "Gráfico"
+
+#: plugins/admin/systems/class_terminalGeneric.inc:92
+#: plugins/admin/systems/class_servGeneric.inc:62
+#: plugins/admin/ogroups/class_termgroup.inc:62
+msgid "No WAKECMD definition found in your gosa.conf"
+msgstr "No se ha encontrado ninguna definición de 'WAKECMD' en 'gosa.conf'"
+
+#: plugins/admin/systems/class_terminalGeneric.inc:96
+#: plugins/admin/systems/class_terminalGeneric.inc:108
+#: plugins/admin/systems/class_terminalGeneric.inc:120
+#: plugins/admin/systems/class_servGeneric.inc:66
+#: plugins/admin/systems/class_servGeneric.inc:78
+#: plugins/admin/systems/class_servGeneric.inc:90
+#: plugins/admin/systems/class_workstationGeneric.inc:104
+#: plugins/admin/ogroups/class_termgroup.inc:66
+#: plugins/admin/ogroups/class_termgroup.inc:78
+#: plugins/admin/ogroups/class_termgroup.inc:90
+#, php-format
+msgid "Execution of '%s' failed!"
+msgstr "¡La ejecución de '%s' ha fallado!"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:150
-msgid "You have no permissions to create a department on this 'Base'."
-msgstr "No tiene permisos para crear un departamento en esta 'Base'."
+#: plugins/admin/systems/class_terminalGeneric.inc:104
+#: plugins/admin/systems/class_servGeneric.inc:74
+#: plugins/admin/ogroups/class_termgroup.inc:74
+msgid "No REBOOTCMD definition found in your gosa.conf"
+msgstr "No se ha encontrado ninguna definición de 'REBOOTCMD' en 'gosa.conf'"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:157
-#: plugins/admin/departments/class_departmentGeneric.inc:159
-msgid "Department with that 'Name' already exists."
-msgstr "Ya existe un Departamento con este 'Nombre'."
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_servGeneric.inc:86
+#: plugins/admin/ogroups/class_termgroup.inc:86
+msgid "No HALTCMD definition found in your gosa.conf"
+msgstr "No se ha encontrado ninguna definición de 'HALTCMD' en 'gosa.conf'"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:167
-msgid "Required field 'Description' is not set."
-msgstr "El campo requerido 'Descripción' no ha sido rellenado."
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Switch off"
+msgstr "Apagar"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:172
-msgid "The field 'Name' contains the reserved word 'incoming'."
-msgstr "El campo 'Nombre' contiene la palabra reservada 'incoming'."
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Reboot"
+msgstr "Reiniciar"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:173
-msgid " Please choose another name."
-msgstr "Por favor elija otro nombre."
+#: plugins/admin/systems/class_terminalGeneric.inc:149
+#: plugins/admin/systems/class_servGeneric.inc:117
+#: plugins/admin/systems/class_workstationGeneric.inc:137
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Wake up"
+msgstr "Despertar"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:43
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
-msgid "Departments"
-msgstr "Departamentos"
+#: plugins/admin/systems/class_terminalGeneric.inc:243
+msgid "You have no permissions to create a terminal on this 'Base'."
+msgstr "No tiene permisos para crear un terminal en esta 'Base'."
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:185
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
-#, php-format
-msgid "You're about to delete the whole LDAP subtree placed under '%s'."
-msgstr "Esta a punto de borrar todo el subárbol LDAP colocado bajo '%s'."
+#: plugins/admin/systems/class_terminalGeneric.inc:247
+msgid "The required field 'Terminal name' is not set."
+msgstr " El campo requerido 'Nombre del terminal' no ha sido rellenado."
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:202
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
-msgid "You have no permission to remove this department."
-msgstr "No tiene permisos para eliminar este departamento."
+#: plugins/admin/systems/class_servGeneric.inc:52
+msgid "This 'dn' has no server features."
+msgstr "Esta 'dn' no tiene características de servidor."
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:281
+#: plugins/admin/systems/class_servGeneric.inc:166
 #, fuzzy
 #, fuzzy
-msgid "Create new department"
-msgstr "Nombre del departamento"
+msgid "The required field 'Server name' is not set."
+msgstr "El campo requerido 'Sobrenombre' no ha sido rellenado."
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:289
-msgid "This table displays all departments, in the selected tree."
-msgstr ""
+#: plugins/admin/systems/class_servGeneric.inc:173
+msgid "You have no permissions to create a server on this 'Base'."
+msgstr "No tiene permisos para crear un servidor en esta 'Base'."
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:298
-#, fuzzy
-msgid "Department name"
-msgstr "Mantenimiento de Departamentos"
+#: plugins/admin/systems/class_servDHCP.inc:36
+msgid "Remove DHCP service"
+msgstr "Eliminar servicio DHCP"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:392
-msgid ".."
+#: plugins/admin/systems/class_servDHCP.inc:37
+msgid ""
+"This server has DHCP features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"Este servidor tiene la extensión DHCP activada. Puede desactivarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:53
-#: plugins/admin/systems/class_terminalInfo.inc:181
-msgid "present"
-msgstr "presente"
-
-#: plugins/admin/systems/class_terminalInfo.inc:65
-#: plugins/admin/systems/class_terminalService.inc:139
-#: plugins/admin/systems/class_terminalStartup.inc:99
-#: plugins/admin/systems/class_workstationService.inc:124
-#: plugins/admin/systems/class_workstationStartup.inc:215
-#: plugins/admin/systems/class_terminalGeneric.inc:130
-msgid "This 'dn' has no terminal features."
-msgstr "Esta 'dn' no tiene características de terminal."
+#: plugins/admin/systems/class_servDHCP.inc:39
+msgid "Add DHCP service"
+msgstr "Añadir servicio DHCP"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:72
-msgid "This is a virtual terminal which has no properties to show here."
+#: plugins/admin/systems/class_servDHCP.inc:40
+msgid ""
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Este es un terminal virtual que no tiene propiedades que puedan ser mostradas"
-
-#: plugins/admin/systems/class_terminalInfo.inc:92
-msgid "online"
-msgstr "en linea"
-
-#: plugins/admin/systems/class_terminalInfo.inc:144
-msgid "running"
-msgstr "Activo"
+"Este servidor tiene la extensión DHCP desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:147
-msgid "not running"
-msgstr "no esta activo"
+#: plugins/admin/systems/printer.tpl:6
+#, fuzzy
+msgid "General"
+msgstr "Genérico"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:155
-msgid "unknown status"
-msgstr "estado desconocido"
+#: plugins/admin/systems/printer.tpl:9
+msgid "Printer name"
+msgstr "Nombre de la impresora"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:173
-msgid "offline"
-msgstr "fuera de linea"
+#: plugins/admin/systems/printer.tpl:30
+msgid "Details"
+msgstr ""
 
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network settings"
-msgstr "Configuración de red"
+#: plugins/admin/systems/printer.tpl:33
+#, fuzzy
+msgid "Printer location"
+msgstr "Configuración telefónica"
 
 
-#: plugins/admin/systems/network.tpl:8
-msgid "IP-address"
-msgstr "Dirección IP"
+#: plugins/admin/systems/printer.tpl:37
+msgid "Printer URL"
+msgstr "URL de la impresora"
 
 
-#: plugins/admin/systems/network.tpl:16
-msgid "MAC-address"
-msgstr "Dirección MAC"
+#: plugins/admin/systems/printer.tpl:45
+#: plugins/admin/systems/workstationService.tpl:86
+#: plugins/admin/systems/terminalService.tpl:86
+msgid "Driver"
+msgstr "Controlador"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:73
-#: plugins/admin/systems/class_componentGeneric.inc:51
-msgid "This 'dn' has no network features."
-msgstr "Esta 'dn' no tiene características de red."
+#: plugins/admin/systems/printer.tpl:57
+#, fuzzy
+msgid "Permissions"
+msgstr "Miembro con Permisos"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:142
-#: plugins/admin/systems/class_componentGeneric.inc:113
+#: plugins/admin/systems/printer.tpl:64
 #, fuzzy
 #, fuzzy
-msgid "The required field 'Component name' is not set."
-msgstr "El campo requerido 'Sobrenombre' no ha sido rellenado."
+msgid "Users which are allowed to use this printer"
+msgstr "¡No tiene permisos para eliminar esta entrada!"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:156
-#: plugins/admin/systems/class_componentGeneric.inc:126
-msgid "You have no permissions to create a component on this 'Base'."
-msgstr "No tiene permisos para crear un componente en esta 'Base'."
+#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
+#, fuzzy
+msgid "Add user"
+msgstr "Usuario administrador"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:166
-#: plugins/admin/systems/class_phoneGeneric.inc:302
-#: plugins/admin/systems/class_terminalGeneric.inc:260
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/systems/class_workstationGeneric.inc:221
-#: plugins/admin/systems/class_printGeneric.inc:458
-#: plugins/admin/systems/class_componentGeneric.inc:136
-#, php-format
-msgid "There is already an entry '%s' in the base choosen by you"
-msgstr "Ya hay una entrada '%s' en la base elegida"
+#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
+#, fuzzy
+msgid "Add group"
+msgstr "grupos"
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "Información de sistema"
+#: plugins/admin/systems/printer.tpl:80
+#, fuzzy
+msgid "Users which are allowed to administrate this printer"
+msgstr "¡No tiene permisos para eliminar esta entrada!"
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "CPU"
+#: plugins/admin/systems/printer.tpl:81
+#, fuzzy
+msgid "Admins"
+msgstr "DN del administrador"
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "Memoria"
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Sistemas"
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "MAC"
+#: plugins/admin/systems/class_systemManagement.inc:334
+msgid "You can't edit this object type yet!"
+msgstr "¡No puede editar este tipo de objeto todavía!"
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "Soporte USB"
+#: plugins/admin/systems/class_systemManagement.inc:350
+msgid "Passwords entered as new and repeated do not match!"
+msgstr "!Las contraseñas introducidas como 'nuevo' y 'repetir' no son iguales¡"
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "Estado del Sistema"
+#: plugins/admin/systems/class_systemManagement.inc:363
+msgid "You are not allowed to set this systems password!"
+msgstr "¡No tiene permisos para cambiar contraseñas de sistema!"
 
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
-msgstr "Número de inventario"
+#: plugins/admin/systems/class_systemManagement.inc:407
+#, php-format
+msgid "You're about to delete all information about the component at '%s'."
+msgstr ""
+"Esta a punto de borrar toda la información sobre el componente en '%s'."
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Ultimo Inicio de Sesion"
+#: plugins/admin/systems/class_systemManagement.inc:413
+#: plugins/admin/systems/class_systemManagement.inc:477
+#: plugins/admin/fai/class_faiManagement.inc:210
+#: plugins/admin/fai/class_faiManagement.inc:249
+msgid "You are not allowed to delete this component!"
+msgstr "¡No tiene permisos para eliminar este componente!"
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Dispositivos de Red"
+#: plugins/admin/systems/class_systemManagement.inc:569
+#, fuzzy
+msgid "New Terminal template"
+msgstr "Plantilla de terminal"
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "Controladora IDE"
+#: plugins/admin/systems/class_systemManagement.inc:569
+#: plugins/admin/systems/class_systemManagement.inc:710
+#, fuzzy
+msgid "New Terminal"
+msgstr "Nuevo terminal"
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "Controladora SCSI"
+#: plugins/admin/systems/class_systemManagement.inc:570
+#, fuzzy
+msgid "New Workstation template"
+msgstr "Plantilla de estación de trabajo"
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Disquetera"
+#: plugins/admin/systems/class_systemManagement.inc:570
+#: plugins/admin/systems/class_systemManagement.inc:711
+#, fuzzy
+msgid "New Workstation"
+msgstr "Nueva estación de trabajo"
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "Unidad de CDROM"
+#: plugins/admin/systems/class_systemManagement.inc:571
+#, fuzzy
+msgid "New Server"
+msgstr "Servidor"
 
 
-#: plugins/admin/systems/info.tpl:73
-#: plugins/admin/systems/workstationService.tpl:83
-#: plugins/admin/systems/terminalService.tpl:83
-msgid "Graphic device"
-msgstr "Tarjeta Gráfica"
+#: plugins/admin/systems/class_systemManagement.inc:572
+#, fuzzy
+msgid "New Printer"
+msgstr "Impresora"
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Tarjeta Sonido"
+#: plugins/admin/systems/class_systemManagement.inc:573
+#, fuzzy
+msgid "New Phone"
+msgstr "Teléfono"
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "Arriba desde"
+#: plugins/admin/systems/class_systemManagement.inc:574
+#, fuzzy
+msgid "New Component"
+msgstr "Otros componentes de red"
 
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
-msgstr "Carga de CPU"
+#: plugins/admin/systems/class_systemManagement.inc:582
+#, fuzzy
+msgid "Edit system"
+msgstr "Lista de sistemas"
 
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
-msgstr "Uso de memoria"
+#: plugins/admin/systems/class_systemManagement.inc:583
+#, fuzzy
+msgid "Delete system"
+msgstr "Borrar"
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Uso de partición de intercambio"
+#: plugins/admin/systems/class_systemManagement.inc:589
+#, fuzzy
+msgid "System"
+msgstr "Sistemas"
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "Servicio SSH"
+#: plugins/admin/systems/class_systemManagement.inc:592
+#: plugins/admin/fai/class_faiManagement.inc:473
+msgid "This table displays all systems, in the selected tree."
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "Servicio de impresión"
+#: plugins/admin/systems/class_systemManagement.inc:625
+#, fuzzy
+msgid "Cups Server"
+msgstr "Servidor"
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Servicio de exploración"
+#: plugins/admin/systems/class_systemManagement.inc:626
+msgid "Log Db"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Servicio de sonido"
+#: plugins/admin/systems/class_systemManagement.inc:627
+#, fuzzy
+msgid "Syslog Server"
+msgstr "Servidor de Logs"
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: plugins/admin/systems/class_systemManagement.inc:628
+#, fuzzy
+msgid "Mail Server"
+msgstr "Servidor"
 
 
-#: plugins/admin/systems/class_terminalService.inc:83
-#: plugins/admin/systems/class_workstationService.inc:68
-msgid "default"
-msgstr "por defecto"
+#: plugins/admin/systems/class_systemManagement.inc:629
+#, fuzzy
+msgid "Imap Server"
+msgstr "Servidor de Intercambio"
 
 
-#: plugins/admin/systems/class_terminalService.inc:84
-#: plugins/admin/systems/class_workstationService.inc:69
-msgid "show chooser"
-msgstr "mostrar elegidos"
+#: plugins/admin/systems/class_systemManagement.inc:630
+#, fuzzy
+msgid "Nfs Server"
+msgstr "Servidor"
 
 
-#: plugins/admin/systems/class_terminalService.inc:85
-#: plugins/admin/systems/class_workstationService.inc:70
-msgid "direct"
-msgstr "Directo"
+#: plugins/admin/systems/class_systemManagement.inc:631
+#, fuzzy
+msgid "Kerberos Server"
+msgstr "Kerberos"
 
 
-#: plugins/admin/systems/class_terminalService.inc:88
-#: plugins/admin/systems/class_workstationService.inc:73
-msgid "load balanced"
-msgstr "balanceo de carga"
+#: plugins/admin/systems/class_systemManagement.inc:632
+#, fuzzy
+msgid "Asterisk Server"
+msgstr "Base de datos de usuarios Asterisk"
 
 
-#: plugins/admin/systems/class_terminalService.inc:91
-#: plugins/admin/systems/class_workstationService.inc:76
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/class_systemManagement.inc:633
+#, fuzzy
+msgid "Fax Server"
+msgstr "Servidor"
 
 
-#: plugins/admin/systems/class_terminalService.inc:92
-#: plugins/admin/systems/class_workstationService.inc:77
-msgid "ICA client"
-msgstr "Cliente ICA"
+#: plugins/admin/systems/class_systemManagement.inc:634
+#, fuzzy
+msgid "Ldap Server"
+msgstr "Servidor de Intercambio"
 
 
-#: plugins/admin/systems/class_terminalService.inc:187
-#: plugins/admin/systems/class_workstationService.inc:171
-msgid "Choose the phone located at the current terminal"
-msgstr "Elija el teléfono localizado en el terminal actual"
+#: plugins/admin/systems/class_systemManagement.inc:660
+#, fuzzy
+msgid "Set root password"
+msgstr "Poner Contraseña"
 
 
-#: plugins/admin/systems/class_terminalService.inc:251
-#: plugins/admin/systems/class_terminalService.inc:256
-#: plugins/admin/systems/class_workstationService.inc:236
-#: plugins/admin/systems/class_workstationService.inc:241
-msgid "Please specify a valid VSync range."
-msgstr "Por favor especifique un rango VSync valido"
+#: plugins/admin/systems/class_systemManagement.inc:706
+#: plugins/admin/ogroups/class_ogroupManagement.inc:488
+#, fuzzy
+msgid "Terminal"
+msgstr "Terminales"
 
 
-#: plugins/admin/systems/class_terminalService.inc:266
-#: plugins/admin/systems/class_terminalService.inc:271
-#: plugins/admin/systems/class_workstationService.inc:251
-#: plugins/admin/systems/class_workstationService.inc:256
-msgid "Please specify a valid HSync range."
-msgstr "Por favor especifique un rango HSync valido"
+#: plugins/admin/systems/class_systemManagement.inc:707
+#: plugins/admin/ogroups/class_ogroupManagement.inc:487
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Estación de trabajo"
 
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Gestión del sistema"
+#: plugins/admin/systems/class_systemManagement.inc:712
+#, fuzzy
+msgid "Winstation"
+msgstr "Estación de trabajo"
 
 
-#: plugins/admin/systems/class_servService.inc:264
-msgid "Terminal server, must have fontpath specified."
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:713
+#, fuzzy
+msgid "Network Device"
+msgstr "Dispositivos de Red"
 
 
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Nfs Export"
-msgstr "Exportación NFS"
+#: plugins/admin/systems/class_systemManagement.inc:930
+msgid "New terminal"
+msgstr "Nuevo terminal"
 
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
-msgstr "Servicio de Hora"
+#: plugins/admin/systems/class_systemManagement.inc:933
+msgid "New workstation"
+msgstr "Nueva estación de trabajo"
 
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
-msgstr "Servicio LDAP"
+#: plugins/admin/systems/class_systemManagement.inc:950
+#, fuzzy
+msgid "Terminal template for"
+msgstr "Plantilla de terminal"
 
 
-#: plugins/admin/systems/servservice.tpl:72
-msgid "Terminal Service"
-msgstr "Servidor de terminal"
+#: plugins/admin/systems/class_systemManagement.inc:962
+msgid "Workstation template for"
+msgstr "Plantilla de estación de trabajo para"
 
 
-#: plugins/admin/systems/servservice.tpl:77
-msgid "Temporary disable login"
-msgstr "Desactivación temporal del acceso"
+#: plugins/admin/systems/class_workstationGeneric.inc:70
+#, fuzzy
+msgid "Activated"
+msgstr "Privado"
 
 
-#: plugins/admin/systems/servservice.tpl:80
-msgid "Font path"
-msgstr "Ruta a las fuentes tipográficas"
+#: plugins/admin/systems/class_workstationGeneric.inc:72
+#, fuzzy
+msgid "Memory test"
+msgstr "Memoria"
 
 
-#: plugins/admin/systems/servservice.tpl:93
-msgid "Syslog Service"
-msgstr "Servicio de Logs"
+#: plugins/admin/systems/class_workstationGeneric.inc:73
+#, fuzzy
+msgid "System analysis"
+msgstr "Registro del sistema"
 
 
-#: plugins/admin/systems/servservice.tpl:101
-msgid "Print Service"
-msgstr "Servicio de impresión"
+#: plugins/admin/systems/class_workstationGeneric.inc:100
+#, fuzzy
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "No se ha encontrado ninguna definición de 'HALTCMD' en 'gosa.conf'"
 
 
-#: plugins/admin/systems/servservice.tpl:109
+#: plugins/admin/systems/class_workstationGeneric.inc:114
+msgid "This 'dn' has no workstation features."
+msgstr "Esta 'dn' no tiene características de estación de trabajo."
+
+#: plugins/admin/systems/class_workstationGeneric.inc:132
 #, fuzzy
 #, fuzzy
-msgid "Mail server"
-msgstr "Servidor"
+msgid "Instant update"
+msgstr "Crear cuenta telefónica"
 
 
-#: plugins/admin/systems/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
-msgstr "Elija el tipo de componente del sistema que desea crear"
+#: plugins/admin/systems/class_workstationGeneric.inc:133
+#: plugins/admin/systems/class_workstationGeneric.inc:139
+#, fuzzy
+msgid "Scheduled update"
+msgstr "Plantilla seleccionada"
 
 
-#: plugins/admin/systems/chooser.tpl:4
-msgid ""
-"Linux terminals and workstations are autocreated on bootup. For this reason "
-"you're only be able to create templates for a specific tree. Servers are "
-"normally automatically added too, but in some special cases you may need to "
-"create a faked server entry to provide GOsa with some informations. Other "
-"network components may be used for Nagios setups to create component "
-"dependencies."
+#: plugins/admin/systems/class_workstationGeneric.inc:134
+#: plugins/admin/systems/class_workstationGeneric.inc:138
+msgid "Reinstall"
 msgstr ""
 msgstr ""
-"Terminales linux y estaciones de trabajo son autocreadas en el inicio. Por "
-"esta razón solo se pueden crear plantillas para un árbol específico. "
-"Normalmente los servidores son añadidos también automáticamente, pero en "
-"algunos casos especiales, puede necesitar crear un servidor virtual para "
-"proveer de cierta información a GOsa. Otros componentes de red pueden ser "
-"usados para que la configuración de 'Nagios' creen las dependencias de "
-"componentes."
 
 
-#: plugins/admin/systems/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Plantilla de clientes ligeros Linux"
+#: plugins/admin/systems/class_workstationGeneric.inc:135
+#, fuzzy
+msgid "Rescan hardware"
+msgstr "Componente telefónico"
 
 
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Plantilla de estaciones de trabajo linux"
+#: plugins/admin/systems/class_workstationGeneric.inc:204
+msgid "You have no permissions to create a workstation on this 'Base'."
+msgstr "No tiene permisos para crear una estación de trabajo en esta 'Base'."
 
 
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Servidor Linux"
+#: plugins/admin/systems/class_workstationGeneric.inc:208
+msgid "The required field 'Workstation name' is not set."
+msgstr ""
+" El campo requerido 'Nombre de la estación de trabajo' no ha sido rellenado."
 
 
-#: plugins/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Estación de trabajo Windows"
+#: plugins/admin/systems/class_printGeneric.inc:194
+#: plugins/admin/systems/class_printGeneric.inc:215
+#: plugins/admin/systems/class_printGeneric.inc:218
+msgid "Add printer extension"
+msgstr ""
 
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
-msgstr "Impresora de Red"
+#: plugins/admin/systems/class_printGeneric.inc:195
+#, fuzzy
+msgid ""
+"This workstation has printer extension disabled. You can't enable it while "
+"'cn' is not present in entry. Possibly you are currently creating a new "
+"terminal template"
+msgstr ""
+"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
-msgstr "Otros componentes de red"
+#: plugins/admin/systems/class_printGeneric.inc:207
+#: plugins/admin/systems/class_printGeneric.inc:210
+#, fuzzy
+msgid "Remove printer extension"
+msgstr "Eliminar extensión Kolab"
 
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
-msgstr "Crear"
+#: plugins/admin/systems/class_printGeneric.inc:208
+#, fuzzy
+msgid ""
+"This workstation has printer extension enabled.You can disable it by "
+"clicking below."
+msgstr ""
+"Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/server.tpl:15
-#: plugins/admin/systems/phone.tpl:15 plugins/admin/systems/terminal.tpl:20
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
-msgstr "Elija un subárbol donde colocar el terminal"
+#: plugins/admin/systems/class_printGeneric.inc:211
+#, fuzzy
+msgid ""
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
+msgstr ""
+"Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/workstationService.tpl:4
-#: plugins/admin/systems/terminalService.tpl:4
-msgid "Keyboard"
-msgstr "Teclado"
+#: plugins/admin/systems/class_printGeneric.inc:216
+#, fuzzy
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
+msgstr ""
+"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/workstationService.tpl:7
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:210
-msgid "Model"
-msgstr "Modelo"
+#: plugins/admin/systems/class_printGeneric.inc:219
+#, fuzzy
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
+msgstr ""
+"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/workstationService.tpl:9
-#: plugins/admin/systems/terminalService.tpl:9
-msgid "Choose keyboard model"
-msgstr "Elija modelo de teclado"
+#: plugins/admin/systems/class_printGeneric.inc:230
+msgid "This 'dn' has no printer features."
+msgstr "Esta 'dn' no tiene características de impresora."
 
 
-#: plugins/admin/systems/workstationService.tpl:15
-#: plugins/admin/systems/terminalService.tpl:15
-msgid "Layout"
-msgstr "Disposición"
+#: plugins/admin/systems/class_printGeneric.inc:364
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:17
-#: plugins/admin/systems/terminalService.tpl:17
-msgid "Choose keyboard layout"
-msgstr "Elija localización del teclado"
+#: plugins/admin/systems/class_printGeneric.inc:372
+#, fuzzy
+msgid "can't get ppd informations."
+msgstr "Información de sistema"
 
 
-#: plugins/admin/systems/workstationService.tpl:23
-#: plugins/admin/systems/terminalService.tpl:23
-msgid "Variant"
-msgstr "Variante"
+#: plugins/admin/systems/class_printGeneric.inc:384
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:25
-#: plugins/admin/systems/terminalService.tpl:25
-msgid "Choose keyboard variant"
-msgstr "Elija variante de teclado"
+#: plugins/admin/systems/class_printGeneric.inc:386
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:39
-#: plugins/admin/systems/terminalService.tpl:39
-msgid "Mouse"
-msgstr "Ratón"
+#: plugins/admin/systems/class_printGeneric.inc:448
+msgid "You have no permissions to create a printer on this 'Base'."
+msgstr "No tiene permisos para crear una impresora en esta 'Base'."
 
 
-#: plugins/admin/systems/workstationService.tpl:44
-#: plugins/admin/systems/terminalService.tpl:44
-msgid "Choose mouse type"
-msgstr "Elija tipo de ratón"
+#: plugins/admin/systems/class_printGeneric.inc:584
+#: plugins/admin/systems/class_printGeneric.inc:586
+#: plugins/admin/ogroups/class_ogroupManagement.inc:482
+#: plugins/admin/fai/faiTemplateEntry.tpl:71
+#: plugins/admin/fai/faiTemplateEntry.tpl:103
+#: plugins/generic/references/class_reference.inc:36
+msgid "Group"
+msgstr "Grupo"
 
 
-#: plugins/admin/systems/workstationService.tpl:50
-#: plugins/admin/systems/terminalService.tpl:50
-msgid "Port"
-msgstr "Puerto"
+#: plugins/admin/systems/class_servDNS.inc:36
+msgid "Remove DNS service"
+msgstr "Eliminar servicio DNS"
 
 
-#: plugins/admin/systems/workstationService.tpl:52
-#: plugins/admin/systems/terminalService.tpl:52
-msgid "Choose mouse port"
-msgstr "Elija el puerto del ratón"
+#: plugins/admin/systems/class_servDNS.inc:37
+msgid ""
+"This server has DNS features enabled. You can disable them by clicking below."
+msgstr ""
+"Esta servidor tiene la extensión DNS activada. Puede desactivarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/workstationService.tpl:66
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/gofon/phoneaccount/generic.tpl:24
-msgid "Telephone hardware"
-msgstr "Componente telefónico"
+#: plugins/admin/systems/class_servDNS.inc:39
+msgid "Add DNS service"
+msgstr "Añadir servicio DNS"
 
 
-#: plugins/admin/systems/workstationService.tpl:69
-#: plugins/admin/systems/terminalService.tpl:69
-#: plugins/gofon/phoneaccount/generic.tpl:26
-#: plugins/gofon/phoneaccount/generic.tpl:28
-msgid "Telephone"
-msgstr "Teléfono"
+#: plugins/admin/systems/class_servDNS.inc:40
+msgid ""
+"This server has DNS features disabled. You can enable them by clicking below."
+msgstr ""
+"Este servidor tiene la extensión DNS desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/printer.tpl:45
-#: plugins/admin/systems/terminalService.tpl:86
-msgid "Driver"
-msgstr "Controlador"
+#: plugins/admin/systems/workstation.tpl:9
+msgid "Workstation template"
+msgstr "Plantilla de estación de trabajo"
 
 
-#: plugins/admin/systems/workstationService.tpl:88
-#: plugins/admin/systems/terminalService.tpl:88
-msgid "Choose graphic driver that is needed by the installed graphic board"
-msgstr ""
-"Elija controlador gráfico que se necesita para la tarjeta gráfica instalada"
+#: plugins/admin/systems/workstation.tpl:11
+msgid "Workstation name"
+msgstr "Nombre de la estación de trabajo"
 
 
-#: plugins/admin/systems/workstationService.tpl:96
-#: plugins/admin/systems/terminalService.tpl:96
-msgid "Choose screen resolution used in graphic mode"
-msgstr "Elija la resolución gráfica usada en modo gráfico"
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
+msgstr "Acceso a Kerberos kadmin"
 
 
-#: plugins/admin/systems/workstationService.tpl:102
-#: plugins/admin/systems/terminalService.tpl:102
-msgid "Color depth"
-msgstr "Profundidad del Color"
+#: plugins/admin/systems/servdb.tpl:10
+msgid "Kerberos Realm"
+msgstr "Dominio Kerberos"
 
 
-#: plugins/admin/systems/workstationService.tpl:104
-#: plugins/admin/systems/terminalService.tpl:104
-msgid "Choose colordepth used in graphic mode"
-msgstr "Elija la profundidad de color usada en modo gráfico"
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
+msgid "Admin user"
+msgstr "Usuario administrador"
 
 
-#: plugins/admin/systems/workstationService.tpl:117
-#: plugins/admin/systems/terminalService.tpl:117
-msgid "Display device"
-msgstr "Mostrar dispositivo"
+#: plugins/admin/systems/servdb.tpl:26
+msgid "FAX database"
+msgstr "Base de datos de FAX"
 
 
-#: plugins/admin/systems/workstationService.tpl:124
-#: plugins/admin/systems/terminalService.tpl:124
-msgid "HSync"
-msgstr "HSync"
+#: plugins/admin/systems/servdb.tpl:30
+msgid "FAX DB user"
+msgstr "Base de datos de usuarios de FAX"
 
 
-#: plugins/admin/systems/workstationService.tpl:126
-#: plugins/admin/systems/terminalService.tpl:126
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "Frecuencia de refresco horizontal para el monitor instalado"
+#: plugins/admin/systems/servdb.tpl:42
+msgid "Asterisk management"
+msgstr "Gestión de Asterisk PBX"
 
 
-#: plugins/admin/systems/workstationService.tpl:129
-#: plugins/admin/systems/terminalService.tpl:129
-msgid "VSync"
-msgstr "VSync"
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
+msgstr "Base de datos de usuarios Asterisk"
 
 
-#: plugins/admin/systems/workstationService.tpl:131
-#: plugins/admin/systems/terminalService.tpl:131
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "Frecuencia de refresco vertical para el monitor instalado"
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
+msgstr "Prefijo de marcado nacional"
 
 
-#: plugins/admin/systems/workstationService.tpl:143
-#: plugins/admin/systems/terminalService.tpl:203
-msgid "Scan device"
-msgstr "Dispositivo de escaneo"
+#: plugins/admin/systems/servdb.tpl:58
+msgid "Local dial prefix"
+msgstr "Prefijo de marcado local"
 
 
-#: plugins/admin/systems/workstationService.tpl:144
-#: plugins/admin/systems/terminalService.tpl:204
-msgid "Select to start SANE scan service on terminal"
-msgstr "Seleccione para iniciar el servicio de escáner 'SANE' en el terminal"
+#: plugins/admin/systems/servdb.tpl:70
+msgid "IMAP admin access"
+msgstr "Acceso administrador imap"
 
 
-#: plugins/admin/systems/workstationService.tpl:145
-#: plugins/admin/systems/terminalService.tpl:205
-msgid "Provide scan services"
-msgstr "Provee servicios de exploración"
+#: plugins/admin/systems/servdb.tpl:74
+msgid "Server identifier"
+msgstr "Identificador de servidor"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-#, fuzzy
-msgid "Select entries to add"
-msgstr "Seleccione usuarios que serán añadidos"
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
+msgstr "Conectar a la URL"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-#, fuzzy
-msgid "Display members of department"
-msgstr "Mostrar número de Departamentos"
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
+msgstr "Puerto de Sieve"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-#, fuzzy
-msgid "Display members matching"
-msgstr "Mostrar números que concuerdan con"
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
+msgstr "Base de datos de Logs"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-#, fuzzy
-msgid "Regular expression for matching member names"
-msgstr "Expresiones regulares que concuerden con nombres de usuarios"
+#: plugins/admin/systems/servdb.tpl:104
+msgid "Logging DB user"
+msgstr "Base de datos de acceso de usuarios"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:197
-#, fuzzy
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "¡Por favor introduzca un número de teléfono valido!"
+#: plugins/admin/systems/class_servKolab.inc:115
+msgid "Remove Kolab extension"
+msgstr "Eliminar extensión Kolab"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:251
-#, fuzzy
+#: plugins/admin/systems/class_servKolab.inc:115
 msgid ""
 msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
-msgstr "Ya existe un usuario con este 'Login' en la base de datos."
+"This server has kolab features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:105
-msgid "This 'dn' has no phone features."
-msgstr "Esta 'dn' no tiene características de teléfono."
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid "Add Kolab service"
+msgstr "Añadir el servicio Kolab"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
-#, fuzzy
-msgid "yes"
-msgstr "Sistemas"
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid ""
+"This server has kolab features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
-#, fuzzy
-msgid "no"
-msgstr "ninguno"
+#: plugins/admin/systems/class_servKolab.inc:146
+#, php-format
+msgid "Include data from %s days in the past when creating free/busy lists"
+msgstr ""
+"Incluye información desde hace '%s' días cuando cree listas de presencia"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:198
-msgid "dynamic"
+#: plugins/admin/systems/class_servKolab.inc:152
+#, php-format
+msgid "Warn users when using more than %s%% of their mail quota"
 msgstr ""
 msgstr ""
+"Avisar a los usuarios de que están usando mas de %s%% de su cuota de correo"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:198
-#, fuzzy
-msgid "Networksettings"
-msgstr "Configuración de red"
+#: plugins/admin/systems/class_servKolab.inc:224
+msgid "Future days in Free/Busy settings must be set."
+msgstr "Se deben poner días futuros en la configuración de presencia"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:216
-#, php-format
-msgid ""
-"Can't delete because there are user which are depending on this phone. One "
-"of them is user '%s'."
+#: plugins/admin/systems/class_servKolab.inc:226
+msgid "Future days in Free/Busy settings must be a positive value."
 msgstr ""
 msgstr ""
+"Días futuros en la configuración de presencia debe ser un número positivo."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:273
-#, fuzzy
-msgid "The required field 'Phone name' is not set."
-msgstr "El campo requerido 'Sobrenombre' no ha sido rellenado."
+#: plugins/admin/systems/class_servKolab.inc:230
+msgid "The given Quota settings value must be a number."
+msgstr "El valor introducido como cuota debe ser un número."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:276
-msgid "The 'Phone name' '0' is reserved and cannot be used."
+#: plugins/admin/systems/class_servKolab.inc:232
+msgid "Please choose a value between 1 and 100 for Quota settings."
 msgstr ""
 msgstr ""
+"Por favor introduzca un valor entre 1 y 100 para el parámetro de cuota."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:279
-#: plugins/admin/systems/class_componentGeneric.inc:116
-#, fuzzy
-msgid "The required field 'MAC-address' is not set."
-msgstr " El campo requerido 'Cuenta Principal' no ha sido rellenado."
+#: plugins/admin/systems/class_servKolab.inc:234
+msgid "Future days must be a value."
+msgstr "Días futuros debe ser un valor"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:282
-#: plugins/admin/systems/class_componentGeneric.inc:119
-#, fuzzy
-msgid "The required field 'IP-address' is not set."
-msgstr " El campo requerido 'Cuenta Principal' no ha sido rellenado."
+#: plugins/admin/systems/class_servKolab.inc:238
+msgid "No SMTP privileged networks set."
+msgstr "No se han indicado redes privilegiadas SMTP."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:285
-msgid "Wrong IP format in field IP-address."
-msgstr ""
+#: plugins/admin/systems/class_servKolab.inc:242
+msgid "No SMTP smarthost/relayhost set."
+msgstr "No se ha indicado SMTP smarthost/relayhost"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "You have no permissions to create a phone on this 'Base'."
-msgstr "No tiene permisos para crear un teléfono en esta 'Base'."
+#: plugins/admin/systems/servkolab.tpl:14
+msgid "POP3 service"
+msgstr "Servicio POP3"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:64
-#, php-format
-msgid "Can't open '%s', ppd settings resetted."
-msgstr ""
+#: plugins/admin/systems/servkolab.tpl:22
+msgid "POP3/SSL service"
+msgstr "Servicio POP3/SSL"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:105
-#, php-format
-msgid ""
-"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
-"informations."
-msgstr ""
+#: plugins/admin/systems/servkolab.tpl:30
+msgid "IMAP service"
+msgstr "Servicio IMAP"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:106
-#, fuzzy
-msgid "Can't get ppd informations."
-msgstr "Información genérica del usuario"
+#: plugins/admin/systems/servkolab.tpl:38
+msgid "IMAP/SSL service"
+msgstr "Servicio IMAP/SSL"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:122
-#, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
+#: plugins/admin/systems/servkolab.tpl:46
+msgid "Sieve service"
+msgstr "Servicio Sieve"
+
+#: plugins/admin/systems/servkolab.tpl:54
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
 msgstr ""
 msgstr ""
+"Servicio de presencia de FTP (propio, no tiene interacción con el servicio "
+"de presencia de Kolab2)"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:135
-#, fuzzy, php-format
-msgid "There is already a ppd file for this kind of printer."
-msgstr "Ya existe un usuario con este 'Login' en la base de datos."
+#: plugins/admin/systems/servkolab.tpl:62
+msgid "HTTP FreeBusy service (legacy)"
+msgstr "Servicio de presencia HTTP (propio)"
+
+#: plugins/admin/systems/servkolab.tpl:70
+msgid "Amavis email scanning (virus/spam)"
+msgstr "Desinfectado de correo Amavis (virus/spam)"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:143
-#, fuzzy, php-format
-msgid "Can't save file '%s'."
-msgstr "Borrar"
+#: plugins/admin/systems/servkolab.tpl:81
+msgid "Quota settings"
+msgstr "Parámetros de quotas"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:162
-#: plugins/admin/systems/class_printerPPDDialog.inc:165
-#, fuzzy
-msgid "Please specify a valid ppd file."
-msgstr "Por favor especifique un nombre de usuario valido."
+#: plugins/admin/systems/servkolab.tpl:97
+msgid "Free/Busy settings"
+msgstr "Parámetros de Presencia"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:189
-#, fuzzy
-msgid "Please select a valid ppd."
-msgstr "Por favor introduzca un número de serie válido"
+#: plugins/admin/systems/servkolab.tpl:102
+msgid "Allow unauthenticated downloading of Free/Busy information"
+msgstr "Permite descarga no autentificada de información de presencia."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:363
-#: plugins/admin/systems/class_printerPPDDialog.inc:366
-#, fuzzy
-msgid "True"
-msgstr "Futuro"
+#: plugins/admin/systems/servkolab.tpl:117
+msgid "SMTP privileged networks"
+msgstr "Redes privilegiadas SMTP"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:364
-#: plugins/admin/systems/class_printerPPDDialog.inc:367
-#, fuzzy
-msgid "False"
-msgstr "mujer"
+#: plugins/admin/systems/servkolab.tpl:122
+msgid "Hosts/networks allowed to relay"
+msgstr "Equipos/Redes que son permitidos para hacer relay"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:372
-#, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
+#: plugins/admin/systems/servkolab.tpl:125
+msgid "Enter multiple values, seperated with"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
-msgstr "Nombre del servidor"
+#: plugins/admin/systems/servkolab.tpl:138
+msgid "SMTP smarthost/relayhost"
+msgstr "SMTP smarthost/relayhos"
 
 
-#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/ogroups/termgroup.tpl:3
-msgid "Action"
-msgstr "Acción"
+#: plugins/admin/systems/servkolab.tpl:144
+msgid "Enable MX lookup for relayhost"
+msgstr "Permitir búsquedas MX para los relayhost"
 
 
-#: plugins/admin/systems/server.tpl:42
-msgid "Select action to execute for this server"
-msgstr "Seleccione una acción que se ejecutara en este servidor"
+#: plugins/admin/systems/servkolab.tpl:149
+msgid "Host used to relay mails"
+msgstr "Equipo usado para reenviar correos"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:63
-msgid "text"
-msgstr "texto"
+#: plugins/admin/systems/servkolab.tpl:163
+msgid "Accept Internet Mail"
+msgstr "Aceptar correo desde internet"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:64
-msgid "graphic"
-msgstr "Gráfico"
+#: plugins/admin/systems/servkolab.tpl:169
+msgid "Accept mail from other domains over non-authenticated SMTP"
+msgstr ""
+"Aceptar correo desde otros dominios que usen ninguna autentificación SMTP"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:92
-#: plugins/admin/systems/class_servGeneric.inc:62
-#: plugins/admin/ogroups/class_termgroup.inc:62
-msgid "No WAKECMD definition found in your gosa.conf"
-msgstr "No se ha encontrado ninguna definición de 'WAKECMD' en 'gosa.conf'"
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
+msgstr "Nombre de la maquina"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:96
-#: plugins/admin/systems/class_terminalGeneric.inc:108
-#: plugins/admin/systems/class_terminalGeneric.inc:120
-#: plugins/admin/systems/class_servGeneric.inc:66
-#: plugins/admin/systems/class_servGeneric.inc:78
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/systems/class_workstationGeneric.inc:104
-#: plugins/admin/ogroups/class_termgroup.inc:66
-#: plugins/admin/ogroups/class_termgroup.inc:78
-#: plugins/admin/ogroups/class_termgroup.inc:90
-#, php-format
-msgid "Execution of '%s' failed!"
-msgstr "¡La ejecución de '%s' ha fallado!"
+#: plugins/admin/systems/remove.tpl:6
+msgid ""
+"This includes <b>all</b> system and setup informations. Please double check "
+"if your really want to do this since there is no way for GOsa to get your "
+"data back."
+msgstr ""
+"Esto incluye <b>toda</b> la información de configuración y de sistema. Por "
+"favor pulse dos veces si realmente quiere hacer esto, ya que una vez hecho "
+"esto, no hay forma de que GOsa recupere la información."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: plugins/admin/systems/class_servGeneric.inc:74
-#: plugins/admin/ogroups/class_termgroup.inc:74
-msgid "No REBOOTCMD definition found in your gosa.conf"
-msgstr "No se ha encontrado ninguna definición de 'REBOOTCMD' en 'gosa.conf'"
+#: plugins/admin/systems/headpage.tpl:6
+msgid "List of systems"
+msgstr "Lista de sistemas"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:116
-#: plugins/admin/systems/class_servGeneric.inc:86
-#: plugins/admin/ogroups/class_termgroup.inc:86
-msgid "No HALTCMD definition found in your gosa.conf"
-msgstr "No se ha encontrado ninguna definición de 'HALTCMD' en 'gosa.conf'"
+#: plugins/admin/systems/headpage.tpl:24
+msgid ""
+"This menu allows you to add, remove and change the properties of specific "
+"systems. You can only add systems which have already been started once."
+msgstr ""
+"Este menú permite añadir, modificar o eliminar las propiedades de sistemas "
+"específicos. Solo puede añadir sistemas que han sido ya iniciados alguna vez."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Switch off"
-msgstr "Apagar"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Select to see servers"
+msgstr "Seleccione para ver los servidores"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Reboot"
-msgstr "Reiniciar"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Show servers"
+msgstr "Mostrar servidores"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:117
-#: plugins/admin/systems/class_workstationGeneric.inc:137
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Wake up"
-msgstr "Despertar"
+#: plugins/admin/systems/headpage.tpl:39
+msgid "Select to see Linux terminals"
+msgstr "Seleccione para ver los terminales Linux"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:243
-msgid "You have no permissions to create a terminal on this 'Base'."
-msgstr "No tiene permisos para crear un terminal en esta 'Base'."
+#: plugins/admin/systems/headpage.tpl:39
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Show terminals"
+msgstr "Mostrar terminales"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:247
-msgid "The required field 'Terminal name' is not set."
-msgstr " El campo requerido 'Nombre del terminal' no ha sido rellenado."
+#: plugins/admin/systems/headpage.tpl:40
+msgid "Select to see Linux workstations"
+msgstr "Seleccione para ver las estaciones de trabajo Linux"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-#, fuzzy
-msgid "Printer driver"
-msgstr "Dispositivo de Impresión"
+#: plugins/admin/systems/headpage.tpl:40
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Show workstations"
+msgstr "Mostrar estaciones de trabajo"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:46
-#, fuzzy
-msgid "Select"
-msgstr "Borrar"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Seleccione para ver estaciones de trabajo basadas en Windows"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
-#, fuzzy
-msgid "New driver"
-msgstr "Servidor"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Show windows based workstations"
+msgstr "Mostrara estaciones de trabajo basadas en windows"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
-msgstr "Parametros de inicio"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Select to see network printers"
+msgstr "Seleccione para ver impresoras de red"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "LDAP server"
-msgstr "Servidor LDAP"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Show network printers"
+msgstr "Mostrar impresoras de red"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:10
-#: plugins/admin/systems/terminalStartup.tpl:10
-msgid "Choose LDAP server to use for accounts and terminal management"
-msgstr ""
-"Elija que servidor LDAP se usara para gestión de cuentas de usuario y "
-"terminales"
+#: plugins/admin/systems/headpage.tpl:43
+msgid "Select to see VOIP phones"
+msgstr "Seleccione para ver teléfonos VOIP"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Boot kernel"
-msgstr "Kernel de inicio"
+#: plugins/admin/systems/headpage.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Show phones"
+msgstr "Mostrar teléfonos"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
-msgid "Enter the filename of the kernel to use"
-msgstr "Introduzca el nombre del fichero del núcleo que se usara"
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Select to see network devices"
+msgstr "Seleccione para ver los dispositivos de red"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "Custom options"
-msgstr "Otras opciones"
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Show network devices"
+msgstr "Mostrar dispositivos de Red"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:24
-#: plugins/admin/systems/terminalStartup.tpl:24
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
-msgstr ""
-"Introducir que parametros serán pasados a la configuración de arranque del "
-"nucleo"
+#: plugins/admin/systems/headpage.tpl:52
+msgid "Regular expression for matching system names"
+msgstr "Expresiones regulares para encontrar nombres de sistemas"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:35
+#: plugins/admin/systems/headpage.tpl:59
 #, fuzzy
 #, fuzzy
-msgid "FAI server"
-msgstr "Servidor LDAP"
+msgid "Display systems of user"
+msgstr "Mostrar direcciones del usuario"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:42
+#: plugins/admin/systems/headpage.tpl:62
+msgid "User name of which terminal(s) are shown"
+msgstr "Nombre del usuario cuyo(s) terminal(es) son mostrados "
+
+#: plugins/admin/systems/password.tpl:2
 #, fuzzy
 #, fuzzy
-msgid "Assigned FAI classes"
-msgstr "Elija tipo de ratón"
+msgid ""
+"To change the terminal root password use the fields below. The changes take "
+"effect during the next reboot. Please memorize the new password, because you "
+"wouldn't be able to log in."
+msgstr ""
+"Para cambiar la contraseña del usuario use los campos a continuación. Los "
+"cambios tomarán efecto inmediatamente. Por favor, recuerde la nueva "
+"contraseña, el usuario no podrá autenticarse sin ella."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:62
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
-msgstr "Módulos del núcleo (formato: nombre parametros)"
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationStartup.tpl:64
-#: plugins/admin/systems/terminalStartup.tpl:55
-msgid "Add additional modules to load on startup"
-msgstr "Añadir módulos adicionales que serán cargados al arrancar"
+#: plugins/admin/systems/password.tpl:9
+msgid "Changing the password impinges on authentification only."
+msgstr "Cambiar la contraseña afecta solamente a la autenticación."
 
 
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
-msgstr "Número de teléfono"
+#: plugins/admin/systems/class_servRepositorySetup.inc:115
+#, fuzzy
+msgid "Please enter a value for 'release'."
+msgstr "Por favor especifique un usuario valido."
 
 
-#: plugins/admin/systems/class_servGeneric.inc:52
-msgid "This 'dn' has no server features."
-msgstr "Esta 'dn' no tiene características de servidor."
+#: plugins/admin/systems/class_servRepositorySetup.inc:146
+#, fuzzy
+msgid "Master"
+msgstr "Fecha"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:166
+#: plugins/admin/systems/class_componentGeneric.inc:116
+#: plugins/admin/systems/class_phoneGeneric.inc:279
 #, fuzzy
 #, fuzzy
-msgid "The required field 'Server name' is not set."
-msgstr "El campo requerido 'Sobrenombre' no ha sido rellenado."
+msgid "The required field 'MAC-address' is not set."
+msgstr " El campo requerido 'Cuenta Principal' no ha sido rellenado."
 
 
-#: plugins/admin/systems/class_servGeneric.inc:173
-msgid "You have no permissions to create a server on this 'Base'."
-msgstr "No tiene permisos para crear un servidor en esta 'Base'."
+#: plugins/admin/systems/class_componentGeneric.inc:119
+#: plugins/admin/systems/class_phoneGeneric.inc:282
+#, fuzzy
+msgid "The required field 'IP-address' is not set."
+msgstr " El campo requerido 'Cuenta Principal' no ha sido rellenado."
 
 
-#: plugins/admin/systems/terminal.tpl:9
-msgid "Terminal template"
-msgstr "Plantilla de terminal"
+#: plugins/admin/systems/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
+msgstr "Elija el tipo de componente del sistema que desea crear"
 
 
-#: plugins/admin/systems/terminal.tpl:11
-msgid "Terminal name"
-msgstr "Nombre de terminal"
+#: plugins/admin/systems/chooser.tpl:4
+msgid ""
+"Linux terminals and workstations are autocreated on bootup. For this reason "
+"you're only be able to create templates for a specific tree. Servers are "
+"normally automatically added too, but in some special cases you may need to "
+"create a faked server entry to provide GOsa with some informations. Other "
+"network components may be used for Nagios setups to create component "
+"dependencies."
+msgstr ""
+"Terminales linux y estaciones de trabajo son autocreadas en el inicio. Por "
+"esta razón solo se pueden crear plantillas para un árbol específico. "
+"Normalmente los servidores son añadidos también automáticamente, pero en "
+"algunos casos especiales, puede necesitar crear un servidor virtual para "
+"proveer de cierta información a GOsa. Otros componentes de red pueden ser "
+"usados para que la configuración de 'Nagios' creen las dependencias de "
+"componentes."
 
 
-#: plugins/admin/systems/terminal.tpl:36
-#: plugins/admin/systems/workstation.tpl:45
-#: plugins/admin/systems/phonesettings.tpl:21
-msgid "Mode"
-msgstr "Modo"
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Plantilla de clientes ligeros Linux"
 
 
-#: plugins/admin/systems/terminal.tpl:38
-#: plugins/admin/systems/workstation.tpl:47
-msgid "Select terminal mode"
-msgstr "Seleccionar modo de terminal"
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Plantilla de estaciones de trabajo linux"
 
 
-#: plugins/admin/systems/terminal.tpl:52
-msgid "Root server"
-msgstr "Servidor Raíz"
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Servidor Linux"
 
 
-#: plugins/admin/systems/terminal.tpl:54
-msgid "Select NFS root filesystem to use"
-msgstr "Seleccione sistema de archivos raíz 'NFS' que se usará"
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Estación de trabajo Windows"
 
 
-#: plugins/admin/systems/terminal.tpl:60
-msgid "Swap server"
-msgstr "Servidor de Intercambio"
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
+msgstr "Impresora de Red"
 
 
-#: plugins/admin/systems/terminal.tpl:62
-msgid "Choose NFS filesystem to place swap files on"
-msgstr ""
-"Seleccione sistema de archivos 'NFS' donde estarán los archivos de "
-"intercambio"
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
+msgstr "Otros componentes de red"
 
 
-#: plugins/admin/systems/terminal.tpl:74
-#: plugins/admin/systems/workstation.tpl:54
-msgid "Syslog server"
-msgstr "Servidor de Logs"
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
+msgstr "Crear"
 
 
-#: plugins/admin/systems/terminal.tpl:76
-#: plugins/admin/systems/workstation.tpl:56
-msgid "Choose server to use for logging"
-msgstr "Elija un servidor que será usado para registro"
+#: plugins/admin/systems/class_phoneGeneric.inc:105
+msgid "This 'dn' has no phone features."
+msgstr "Esta 'dn' no tiene características de teléfono."
 
 
-#: plugins/admin/systems/terminal.tpl:82
-#: plugins/admin/systems/workstation.tpl:62
-msgid "NTP server"
-msgstr "Servidor NTP"
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+#, fuzzy
+msgid "yes"
+msgstr "Sistemas"
 
 
-#: plugins/admin/systems/terminal.tpl:84
-#: plugins/admin/systems/workstation.tpl:64
-msgid "Choose server to use for synchronizing time"
-msgstr "Elija un servidor que será usado para sincronización horaria"
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+#, fuzzy
+msgid "no"
+msgstr "ninguno"
 
 
-#: plugins/admin/systems/terminal.tpl:103
-#: plugins/admin/systems/workstation.tpl:82
-msgid "Select action to execute for this terminal"
-msgstr "Seleccione una acción que se ejecutara en este terminal"
+#: plugins/admin/systems/class_phoneGeneric.inc:198
+msgid "dynamic"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr "Eliminar servicio DHCP"
+#: plugins/admin/systems/class_phoneGeneric.inc:198
+#, fuzzy
+msgid "Networksettings"
+msgstr "Configuración de red"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:37
+#: plugins/admin/systems/class_phoneGeneric.inc:216
+#, php-format
 msgid ""
 msgid ""
-"This server has DHCP features enabled. You can disable them by clicking "
-"below."
+"Can't delete because there are user which are depending on this phone. One "
+"of them is user '%s'."
 msgstr ""
 msgstr ""
-"Este servidor tiene la extensión DHCP activada. Puede desactivarla pulsando "
-"aquí."
 
 
-#: plugins/admin/systems/class_servDHCP.inc:39
-msgid "Add DHCP service"
-msgstr "Añadir servicio DHCP"
+#: plugins/admin/systems/class_phoneGeneric.inc:273
+#, fuzzy
+msgid "The required field 'Phone name' is not set."
+msgstr "El campo requerido 'Sobrenombre' no ha sido rellenado."
 
 
-#: plugins/admin/systems/class_servDHCP.inc:40
+#: plugins/admin/systems/class_phoneGeneric.inc:276
+msgid "The 'Phone name' '0' is reserved and cannot be used."
+msgstr ""
+
+#: plugins/admin/systems/class_phoneGeneric.inc:285
+msgid "Wrong IP format in field IP-address."
+msgstr ""
+
+#: plugins/admin/systems/class_phoneGeneric.inc:290
 msgid ""
 msgid ""
-"This server has DHCP features disabled. You can enable them by clicking "
-"below."
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
 msgstr ""
 msgstr ""
-"Este servidor tiene la extensión DHCP desactivada. Puede activarla pulsando "
-"aquí."
 
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
-#: plugins/admin/ogroups/ogroup_objects.tpl:6
-msgid "Select objects to add"
-msgstr "Seleccione objetos a añadir"
+#: plugins/admin/systems/class_phoneGeneric.inc:297
+msgid "You have no permissions to create a phone on this 'Base'."
+msgstr "No tiene permisos para crear un teléfono en esta 'Base'."
 
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
+#: plugins/admin/systems/phonesettings.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "Close"
-msgstr "Elige"
+msgid "Advanced phone settings"
+msgstr "Configuración telefónica"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:70
+#: plugins/admin/systems/phonesettings.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Activated"
-msgstr "Privado"
+msgid "Phone type"
+msgstr "Número de teléfono"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:71
-msgid "Locked"
+#: plugins/admin/systems/phonesettings.tpl:7
+#: plugins/admin/systems/phonesettings.tpl:25
+#: plugins/admin/systems/phonesettings.tpl:35
+#: plugins/admin/systems/phonesettings.tpl:49
+#: plugins/admin/systems/phonesettings.tpl:78
+#: plugins/admin/systems/phonesettings.tpl:109
+#: plugins/admin/systems/phonesettings.tpl:156
+#, fuzzy
+msgid "Choose a phone type"
+msgstr "Elija tipo de ratón"
+
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:72
+#: plugins/admin/systems/phonesettings.tpl:32
 #, fuzzy
 #, fuzzy
-msgid "Memory test"
-msgstr "Memoria"
+msgid "DTMF mode"
+msgstr "Modo"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:73
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
 #, fuzzy
 #, fuzzy
-msgid "System analysis"
-msgstr "Registro del sistema"
+msgid "Default IP"
+msgstr "por defecto"
+
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
+msgstr ""
+
+#: plugins/admin/systems/phonesettings.tpl:75
+#, fuzzy
+msgid "Modus"
+msgstr "Ratón"
+
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:100
+#: plugins/admin/systems/phonesettings.tpl:116
 #, fuzzy
 #, fuzzy
-msgid "No ACTIONCMD definition found in your gosa.conf"
-msgstr "No se ha encontrado ninguna definición de 'HALTCMD' en 'gosa.conf'"
+msgid "Secret"
+msgstr "Calle"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:114
-msgid "This 'dn' has no workstation features."
-msgstr "Esta 'dn' no tiene características de estación de trabajo."
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:132
-#, fuzzy
-msgid "Instant update"
-msgstr "Crear cuenta telefónica"
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:133
-#: plugins/admin/systems/class_workstationGeneric.inc:139
+#: plugins/admin/systems/phonesettings.tpl:145
 #, fuzzy
 #, fuzzy
-msgid "Scheduled update"
-msgstr "Plantilla seleccionada"
+msgid "Account code"
+msgstr "Cuenta"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:134
-#: plugins/admin/systems/class_workstationGeneric.inc:138
-msgid "Reinstall"
-msgstr ""
+#: plugins/admin/systems/phonesettings.tpl:153
+#, fuzzy
+msgid "Trunk lines"
+msgstr "Clientes Ligeros"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:135
+#: plugins/admin/systems/phonesettings.tpl:168
 #, fuzzy
 #, fuzzy
-msgid "Rescan hardware"
-msgstr "Componente telefónico"
+msgid "Hosts that are allowed to connect"
+msgstr "Equipos/Redes que son permitidos para hacer relay"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:204
-msgid "You have no permissions to create a workstation on this 'Base'."
-msgstr "No tiene permisos para crear una estación de trabajo en esta 'Base'."
+#: plugins/admin/systems/phonesettings.tpl:183
+#, fuzzy
+msgid "Hosts that are not allowed to connect"
+msgstr "¡No tiene permisos para eliminar este componente!"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:208
-msgid "The required field 'Workstation name' is not set."
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
 msgstr ""
 msgstr ""
-" El campo requerido 'Nombre de la estación de trabajo' no ha sido rellenado."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Sistemas"
+#: plugins/admin/systems/workstationService.tpl:4
+#: plugins/admin/systems/terminalService.tpl:4
+msgid "Keyboard"
+msgstr "Teclado"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:334
-msgid "You can't edit this object type yet!"
-msgstr "¡No puede editar este tipo de objeto todavía!"
+#: plugins/admin/systems/workstationService.tpl:7
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:210
+msgid "Model"
+msgstr "Modelo"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:350
-msgid "Passwords entered as new and repeated do not match!"
-msgstr "!Las contraseñas introducidas como 'nuevo' y 'repetir' no son iguales¡"
+#: plugins/admin/systems/workstationService.tpl:9
+#: plugins/admin/systems/terminalService.tpl:9
+msgid "Choose keyboard model"
+msgstr "Elija modelo de teclado"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:363
-msgid "You are not allowed to set this systems password!"
-msgstr "¡No tiene permisos para cambiar contraseñas de sistema!"
+#: plugins/admin/systems/workstationService.tpl:15
+#: plugins/admin/systems/terminalService.tpl:15
+msgid "Layout"
+msgstr "Disposición"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:407
-#, php-format
-msgid "You're about to delete all information about the component at '%s'."
-msgstr ""
-"Esta a punto de borrar toda la información sobre el componente en '%s'."
+#: plugins/admin/systems/workstationService.tpl:17
+#: plugins/admin/systems/terminalService.tpl:17
+msgid "Choose keyboard layout"
+msgstr "Elija localización del teclado"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:569
-#, fuzzy
-msgid "New Terminal template"
-msgstr "Plantilla de terminal"
+#: plugins/admin/systems/workstationService.tpl:23
+#: plugins/admin/systems/terminalService.tpl:23
+msgid "Variant"
+msgstr "Variante"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:569
-#: plugins/admin/systems/class_systemManagement.inc:710
-#, fuzzy
-msgid "New Terminal"
-msgstr "Nuevo terminal"
+#: plugins/admin/systems/workstationService.tpl:25
+#: plugins/admin/systems/terminalService.tpl:25
+msgid "Choose keyboard variant"
+msgstr "Elija variante de teclado"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:570
-#, fuzzy
-msgid "New Workstation template"
-msgstr "Plantilla de estación de trabajo"
+#: plugins/admin/systems/workstationService.tpl:39
+#: plugins/admin/systems/terminalService.tpl:39
+msgid "Mouse"
+msgstr "Ratón"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:570
-#: plugins/admin/systems/class_systemManagement.inc:711
-#, fuzzy
-msgid "New Workstation"
-msgstr "Nueva estación de trabajo"
+#: plugins/admin/systems/workstationService.tpl:44
+#: plugins/admin/systems/terminalService.tpl:44
+msgid "Choose mouse type"
+msgstr "Elija tipo de ratón"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:571
-#, fuzzy
-msgid "New Server"
-msgstr "Servidor"
+#: plugins/admin/systems/workstationService.tpl:50
+#: plugins/admin/systems/terminalService.tpl:50
+msgid "Port"
+msgstr "Puerto"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:572
-#, fuzzy
-msgid "New Printer"
-msgstr "Impresora"
+#: plugins/admin/systems/workstationService.tpl:52
+#: plugins/admin/systems/terminalService.tpl:52
+msgid "Choose mouse port"
+msgstr "Elija el puerto del ratón"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:573
-#, fuzzy
-msgid "New Phone"
-msgstr "Teléfono"
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+msgid "Telephone hardware"
+msgstr "Componente telefónico"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:574
-#, fuzzy
-msgid "New Component"
-msgstr "Otros componentes de red"
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+msgid "Telephone"
+msgstr "Teléfono"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:582
-#, fuzzy
-msgid "Edit system"
-msgstr "Lista de sistemas"
+#: plugins/admin/systems/workstationService.tpl:88
+#: plugins/admin/systems/terminalService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
+msgstr ""
+"Elija controlador gráfico que se necesita para la tarjeta gráfica instalada"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:583
-#, fuzzy
-msgid "Delete system"
-msgstr "Borrar"
+#: plugins/admin/systems/workstationService.tpl:96
+#: plugins/admin/systems/terminalService.tpl:96
+msgid "Choose screen resolution used in graphic mode"
+msgstr "Elija la resolución gráfica usada en modo gráfico"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:589
-#, fuzzy
-msgid "System"
-msgstr "Sistemas"
+#: plugins/admin/systems/workstationService.tpl:102
+#: plugins/admin/systems/terminalService.tpl:102
+msgid "Color depth"
+msgstr "Profundidad del Color"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:625
-#, fuzzy
-msgid "Cups Server"
-msgstr "Servidor"
+#: plugins/admin/systems/workstationService.tpl:104
+#: plugins/admin/systems/terminalService.tpl:104
+msgid "Choose colordepth used in graphic mode"
+msgstr "Elija la profundidad de color usada en modo gráfico"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:626
-msgid "Log Db"
-msgstr ""
+#: plugins/admin/systems/workstationService.tpl:117
+#: plugins/admin/systems/terminalService.tpl:117
+msgid "Display device"
+msgstr "Mostrar dispositivo"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:627
-#, fuzzy
-msgid "Syslog Server"
-msgstr "Servidor de Logs"
+#: plugins/admin/systems/workstationService.tpl:124
+#: plugins/admin/systems/terminalService.tpl:124
+msgid "HSync"
+msgstr "HSync"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:628
-#, fuzzy
-msgid "Mail Server"
-msgstr "Servidor"
+#: plugins/admin/systems/workstationService.tpl:126
+#: plugins/admin/systems/terminalService.tpl:126
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "Frecuencia de refresco horizontal para el monitor instalado"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:629
-#, fuzzy
-msgid "Imap Server"
-msgstr "Servidor de Intercambio"
+#: plugins/admin/systems/workstationService.tpl:129
+#: plugins/admin/systems/terminalService.tpl:129
+msgid "VSync"
+msgstr "VSync"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:630
-#, fuzzy
-msgid "Nfs Server"
-msgstr "Servidor"
+#: plugins/admin/systems/workstationService.tpl:131
+#: plugins/admin/systems/terminalService.tpl:131
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "Frecuencia de refresco vertical para el monitor instalado"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:631
-#, fuzzy
-msgid "Kerberos Server"
-msgstr "Kerberos"
+#: plugins/admin/systems/workstationService.tpl:143
+#: plugins/admin/systems/terminalService.tpl:203
+msgid "Scan device"
+msgstr "Dispositivo de escaneo"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:632
-#, fuzzy
-msgid "Asterisk Server"
-msgstr "Base de datos de usuarios Asterisk"
+#: plugins/admin/systems/workstationService.tpl:144
+#: plugins/admin/systems/terminalService.tpl:204
+msgid "Select to start SANE scan service on terminal"
+msgstr "Seleccione para iniciar el servicio de escáner 'SANE' en el terminal"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:633
-#, fuzzy
-msgid "Fax Server"
-msgstr "Servidor"
+#: plugins/admin/systems/workstationService.tpl:145
+#: plugins/admin/systems/terminalService.tpl:205
+msgid "Provide scan services"
+msgstr "Provee servicios de exploración"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:634
+#: plugins/admin/systems/class_servNfs.inc:104
 #, fuzzy
 #, fuzzy
-msgid "Ldap Server"
-msgstr "Servidor de Intercambio"
+msgid "Please specify a valid path for your setup."
+msgstr "Por favor especifique un usuario valido."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:660
+#: plugins/admin/systems/class_servNfs.inc:110
 #, fuzzy
 #, fuzzy
-msgid "Set root password"
-msgstr "Poner Contraseña"
+msgid "Please specify a valid name for your setup."
+msgstr "Por favor especifique un usuario valido."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:706
-#: plugins/admin/ogroups/class_ogroupManagement.inc:488
+#: plugins/admin/systems/class_servNfs.inc:113
 #, fuzzy
 #, fuzzy
-msgid "Terminal"
-msgstr "Terminales"
-
-#: plugins/admin/systems/class_systemManagement.inc:707
-#: plugins/admin/ogroups/class_ogroupManagement.inc:487
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
-msgstr "Estación de trabajo"
+msgid "Please specify a name for your setup."
+msgstr "Por favor especifique un usuario valido."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:712
+#: plugins/admin/systems/class_servNfs.inc:118
 #, fuzzy
 #, fuzzy
-msgid "Winstation"
-msgstr "Estación de trabajo"
+msgid "Description contains invalid characters."
+msgstr "¡El tiempo de expiración '%s' contiene caracteres no validos!"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:713
+#: plugins/admin/systems/class_servNfs.inc:122
 #, fuzzy
 #, fuzzy
-msgid "Network Device"
-msgstr "Dispositivos de Red"
-
-#: plugins/admin/systems/class_systemManagement.inc:930
-msgid "New terminal"
-msgstr "Nuevo terminal"
-
-#: plugins/admin/systems/class_systemManagement.inc:933
-msgid "New workstation"
-msgstr "Nueva estación de trabajo"
+msgid "Path contains invalid characters."
+msgstr "El campo 'Nombre' contiene caracteres no validos."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:950
+#: plugins/admin/systems/class_servNfs.inc:126
 #, fuzzy
 #, fuzzy
-msgid "Terminal template for"
-msgstr "Plantilla de terminal"
-
-#: plugins/admin/systems/class_systemManagement.inc:962
-msgid "Workstation template for"
-msgstr "Plantilla de estación de trabajo para"
+msgid "Option contains invalid characters."
+msgstr "¡El tiempo de expiración '%s' contiene caracteres no validos!"
 
 
-#: plugins/admin/systems/printer.tpl:6
+#: plugins/admin/systems/servnfs.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "General"
-msgstr "Genérico"
-
-#: plugins/admin/systems/printer.tpl:9
-msgid "Printer name"
-msgstr "Nombre de la impresora"
+msgid "Edit share"
+msgstr "Usuario administrador"
 
 
-#: plugins/admin/systems/printer.tpl:30
-msgid "Details"
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:33
-#, fuzzy
-msgid "Printer location"
-msgstr "Configuración telefónica"
-
-#: plugins/admin/systems/printer.tpl:37
-msgid "Printer URL"
-msgstr "URL de la impresora"
-
-#: plugins/admin/systems/printer.tpl:57
-#, fuzzy
-msgid "Permissions"
-msgstr "Miembro con Permisos"
+#: plugins/admin/systems/servnfs.tpl:25
+msgid "Path"
+msgstr ""
 
 
-#: plugins/admin/systems/printer.tpl:64
+#: plugins/admin/systems/servnfs.tpl:49
 #, fuzzy
 #, fuzzy
-msgid "Users which are allowed to use this printer"
-msgstr "¡No tiene permisos para eliminar esta entrada!"
+msgid "Charset"
+msgstr "Borrar"
 
 
-#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
+#: plugins/admin/systems/servnfs.tpl:59
 #, fuzzy
 #, fuzzy
-msgid "Add user"
-msgstr "Usuario administrador"
+msgid "Option"
+msgstr "Opciones"
 
 
-#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
+#: plugins/admin/systems/printerPPDDialog.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "Add group"
-msgstr "grupos"
+msgid "Printer driver"
+msgstr "Dispositivo de Impresión"
 
 
-#: plugins/admin/systems/printer.tpl:80
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:46
 #, fuzzy
 #, fuzzy
-msgid "Users which are allowed to administrate this printer"
-msgstr "¡No tiene permisos para eliminar esta entrada!"
+msgid "Select"
+msgstr "Borrar"
 
 
-#: plugins/admin/systems/printer.tpl:81
+#: plugins/admin/systems/printerPPDDialog.tpl:9
 #, fuzzy
 #, fuzzy
-msgid "Admins"
-msgstr "DN del administrador"
-
-#: plugins/admin/systems/class_servDNS.inc:36
-msgid "Remove DNS service"
-msgstr "Eliminar servicio DNS"
+msgid "New driver"
+msgstr "Servidor"
 
 
-#: plugins/admin/systems/class_servDNS.inc:37
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
+#: plugins/admin/systems/class_printerPPDDialog.inc:64
+#, php-format
+msgid "Can't open '%s', ppd settings resetted."
 msgstr ""
 msgstr ""
-"Esta servidor tiene la extensión DNS activada. Puede desactivarla pulsando "
-"aquí."
 
 
-#: plugins/admin/systems/class_servDNS.inc:39
-msgid "Add DNS service"
-msgstr "Añadir servicio DNS"
-
-#: plugins/admin/systems/class_servDNS.inc:40
+#: plugins/admin/systems/class_printerPPDDialog.inc:105
+#, php-format
 msgid ""
 msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
+"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
+"informations."
 msgstr ""
 msgstr ""
-"Este servidor tiene la extensión DNS desactivada. Puede activarla pulsando "
-"aquí."
 
 
-#: plugins/admin/systems/class_servDB.inc:134
-#: plugins/admin/systems/class_servDB.inc:150
-#: plugins/admin/systems/class_servDB.inc:160
-#: plugins/admin/systems/class_servDB.inc:165
-#: plugins/admin/systems/class_servDB.inc:171
-#, php-format
-msgid "The attribute '%s' is empty or contains invalid characters."
-msgstr "¡El atributo '%s' está vacío o contiene caracteres no validos!"
+#: plugins/admin/systems/class_printerPPDDialog.inc:106
+#, fuzzy
+msgid "Can't get ppd informations."
+msgstr "Información genérica del usuario"
 
 
-#: plugins/admin/systems/class_servDB.inc:140
+#: plugins/admin/systems/class_printerPPDDialog.inc:122
 #, php-format
 #, php-format
-msgid "The imap connect string needs to be in the form '%s'."
-msgstr "La cadena de conexión imap necesita estar en la forma '%s'."
-
-#: plugins/admin/systems/class_servDB.inc:144
-msgid "The sieve port needs to be numeric."
-msgstr "El puerto sieve necesita ser un numero."
+msgid "Can't create folder '%s' for the uploaded ppd file."
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDB.inc:155
+#: plugins/admin/systems/class_printerPPDDialog.inc:135
 #, fuzzy, php-format
 #, fuzzy, php-format
-msgid "The specified kerberos password is empty."
-msgstr "El archivo especificado está vacío."
+msgid "There is already a ppd file for this kind of printer."
+msgstr "Ya existe un usuario con este 'Login' en la base de datos."
 
 
-#: plugins/admin/systems/class_servDB.inc:179
+#: plugins/admin/systems/class_printerPPDDialog.inc:143
 #, fuzzy, php-format
 #, fuzzy, php-format
-msgid "The imap name string needs to be a hostname or an IP-address."
-msgstr "La cadena de conexión imap necesita estar en la forma '%s'."
+msgid "Can't save file '%s'."
+msgstr "Borrar"
 
 
-#: plugins/admin/systems/workstation.tpl:9
-msgid "Workstation template"
-msgstr "Plantilla de estación de trabajo"
+#: plugins/admin/systems/class_printerPPDDialog.inc:162
+#: plugins/admin/systems/class_printerPPDDialog.inc:165
+#, fuzzy
+msgid "Please specify a valid ppd file."
+msgstr "Por favor especifique un nombre de usuario valido."
 
 
-#: plugins/admin/systems/workstation.tpl:11
-msgid "Workstation name"
-msgstr "Nombre de la estación de trabajo"
+#: plugins/admin/systems/class_printerPPDDialog.inc:189
+#, fuzzy
+msgid "Please select a valid ppd."
+msgstr "Por favor introduzca un número de serie válido"
 
 
-#: plugins/admin/systems/class_servNfs.inc:104
+#: plugins/admin/systems/class_printerPPDDialog.inc:313
+#: plugins/admin/fai/faiPackage.tpl:41
 #, fuzzy
 #, fuzzy
-msgid "Please specify a valid path for your setup."
-msgstr "Por favor especifique un usuario valido."
+msgid "Section"
+msgstr "Acción"
 
 
-#: plugins/admin/systems/class_servNfs.inc:110
+#: plugins/admin/systems/class_printerPPDDialog.inc:363
+#: plugins/admin/systems/class_printerPPDDialog.inc:366
 #, fuzzy
 #, fuzzy
-msgid "Please specify a valid name for your setup."
-msgstr "Por favor especifique un usuario valido."
+msgid "True"
+msgstr "Futuro"
 
 
-#: plugins/admin/systems/class_servNfs.inc:113
+#: plugins/admin/systems/class_printerPPDDialog.inc:364
+#: plugins/admin/systems/class_printerPPDDialog.inc:367
 #, fuzzy
 #, fuzzy
-msgid "Please specify a name for your setup."
-msgstr "Por favor especifique un usuario valido."
+msgid "False"
+msgstr "mujer"
 
 
-#: plugins/admin/systems/class_servNfs.inc:118
+#: plugins/admin/systems/class_printerPPDDialog.inc:372
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
+msgstr ""
+
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
 #, fuzzy
 #, fuzzy
-msgid "Description contains invalid characters."
-msgstr "¡El tiempo de expiración '%s' contiene caracteres no validos!"
+msgid "Printer ppd selection."
+msgstr "Configuración telefónica"
 
 
-#: plugins/admin/systems/class_servNfs.inc:122
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+msgid "Select objects to add"
+msgstr "Seleccione objetos a añadir"
+
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/fai/faiProfileEntry.tpl:56 plugins/admin/fai/headpage.tpl:47
+#: plugins/admin/fai/faiPackageEntry.tpl:48
+msgid "Display objects matching"
+msgstr "Mostrar objetos que concuerden con"
+
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:60 plugins/admin/fai/headpage.tpl:51
+#: plugins/admin/fai/faiPackageEntry.tpl:53
+msgid "Regular expression for matching object names"
+msgstr "Expresiones regulares que concuerden con nombres de objetos"
+
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
 #, fuzzy
 #, fuzzy
-msgid "Path contains invalid characters."
-msgstr "El campo 'Nombre' contiene caracteres no validos."
+msgid "Close"
+msgstr "Elige"
 
 
-#: plugins/admin/systems/class_servNfs.inc:126
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
 #, fuzzy
 #, fuzzy
-msgid "Option contains invalid characters."
-msgstr "¡El tiempo de expiración '%s' contiene caracteres no validos!"
+msgid "Select entries to add"
+msgstr "Seleccione usuarios que serán añadidos"
 
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
-msgstr "Acceso a Kerberos kadmin"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+#, fuzzy
+msgid "Display members of department"
+msgstr "Mostrar número de Departamentos"
 
 
-#: plugins/admin/systems/servdb.tpl:10
-msgid "Kerberos Realm"
-msgstr "Dominio Kerberos"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+#, fuzzy
+msgid "Display members matching"
+msgstr "Mostrar números que concuerdan con"
 
 
-#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
-msgid "Admin user"
-msgstr "Usuario administrador"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+#, fuzzy
+msgid "Regular expression for matching member names"
+msgstr "Expresiones regulares que concuerden con nombres de usuarios"
 
 
-#: plugins/admin/systems/servdb.tpl:26
-msgid "FAX database"
-msgstr "Base de datos de FAX"
+#: plugins/admin/systems/class_workstationStartup.inc:197
+#, fuzzy
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "¡Por favor introduzca un número de teléfono valido!"
 
 
-#: plugins/admin/systems/servdb.tpl:30
-msgid "FAX DB user"
-msgstr "Base de datos de usuarios de FAX"
+#: plugins/admin/systems/class_workstationStartup.inc:251
+#, fuzzy
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
+msgstr "Ya existe un usuario con este 'Login' en la base de datos."
 
 
-#: plugins/admin/systems/servdb.tpl:42
-msgid "Asterisk management"
-msgstr "Gestión de Asterisk PBX"
+#: plugins/admin/systems/servRepositorySetup.tpl:1
+#: plugins/admin/fai/faiPackage.tpl:29
+#, fuzzy
+msgid "Repository"
+msgstr "Reintentar"
 
 
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
-msgstr "Base de datos de usuarios Asterisk"
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
+#, fuzzy
+msgid "Release"
+msgstr "Paquete de reglas"
 
 
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
-msgstr "Prefijo de marcado nacional"
+#: plugins/admin/systems/servRepositorySetup.tpl:15
+#, fuzzy
+msgid "Parent server"
+msgstr "Servicio de impresión"
 
 
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
-msgstr "Prefijo de marcado local"
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+msgid "Url"
+msgstr ""
 
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
-msgstr "Acceso administrador imap"
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:152
+#, fuzzy
+msgid "Sections"
+msgstr "Acción"
 
 
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
-msgstr "Identificador de servidor"
+#: plugins/admin/systems/workstationStartup.tpl:4
+#: plugins/admin/systems/terminalStartup.tpl:1
+msgid "Boot parameters"
+msgstr "Parametros de inicio"
 
 
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
-msgstr "Conectar a la URL"
+#: plugins/admin/systems/workstationStartup.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:8
+msgid "LDAP server"
+msgstr "Servidor LDAP"
 
 
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
-msgstr "Puerto de Sieve"
+#: plugins/admin/systems/workstationStartup.tpl:10
+#: plugins/admin/systems/terminalStartup.tpl:10
+msgid "Choose LDAP server to use for accounts and terminal management"
+msgstr ""
+"Elija que servidor LDAP se usara para gestión de cuentas de usuario y "
+"terminales"
 
 
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
-msgstr "Base de datos de Logs"
+#: plugins/admin/systems/workstationStartup.tpl:17
+#: plugins/admin/systems/terminalStartup.tpl:17
+msgid "Boot kernel"
+msgstr "Kernel de inicio"
 
 
-#: plugins/admin/systems/servdb.tpl:104
-msgid "Logging DB user"
-msgstr "Base de datos de acceso de usuarios"
+#: plugins/admin/systems/workstationStartup.tpl:19
+#: plugins/admin/systems/terminalStartup.tpl:19
+msgid "Enter the filename of the kernel to use"
+msgstr "Introduzca el nombre del fichero del núcleo que se usara"
 
 
-#: plugins/admin/systems/servnfs.tpl:1
-#, fuzzy
-msgid "Edit share"
-msgstr "Usuario administrador"
+#: plugins/admin/systems/workstationStartup.tpl:22
+#: plugins/admin/systems/terminalStartup.tpl:22
+msgid "Custom options"
+msgstr "Otras opciones"
 
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
+#: plugins/admin/systems/workstationStartup.tpl:24
+#: plugins/admin/systems/terminalStartup.tpl:24
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
 msgstr ""
 msgstr ""
+"Introducir que parametros serán pasados a la configuración de arranque del "
+"nucleo"
 
 
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr ""
+#: plugins/admin/systems/workstationStartup.tpl:35
+#, fuzzy
+msgid "FAI server"
+msgstr "Servidor LDAP"
 
 
-#: plugins/admin/systems/servnfs.tpl:49
+#: plugins/admin/systems/workstationStartup.tpl:41
+#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
 #, fuzzy
 #, fuzzy
-msgid "Charset"
+msgid "set"
 msgstr "Borrar"
 
 msgstr "Borrar"
 
-#: plugins/admin/systems/servnfs.tpl:59
+#: plugins/admin/systems/workstationStartup.tpl:42
 #, fuzzy
 #, fuzzy
-msgid "Option"
-msgstr "Opciones"
+msgid "Assigned FAI classes"
+msgstr "Elija tipo de ratón"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid "Remove Kolab extension"
-msgstr "Eliminar extensión Kolab"
+#: plugins/admin/systems/workstationStartup.tpl:62
+#: plugins/admin/systems/terminalStartup.tpl:53
+msgid "Kernel modules (format: name parameters)"
+msgstr "Módulos del núcleo (formato: nombre parametros)"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid ""
-"This server has kolab features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
-"aquí."
+#: plugins/admin/systems/workstationStartup.tpl:64
+#: plugins/admin/systems/terminalStartup.tpl:55
+msgid "Add additional modules to load on startup"
+msgstr "Añadir módulos adicionales que serán cargados al arrancar"
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid "Add Kolab service"
-msgstr "Añadir el servicio Kolab"
+#: plugins/admin/systems/terminalService.tpl:141
+msgid "Remote desktop"
+msgstr "Escritorio remoto"
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid ""
-"This server has kolab features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
-"aquí."
+#: plugins/admin/systems/terminalService.tpl:145
+msgid "Connect method"
+msgstr "Método de conexión"
 
 
-#: plugins/admin/systems/class_servKolab.inc:146
-#, php-format
-msgid "Include data from %s days in the past when creating free/busy lists"
-msgstr ""
-"Incluye información desde hace '%s' días cuando cree listas de presencia"
+#: plugins/admin/systems/terminalService.tpl:147
+msgid "Choose method to connect to terminal server"
+msgstr "Elija el método de conexión con el servidor de terminal"
 
 
-#: plugins/admin/systems/class_servKolab.inc:152
-#, php-format
-msgid "Warn users when using more than %s%% of their mail quota"
-msgstr ""
-"Avisar a los usuarios de que están usando mas de %s%% de su cuota de correo"
+#: plugins/admin/systems/terminalService.tpl:154
+msgid "Terminal server"
+msgstr "Servidor de terminal"
 
 
-#: plugins/admin/systems/class_servKolab.inc:224
-msgid "Future days in Free/Busy settings must be set."
-msgstr "Se deben poner días futuros en la configuración de presencia"
+#: plugins/admin/systems/terminalService.tpl:156
+msgid "Select specific terminal server to use"
+msgstr "Seleccione específicamente que servidor de terminal usará"
 
 
-#: plugins/admin/systems/class_servKolab.inc:226
-msgid "Future days in Free/Busy settings must be a positive value."
+#: plugins/admin/systems/terminalService.tpl:163
+msgid "Font server"
+msgstr "Servidor de fuentes"
+
+#: plugins/admin/systems/terminalService.tpl:165
+msgid "Select specific font server to use"
+msgstr "Seleccione específicamente que servidor de fuentes usará"
+
+#: plugins/admin/systems/terminalService.tpl:181
+msgid "Print device"
+msgstr "Dispositivo de Impresión"
+
+#: plugins/admin/systems/terminalService.tpl:182
+msgid "Select to start IPP based printing service on terminal"
 msgstr ""
 msgstr ""
-"Días futuros en la configuración de presencia debe ser un número positivo."
+"Seleccione para iniciar el servicio de impresión basado en 'IPP' en el "
+"terminal"
 
 
-#: plugins/admin/systems/class_servKolab.inc:230
-msgid "The given Quota settings value must be a number."
-msgstr "El valor introducido como cuota debe ser un número."
+#: plugins/admin/systems/terminalService.tpl:183
+msgid "Provide print services"
+msgstr "Proveer servicios de impresión"
 
 
-#: plugins/admin/systems/class_servKolab.inc:232
-msgid "Please choose a value between 1 and 100 for Quota settings."
+#: plugins/admin/systems/terminalService.tpl:189
+msgid "Spool server"
+msgstr "Servidor de Cola"
+
+#: plugins/admin/systems/terminalService.tpl:191
+msgid "Select NFS filesystem to place spool files on"
 msgstr ""
 msgstr ""
-"Por favor introduzca un valor entre 1 y 100 para el parámetro de cuota."
+"Seleccione un sistema de archivos 'NFS' para colocar los ficheros de la cola"
 
 
-#: plugins/admin/systems/class_servKolab.inc:234
-msgid "Future days must be a value."
-msgstr "Días futuros debe ser un valor"
+#: plugins/admin/systems/terminalService.tpl:212
+msgid "Select scanner driver to use"
+msgstr "Seleccione que controladores de escáner se usaran"
 
 
-#: plugins/admin/systems/class_servKolab.inc:238
-msgid "No SMTP privileged networks set."
-msgstr "No se han indicado redes privilegiadas SMTP."
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
+msgstr "Seleccione si el terminal soporta inicio gráfico con barra de progreso"
 
 
-#: plugins/admin/systems/class_servKolab.inc:242
-msgid "No SMTP smarthost/relayhost set."
-msgstr "No se ha indicado SMTP smarthost/relayhost"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "Usar arranque gráfico"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:194
-#: plugins/admin/systems/class_printGeneric.inc:215
-#: plugins/admin/systems/class_printGeneric.inc:218
-msgid "Add printer extension"
-msgstr ""
+#: plugins/admin/systems/terminalStartup.tpl:38
+msgid "Select if terminal should boot in text mode"
+msgstr "Seleccione si el terminal debería arrancar en modo texto"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:195
-#, fuzzy
-msgid ""
-"This workstation has printer extension disabled. You can't enable it while "
-"'cn' is not present in entry. Possibly you are currently creating a new "
-"terminal template"
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "Usar arranque en modo texto"
+
+#: plugins/admin/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
 msgstr ""
 msgstr ""
-"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
-"aquí."
+"Seleccione para obtener una información mas prolija durante el arranque"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:207
-#: plugins/admin/systems/class_printGeneric.inc:210
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
+msgstr "Usar el modo de depuración durante el arranque"
+
+#: plugins/admin/systems/class_servRepository.inc:73
 #, fuzzy
 #, fuzzy
-msgid "Remove printer extension"
+msgid "Remove FAI repository extension."
 msgstr "Eliminar extensión Kolab"
 
 msgstr "Eliminar extensión Kolab"
 
-#: plugins/admin/systems/class_printGeneric.inc:208
+#: plugins/admin/systems/class_servRepository.inc:74
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This workstation has printer extension enabled.You can disable it by "
+"This server has FAI repository features enabled. You can disable them by "
 "clicking below."
 msgstr ""
 "Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
 "aquí."
 
 "clicking below."
 msgstr ""
 "Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
 "aquí."
 
-#: plugins/admin/systems/class_printGeneric.inc:211
-#, fuzzy
-msgid ""
-"This terminal has printer extension enabled. You can disable it by clicking "
-"below."
+#: plugins/admin/systems/class_servRepository.inc:76
+msgid "Add FAI repository extension."
 msgstr ""
 msgstr ""
-"Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
-"aquí."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:216
+#: plugins/admin/systems/class_servRepository.inc:77
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This workstation has printer extension disabled. You can enable it by "
+"This server has FAI repository features disabled. You can enable them by "
 "clicking below."
 msgstr ""
 "Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
 "aquí."
 
 "clicking below."
 msgstr ""
 "Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
 "aquí."
 
-#: plugins/admin/systems/class_printGeneric.inc:219
+#: plugins/admin/systems/class_servRepository.inc:109
 #, fuzzy
 #, fuzzy
-msgid ""
-"This terminal has printer extension disabled. You can enable it by clicking "
-"below."
-msgstr ""
-"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
-"aquí."
+msgid "This name is already in use."
+msgstr "El nombre especificado ya esta siendo usado"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:230
-msgid "This 'dn' has no printer features."
-msgstr "Esta 'dn' no tiene características de impresora."
+#: plugins/admin/systems/servRepository.tpl:7
+#, fuzzy
+msgid "Repositories"
+msgstr "Reintentar"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:364
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr ""
+#: plugins/admin/systems/servRepository.tpl:40
+#, fuzzy
+msgid "Search filter"
+msgstr "Buscar por"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:372
+#: plugins/admin/ogroups/tabs_ogroups.inc:59
+#: plugins/admin/ogroups/tabs_ogroups.inc:151
 #, fuzzy
 #, fuzzy
-msgid "can't get ppd informations."
-msgstr "Información de sistema"
+msgid "Phone queue"
+msgstr "Número de teléfono"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:384
-#, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
+#: plugins/admin/ogroups/tabs_ogroups.inc:84
+#: plugins/admin/ogroups/tabs_ogroups.inc:131
+msgid "Terminals"
+msgstr "Terminales"
+
+#: plugins/admin/ogroups/class_mailogroup.inc:41
+#, fuzzy
+msgid ""
+"This group has mail features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
+"Esta cuenta tiene las características de correo activas. Puede desactivarlas "
+"apretando a continuación."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:386
-#, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+#, fuzzy
+msgid ""
+"This group has mail features disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
+"Esta cuenta tiene las características de correo desactivadas.Puede "
+"activarlas pulsando aqui."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:448
-msgid "You have no permissions to create a printer on this 'Base'."
-msgstr "No tiene permisos para crear una impresora en esta 'Base'."
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Seleccione para ver los departamentos"
 
 
-#: plugins/admin/systems/servkolab.tpl:14
-msgid "POP3 service"
-msgstr "Servicio POP3"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Mostrar departamentos"
 
 
-#: plugins/admin/systems/servkolab.tpl:22
-msgid "POP3/SSL service"
-msgstr "Servicio POP3/SSL"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Seleccione para ver las cuentas GOsa"
 
 
-#: plugins/admin/systems/servkolab.tpl:30
-msgid "IMAP service"
-msgstr "Servicio IMAP"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Mostrar personal"
 
 
-#: plugins/admin/systems/servkolab.tpl:38
-msgid "IMAP/SSL service"
-msgstr "Servicio IMAP/SSL"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Seleccione para ver los grupos GOsa"
 
 
-#: plugins/admin/systems/servkolab.tpl:46
-msgid "Sieve service"
-msgstr "Servicio Sieve"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Mostrar grupos"
 
 
-#: plugins/admin/systems/servkolab.tpl:54
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
-msgstr ""
-"Servicio de presencia de FTP (propio, no tiene interacción con el servicio "
-"de presencia de Kolab2)"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Seleccione para ver las aplicaciones"
 
 
-#: plugins/admin/systems/servkolab.tpl:62
-msgid "HTTP FreeBusy service (legacy)"
-msgstr "Servicio de presencia HTTP (propio)"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Mostrar aplicaciones"
 
 
-#: plugins/admin/systems/servkolab.tpl:70
-msgid "Amavis email scanning (virus/spam)"
-msgstr "Desinfectado de correo Amavis (virus/spam)"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Seleccione para ver las estaciones de trabajo"
 
 
-#: plugins/admin/systems/servkolab.tpl:81
-msgid "Quota settings"
-msgstr "Parámetros de quotas"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Seleccione para ver los terminales"
 
 
-#: plugins/admin/systems/servkolab.tpl:97
-msgid "Free/Busy settings"
-msgstr "Parámetros de Presencia"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Seleccione para ver impresoras"
 
 
-#: plugins/admin/systems/servkolab.tpl:102
-msgid "Allow unauthenticated downloading of Free/Busy information"
-msgstr "Permite descarga no autentificada de información de presencia."
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Mostrar impresoras"
 
 
-#: plugins/admin/systems/servkolab.tpl:117
-msgid "SMTP privileged networks"
-msgstr "Redes privilegiadas SMTP"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Seleccione para ver teléfonos"
 
 
-#: plugins/admin/systems/servkolab.tpl:122
-msgid "Hosts/networks allowed to relay"
-msgstr "Equipos/Redes que son permitidos para hacer relay"
+#: plugins/admin/ogroups/ogroup_objects.tpl:37
+msgid "Display objects of department"
+msgstr "Mostrar objetos de departamentos"
 
 
-#: plugins/admin/systems/servkolab.tpl:125
-msgid "Enter multiple values, seperated with"
+#: plugins/admin/ogroups/termgroup.tpl:1
+msgid ""
+"All actions you choose here influence <b>all</b> machines in this object "
+"group. Be aware that rebooting machines may not make people happy who are "
+"currently working at these machines."
 msgstr ""
 msgstr ""
+"Todas las acciones que elija aquí influirán en <b>todas</b> la máquinas en "
+"este objeto grupo. Tenga presente que reiniciar las máquinas pueden no hacer "
+"felices a las personas que actualmente están trabajando en ellas."
 
 
-#: plugins/admin/systems/servkolab.tpl:138
-msgid "SMTP smarthost/relayhost"
-msgstr "SMTP smarthost/relayhos"
+#: plugins/admin/ogroups/termgroup.tpl:7
+msgid "Select action to execute for this   group of terminals"
+msgstr "Seleccione una acción que se ejecutara en este grupo de terminales"
 
 
-#: plugins/admin/systems/servkolab.tpl:144
-msgid "Enable MX lookup for relayhost"
-msgstr "Permitir búsquedas MX para los relayhost"
+#: plugins/admin/ogroups/class_ogroup.inc:132
+msgid "This 'dn' is no object group."
+msgstr "Este 'dn' no es un objeto tipo grupo."
+
+#: plugins/admin/ogroups/class_ogroup.inc:242
+msgid "too many different objects!"
+msgstr "¡Demasiados objetos diferentes!"
+
+#: plugins/admin/ogroups/class_ogroup.inc:244
+msgid "users"
+msgstr "usuarios"
+
+#: plugins/admin/ogroups/class_ogroup.inc:245
+msgid "groups"
+msgstr "grupos"
+
+#: plugins/admin/ogroups/class_ogroup.inc:246
+msgid "applications"
+msgstr "Aplicaciones"
+
+#: plugins/admin/ogroups/class_ogroup.inc:247
+msgid "departments"
+msgstr "departamentos"
+
+#: plugins/admin/ogroups/class_ogroup.inc:248
+msgid "servers"
+msgstr "servidores"
+
+#: plugins/admin/ogroups/class_ogroup.inc:249
+msgid "workstations"
+msgstr "estaciones de trabajo"
+
+#: plugins/admin/ogroups/class_ogroup.inc:250
+msgid "terminals"
+msgstr "terminales"
+
+#: plugins/admin/ogroups/class_ogroup.inc:251
+msgid "phones"
+msgstr "teléfonos"
+
+#: plugins/admin/ogroups/class_ogroup.inc:252
+msgid "printers"
+msgstr "servidores de Impresión"
+
+#: plugins/admin/ogroups/class_ogroup.inc:259
+msgid "and"
+msgstr "y"
+
+#: plugins/admin/ogroups/class_ogroup.inc:410
+msgid "Non existing dn: "
+msgstr "No existe 'dn':"
+
+#: plugins/admin/ogroups/class_ogroup.inc:534
+#, fuzzy
+msgid "There is already an object with this cn."
+msgstr "Ya existe un usuario con este 'Login' en la base de datos."
+
+#: plugins/admin/ogroups/class_ogroup.inc:551
+msgid "You can combine two different object types at maximum only!"
+msgstr "¡Solo se pueden combinar dos objetos diferentes hasta un máximo!"
+
+#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+msgid "Object groups"
+msgstr "Grupos de objetos"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:41
+msgid "UNIX accounts"
+msgstr "Cuentas UNIX"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
+#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
+#: html/getxls.php:245 html/getxls.php:316
+msgid "Servers"
+msgstr "Servidores"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:46
+msgid "Thin Clients"
+msgstr "Clientes Ligeros"
 
 
-#: plugins/admin/systems/servkolab.tpl:149
-msgid "Host used to relay mails"
-msgstr "Equipo usado para reenviar correos"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:47
+msgid "Workstations"
+msgstr "Estaciones de trabajo"
 
 
-#: plugins/admin/systems/servkolab.tpl:163
-msgid "Accept Internet Mail"
-msgstr "Aceptar correo desde internet"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:217
+#, php-format
+msgid "You're about to delete the object group '%s'."
+msgstr "Has decidido eliminar el objeto grupo '%s'."
 
 
-#: plugins/admin/systems/servkolab.tpl:169
-msgid "Accept mail from other domains over non-authenticated SMTP"
-msgstr ""
-"Aceptar correo desde otros dominios que usen ninguna autentificación SMTP"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:223
+#: plugins/admin/ogroups/class_ogroupManagement.inc:249
+msgid "You are not allowed to delete this object group!"
+msgstr "¡No tiene permisos para eliminar este objeto grupo!"
 
 
-#: plugins/admin/systems/phonesettings.tpl:1
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
 #, fuzzy
 #, fuzzy
-msgid "Advanced phone settings"
-msgstr "Configuración telefónica"
+msgid "Create new object group"
+msgstr "Grupo de objetos"
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
 #, fuzzy
 #, fuzzy
-msgid "Phone type"
-msgstr "Número de teléfono"
+msgid "Name of object groups"
+msgstr "Nombre del grupo"
 
 
-#: plugins/admin/systems/phonesettings.tpl:7
-#: plugins/admin/systems/phonesettings.tpl:25
-#: plugins/admin/systems/phonesettings.tpl:35
-#: plugins/admin/systems/phonesettings.tpl:49
-#: plugins/admin/systems/phonesettings.tpl:78
-#: plugins/admin/systems/phonesettings.tpl:109
-#: plugins/admin/systems/phonesettings.tpl:156
-#, fuzzy
-msgid "Choose a phone type"
-msgstr "Elija tipo de ratón"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:440
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Grupo de objetos"
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr ""
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Nombre del grupo"
 
 
-#: plugins/admin/systems/phonesettings.tpl:32
-#, fuzzy
-msgid "DTMF mode"
-msgstr "Modo"
+#: plugins/admin/ogroups/generic.tpl:33
+msgid "Member objects"
+msgstr "Objetos miembro"
 
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-#, fuzzy
-msgid "Default IP"
-msgstr "por defecto"
+#: plugins/admin/ogroups/remove.tpl:7
+msgid ""
+"Please double check if you really want to do this since there is no way for "
+"GOsa to get your data back."
+msgstr ""
+"Por favor pulse dos veces si quiere hacer esto, ya que no hay forma de que "
+"GOsa pueda recuperar posteriormente esa información"
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
+#: plugins/admin/ogroups/headpage.tpl:24
+msgid ""
+"This menu allows you to add, edit or remove selected groups. You may want to "
+"use the range selector on top of the group listbox, when working with a "
+"large number of groups."
 msgstr ""
 msgstr ""
+"Este menú le permite añadir, editar o eliminar los grupos seleccionados. "
+"Puede usar el selector de rango en la parte superior de la lista de grupos, "
+"cuando trabaja con un gran número de grupos."
 
 
-#: plugins/admin/systems/phonesettings.tpl:75
-#, fuzzy
-msgid "Modus"
-msgstr "Ratón"
+#: plugins/admin/ogroups/headpage.tpl:39
+msgid "Show groups containing users"
+msgstr "Mostrar grupos que tienen usuarios"
 
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:40
+msgid "Show groups containing groups"
+msgstr "Mostrar grupos que contienen grupos"
 
 
-#: plugins/admin/systems/phonesettings.tpl:116
-#, fuzzy
-msgid "Secret"
-msgstr "Calle"
+#: plugins/admin/ogroups/headpage.tpl:41
+msgid "Show groups containing applications"
+msgstr "Mostrar grupos que contienen aplicaciones"
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:42
+msgid "Show groups containing departments"
+msgstr "Mostrar grupos que contienen departamentos"
 
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:43
+msgid "Show groups containing servers"
+msgstr "Mostrar grupos que contienen servidores"
 
 
-#: plugins/admin/systems/phonesettings.tpl:145
-#, fuzzy
-msgid "Account code"
-msgstr "Cuenta"
+#: plugins/admin/ogroups/headpage.tpl:44
+msgid "Show groups containing workstations"
+msgstr "Mostrar grupos que contienen estaciones de trabajo"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-#, fuzzy
-msgid "Trunk lines"
-msgstr "Clientes Ligeros"
+#: plugins/admin/ogroups/headpage.tpl:45
+msgid "Show groups containing terminals"
+msgstr "Mostrar grupos que contienen terminales"
 
 
-#: plugins/admin/systems/phonesettings.tpl:168
-#, fuzzy
-msgid "Hosts that are allowed to connect"
-msgstr "Equipos/Redes que son permitidos para hacer relay"
+#: plugins/admin/ogroups/headpage.tpl:46
+msgid "Show groups containing printers"
+msgstr "Mostrar grupos que contienen impresoras"
 
 
-#: plugins/admin/systems/phonesettings.tpl:183
+#: plugins/admin/ogroups/headpage.tpl:51
 #, fuzzy
 #, fuzzy
-msgid "Hosts that are not allowed to connect"
-msgstr "¡No tiene permisos para eliminar este componente!"
+msgid "Display object groups matching"
+msgstr "Mostrar objetos que concuerden con"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
-msgstr "Nombre de la maquina"
-
-#: plugins/admin/systems/terminalService.tpl:141
-msgid "Remote desktop"
-msgstr "Escritorio remoto"
-
-#: plugins/admin/systems/terminalService.tpl:145
-msgid "Connect method"
-msgstr "Método de conexión"
-
-#: plugins/admin/systems/terminalService.tpl:147
-msgid "Choose method to connect to terminal server"
-msgstr "Elija el método de conexión con el servidor de terminal"
+#: plugins/admin/ogroups/mail.tpl:11
+#, fuzzy
+msgid "Primary mail address for this distribution list"
+msgstr "Dirección de correo electrónica primaria para esta carpeta compartida"
 
 
-#: plugins/admin/systems/terminalService.tpl:154
-msgid "Terminal server"
-msgstr "Servidor de terminal"
+#: plugins/admin/ogroups/class_phonequeue.inc:79
+#, fuzzy
+msgid "ring all"
+msgstr "Terminales"
 
 
-#: plugins/admin/systems/terminalService.tpl:156
-msgid "Select specific terminal server to use"
-msgstr "Seleccione específicamente que servidor de terminal usará"
+#: plugins/admin/ogroups/class_phonequeue.inc:80
+msgid "round robin"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalService.tpl:163
-msgid "Font server"
-msgstr "Servidor de fuentes"
+#: plugins/admin/ogroups/class_phonequeue.inc:81
+msgid "least recently called"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalService.tpl:165
-msgid "Select specific font server to use"
-msgstr "Seleccione específicamente que servidor de fuentes usará"
+#: plugins/admin/ogroups/class_phonequeue.inc:82
+msgid "fewest completed calls"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalService.tpl:181
-msgid "Print device"
-msgstr "Dispositivo de Impresión"
+#: plugins/admin/ogroups/class_phonequeue.inc:83
+#, fuzzy
+msgid "random"
+msgstr "y"
 
 
-#: plugins/admin/systems/terminalService.tpl:182
-msgid "Select to start IPP based printing service on terminal"
+#: plugins/admin/ogroups/class_phonequeue.inc:84
+msgid "round robin with memory"
 msgstr ""
 msgstr ""
-"Seleccione para iniciar el servicio de impresión basado en 'IPP' en el "
-"terminal"
-
-#: plugins/admin/systems/terminalService.tpl:183
-msgid "Provide print services"
-msgstr "Proveer servicios de impresión"
 
 
-#: plugins/admin/systems/terminalService.tpl:189
-msgid "Spool server"
-msgstr "Servidor de Cola"
+#: plugins/admin/ogroups/class_phonequeue.inc:113
+#, fuzzy
+msgid "Remove the phone queue from this Account"
+msgstr "Eliminar cuenta telefónica"
 
 
-#: plugins/admin/systems/terminalService.tpl:191
-msgid "Select NFS filesystem to place spool files on"
+#: plugins/admin/ogroups/class_phonequeue.inc:114
+#, fuzzy
+msgid ""
+"Phone queue is enabled for this group. You can disable it by clicking below."
 msgstr ""
 msgstr ""
-"Seleccione un sistema de archivos 'NFS' para colocar los ficheros de la cola"
+"Esta cuenta tiene la extensión telefónica activada. Puede desactivarla "
+"pulsando aquí."
 
 
-#: plugins/admin/systems/terminalService.tpl:212
-msgid "Select scanner driver to use"
-msgstr "Seleccione que controladores de escáner se usaran"
+#: plugins/admin/ogroups/class_phonequeue.inc:116
+#, fuzzy
+msgid "Create phone queue"
+msgstr "Crear cuenta telefónica"
 
 
-#: plugins/admin/systems/remove.tpl:6
+#: plugins/admin/ogroups/class_phonequeue.inc:117
+#, fuzzy
 msgid ""
 msgid ""
-"This includes <b>all</b> system and setup informations. Please double check "
-"if your really want to do this since there is no way for GOsa to get your "
-"data back."
+"For this group the phone queues are disabled. You can enable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Esto incluye <b>toda</b> la información de configuración y de sistema. Por "
-"favor pulse dos veces si realmente quiere hacer esto, ya que una vez hecho "
-"esto, no hay forma de que GOsa recupere la información."
+"Esta cuenta tiene la extensión telefónica desactivada. Puede activarla "
+"pulsando aquí."
 
 
-#: plugins/admin/systems/headpage.tpl:6
-msgid "List of systems"
-msgstr "Lista de sistemas"
+#: plugins/admin/ogroups/class_phonequeue.inc:199
+#, fuzzy
+msgid "Timeout must be numeric"
+msgstr "El puerto sieve necesita ser un numero."
 
 
-#: plugins/admin/systems/headpage.tpl:24
-msgid ""
-"This menu allows you to add, remove and change the properties of specific "
-"systems. You can only add systems which have already been started once."
+#: plugins/admin/ogroups/class_phonequeue.inc:202
+msgid "Retry must be numeric"
 msgstr ""
 msgstr ""
-"Este menú permite añadir, modificar o eliminar las propiedades de sistemas "
-"específicos. Solo puede añadir sistemas que han sido ya iniciados alguna vez."
 
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
-msgstr "Seleccione para ver los servidores"
+#: plugins/admin/ogroups/class_phonequeue.inc:205
+msgid "Max queue length must be numeric"
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Mostrar servidores"
+#: plugins/admin/ogroups/class_phonequeue.inc:208
+msgid "Announce frequency must be numeric"
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:39
-msgid "Select to see Linux terminals"
-msgstr "Seleccione para ver los terminales Linux"
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "There must be least one queue number defined."
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:39
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Mostrar terminales"
+#: plugins/admin/ogroups/class_phonequeue.inc:225
+msgid ""
+"There is currently no asterisk server defined. Your settings can't be saved."
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:40
-msgid "Select to see Linux workstations"
-msgstr "Seleccione para ver las estaciones de trabajo Linux"
+#: plugins/admin/ogroups/class_phonequeue.inc:238
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
+#, php-format
+msgid ""
+"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:40
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Mostrar estaciones de trabajo"
+#: plugins/admin/ogroups/class_phonequeue.inc:248
+#: plugins/admin/ogroups/class_phonequeue.inc:622
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1044
+#: plugins/gofon/macro/class_gofonMacro.inc:216
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
+#, fuzzy, php-format
+msgid "Can't select database %s on %s."
+msgstr "No puedo seleccionar la base de datos."
 
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Seleccione para ver estaciones de trabajo basadas en Windows"
+#: plugins/admin/ogroups/class_phonequeue.inc:279
+#: plugins/admin/ogroups/class_phonequeue.inc:493
+#: plugins/admin/ogroups/class_phonequeue.inc:658
+#, fuzzy, php-format
+msgid "Can't delete in Database %s, on Server %s."
+msgstr "No puedo seleccionar la base de datos."
 
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Show windows based workstations"
-msgstr "Mostrara estaciones de trabajo basadas en windows"
+#: plugins/admin/ogroups/class_phonequeue.inc:523
+#: plugins/admin/ogroups/class_phonequeue.inc:525
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1145
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1147
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
+#, php-format
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Select to see network printers"
-msgstr "Seleccione para ver impresoras de red"
+#: plugins/admin/ogroups/class_phonequeue.inc:612
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1033
+#: plugins/gofon/macro/class_gofonMacro.inc:205
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
+#, php-format
+msgid ""
+"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Show network printers"
-msgstr "Mostrar impresoras de red"
+#: plugins/admin/ogroups/phonequeue.tpl:1
+#, fuzzy
+msgid "Queue Settings"
+msgstr "Parámetros de quotas"
 
 
-#: plugins/admin/systems/headpage.tpl:43
-msgid "Select to see VOIP phones"
-msgstr "Seleccione para ver teléfonos VOIP"
+#: plugins/admin/ogroups/phonequeue.tpl:4
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+msgid "Phone numbers"
+msgstr "Números de teléfonos"
 
 
-#: plugins/admin/systems/headpage.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Mostrar teléfonos"
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/admin/ogroups/phonequeue.tpl:96
+#, fuzzy
+msgid "Generic queue Settings"
+msgstr "Información genérica del usuario"
 
 
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Select to see network devices"
-msgstr "Seleccione para ver los dispositivos de red"
+#: plugins/admin/ogroups/phonequeue.tpl:18
+#, fuzzy
+msgid "Down"
+msgstr "Dominio"
 
 
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Show network devices"
-msgstr "Mostrar dispositivos de Red"
+#: plugins/admin/ogroups/phonequeue.tpl:46
+#, fuzzy
+msgid "Timeout"
+msgstr "Tiempo(s) excedido(s)"
 
 
-#: plugins/admin/systems/headpage.tpl:52
-msgid "Regular expression for matching system names"
-msgstr "Expresiones regulares para encontrar nombres de sistemas"
+#: plugins/admin/ogroups/phonequeue.tpl:54
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+msgid "Retry"
+msgstr "Reintentar"
 
 
-#: plugins/admin/systems/headpage.tpl:59
+#: plugins/admin/ogroups/phonequeue.tpl:62
 #, fuzzy
 #, fuzzy
-msgid "Display systems of user"
-msgstr "Mostrar direcciones del usuario"
+msgid "Strategy"
+msgstr "Estado"
 
 
-#: plugins/admin/systems/headpage.tpl:62
-msgid "User name of which terminal(s) are shown"
-msgstr "Nombre del usuario cuyo(s) terminal(es) son mostrados "
+#: plugins/admin/ogroups/phonequeue.tpl:74
+msgid "Max queue length"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
-msgstr "Seleccione si el terminal soporta inicio gráfico con barra de progreso"
+#: plugins/admin/ogroups/phonequeue.tpl:82
+msgid "Announce frequency"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr "Usar arranque gráfico"
+#: plugins/admin/ogroups/phonequeue.tpl:86
+msgid "(in seconds)"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalStartup.tpl:38
-msgid "Select if terminal should boot in text mode"
-msgstr "Seleccione si el terminal debería arrancar en modo texto"
+#: plugins/admin/ogroups/phonequeue.tpl:94
+msgid "Queue sound setup"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
-msgstr "Usar arranque en modo texto"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "Use music on hold instead of ringing"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalStartup.tpl:41
-msgid "Select to get more verbose output during startup"
+#: plugins/admin/ogroups/phonequeue.tpl:108
+msgid "Music on hold"
 msgstr ""
 msgstr ""
-"Seleccione para obtener una información mas prolija durante el arranque"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
-msgstr "Usar el modo de depuración durante el arranque"
+#: plugins/admin/ogroups/phonequeue.tpl:116
+#, fuzzy
+msgid "Welcome sound file"
+msgstr "¡Bienvenido %s!"
 
 
-#: plugins/admin/systems/password.tpl:2
+#: plugins/admin/ogroups/phonequeue.tpl:124
 #, fuzzy
 #, fuzzy
-msgid ""
-"To change the terminal root password use the fields below. The changes take "
-"effect during the next reboot. Please memorize the new password, because you "
-"wouldn't be able to log in."
+msgid "Announce message"
+msgstr "Mensaje de ausencia"
+
+#: plugins/admin/ogroups/phonequeue.tpl:132
+msgid "Sound file for 'You are next ...'"
 msgstr ""
 msgstr ""
-"Para cambiar la contraseña del usuario use los campos a continuación. Los "
-"cambios tomarán efecto inmediatamente. Por favor, recuerde la nueva "
-"contraseña, el usuario no podrá autenticarse sin ella."
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
+#: plugins/admin/ogroups/phonequeue.tpl:140
+msgid "'There are ...'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/password.tpl:9
-msgid "Changing the password impinges on authentification only."
-msgstr "Cambiar la contraseña afecta solamente a la autenticación."
+#: plugins/admin/ogroups/phonequeue.tpl:148
+msgid "'... calls waiting'"
+msgstr ""
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
+#: plugins/admin/ogroups/phonequeue.tpl:156
 #, fuzzy
 #, fuzzy
-msgid "Printer ppd selection."
-msgstr "Configuración telefónica"
+msgid "'Thank you' message"
+msgstr "Estado del mensaje"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:59
-#: plugins/admin/ogroups/tabs_ogroups.inc:151
-#, fuzzy
-msgid "Phone queue"
-msgstr "Número de teléfono"
+#: plugins/admin/ogroups/phonequeue.tpl:164
+msgid "'minutes' sound file"
+msgstr ""
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:84
-#: plugins/admin/ogroups/tabs_ogroups.inc:131
-msgid "Terminals"
-msgstr "Terminales"
+#: plugins/admin/ogroups/phonequeue.tpl:172
+msgid "'seconds' sound file"
+msgstr ""
 
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
+#: plugins/admin/ogroups/phonequeue.tpl:180
+msgid "Hold sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/mail.tpl:11
+#: plugins/admin/ogroups/phonequeue.tpl:188
 #, fuzzy
 #, fuzzy
-msgid "Primary mail address for this distribution list"
-msgstr "Dirección de correo electrónica primaria para esta carpeta compartida"
+msgid "Less Than sound file"
+msgstr "¡Bienvenido %s!"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Seleccione para ver los departamentos"
+#: plugins/admin/ogroups/phonequeue.tpl:204
+#, fuzzy
+msgid "Phone attributes "
+msgstr "Atributo 'dn' de los usuarios"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Mostrar departamentos"
+#: plugins/admin/ogroups/phonequeue.tpl:212
+msgid "Announce holdtime"
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Seleccione para ver las cuentas GOsa"
+#: plugins/admin/ogroups/phonequeue.tpl:218
+msgid "Allow the called user to transfer his call"
+msgstr ""
+
+#: plugins/admin/ogroups/phonequeue.tpl:224
+msgid "Allows calling user to transfer call"
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Mostrar personal"
+#: plugins/admin/ogroups/phonequeue.tpl:234
+msgid "Allow the called to hangup by pressing *"
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Seleccione para ver los grupos GOsa"
+#: plugins/admin/ogroups/phonequeue.tpl:240
+msgid "Allows calling to hangup by pressing *"
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Mostrar grupos"
+#: plugins/admin/ogroups/phonequeue.tpl:246
+msgid "Ring instead of playing background music"
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Seleccione para ver las aplicaciones"
+#: plugins/admin/fai/remove.tpl:7
+#, fuzzy
+msgid ""
+"This includes 'all' object information. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
+msgstr ""
+"Esto incluye <b>toda</b> la información de configuración y de sistema. Por "
+"favor pulse dos veces si realmente quiere hacer esto, ya que una vez hecho "
+"esto, no hay forma de que GOsa recupere la información."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Mostrar aplicaciones"
+#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
+#, fuzzy
+msgid "Fully Automatic Installation"
+msgstr "Mantenimiento de aplicaciones"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Seleccione para ver las estaciones de trabajo"
+#: plugins/admin/fai/class_faiManagement.inc:31
+#, fuzzy
+msgid "FAI"
+msgstr "FAX ID"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Seleccione para ver los terminales"
+#: plugins/admin/fai/class_faiManagement.inc:32
+#, fuzzy
+msgid "Fully Automatic Installation - management"
+msgstr "Mantenimiento de aplicaciones"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Seleccione para ver impresoras"
+#: plugins/admin/fai/class_faiManagement.inc:204
+#, fuzzy, php-format
+msgid "You're about to delete all information about the FAI class at '%s'."
+msgstr ""
+"Esta a punto de borrar toda la información sobre el componente en '%s'."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Mostrar impresoras"
+#: plugins/admin/fai/class_faiManagement.inc:439
+#, fuzzy
+msgid "New profile"
+msgstr "Gestión de Asterisk PBX"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Seleccione para ver teléfonos"
+#: plugins/admin/fai/class_faiManagement.inc:439
+msgid "P"
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:37
-msgid "Display objects of department"
-msgstr "Mostrar objetos de departamentos"
+#: plugins/admin/fai/class_faiManagement.inc:444
+#, fuzzy
+msgid "New partition table"
+msgstr "Impresora"
 
 
-#: plugins/admin/ogroups/termgroup.tpl:1
-msgid ""
-"All actions you choose here influence <b>all</b> machines in this object "
-"group. Be aware that rebooting machines may not make people happy who are "
-"currently working at these machines."
+#: plugins/admin/fai/class_faiManagement.inc:444
+msgid "PT"
 msgstr ""
 msgstr ""
-"Todas las acciones que elija aquí influirán en <b>todas</b> la máquinas en "
-"este objeto grupo. Tenga presente que reiniciar las máquinas pueden no hacer "
-"felices a las personas que actualmente están trabajando en ellas."
 
 
-#: plugins/admin/ogroups/termgroup.tpl:7
-msgid "Select action to execute for this   group of terminals"
-msgstr "Seleccione una acción que se ejecutara en este grupo de terminales"
+#: plugins/admin/fai/class_faiManagement.inc:447
+#, fuzzy
+msgid "New scripts"
+msgstr "Mostrar equipos"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
-msgid "Object groups"
-msgstr "Grupos de objetos"
+#: plugins/admin/fai/class_faiManagement.inc:447
+msgid "S"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:41
-msgid "UNIX accounts"
-msgstr "Cuentas UNIX"
+#: plugins/admin/fai/class_faiManagement.inc:450
+#, fuzzy
+msgid "New hooks"
+msgstr "Mostrar equipos"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
-#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
-#: html/getxls.php:245 html/getxls.php:316
-msgid "Servers"
-msgstr "Servidores"
+#: plugins/admin/fai/class_faiManagement.inc:450
+msgid "H"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:46
-msgid "Thin Clients"
-msgstr "Clientes Ligeros"
+#: plugins/admin/fai/class_faiManagement.inc:453
+#, fuzzy
+msgid "New variables"
+msgstr "Mostrar terminales"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:47
-msgid "Workstations"
-msgstr "Estaciones de trabajo"
+#: plugins/admin/fai/class_faiManagement.inc:453
+msgid "V"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:217
-#, php-format
-msgid "You're about to delete the object group '%s'."
-msgstr "Has decidido eliminar el objeto grupo '%s'."
+#: plugins/admin/fai/class_faiManagement.inc:456
+#, fuzzy
+msgid "New templates"
+msgstr "Nueva plantilla"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:223
-#: plugins/admin/ogroups/class_ogroupManagement.inc:249
-msgid "You are not allowed to delete this object group!"
-msgstr "¡No tiene permisos para eliminar este objeto grupo!"
+#: plugins/admin/fai/class_faiManagement.inc:456
+msgid "T"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/fai/class_faiManagement.inc:459
 #, fuzzy
 #, fuzzy
-msgid "Create new object group"
-msgstr "Grupo de objetos"
+msgid "New package list"
+msgstr "# páginas"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+#: plugins/admin/fai/class_faiManagement.inc:459
+msgid "PK"
+msgstr ""
+
+#: plugins/admin/fai/class_faiManagement.inc:477
 #, fuzzy
 #, fuzzy
-msgid "Name of object groups"
-msgstr "Nombre del grupo"
+msgid "Name of FAI class"
+msgstr "Nombre de la lista de bloqueos"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:440
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Grupo de objetos"
+#: plugins/admin/fai/class_faiManagement.inc:478
+msgid "Class type"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:132
-msgid "This 'dn' is no object group."
-msgstr "Este 'dn' no es un objeto tipo grupo."
+#: plugins/admin/fai/class_faiManagement.inc:482
+#, fuzzy
+msgid "Edit class"
+msgstr "clase"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:242
-msgid "too many different objects!"
-msgstr "¡Demasiados objetos diferentes!"
+#: plugins/admin/fai/class_faiManagement.inc:483
+#, fuzzy
+msgid "Delete class"
+msgstr "Borrar"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:244
-msgid "users"
-msgstr "usuarios"
+#: plugins/admin/fai/class_faiManagement.inc:525
+#: plugins/admin/fai/class_faiManagement.inc:526
+#: plugins/admin/fai/class_faiProfile.inc:161
+#: plugins/admin/fai/class_faiProfileEntry.inc:123
+#, fuzzy
+msgid "Partition table"
+msgstr "Variable"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:245
-msgid "groups"
-msgstr "grupos"
+#: plugins/admin/fai/class_faiManagement.inc:532
+#: plugins/admin/fai/class_faiManagement.inc:533
+msgid "Package list"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:246
-msgid "applications"
-msgstr "Aplicaciones"
+#: plugins/admin/fai/class_faiManagement.inc:539
+#: plugins/admin/fai/class_faiManagement.inc:540
+#, fuzzy
+msgid "Scripts"
+msgstr "Ruta del Script"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:247
-msgid "departments"
-msgstr "departamentos"
+#: plugins/admin/fai/class_faiManagement.inc:560
+#: plugins/admin/fai/class_faiManagement.inc:561
+#, fuzzy
+msgid "Profile"
+msgstr "Ruta del Perfil"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:248
-msgid "servers"
-msgstr "servidores"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+#, fuzzy
+msgid "Device"
+msgstr "Servicios"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:249
-msgid "workstations"
-msgstr "estaciones de trabajo"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+#, fuzzy
+msgid "Partition entries"
+msgstr "Variable"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:250
-msgid "terminals"
-msgstr "terminales"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+#, fuzzy
+msgid "Add partition"
+msgstr "Añadir opción"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:251
-msgid "phones"
-msgstr "teléfonos"
+#: plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
+#: plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/class_faiProfileEntry.inc:154
+#: plugins/admin/fai/faiHook.tpl:32
+#, fuzzy
+msgid "Objects"
+msgstr "Objeto"
+
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+#, fuzzy
+msgid "Discs"
+msgstr "Servicios"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:252
-msgid "printers"
-msgstr "servidores de Impresión"
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:259
-msgid "and"
-msgstr "y"
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:410
-msgid "Non existing dn: "
-msgstr "No existe 'dn':"
+#: plugins/admin/fai/faiProfileEntry.tpl:27
+msgid ""
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:534
+#: plugins/admin/fai/faiProfileEntry.tpl:40
 #, fuzzy
 #, fuzzy
-msgid "There is already an object with this cn."
-msgstr "Ya existe un usuario con este 'Login' en la base de datos."
-
-#: plugins/admin/ogroups/class_ogroup.inc:551
-msgid "You can combine two different object types at maximum only!"
-msgstr "¡Solo se pueden combinar dos objetos diferentes hasta un máximo!"
+msgid "Show only classes with templates"
+msgstr "Mostrar plantillas"
 
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Nombre del grupo"
+#: plugins/admin/fai/faiProfileEntry.tpl:42
+msgid "Show only classes with scripts"
+msgstr ""
 
 
-#: plugins/admin/ogroups/generic.tpl:33
-msgid "Member objects"
-msgstr "Objetos miembro"
+#: plugins/admin/fai/faiProfileEntry.tpl:44
+msgid "Show only classes with hooks"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:41
+#: plugins/admin/fai/faiProfileEntry.tpl:46
 #, fuzzy
 #, fuzzy
-msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
+msgid "Show only classes with variables"
+msgstr "Mostrar terminales"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:48
+msgid "Show only classes with packages"
 msgstr ""
 msgstr ""
-"Esta cuenta tiene las características de correo activas. Puede desactivarlas "
-"apretando a continuación."
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:43
+#: plugins/admin/fai/faiProfileEntry.tpl:50
 #, fuzzy
 #, fuzzy
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
-msgstr ""
-"Esta cuenta tiene las características de correo desactivadas.Puede "
-"activarlas pulsando aqui."
+msgid "Show only classes with partitions"
+msgstr "Mostrar estaciones de trabajo"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:79
+#: plugins/admin/fai/faiVariable.tpl:34
 #, fuzzy
 #, fuzzy
-msgid "ring all"
-msgstr "Terminales"
+msgid "List of assigned variables"
+msgstr "Elija tipo de ratón"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:80
-msgid "round robin"
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:81
-msgid "least recently called"
-msgstr ""
+#: plugins/admin/fai/class_faiScriptEntry.inc:51
+#: plugins/admin/fai/class_faiHookEntry.inc:54
+#, fuzzy
+msgid "Please select a valid file."
+msgstr "Por favor introduzca un número de serie válido"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:82
-msgid "fewest completed calls"
-msgstr ""
+#: plugins/admin/fai/class_faiScriptEntry.inc:54
+#: plugins/admin/fai/class_faiHookEntry.inc:57
+#, fuzzy
+msgid "Selected file is empty."
+msgstr "El archivo especificado está vacío."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:83
+#: plugins/admin/fai/class_faiScriptEntry.inc:99
+#: plugins/admin/fai/class_faiVariableEntry.inc:86
+#: plugins/admin/fai/class_faiTemplateEntry.inc:164
+#: plugins/admin/fai/class_faiHookEntry.inc:112
 #, fuzzy
 #, fuzzy
-msgid "random"
-msgstr "y"
+msgid "Please enter a name."
+msgstr "Por favor especifique una dirección de servidor - URI - válida."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:84
-msgid "round robin with memory"
-msgstr ""
+#: plugins/admin/fai/class_faiScriptEntry.inc:103
+#, fuzzy
+msgid "Please enter a script."
+msgstr "Por favor introduzca un número de serie válido"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:113
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
 #, fuzzy
 #, fuzzy
-msgid "Remove the phone queue from this Account"
-msgstr "Eliminar cuenta telefónica"
+msgid "Script attributes"
+msgstr "Atributo 'dn' de los usuarios"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:114
+#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
 #, fuzzy
 #, fuzzy
-msgid ""
-"Phone queue is enabled for this group. You can disable it by clicking below."
-msgstr ""
-"Esta cuenta tiene la extensión telefónica activada. Puede desactivarla "
-"pulsando aquí."
+msgid "Choose a priority"
+msgstr "Elija tipo de ratón"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:116
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+#: plugins/admin/fai/faiHookEntry.tpl:63
 #, fuzzy
 #, fuzzy
-msgid "Create phone queue"
-msgstr "Crear cuenta telefónica"
+msgid "Import script"
+msgstr "Mostrar equipos"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:117
+#: plugins/admin/fai/class_faiPackage.inc:150
 #, fuzzy
 #, fuzzy
-msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
+msgid "There is no useable package list defined."
+msgstr "No se ha subido ningún archivo."
+
+#: plugins/admin/fai/class_faiPackage.inc:295
+#, php-format
+msgid "Can't read configuration folder '%s'."
 msgstr ""
 msgstr ""
-"Esta cuenta tiene la extensión telefónica desactivada. Puede activarla "
-"pulsando aquí."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:199
+#: plugins/admin/fai/class_faiPackage.inc:377
 #, fuzzy
 #, fuzzy
-msgid "Timeout must be numeric"
-msgstr "El puerto sieve necesita ser un numero."
+msgid "Please select a least one Package."
+msgstr "¡Por favor introduzca un número de teléfono valido!"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:202
-msgid "Retry must be numeric"
-msgstr ""
+#: plugins/admin/fai/class_faiPackage.inc:381
+#, fuzzy
+msgid "Please choose a valid combination for your repository setup."
+msgstr "Por favor especifique un usuario valido."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:205
-msgid "Max queue length must be numeric"
+#: plugins/admin/fai/class_faiPackage.inc:402
+#, fuzzy
+msgid "package is configured"
+msgstr "Desconfigurado"
+
+#: plugins/admin/fai/class_faiPackage.inc:426
+#, php-format
+msgid "Package file '%s' does not exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:208
-msgid "Announce frequency must be numeric"
+#: plugins/admin/fai/faiPackage.tpl:50
+msgid "Mirror"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "There must be least one queue number defined."
+#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
+msgid "mirror"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:225
-msgid ""
-"There is currently no asterisk server defined. Your settings can't be saved."
+#: plugins/admin/fai/faiPackage.tpl:68
+#, fuzzy
+msgid "Used packages"
+msgstr "Mostrar teléfonos"
+
+#: plugins/admin/fai/faiPackage.tpl:70
+#, fuzzy
+msgid "Choosen packages"
+msgstr "Mostrar teléfonos"
+
+#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
+msgid "Configure"
+msgstr "Configurar"
+
+#: plugins/admin/fai/class_faiProfile.inc:145
+#: plugins/admin/fai/class_faiProfileEntry.inc:151
+msgid "This list displays all assigned class names for this profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:238
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
-#, php-format
-msgid ""
-"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
+#: plugins/admin/fai/class_faiProfile.inc:153
+#, fuzzy
+msgid "Append new class names"
+msgstr "Aplicaciones disponibles"
+
+#: plugins/admin/fai/class_faiProfile.inc:156
+#: plugins/admin/fai/class_faiProfileEntry.inc:118
+msgid "Hook bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:248
-#: plugins/admin/ogroups/class_phonequeue.inc:622
-#: plugins/gofon/macro/class_gofonMacro.inc:216
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1045
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
-#, fuzzy, php-format
-msgid "Can't select database %s on %s."
-msgstr "No puedo seleccionar la base de datos."
+#: plugins/admin/fai/class_faiProfile.inc:157
+#: plugins/admin/fai/class_faiProfileEntry.inc:119
+#, fuzzy
+msgid "Template bundle"
+msgstr "Plantilla"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:279
-#: plugins/admin/ogroups/class_phonequeue.inc:493
-#: plugins/admin/ogroups/class_phonequeue.inc:658
-#, fuzzy, php-format
-msgid "Can't delete in Database %s, on Server %s."
-msgstr "No puedo seleccionar la base de datos."
+#: plugins/admin/fai/class_faiProfile.inc:158
+#: plugins/admin/fai/class_faiProfileEntry.inc:120
+#, fuzzy
+msgid "Script bundle"
+msgstr "Ruta del Script"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:523
-#: plugins/admin/ogroups/class_phonequeue.inc:525
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1146
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1148
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+#: plugins/admin/fai/class_faiProfile.inc:159
+#: plugins/admin/fai/class_faiProfileEntry.inc:121
+#, fuzzy
+msgid "Variable bundle"
+msgstr "Variable"
+
+#: plugins/admin/fai/class_faiProfile.inc:160
+msgid "Packages bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:612
-#: plugins/gofon/macro/class_gofonMacro.inc:205
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1034
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
-#, php-format
-msgid ""
-"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
+#: plugins/admin/fai/class_faiProfile.inc:163
+msgid "Remove class from profile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/remove.tpl:7
-msgid ""
-"Please double check if you really want to do this since there is no way for "
-"GOsa to get your data back."
+#: plugins/admin/fai/class_faiProfile.inc:226
+msgid "Please assign at least one class to this  profile."
 msgstr ""
 msgstr ""
-"Por favor pulse dos veces si quiere hacer esto, ya que no hay forma de que "
-"GOsa pueda recuperar posteriormente esa información"
 
 
-#: plugins/admin/ogroups/headpage.tpl:24
-msgid ""
-"This menu allows you to add, edit or remove selected groups. You may want to "
-"use the range selector on top of the group listbox, when working with a "
-"large number of groups."
-msgstr ""
-"Este menú le permite añadir, editar o eliminar los grupos seleccionados. "
-"Puede usar el selector de rango en la parte superior de la lista de grupos, "
-"cuando trabaja con un gran número de grupos."
+#: plugins/admin/fai/class_faiProfile.inc:230
+#, fuzzy
+msgid "Please enter a valid name."
+msgstr "Por favor introduzca un número de serie válido"
 
 
-#: plugins/admin/ogroups/headpage.tpl:39
-msgid "Show groups containing users"
-msgstr "Mostrar grupos que tienen usuarios"
+#: plugins/admin/fai/class_faiProfile.inc:238
+#, fuzzy
+msgid "There is already a profile with this class name defined."
+msgstr "Ya existe un usuario con este 'Login' en la base de datos."
 
 
-#: plugins/admin/ogroups/headpage.tpl:40
-msgid "Show groups containing groups"
-msgstr "Mostrar grupos que contienen grupos"
+#: plugins/admin/fai/faiProfile.tpl:32
+#, fuzzy
+msgid "FAI classes"
+msgstr "Elija tipo de ratón"
 
 
-#: plugins/admin/ogroups/headpage.tpl:41
-msgid "Show groups containing applications"
-msgstr "Mostrar grupos que contienen aplicaciones"
+#: plugins/admin/fai/headpage.tpl:6
+#, fuzzy
+msgid "List of FAI classes"
+msgstr "Elija tipo de ratón"
 
 
-#: plugins/admin/ogroups/headpage.tpl:42
-msgid "Show groups containing departments"
-msgstr "Mostrar grupos que contienen departamentos"
+#: plugins/admin/fai/headpage.tpl:24
+msgid "This menu allows you to create, delete and edit FAI classes."
+msgstr ""
 
 
-#: plugins/admin/ogroups/headpage.tpl:43
-msgid "Show groups containing servers"
-msgstr "Mostrar grupos que contienen servidores"
+#: plugins/admin/fai/headpage.tpl:36
+#, fuzzy
+msgid "Show profiles"
+msgstr "Mostrar impresoras"
 
 
-#: plugins/admin/ogroups/headpage.tpl:44
-msgid "Show groups containing workstations"
-msgstr "Mostrar grupos que contienen estaciones de trabajo"
+#: plugins/admin/fai/headpage.tpl:38
+#, fuzzy
+msgid "Show scripts"
+msgstr "Mostrar equipos"
 
 
-#: plugins/admin/ogroups/headpage.tpl:45
-msgid "Show groups containing terminals"
-msgstr "Mostrar grupos que contienen terminales"
+#: plugins/admin/fai/headpage.tpl:39
+#, fuzzy
+msgid "Show hooks"
+msgstr "Mostrar equipos"
 
 
-#: plugins/admin/ogroups/headpage.tpl:46
-msgid "Show groups containing printers"
-msgstr "Mostrar grupos que contienen impresoras"
+#: plugins/admin/fai/headpage.tpl:40
+#, fuzzy
+msgid "Show variables"
+msgstr "Mostrar terminales"
 
 
-#: plugins/admin/ogroups/headpage.tpl:51
+#: plugins/admin/fai/headpage.tpl:41
 #, fuzzy
 #, fuzzy
-msgid "Display object groups matching"
-msgstr "Mostrar objetos que concuerden con"
+msgid "Show packages"
+msgstr "Mostrar teléfonos"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:1
+#: plugins/admin/fai/headpage.tpl:42
 #, fuzzy
 #, fuzzy
-msgid "Queue Settings"
-msgstr "Parámetros de quotas"
+msgid "Show partitions"
+msgstr "Mostrar estaciones de trabajo"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:4
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-msgid "Phone numbers"
-msgstr "Números de teléfonos"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
+#, fuzzy
+msgid "FS type"
+msgstr "Tipo"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/admin/ogroups/phonequeue.tpl:96
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
 #, fuzzy
 #, fuzzy
-msgid "Generic queue Settings"
-msgstr "Información genérica del usuario"
+msgid "Mount point"
+msgstr "Monitor"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:18
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
 #, fuzzy
 #, fuzzy
-msgid "Down"
-msgstr "Dominio"
+msgid "Size in MB"
+msgstr "Entrando"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:46
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
 #, fuzzy
 #, fuzzy
-msgid "Timeout"
-msgstr "Tiempo(s) excedido(s)"
+msgid "Mount options"
+msgstr "Otras opciones"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:54
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Reintentar"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
+#, fuzzy
+msgid "FS option"
+msgstr "Añadir opción"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:62
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
 #, fuzzy
 #, fuzzy
-msgid "Strategy"
-msgstr "Estado"
+msgid "Preserve"
+msgstr "servidores"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:74
-msgid "Max queue length"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
+#, php-format
+msgid "please enter a unique mount point for partition %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:82
-msgid "Announce frequency"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
+#, fuzzy, php-format
+msgid "Please enter a valid mount point for partition %s."
 msgstr ""
 msgstr ""
+"Por favor introduzca una ruta valida en el campo 'Directorio de usuario'"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:86
-msgid "(in seconds)"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
+#, php-format
+msgid ""
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:94
-msgid "Queue sound setup"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
+msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "Use music on hold instead of ringing"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
+#, fuzzy, php-format
+msgid "Please enter a valid partition size for partition %s."
 msgstr ""
 msgstr ""
+"Por favor introduzca una ruta valida en el campo 'Directorio de usuario'"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:108
-msgid "Music on hold"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
+#, fuzzy, php-format
+msgid "Please enter a valid range for partition %s."
+msgstr "Por favor introduzca un número de serie válido"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
+#, fuzzy, php-format
+msgid "Please enter a range for partition size for partition %s."
+msgstr "Por favor introduzca un número de serie válido"
+
+#: plugins/admin/fai/faiScript.tpl:34
+#, fuzzy
+msgid "List of scripts"
+msgstr "Lista de usuarios"
+
+#: plugins/admin/fai/faiScript.tpl:40
+msgid "Choose a script to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:116
+#: plugins/admin/fai/class_faiVariableEntry.inc:82
 #, fuzzy
 #, fuzzy
-msgid "Welcome sound file"
-msgstr "¡Bienvenido %s!"
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Por favor especifique un usuario valido."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:124
+#: plugins/admin/fai/faiVariableEntry.tpl:29
 #, fuzzy
 #, fuzzy
-msgid "Announce message"
-msgstr "Mensaje de ausencia"
+msgid "Variable attributes"
+msgstr "Atributo 'dn' de los usuarios"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:132
-msgid "Sound file for 'You are next ...'"
-msgstr ""
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+#, fuzzy
+msgid "Variable content"
+msgstr "Variable"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:140
-msgid "'There are ...'"
-msgstr ""
+#: plugins/admin/fai/faiTemplate.tpl:31
+#, fuzzy
+msgid "List of template files"
+msgstr "Lista de Departamentos"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:148
-msgid "'... calls waiting'"
-msgstr ""
+#: plugins/admin/fai/faiTemplate.tpl:37
+#, fuzzy
+msgid "Choose a template to delete or edit"
+msgstr "Elija un departamento para guardar la entrada"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:156
+#: plugins/admin/fai/class_faiPartitionTable.inc:226
+#: plugins/admin/fai/class_faiPartitionTable.inc:232
+#, fuzzy, php-format
+msgid "%s partition"
+msgstr "Mostrar estaciones de trabajo"
+
+#: plugins/admin/fai/class_faiPartitionTable.inc:228
+#: plugins/admin/fai/class_faiPartitionTable.inc:234
+#, fuzzy, php-format
+msgid "%s partition(s)"
+msgstr "Mostrar estaciones de trabajo"
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:74
 #, fuzzy
 #, fuzzy
-msgid "'Thank you' message"
-msgstr "Estado del mensaje"
+msgid "no file uploaded yet"
+msgstr "No se ha subido ningún archivo."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:164
-msgid "'minutes' sound file"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:76
+#, php-format
+msgid "exists in database (size: %s bytes)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:172
-msgid "'seconds' sound file"
-msgstr ""
+#: plugins/admin/fai/class_faiTemplateEntry.inc:156
+#, fuzzy
+msgid "Please specify a value for attribute 'file'."
+msgstr "Por favor especifique un usuario valido."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:180
-msgid "Hold sound file"
-msgstr ""
+#: plugins/admin/fai/class_faiTemplateEntry.inc:160
+#, fuzzy
+msgid "Please specify a value for attribute 'path'."
+msgstr "Por favor especifique un usuario valido."
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:168
+#, fuzzy
+msgid "Please enter a user."
+msgstr "Por favor especifique una dirección de servidor - URI - válida."
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:171
+#, fuzzy
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+msgstr "Por favor especifique un nombre de usuario valido."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:188
+#: plugins/admin/fai/class_faiTemplateEntry.inc:175
 #, fuzzy
 #, fuzzy
-msgid "Less Than sound file"
-msgstr "¡Bienvenido %s!"
+msgid "Please enter a group."
+msgstr "Por favor especifique una dirección de servidor - URI - válida."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:204
+#: plugins/admin/fai/class_faiTemplateEntry.inc:178
 #, fuzzy
 #, fuzzy
-msgid "Phone attributes "
-msgstr "Atributo 'dn' de los usuarios"
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+msgstr "Por favor especifique un nombre de usuario valido."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:212
-msgid "Announce holdtime"
-msgstr ""
+#: plugins/admin/fai/class_faiHookEntry.inc:108
+#, fuzzy
+msgid "Please enter a value for script."
+msgstr "Por favor introduzca un número de serie válido"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:218
-msgid "Allow the called user to transfer his call"
+#: plugins/admin/fai/class_faiProfileEntry.inc:122
+msgid "Package bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:224
-msgid "Allows calling user to transfer call"
-msgstr ""
+#: plugins/admin/fai/class_faiProfileEntry.inc:153
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#, fuzzy
+msgid "Class name"
+msgstr "Elija tipo de ratón"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:234
-msgid "Allow the called to hangup by pressing *"
-msgstr ""
+#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
+#, fuzzy
+msgid "Hook attributes"
+msgstr "Atributo 'dn' de los usuarios"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:240
-msgid "Allows calling to hangup by pressing *"
-msgstr ""
+#: plugins/admin/fai/faiHookEntry.tpl:34
+#, fuzzy
+msgid "Task"
+msgstr "Días para tareas"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:246
-msgid "Ring instead of playing background music"
+#: plugins/admin/fai/faiHookEntry.tpl:36
+msgid "Choose an existing FAI task"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+#: plugins/admin/fai/class_askClassName.inc:71
 #, fuzzy
 #, fuzzy
-msgid "Phone macros"
-msgstr "Informes telefónicos"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
-#, fuzzy, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "Está a punto de borrar el grupo '%s'."
+msgid "Create new FAI object - partition table."
+msgstr "Grupo de objetos"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
+#: plugins/admin/fai/class_askClassName.inc:72
 #, fuzzy
 #, fuzzy
-msgid "You are not allowed to delete this macro!"
-msgstr "¡No le está permitido eliminar este grupo!"
+msgid "Create new FAI object - package bundle."
+msgstr "Grupo de objetos"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+#: plugins/admin/fai/class_askClassName.inc:73
 #, fuzzy
 #, fuzzy
-msgid "Create new phone macro"
-msgstr "Crear cuenta telefónica"
+msgid "Create new FAI object - script bundle."
+msgstr "Grupo de objetos"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
+#: plugins/admin/fai/class_askClassName.inc:74
 #, fuzzy
 #, fuzzy
-msgid "Visible"
-msgstr "Variable"
+msgid "Create new FAI object - variable bundle."
+msgstr "Grupo de objetos"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
-msgid "This table displays all phone macros, in the selected tree."
-msgstr ""
+#: plugins/admin/fai/class_askClassName.inc:75
+#, fuzzy
+msgid "Create new FAI object - hook bundle."
+msgstr "Grupo de objetos"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
+#: plugins/admin/fai/class_askClassName.inc:76
 #, fuzzy
 #, fuzzy
-msgid "Macro"
-msgstr "Nombre de la maquina"
+msgid "Create new FAI object - profile."
+msgstr "Grupo de objetos"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+#: plugins/admin/fai/class_askClassName.inc:77
 #, fuzzy
 #, fuzzy
-msgid "visible"
-msgstr "Visible Publicamente"
+msgid "Create new FAI object - template."
+msgstr "Nueva plantilla"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+#: plugins/admin/fai/class_askClassName.inc:78
 #, fuzzy
 #, fuzzy
-msgid "invisible"
-msgstr "Visible Publicamente"
+msgid "Create new FAI object"
+msgstr "Grupo de objetos"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:97
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
-msgid ""
-"There is currently no asterisk server defined. Possibly you are missing a "
-"server that handles the asterisk management (goFonServer). Your settings "
-"can't be saved to asterisk database."
-msgstr ""
+#: plugins/admin/fai/class_askClassName.inc:131
+#, fuzzy
+msgid "The given class name is empty."
+msgstr "El archivo especificado está vacío."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:103
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/admin/fai/class_askClassName.inc:135
 #, fuzzy
 #, fuzzy
-msgid "This 'dn' is no phone macro."
-msgstr "Esta 'dn' no tiene características de teléfono."
+msgid "The specified class name is already in use for this object type."
+msgstr "El valor especificado como 'Nombre' esta siendo utilizado."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:159
+#: plugins/admin/fai/askClassName.tpl:6
 msgid ""
 msgid ""
-"This macro ist still in use. To delete this Macro ensure that nobody has "
-"selected this Macro."
+"Adding a new class to the FAI management, requires a class name. You have to "
+"specify a unique class name for unique types of FAI classes, while you can "
+"use the same class name for different types of FAI classes. In the laste "
+"case, FAI will automatically enclose all these different class types to one "
+"unique class name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:191
+#: plugins/admin/fai/askClassName.tpl:12
 msgid ""
 msgid ""
-"There is no mysql extension available in your php setup, can't save any "
-"changes to asterisk db."
+"Please use one of the following methods to choose the name for the new FAI "
+"class."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:261
-#, php-format
-msgid "Unable to parse macro contents on line: %s"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:279
-#, php-format
-msgid "Can't perform SELECT query in DB '%s'"
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:288
-#: plugins/gofon/macro/class_gofonMacro.inc:296
-#, php-format
-msgid "Can't perform DELETE query in DB '%s'"
-msgstr ""
+#: plugins/admin/fai/askClassName.tpl:54
+#, fuzzy
+msgid "Choose class name"
+msgstr "Elija tipo de ratón"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:310
-#, php-format
-msgid "Can't perform INSERT query in DB '%s'"
-msgstr ""
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#, fuzzy
+msgid "Use"
+msgstr "Usuario"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:357
-#, fuzzy, php-format
-msgid "The given cn '%s' already exists."
-msgstr "Ya existe un Departamento con este 'Nombre'."
+#: plugins/admin/fai/askClassName.tpl:74
+#, fuzzy
+msgid "A new class name."
+msgstr "Aplicaciones disponibles"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:362
-msgid "You must specify the 'Display Name' in order to save this macro"
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:21
+#, fuzzy
+msgid "Template attributes"
+msgstr "Atributo 'dn' de los usuarios"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:366
-msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
+msgid "File"
+msgstr "Archivo"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:371
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:35
+#, fuzzy
+msgid "Save template"
+msgstr "Nueva plantilla"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:377
-msgid "Makro length must be lower than 100 lines"
+#: plugins/admin/fai/faiTemplateEntry.tpl:47
+#, fuzzy
+msgid "Destination path"
+msgstr "Destino"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:62
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
+msgid "Owner"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:382
+#: plugins/admin/fai/faiTemplateEntry.tpl:80
 #, fuzzy
 #, fuzzy
-msgid "Please choose a valid  base."
-msgstr "Por favor especifique un rango VSync valido"
+msgid "Access"
+msgstr "Dirección"
 
 
-#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+#: plugins/admin/fai/faiTemplateEntry.tpl:86
 #, fuzzy
 #, fuzzy
-msgid "Macro name"
-msgstr "Nombre de la maquina"
+msgid "Class"
+msgstr "clase"
 
 
-#: plugins/gofon/macro/generic.tpl:12
-msgid "Macro name to be displayed"
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:87
+#, fuzzy
+msgid "Read"
+msgstr "leer"
 
 
-#: plugins/gofon/macro/generic.tpl:22
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
 #, fuzzy
 #, fuzzy
-msgid "Choose subtree to place macro in"
-msgstr "Elija lugar del árbol para colocar la aplicación"
+msgid "Write"
+msgstr "escribir"
 
 
-#: plugins/gofon/macro/generic.tpl:43
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
 #, fuzzy
 #, fuzzy
-msgid "Visible for user"
-msgstr "Lista de usuarios"
+msgid "Special"
+msgstr "terminales"
 
 
-#: plugins/gofon/macro/generic.tpl:52
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+#, fuzzy
+msgid "SUID"
+msgstr "UID"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
+#, fuzzy
+msgid "SGID"
+msgstr "GID"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
+#, fuzzy
+msgid "Others"
+msgstr "Filtros"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
 #, fuzzy
 #, fuzzy
-msgid "Macro text"
-msgstr "Nombre de la maquina"
+msgid "sticky"
+msgstr "estatico"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+#: plugins/admin/fai/faiHook.tpl:34
 #, fuzzy
 #, fuzzy
-msgid "String"
-msgstr "durante"
+msgid "List of hook scripts"
+msgstr "Lista de listas de bloqueos"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
-msgid "Combobox"
+#: plugins/admin/fai/faiHook.tpl:40
+msgid "Choose a hook to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
-msgid "Bool"
+#: plugins/admin/fai/class_faiPackageEntry.inc:35
+#, fuzzy
+msgid "Please enter your search string here"
+msgstr "Por favor introduzca un número de serie válido"
+
+#: plugins/admin/fai/class_faiPackageEntry.inc:48
+msgid ""
+"This list displays all assigned package names for this repository settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+#: plugins/admin/fai/faiPackageEntry.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Delete unused"
-msgstr "Borrar"
+msgid "List of available packages"
+msgstr "Elija tipo de ratón"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
+#: plugins/admin/fai/faiPackageEntry.tpl:26
+msgid ""
+"This menu allows you to select multiple packages to add them to the "
+"currently edited package list."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:915
-#, fuzzy, php-format
-msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
-msgstr "¡El tiempo de expiración '%s' contiene caracteres no validos!"
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+#, fuzzy
+msgid "Package"
+msgstr "Mostrar teléfonos"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
-#, php-format
-msgid "The parameter %s has incorrect value for type bool."
-msgstr ""
+#: plugins/admin/fai/faiPackageNew.tpl:2
+#, fuzzy
+msgid "Repository settings"
+msgstr "Configuración de red"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
-#, php-format
+#: plugins/admin/fai/faiPackageNew.tpl:6
 msgid ""
 msgid ""
-"Parameter count of the macro changed, you must update each user which are "
-"using this macro '%s'."
+"To add packages to your package list you have to setup the repository "
+"settings first."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:6
-#, fuzzy
-msgid "List of macros"
-msgstr "Lista de grupos"
+#: plugins/admin/fai/faiPackageNew.tpl:8
+msgid ""
+"Packages are usually stored on different servers called mirrors. These "
+"mirrors have different types of releases (for example woody/sarge/etch), "
+"which finally contain packages sorted by section."
+msgstr ""
 
 
-#: plugins/gofon/macro/headpage.tpl:24
-#, fuzzy
+#: plugins/admin/fai/faiPackageNew.tpl:11
 msgid ""
 msgid ""
-"This menu allows you to add, edit and remove selected macros. You may want "
-"to use the range selector on top of the macro listbox, when working with a "
-"large number of macros."
+"Section and release can't be changed in future dialogs, but the mirror can "
+"be changed by editing the entry."
 msgstr ""
 msgstr ""
-"Este menú permite añadir, editar o eliminar los grupos seleccionados. Puede "
-"usar el selector de rango en la parte superior de la lista de grupos, cuando "
-"trabaja con un gran número de grupos."
 
 
-#: plugins/gofon/macro/headpage.tpl:38
-#, fuzzy
-msgid "Display macros matching"
-msgstr "Mostrar grupos que concuerden con"
+#: plugins/admin/fai/faiPackageNew.tpl:17
+msgid ""
+"First select the preferred release, then the section and finally the mirror."
+msgstr ""
 
 
-#: plugins/gofon/macro/headpage.tpl:38
-#, fuzzy
-msgid "Display macros  matching"
-msgstr "Mostrar grupos que concuerden con"
+#: plugins/admin/fai/faiPackageNew.tpl:25
+msgid "Following releases are available"
+msgstr ""
 
 
-#: plugins/gofon/macro/headpage.tpl:41
+#: plugins/admin/fai/faiPackageNew.tpl:37
 #, fuzzy
 #, fuzzy
-msgid "Regular expression for matching macro names"
-msgstr "Expresión regular que concuerde con nombres de grupos"
+msgid "Sections for this release"
+msgstr "Localización de este subarbol"
 
 
-#: plugins/gofon/macro/main.inc:38 plugins/gofon/macro/main.inc:40
-#, fuzzy
-msgid "Phone macro management"
-msgstr "Gestión del sistema"
+#: plugins/admin/fai/faiPackageNew.tpl:48
+msgid "Matching mirrors"
+msgstr ""
 
 
-#: plugins/gofon/macro/parameter.tpl:3
-#, fuzzy
-msgid "Argument"
-msgstr "Argumentos"
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
+#, php-format
+msgid "Debconf information for package '%s'"
+msgstr ""
 
 
-#: plugins/gofon/macro/parameter.tpl:7
-#, fuzzy
-msgid "type"
-msgstr "Tipo"
+#: plugins/gofon/phoneaccount/main.inc:122
+msgid "Phone settings"
+msgstr "Configuración telefónica"
 
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
 #, fuzzy
 
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
 #, fuzzy
@@ -9082,6 +8989,16 @@ msgstr "Informes telefónicos"
 msgid "undefined"
 msgstr "sin definirse"
 
 msgid "undefined"
 msgstr "sin definirse"
 
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
+#: plugins/gofon/macro/class_gofonMacro.inc:97
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
+msgid ""
+"There is currently no asterisk server defined. Possibly you are missing a "
+"server that handles the asterisk management (goFonServer). Your settings "
+"can't be saved to asterisk database."
+msgstr ""
+
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
@@ -9124,130 +9041,309 @@ msgstr "Crear cuenta telefónica"
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
 #, fuzzy
 msgid ""
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
 #, fuzzy
 msgid ""
-"This account has phone features disabled. You can't enable them while no uid "
-"is set."
+"This account has phone features disabled. You can't enable them while no uid "
+"is set."
+msgstr ""
+"Esta cuenta tiene la extensión telefónica desactivada. Puede activarla "
+"pulsando aquí."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
+msgid ""
+"This account has phone features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Esta cuenta tiene la extensión telefónica desactivada. Puede activarla "
+"pulsando aquí."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
+msgid "Please enter a valid phone number!"
+msgstr "¡Por favor introduzca un número de teléfono valido!"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
+msgid "Choose your private phone"
+msgstr "Indique su teléfono particular"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
+msgid "Voicemail PIN must be between 1-4 characters."
+msgstr ""
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
+#, fuzzy
+msgid ""
+"The specified Voicemail PIN contains invalid characters, only numeric values "
+"are allowed here."
+msgstr ""
+"El campo 'Login' contiene caracteres no validos. Solo minúsculas, números y "
+"guiones están permitidos."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:894
+msgid "Phone PIN must be at least one character long."
+msgstr ""
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:897
+#, fuzzy
+msgid ""
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
+msgstr ""
+"El campo 'Login' contiene caracteres no validos. Solo minúsculas, números y "
+"guiones están permitidos."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:907
+#, php-format
+msgid "You need to specify at least one phone number!"
+msgstr "¡Necesita introducir al menos un número de teléfono!"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:914
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
+#, fuzzy, php-format
+msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
+msgstr "¡El tiempo de expiración '%s' contiene caracteres no validos!"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1076
+msgid "Stop"
+msgstr ""
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1111
+#, php-format
+msgid "Removed user '%s' from phone queue '%s'."
+msgstr ""
+
+#: plugins/gofon/phoneaccount/generic.tpl:33
+msgid "Voicemail PIN"
+msgstr ""
+
+#: plugins/gofon/phoneaccount/generic.tpl:41
+#, fuzzy
+msgid "Phone PIN"
+msgstr "Teléfono"
+
+#: plugins/gofon/phoneaccount/generic.tpl:59
+#: plugins/gofon/phoneaccount/generic.tpl:60
+#, fuzzy
+msgid "Phone macro"
+msgstr "Informes telefónicos"
+
+#: plugins/gofon/phoneaccount/generic.tpl:67
+#, fuzzy
+msgid "Refresh"
+msgstr "Referencias"
+
+#: plugins/gofon/macro/parameter.tpl:3
+#, fuzzy
+msgid "Argument"
+msgstr "Argumentos"
+
+#: plugins/gofon/macro/parameter.tpl:7
+#, fuzzy
+msgid "type"
+msgstr "Tipo"
+
+#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+#, fuzzy
+msgid "Macro name"
+msgstr "Nombre de la maquina"
+
+#: plugins/gofon/macro/generic.tpl:12
+msgid "Macro name to be displayed"
+msgstr ""
+
+#: plugins/gofon/macro/generic.tpl:22
+#, fuzzy
+msgid "Choose subtree to place macro in"
+msgstr "Elija lugar del árbol para colocar la aplicación"
+
+#: plugins/gofon/macro/generic.tpl:43
+#, fuzzy
+msgid "Visible for user"
+msgstr "Lista de usuarios"
+
+#: plugins/gofon/macro/generic.tpl:52
+#, fuzzy
+msgid "Macro text"
+msgstr "Nombre de la maquina"
+
+#: plugins/gofon/macro/headpage.tpl:6
+#, fuzzy
+msgid "List of macros"
+msgstr "Lista de grupos"
+
+#: plugins/gofon/macro/headpage.tpl:24
+#, fuzzy
+msgid ""
+"This menu allows you to add, edit and remove selected macros. You may want "
+"to use the range selector on top of the macro listbox, when working with a "
+"large number of macros."
 msgstr ""
 msgstr ""
-"Esta cuenta tiene la extensión telefónica desactivada. Puede activarla "
-"pulsando aquí."
+"Este menú permite añadir, editar o eliminar los grupos seleccionados. Puede "
+"usar el selector de rango en la parte superior de la lista de grupos, cuando "
+"trabaja con un gran número de grupos."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
-msgid ""
-"This account has phone features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Esta cuenta tiene la extensión telefónica desactivada. Puede activarla "
-"pulsando aquí."
+#: plugins/gofon/macro/headpage.tpl:38
+#, fuzzy
+msgid "Display macros matching"
+msgstr "Mostrar grupos que concuerden con"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
-msgid "Please enter a valid phone number!"
-msgstr "¡Por favor introduzca un número de teléfono valido!"
+#: plugins/gofon/macro/headpage.tpl:38
+#, fuzzy
+msgid "Display macros  matching"
+msgstr "Mostrar grupos que concuerden con"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
-msgid "Choose your private phone"
-msgstr "Indique su teléfono particular"
+#: plugins/gofon/macro/headpage.tpl:41
+#, fuzzy
+msgid "Regular expression for matching macro names"
+msgstr "Expresión regular que concuerde con nombres de grupos"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
-msgid "Voicemail PIN must be between 1-4 characters."
-msgstr ""
+#: plugins/gofon/macro/main.inc:38 plugins/gofon/macro/main.inc:40
+#, fuzzy
+msgid "Phone macro management"
+msgstr "Gestión del sistema"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacro.inc:103
 #, fuzzy
 #, fuzzy
-msgid ""
-"The specified Voicemail PIN contains invalid characters, only numeric values "
-"are allowed here."
+msgid "This 'dn' is no phone macro."
+msgstr "Esta 'dn' no tiene características de teléfono."
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+#, fuzzy
+msgid "String"
+msgstr "durante"
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+msgid "Combobox"
 msgstr ""
 msgstr ""
-"El campo 'Login' contiene caracteres no validos. Solo minúsculas, números y "
-"guiones están permitidos."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:895
-msgid "Phone PIN must be 4 characters long."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+msgid "Bool"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:898
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
 #, fuzzy
 #, fuzzy
-msgid ""
-"The specified phone PIN contains invalid characters, only numeric values are "
-"allowed here."
-msgstr ""
-"El campo 'Login' contiene caracteres no validos. Solo minúsculas, números y "
-"guiones están permitidos."
+msgid "Delete unused"
+msgstr "Borrar"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:908
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
 #, php-format
 #, php-format
-msgid "You need to specify at least one phone number!"
-msgstr "¡Necesita introducir al menos un número de teléfono!"
-
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1077
-msgid "Stop"
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
 #, php-format
 #, php-format
-msgid "Removed user '%s' from phone queue '%s'."
+msgid "The parameter %s has incorrect value for type bool."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/generic.tpl:33
-msgid "Voicemail PIN"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
+#, php-format
+msgid ""
+"Parameter count of the macro changed, you must update each user which are "
+"using this macro '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/generic.tpl:41
-#, fuzzy
-msgid "Phone PIN"
-msgstr "Teléfono"
-
-#: plugins/gofon/phoneaccount/generic.tpl:59
-#: plugins/gofon/phoneaccount/generic.tpl:60
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
 #, fuzzy
 #, fuzzy
-msgid "Phone macro"
+msgid "Phone macros"
 msgstr "Informes telefónicos"
 
 msgstr "Informes telefónicos"
 
-#: plugins/gofon/phoneaccount/generic.tpl:67
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
+#, fuzzy, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "Está a punto de borrar el grupo '%s'."
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
 #, fuzzy
 #, fuzzy
-msgid "Refresh"
-msgstr "Referencias"
+msgid "You are not allowed to delete this macro!"
+msgstr "¡No le está permitido eliminar este grupo!"
 
 
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
-msgstr "Configuración telefónica"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+#, fuzzy
+msgid "Create new phone macro"
+msgstr "Crear cuenta telefónica"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
 #, fuzzy
 #, fuzzy
-msgid "Phone conferences"
-msgstr "Número de teléfono"
+msgid "Visible"
+msgstr "Variable"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
+msgid "This table displays all phone macros, in the selected tree."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
 #, fuzzy
 #, fuzzy
-msgid "Management"
+msgid "Macro"
 msgstr "Nombre de la maquina"
 
 msgstr "Nombre de la maquina"
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
 #, fuzzy
 #, fuzzy
-msgid "Create new conference"
-msgstr "Crear una nueva entrada en"
+msgid "visible"
+msgstr "Visible Publicamente"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
 #, fuzzy
 #, fuzzy
-msgid "New conference"
-msgstr "Número de teléfono"
+msgid "invisible"
+msgstr "Visible Publicamente"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
-msgid "This table displays all available conference rooms."
+#: plugins/gofon/macro/class_gofonMacro.inc:159
+msgid ""
+"This macro ist still in use. To delete this Macro ensure that nobody has "
+"selected this Macro."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
-#, fuzzy
-msgid "Name - Number"
-msgstr "Número de teléfono"
+#: plugins/gofon/macro/class_gofonMacro.inc:191
+msgid ""
+"There is no mysql extension available in your php setup, can't save any "
+"changes to asterisk db."
+msgstr ""
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
-#: plugins/gofon/conference/generic.tpl:107
-msgid "PIN"
+#: plugins/gofon/macro/class_gofonMacro.inc:261
+#, php-format
+msgid "Unable to parse macro contents on line: %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
+#: plugins/gofon/macro/class_gofonMacro.inc:279
+#, php-format
+msgid "Can't perform SELECT query in DB '%s'"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:288
+#: plugins/gofon/macro/class_gofonMacro.inc:296
+#, php-format
+msgid "Can't perform DELETE query in DB '%s'"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:310
+#, php-format
+msgid "Can't perform INSERT query in DB '%s'"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:357
+#, fuzzy, php-format
+msgid "The given cn '%s' already exists."
+msgstr "Ya existe un Departamento con este 'Nombre'."
+
+#: plugins/gofon/macro/class_gofonMacro.inc:362
+msgid "You must specify the 'Display Name' in order to save this macro"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:366
+msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:371
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:377
+msgid "Makro length must be lower than 100 lines"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:382
 #, fuzzy
 #, fuzzy
-msgid "Conference"
-msgstr "Referencias"
+msgid "Please choose a valid  base."
+msgstr "Por favor especifique un rango VSync valido"
 
 #: plugins/gofon/conference/generic.tpl:13
 #, fuzzy
 
 #: plugins/gofon/conference/generic.tpl:13
 #, fuzzy
@@ -9280,6 +9376,11 @@ msgstr "Números de teléfonos"
 msgid "Preset PIN"
 msgstr "presente"
 
 msgid "Preset PIN"
 msgstr "presente"
 
+#: plugins/gofon/conference/generic.tpl:107
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
+msgid "PIN"
+msgstr ""
+
 #: plugins/gofon/conference/generic.tpl:113
 #, fuzzy
 msgid "Record conference"
 #: plugins/gofon/conference/generic.tpl:113
 #, fuzzy
 msgid "Record conference"
@@ -9302,10 +9403,65 @@ msgstr "Activar mensaje de ausencia"
 msgid "Announce users joining or leaving the conference"
 msgstr ""
 
 msgid "Announce users joining or leaving the conference"
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:156
+#: plugins/gofon/conference/generic.tpl:156
+#, fuzzy
+msgid "Count users"
+msgstr "Pais"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+#, fuzzy
+msgid "Phone conferences"
+msgstr "Número de teléfono"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+#, fuzzy
+msgid "Management"
+msgstr "Nombre de la maquina"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+#, fuzzy
+msgid "Create new conference"
+msgstr "Crear una nueva entrada en"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+#, fuzzy
+msgid "New conference"
+msgstr "Número de teléfono"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
+msgid "This table displays all available conference rooms."
+msgstr ""
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
+#, fuzzy
+msgid "Name - Number"
+msgstr "Número de teléfono"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
+#, fuzzy
+msgid "Conference"
+msgstr "Referencias"
+
+#: plugins/gofon/conference/headpage.tpl:6
+#, fuzzy
+msgid "List of conference rooms"
+msgstr "Lista de grupos"
+
+#: plugins/gofon/conference/headpage.tpl:24
+#, fuzzy
+msgid ""
+"This menu allows you to create, delete and edit selected phone conferences. "
+"Having a large number of phone conferences, you might prefer the range "
+"selectors on top of the conferences list."
+msgstr ""
+"Este menú permite añadir, editar o eliminar los departamentos seleccionados. "
+"Puede usar el selector de rango en la parte superior de la lista de "
+"departamentos, cuando trabaja con un gran número de departamentos."
+
+#: plugins/gofon/conference/headpage.tpl:36
 #, fuzzy
 #, fuzzy
-msgid "Count users"
-msgstr "Pais"
+msgid "Regular expression for        matching user names"
+msgstr "Expresiones regulares que concuerden con nombres de usuarios"
 
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
 
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
@@ -9338,27 +9494,6 @@ msgid ""
 "extension available in your php setup."
 msgstr ""
 
 "extension available in your php setup."
 msgstr ""
 
-#: plugins/gofon/conference/headpage.tpl:6
-#, fuzzy
-msgid "List of conference rooms"
-msgstr "Lista de grupos"
-
-#: plugins/gofon/conference/headpage.tpl:24
-#, fuzzy
-msgid ""
-"This menu allows you to create, delete and edit selected phone conferences. "
-"Having a large number of phone conferences, you might prefer the range "
-"selectors on top of the conferences list."
-msgstr ""
-"Este menú permite añadir, editar o eliminar los departamentos seleccionados. "
-"Puede usar el selector de rango en la parte superior de la lista de "
-"departamentos, cuando trabaja con un gran número de departamentos."
-
-#: plugins/gofon/conference/headpage.tpl:36
-#, fuzzy
-msgid "Regular expression for        matching user names"
-msgstr "Expresiones regulares que concuerden con nombres de usuarios"
-
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 #, fuzzy
 msgid "Conference management"
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 #, fuzzy
 msgid "Conference management"
@@ -9451,6 +9586,48 @@ msgstr "El equipo de GOsa"
 msgid "Welcome %s!"
 msgstr "¡Bienvenido %s!"
 
 msgid "Welcome %s!"
 msgstr "¡Bienvenido %s!"
 
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
+msgstr ""
+"¡La generación de esta página provoca que el interprete PHP muestre algunos "
+"errores!"
+
+#: include/php_setup.inc:71 html/main.php:316
+msgid "Toggle information"
+msgstr "Información de intercambio"
+
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr "Error PHP:"
+
+#: include/php_setup.inc:87
+msgid "class"
+msgstr "clase"
+
+#: include/php_setup.inc:93
+msgid "function"
+msgstr "Función"
+
+#: include/php_setup.inc:98
+msgid "static"
+msgstr "estatico"
+
+#: include/php_setup.inc:102
+msgid "method"
+msgstr "método"
+
+#: include/php_setup.inc:121
+msgid "Trace"
+msgstr "Traza"
+
+#: include/php_setup.inc:122
+msgid "Line"
+msgstr "Linea"
+
+#: include/php_setup.inc:123
+msgid "Arguments"
+msgstr "Argumentos"
+
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
@@ -9519,899 +9696,857 @@ msgstr ""
 "No se puede activar el 'script GOsa para SIEVE'. El error del servidor es: '%"
 "s'"
 
 "No se puede activar el 'script GOsa para SIEVE'. El error del servidor es: '%"
 "s'"
 
-#: include/class_xmlParse.inc:42
-#, php-format
-msgid "Could not open XML input '%s'."
-msgstr ""
-
-#: include/class_xmlParse.inc:117
-#, fuzzy, php-format
-msgid "XML error in %s : %s at line %d"
-msgstr "Error XML en 'gosa.conf': %s en la linea %d"
-
-#: include/class_plugin.inc:391
-#, php-format
-msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
-msgstr ""
-"El comando '%s', especificado como 'POSTCREATE' para la extensión '%s' no "
-"parece existir."
-
-#: include/class_plugin.inc:419 include/class_password-methods.inc:181
-#, php-format
-msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
-msgstr ""
-"El comando '%s', especificado como POSTMODIFY para la extensión '%s' no "
-"parece existir."
-
-#: include/class_plugin.inc:447
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
-msgstr ""
-"El comando '%s', especificado como POSTREMOVE para la extensión '%s' no "
-"parece existir."
-
-#: include/functions_setup.inc:98
-msgid "Can't bind to LDAP. No schema check possible!"
-msgstr ""
-"No se pudo establecer la conexión al servidor LDAP. ¡No se pudo comprobar el "
-"esquema.!"
-
-#: include/functions_setup.inc:107 include/functions_setup.inc:116
-msgid "Can't get schema information from server. No schema check possible!"
-msgstr ""
-"No se pudo obtener la información del esquema del servidor. No se pudo "
-"comprobar el esquema."
-
-#: include/functions_setup.inc:136
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
-msgstr ""
-"El objeto de clase (objectclass) opcional '%s' requerido por la extensión '%"
-"s' no esta disponible en configuración de LDAP."
-
-#: include/functions_setup.inc:140
-#, php-format
+#: include/class_pluglist.inc:115
 msgid ""
 msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
-msgstr ""
-"El objeto de clase (objectclass) opcional '%s' requerido por la extensión '%"
-"s' no tiene la versión %s"
-
-#: include/functions_setup.inc:145
-#, php-format
-msgid "Support for '%s' enabled"
-msgstr "Es soporte para '%s' esta activado"
-
-#: include/functions_setup.inc:155
-#, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
-msgstr ""
-"No se encuentra el objeto de clase (object class) requerido '%s' en la "
-"configuración del servidor LDAP."
-
-#: include/functions_setup.inc:159
-#, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr "El objeto de clase (objectclass) requerido '%s' no tiene la versión %s"
-
-#: include/functions_setup.inc:170
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
-msgstr ""
-"El soporte de SAMBA 3 se encuentra desactivado, no parece haber esquemas "
-"instalados"
-
-#: include/functions_setup.inc:175
-msgid "SAMBA 3 support enabled"
-msgstr "Soporte de SAMBA 3 activado"
-
-#: include/functions_setup.inc:180
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
-msgstr ""
-"El soporte de SAMBA 2 se encuentra desactivado, no parece haber esquemas "
-"instalados"
-
-#: include/functions_setup.inc:185
-msgid "SAMBA 2 support enabled"
-msgstr "Soporte de SAMBA 2 activado"
-
-#: include/functions_setup.inc:191
-msgid "Support for pureftp disabled, no schema seems to be installed"
-msgstr ""
-"El soporte para pureftp se encuentra desactivado, no parece haber esquemas "
-"instalados"
-
-#: include/functions_setup.inc:196
-msgid "Support for pureftp enabled"
-msgstr "Soporte de PUREFTP activado"
-
-#: include/functions_setup.inc:201
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr ""
-"El soporte para WebDAV se encuentra desactivado, no parece haber esquemas "
-"instalados"
-
-#: include/functions_setup.inc:206
-msgid "Support for WebDAV enabled"
-msgstr "Soporte de WebDAV activado"
-
-#: include/functions_setup.inc:211
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
-msgstr ""
-"El soporte para phpgroupware se encuentra desactivado, no parece haber "
-"esquemas instalados"
-
-#: include/functions_setup.inc:216
-msgid "Support for phpgroupware enabled"
-msgstr "El soporte para phpgroupware está activado"
-
-#: include/functions_setup.inc:221
-msgid "Support for gofon disabled, no schema seems to be installed"
-msgstr ""
-"El soporte para gofon se encuentra desactivado, no parece haber esquemas "
-"instalados"
-
-#: include/functions_setup.inc:226
-msgid "Support for gofon enabled"
-msgstr "Soporte de GOFON activado"
-
-#: include/functions_setup.inc:231
-#, fuzzy
-msgid "Support for nagios disabled, no schema seems to be installed"
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
 msgstr ""
 msgstr ""
-"El soporte para gofon se encuentra desactivado, no parece haber esquemas "
-"instalados"
-
-#: include/functions_setup.inc:236
-#, fuzzy
-msgid "Support for nagios enabled"
-msgstr "Soporte de GOFON activado"
+"El contenido de la configuración 'gosa.conf' ha cambiado parcialmente. ¡Por "
+"favor actualízela usando el script 'fix_config.sh'!"
 
 
-#: include/functions_setup.inc:246
+#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
+#: ihtml/themes/altlinux/framework.tpl:24
+#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
 msgid ""
 msgid ""
-"Support for Kolab disabled, no schema seems to be installed, setting mail-"
-"method to cyrus"
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
 msgstr ""
 msgstr ""
-"El soporte para Kolab se encuentra desactivado, no parece haber esquemas "
-"instalados, cambiando el método de correo a cyrus"
-
-#: include/functions_setup.inc:253
-msgid "Support for Kolab enabled"
-msgstr "Soporte de KOLAB activado"
-
-#: include/functions_setup.inc:271
-msgid "OK"
-msgstr "Perfecto"
-
-#: include/functions_setup.inc:274
-msgid "Ignored"
-msgstr "Ignorado"
-
-#: include/functions_setup.inc:276
-msgid "Failed"
-msgstr "Fallado"
+"Esta actualmente editando una entrada de la base de datos. ?Quiere quitar "
+"los cambios?"
 
 
-#: include/functions_setup.inc:293
-msgid "PHP setup inspection"
-msgstr "Comprobación configuración PHP"
+#: include/functions.inc:290
+#, php-format
+msgid "Error when connecting the LDAP. Server said '%s'."
+msgstr ""
+"Hay un error trantando de conectarse al servidor LDAP. El error del servidor "
+"es: '%s'"
 
 
-#: include/functions_setup.inc:294
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Comprobando la versión de PHP (>=4.1.0)"
+#: include/functions.inc:311
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Autenticación del usuario fallida. El servidor LDAP contesto '%s'."
 
 
-#: include/functions_setup.inc:295
-msgid ""
-"PHP must be of version 4.1.0 or above for some functions and known bugs in "
-"PHP language."
+#: include/functions.inc:330
+msgid "Username / UID is not unique. Please check your LDAP database."
 msgstr ""
 msgstr ""
-"Debe tener una versión de PHP 4.1.0 o superior para el correcto "
-"funcionamiento de GOsa."
+"Nombre de usuario o UID no son únicos. Por favor, compruebe su base de datos "
+"LDAP."
 
 
-#: include/functions_setup.inc:298
-msgid "Checking if register_globals is set to 'off'"
+#: include/functions.inc:368
+msgid ""
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
 msgstr ""
 msgstr ""
-"Comprobando si el registro de variables globales (register_globals) esta "
-"desactivado."
+"Error al tratar de agregar un bloqueo. Los parámetros no son correctos, por "
+"favor, compruebe el código fuente."
 
 
-#: include/functions_setup.inc:299
+#: include/functions.inc:378
+#, php-format
 msgid ""
 msgid ""
-"register_globals is a PHP mechanism to register all global varibales to be "
-"accessible from scripts without changing the scope. This may be a security "
-"risk. GOsa will run in both modes."
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
 msgstr ""
 msgstr ""
-"El registro de variables globales (register_globals) es un mecanismo de PHP "
-"que permite acceder a variables globales sin cambiar el ambito. Esto puede "
-"ser un problema de seguridad. GOsa funcionará en los dos modos."
-
-#: include/functions_setup.inc:302
-msgid "Checking for ldap module"
-msgstr "Comprobando los módulos de ldap"
+"No se pudo generar el bloqueo a la base de datos LDAP. Por favor, compruebe "
+"la entrada 'config' en gosa.conf. El servidor LDAP contesto '%s'."
 
 
-#: include/functions_setup.inc:303
-msgid "This is the main module used by GOsa and therefore really required."
-msgstr "Este es el módulo más usado por GOsa, es realmente requerido."
+#: include/functions.inc:393
+#, php-format
+msgid "Adding a lock failed. LDAP server says '%s'."
+msgstr "Fallo al tratar de agregar un bloqueo. El servidor LDAP contesto '%s'."
 
 
-#: include/functions_setup.inc:306
-#, fuzzy
-msgid "Checking for XML functions"
-msgstr "Comprobando el soporte de iconv"
+#: include/functions.inc:419
+#, php-format
+msgid "Removing a lock failed. LDAP server says '%s'."
+msgstr "Fallo al tratar de agregar un bloqueo. El servidor LDAP contesto '%s'."
 
 
-#: include/functions_setup.inc:307
-msgid "XML functions are required to parse the configuration file."
+#: include/functions.inc:449
+msgid ""
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
 msgstr ""
 msgstr ""
+"Fallo al tratar de obtener un bloqueo de LDAP. Los parámetros no fueron "
+"correctamente configurados, por favor, compruebe el código fuente."
 
 
-#: include/functions_setup.inc:310
-msgid "Checking for gettext support"
-msgstr "Comprobando el soporte de gettext"
-
-#: include/functions_setup.inc:311
-msgid "Gettext support is required for internationalized GOsa."
+#: include/functions.inc:459
+msgid ""
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
 msgstr ""
 msgstr ""
-"El soporte de gettext es requerido para la intenacionalización de GOsa."
-
-#: include/functions_setup.inc:314
-msgid "Checking for iconv support"
-msgstr "Comprobando el soporte de iconv"
+"No puedo bloquear la información en la base de datos LDAP. Por favor, "
+"compruebe la entrada 'config' en el archivos gosa.conf."
 
 
-#: include/functions_setup.inc:315
+#: include/functions.inc:467
 msgid ""
 msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
 msgstr ""
 msgstr ""
-"Este módulo es usado por GOsa para convertir información de MungedDial (N.T: "
-"Donde samba guarda los permisos de acceso remoto / RAS) de samba y es por lo "
-"tanto requerido."
+"Se encontraron varios bloqueos para el objeto a bloquear. Esto no debería "
+"ser posible, eliminando referencias múltiples."
 
 
-#: include/functions_setup.inc:318
-msgid "Checking for mhash module"
-msgstr "Comprobando por el módulo de mhash"
+#: include/functions.inc:581
+#, php-format
+msgid "The size limit of %d entries is exceed!"
+msgstr "¡Ha excedido el tamaño máximo de %d entradas!"
 
 
-#: include/functions_setup.inc:319
+#: include/functions.inc:583
+#, php-format
 msgid ""
 msgid ""
-"To use SSHA encryption, you'll need this module. If you are just using crypt "
-"or md5 encryption, ignore this message. GOsa will run without it."
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
 msgstr ""
 msgstr ""
-"Necesitará este módulo para usar crifrado SSHA. Si usted solo usa crypt o "
-"md5, ignore este mensaje. GOsa correra si él."
+"Indique el nuevo tamaño limite a %s y enséñame este mensaje si el tamaño "
+"limite es todavía superado"
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for imap module"
-msgstr "Comprobando el módulo de imap"
+#: include/functions.inc:600
+msgid "incomplete"
+msgstr "incompleto"
 
 
-#: include/functions_setup.inc:323
+#: include/functions.inc:1005
+#, php-format
 msgid ""
 msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
+"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
+"Please contact the person in order to clarify proceedings."
 msgstr ""
 msgstr ""
-"El módulo de IMAP es necesario para comunicarse con el servidor IMAP. "
-"Obtiene el estado, crea y borra usuarios del correo."
+"Va ha editar la entrada LDAP '%s' que parece estar siendo usada por '%s'. "
+"Por favor, contacte con esta persona para clarificar los procedimientos."
 
 
-#: include/functions_setup.inc:326
-msgid "Checking for getacl in imap"
-msgstr "Comprobando por getacl en imap"
+#: include/functions.inc:1104
+msgid "LDAP error:"
+msgstr "Error LDAP:"
 
 
-#: include/functions_setup.inc:327
-msgid ""
-"The getacl support is needed for shared folder permissions. The standard "
-"IMAP module is not capable of reading acl's. You need a recend PHP version "
-"for this feature."
+#: include/functions.inc:1282
+msgid "Entries per page"
 msgstr ""
 msgstr ""
-"El soporte de getacl es necesario para carpetas con permisos compartidos. El "
-"módulo IAMP estandar no es capaz de leer acls. Necesitará una versión "
-"reciente de PHP para obtener está caracteristica. "
-
-#: include/functions_setup.inc:330
-msgid "Checking for mysql module"
-msgstr "Comprobando el módulo de mysql"
 
 
-#: include/functions_setup.inc:331
-msgid "MySQL support is needed for reading GOfax reports from databases."
+#: include/functions.inc:1310
+msgid "Apply filter"
 msgstr ""
 msgstr ""
-"El soporte de MySQL es necesario para leer los repotes de GOfax de la base "
-"de datos."
 
 
-#: include/functions_setup.inc:334
-msgid "Checking for cups module"
-msgstr "Comprobando el módulo de cups"
+#: include/functions.inc:1584
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 
 
-#: include/functions_setup.inc:335
+#: include/functions.inc:1627
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
+msgstr "Versión de desarrollo de GOsa (Rev %s)"
+
+#: include/class_plugin.inc:391
+#, php-format
 msgid ""
 msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
+"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"Para poder leer las impresoras disponibles a través del protocolo IPP, en "
-"vez de los archivos printcap, tiene que tener instalado el módulo de CUPS."
-
-#: include/functions_setup.inc:338
-msgid "Checking for kadm5 module"
-msgstr "Comprobando el módulo kadm5"
+"El comando '%s', especificado como 'POSTCREATE' para la extensión '%s' no "
+"parece existir."
 
 
-#: include/functions_setup.inc:339
+#: include/class_plugin.inc:419 include/class_password-methods.inc:181
+#, php-format
 msgid ""
 msgid ""
-"Managing users in kerberos requires the kadm5 module which is downloadable "
-"via PEAR network."
+"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"Manejando usuarios en kerberos requiere el módulo kadm5 que esta disponible "
-"en la red PEAR."
-
-#: include/functions_setup.inc:342
-#, fuzzy
-msgid "Checking for snmp Module"
-msgstr "Comprobando el módulo de imap"
+"El comando '%s', especificado como POSTMODIFY para la extensión '%s' no "
+"parece existir."
 
 
-#: include/functions_setup.inc:343
+#: include/class_plugin.inc:447
+#, php-format
 msgid ""
 msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
+"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
+"El comando '%s', especificado como POSTREMOVE para la extensión '%s' no "
+"parece existir."
 
 
-#: include/functions_setup.inc:379
-#, fuzzy
-msgid "PHP detailed function inspection"
-msgstr "Comprobación configuración PHP"
-
-#: include/functions_setup.inc:383
-#, fuzzy, php-format
-msgid "Checking for function %s"
-msgstr "Comprobando el soporte de iconv"
+#: include/class_config.inc:69
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "Error XML en 'gosa.conf': %s en la linea %d"
 
 
-#: include/functions_setup.inc:384
-#, fuzzy, php-format
-msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
+#: include/class_config.inc:195 html/index.php:136
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 msgstr ""
-"Este módulo es usado por GOsa para convertir información de MungedDial (N.T: "
-"Donde samba guarda los permisos de acceso remoto / RAS) de samba y es por lo "
-"tanto requerido."
+"NO se puede conectar a LDAP. Por favor, contacte con su administrador de "
+"sistemas."
 
 
-#: include/functions_setup.inc:395
-msgid "Checking for some additional programms"
-msgstr "Comprobando programas adicionales"
+#: include/class_config.inc:439
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "SID y/o RIDBASE no se encuentran en su configuración."
 
 
-#: include/functions_setup.inc:404
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Comprobando por ImageMagick (>=5.4.0)"
+#: include/class_password-methods-ssha.inc:51
+msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+msgstr ""
+"No se puede usar sha para encriptación. (Falta la función mhash / sha1)"
+
+#: include/class_password-methods.inc:165
+#, php-format
+msgid "Setting the password failed. LDAP server says '%s'."
+msgstr ""
+"Fallo al tratar de configurar la contraseña. El servidor LDAP contesto '%s'."
 
 
-#: include/functions_setup.inc:405
+#: include/class_password-methods.inc:202
 msgid ""
 msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
 msgstr ""
 msgstr ""
-"ImageMagick se usa para convertir las imagenes de los usuarios para que "
-"encajen en el tamaño sugerido y el formato JPEG."
-
-#: include/functions_setup.inc:408
-msgid "Checking imagick module for PHP"
-msgstr "Comprobando el módulo PHP de imagick"
+"La configuración para SMBHASH en /etc/gosa/gosa.conf es incorrecta. No se "
+"pueden cambiar las contraseñas de SAMBA."
 
 
-#: include/functions_setup.inc:409
+#: include/class_password-methods-kerberos.inc:43
 msgid ""
 msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
 msgstr ""
 msgstr ""
-"ImageMagick se usa para convertir las imagenes de los usuarios para que "
-"encajen en el tamaño sugerido y tengan formato JPEG."
+"Aviso: No se puede poner la contraseña Kerberos. Su versión de PHP no tiene "
+"soporte Kerberos, la contraseña no ha sido cambiada."
 
 
-#: include/functions_setup.inc:416
-msgid "Checking for fping utility"
-msgstr "Comprobando la herramienta fping"
+#: include/class_password-methods-kerberos.inc:52
+msgid "Kerberos database communication failed!"
+msgstr "¡La comunicación con la base de datos Kerberos fallo!."
 
 
-#: include/functions_setup.inc:417
-msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
+#: include/class_password-methods-kerberos.inc:59
+msgid "Changing password in kerberos database failed!"
 msgstr ""
 msgstr ""
-"La herramienta fping solo se usa si tiene un entorno de terminales clientes "
-"delgados (thinclient)."
+"¡Fallo al tratar de cambiar la contraseña en la base de datos de kerberos!."
 
 
-#: include/functions_setup.inc:432
-msgid "Checking for a way to generate LM/NT password hashes"
-msgstr "Buscando una manera de generar hashes de contraseñas LM/NT"
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+msgstr ""
+"No puedo usar sha para encriptación, falta la función sha1 / mhash / crypt"
 
 
-#: include/functions_setup.inc:433
+#: include/class_ldap.inc:437
+#, php-format
 msgid ""
 msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
 msgstr ""
 msgstr ""
-"Para poder usar SAMBA 2/3, tiene que instalar algunos paquetes adicionales "
-"para generar los hashes de contraseñas."
-
-#: include/functions_setup.inc:446
-msgid "php.ini check -> session.auto_register"
-msgstr "php.ini comprobación -> session.auto_register"
+"Actualmente no esta soportada la creación automática del tipo '%s'. Por "
+"favor, informe de esto al equipo de desarrollo de GOsa."
 
 
-#: include/functions_setup.inc:447
+#: include/class_ldap.inc:699
+#, php-format
 msgid ""
 msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
 msgstr ""
 msgstr ""
-"Para poder usar GOsa sin ningún problema la opción session.auto_register de "
-"su php.ini debe estar puesta en 'Off'."
+"El DN: '%s' no es válido, Un bloque importado debería comenzar por 'dn:...' "
+"en la linea %s"
 
 
-#: include/functions_setup.inc:450
-msgid "php.ini check -> implicit_flush"
-msgstr "php.ini comprobación -> implicit_flush"
+#: include/class_ldap.inc:712
+#, php-format
+msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+msgstr "El DN: '%s' (de la linea %s) ya existe en la base de datos LDAP."
 
 
-#: include/functions_setup.inc:451
-msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
+#: include/class_ldap.inc:728
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
 msgstr ""
 msgstr ""
-"Esta opción controla el manejador de salida. Desactive esta opción para "
-"mejorar el rendimiento."
+"Ha habido un error mientras se importaba el dn: '%s', ¡pro favor compruebe "
+"el LDIF desde la linea %s en adelante!"
 
 
-#: include/functions_setup.inc:458
-msgid "php.ini check -> max_execution_time"
-msgstr "php.ini comprobación -> max_execution_time"
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
+msgstr ""
 
 
-#: include/functions_setup.inc:459
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
 msgstr ""
 msgstr ""
-"El tiempo máximo de ejecución debe ser de al menos 30 segundos, algunas "
-"acciones pueden consumir mucho tiempo."
 
 
-#: include/functions_setup.inc:466
-msgid "php.ini check -> memory_limit"
-msgstr "pnp.ini comprobación -> memory_limit"
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+msgstr ""
 
 
-#: include/functions_setup.inc:467
-#, fuzzy
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
 msgstr ""
 msgstr ""
-"GOsa necesita la menos 8Mb de memoria, ¡menos memoria causara errores "
-"impredecibles! Una cantidad recomendada es 16Mb, para sitios con grandes "
-"cargas seria aún mayor."
 
 
-#: include/functions_setup.inc:471
-msgid "php.ini check -> expose_php"
-msgstr "php.ini comprobación -> expose_php"
+#: include/class_certificate.inc:192
+#, fuzzy
+msgid "Can't create/open File"
+msgstr "Fichero de configuración"
 
 
-#: include/functions_setup.inc:472
-msgid ""
-"Increase the server security by setting expose_php to 'off'. PHP won't send "
-"any Information about the server you are running in this case."
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
 msgstr ""
 msgstr ""
-"Aumenta la seguridad del servidor colocando expose_php en 'off'. PHP no "
-"debería enviar ninguna información sobre el servidor sobre el que está "
-"funcionando en ningún caso."
 
 
-#: include/functions_setup.inc:476
-msgid "php.ini check -> magic_quotes_gpc"
-msgstr "php.ini comprobación -> magic_quotes_gpc"
+#: include/functions_helpviewer.inc:43
+#, fuzzy, php-format
+msgid "XML error in guide.xml: %s at line %d"
+msgstr "Error XML en 'gosa.conf': %s en la linea %d"
 
 
-#: include/functions_setup.inc:477
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
+#: include/functions_helpviewer.inc:86
+msgid "No help available for this plugin."
 msgstr ""
 msgstr ""
-"Aumenta la seguridad de su servidor poniendo 'magic_quotes_gpc' en 'on'. PHP "
-"escapara en este caso todas las comillas que encuentre en las cadenas."
 
 
-#: include/functions_setup.inc:722
-msgid "You've to specify an ldap server before continuing!"
-msgstr "Tiene que especificar un servidor ldap antes de continuar."
+#: include/functions_helpviewer.inc:95
+msgid "previous"
+msgstr ""
 
 
-#: include/functions_setup.inc:731 include/functions_setup.inc:814
-msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
+#: include/functions_helpviewer.inc:99
+#, fuzzy
+msgid "next"
+msgstr "texto"
+
+#: include/functions_helpviewer.inc:387
+#, php-format
+msgid "%s results for your search with the keyword %s interpreted as %s"
 msgstr ""
 msgstr ""
-"No se pudo conectar al servidor LDAP especificado. Por favor, asegure que "
-"este accesible para GOsa."
 
 
-#: include/functions_setup.inc:745 include/functions_setup.inc:819
-#: include/functions_setup.inc:824
-msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+#: include/functions_helpviewer.inc:462
+#, php-format
+msgid "%s%% hit rate in file %s"
 msgstr ""
 msgstr ""
-"¡No se pudo autentificar con el servidor LDAP especificado!. Por favor, "
-"asegure que este accesible para GOsa."
 
 
-#: include/functions_setup.inc:834
-msgid ""
-"Bind to server successful, but the server seems to be completly empty, "
-"please check all informations twice"
+#: include/functions_setup.inc:98
+msgid "Can't bind to LDAP. No schema check possible!"
 msgstr ""
 msgstr ""
-"Conexión al servidor correcta, pero el servidor aparenta estar completamente "
-"vacíos, por favor compruebe la información de nuevo."
+"No se pudo establecer la conexión al servidor LDAP. ¡No se pudo comprobar el "
+"esquema.!"
 
 
-#: include/functions_setup.inc:890
+#: include/functions_setup.inc:107 include/functions_setup.inc:116
+msgid "Can't get schema information from server. No schema check possible!"
+msgstr ""
+"No se pudo obtener la información del esquema del servidor. No se pudo "
+"comprobar el esquema."
+
+#: include/functions_setup.inc:136
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
 msgstr ""
 msgstr ""
-"Falta el atributo requerido '%s' de este formulario. Por favor, complételo."
+"El objeto de clase (objectclass) opcional '%s' requerido por la extensión '%"
+"s' no esta disponible en configuración de LDAP."
 
 
-#: include/functions_setup.inc:921
+#: include/functions_setup.inc:140
+#, php-format
 msgid ""
 msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
 msgstr ""
 msgstr ""
+"El objeto de clase (objectclass) opcional '%s' requerido por la extensión '%"
+"s' no tiene la versión %s"
 
 
-#: include/functions_setup.inc:930
+#: include/functions_setup.inc:145
 #, php-format
 #, php-format
-msgid "Can't log into LDAP server. Reason was: %s."
-msgstr "No se puede conectar al servidor LDAP. El motivo fue: %s."
+msgid "Support for '%s' enabled"
+msgstr "Es soporte para '%s' esta activado"
 
 
-#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
-#: include/functions_setup.inc:1072 html/index.php:172
-#: ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
-msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
+#: include/functions_setup.inc:155
+#, php-format
+msgid "Required objectclass '%s' is not present in LDAP setup"
 msgstr ""
 msgstr ""
-"No tiene una cuenta administrativa para GOsa, no podrá administrar nada."
+"No se encuentra el objeto de clase (object class) requerido '%s' en la "
+"configuración del servidor LDAP."
 
 
-#: include/class_password-methods.inc:165
+#: include/functions_setup.inc:159
 #, php-format
 #, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
+msgid "Required objectclass '%s' does not have version %s"
+msgstr "El objeto de clase (objectclass) requerido '%s' no tiene la versión %s"
+
+#: include/functions_setup.inc:170
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"Fallo al tratar de configurar la contraseña. El servidor LDAP contesto '%s'."
+"El soporte de SAMBA 3 se encuentra desactivado, no parece haber esquemas "
+"instalados"
+
+#: include/functions_setup.inc:175
+msgid "SAMBA 3 support enabled"
+msgstr "Soporte de SAMBA 3 activado"
+
+#: include/functions_setup.inc:180
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
+msgstr ""
+"El soporte de SAMBA 2 se encuentra desactivado, no parece haber esquemas "
+"instalados"
+
+#: include/functions_setup.inc:185
+msgid "SAMBA 2 support enabled"
+msgstr "Soporte de SAMBA 2 activado"
 
 
-#: include/class_password-methods.inc:202
-msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+#: include/functions_setup.inc:191
+msgid "Support for pureftp disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"La configuración para SMBHASH en /etc/gosa/gosa.conf es incorrecta. No se "
-"pueden cambiar las contraseñas de SAMBA."
+"El soporte para pureftp se encuentra desactivado, no parece haber esquemas "
+"instalados"
 
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+#: include/functions_setup.inc:196
+msgid "Support for pureftp enabled"
+msgstr "Soporte de PUREFTP activado"
+
+#: include/functions_setup.inc:201
+msgid "Support for WebDAV disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"No puedo usar sha para encriptación, falta la función sha1 / mhash / crypt"
+"El soporte para WebDAV se encuentra desactivado, no parece haber esquemas "
+"instalados"
 
 
-#: include/functions_helpviewer.inc:43
-#, fuzzy, php-format
-msgid "XML error in guide.xml: %s at line %d"
-msgstr "Error XML en 'gosa.conf': %s en la linea %d"
+#: include/functions_setup.inc:206
+msgid "Support for WebDAV enabled"
+msgstr "Soporte de WebDAV activado"
 
 
-#: include/functions_helpviewer.inc:86
-msgid "No help available for this plugin."
+#: include/functions_setup.inc:211
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
+"El soporte para phpgroupware se encuentra desactivado, no parece haber "
+"esquemas instalados"
 
 
-#: include/functions_helpviewer.inc:95
-msgid "previous"
+#: include/functions_setup.inc:216
+msgid "Support for phpgroupware enabled"
+msgstr "El soporte para phpgroupware está activado"
+
+#: include/functions_setup.inc:221
+msgid "Support for gofon disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
+"El soporte para gofon se encuentra desactivado, no parece haber esquemas "
+"instalados"
 
 
-#: include/functions_helpviewer.inc:99
-#, fuzzy
-msgid "next"
-msgstr "texto"
+#: include/functions_setup.inc:226
+msgid "Support for gofon enabled"
+msgstr "Soporte de GOFON activado"
 
 
-#: include/functions_helpviewer.inc:387
-#, php-format
-msgid "%s results for your search with the keyword %s interpreted as %s"
+#: include/functions_setup.inc:231
+#, fuzzy
+msgid "Support for nagios disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
+"El soporte para gofon se encuentra desactivado, no parece haber esquemas "
+"instalados"
 
 
-#: include/functions_helpviewer.inc:462
-#, php-format
-msgid "%s%% hit rate in file %s"
-msgstr ""
+#: include/functions_setup.inc:236
+#, fuzzy
+msgid "Support for nagios enabled"
+msgstr "Soporte de GOFON activado"
 
 
-#: include/class_password-methods-kerberos.inc:43
+#: include/functions_setup.inc:246
 msgid ""
 msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
 msgstr ""
 msgstr ""
-"Aviso: No se puede poner la contraseña Kerberos. Su versión de PHP no tiene "
-"soporte Kerberos, la contraseña no ha sido cambiada."
+"El soporte para Kolab se encuentra desactivado, no parece haber esquemas "
+"instalados, cambiando el método de correo a cyrus"
 
 
-#: include/class_password-methods-kerberos.inc:52
-msgid "Kerberos database communication failed!"
-msgstr "¡La comunicación con la base de datos Kerberos fallo!."
+#: include/functions_setup.inc:253
+msgid "Support for Kolab enabled"
+msgstr "Soporte de KOLAB activado"
 
 
-#: include/class_password-methods-kerberos.inc:59
-msgid "Changing password in kerberos database failed!"
+#: include/functions_setup.inc:271
+msgid "OK"
+msgstr "Perfecto"
+
+#: include/functions_setup.inc:274
+msgid "Ignored"
+msgstr "Ignorado"
+
+#: include/functions_setup.inc:276
+msgid "Failed"
+msgstr "Fallado"
+
+#: include/functions_setup.inc:293
+msgid "PHP setup inspection"
+msgstr "Comprobación configuración PHP"
+
+#: include/functions_setup.inc:294
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Comprobando la versión de PHP (>=4.1.0)"
+
+#: include/functions_setup.inc:295
+msgid ""
+"PHP must be of version 4.1.0 or above for some functions and known bugs in "
+"PHP language."
 msgstr ""
 msgstr ""
-"¡Fallo al tratar de cambiar la contraseña en la base de datos de kerberos!."
+"Debe tener una versión de PHP 4.1.0 o superior para el correcto "
+"funcionamiento de GOsa."
 
 
-#: include/class_ppdManager.inc:13
-#, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
+#: include/functions_setup.inc:298
+msgid "Checking if register_globals is set to 'off'"
 msgstr ""
 msgstr ""
+"Comprobando si el registro de variables globales (register_globals) esta "
+"desactivado."
 
 
-#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
-#, php-format
+#: include/functions_setup.inc:299
 msgid ""
 msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"register_globals is a PHP mechanism to register all global varibales to be "
+"accessible from scripts without changing the scope. This may be a security "
+"risk. GOsa will run in both modes."
 msgstr ""
 msgstr ""
+"El registro de variables globales (register_globals) es un mecanismo de PHP "
+"que permite acceder a variables globales sin cambiar el ambito. Esto puede "
+"ser un problema de seguridad. GOsa funcionará en los dos modos."
 
 
-#: include/class_ppdManager.inc:137
-#, fuzzy
-msgid "Nested groups are not supported!"
-msgstr "(Aviso: ¡NFS no soporta mas de 16 grupos!)"
+#: include/functions_setup.inc:302
+msgid "Checking for ldap module"
+msgstr "Comprobando los módulos de ldap"
 
 
-#: include/class_ppdManager.inc:141
+#: include/functions_setup.inc:303
+msgid "This is the main module used by GOsa and therefore really required."
+msgstr "Este es el módulo más usado por GOsa, es realmente requerido."
+
+#: include/functions_setup.inc:306
 #, fuzzy
 #, fuzzy
-msgid "Group name not unique!"
-msgstr "Nombre del grupo"
+msgid "Checking for XML functions"
+msgstr "Comprobando el soporte de iconv"
 
 
-#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
-msgid "Symbol values are not supported yet!"
+#: include/functions_setup.inc:307
+msgid "XML functions are required to parse the configuration file."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:171
-msgid "Nested options are not supported!"
-msgstr ""
+#: include/functions_setup.inc:310
+msgid "Checking for gettext support"
+msgstr "Comprobando el soporte de gettext"
 
 
-#: include/class_ppdManager.inc:196
-msgid "PickMany is not supported yet!"
+#: include/functions_setup.inc:311
+msgid "Gettext support is required for internationalized GOsa."
 msgstr ""
 msgstr ""
+"El soporte de gettext es requerido para la intenacionalización de GOsa."
 
 
-#: include/class_ppdManager.inc:268
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr ""
+#: include/functions_setup.inc:314
+msgid "Checking for iconv support"
+msgstr "Comprobando el soporte de iconv"
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
+#: include/functions_setup.inc:315
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
 msgstr ""
 msgstr ""
+"Este módulo es usado por GOsa para convertir información de MungedDial (N.T: "
+"Donde samba guarda los permisos de acceso remoto / RAS) de samba y es por lo "
+"tanto requerido."
 
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
+#: include/functions_setup.inc:318
+msgid "Checking for mhash module"
+msgstr "Comprobando por el módulo de mhash"
+
+#: include/functions_setup.inc:319
+msgid ""
+"To use SSHA encryption, you'll need this module. If you are just using crypt "
+"or md5 encryption, ignore this message. GOsa will run without it."
 msgstr ""
 msgstr ""
+"Necesitará este módulo para usar crifrado SSHA. Si usted solo usa crypt o "
+"md5, ignore este mensaje. GOsa correra si él."
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+#: include/functions_setup.inc:322
+msgid "Checking for imap module"
+msgstr "Comprobando el módulo de imap"
+
+#: include/functions_setup.inc:323
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
 msgstr ""
 msgstr ""
+"El módulo de IMAP es necesario para comunicarse con el servidor IMAP. "
+"Obtiene el estado, crea y borra usuarios del correo."
 
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
+#: include/functions_setup.inc:326
+msgid "Checking for getacl in imap"
+msgstr "Comprobando por getacl en imap"
+
+#: include/functions_setup.inc:327
+msgid ""
+"The getacl support is needed for shared folder permissions. The standard "
+"IMAP module is not capable of reading acl's. You need a recend PHP version "
+"for this feature."
 msgstr ""
 msgstr ""
+"El soporte de getacl es necesario para carpetas con permisos compartidos. El "
+"módulo IAMP estandar no es capaz de leer acls. Necesitará una versión "
+"reciente de PHP para obtener está caracteristica. "
 
 
-#: include/class_certificate.inc:192
-#, fuzzy
-msgid "Can't create/open File"
-msgstr "Fichero de configuración"
+#: include/functions_setup.inc:330
+msgid "Checking for mysql module"
+msgstr "Comprobando el módulo de mysql"
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
+#: include/functions_setup.inc:331
+msgid "MySQL support is needed for reading GOfax reports from databases."
 msgstr ""
 msgstr ""
+"El soporte de MySQL es necesario para leer los repotes de GOfax de la base "
+"de datos."
 
 
-#: include/php_setup.inc:71
-msgid "Generating this page caused the PHP interpreter to raise some errors!"
+#: include/functions_setup.inc:334
+msgid "Checking for cups module"
+msgstr "Comprobando el módulo de cups"
+
+#: include/functions_setup.inc:335
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
 msgstr ""
 msgstr ""
-"¡La generación de esta página provoca que el interprete PHP muestre algunos "
-"errores!"
+"Para poder leer las impresoras disponibles a través del protocolo IPP, en "
+"vez de los archivos printcap, tiene que tener instalado el módulo de CUPS."
 
 
-#: include/php_setup.inc:71 html/main.php:316
-msgid "Toggle information"
-msgstr "Información de intercambio"
+#: include/functions_setup.inc:338
+msgid "Checking for kadm5 module"
+msgstr "Comprobando el módulo kadm5"
 
 
-#: include/php_setup.inc:76
-msgid "PHP error"
-msgstr "Error PHP:"
+#: include/functions_setup.inc:339
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
+msgstr ""
+"Manejando usuarios en kerberos requiere el módulo kadm5 que esta disponible "
+"en la red PEAR."
 
 
-#: include/php_setup.inc:87
-msgid "class"
-msgstr "clase"
+#: include/functions_setup.inc:342
+#, fuzzy
+msgid "Checking for snmp Module"
+msgstr "Comprobando el módulo de imap"
 
 
-#: include/php_setup.inc:93
-msgid "function"
-msgstr "Función"
+#: include/functions_setup.inc:343
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
+msgstr ""
 
 
-#: include/php_setup.inc:98
-msgid "static"
-msgstr "estatico"
+#: include/functions_setup.inc:379
+#, fuzzy
+msgid "PHP detailed function inspection"
+msgstr "Comprobación configuración PHP"
 
 
-#: include/php_setup.inc:102
-msgid "method"
-msgstr "método"
+#: include/functions_setup.inc:383
+#, fuzzy, php-format
+msgid "Checking for function %s"
+msgstr "Comprobando el soporte de iconv"
 
 
-#: include/php_setup.inc:121
-msgid "Trace"
-msgstr "Traza"
+#: include/functions_setup.inc:384
+#, fuzzy, php-format
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
+msgstr ""
+"Este módulo es usado por GOsa para convertir información de MungedDial (N.T: "
+"Donde samba guarda los permisos de acceso remoto / RAS) de samba y es por lo "
+"tanto requerido."
 
 
-#: include/php_setup.inc:122
-msgid "Line"
-msgstr "Linea"
+#: include/functions_setup.inc:395
+msgid "Checking for some additional programms"
+msgstr "Comprobando programas adicionales"
 
 
-#: include/php_setup.inc:123
-msgid "Arguments"
-msgstr "Argumentos"
+#: include/functions_setup.inc:404
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Comprobando por ImageMagick (>=5.4.0)"
 
 
-#: include/functions.inc:290
-#, php-format
-msgid "Error when connecting the LDAP. Server said '%s'."
+#: include/functions_setup.inc:405
+msgid ""
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 msgstr ""
 msgstr ""
-"Hay un error trantando de conectarse al servidor LDAP. El error del servidor "
-"es: '%s'"
+"ImageMagick se usa para convertir las imagenes de los usuarios para que "
+"encajen en el tamaño sugerido y el formato JPEG."
 
 
-#: include/functions.inc:311
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Autenticación del usuario fallida. El servidor LDAP contesto '%s'."
+#: include/functions_setup.inc:408
+msgid "Checking imagick module for PHP"
+msgstr "Comprobando el módulo PHP de imagick"
 
 
-#: include/functions.inc:330
-msgid "Username / UID is not unique. Please check your LDAP database."
+#: include/functions_setup.inc:409
+msgid ""
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
 msgstr ""
 msgstr ""
-"Nombre de usuario o UID no son únicos. Por favor, compruebe su base de datos "
-"LDAP."
+"ImageMagick se usa para convertir las imagenes de los usuarios para que "
+"encajen en el tamaño sugerido y tengan formato JPEG."
 
 
-#: include/functions.inc:368
+#: include/functions_setup.inc:416
+msgid "Checking for fping utility"
+msgstr "Comprobando la herramienta fping"
+
+#: include/functions_setup.inc:417
 msgid ""
 msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
 msgstr ""
 msgstr ""
-"Error al tratar de agregar un bloqueo. Los parámetros no son correctos, por "
-"favor, compruebe el código fuente."
+"La herramienta fping solo se usa si tiene un entorno de terminales clientes "
+"delgados (thinclient)."
 
 
-#: include/functions.inc:378
-#, php-format
+#: include/functions_setup.inc:432
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr "Buscando una manera de generar hashes de contraseñas LM/NT"
+
+#: include/functions_setup.inc:433
 msgid ""
 msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
 msgstr ""
 msgstr ""
-"No se pudo generar el bloqueo a la base de datos LDAP. Por favor, compruebe "
-"la entrada 'config' en gosa.conf. El servidor LDAP contesto '%s'."
-
-#: include/functions.inc:393
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr "Fallo al tratar de agregar un bloqueo. El servidor LDAP contesto '%s'."
+"Para poder usar SAMBA 2/3, tiene que instalar algunos paquetes adicionales "
+"para generar los hashes de contraseñas."
 
 
-#: include/functions.inc:419
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
-msgstr "Fallo al tratar de agregar un bloqueo. El servidor LDAP contesto '%s'."
+#: include/functions_setup.inc:446
+msgid "php.ini check -> session.auto_register"
+msgstr "php.ini comprobación -> session.auto_register"
 
 
-#: include/functions.inc:449
+#: include/functions_setup.inc:447
 msgid ""
 msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
 msgstr ""
 msgstr ""
-"Fallo al tratar de obtener un bloqueo de LDAP. Los parámetros no fueron "
-"correctamente configurados, por favor, compruebe el código fuente."
+"Para poder usar GOsa sin ningún problema la opción session.auto_register de "
+"su php.ini debe estar puesta en 'Off'."
 
 
-#: include/functions.inc:459
+#: include/functions_setup.inc:450
+msgid "php.ini check -> implicit_flush"
+msgstr "php.ini comprobación -> implicit_flush"
+
+#: include/functions_setup.inc:451
 msgid ""
 msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
 msgstr ""
 msgstr ""
-"No puedo bloquear la información en la base de datos LDAP. Por favor, "
-"compruebe la entrada 'config' en el archivos gosa.conf."
+"Esta opción controla el manejador de salida. Desactive esta opción para "
+"mejorar el rendimiento."
 
 
-#: include/functions.inc:467
+#: include/functions_setup.inc:458
+msgid "php.ini check -> max_execution_time"
+msgstr "php.ini comprobación -> max_execution_time"
+
+#: include/functions_setup.inc:459
 msgid ""
 msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
 msgstr ""
 msgstr ""
-"Se encontraron varios bloqueos para el objeto a bloquear. Esto no debería "
-"ser posible, eliminando referencias múltiples."
+"El tiempo máximo de ejecución debe ser de al menos 30 segundos, algunas "
+"acciones pueden consumir mucho tiempo."
 
 
-#: include/functions.inc:581
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "¡Ha excedido el tamaño máximo de %d entradas!"
+#: include/functions_setup.inc:466
+msgid "php.ini check -> memory_limit"
+msgstr "pnp.ini comprobación -> memory_limit"
 
 
-#: include/functions.inc:583
-#, php-format
+#: include/functions_setup.inc:467
+#, fuzzy
 msgid ""
 msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
 msgstr ""
 msgstr ""
-"Indique el nuevo tamaño limite a %s y enséñame este mensaje si el tamaño "
-"limite es todavía superado"
+"GOsa necesita la menos 8Mb de memoria, ¡menos memoria causara errores "
+"impredecibles! Una cantidad recomendada es 16Mb, para sitios con grandes "
+"cargas seria aún mayor."
 
 
-#: include/functions.inc:600
-msgid "incomplete"
-msgstr "incompleto"
+#: include/functions_setup.inc:471
+msgid "php.ini check -> expose_php"
+msgstr "php.ini comprobación -> expose_php"
 
 
-#: include/functions.inc:1005
-#, php-format
+#: include/functions_setup.inc:472
 msgid ""
 msgid ""
-"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
-"Please contact the person in order to clarify proceedings."
+"Increase the server security by setting expose_php to 'off'. PHP won't send "
+"any Information about the server you are running in this case."
 msgstr ""
 msgstr ""
-"Va ha editar la entrada LDAP '%s' que parece estar siendo usada por '%s'. "
-"Por favor, contacte con esta persona para clarificar los procedimientos."
+"Aumenta la seguridad del servidor colocando expose_php en 'off'. PHP no "
+"debería enviar ninguna información sobre el servidor sobre el que está "
+"funcionando en ningún caso."
 
 
-#: include/functions.inc:1104
-msgid "LDAP error:"
-msgstr "Error LDAP:"
+#: include/functions_setup.inc:476
+msgid "php.ini check -> magic_quotes_gpc"
+msgstr "php.ini comprobación -> magic_quotes_gpc"
 
 
-#: include/functions.inc:1282
-msgid "Entries per page"
+#: include/functions_setup.inc:477
+msgid ""
+"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
+"escape all quotes in strings in this case."
 msgstr ""
 msgstr ""
+"Aumenta la seguridad de su servidor poniendo 'magic_quotes_gpc' en 'on'. PHP "
+"escapara en este caso todas las comillas que encuentre en las cadenas."
 
 
-#: include/functions.inc:1310
-msgid "Apply filter"
-msgstr ""
+#: include/functions_setup.inc:722
+msgid "You've to specify an ldap server before continuing!"
+msgstr "Tiene que especificar un servidor ldap antes de continuar."
 
 
-#: include/functions.inc:1584
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: include/functions_setup.inc:731 include/functions_setup.inc:814
+msgid ""
+"Can't connect to the specified LDAP server! Please make sure that is "
+"reachable for GOsa."
+msgstr ""
+"No se pudo conectar al servidor LDAP especificado. Por favor, asegure que "
+"este accesible para GOsa."
 
 
-#: include/functions.inc:1627
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr "Versión de desarrollo de GOsa (Rev %s)"
+#: include/functions_setup.inc:745 include/functions_setup.inc:819
+#: include/functions_setup.inc:824
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
+msgstr ""
+"¡No se pudo autentificar con el servidor LDAP especificado!. Por favor, "
+"asegure que este accesible para GOsa."
 
 
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+#: include/functions_setup.inc:834
+msgid ""
+"Bind to server successful, but the server seems to be completly empty, "
+"please check all informations twice"
 msgstr ""
 msgstr ""
-"No se puede usar sha para encriptación. (Falta la función mhash / sha1)"
+"Conexión al servidor correcta, pero el servidor aparenta estar completamente "
+"vacíos, por favor compruebe la información de nuevo."
 
 
-#: include/class_pluglist.inc:115
+#: include/functions_setup.inc:890
+#, php-format
 msgid ""
 msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
 msgstr ""
 msgstr ""
-"El contenido de la configuración 'gosa.conf' ha cambiado parcialmente. ¡Por "
-"favor actualízela usando el script 'fix_config.sh'!"
+"Falta el atributo requerido '%s' de este formulario. Por favor, complételo."
 
 
-#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
-#: ihtml/themes/altlinux/framework.tpl:24
-#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
+#: include/functions_setup.inc:921
 msgid ""
 msgid ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
 msgstr ""
 msgstr ""
-"Esta actualmente editando una entrada de la base de datos. ?Quiere quitar "
-"los cambios?"
 
 
-#: include/class_config.inc:69
+#: include/functions_setup.inc:930
 #, php-format
 #, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "Error XML en 'gosa.conf': %s en la linea %d"
+msgid "Can't log into LDAP server. Reason was: %s."
+msgstr "No se puede conectar al servidor LDAP. El motivo fue: %s."
 
 
-#: include/class_config.inc:195 html/index.php:136
-msgid "Can't bind to LDAP. Please contact the system administrator."
+#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
+#: include/functions_setup.inc:1072 html/index.php:172
+#: ihtml/themes/altlinux/setup_useradmin.tpl:6
+#: ihtml/themes/default/setup_useradmin.tpl:6
+msgid ""
+"You're missing an administrative account for GOsa, you'll not be able to "
+"administrate anything!"
 msgstr ""
 msgstr ""
-"NO se puede conectar a LDAP. Por favor, contacte con su administrador de "
-"sistemas."
-
-#: include/class_config.inc:433
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "SID y/o RIDBASE no se encuentran en su configuración."
+"No tiene una cuenta administrativa para GOsa, no podrá administrar nada."
 
 
-#: include/class_ldap.inc:437
+#: include/class_ppdManager.inc:13
 #, php-format
 #, php-format
-msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
+msgid "PPD manager : The specified path '%s' doesn't exists."
 msgstr ""
 msgstr ""
-"Actualmente no esta soportada la creación automática del tipo '%s'. Por "
-"favor, informe de esto al equipo de desarrollo de GOsa."
 
 
-#: include/class_ldap.inc:699
+#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
 msgstr ""
 msgstr ""
-"El DN: '%s' no es válido, Un bloque importado debería comenzar por 'dn:...' "
-"en la linea %s"
 
 
-#: include/class_ldap.inc:712
-#, php-format
-msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
-msgstr "El DN: '%s' (de la linea %s) ya existe en la base de datos LDAP."
+#: include/class_ppdManager.inc:137
+#, fuzzy
+msgid "Nested groups are not supported!"
+msgstr "(Aviso: ¡NFS no soporta mas de 16 grupos!)"
 
 
-#: include/class_ldap.inc:728
+#: include/class_ppdManager.inc:141
+#, fuzzy
+msgid "Group name not unique!"
+msgstr "Nombre del grupo"
+
+#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
+msgid "Symbol values are not supported yet!"
+msgstr ""
+
+#: include/class_ppdManager.inc:171
+msgid "Nested options are not supported!"
+msgstr ""
+
+#: include/class_ppdManager.inc:196
+msgid "PickMany is not supported yet!"
+msgstr ""
+
+#: include/class_ppdManager.inc:268
 #, php-format
 #, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgid "Parsing PPD file %s failed - no information found."
 msgstr ""
 msgstr ""
-"Ha habido un error mientras se importaba el dn: '%s', ¡pro favor compruebe "
-"el LDIF desde la linea %s en adelante!"
 
 #: include/class_debconfTemplate.inc:251
 #, fuzzy
 msgid "This package has no debconf options."
 msgstr "Esta cuenta no tiene extensiones telefónicas"
 
 
 #: include/class_debconfTemplate.inc:251
 #, fuzzy
 msgid "This package has no debconf options."
 msgstr "Esta cuenta no tiene extensiones telefónicas"
 
+#: html/helpviewer.php:116
+#, fuzzy
+msgid "There is no helpfile specified for this class."
+msgstr "No hay protocolo de correo %s configurado en su 'gosa.conf'."
+
+#: html/helpviewer.php:226
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+msgstr ""
+
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr "Error: getcvard.php necesita un parametro para exportar a vcard."
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr "Error: getcvard.php necesita un parametro para exportar a vcard."
@@ -10589,16 +10724,6 @@ msgstr "La sesion no sera encriptada."
 msgid "Enter SSL session"
 msgstr "Entrar en sesión SSL"
 
 msgid "Enter SSL session"
 msgstr "Entrar en sesión SSL"
 
-#: html/helpviewer.php:116
-#, fuzzy
-msgid "There is no helpfile specified for this class."
-msgstr "No hay protocolo de correo %s configurado en su 'gosa.conf'."
-
-#: html/helpviewer.php:226
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
-msgstr ""
-
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "No puedo conectar al servidor de base de datos."
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "No puedo conectar al servidor de base de datos."
@@ -10637,6 +10762,37 @@ msgstr ""
 "¡La generación de esta página provoca que el interprete PHP muestre algunos "
 "errores!"
 
 "¡La generación de esta página provoca que el interprete PHP muestre algunos "
 "errores!"
 
+#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
+msgid ""
+"The size limit option makes LDAP operations faster and saves the LDAP server "
+"from getting too much load. The easiest way to handle big databases without "
+"long timeouts would be to limit your search to smaller values and use "
+"filters to get the entries you are looking for."
+msgstr ""
+"La opción 'tamaño limite' permite unas operaciones con LDAP mas rápidas y "
+"protege al servidor LDAP de alcanzar una mayor carga. La manera mas fácil de "
+"manipular grandes bases de datos sin grandes perdidas de tiempo es limitar "
+"la busqueda a valores pequeños y usar filtros para encontrar las entradas "
+"que está buscando."
+
+#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
+msgid "Please choose the way to react for this session"
+msgstr "Por favor elije la manera en que la sesión reaccione"
+
+#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
+msgid "ignore this error and show all entries the LDAP server returns"
+msgstr ""
+"ignore este error y enseñe todas las entradas devueltas por el servidor LDAP"
+
+#: ihtml/themes/altlinux/sizelimit.tpl:10
+#: ihtml/themes/default/sizelimit.tpl:10
+msgid ""
+"ignore this error and show all entries that fit into the defined sizelimit "
+"and let me use filters instead"
+msgstr ""
+"ignore este error y muestre todas las entradas que concuerdan con el 'tamaño "
+"limite' definido y active el uso de filtros en su lugar"
+
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Detectado conflicto de sesiones."
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Detectado conflicto de sesiones."
@@ -10665,6 +10821,24 @@ msgstr ""
 msgid "Logout"
 msgstr "Salir"
 
 msgid "Logout"
 msgstr "Salir"
 
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+msgid "Please use your <i>username</i> and <i>password</i> to log in"
+msgstr ""
+"Por favor introduzca su <i>usuario</i> y <i>contraseña</i> para entrar."
+
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
+msgid "Directory"
+msgstr "Directorio"
+
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
+msgid "Sign in"
+msgstr "Entrando"
+
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
+msgid "Click here to log in"
+msgstr "Pulse aquí para entrar"
+
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
@@ -10705,55 +10879,6 @@ msgstr ""
 "configuración puede ayudarle en esta tarea. Introduzca el nombre y "
 "contraseñas deseadas para crear las entradas necesarias."
 
 "configuración puede ayudarle en esta tarea. Introduzca el nombre y "
 "contraseñas deseadas para crear las entradas necesarias."
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-msgid "Please use your <i>username</i> and <i>password</i> to log in"
-msgstr ""
-"Por favor introduzca su <i>usuario</i> y <i>contraseña</i> para entrar."
-
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
-msgid "Directory"
-msgstr "Directorio"
-
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
-msgid "Sign in"
-msgstr "Entrando"
-
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
-msgid "Click here to log in"
-msgstr "Pulse aquí para entrar"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
-msgid ""
-"The size limit option makes LDAP operations faster and saves the LDAP server "
-"from getting too much load. The easiest way to handle big databases without "
-"long timeouts would be to limit your search to smaller values and use "
-"filters to get the entries you are looking for."
-msgstr ""
-"La opción 'tamaño limite' permite unas operaciones con LDAP mas rápidas y "
-"protege al servidor LDAP de alcanzar una mayor carga. La manera mas fácil de "
-"manipular grandes bases de datos sin grandes perdidas de tiempo es limitar "
-"la busqueda a valores pequeños y usar filtros para encontrar las entradas "
-"que está buscando."
-
-#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
-msgid "Please choose the way to react for this session"
-msgstr "Por favor elije la manera en que la sesión reaccione"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
-msgid "ignore this error and show all entries the LDAP server returns"
-msgstr ""
-"ignore este error y enseñe todas las entradas devueltas por el servidor LDAP"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:10
-#: ihtml/themes/default/sizelimit.tpl:10
-msgid ""
-"ignore this error and show all entries that fit into the defined sizelimit "
-"and let me use filters instead"
-msgstr ""
-"ignore este error y muestre todas las entradas que concuerdan con el 'tamaño "
-"limite' definido y active el uso de filtros en su lugar"
-
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
@@ -10774,20 +10899,6 @@ msgstr "Salir"
 msgid "Signed in:"
 msgstr "Entrando"
 
 msgid "Signed in:"
 msgstr "Entrando"
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Detectado conflicto de Bloqueos"
-
-#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
-msgid ""
-"If this lock detection is false, the other person has obviously closed the "
-"webbrowser during the edit operation. You may delete the lockfile in this "
-"case by pressing the <i>Remove</i> button."
-msgstr ""
-"Si esta detección de bloqueo es falsa, la otra persona cerro su navegador "
-"mientras estaba editando. Puede borrar el archivo de bloqueo en ese caso, "
-"pulsando en el botón <i>Eliminar</i>."
-
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
@@ -10806,6 +10917,20 @@ msgstr ""
 "El paso dos busca por una colección de programas/herramientas de soporte y "
 "comprueba si tienen al menos la mínima versión necesaria."
 
 "El paso dos busca por una colección de programas/herramientas de soporte y "
 "comprueba si tienen al menos la mínima versión necesaria."
 
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr "Detectado conflicto de Bloqueos"
+
+#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
+msgid ""
+"If this lock detection is false, the other person has obviously closed the "
+"webbrowser during the edit operation. You may delete the lockfile in this "
+"case by pressing the <i>Remove</i> button."
+msgstr ""
+"Si esta detección de bloqueo es falsa, la otra persona cerro su navegador "
+"mientras estaba editando. Puede borrar el archivo de bloqueo en ese caso, "
+"pulsando en el botón <i>Eliminar</i>."
+
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
@@ -11026,6 +11151,14 @@ msgstr ""
 "servidor web pueda leer gosa.conf y que los otros no deberían poder leerlo. "
 "Para cumplir con este requerimiento puede ejecutar estos comandos:"
 
 "servidor web pueda leer gosa.conf y que los otros no deberían poder leerlo. "
 "Para cumplir con este requerimiento puede ejecutar estos comandos:"
 
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr ""
+
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr ""
+
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
@@ -11038,20 +11171,37 @@ msgstr ""
 msgid "Toggle Show/Hide"
 msgstr ""
 
 msgid "Toggle Show/Hide"
 msgstr ""
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
+#: ihtml/themes/default/logout.tpl:7
+msgid ""
+"The last interaction with the GOsa web interface has been some time ago in "
+"the past. For security reasons, the session has been closed. To continue "
+"with administrative tasks, please sign in again."
 msgstr ""
 
 msgstr ""
 
+#: ihtml/themes/default/logout.tpl:10
+#, fuzzy
+msgid "Sign in again"
+msgstr "Entrando"
+
 #: ihtml/themes/default/setup_step4.tpl:100
 msgid ""
 "GOsa may cause PHP interpreter errors, particularly in case of Beta "
 "versions. In some cases it would be helpful to enable the error reporting."
 msgstr ""
 
 #: ihtml/themes/default/setup_step4.tpl:100
 msgid ""
 "GOsa may cause PHP interpreter errors, particularly in case of Beta "
 "versions. In some cases it would be helpful to enable the error reporting."
 msgstr ""
 
+#, fuzzy
+#~ msgid ""
+#~ "There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
+#~ msgstr "No hay protocolo de correo %s configurado en su 'gosa.conf'."
+
+#, fuzzy
+#~ msgid "XML error in %s : %s at line %d"
+#~ msgstr "Error XML en 'gosa.conf': %s en la linea %d"
+
 #, fuzzy
 #~ msgid ""
 #~ "Can't connect to fax database, no reports can be shown!. Check username, "
 #, fuzzy
 #~ msgid ""
 #~ "Can't connect to fax database, no reports can be shown!. Check username, "
@@ -11313,10 +11463,6 @@ msgstr ""
 #~ msgid "Undefined"
 #~ msgstr "sin definirse"
 
 #~ msgid "Undefined"
 #~ msgstr "sin definirse"
 
-#, fuzzy
-#~ msgid "Select entry"
-#~ msgstr "Borrar"
-
 #, fuzzy
 #~ msgid "Select user/group to add"
 #~ msgstr "Seleccione grupo a añadir"
 #, fuzzy
 #~ msgid "Select user/group to add"
 #~ msgstr "Seleccione grupo a añadir"
@@ -11377,10 +11523,6 @@ msgstr ""
 #~ msgid "Please enter a valid name. Only 0-9 a-Z are allowed here."
 #~ msgstr "Por favor especifique un nombre de usuario valido."
 
 #~ msgid "Please enter a valid name. Only 0-9 a-Z are allowed here."
 #~ msgstr "Por favor especifique un nombre de usuario valido."
 
-#, fuzzy
-#~ msgid "Please enter a value for task."
-#~ msgstr "Por favor especifique un usuario valido."
-
 #, fuzzy
 #~ msgid "Please enter a valid class name. Only 0-9 a-z is allowed here."
 #~ msgstr "Por favor especifique un nombre de usuario valido."
 #, fuzzy
 #~ msgid "Please enter a valid class name. Only 0-9 a-z is allowed here."
 #~ msgstr "Por favor especifique un nombre de usuario valido."
index e31141e6b46e48e0a547176f09bfd95a90d183cf..a5a1f0c46fe66651ccc0fde9ac974da4d6f3edd4 100644 (file)
@@ -61,16 +61,15 @@ msgstr "Extensions"
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
-#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/generic.tpl:6 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
-#: plugins/admin/fai/faiProfile.tpl:32
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
+#: plugins/admin/fai/faiProfile.tpl:32 plugins/admin/fai/faiScript.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/groups/mail.tpl:7
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Informations"
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Informations"
@@ -105,7 +104,7 @@ msgstr "Messagerie"
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:136
+#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:139
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Connectivité"
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Connectivité"
@@ -123,15 +122,15 @@ msgstr "Fax"
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_info.tpl:37
-#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
+#: plugins/addons/addressbook/address_info.tpl:37
+#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
-#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/systems/class_systemManagement.inc:708
 #: plugins/admin/systems/class_systemManagement.inc:708
+#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
@@ -195,12 +194,12 @@ msgstr "Imprimante"
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
-#: plugins/admin/fai/faiProfileEntry.tpl:22
-#: plugins/admin/fai/faiPackageEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
+#: plugins/admin/fai/faiProfileEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
+#: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
@@ -214,377 +213,263 @@ msgstr "Base de données"
 msgid "Services"
 msgstr "Services"
 
 msgid "Services"
 msgstr "Services"
 
-#: contrib/gosa.conf:177 plugins/addons/ldapmanager/contentexportxls.tpl:19
-#: plugins/addons/ldapmanager/contentexportxls.tpl:32
-#: plugins/addons/ldapmanager/contentexportxls.tpl:47
-#: plugins/addons/ldapmanager/contentexport.tpl:16
+#: contrib/gosa.conf:178 plugins/addons/ldapmanager/contentexport.tpl:16
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
+#: plugins/addons/ldapmanager/contentexportxls.tpl:19
+#: plugins/addons/ldapmanager/contentexportxls.tpl:32
+#: plugins/addons/ldapmanager/contentexportxls.tpl:47
 msgid "Export"
 msgstr "Exporter"
 
 msgid "Export"
 msgstr "Exporter"
 
-#: contrib/gosa.conf:178
+#: contrib/gosa.conf:179
 msgid "Excel Export"
 msgstr "Exporter en Excel"
 
 msgid "Excel Export"
 msgstr "Exporter en Excel"
 
-#: contrib/gosa.conf:179 plugins/personal/mail/generic.tpl:113
+#: contrib/gosa.conf:180 plugins/personal/mail/generic.tpl:113
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
-#: plugins/admin/applications/generic.tpl:91
+#: plugins/admin/applications/generic.tpl:94
 msgid "Import"
 msgstr "Importer"
 
 msgid "Import"
 msgstr "Importer"
 
-#: contrib/gosa.conf:180
+#: contrib/gosa.conf:181
 msgid "CSV Import"
 msgstr "Importer un fichier CSV"
 
 msgid "CSV Import"
 msgstr "Importer un fichier CSV"
 
-#: contrib/gosa.conf:184
+#: contrib/gosa.conf:185
 msgid "Partitions"
 msgstr "Partitions"
 
 msgid "Partitions"
 msgstr "Partitions"
 
-#: contrib/gosa.conf:188 plugins/personal/environment/logonManagement.tpl:55
+#: contrib/gosa.conf:189 plugins/personal/environment/logonManagement.tpl:55
+#: plugins/admin/applications/generic.tpl:92
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:89
 msgid "Script"
 msgstr "Script"
 
 msgid "Script"
 msgstr "Script"
 
-#: contrib/gosa.conf:192 plugins/admin/fai/class_faiManagement.inc:553
+#: contrib/gosa.conf:193 plugins/admin/fai/class_faiManagement.inc:553
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr "Connexions"
 
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr "Connexions"
 
-#: contrib/gosa.conf:196 plugins/admin/fai/class_faiManagement.inc:546
+#: contrib/gosa.conf:197 plugins/admin/fai/class_faiManagement.inc:546
 #: plugins/admin/fai/class_faiManagement.inc:547
 msgid "Variables"
 msgstr "Variables"
 
 #: plugins/admin/fai/class_faiManagement.inc:547
 msgid "Variables"
 msgstr "Variables"
 
-#: contrib/gosa.conf:200 plugins/admin/fai/class_faiManagement.inc:567
+#: contrib/gosa.conf:201 plugins/admin/fai/class_faiManagement.inc:567
 #: plugins/admin/fai/class_faiManagement.inc:568
 msgid "Templates"
 msgstr "Modèles"
 
 #: plugins/admin/fai/class_faiManagement.inc:568
 msgid "Templates"
 msgstr "Modèles"
 
-#: contrib/gosa.conf:204 plugins/personal/environment/environment.tpl:7
+#: contrib/gosa.conf:205 plugins/personal/environment/environment.tpl:7
 msgid "Profiles"
 msgstr "Profils"
 
 msgid "Profiles"
 msgstr "Profils"
 
-#: contrib/gosa.conf:208
+#: contrib/gosa.conf:209
 msgid "Packages"
 msgstr "Paquets"
 
 msgid "Packages"
 msgstr "Paquets"
 
-#: contrib/gosa.conf:226
+#: contrib/gosa.conf:227
 msgid "{LOCATIONNAME}"
 msgstr ""
 
 msgid "{LOCATIONNAME}"
 msgstr ""
 
-#: contrib/gosa.conf:243 plugins/admin/ogroups/class_phonequeue.inc:164
+#: contrib/gosa.conf:244 plugins/admin/ogroups/class_phonequeue.inc:164
 msgid "German"
 msgstr "Allemand"
 
 msgid "German"
 msgstr "Allemand"
 
-#: contrib/gosa.conf:244
+#: contrib/gosa.conf:245
 msgid "Russian"
 msgstr "Russe"
 
 msgid "Russian"
 msgstr "Russe"
 
-#: contrib/gosa.conf:245
+#: contrib/gosa.conf:246
 msgid "Spanish"
 msgstr "Espagnol"
 
 msgid "Spanish"
 msgstr "Espagnol"
 
-#: contrib/gosa.conf:246
+#: contrib/gosa.conf:247
 msgid "French"
 msgstr "Français"
 
 msgid "French"
 msgstr "Français"
 
-#: contrib/gosa.conf:247
+#: contrib/gosa.conf:248
 msgid "Dutch"
 msgstr "Hollandais"
 
 msgid "Dutch"
 msgstr "Hollandais"
 
-#: contrib/gosa.conf:248
+#: contrib/gosa.conf:249
 msgid "English"
 msgstr "Anglais"
 
 msgid "English"
 msgstr "Anglais"
 
-#: contrib/gosa.conf:249
+#: contrib/gosa.conf:250
 msgid "Italian"
 msgstr "Italien"
 
 msgid "Italian"
 msgstr "Italien"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
-#: plugins/personal/environment/class_environment.inc:13
 #: plugins/personal/generic/class_user.inc:17
 #: plugins/personal/generic/class_user.inc:17
-#: plugins/personal/connectivity/class_webdavAccount.inc:7
-#: plugins/personal/connectivity/class_proxyAccount.inc:6
-#: plugins/personal/connectivity/class_pptpAccount.inc:27
-#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_glpiAccount.inc:26
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
 #: plugins/personal/connectivity/class_connectivity.inc:16
 #: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_glpiAccount.inc:26
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/environment/class_environment.inc:13
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
-#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
-#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
+#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/logview/class_logview.inc:7
 #: plugins/addons/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Ceci fait quelque chose"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Ceci fait quelque chose"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:92
-msgid "This account has no nagios extensions."
-msgstr "Ce compte n'a pas d'extensions nagios."
+#: plugins/personal/mail/class_mailAccount.inc:79
+#: plugins/admin/groups/class_groupMail.inc:59
+#, php-format
+msgid "There is no mail method '%s' specified in your gosa.conf available."
+msgstr ""
+"Il n'y a pas de méthode de messagerie correspondante à la méthode '%s' "
+"spécifiée dans votre fichier de configuration gosa.conf."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:101
-msgid "Remove nagios account"
-msgstr "Supprimer l'extension nagios"
+#: plugins/personal/mail/class_mailAccount.inc:170
+msgid "No DESC tag in vacation file:"
+msgstr "Pas de drapeau DESC dans le message d'absence:"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:102
+#: plugins/personal/mail/class_mailAccount.inc:210
+msgid "This account has no mail extensions."
+msgstr "Ce compte n'a pas d'extensions de messagerie."
+
+#: plugins/personal/mail/class_mailAccount.inc:219
+#: plugins/admin/groups/class_groupMail.inc:195
+#: plugins/admin/ogroups/class_mailogroup.inc:40
+msgid "Remove mail account"
+msgstr "Supprimer le compte de messagerie"
+
+#: plugins/personal/mail/class_mailAccount.inc:220
+#: plugins/admin/groups/class_groupMail.inc:196
 msgid ""
 msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
+"This account has mail features enabled. You can disable them by clicking "
 "below."
 msgstr ""
 "below."
 msgstr ""
-"L'extension nagios est activée pour ce compte, vous pouvez la désactiver en "
-"cliquant sur le bouton ci-dessous."
+"L'extension de messagerie est activée pour ce compte, vous pouvez la "
+"désactiver en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
-msgid "Create nagios account"
-msgstr "Créer un compte nagios"
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:198
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+msgid "Create mail account"
+msgstr "Créer un compte de messagerie"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:199
 msgid ""
 msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
+"This account has mail features disabled. You can enable them by clicking "
 "below."
 msgstr ""
 "below."
 msgstr ""
-"L'extension nagios est désactivée pour ce compte, vous pouvez l'activer en "
-"cliquant sur le bouton ci-dessous."
+"L'extension de messagerie est désactivée pour ce compte, vous pouvez "
+"l'activer en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:163
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "Le champ obligatoire 'Alias de l'utilisateur' n'est pas rempli."
+#: plugins/personal/mail/class_mailAccount.inc:270
+msgid ""
+"You're trying to add an invalid email address to the list of forwarders."
+msgstr ""
+"Vous essayez d'ajouter une adresse de messagerie invalide à la liste des "
+"renvoi."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:166
-msgid "The required field 'NagiosMail' is not set."
-msgstr "Le champ obligatoire 'adresse de messagerie' n'est pas rempli."
+#: plugins/personal/mail/class_mailAccount.inc:276
+#: plugins/admin/groups/class_groupMail.inc:258
+msgid "Adding your one of your own addresses to the forwarders makes no sense."
+msgstr "Utiliser une de vos adresses comme adresse de renvoi n'a pas de sens."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:170
-#: plugins/personal/nagios/class_nagiosAccount.inc:174
-msgid "Please enter a valid email address in 'NagiosMail' field."
+#: plugins/personal/mail/class_mailAccount.inc:311
+#: plugins/personal/mail/class_mailAccount.inc:316
+#: plugins/admin/groups/class_groupMail.inc:286
+msgid ""
+"You're trying to add an invalid email address to the list of alternate "
+"addresses."
 msgstr ""
 msgstr ""
-"Veuillez entrer une adresse de messagerie valide dans le champ 'Adresse de "
-"messagerie'."
-
-#: plugins/personal/nagios/main.inc:104 plugins/personal/mail/main.inc:104
-#: plugins/personal/posix/main.inc:110 plugins/personal/samba/main.inc:104
-#: plugins/personal/environment/main.inc:104
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/generic/main.inc:158
-#: plugins/personal/connectivity/main.inc:115
-#: plugins/gofax/blocklists/generic.tpl:80
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/admin/fai/class_faiManagement.inc:392
-#: plugins/admin/groups/class_groupManagement.inc:330
-#: plugins/admin/users/class_userManagement.inc:633
-#: plugins/admin/applications/class_applicationManagement.inc:304
-#: plugins/admin/departments/class_departmentManagement.inc:347
-#: plugins/admin/systems/class_systemManagement.inc:539
-#: plugins/admin/ogroups/class_ogroupManagement.inc:338
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
-msgid "Finish"
-msgstr "Terminé"
+"Vous essayez d'ajouter une adresse de messagerie non valide à la liste des "
+"adresses alternatives."
 
 
-#: plugins/personal/nagios/main.inc:106 plugins/personal/mail/main.inc:106
-#: plugins/personal/mail/mail_locals.tpl:43
-#: plugins/personal/posix/posix_groups.tpl:74
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:112
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/main.inc:106
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:39
-#: plugins/personal/environment/main.inc:106
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:31
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/generic/main.inc:160
-#: plugins/personal/connectivity/main.inc:117
-#: plugins/gofax/blocklists/generic.tpl:82
-#: plugins/gofax/blocklists/remove.tpl:16
-#: plugins/gofax/faxaccount/locals.tpl:62
-#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/remove.tpl:16
-#: plugins/addons/addressbook/address_edit.tpl:234
-#: plugins/admin/fai/class_faiManagement.inc:394
-#: plugins/admin/fai/class_faiManagement.inc:399
-#: plugins/admin/fai/faiProfileEntry.tpl:72
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiPackageNew.tpl:66
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:64 plugins/admin/fai/remove.tpl:17
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:133
-#: plugins/admin/groups/class_groupManagement.inc:332
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/group_objects.tpl:49
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/application_options.tpl:10
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:635
-#: plugins/admin/users/template.tpl:46 plugins/admin/users/remove.tpl:16
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:306
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:349
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/class_systemManagement.inc:541
-#: plugins/admin/systems/servnfs.tpl:76 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/password.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:52
-#: plugins/admin/ogroups/class_ogroupManagement.inc:340
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-msgid "Cancel"
-msgstr "Annuler"
+#: plugins/personal/mail/class_mailAccount.inc:326
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "The address you're trying to add is already used by user"
+msgstr "L'adresse entrée est déjà utilisée par un utilisateur"
 
 
-#: plugins/personal/nagios/main.inc:114 plugins/personal/mail/main.inc:114
-#: plugins/personal/posix/main.inc:120 plugins/personal/samba/main.inc:114
-#: plugins/personal/environment/main.inc:114
-#: plugins/personal/generic/main.inc:179
-#: plugins/personal/connectivity/main.inc:125
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
+#: plugins/personal/mail/class_mailAccount.inc:700
+msgid ""
+"There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 msgstr ""
-"Cliquez sur le bouton 'Edit' ci-dessous pour changer les informations dans "
-"cette boite de dialogue"
+"Il n'y a pas de serveur de messagerie valide spécifié, veuillez en ajouter "
+"un dans la configuration système."
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:122 plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:172
-#: plugins/personal/connectivity/main.inc:126
-#: plugins/gofax/faxaccount/generic.tpl:86
-#: plugins/gofax/faxaccount/generic.tpl:92
-#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
-#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/printer.tpl:46
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Editer"
+#: plugins/personal/mail/class_mailAccount.inc:705
+#: plugins/admin/groups/class_groupMail.inc:619
+msgid "The required field 'Primary address' is not set."
+msgstr "Le champ obligatoire 'Adresse Principale' n'est pas rempli."
 
 
-#: plugins/personal/nagios/main.inc:124
-msgid "Nagios settings"
-msgstr "Paramètres Nagios"
+#: plugins/personal/mail/class_mailAccount.inc:709
+#: plugins/personal/mail/class_mailAccount.inc:713
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/admin/ogroups/class_mailogroup.inc:70
+msgid "Please enter a valid email address in 'Primary address' field."
+msgstr ""
+"Veuillez entrer une adresse de messagerie valide dans le champ 'Adresse "
+"Principale'."
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-msgid "Nagios Account"
-msgstr "Compte Nagios"
+#: plugins/personal/mail/class_mailAccount.inc:720
+#: plugins/admin/groups/class_groupMail.inc:628
+#: plugins/admin/ogroups/class_mailogroup.inc:77
+msgid "The primary address you've entered is already in use."
+msgstr "L'adresse principale entrée est déjà utilisée."
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-msgid "Alias"
-msgstr "Alias de l'utilisateur"
+#: plugins/personal/mail/class_mailAccount.inc:726
+#: plugins/admin/groups/class_groupMail.inc:634
+msgid "Value in 'Quota size' is not valid."
+msgstr "La valeur dans le champ 'Taille du quota' n'est pas valide."
 
 
-#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
-msgid "Mail address"
-msgstr "Adresse de messagerie"
-
-#: plugins/personal/nagios/nagios.tpl:17
-msgid "Host notification period"
-msgstr "Période de notification pour les systèmes"
-
-#: plugins/personal/nagios/nagios.tpl:25
-msgid "Service notification period"
-msgstr "Période de notification pour les services"
-
-#: plugins/personal/nagios/nagios.tpl:32
-msgid "Service notification options"
-msgstr "Options pour la période de notification pour les services"
-
-#: plugins/personal/nagios/nagios.tpl:41
-msgid "Host notification options"
-msgstr "Options pour la notification des systèmes"
-
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:242
-#: plugins/addons/addressbook/address_info.tpl:91
-#: plugins/addons/addressbook/address_edit.tpl:217 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Pager"
-msgstr "Bip"
-
-#: plugins/personal/nagios/nagios.tpl:53
-msgid "Service notification commands"
-msgstr "Commandes pour la notification des services"
-
-#: plugins/personal/nagios/nagios.tpl:57
-msgid "Host notification commands"
-msgstr "Commandes pour la notification des systèmes"
-
-#: plugins/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
-msgstr "Authentification nagios"
-
-#: plugins/personal/nagios/nagios.tpl:69
-msgid "view system informations"
-msgstr "voir les informations sur le système"
-
-#: plugins/personal/nagios/nagios.tpl:72
-msgid "view configuration information"
-msgstr "voir les informations de configuration"
-
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr "Permettre les commandes systêmes"
-
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
-msgstr "Voir tout les services"
-
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr "Voir tout les hôtes"
+#: plugins/personal/mail/class_mailAccount.inc:735
+#: plugins/admin/groups/class_groupMail.inc:643
+msgid "Please specify a vaild mail size for mails to be rejected."
+msgstr ""
+"Veuillez indiquer une taille valide pour les messages devant être rejetés."
 
 
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr "Permettre les commandes sur tout les services"
+#: plugins/personal/mail/class_mailAccount.inc:745
+#: plugins/admin/groups/class_groupMail.inc:651
+msgid "You need to set the maximum mail size in order to reject anything."
+msgstr ""
+"Il est nécessaire d'indiquer une taille maximale des messages afin de "
+"pouvoir en rejeter certains."
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
-msgstr "permettre les commandes sur tout les hôtes"
+#: plugins/personal/mail/class_mailAccount.inc:749
+msgid "You specified Spam settings, but there is no Folder specified."
+msgstr ""
+"Vous avez activé les réglages antispam, mais aucun dossier de destination "
+"n'a été précisé."
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
 #: plugins/admin/ogroups/mail.tpl:10
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
 #: plugins/admin/ogroups/mail.tpl:10
@@ -629,48 +514,50 @@ msgstr "Liste des adresses de messagerie alternatives"
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
-#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/trust_machines.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/connectivity/class_kolabAccount.inc:203
+#: plugins/personal/connectivity/kolab.tpl:18
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
 #: plugins/personal/environment/kioskManagement.tpl:13
 #: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/personal/connectivity/kolab.tpl:18
-#: plugins/personal/connectivity/class_kolabAccount.inc:203
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
-#: plugins/admin/fai/class_faiProfile.inc:153
-#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
-#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
+#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95
 #: plugins/admin/groups/class_groupMail.inc:413
 #: plugins/admin/groups/class_groupMail.inc:413
-#: plugins/admin/groups/application.tpl:14
+#: plugins/admin/groups/application.tpl:15
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servRepositorySetup.tpl:36
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/servRepository.tpl:14
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
+#: plugins/admin/fai/class_faiProfile.inc:153
+#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Ajouter"
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Ajouter"
@@ -679,36 +566,35 @@ msgstr "Ajouter"
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
+#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
-#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
-#: plugins/addons/addressbook/remove.tpl:14
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
-#: plugins/admin/fai/remove.tpl:15 plugins/admin/fai/faiHook.tpl:45
-#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
-#: plugins/admin/groups/remove.tpl:14 plugins/admin/groups/generic.tpl:105
-#: plugins/admin/users/remove.tpl:14 plugins/admin/applications/remove.tpl:13
+#: plugins/addons/addressbook/remove.tpl:14 plugins/admin/groups/mail.tpl:52
+#: plugins/admin/groups/mail.tpl:97 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/groups/generic.tpl:105 plugins/admin/users/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/workstationStartup.tpl:51
-#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
+#: plugins/admin/systems/remove.tpl:14
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/workstationStartup.tpl:51
+#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
-#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/gofon/macro/remove.tpl:13
-#: plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/conference/remove.tpl:14
+#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
+#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
+#: plugins/admin/fai/faiHook.tpl:45 plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/conference/remove.tpl:14
 msgid "Delete"
 msgstr "Supprimer"
 
 msgid "Delete"
 msgstr "Supprimer"
 
@@ -760,9 +646,9 @@ msgid "Reject mails bigger than"
 msgstr "Rejeter les messages plus gros que"
 
 #: plugins/personal/mail/generic.tpl:96
 msgstr "Rejeter les messages plus gros que"
 
 #: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:71
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
+#: plugins/personal/environment/environment.tpl:71
 msgid "MB"
 msgstr "MB"
 
 msgid "MB"
 msgstr "MB"
 
@@ -803,138 +689,128 @@ msgstr "Utiliser des scripts sieve personnalisés"
 msgid "disables all Mail options!"
 msgstr "désactive toutes les options de messagerie!"
 
 msgid "disables all Mail options!"
 msgstr "désactive toutes les options de messagerie!"
 
-#: plugins/personal/mail/class_mailAccount.inc:79
-#: plugins/admin/groups/class_groupMail.inc:59
-#, php-format
-msgid "There is no mail method '%s' specified in your gosa.conf available."
-msgstr ""
-"Il n'y a pas de méthode de messagerie correspondante à la méthode '%s' "
-"spécifiée dans votre fichier de configuration gosa.conf."
-
-#: plugins/personal/mail/class_mailAccount.inc:170
-msgid "No DESC tag in vacation file:"
-msgstr "Pas de drapeau DESC dans le message d'absence:"
-
-#: plugins/personal/mail/class_mailAccount.inc:210
-msgid "This account has no mail extensions."
-msgstr "Ce compte n'a pas d'extensions de messagerie."
+#: plugins/personal/mail/main.inc:104 plugins/personal/posix/main.inc:110
+#: plugins/personal/samba/main.inc:104
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/main.inc:158
+#: plugins/personal/connectivity/main.inc:118
+#: plugins/personal/environment/main.inc:104
+#: plugins/personal/nagios/main.inc:104
+#: plugins/gofax/blocklists/generic.tpl:80
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/admin/groups/class_groupManagement.inc:330
+#: plugins/admin/users/class_userManagement.inc:633
+#: plugins/admin/applications/class_applicationManagement.inc:304
+#: plugins/admin/departments/class_departmentManagement.inc:347
+#: plugins/admin/systems/class_systemManagement.inc:539
+#: plugins/admin/ogroups/class_ogroupManagement.inc:338
+#: plugins/admin/fai/class_faiManagement.inc:392
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
+msgid "Finish"
+msgstr "Terminé"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:219
-#: plugins/admin/groups/class_groupMail.inc:195
-#: plugins/admin/ogroups/class_mailogroup.inc:40
-msgid "Remove mail account"
-msgstr "Supprimer le compte de messagerie"
+#: plugins/personal/mail/main.inc:106 plugins/personal/mail/mail_locals.tpl:43
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/posix/posix_groups.tpl:74
+#: plugins/personal/posix/main.inc:112 plugins/personal/samba/main.inc:106
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/generic/generic_picture.tpl:31
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/main.inc:160
+#: plugins/personal/connectivity/main.inc:120
+#: plugins/personal/environment/main.inc:106
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:39
+#: plugins/personal/nagios/main.inc:106
+#: plugins/gofax/blocklists/generic.tpl:82
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/locals.tpl:62
+#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/admin/groups/class_groupManagement.inc:332
+#: plugins/admin/groups/remove.tpl:16
+#: plugins/admin/groups/application_options.tpl:10
+#: plugins/admin/groups/group_objects.tpl:49
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
+#: plugins/admin/users/template.tpl:46
+#: plugins/admin/users/class_userManagement.inc:635
+#: plugins/admin/users/remove.tpl:16 plugins/admin/applications/remove.tpl:15
+#: plugins/admin/applications/class_applicationManagement.inc:306
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/departments/class_departmentManagement.inc:349
+#: plugins/admin/systems/class_systemManagement.inc:541
+#: plugins/admin/systems/remove.tpl:16 plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/chooser.tpl:18 plugins/admin/systems/servnfs.tpl:76
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:52
+#: plugins/admin/ogroups/class_ogroupManagement.inc:340
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:394
+#: plugins/admin/fai/class_faiManagement.inc:399
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:72
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiVariableEntry.tpl:49
+#: plugins/admin/fai/faiHookEntry.tpl:70
+#: plugins/admin/fai/faiTemplateEntry.tpl:133
+#: plugins/admin/fai/faiPackageEntry.tpl:64
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageNew.tpl:66
+#: plugins/gofon/phoneaccount/main.inc:107 plugins/gofon/macro/remove.tpl:15
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
+#: plugins/gofon/conference/remove.tpl:16
+#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
+msgid "Cancel"
+msgstr "Annuler"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:220
-#: plugins/admin/groups/class_groupMail.inc:196
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
+#: plugins/personal/mail/main.inc:114 plugins/personal/posix/main.inc:120
+#: plugins/personal/samba/main.inc:114 plugins/personal/generic/main.inc:179
+#: plugins/personal/connectivity/main.inc:128
+#: plugins/personal/environment/main.inc:114
+#: plugins/personal/nagios/main.inc:114 plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+msgid "Click the 'Edit' button below to change informations in this dialog"
 msgstr ""
 msgstr ""
-"L'extension de messagerie est activée pour ce compte, vous pouvez la "
-"désactiver en cliquant sur le bouton ci-dessous."
+"Cliquez sur le bouton 'Edit' ci-dessous pour changer les informations dans "
+"cette boite de dialogue"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:198
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid "Create mail account"
-msgstr "Créer un compte de messagerie"
+#: plugins/personal/mail/main.inc:115 plugins/personal/posix/main.inc:122
+#: plugins/personal/samba/main.inc:115 plugins/personal/generic/main.inc:172
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/nagios/main.inc:115
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/admin/systems/printer.tpl:46
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
+#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
+#: plugins/gofon/phoneaccount/main.inc:113
+msgid "Edit"
+msgstr "Editer"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:199
-msgid ""
-"This account has mail features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"L'extension de messagerie est désactivée pour ce compte, vous pouvez "
-"l'activer en cliquant sur le bouton ci-dessous."
+#: plugins/personal/mail/main.inc:124
+msgid "User mail settings"
+msgstr "Configuration du compte de messagerie de l'utilisateur"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:270
-msgid ""
-"You're trying to add an invalid email address to the list of forwarders."
-msgstr ""
-"Vous essayez d'ajouter une adresse de messagerie invalide à la liste des "
-"renvoi."
-
-#: plugins/personal/mail/class_mailAccount.inc:276
-#: plugins/admin/groups/class_groupMail.inc:258
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
-msgstr "Utiliser une de vos adresses comme adresse de renvoi n'a pas de sens."
-
-#: plugins/personal/mail/class_mailAccount.inc:311
-#: plugins/personal/mail/class_mailAccount.inc:316
-#: plugins/admin/groups/class_groupMail.inc:286
-msgid ""
-"You're trying to add an invalid email address to the list of alternate "
-"addresses."
-msgstr ""
-"Vous essayez d'ajouter une adresse de messagerie non valide à la liste des "
-"adresses alternatives."
-
-#: plugins/personal/mail/class_mailAccount.inc:326
-#: plugins/admin/groups/class_groupMail.inc:291
-msgid "The address you're trying to add is already used by user"
-msgstr "L'adresse entrée est déjà utilisée par un utilisateur"
-
-#: plugins/personal/mail/class_mailAccount.inc:700
-msgid ""
-"There is no valid mailserver specified, please add one in the system setup."
-msgstr ""
-"Il n'y a pas de serveur de messagerie valide spécifié, veuillez en ajouter "
-"un dans la configuration système."
-
-#: plugins/personal/mail/class_mailAccount.inc:705
-#: plugins/admin/groups/class_groupMail.inc:619
-msgid "The required field 'Primary address' is not set."
-msgstr "Le champ obligatoire 'Adresse Principale' n'est pas rempli."
-
-#: plugins/personal/mail/class_mailAccount.inc:709
-#: plugins/personal/mail/class_mailAccount.inc:713
-#: plugins/addons/addressbook/class_addressbook.inc:590
-#: plugins/admin/ogroups/class_mailogroup.inc:70
-msgid "Please enter a valid email address in 'Primary address' field."
-msgstr ""
-"Veuillez entrer une adresse de messagerie valide dans le champ 'Adresse "
-"Principale'."
-
-#: plugins/personal/mail/class_mailAccount.inc:720
-#: plugins/admin/groups/class_groupMail.inc:628
-#: plugins/admin/ogroups/class_mailogroup.inc:77
-msgid "The primary address you've entered is already in use."
-msgstr "L'adresse principale entrée est déjà utilisée."
-
-#: plugins/personal/mail/class_mailAccount.inc:726
-#: plugins/admin/groups/class_groupMail.inc:634
-msgid "Value in 'Quota size' is not valid."
-msgstr "La valeur dans le champ 'Taille du quota' n'est pas valide."
-
-#: plugins/personal/mail/class_mailAccount.inc:735
-#: plugins/admin/groups/class_groupMail.inc:643
-msgid "Please specify a vaild mail size for mails to be rejected."
-msgstr ""
-"Veuillez indiquer une taille valide pour les messages devant être rejetés."
-
-#: plugins/personal/mail/class_mailAccount.inc:745
-#: plugins/admin/groups/class_groupMail.inc:651
-msgid "You need to set the maximum mail size in order to reject anything."
-msgstr ""
-"Il est nécessaire d'indiquer une taille maximale des messages afin de "
-"pouvoir en rejeter certains."
-
-#: plugins/personal/mail/class_mailAccount.inc:749
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr ""
-"Vous avez activé les réglages antispam, mais aucun dossier de destination "
-"n'a été précisé."
-
-#: plugins/personal/mail/main.inc:124
-msgid "User mail settings"
-msgstr "Configuration du compte de messagerie de l'utilisateur"
-
-#: plugins/personal/mail/mail_locals.tpl:6
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Sélectionner les adresses à ajouter"
+#: plugins/personal/mail/mail_locals.tpl:6
+#: plugins/admin/groups/mail_locals.tpl:6
+msgid "Select addresses to add"
+msgstr "Sélectionner les adresses à ajouter"
 
 #: plugins/personal/mail/mail_locals.tpl:20
 #: plugins/personal/posix/posix_groups.tpl:20
 
 #: plugins/personal/mail/mail_locals.tpl:20
 #: plugins/personal/posix/posix_groups.tpl:20
@@ -944,25 +820,27 @@ msgstr "Sélectionner les adresses à ajouter"
 #: plugins/gofax/blocklists/headpage.tpl:29
 #: plugins/gofax/faxaccount/locals.tpl:19
 #: plugins/addons/addressbook/contents.tpl:58
 #: plugins/gofax/blocklists/headpage.tpl:29
 #: plugins/gofax/faxaccount/locals.tpl:19
 #: plugins/addons/addressbook/contents.tpl:58
-#: plugins/admin/fai/faiProfileEntry.tpl:32
-#: plugins/admin/fai/faiPackageEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
 #: plugins/admin/groups/headpage.tpl:30
 #: plugins/admin/groups/group_objects.tpl:20
 #: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
 #: plugins/admin/applications/headpage.tpl:29
 #: plugins/admin/departments/headpage.tpl:29
 #: plugins/admin/groups/headpage.tpl:30
 #: plugins/admin/groups/group_objects.tpl:20
 #: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
 #: plugins/admin/applications/headpage.tpl:29
 #: plugins/admin/departments/headpage.tpl:29
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
 #: plugins/admin/systems/headpage.tpl:29
 #: plugins/admin/systems/headpage.tpl:29
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:20
 #: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/admin/ogroups/headpage.tpl:29 plugins/gofon/macro/headpage.tpl:29
+#: plugins/admin/ogroups/headpage.tpl:29
+#: plugins/admin/fai/faiProfileEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/gofon/macro/headpage.tpl:29
 #: plugins/gofon/conference/headpage.tpl:29
 msgid "Filters"
 msgstr "Filtres"
 
 #: plugins/personal/mail/mail_locals.tpl:27
 #: plugins/gofon/conference/headpage.tpl:29
 msgid "Filters"
 msgstr "Filtres"
 
 #: plugins/personal/mail/mail_locals.tpl:27
-#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:27
 #: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
@@ -995,11 +873,11 @@ msgstr "Utilisateur dont on montre les adresses"
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
-#: plugins/admin/systems/servdb.tpl:109
+#: plugins/admin/systems/servdb.tpl:109 ihtml/themes/altlinux/login.tpl:35
+#: ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
-#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
-#: ihtml/themes/default/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
+#: ihtml/themes/default/setup_useradmin.tpl:30
 msgid "Password"
 msgstr "Mot de passe"
 
 msgid "Password"
 msgstr "Mot de passe"
 
@@ -1065,11 +943,11 @@ msgstr ""
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66 include/functions.inc:1319
-#: ihtml/themes/altlinux/setup_useradmin.tpl:40
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: include/functions.inc:1319 ihtml/themes/altlinux/setup_useradmin.tpl:40
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
@@ -1126,6 +1004,19 @@ msgid "External password changer reported a problem: "
 msgstr ""
 "Le programme externe pour changer votre mot de passe à renvoyé une erreur: "
 
 msgstr ""
 "Le programme externe pour changer votre mot de passe à renvoyé une erreur: "
 
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
+msgstr "Sélectionner les hôtes à ajouter"
+
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
+msgstr "Afficher les systèmes du département"
+
+#: plugins/personal/posix/trust_machines.tpl:30
+#: plugins/admin/systems/headpage.tpl:50
+msgid "Display systems matching"
+msgstr "Afficher les systèmes correspondant"
+
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Sélectionner les groupes à ajouter"
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Sélectionner les groupes à ajouter"
@@ -1201,6 +1092,7 @@ msgstr "Expression régulière correspondant à des noms de groupe"
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
+#: plugins/admin/systems/servRepository.tpl:36
 msgid "Display groups of user"
 msgstr "Afficher les groupes contenant des utilisateurs"
 
 msgid "Display groups of user"
 msgstr "Afficher les groupes contenant des utilisateurs"
 
@@ -1219,19 +1111,6 @@ msgstr ""
 msgid "Password expires on"
 msgstr "Le mot de passe expirera le"
 
 msgid "Password expires on"
 msgstr "Le mot de passe expirera le"
 
-#: plugins/personal/posix/trust_machines.tpl:6
-msgid "Select systems to add"
-msgstr "Sélectionner les hôtes à ajouter"
-
-#: plugins/personal/posix/trust_machines.tpl:26
-msgid "Display systems of department"
-msgstr "Afficher les systèmes du département"
-
-#: plugins/personal/posix/trust_machines.tpl:30
-#: plugins/admin/systems/headpage.tpl:50
-msgid "Display systems matching"
-msgstr "Afficher les systèmes correspondant"
-
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
@@ -1285,6 +1164,10 @@ msgstr "Système de Confiance"
 msgid "Trust mode"
 msgstr "Mode de confiance"
 
 msgid "Trust mode"
 msgstr "Mode de confiance"
 
+#: plugins/personal/posix/main.inc:131
+msgid "Unix settings"
+msgstr "Paramètres unix"
+
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
@@ -1599,10 +1482,6 @@ msgstr ""
 msgid "Too many users, can't allocate a free ID!"
 msgstr "Trop d'utilisateurs, impossible d'assigner un ID libre!"
 
 msgid "Too many users, can't allocate a free ID!"
 msgstr "Trop d'utilisateurs, impossible d'assigner un ID libre!"
 
-#: plugins/personal/posix/main.inc:131
-msgid "Unix settings"
-msgstr "Paramètres unix"
-
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Répertoire de l'utilisateur samba"
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Répertoire de l'utilisateur samba"
@@ -1732,6 +1611,10 @@ msgstr "Le compte expire après"
 msgid "Allow connection from these workstations only"
 msgstr "Permet la connections depuis ces stations seulement"
 
 msgid "Allow connection from these workstations only"
 msgstr "Permet la connections depuis ces stations seulement"
 
+#: plugins/personal/samba/main.inc:123
+msgid "Samba settings"
+msgstr "Configuration Samba"
+
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Sélectionner les stations à ajouter"
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Sélectionner les stations à ajouter"
@@ -1740,10 +1623,6 @@ msgstr "Sélectionner les stations à ajouter"
 msgid "Display workstations of department"
 msgstr "Afficher les stations d'un département"
 
 msgid "Display workstations of department"
 msgstr "Afficher les stations d'un département"
 
-#: plugins/personal/samba/main.inc:123
-msgid "Samba settings"
-msgstr "Configuration Samba"
-
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "Aucune extension samba pour cet utilisateur."
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "Aucune extension samba pour cet utilisateur."
@@ -1850,1218 +1729,1422 @@ msgstr ""
 "Erreur: Impossible d'identifier le groupe principal de l'utilisateur - la "
 "transformation vers un groupe samba est impossible!"
 
 "Erreur: Impossible d'identifier le groupe principal de l'utilisateur - la "
 "transformation vers un groupe samba est impossible!"
 
-#: plugins/personal/environment/class_hotplugDialog.inc:111
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
-msgstr ""
-"Veuillez indiquer un nom valide. Seul les chiffres de 0 à 9 et les lettres "
-"de a à Z sont permises."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:114
-msgid "Invalid character in description. Please specify a valid description."
-msgstr ""
-"Caractères invalides dans la description. Veuillez indiquer une description "
-"valide."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:117
-msgid "Please specify a valid id."
-msgstr "Veuillez indiquer un id valide."
+#: plugins/personal/generic/class_user.inc:251
+msgid "female"
+msgstr "féminin"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:123
-msgid "An Entry with this name already exists."
-msgstr "Une entrée avec ce nom existe déjà."
+#: plugins/personal/generic/class_user.inc:251
+msgid "male"
+msgstr "masculin"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:128
-msgid "Please select an entry or press cancel."
-msgstr "Veuillez sélectionner une entrée ou cliquez sur annuler."
+#: plugins/personal/generic/class_user.inc:265
+msgid "This account has no valid GOsa extensions."
+msgstr "Ce compte n'a pas d'extensions GOsa valides."
 
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:67
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
-msgid "Please select a printer or press cancel."
-msgstr "Veuillez sélectionner une imprimante ou cliquez sur annuler."
+#: plugins/personal/generic/class_user.inc:294
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+msgstr "Ce fichier n'a pas été téléchargé via la méthode HTTP POST! Abandon."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Ajouter des périphériques hotplug"
+#: plugins/personal/generic/class_user.inc:390
+msgid "Please enter a valid serial number"
+msgstr "Veuillez entrer un numéro de série valide"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Gestion des périphériques Hotplug"
+#: plugins/personal/generic/class_user.inc:427
+#, php-format
+msgid "Certificate is valid from %s to %s and is currently %s."
+msgstr "Le certificat est valide de %s à %s et est actuellement %s."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Sélectionner le périphérique hotplug à ajouter"
+#: plugins/personal/generic/class_user.inc:427
+msgid "valid"
+msgstr "valide"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
-msgstr "Sélectionner le département où sera effectuée la recherche"
+#: plugins/personal/generic/class_user.inc:427
+msgid "invalid"
+msgstr "invalide"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/groups/group_objects.tpl:38
-#: plugins/admin/users/headpage.tpl:48
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Afficher les utilisateurs correspondants"
+#: plugins/personal/generic/class_user.inc:431
+msgid "No certificate installed"
+msgstr "Pas de certificat installé"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr ""
-"Expression régulière concordant avec les noms des périphériques hotplug"
+#: plugins/personal/generic/class_user.inc:840
+msgid "Kerberos database communication failed"
+msgstr "La communication vers la base de données kerberos a échoué"
 
 
-#: plugins/personal/environment/class_environment.inc:246
-#: plugins/personal/environment/class_environment.inc:282
-msgid "Remove environment extension"
-msgstr "Enlever l'extension d'environnement"
+#: plugins/personal/generic/class_user.inc:857
+msgid "Can't remove user from kerberos database."
+msgstr "Impossible de supprimer l'utilisateur de la base de données kerberos."
 
 
-#: plugins/personal/environment/class_environment.inc:247
-#: plugins/personal/environment/class_environment.inc:283
-msgid "Environment extension enabled. You can disable it by clicking below."
-msgstr ""
-"Extension d'environnement activée. Vous pouvez la désactiver en cliquant sur "
-"le bouton ci-dessous."
+#: plugins/personal/generic/class_user.inc:868
+msgid "Can't add user to kerberos database."
+msgstr "Impossible d'ajouter un utilisateur à la base de données kerberos."
 
 
-#: plugins/personal/environment/class_environment.inc:256
-#: plugins/personal/environment/class_environment.inc:261
-#: plugins/personal/environment/class_environment.inc:289
-#: plugins/personal/environment/class_environment.inc:294
-msgid "Add environment extension"
-msgstr "Ajouter une extension d'environnement"
+#: plugins/personal/generic/class_user.inc:898
+msgid "Invalid characters in uid."
+msgstr "L'uid contient des caractères invalides."
 
 
-#: plugins/personal/environment/class_environment.inc:257
-#: plugins/personal/environment/class_environment.inc:290
-msgid "Environment extension disabled. You can enable it by clicking below."
+#: plugins/personal/generic/class_user.inc:912
+msgid "You have no permissions to create a user on this 'Base'."
 msgstr ""
 msgstr ""
-"Extension d'environnement désactivé. Vous pouvez l'activer en cliquant sur "
-"le bouton ci-dessous."
+"Vous n'avez pas l'autorisation pour créer un utilisateur sur cette 'Base'."
 
 
-#: plugins/personal/environment/class_environment.inc:262
-#: plugins/personal/environment/class_environment.inc:295
-msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
+#: plugins/personal/generic/class_user.inc:917
+msgid "You have no permissions to move a user from the original 'Base'."
 msgstr ""
 msgstr ""
-"Extension d'environnement désactivée. Vous devez d'abord créer un compte "
-"posix avant de pouvoir activer cette extension."
+"Vous n'avez pas l'autorisation pour déplacer un utilisateur sur depuis cette "
+"'Base'."
 
 
-#: plugins/personal/environment/class_environment.inc:486
-#: plugins/personal/environment/class_environment.inc:488
-#: plugins/admin/systems/class_terminalStartup.inc:134
-#: plugins/admin/systems/class_workstationStartup.inc:345
-msgid "You must specify a valid mount point."
-msgstr "Veuillez indiquer un point de montage valide."
+#: plugins/personal/generic/class_user.inc:923
+#: plugins/addons/addressbook/class_addressbook.inc:547
+#: plugins/admin/users/class_userManagement.inc:547
+msgid "The required field 'Name' is not set."
+msgstr "Le champ obligatoire 'Nom' n'est pas rempli."
 
 
-#: plugins/personal/environment/class_environment.inc:717
-msgid "Please set a valid profile quota size."
-msgstr "Veuillez indiquer un quota valide pour le profil."
+#: plugins/personal/generic/class_user.inc:932
+msgid "There's already a person with this 'Login' in the database."
+msgstr "Une personne ayant ce 'Identifiant' existe déjà dans l'annuaire."
 
 
-#: plugins/personal/environment/class_environment.inc:724
+#: plugins/personal/generic/class_user.inc:938
+#: plugins/addons/addressbook/class_addressbook.inc:551
+#: plugins/admin/users/class_userManagement.inc:550
+msgid "The required field 'Given name' is not set."
+msgstr "Le champ obligatoire 'Nom Complet' n'est pas rempli."
+
+#: plugins/personal/generic/class_user.inc:941
+msgid "The required field 'Login' is not set."
+msgstr "Le champ obligatoire 'Identifiant' n'est pas renseigné."
+
+#: plugins/personal/generic/class_user.inc:948
 msgid ""
 msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
-msgstr ""
-"Vous devez configurer correctement l'extension posix pour activer "
-"l'extension d'environnement."
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
+msgstr "Une personne ayant ce 'Nom'/'Nom Complet' existe déjà dans l'annuaire."
 
 
-#: plugins/personal/environment/class_environment.inc:746
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+#: plugins/personal/generic/class_user.inc:955
+msgid ""
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
-"Impossible de sauver de nouveaux profiles kiosk, je n'ai pas les droits sur "
-"le répertoire"
+"Le champ 'Identifiant' contient des caractères invalides. Les minuscules, "
+"chiffres et tirets sont autorisés."
 
 
-#: plugins/personal/environment/class_environment.inc:839
-msgid "Error while writing printer"
-msgstr "Une erreur s'est produite lors de la sauvegarde de l'imprimante"
+#: plugins/personal/generic/class_user.inc:958
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "Le champ 'Page d'accueil' contient une URL invalide."
 
 
-#: plugins/personal/environment/class_environment.inc:909
-msgid "Error while writing printer settings"
+#: plugins/personal/generic/class_user.inc:961
+#: plugins/personal/generic/class_user.inc:989
+#: plugins/addons/addressbook/class_addressbook.inc:557
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/admin/departments/class_departmentGeneric.inc:176
+msgid "The field 'Name' contains invalid characters."
+msgstr "Le champ 'Nom' contient des caractères invalides."
+
+#: plugins/personal/generic/class_user.inc:964
+#: plugins/personal/generic/class_user.inc:986
+#: plugins/addons/addressbook/class_addressbook.inc:560
+#: plugins/addons/addressbook/class_addressbook.inc:582
+msgid "The field 'Given name' contains invalid characters."
+msgstr "Le champ 'Nom complet' contient des caractères invalides."
+
+#: plugins/personal/generic/class_user.inc:969
+#: plugins/personal/generic/class_user.inc:972
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/admin/departments/class_departmentGeneric.inc:179
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "Le champ 'Téléphone' contient un numéro invalide."
+
+#: plugins/personal/generic/class_user.inc:975
+#: plugins/addons/addressbook/class_addressbook.inc:571
+#: plugins/admin/departments/class_departmentGeneric.inc:182
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "Le champ 'Fax' contient un numéro invalide."
+
+#: plugins/personal/generic/class_user.inc:978
+#: plugins/addons/addressbook/class_addressbook.inc:574
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr "Le champ 'GSM' contient un numéro invalide."
+
+#: plugins/personal/generic/class_user.inc:981
+#: plugins/addons/addressbook/class_addressbook.inc:577
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr "Le champ 'Bip' contient un numéro invalide."
+
+#: plugins/personal/generic/class_user.inc:1108
+msgid "Could not open specified certificate!"
+msgstr "Impossible d'ouvrir le certificat demandé!"
+
+#: plugins/personal/generic/password.tpl:2
+msgid ""
+"You have changed the method your password is stored in the ldap database. "
+"For that reason you've to enter your password at this point again. GOsa will "
+"then encode it with the selected method."
 msgstr ""
 msgstr ""
-"Une erreur s'est produite lors de la sauvegarde des paramètres de "
-"l'imprimante"
+"Vous avez sélectionnez une autre méthode de stockage des mots de passe. Pour "
+"cette raison vous devez ressaisir votre mot de passe afin que GOsa puisse le "
+"réencoder et l'enregistrer dans l'annuaire LDAP."
 
 
-#: plugins/personal/environment/class_environment.inc:1031
-msgid "Admin"
-msgstr "Administrateur"
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Informations personnelles"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Ajouter une d'imprimante"
+#: plugins/personal/generic/generic.tpl:15
+#: plugins/personal/generic/generic_picture.tpl:6
+msgid "Personal picture"
+msgstr "Image personnelle"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:5
-#: plugins/personal/environment/selectPrinterDialog.tpl:10
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
-msgstr "Sélectionnez une imprimante à ajouter"
+#: plugins/personal/generic/generic.tpl:17
+msgid "Change picture"
+msgstr "Changer la photo"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-msgid "Display printers matching"
-msgstr "Afficher les imprimantes correspondants"
+#: plugins/personal/generic/generic.tpl:25
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:23
+msgid "Last name"
+msgstr "Nom de famille"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-msgid "Regular expression for matching printer names"
-msgstr "Expression régulière concordant avec les noms des imprimantes"
+#: plugins/personal/generic/generic.tpl:30
+msgid "Template name"
+msgstr "Nom du modèle"
 
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "L'extension d'environnement est actuellement désactivée."
+#: plugins/personal/generic/generic.tpl:37
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:19
+msgid "First name"
+msgstr "Prénom"
 
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:100
-#: plugins/personal/environment/environment.tpl:146
-msgid "Environment managment settings"
-msgstr "Paramètres des préférences d'environnement"
+#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
+msgid "Login"
+msgstr "Identifiant"
 
 
-#: plugins/personal/environment/environment.tpl:11
-msgid "Profile managment"
-msgstr "Gestion du profile"
+#: plugins/personal/generic/generic.tpl:49
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+msgid "Personal title"
+msgstr "Titre Personnel"
 
 
-#: plugins/personal/environment/environment.tpl:18
-msgid "Use profile managment"
-msgstr "Utiliser la gestion des profiles"
+#: plugins/personal/generic/generic.tpl:57
+msgid "Academic title"
+msgstr "Titre Universitaire"
 
 
-#: plugins/personal/environment/environment.tpl:25
-msgid "Profile server managment"
-msgstr "Gestion des profiles serveurs"
+#: plugins/personal/generic/generic.tpl:65
+msgid "Date of birth"
+msgstr "Date de naissance"
 
 
-#: plugins/personal/environment/environment.tpl:28
-msgid "Profil path"
-msgstr "Chemin du Profil"
+#: plugins/personal/generic/generic.tpl:82
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+msgid "Set"
+msgstr "Activer"
 
 
-#: plugins/personal/environment/environment.tpl:42
-msgid "Cache profile localy"
-msgstr "Cacher le profile en local"
+#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
+#: html/getxls.php:224
+msgid "Sex"
+msgstr "Sexe"
 
 
-#: plugins/personal/environment/environment.tpl:51
-msgid "Kiosk profile settings"
-msgstr "Paramètres du profil Kiosk"
+#: plugins/personal/generic/generic.tpl:98
+msgid "Preferred langage"
+msgstr "Langue préferée"
 
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Kiosk profile"
-msgstr "Profil Kiosk"
+#: plugins/personal/generic/generic.tpl:109
+#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/systems/server.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/terminal.tpl:18 plugins/admin/systems/printer.tpl:20
+#: plugins/admin/systems/workstation.tpl:27
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/component.tpl:13 plugins/admin/ogroups/generic.tpl:22
+#: plugins/gofon/macro/generic.tpl:20 plugins/gofon/conference/generic.tpl:33
+msgid "Base"
+msgstr "Base"
 
 
-#: plugins/personal/environment/environment.tpl:60
-msgid "Manage"
-msgstr "Gérer"
+#: plugins/personal/generic/generic.tpl:113
+msgid "Choose subtree to place user in"
+msgstr "Sélectionnez la branche où sera enregistrée l'utilisateur"
 
 
-#: plugins/personal/environment/environment.tpl:65
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Quota"
+#: plugins/personal/generic/generic.tpl:128
+#: plugins/personal/generic/generic.tpl:272
+#: plugins/addons/addressbook/address_edit.tpl:72
+#: plugins/addons/addressbook/address_edit.tpl:182
+#: plugins/addons/addressbook/address_info.tpl:33
+#: plugins/addons/addressbook/address_info.tpl:82
+#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
+msgid "Address"
+msgstr "Adresse"
 
 
-#: plugins/personal/environment/environment.tpl:79
-msgid "Resolution changeable on runtime"
-msgstr "La résolution peut être changée lors de l'execution"
+#: plugins/personal/generic/generic.tpl:132
+msgid "Private phone"
+msgstr "Numéro de téléphone privé"
 
 
-#: plugins/personal/environment/environment.tpl:84
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr "Résolution"
+#: plugins/personal/generic/generic.tpl:136
+msgid "Homepage"
+msgstr "Page d'accueil"
 
 
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/admin/systems/workstationStartup.tpl:75
-#: plugins/admin/systems/terminalStartup.tpl:66
-msgid "Shares"
-msgstr "Partages"
+#: plugins/personal/generic/generic.tpl:145
+msgid "Password storage"
+msgstr "Format de stockage des mots de passe"
 
 
-#: plugins/personal/environment/environment.tpl:116
-#: plugins/admin/systems/workstationStartup.tpl:88
-#: plugins/admin/systems/terminalStartup.tpl:79
-msgid "Mountpoint"
-msgstr "Point de montage"
+#: plugins/personal/generic/generic.tpl:155
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "Certificats"
+
+#: plugins/personal/generic/generic.tpl:157
+msgid "Edit certificates"
+msgstr "Modification des certificats"
+
+#: plugins/personal/generic/generic.tpl:161
+msgid "Kerberos"
+msgstr "Kerberos"
+
+#: plugins/personal/generic/generic.tpl:162
+msgid "Edit properties"
+msgstr "Modifier les propriétés"
+
+#: plugins/personal/generic/generic.tpl:178
+msgid "Organizational information"
+msgstr "Informations sur l'entreprise"
+
+#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
+msgid "Organization"
+msgstr "Entreprise"
+
+#: plugins/personal/generic/generic.tpl:194
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/groups/class_groupManagement.inc:385
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/admin/applications/class_applicationManagement.inc:357
+#: plugins/admin/systems/class_systemManagement.inc:589
+#: plugins/admin/ogroups/class_ogroupManagement.inc:416
+#: plugins/admin/ogroups/class_ogroupManagement.inc:484
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: plugins/generic/references/class_reference.inc:38
+msgid "Department"
+msgstr "Département"
+
+#: plugins/personal/generic/generic.tpl:198
+msgid "Department No."
+msgstr "No. du département."
+
+#: plugins/personal/generic/generic.tpl:204
+msgid "Employee No."
+msgstr "No. de l'employé."
+
+#: plugins/personal/generic/generic.tpl:210
+msgid "Employee type"
+msgstr "Type de l'employé"
+
+#: plugins/personal/generic/generic.tpl:226
+#: plugins/personal/generic/generic.tpl:365
+msgid "Room No."
+msgstr "No. de bureau."
+
+#: plugins/personal/generic/generic.tpl:238
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40 html/getxls.php:236
+msgid "Mobile"
+msgstr "GSM"
+
+#: plugins/personal/generic/generic.tpl:242
+#: plugins/personal/nagios/nagios.tpl:48
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Pager"
+msgstr "Bip"
+
+#: plugins/personal/generic/generic.tpl:264
+#: plugins/admin/departments/generic.tpl:42
+#: plugins/admin/departments/generic.tpl:50
+#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
+msgid "Location"
+msgstr "Lieu"
+
+#: plugins/personal/generic/generic.tpl:268
+#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
+#: html/getxls.php:236
+msgid "State"
+msgstr "Département"
+
+#: plugins/personal/generic/generic.tpl:286
+msgid "Vocation"
+msgstr "Travail"
+
+#: plugins/personal/generic/generic.tpl:290
+msgid "Unit description"
+msgstr "Description de l'unité"
+
+#: plugins/personal/generic/generic.tpl:298
+msgid "Subject area"
+msgstr "Zone de sujet"
+
+#: plugins/personal/generic/generic.tpl:306
+msgid "Functional title"
+msgstr "Fonction"
+
+#: plugins/personal/generic/generic.tpl:313
+msgid "Role"
+msgstr "Rôle"
+
+#: plugins/personal/generic/generic.tpl:325
+msgid "Person locality"
+msgstr "Lieu de résidence"
+
+#: plugins/personal/generic/generic.tpl:333
+msgid "Unit"
+msgstr "Unité"
+
+#: plugins/personal/generic/generic.tpl:340
+msgid "Street"
+msgstr "Rue"
+
+#: plugins/personal/generic/generic.tpl:346
+#: plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
+msgid "Postal code"
+msgstr "Code postal"
+
+#: plugins/personal/generic/generic.tpl:352
+msgid "House identifier"
+msgstr "Identifiant du batiment"
+
+#: plugins/personal/generic/generic.tpl:374
+msgid "Please use the phone tab"
+msgstr "Veuillez utiliser l'onglet téléphone"
+
+#: plugins/personal/generic/generic.tpl:387
+msgid "Last delivery"
+msgstr "Dernière distribution"
+
+#: plugins/personal/generic/generic.tpl:394
+msgid "Public visible"
+msgstr "Visible par tous"
+
+#: plugins/personal/generic/generic_picture.tpl:23
+msgid "Remove picture"
+msgstr "Suppression de l'image personnelle"
+
+#: plugins/personal/generic/generic_picture.tpl:29
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/systems/servnfs.tpl:75
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+msgid "Save"
+msgstr "Enregistrer"
+
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Certificat standard"
 
 
-#: plugins/personal/environment/environment.tpl:118
-#: plugins/personal/environment/kioskManagement.tpl:14
 #: plugins/personal/generic/generic_certs.tpl:17
 #: plugins/personal/generic/generic_certs.tpl:37
 #: plugins/personal/generic/generic_certs.tpl:57
 #: plugins/personal/connectivity/class_kolabAccount.inc:206
 #: plugins/personal/generic/generic_certs.tpl:17
 #: plugins/personal/generic/generic_certs.tpl:37
 #: plugins/personal/generic/generic_certs.tpl:57
 #: plugins/personal/connectivity/class_kolabAccount.inc:206
-#: plugins/admin/fai/faiPackage.tpl:75
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
+#: plugins/personal/environment/environment.tpl:118
+#: plugins/personal/environment/kioskManagement.tpl:14
 #: plugins/admin/groups/class_groupMail.inc:417
 #: plugins/admin/applications/class_applicationParameters.inc:98
 #: plugins/admin/groups/class_groupMail.inc:417
 #: plugins/admin/applications/class_applicationParameters.inc:98
-#: plugins/admin/systems/workstationStartup.tpl:90
 #: plugins/admin/systems/printer.tpl:47
 #: plugins/admin/systems/printer.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:90
 #: plugins/admin/systems/terminalStartup.tpl:81
 #: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/fai/faiPackage.tpl:75
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
 #: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
 msgid "Remove"
 msgstr "Supprimer"
 
 #: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
 msgid "Remove"
 msgstr "Supprimer"
 
-#: plugins/personal/environment/environment.tpl:124
-msgid "Logon scripts"
-msgstr "Scripts de démarrage"
-
-#: plugins/personal/environment/environment.tpl:125
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-msgid "Logon script management"
-msgstr "Administration des scripts de démarrage"
-
-#: plugins/personal/environment/environment.tpl:149
-msgid "Hotplug devices"
-msgstr "Périphériques Hotplug"
-
-#: plugins/personal/environment/environment.tpl:150
-msgid "Hotplug device settings"
-msgstr "Paramètre des périphériques Hotplug"
-
-#: plugins/personal/environment/environment.tpl:160
-#: plugins/admin/groups/class_groupManagement.inc:354
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-msgid "New"
-msgstr "Nouveau"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "Certificat S/MIME"
 
 
-#: plugins/personal/environment/environment.tpl:161
-msgid "Existing"
-msgstr "Existant"
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "Certificat PKCS12"
 
 
-#: plugins/personal/environment/environment.tpl:169
-msgid "Printer settings"
-msgstr "Paramètres de l'imprimante"
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Numéro de série du certificat"
 
 
-#: plugins/personal/environment/environment.tpl:179
-msgid "Admin Toggle"
-msgstr "Mode Administrateur"
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
+msgstr "Vous n'êtes pas autorisé à modifier votre mot de passe!"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:96
-msgid "Specified name is invalid."
-msgstr "Le nom spécifié est invalide."
+#: plugins/personal/generic/main.inc:189
+msgid "Generic user information"
+msgstr "Information générales sur l'utilisateur"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified description contains invalid characters."
-msgstr "La description contient des caractères invalides."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+#: plugins/generic/references/class_reference.inc:34
+msgid "FTP"
+msgstr "FTP"
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Paramètres des scripts de démarrage"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
+msgid "Value specified as 'Upload bandwidth' is not valid."
+msgstr ""
+"La valeur spécifiée dans le champ 'Bande passante en montée' n'est pas "
+"valide."
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Nom du script"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr ""
+"La valeur spécifiée dans le champ 'Bande passante en descente' n'est pas "
+"valide."
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:41
-#: plugins/admin/fai/faiPartitionTable.tpl:19
-#: plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
-#: plugins/admin/fai/faiProfile.tpl:19
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
-#: plugins/admin/fai/faiScript.tpl:19
-#: plugins/admin/fai/faiVariableEntry.tpl:17
-#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/server.tpl:24
-#: plugins/admin/systems/phone.tpl:24 plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/wingeneric.tpl:24
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:36
-#: plugins/gofon/conference/generic.tpl:51
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Description"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
+msgid "Value specified as 'Files' is not valid."
+msgstr "La valeur spécifiée dans le champ 'Fichier' n'est pas valide."
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-msgid "Priority"
-msgstr "Priorité"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
+msgid "Value specified as 'Size' is not valid."
+msgstr "La valeur spécifiée dans le champ 'Taille' est invalide."
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Paramètres des scripts de démarrage"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "La valeur spécifiée dans le champ 'Ratio' n'est pas valide."
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Dernier script"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "PHPGroupware"
 
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Le script peut être remplacé par l'utilisateur"
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr "Compte Proxy"
 
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Script de démarrage"
+#: plugins/personal/connectivity/proxy.tpl:18
+msgid "Filter unwanted content (i.e. pornographic or violence related)"
+msgstr "Filtrer le contenu non désiré (i.e. pornographique ou violent)"
 
 
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/personal/environment/kioskManagement.tpl:24
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:67
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:69
-#: plugins/admin/fai/faiTemplateEntry.tpl:132
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:8
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-msgid "Apply"
-msgstr "Appliquer"
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Accès au proxy autorisé durant la plage horaire suivante"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:61
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
-msgstr "Impossible d'effacer '%s'. L'erreur est: permission interdite."
+#: plugins/personal/connectivity/proxy.tpl:54
+msgid "Restrict proxy usage by quota"
+msgstr "Restreindre la quantité de données téléchargeables"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:64
-#, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
-msgstr "Impossible d'effacer '%s'. L'erreur est: le fichier n'existe pas."
+#: plugins/personal/connectivity/proxy.tpl:65
+msgid "per"
+msgstr "par"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:88
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr "Kolab"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:105
 msgid ""
 msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+"You're trying to add an invalid email address to the list of delegations."
 msgstr ""
 msgstr ""
-"La variable KIOSPATH n'est pas définie dans votre gosa.conf. Impossible de "
-"gérer des profiles kiosk!"
+"Vous essayez d'ajouter une adresse de messagerie invalide à la liste des "
+"délégations."
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+#: plugins/personal/connectivity/class_kolabAccount.inc:113
+msgid ""
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
 msgstr ""
 msgstr ""
-"Le chemin vers le répertoire kiosk '%s' n'est pas accessible. Veuillez "
-"vérifier les permissions."
-
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-msgid "Create new hotplug entry"
-msgstr "Création une nouvelle entrée hotplug"
+"L'adresse de messagerie que vous essayez de rajouter n'est pas l'adresse "
+"primaire d'un utilisateur existant."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-msgid "Create new hotplug device"
-msgstr "Créer un nouveau périphérique hotplug"
+#: plugins/personal/connectivity/class_kolabAccount.inc:140
+msgid "Always accept"
+msgstr "Toujours accepter"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
-msgstr "Nom du périphérique"
+#: plugins/personal/connectivity/class_kolabAccount.inc:141
+msgid "Always reject"
+msgstr "Toujours rejeter"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-msgid "Device ID"
-msgstr "Identification du périphérique"
+#: plugins/personal/connectivity/class_kolabAccount.inc:142
+msgid "Reject if conflicts"
+msgstr "Reconnexion si il y a conflit"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:38
-msgid "save"
-msgstr "Sauvegarder"
+#: plugins/personal/connectivity/class_kolabAccount.inc:143
+msgid "Manual if conflicts"
+msgstr "Manuel si il y a conflit"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-msgid "Kiosk profile management"
-msgstr "Gérer les profil Kiosk"
+#: plugins/personal/connectivity/class_kolabAccount.inc:144
+msgid "Manual"
+msgstr "Manuel"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:12
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Parcourir"
+#: plugins/personal/connectivity/class_kolabAccount.inc:180
+msgid "Anonymous"
+msgstr "Anonyme"
 
 
-#: plugins/personal/environment/main.inc:124
-msgid "User environment settings"
-msgstr "Utiliser les préférences d'environnement"
+#: plugins/personal/connectivity/class_kolabAccount.inc:232
+msgid "The value specified as Free Busy future needs to be an integer."
+msgstr ""
+"La valeur spécifiée comme information de disponibilité future doit être un "
+"entier."
 
 
-#: plugins/personal/generic/password.tpl:2
-msgid ""
-"You have changed the method your password is stored in the ldap database. "
-"For that reason you've to enter your password at this point again. GOsa will "
-"then encode it with the selected method."
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+msgid "The value specified as Free Busy Information URL is invalid."
 msgstr ""
 msgstr ""
-"Vous avez sélectionnez une autre méthode de stockage des mots de passe. Pour "
-"cette raison vous devez ressaisir votre mot de passe afin que GOsa puisse le "
-"réencoder et l'enregistrer dans l'annuaire LDAP."
+"La valeur spécifiée comme URL d'information de disponibilité est invalide."
 
 
-#: plugins/personal/generic/generic_picture.tpl:6
-#: plugins/personal/generic/generic.tpl:15
-msgid "Personal picture"
-msgstr "Image personnelle"
+#: plugins/personal/connectivity/class_kolabAccount.inc:251
+#, php-format
+msgid "The invitation policy entry for address '%s' is not valid."
+msgstr "La politique d'invitation pour l'adresse '%s' n'est pas valide."
 
 
-#: plugins/personal/generic/generic_picture.tpl:23
-msgid "Remove picture"
-msgstr "Suppression de l'image personnelle"
+#: plugins/personal/connectivity/class_kolabAccount.inc:259
+#, php-format
+msgid "There's no mail user with address '%s' for your invitation policy!"
+msgstr ""
+"Il n'y a pas d'utilisateur avec l'adresse de messagerie '%s' pour votre "
+"politique d'invitation!"
 
 
-#: plugins/personal/generic/generic_picture.tpl:29
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/systems/servnfs.tpl:75
-msgid "Save"
-msgstr "Enregistrer"
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Informations personnelles"
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "Compte PHPGroupware"
 
 
-#: plugins/personal/generic/generic.tpl:17
-msgid "Change picture"
-msgstr "Changer la photo"
+#: plugins/personal/connectivity/kolab.tpl:1
+msgid "Kolab account"
+msgstr "Compte Kolab"
 
 
-#: plugins/personal/generic/generic.tpl:25
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:23
-msgid "Last name"
-msgstr "Nom de famille"
+#: plugins/personal/connectivity/kolab.tpl:4
+msgid ""
+"The kolab account is currently disabled. It's features can be adjusted if "
+"you add a mail account."
+msgstr ""
+"L'extension Kolab est désactivée. Ces paramètres peuvent être ajustés si "
+"vous ajoutez un compte mail."
 
 
-#: plugins/personal/generic/generic.tpl:30
-msgid "Template name"
-msgstr "Nom du modèle"
+#: plugins/personal/connectivity/kolab.tpl:10
+msgid "Delegations"
+msgstr "Delegation"
 
 
-#: plugins/personal/generic/generic.tpl:37
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:19
-msgid "First name"
-msgstr "Prénom"
+#: plugins/personal/connectivity/kolab.tpl:23
+msgid "Mail size"
+msgstr "Taille des quota email"
 
 
-#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
-msgid "Login"
-msgstr "Identifiant"
+#: plugins/personal/connectivity/kolab.tpl:24
+msgid "No mail size restriction for this account"
+msgstr "Pas de taille limite pour l'envoi de mail"
 
 
-#: plugins/personal/generic/generic.tpl:49
-#: plugins/addons/addressbook/address_info.tpl:22
-#: plugins/addons/addressbook/address_edit.tpl:54
-msgid "Personal title"
-msgstr "Titre Personnel"
+#: plugins/personal/connectivity/kolab.tpl:32
+msgid "Free Busy information"
+msgstr "Information de disponibilité"
 
 
-#: plugins/personal/generic/generic.tpl:57
-msgid "Academic title"
-msgstr "Titre Universitaire"
+#: plugins/personal/connectivity/kolab.tpl:35
+msgid "URL"
+msgstr "URL"
 
 
-#: plugins/personal/generic/generic.tpl:65
-msgid "Date of birth"
-msgstr "Date de naissance"
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "Future"
+msgstr "Futur"
 
 
-#: plugins/personal/generic/generic.tpl:82
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "Activer"
+#: plugins/personal/connectivity/kolab.tpl:40
+#: plugins/personal/connectivity/oxchange.tpl:18
+#: plugins/personal/connectivity/oxchange.tpl:22
+msgid "days"
+msgstr "jours"
+
+#: plugins/personal/connectivity/kolab.tpl:45
+msgid "Invitation policy"
+msgstr "Politique d'invitation"
 
 
-#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Sexe"
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "Compte WebDAV"
 
 
-#: plugins/personal/generic/generic.tpl:98
-msgid "Preferred langage"
-msgstr "Langue préferée"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr "Open-Xchange"
 
 
-#: plugins/personal/generic/generic.tpl:109
-#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/server.tpl:13
-#: plugins/admin/systems/phone.tpl:13 plugins/admin/systems/terminal.tpl:18
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/workstation.tpl:27
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:22 plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/conference/generic.tpl:33
-msgid "Base"
-msgstr "Base"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#, php-format
+msgid ""
+"This account has %s features disabled. Posix features are needed for "
+"openXchange accounts, enable them first."
+msgstr ""
+"Ce compte à les extensions %s désactivées. La création d'un compte "
+"OpenXchange nécessite, au préalable, que l'utilisateur possède un compte "
+"Posix."
 
 
-#: plugins/personal/generic/generic.tpl:113
-msgid "Choose subtree to place user in"
-msgstr "Sélectionnez la branche où sera enregistrée l'utilisateur"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+msgid "OpenXchange"
+msgstr "OpenXchange"
 
 
-#: plugins/personal/generic/generic.tpl:128
-#: plugins/personal/generic/generic.tpl:272
-#: plugins/addons/addressbook/address_info.tpl:33
-#: plugins/addons/addressbook/address_info.tpl:82
-#: plugins/addons/addressbook/address_edit.tpl:72
-#: plugins/addons/addressbook/address_edit.tpl:182
-#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
-msgid "Address"
-msgstr "Adresse"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+#, php-format
+msgid ""
+"This account has %s features disabled. Mail features are needed for "
+"openXchange accounts, enable them first."
+msgstr ""
+"Ce compte à les extensions %s désactivées. La création d'un compte "
+"OpenXchange nécessite, au préalable, que l'utilisateur possède un compte de "
+"messagerie."
 
 
-#: plugins/personal/generic/generic.tpl:132
-msgid "Private phone"
-msgstr "Numéro de téléphone privé"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
+msgid "Couldn't connect to postgresql database!"
+msgstr "Impossible de se connecter a la base de données Postgresql!"
 
 
-#: plugins/personal/generic/generic.tpl:136
-msgid "Homepage"
-msgstr "Page d'accueil"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
+msgstr ""
+"Les paramètres nécessaires à l'extension openexchange ne sont pas "
+"disponibles!"
 
 
-#: plugins/personal/generic/generic.tpl:145
-msgid "Password storage"
-msgstr "Format de stockage des mots de passe"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "Le module PHP4 pour postgresql est manquant!"
 
 
-#: plugins/personal/generic/generic.tpl:155
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Certificats"
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "Compte FTP"
 
 
-#: plugins/personal/generic/generic.tpl:157
-msgid "Edit certificates"
-msgstr "Modification des certificats"
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Bande passante"
 
 
-#: plugins/personal/generic/generic.tpl:161
-msgid "Kerberos"
-msgstr "Kerberos"
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Bande passante montante"
 
 
-#: plugins/personal/generic/generic.tpl:162
-msgid "Edit properties"
-msgstr "Modifier les propriétés"
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "kb/sec"
 
 
-#: plugins/personal/generic/generic.tpl:178
-msgid "Organizational information"
-msgstr "Informations sur l'entreprise"
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Bande passante descendante"
 
 
-#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
-msgid "Organization"
-msgstr "Entreprise"
+#: plugins/personal/connectivity/pureftpd.tpl:35
+#: plugins/personal/environment/environment.tpl:65
+msgid "Quota"
+msgstr "Quota"
 
 
-#: plugins/personal/generic/generic.tpl:194
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/admin/groups/class_groupManagement.inc:385
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/admin/applications/class_applicationManagement.inc:357
-#: plugins/admin/systems/class_systemManagement.inc:589
-#: plugins/admin/ogroups/class_ogroupManagement.inc:416
-#: plugins/admin/ogroups/class_ogroupManagement.inc:484
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
-msgstr "Département"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "Fichier"
 
 
-#: plugins/personal/generic/generic.tpl:198
-msgid "Department No."
-msgstr "No. du département."
+#: plugins/personal/connectivity/pureftpd.tpl:43
+#: plugins/addons/mailqueue/contents.tpl:56
+msgid "Size"
+msgstr "Taille"
 
 
-#: plugins/personal/generic/generic.tpl:204
-msgid "Employee No."
-msgstr "No. de l'employé."
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
+msgstr "Ratio"
 
 
-#: plugins/personal/generic/generic.tpl:210
-msgid "Employee type"
-msgstr "Type de l'employé"
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
+msgstr "Données envoyées / reçues"
 
 
-#: plugins/personal/generic/generic.tpl:226
-#: plugins/personal/generic/generic.tpl:365
-msgid "Room No."
-msgstr "No. de bureau."
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
+msgstr "Cliquez ici pour désactivez l'accès FTP"
 
 
-#: plugins/personal/generic/generic.tpl:238
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:40
-#: plugins/addons/addressbook/address_edit.tpl:95 html/getxls.php:236
-msgid "Mobile"
-msgstr "GSM"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
+msgstr "Désactiver temporairement l'accès FTP"
 
 
-#: plugins/personal/generic/generic.tpl:264
-#: plugins/admin/departments/generic.tpl:42
-#: plugins/admin/departments/generic.tpl:50
-#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
-msgid "Location"
-msgstr "Lieu"
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
+msgstr "Compte Open-Xchange"
 
 
-#: plugins/personal/generic/generic.tpl:268
-#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Département"
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "disabled, no Postgresql support detected"
+msgstr "Désactivé, le support pour Postgresql est manquant"
 
 
-#: plugins/personal/generic/generic.tpl:286
-msgid "Vocation"
-msgstr "Travail"
+#: plugins/personal/connectivity/oxchange.tpl:4
+msgid "Open-Xchange account"
+msgstr "Compte Open Xchange"
 
 
-#: plugins/personal/generic/generic.tpl:290
-msgid "Unit description"
-msgstr "Description de l'unité"
+#: plugins/personal/connectivity/oxchange.tpl:13
+msgid "Remember"
+msgstr "Se souvenir"
 
 
-#: plugins/personal/generic/generic.tpl:298
-msgid "Subject area"
-msgstr "Zone de sujet"
+#: plugins/personal/connectivity/oxchange.tpl:17
+msgid "Appointment Days"
+msgstr "Rendez vous"
 
 
-#: plugins/personal/generic/generic.tpl:306
-msgid "Functional title"
-msgstr "Fonction"
+#: plugins/personal/connectivity/oxchange.tpl:21
+msgid "Task Days"
+msgstr "Tâches"
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Role"
-msgstr "Rôle"
+#: plugins/personal/connectivity/oxchange.tpl:33
+msgid "User Information"
+msgstr "Information Utilisateur"
 
 
-#: plugins/personal/generic/generic.tpl:325
-msgid "Person locality"
-msgstr "Lieu de résidence"
+#: plugins/personal/connectivity/oxchange.tpl:37
+msgid "User Timezone"
+msgstr "Zone Horaire de l'utilisateur"
 
 
-#: plugins/personal/generic/generic.tpl:333
-msgid "Unit"
-msgstr "Unité"
+#: plugins/personal/connectivity/class_connectivity.inc:63
+msgid "This account has no connectivity extensions."
+msgstr "Ce compte n'as pas d'extension de connectivité."
 
 
-#: plugins/personal/generic/generic.tpl:340
-msgid "Street"
-msgstr "Rue"
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+#: plugins/generic/references/class_reference.inc:32
+msgid "Proxy"
+msgstr "Proxy"
 
 
-#: plugins/personal/generic/generic.tpl:346
-#: plugins/addons/addressbook/address_info.tpl:70
-#: plugins/addons/addressbook/address_edit.tpl:158 html/getxls.php:174
-msgid "Postal code"
-msgstr "Code postal"
+#: plugins/personal/connectivity/class_proxyAccount.inc:79
+msgid "KB"
+msgstr "KB"
 
 
-#: plugins/personal/generic/generic.tpl:352
-msgid "House identifier"
-msgstr "Identifiant du batiment"
+#: plugins/personal/connectivity/class_proxyAccount.inc:79
+msgid "GB"
+msgstr "GB"
 
 
-#: plugins/personal/generic/generic.tpl:374
-msgid "Please use the phone tab"
-msgstr "Veuillez utiliser l'onglet téléphone"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+#: plugins/addons/mailqueue/class_mailqueue.inc:299
+msgid "hour"
+msgstr "heure"
 
 
-#: plugins/personal/generic/generic.tpl:387
-msgid "Last delivery"
-msgstr "Dernière distribution"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "day"
+msgstr "jour"
 
 
-#: plugins/personal/generic/generic.tpl:394
-msgid "Public visible"
-msgstr "Visible par tous"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "week"
+msgstr "semaine"
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Certificat standard"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "month"
+msgstr "mois"
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "Certificat S/MIME"
+#: plugins/personal/connectivity/class_proxyAccount.inc:169
+msgid "Numerical value for Quota Setting is empty."
+msgstr "La valeur pour le quota est vide."
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "Certificat PKCS12"
+#: plugins/personal/connectivity/class_proxyAccount.inc:172
+msgid "Numerical value for Quota Setting is not valid."
+msgstr "La valeur dans le champ 'Paramètres du quota' n'est pas valide."
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Numéro de série du certificat"
+#: plugins/personal/connectivity/intranet.tpl:3
+msgid "Intranet account"
+msgstr "Créer un compte Intranet"
 
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "female"
-msgstr "féminin"
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
+msgstr "Intranet"
 
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "male"
-msgstr "masculin"
+#: plugins/personal/connectivity/opengw.tpl:1
+#, fuzzy
+msgid "Opengroupware"
+msgstr "Compte PHPGroupware"
 
 
-#: plugins/personal/generic/class_user.inc:265
-msgid "This account has no valid GOsa extensions."
-msgstr "Ce compte n'a pas d'extensions GOsa valides."
+#: plugins/personal/connectivity/opengw.tpl:8
+#, fuzzy
+msgid "Location team"
+msgstr "Nom de l'emplacement"
 
 
-#: plugins/personal/generic/class_user.inc:294
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
-msgstr "Ce fichier n'a pas été téléchargé via la méthode HTTP POST! Abandon."
+#: plugins/personal/connectivity/opengw.tpl:18
+#, fuzzy
+msgid "Template user"
+msgstr "Modèles"
 
 
-#: plugins/personal/generic/class_user.inc:390
-msgid "Please enter a valid serial number"
-msgstr "Veuillez entrer un numéro de série valide"
+#: plugins/personal/connectivity/opengw.tpl:28
+#: plugins/admin/systems/class_workstationGeneric.inc:71
+msgid "Locked"
+msgstr "Verrouillé"
 
 
-#: plugins/personal/generic/class_user.inc:427
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
-msgstr "Le certificat est valide de %s à %s et est actuellement %s."
+#: plugins/personal/connectivity/opengw.tpl:40
+#, fuzzy
+msgid "Teams"
+msgstr "Tâche"
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "valid"
-msgstr "valide"
+#: plugins/personal/connectivity/pptp.tpl:3
+msgid "PPTP account"
+msgstr "Compte PPTP"
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "invalid"
-msgstr "invalide"
+#: plugins/personal/connectivity/glpi.tpl:1
+msgid "GLPI account"
+msgstr "Compte GLPI"
 
 
-#: plugins/personal/generic/class_user.inc:431
-msgid "No certificate installed"
-msgstr "Pas de certificat installé"
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
+msgstr "Compte PPTP"
 
 
-#: plugins/personal/generic/class_user.inc:840
-msgid "Kerberos database communication failed"
-msgstr "La communication vers la base de données kerberos a échoué"
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
+msgid "PHPscheduleit account"
+msgstr "Compte PHPscheduleit"
 
 
-#: plugins/personal/generic/class_user.inc:857
-msgid "Can't remove user from kerberos database."
-msgstr "Impossible de supprimer l'utilisateur de la base de données kerberos."
+#: plugins/personal/connectivity/class_glpiAccount.inc:25
+msgid "GLPI"
+msgstr "Compte GLPI"
 
 
-#: plugins/personal/generic/class_user.inc:868
-msgid "Can't add user to kerberos database."
-msgstr "Impossible d'ajouter un utilisateur à la base de données kerberos."
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+#, fuzzy
+msgid "Opengroupware account"
+msgstr "Compte PHPGroupware"
 
 
-#: plugins/personal/generic/class_user.inc:898
-msgid "Invalid characters in uid."
-msgstr "L'uid contient des caractères invalides."
+#: plugins/personal/connectivity/class_opengwAccount.inc:123
+msgid ""
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:912
-msgid "You have no permissions to create a user on this 'Base'."
+#: plugins/personal/connectivity/class_opengwAccount.inc:128
+msgid ""
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
 msgstr ""
 msgstr ""
-"Vous n'avez pas l'autorisation pour créer un utilisateur sur cette 'Base'."
 
 
-#: plugins/personal/generic/class_user.inc:917
-msgid "You have no permissions to move a user from the original 'Base'."
+#: plugins/personal/connectivity/class_opengwAccount.inc:137
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
 msgstr ""
 msgstr ""
-"Vous n'avez pas l'autorisation pour déplacer un utilisateur sur depuis cette "
-"'Base'."
 
 
-#: plugins/personal/generic/class_user.inc:923
-#: plugins/addons/addressbook/class_addressbook.inc:547
-#: plugins/admin/users/class_userManagement.inc:547
-msgid "The required field 'Name' is not set."
-msgstr "Le champ obligatoire 'Nom' n'est pas rempli."
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+msgid "PHPscheduleit"
+msgstr "Compte PHPscheduleit"
 
 
-#: plugins/personal/generic/class_user.inc:932
-msgid "There's already a person with this 'Login' in the database."
-msgstr "Une personne ayant ce 'Identifiant' existe déjà dans l'annuaire."
+#: plugins/personal/environment/main.inc:124
+msgid "User environment settings"
+msgstr "Utiliser les préférences d'environnement"
 
 
-#: plugins/personal/generic/class_user.inc:938
-#: plugins/addons/addressbook/class_addressbook.inc:551
-#: plugins/admin/users/class_userManagement.inc:550
-msgid "The required field 'Given name' is not set."
-msgstr "Le champ obligatoire 'Nom Complet' n'est pas rempli."
+#: plugins/personal/environment/class_hotplugDialog.inc:111
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+msgstr ""
+"Veuillez indiquer un nom valide. Seul les chiffres de 0 à 9 et les lettres "
+"de a à Z sont permises."
 
 
-#: plugins/personal/generic/class_user.inc:941
-msgid "The required field 'Login' is not set."
-msgstr "Le champ obligatoire 'Identifiant' n'est pas renseigné."
+#: plugins/personal/environment/class_hotplugDialog.inc:114
+msgid "Invalid character in description. Please specify a valid description."
+msgstr ""
+"Caractères invalides dans la description. Veuillez indiquer une description "
+"valide."
 
 
-#: plugins/personal/generic/class_user.inc:948
-msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
-msgstr "Une personne ayant ce 'Nom'/'Nom Complet' existe déjà dans l'annuaire."
+#: plugins/personal/environment/class_hotplugDialog.inc:117
+msgid "Please specify a valid id."
+msgstr "Veuillez indiquer un id valide."
 
 
-#: plugins/personal/generic/class_user.inc:955
-msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
-"Le champ 'Identifiant' contient des caractères invalides. Les minuscules, "
-"chiffres et tirets sont autorisés."
+#: plugins/personal/environment/class_hotplugDialog.inc:123
+msgid "An Entry with this name already exists."
+msgstr "Une entrée avec ce nom existe déjà."
 
 
-#: plugins/personal/generic/class_user.inc:958
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr "Le champ 'Page d'accueil' contient une URL invalide."
+#: plugins/personal/environment/class_hotplugDialog.inc:128
+msgid "Please select an entry or press cancel."
+msgstr "Veuillez sélectionner une entrée ou cliquez sur annuler."
 
 
-#: plugins/personal/generic/class_user.inc:961
-#: plugins/personal/generic/class_user.inc:989
-#: plugins/addons/addressbook/class_addressbook.inc:557
-#: plugins/addons/addressbook/class_addressbook.inc:585
-#: plugins/admin/departments/class_departmentGeneric.inc:176
-msgid "The field 'Name' contains invalid characters."
-msgstr "Le champ 'Nom' contient des caractères invalides."
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "L'extension d'environnement est actuellement désactivée."
 
 
-#: plugins/personal/generic/class_user.inc:964
-#: plugins/personal/generic/class_user.inc:986
-#: plugins/addons/addressbook/class_addressbook.inc:560
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Given name' contains invalid characters."
-msgstr "Le champ 'Nom complet' contient des caractères invalides."
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:100
+#: plugins/personal/environment/environment.tpl:146
+msgid "Environment managment settings"
+msgstr "Paramètres des préférences d'environnement"
 
 
-#: plugins/personal/generic/class_user.inc:969
-#: plugins/personal/generic/class_user.inc:972
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/admin/departments/class_departmentGeneric.inc:179
-msgid "The field 'Phone' contains an invalid phone number."
-msgstr "Le champ 'Téléphone' contient un numéro invalide."
+#: plugins/personal/environment/environment.tpl:11
+msgid "Profile managment"
+msgstr "Gestion du profile"
 
 
-#: plugins/personal/generic/class_user.inc:975
-#: plugins/addons/addressbook/class_addressbook.inc:571
-#: plugins/admin/departments/class_departmentGeneric.inc:182
-msgid "The field 'Fax' contains an invalid phone number."
-msgstr "Le champ 'Fax' contient un numéro invalide."
+#: plugins/personal/environment/environment.tpl:18
+msgid "Use profile managment"
+msgstr "Utiliser la gestion des profiles"
 
 
-#: plugins/personal/generic/class_user.inc:978
-#: plugins/addons/addressbook/class_addressbook.inc:574
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "Le champ 'GSM' contient un numéro invalide."
+#: plugins/personal/environment/environment.tpl:25
+msgid "Profile server managment"
+msgstr "Gestion des profiles serveurs"
 
 
-#: plugins/personal/generic/class_user.inc:981
-#: plugins/addons/addressbook/class_addressbook.inc:577
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr "Le champ 'Bip' contient un numéro invalide."
+#: plugins/personal/environment/environment.tpl:28
+msgid "Profil path"
+msgstr "Chemin du Profil"
 
 
-#: plugins/personal/generic/class_user.inc:1108
-msgid "Could not open specified certificate!"
-msgstr "Impossible d'ouvrir le certificat demandé!"
+#: plugins/personal/environment/environment.tpl:42
+msgid "Cache profile localy"
+msgstr "Cacher le profile en local"
 
 
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
-msgstr "Vous n'êtes pas autorisé à modifier votre mot de passe!"
+#: plugins/personal/environment/environment.tpl:51
+msgid "Kiosk profile settings"
+msgstr "Paramètres du profil Kiosk"
 
 
-#: plugins/personal/generic/main.inc:189
-msgid "Generic user information"
-msgstr "Information générales sur l'utilisateur"
+#: plugins/personal/environment/environment.tpl:54
+msgid "Kiosk profile"
+msgstr "Profil Kiosk"
 
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Compte Proxy"
+#: plugins/personal/environment/environment.tpl:60
+msgid "Manage"
+msgstr "Gérer"
 
 
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
-msgstr "Filtrer le contenu non désiré (i.e. pornographique ou violent)"
+#: plugins/personal/environment/environment.tpl:79
+msgid "Resolution changeable on runtime"
+msgstr "La résolution peut être changée lors de l'execution"
+
+#: plugins/personal/environment/environment.tpl:84
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/admin/systems/terminalService.tpl:94
+msgid "Resolution"
+msgstr "Résolution"
 
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Accès au proxy autorisé durant la plage horaire suivante"
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/admin/systems/workstationStartup.tpl:75
+#: plugins/admin/systems/terminalStartup.tpl:66
+msgid "Shares"
+msgstr "Partages"
 
 
-#: plugins/personal/connectivity/proxy.tpl:54
-msgid "Restrict proxy usage by quota"
-msgstr "Restreindre la quantité de données téléchargeables"
+#: plugins/personal/environment/environment.tpl:116
+#: plugins/admin/systems/workstationStartup.tpl:88
+#: plugins/admin/systems/terminalStartup.tpl:79
+msgid "Mountpoint"
+msgstr "Point de montage"
 
 
-#: plugins/personal/connectivity/proxy.tpl:65
-msgid "per"
-msgstr "par"
+#: plugins/personal/environment/environment.tpl:124
+msgid "Logon scripts"
+msgstr "Scripts de démarrage"
 
 
-#: plugins/personal/connectivity/pptp.tpl:3
-msgid "PPTP account"
-msgstr "Compte PPTP"
+#: plugins/personal/environment/environment.tpl:125
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+msgid "Logon script management"
+msgstr "Administration des scripts de démarrage"
 
 
-#: plugins/personal/connectivity/intranet.tpl:3
-msgid "Intranet account"
-msgstr "Créer un compte Intranet"
+#: plugins/personal/environment/environment.tpl:149
+msgid "Hotplug devices"
+msgstr "Périphériques Hotplug"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
+#: plugins/personal/environment/environment.tpl:150
+msgid "Hotplug device settings"
+msgstr "Paramètre des périphériques Hotplug"
 
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "Compte PHPGroupware"
+#: plugins/personal/environment/environment.tpl:160
+#: plugins/admin/groups/class_groupManagement.inc:354
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+msgid "New"
+msgstr "Nouveau"
 
 
-#: plugins/personal/connectivity/kolab.tpl:1
-msgid "Kolab account"
-msgstr "Compte Kolab"
+#: plugins/personal/environment/environment.tpl:161
+msgid "Existing"
+msgstr "Existant"
 
 
-#: plugins/personal/connectivity/kolab.tpl:4
-msgid ""
-"The kolab account is currently disabled. It's features can be adjusted if "
-"you add a mail account."
-msgstr ""
-"L'extension Kolab est désactivée. Ces paramètres peuvent être ajustés si "
-"vous ajoutez un compte mail."
+#: plugins/personal/environment/environment.tpl:169
+msgid "Printer settings"
+msgstr "Paramètres de l'imprimante"
 
 
-#: plugins/personal/connectivity/kolab.tpl:10
-msgid "Delegations"
-msgstr "Delegation"
+#: plugins/personal/environment/environment.tpl:179
+msgid "Admin Toggle"
+msgstr "Mode Administrateur"
 
 
-#: plugins/personal/connectivity/kolab.tpl:23
-msgid "Mail size"
-msgstr "Taille des quota email"
+#: plugins/personal/environment/class_environment.inc:246
+#: plugins/personal/environment/class_environment.inc:282
+msgid "Remove environment extension"
+msgstr "Enlever l'extension d'environnement"
 
 
-#: plugins/personal/connectivity/kolab.tpl:24
-msgid "No mail size restriction for this account"
-msgstr "Pas de taille limite pour l'envoi de mail"
+#: plugins/personal/environment/class_environment.inc:247
+#: plugins/personal/environment/class_environment.inc:283
+msgid "Environment extension enabled. You can disable it by clicking below."
+msgstr ""
+"Extension d'environnement activée. Vous pouvez la désactiver en cliquant sur "
+"le bouton ci-dessous."
 
 
-#: plugins/personal/connectivity/kolab.tpl:32
-msgid "Free Busy information"
-msgstr "Information de disponibilité"
+#: plugins/personal/environment/class_environment.inc:256
+#: plugins/personal/environment/class_environment.inc:261
+#: plugins/personal/environment/class_environment.inc:289
+#: plugins/personal/environment/class_environment.inc:294
+msgid "Add environment extension"
+msgstr "Ajouter une extension d'environnement"
 
 
-#: plugins/personal/connectivity/kolab.tpl:35
-msgid "URL"
-msgstr "URL"
+#: plugins/personal/environment/class_environment.inc:257
+#: plugins/personal/environment/class_environment.inc:290
+msgid "Environment extension disabled. You can enable it by clicking below."
+msgstr ""
+"Extension d'environnement désactivé. Vous pouvez l'activer en cliquant sur "
+"le bouton ci-dessous."
 
 
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "Future"
-msgstr "Futur"
+#: plugins/personal/environment/class_environment.inc:262
+#: plugins/personal/environment/class_environment.inc:295
+msgid ""
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
+msgstr ""
+"Extension d'environnement désactivée. Vous devez d'abord créer un compte "
+"posix avant de pouvoir activer cette extension."
 
 
-#: plugins/personal/connectivity/kolab.tpl:40
-#: plugins/personal/connectivity/oxchange.tpl:18
-#: plugins/personal/connectivity/oxchange.tpl:22
-msgid "days"
-msgstr "jours"
+#: plugins/personal/environment/class_environment.inc:486
+#: plugins/personal/environment/class_environment.inc:488
+#: plugins/admin/systems/class_terminalStartup.inc:134
+#: plugins/admin/systems/class_workstationStartup.inc:345
+msgid "You must specify a valid mount point."
+msgstr "Veuillez indiquer un point de montage valide."
 
 
-#: plugins/personal/connectivity/kolab.tpl:45
-msgid "Invitation policy"
-msgstr "Politique d'invitation"
+#: plugins/personal/environment/class_environment.inc:717
+msgid "Please set a valid profile quota size."
+msgstr "Veuillez indiquer un quota valide pour le profil."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "Compte FTP"
+#: plugins/personal/environment/class_environment.inc:724
+msgid ""
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
+msgstr ""
+"Vous devez configurer correctement l'extension posix pour activer "
+"l'extension d'environnement."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
-msgid "Bandwidth"
-msgstr "Bande passante"
+#: plugins/personal/environment/class_environment.inc:746
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+msgstr ""
+"Impossible de sauver de nouveaux profiles kiosk, je n'ai pas les droits sur "
+"le répertoire"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Bande passante montante"
+#: plugins/personal/environment/class_environment.inc:839
+msgid "Error while writing printer"
+msgstr "Une erreur s'est produite lors de la sauvegarde de l'imprimante"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "kb/sec"
+#: plugins/personal/environment/class_environment.inc:909
+msgid "Error while writing printer settings"
+msgstr ""
+"Une erreur s'est produite lors de la sauvegarde des paramètres de "
+"l'imprimante"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Bande passante descendante"
+#: plugins/personal/environment/class_environment.inc:1033
+msgid "Admin"
+msgstr "Administrateur"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "Fichier"
+#: plugins/personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Ajouter des périphériques hotplug"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Size"
-msgstr "Taille"
+#: plugins/personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Gestion des périphériques Hotplug"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
-msgstr "Ratio"
+#: plugins/personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Sélectionner le périphérique hotplug à ajouter"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
-msgstr "Données envoyées / reçues"
+#: plugins/personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
+msgstr "Sélectionner le département où sera effectuée la recherche"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
-msgstr "Cliquez ici pour désactivez l'accès FTP"
+#: plugins/personal/environment/hotplugDialog.tpl:43
+#: plugins/admin/groups/group_objects.tpl:38
+#: plugins/admin/users/headpage.tpl:48
+#: plugins/gofon/conference/headpage.tpl:35
+msgid "Display users matching"
+msgstr "Afficher les utilisateurs correspondants"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
-msgstr "Désactiver temporairement l'accès FTP"
+#: plugins/personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr ""
+"Expression régulière concordant avec les noms des périphériques hotplug"
 
 
-#: plugins/personal/connectivity/glpi.tpl:1
-msgid "GLPI account"
-msgstr "Compte GLPI"
+#: plugins/personal/environment/class_selectPrinterDialog.inc:67
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
+msgid "Please select a printer or press cancel."
+msgstr "Veuillez sélectionner une imprimante ou cliquez sur annuler."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
-msgstr "Compte Open-Xchange"
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Ajouter une d'imprimante"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "disabled, no Postgresql support detected"
-msgstr "Désactivé, le support pour Postgresql est manquant"
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+msgid "Select printer to add"
+msgstr "Sélectionnez une imprimante à ajouter"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:4
-msgid "Open-Xchange account"
-msgstr "Compte Open Xchange"
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+msgid "Display printers matching"
+msgstr "Afficher les imprimantes correspondants"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:13
-msgid "Remember"
-msgstr "Se souvenir"
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+msgid "Regular expression for matching printer names"
+msgstr "Expression régulière concordant avec les noms des imprimantes"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:17
-msgid "Appointment Days"
-msgstr "Rendez vous"
+#: plugins/personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Paramètres des scripts de démarrage"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:21
-msgid "Task Days"
-msgstr "Tâches"
+#: plugins/personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Nom du script"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:33
-msgid "User Information"
-msgstr "Information Utilisateur"
+#: plugins/personal/environment/logonManagement.tpl:17
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/gofax/blocklists/generic.tpl:41 plugins/admin/groups/generic.tpl:13
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12
+#: plugins/admin/systems/server.tpl:24 plugins/admin/systems/phone.tpl:24
+#: plugins/admin/systems/printer.tpl:13
+#: plugins/admin/systems/wingeneric.tpl:24
+#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
+#: plugins/gofon/macro/generic.tpl:36 plugins/gofon/conference/generic.tpl:51
+#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
+#: html/getxls.php:230
+msgid "Description"
+msgstr "Description"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:37
-msgid "User Timezone"
-msgstr "Zone Horaire de l'utilisateur"
+#: plugins/personal/environment/logonManagement.tpl:24
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+msgid "Priority"
+msgstr "Priorité"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
-msgstr "Proxy"
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Paramètres des scripts de démarrage"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:79
-msgid "KB"
-msgstr "KB"
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Dernier script"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:79
-msgid "GB"
-msgstr "GB"
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Le script peut être remplacé par l'utilisateur"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-#: plugins/addons/mailqueue/class_mailqueue.inc:299
-msgid "hour"
-msgstr "heure"
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Script de démarrage"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "day"
-msgstr "jour"
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/environment/kioskManagement.tpl:24
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/admin/groups/application_options.tpl:8
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:67
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/fai/faiHookEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:132
+#: plugins/admin/fai/faiPackageEntry.tpl:63
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+msgid "Apply"
+msgstr "Appliquer"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "week"
-msgstr "semaine"
+#: plugins/personal/environment/class_logonManagementDialog.inc:96
+msgid "Specified name is invalid."
+msgstr "Le nom spécifié est invalide."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "month"
-msgstr "mois"
+#: plugins/personal/environment/class_logonManagementDialog.inc:100
+msgid "Specified description contains invalid characters."
+msgstr "La description contient des caractères invalides."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:169
-msgid "Numerical value for Quota Setting is empty."
-msgstr "La valeur pour le quota est vide."
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+msgid "Create new hotplug entry"
+msgstr "Création une nouvelle entrée hotplug"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:172
-msgid "Numerical value for Quota Setting is not valid."
-msgstr "La valeur dans le champ 'Paramètres du quota' n'est pas valide."
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+msgid "Create new hotplug device"
+msgstr "Créer un nouveau périphérique hotplug"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr "Compte PPTP"
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+#: plugins/admin/systems/component.tpl:6
+msgid "Device name"
+msgstr "Nom du périphérique"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
-msgstr "Intranet"
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "Device ID"
+msgstr "Identification du périphérique"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "PHPGroupware"
+#: plugins/personal/environment/hotplugDialogNew.tpl:38
+msgid "save"
+msgstr "Sauvegarder"
 
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
-msgid "PHPscheduleit account"
-msgstr "Compte PHPscheduleit"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:61
+#, php-format
+msgid "Can't delete '%s'. Error was: permission denied."
+msgstr "Impossible d'effacer '%s'. L'erreur est: permission interdite."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
-msgstr "Kolab"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:64
+#, php-format
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
+msgstr "Impossible d'effacer '%s'. L'erreur est: le fichier n'existe pas."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:105
+#: plugins/personal/environment/class_kioskManagementDialog.inc:88
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of delegations."
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
 msgstr ""
 msgstr ""
-"Vous essayez d'ajouter une adresse de messagerie invalide à la liste des "
-"délégations."
+"La variable KIOSPATH n'est pas définie dans votre gosa.conf. Impossible de "
+"gérer des profiles kiosk!"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:113
-msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
+#: plugins/personal/environment/class_kioskManagementDialog.inc:94
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
 msgstr ""
 msgstr ""
-"L'adresse de messagerie que vous essayez de rajouter n'est pas l'adresse "
-"primaire d'un utilisateur existant."
+"Le chemin vers le répertoire kiosk '%s' n'est pas accessible. Veuillez "
+"vérifier les permissions."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:140
-msgid "Always accept"
-msgstr "Toujours accepter"
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+msgid "Kiosk profile management"
+msgstr "Gérer les profil Kiosk"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:141
-msgid "Always reject"
-msgstr "Toujours rejeter"
+#: plugins/personal/environment/kioskManagement.tpl:12
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+msgid "Browse"
+msgstr "Parcourir"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:142
-msgid "Reject if conflicts"
-msgstr "Reconnexion si il y a conflit"
+#: plugins/personal/nagios/nagios.tpl:4
+msgid "Nagios Account"
+msgstr "Compte Nagios"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:143
-msgid "Manual if conflicts"
-msgstr "Manuel si il y a conflit"
+#: plugins/personal/nagios/nagios.tpl:7
+msgid "Alias"
+msgstr "Alias de l'utilisateur"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:144
-msgid "Manual"
-msgstr "Manuel"
+#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
+msgid "Mail address"
+msgstr "Adresse de messagerie"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:180
-msgid "Anonymous"
-msgstr "Anonyme"
+#: plugins/personal/nagios/nagios.tpl:17
+msgid "Host notification period"
+msgstr "Période de notification pour les systèmes"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:232
-msgid "The value specified as Free Busy future needs to be an integer."
-msgstr ""
-"La valeur spécifiée comme information de disponibilité future doit être un "
-"entier."
+#: plugins/personal/nagios/nagios.tpl:25
+msgid "Service notification period"
+msgstr "Période de notification pour les services"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:237
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr ""
-"La valeur spécifiée comme URL d'information de disponibilité est invalide."
+#: plugins/personal/nagios/nagios.tpl:32
+msgid "Service notification options"
+msgstr "Options pour la période de notification pour les services"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:251
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
-msgstr "La politique d'invitation pour l'adresse '%s' n'est pas valide."
+#: plugins/personal/nagios/nagios.tpl:41
+msgid "Host notification options"
+msgstr "Options pour la notification des systèmes"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:259
-#, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
-msgstr ""
-"Il n'y a pas d'utilisateur avec l'adresse de messagerie '%s' pour votre "
-"politique d'invitation!"
+#: plugins/personal/nagios/nagios.tpl:53
+msgid "Service notification commands"
+msgstr "Commandes pour la notification des services"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "FTP"
+#: plugins/personal/nagios/nagios.tpl:57
+msgid "Host notification commands"
+msgstr "Commandes pour la notification des systèmes"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
-msgid "Value specified as 'Upload bandwidth' is not valid."
-msgstr ""
-"La valeur spécifiée dans le champ 'Bande passante en montée' n'est pas "
-"valide."
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
+msgstr "Authentification nagios"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr ""
-"La valeur spécifiée dans le champ 'Bande passante en descente' n'est pas "
-"valide."
+#: plugins/personal/nagios/nagios.tpl:69
+msgid "view system informations"
+msgstr "voir les informations sur le système"
+
+#: plugins/personal/nagios/nagios.tpl:72
+msgid "view configuration information"
+msgstr "voir les informations de configuration"
+
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
+msgstr "Permettre les commandes systêmes"
+
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
+msgstr "Voir tout les services"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
-msgid "Value specified as 'Files' is not valid."
-msgstr "La valeur spécifiée dans le champ 'Fichier' n'est pas valide."
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
+msgstr "Voir tout les hôtes"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
-msgid "Value specified as 'Size' is not valid."
-msgstr "La valeur spécifiée dans le champ 'Taille' est invalide."
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
+msgstr "Permettre les commandes sur tout les services"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "La valeur spécifiée dans le champ 'Ratio' n'est pas valide."
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
+msgstr "permettre les commandes sur tout les hôtes"
 
 
-#: plugins/personal/connectivity/class_glpiAccount.inc:25
-msgid "GLPI"
-msgstr "Compte GLPI"
+#: plugins/personal/nagios/main.inc:124
+msgid "Nagios settings"
+msgstr "Paramètres Nagios"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr "Open-Xchange"
+#: plugins/personal/nagios/class_nagiosAccount.inc:92
+msgid "This account has no nagios extensions."
+msgstr "Ce compte n'a pas d'extensions nagios."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#, php-format
+#: plugins/personal/nagios/class_nagiosAccount.inc:101
+msgid "Remove nagios account"
+msgstr "Supprimer l'extension nagios"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:102
 msgid ""
 msgid ""
-"This account has %s features disabled. Posix features are needed for "
-"openXchange accounts, enable them first."
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Ce compte à les extensions %s désactivées. La création d'un compte "
-"OpenXchange nécessite, au préalable, que l'utilisateur possède un compte "
-"Posix."
+"L'extension nagios est activée pour ce compte, vous pouvez la désactiver en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-msgid "OpenXchange"
-msgstr "OpenXchange"
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
+msgid "Create nagios account"
+msgstr "Créer un compte nagios"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-#, php-format
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
 msgid ""
 msgid ""
-"This account has %s features disabled. Mail features are needed for "
-"openXchange accounts, enable them first."
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Ce compte à les extensions %s désactivées. La création d'un compte "
-"OpenXchange nécessite, au préalable, que l'utilisateur possède un compte de "
-"messagerie."
+"L'extension nagios est désactivée pour ce compte, vous pouvez l'activer en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
-msgid "Couldn't connect to postgresql database!"
-msgstr "Impossible de se connecter a la base de données Postgresql!"
+#: plugins/personal/nagios/class_nagiosAccount.inc:163
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "Le champ obligatoire 'Alias de l'utilisateur' n'est pas rempli."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
+#: plugins/personal/nagios/class_nagiosAccount.inc:166
+msgid "The required field 'NagiosMail' is not set."
+msgstr "Le champ obligatoire 'adresse de messagerie' n'est pas rempli."
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:170
+#: plugins/personal/nagios/class_nagiosAccount.inc:174
+msgid "Please enter a valid email address in 'NagiosMail' field."
 msgstr ""
 msgstr ""
-"Les paramètres nécessaires à l'extension openexchange ne sont pas "
-"disponibles!"
+"Veuillez entrer une adresse de messagerie valide dans le champ 'Adresse de "
+"messagerie'."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "Le module PHP4 pour postgresql est manquant!"
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Liste des noms"
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "Compte WebDAV"
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Nom de la liste rouge"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-msgid "PHPscheduleit"
-msgstr "Compte PHPscheduleit"
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
+msgstr "Sélectionnez la branche où sera situé la liste rouge"
 
 
-#: plugins/personal/connectivity/class_connectivity.inc:63
-msgid "This account has no connectivity extensions."
-msgstr "Ce compte n'as pas d'extension de connectivité."
+#: plugins/gofax/blocklists/generic.tpl:32
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/admin/systems/servnfs.tpl:39
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
+#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
+msgid "Type"
+msgstr "Type"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-#, fuzzy
-msgid "Opengroupware account"
-msgstr "Compte PHPGroupware"
+#: plugins/gofax/blocklists/generic.tpl:34
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr ""
+"Veuillez sélectionner si il faut filtrer sur les appels entrants ou sortants"
+
+#: plugins/gofax/blocklists/generic.tpl:43
+msgid "Descriptive text for this blocklist"
+msgstr "Texte descriptif pour cette liste rouge"
+
+#: plugins/gofax/blocklists/generic.tpl:56
+msgid "Blocked numbers"
+msgstr "Numéros bloqués"
+
+#: plugins/gofax/blocklists/generic.tpl:72
+msgid "Numbers can also contain wild cards."
+msgstr "Les nombres peuvent aussi contenir des jokers."
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:5
 msgid "FAX Blocklists"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:5
 msgid "FAX Blocklists"
@@ -3081,20 +3164,19 @@ msgid "Please specify a valid phone number."
 msgstr "Veuillez entrer un numéro de téléphone valide."
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
 msgstr "Veuillez entrer un numéro de téléphone valide."
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/departments/class_departmentManagement.inc:277
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/departments/class_departmentManagement.inc:277
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
+#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Go up one department"
 msgstr "Monter d'un département"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Go up one department"
 msgstr "Monter d'un département"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
@@ -3102,32 +3184,33 @@ msgstr "Monter d'un département"
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/ogroups/phonequeue.tpl:17
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/ogroups/phonequeue.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Up"
 msgstr "Au dessus"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Up"
 msgstr "Au dessus"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:359
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:359
+#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Go to root department"
 msgstr "Aller au département de base"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Go to root department"
 msgstr "Aller au département de base"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:360
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:360
+#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Root"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Root"
@@ -3145,13 +3228,13 @@ msgid "Go to users department"
 msgstr "Aller au département des utilisateurs"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:293
 msgstr "Aller au département des utilisateurs"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:293
-#: plugins/admin/fai/class_faiManagement.inc:434
 #: plugins/admin/groups/class_groupManagement.inc:352
 #: plugins/admin/users/class_userManagement.inc:672
 #: plugins/admin/applications/class_applicationManagement.inc:328
 #: plugins/admin/departments/class_departmentManagement.inc:279
 #: plugins/admin/systems/class_systemManagement.inc:567
 #: plugins/admin/ogroups/class_ogroupManagement.inc:362
 #: plugins/admin/groups/class_groupManagement.inc:352
 #: plugins/admin/users/class_userManagement.inc:672
 #: plugins/admin/applications/class_applicationManagement.inc:328
 #: plugins/admin/departments/class_departmentManagement.inc:279
 #: plugins/admin/systems/class_systemManagement.inc:567
 #: plugins/admin/ogroups/class_ogroupManagement.inc:362
+#: plugins/admin/fai/class_faiManagement.inc:434
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:326
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
 msgid "Home"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:326
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
 msgid "Home"
@@ -3166,52 +3249,52 @@ msgid "New Blocklist"
 msgstr "Nouvelle liste rouge"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:296
 msgstr "Nouvelle liste rouge"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:296
-#: plugins/admin/fai/class_faiManagement.inc:463
 #: plugins/admin/groups/class_groupManagement.inc:356
 #: plugins/admin/users/class_userManagement.inc:677
 #: plugins/admin/applications/class_applicationManagement.inc:332
 #: plugins/admin/departments/class_departmentManagement.inc:283
 #: plugins/admin/systems/class_systemManagement.inc:576
 #: plugins/admin/ogroups/class_ogroupManagement.inc:366
 #: plugins/admin/groups/class_groupManagement.inc:356
 #: plugins/admin/users/class_userManagement.inc:677
 #: plugins/admin/applications/class_applicationManagement.inc:332
 #: plugins/admin/departments/class_departmentManagement.inc:283
 #: plugins/admin/systems/class_systemManagement.inc:576
 #: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/fai/class_faiManagement.inc:463
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:330
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
 msgid "Current base"
 msgstr "Base actuelle"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:330
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
 msgid "Current base"
 msgstr "Base actuelle"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit department"
 msgstr "Soumettre le département"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit department"
 msgstr "Soumettre le département"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit"
 msgstr "Soumettre"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:300
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit"
 msgstr "Soumettre"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:300
-#: plugins/admin/fai/class_faiManagement.inc:482
 #: plugins/admin/groups/class_groupManagement.inc:361
 #: plugins/admin/users/class_userManagement.inc:681
 #: plugins/admin/applications/class_applicationManagement.inc:337
 #: plugins/admin/departments/class_departmentManagement.inc:291
 #: plugins/admin/systems/class_systemManagement.inc:582
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/groups/class_groupManagement.inc:361
 #: plugins/admin/users/class_userManagement.inc:681
 #: plugins/admin/applications/class_applicationManagement.inc:337
 #: plugins/admin/departments/class_departmentManagement.inc:291
 #: plugins/admin/systems/class_systemManagement.inc:582
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/fai/class_faiManagement.inc:482
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:336
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 msgid "edit"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:336
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 msgid "edit"
@@ -3225,13 +3308,13 @@ msgstr "Editer un utilisateur"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:301
 #: plugins/addons/mailqueue/contents.tpl:95
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:301
 #: plugins/addons/mailqueue/contents.tpl:95
-#: plugins/admin/fai/class_faiManagement.inc:483
 #: plugins/admin/groups/class_groupManagement.inc:362
 #: plugins/admin/users/class_userManagement.inc:683
 #: plugins/admin/applications/class_applicationManagement.inc:338
 #: plugins/admin/departments/class_departmentManagement.inc:292
 #: plugins/admin/systems/class_systemManagement.inc:583
 #: plugins/admin/ogroups/class_ogroupManagement.inc:372
 #: plugins/admin/groups/class_groupManagement.inc:362
 #: plugins/admin/users/class_userManagement.inc:683
 #: plugins/admin/applications/class_applicationManagement.inc:338
 #: plugins/admin/departments/class_departmentManagement.inc:292
 #: plugins/admin/systems/class_systemManagement.inc:583
 #: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/admin/fai/class_faiManagement.inc:483
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:337
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:337
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
@@ -3250,13 +3333,13 @@ msgstr "Nom de la liste rouge"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:308
 #: plugins/addons/addressbook/contents.tpl:42
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:308
 #: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_faiManagement.inc:479
 #: plugins/admin/groups/class_groupManagement.inc:387
 #: plugins/admin/users/class_userManagement.inc:692
 #: plugins/admin/applications/class_applicationManagement.inc:358
 #: plugins/admin/departments/class_departmentManagement.inc:299
 #: plugins/admin/systems/class_systemManagement.inc:590
 #: plugins/admin/ogroups/class_ogroupManagement.inc:393
 #: plugins/admin/groups/class_groupManagement.inc:387
 #: plugins/admin/users/class_userManagement.inc:692
 #: plugins/admin/applications/class_applicationManagement.inc:358
 #: plugins/admin/departments/class_departmentManagement.inc:299
 #: plugins/admin/systems/class_systemManagement.inc:590
 #: plugins/admin/ogroups/class_ogroupManagement.inc:393
+#: plugins/admin/fai/class_faiManagement.inc:479
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:344
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
 msgid "Actions"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:344
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
 msgid "Actions"
@@ -3297,55 +3380,15 @@ msgid "No permission to create a blocklist on this base."
 msgstr ""
 "Vous n'avez pas l'autorisation de créer des listes rouge sur cette base."
 
 msgstr ""
 "Vous n'avez pas l'autorisation de créer des listes rouge sur cette base."
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
-msgstr "Liste des noms"
-
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr "Nom de la liste rouge"
-
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
-msgstr "Sélectionnez la branche où sera situé la liste rouge"
-
-#: plugins/gofax/blocklists/generic.tpl:32
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:39
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
-msgid "Type"
-msgstr "Type"
-
-#: plugins/gofax/blocklists/generic.tpl:34
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr ""
-"Veuillez sélectionner si il faut filtrer sur les appels entrants ou sortants"
-
-#: plugins/gofax/blocklists/generic.tpl:43
-msgid "Descriptive text for this blocklist"
-msgstr "Texte descriptif pour cette liste rouge"
-
-#: plugins/gofax/blocklists/generic.tpl:56
-msgid "Blocked numbers"
-msgstr "Numéros bloqués"
-
-#: plugins/gofax/blocklists/generic.tpl:72
-msgid "Numbers can also contain wild cards."
-msgstr "Les nombres peuvent aussi contenir des jokers."
-
 #: plugins/gofax/blocklists/remove.tpl:2
 #: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/groups/remove.tpl:2 plugins/admin/users/remove.tpl:2
-#: plugins/admin/applications/remove.tpl:2
+#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/users/remove.tpl:2 plugins/admin/applications/remove.tpl:2
 #: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
 #: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/ogroups/remove.tpl:2 plugins/gofon/macro/remove.tpl:2
-#: plugins/gofon/conference/remove.tpl:2 html/index.php:227 html/index.php:287
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/islocked.tpl:6
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: html/index.php:227 html/index.php:287 ihtml/themes/altlinux/conflict.tpl:6
+#: ihtml/themes/altlinux/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
+#: ihtml/themes/default/islocked.tpl:6
 msgid "Warning"
 msgstr "Avertissement"
 
 msgid "Warning"
 msgstr "Avertissement"
 
@@ -3512,8 +3555,8 @@ msgid "FAX settings"
 msgstr "Configuration du FAX"
 
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
 msgstr "Configuration du FAX"
 
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
-#: plugins/addons/addressbook/address_info.tpl:88
 #: plugins/addons/addressbook/address_edit.tpl:206
 #: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
 #: plugins/generic/references/class_reference.inc:30
 msgid "FAX"
 msgstr "FAX"
 #: plugins/generic/references/class_reference.inc:30
 msgid "FAX"
 msgstr "FAX"
@@ -3553,8 +3596,7 @@ msgstr "Vous essayez d'ajouter un numéro de téléphone invalide."
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
 #: plugins/addons/mailqueue/header.tpl:5
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
 #: plugins/addons/mailqueue/header.tpl:5
-#: plugins/admin/groups/class_groupApplication.inc:365
-#: plugins/admin/groups/class_groupApplication.inc:416
+#: plugins/admin/groups/class_groupApplication.inc:495
 #: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
 msgid "back"
 msgstr "retour"
 #: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
 msgid "back"
 msgstr "retour"
@@ -3598,9 +3640,9 @@ msgstr "FAX ID"
 
 #: plugins/gofax/faxreports/detail.tpl:22
 #: plugins/gofax/faxreports/contents.tpl:30
 
 #: plugins/gofax/faxreports/detail.tpl:22
 #: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
 #: plugins/admin/systems/class_printGeneric.inc:589
 #: plugins/admin/ogroups/class_ogroupManagement.inc:481
 #: plugins/admin/systems/class_printGeneric.inc:589
 #: plugins/admin/ogroups/class_ogroupManagement.inc:481
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
 msgid "User"
 msgstr "Utilisateur"
 
 msgid "User"
 msgstr "Utilisateur"
 
@@ -3626,62 +3668,16 @@ msgstr "ID du correspondant"
 
 #: plugins/gofax/faxreports/detail.tpl:50
 msgid "Status message"
 
 #: plugins/gofax/faxreports/detail.tpl:50
 msgid "Status message"
-msgstr "Statut"
-
-#: plugins/gofax/faxreports/detail.tpl:54
-msgid "Transfer time"
-msgstr "Temps de transfert"
-
-#: plugins/gofax/faxreports/detail.tpl:58
-#: plugins/gofax/faxreports/contents.tpl:35
-msgid "# pages"
-msgstr "# pages"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Rapports des Fax"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/gofax/faxreports/class_faxreport.inc:119
-#: plugins/gofax/faxreports/class_faxreport.inc:165
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-msgid "Can't connect to fax database, no reports can be shown!"
-msgstr ""
-"Impossible de se connecter à la base de données des fax, aucun rapport ne "
-"peut être affiché!"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:112
-#: plugins/addons/logview/class_logview.inc:66
-#: plugins/gofon/fonreports/class_fonreport.inc:99
-msgid "There is no mysql extension available, please check your php setup."
-msgstr ""
-"Il n'y a pas d'extension msql disponible, vérifiez votre configuration php."
-
-#: plugins/gofax/faxreports/class_faxreport.inc:123
-#: plugins/gofax/faxreports/class_faxreport.inc:128
-#: plugins/gofax/faxreports/class_faxreport.inc:169
-#: plugins/gofax/faxreports/class_faxreport.inc:278
-msgid "Can't select fax database for report generation!"
-msgstr ""
-"Impossible de sélectionner la base de données fax pour la génération de "
-"rapports!"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:286
-msgid "Query for fax database failed!"
-msgstr "La requête sur la base de données des fax a échoué!"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:185
-msgid "You have no permission to retrieve informations about this fax id!"
-msgstr ""
-"Vous n'avez pas l'autorisation de récupérer les informations à propos de "
-"l'identifiant de ce fax!"
+msgstr "Statut"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:205
-#: plugins/gofax/faxreports/class_faxreport.inc:294
-#: plugins/gofon/fonreports/class_fonreport.inc:220
-msgid "Y-M-D"
-msgstr "A-M-J"
+#: plugins/gofax/faxreports/detail.tpl:54
+msgid "Transfer time"
+msgstr "Temps de transfert"
+
+#: plugins/gofax/faxreports/detail.tpl:58
+#: plugins/gofax/faxreports/contents.tpl:35
+msgid "# pages"
+msgstr "# pages"
 
 #: plugins/gofax/faxreports/contents.tpl:2
 #: plugins/addons/logview/contents.tpl:2
 
 #: plugins/gofax/faxreports/contents.tpl:2
 #: plugins/addons/logview/contents.tpl:2
@@ -3691,8 +3687,8 @@ msgstr "Filtre"
 
 #: plugins/gofax/faxreports/contents.tpl:6
 #: plugins/addons/addressbook/contents.tpl:102
 
 #: plugins/gofax/faxreports/contents.tpl:6
 #: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:12
 #: plugins/addons/logview/contents.tpl:47
 #: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:12
 #: plugins/gofon/fonreports/contents.tpl:6
 msgid "Search for"
 msgstr "Recherche de"
 #: plugins/gofon/fonreports/contents.tpl:6
 msgid "Search for"
 msgstr "Recherche de"
@@ -3720,9 +3716,9 @@ msgid "during"
 msgstr "pendant"
 
 #: plugins/gofax/faxreports/contents.tpl:21
 msgstr "pendant"
 
 #: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/addons/logview/contents.tpl:67
 #: plugins/addons/mailqueue/contents.tpl:11
 #: plugins/addons/mailqueue/contents.tpl:27
 #: plugins/addons/mailqueue/contents.tpl:11
 #: plugins/addons/mailqueue/contents.tpl:27
-#: plugins/addons/logview/contents.tpl:67
 #: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
 msgid "Search"
 msgstr "Recherche"
 #: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
 msgid "Search"
 msgstr "Recherche"
@@ -3748,40 +3744,74 @@ msgstr "Correspondant"
 msgid "Search returned no results..."
 msgstr "La recherche n'a renvoyé aucun résultat..."
 
 msgid "Search returned no results..."
 msgstr "La recherche n'a renvoyé aucun résultat..."
 
-#: plugins/gofax/faxreports/main.inc:5
-msgid "FAX reports"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
 msgstr "Rapports des Fax"
 
 msgstr "Rapports des Fax"
 
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Appel en cours ..."
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofax/faxreports/class_faxreport.inc:119
+#: plugins/gofax/faxreports/class_faxreport.inc:165
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+msgid "Can't connect to fax database, no reports can be shown!"
+msgstr ""
+"Impossible de se connecter à la base de données des fax, aucun rapport ne "
+"peut être affiché!"
 
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:361
-#: plugins/addons/addressbook/class_addressbook.inc:368
-#: plugins/addons/addressbook/class_addressbook.inc:372
-#: plugins/addons/addressbook/class_addressbook.inc:455
-msgid "Dial"
-msgstr "Appeler"
+#: plugins/gofax/faxreports/class_faxreport.inc:112
+#: plugins/addons/logview/class_logview.inc:66
+#: plugins/gofon/fonreports/class_fonreport.inc:99
+msgid "There is no mysql extension available, please check your php setup."
+msgstr ""
+"Il n'y a pas d'extension msql disponible, vérifiez votre configuration php."
+
+#: plugins/gofax/faxreports/class_faxreport.inc:123
+#: plugins/gofax/faxreports/class_faxreport.inc:128
+#: plugins/gofax/faxreports/class_faxreport.inc:169
+#: plugins/gofax/faxreports/class_faxreport.inc:278
+msgid "Can't select fax database for report generation!"
+msgstr ""
+"Impossible de sélectionner la base de données fax pour la génération de "
+"rapports!"
+
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:286
+msgid "Query for fax database failed!"
+msgstr "La requête sur la base de données des fax a échoué!"
+
+#: plugins/gofax/faxreports/class_faxreport.inc:185
+msgid "You have no permission to retrieve informations about this fax id!"
+msgstr ""
+"Vous n'avez pas l'autorisation de récupérer les informations à propos de "
+"l'identifiant de ce fax!"
+
+#: plugins/gofax/faxreports/class_faxreport.inc:205
+#: plugins/gofax/faxreports/class_faxreport.inc:294
+#: plugins/gofon/fonreports/class_fonreport.inc:220
+msgid "Y-M-D"
+msgstr "A-M-J"
+
+#: plugins/gofax/faxreports/main.inc:5
+msgid "FAX reports"
+msgstr "Rapports des Fax"
 
 #: plugins/addons/addressbook/contents.tpl:14
 
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:515
 #: plugins/addons/addressbook/address_info.tpl:16
 #: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/admin/systems/servnfs.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
 #: plugins/admin/fai/faiPartitionTable.tpl:9
 #: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
 #: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
 #: plugins/admin/fai/faiPartitionTable.tpl:9
 #: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
 #: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
 #: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
 #: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
 #: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
 #: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
 #: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
 #: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
-#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
-#: html/getxls.php:174 html/getxls.php:233
+#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
 msgid "Name"
 msgstr "Nom"
 
 #: plugins/addons/addressbook/contents.tpl:15
 msgid "Name"
 msgstr "Nom"
 
 #: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:29
 #: plugins/addons/addressbook/address_edit.tpl:66
 #: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
 msgid "Private"
 msgstr "Privé"
 
 msgid "Private"
 msgstr "Privé"
 
@@ -3805,6 +3835,7 @@ msgid "Add entry"
 msgstr "Ajouter une entrée"
 
 #: plugins/addons/addressbook/contents.tpl:50
 msgstr "Ajouter une entrée"
 
 #: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:587
 msgid "Edit entry"
 msgstr "Modifier une entrée"
 
 msgid "Edit entry"
 msgstr "Modifier une entrée"
 
@@ -3845,6 +3876,59 @@ msgstr "Indiquez l'objet dans lequel la recherche sera effectuée"
 msgid "Search string"
 msgstr "Phrase de recherche"
 
 msgid "Search string"
 msgstr "Phrase de recherche"
 
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Appel en cours ..."
+
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/class_addressbook.inc:361
+#: plugins/addons/addressbook/class_addressbook.inc:368
+#: plugins/addons/addressbook/class_addressbook.inc:372
+#: plugins/addons/addressbook/class_addressbook.inc:455
+msgid "Dial"
+msgstr "Appeler"
+
+#: plugins/addons/addressbook/address_edit.tpl:7
+msgid "Choose the department to store entry in"
+msgstr "Choisissez le département où l'entrée sera stockée"
+
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Personnel"
+
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Initials"
+msgstr "Initiales"
+
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+msgid "Email"
+msgstr "Adresse de messagerie"
+
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
+msgstr "Organisation"
+
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
+msgstr "Société"
+
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67 html/getxls.php:174
+#: html/getxls.php:236
+msgid "City"
+msgstr "Ville"
+
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Pays"
+
 #: plugins/addons/addressbook/remove.tpl:6
 msgid ""
 "This includes all addressbook data in this entry. Please double check if "
 #: plugins/addons/addressbook/remove.tpl:6
 msgid ""
 "This includes all addressbook data in this entry. Please double check if "
@@ -3915,10 +3999,10 @@ msgid "Creating new entry in"
 msgstr "Création d'une nouvelle entrée dans"
 
 #: plugins/addons/addressbook/class_addressbook.inc:515
 msgstr "Création d'une nouvelle entrée dans"
 
 #: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/mailqueue/class_mailqueue.inc:281
-#: plugins/addons/mailqueue/class_mailqueue.inc:346
 #: plugins/addons/logview/class_logview.inc:94
 #: plugins/addons/logview/class_logview.inc:111
 #: plugins/addons/logview/class_logview.inc:94
 #: plugins/addons/logview/class_logview.inc:111
+#: plugins/addons/mailqueue/class_mailqueue.inc:281
+#: plugins/addons/mailqueue/class_mailqueue.inc:346
 msgid "All"
 msgstr "Tout"
 
 msgid "All"
 msgstr "Tout"
 
@@ -3959,208 +4043,198 @@ msgstr ""
 "Vous n'avez pas les droits nécessaires pour créer ou modifier une entrée "
 "dans le carnet d'adresse général."
 
 "Vous n'avez pas les droits nécessaires pour créer ou modifier une entrée "
 "dans le carnet d'adresse général."
 
-#: plugins/addons/addressbook/address_info.tpl:12
-#: plugins/addons/addressbook/address_edit.tpl:24
-msgid "Personal"
-msgstr "Personnel"
-
-#: plugins/addons/addressbook/address_info.tpl:19
-#: plugins/addons/addressbook/address_edit.tpl:44 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Initials"
-msgstr "Initiales"
-
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/addons/addressbook/address_edit.tpl:105
-msgid "Email"
-msgstr "Adresse de messagerie"
-
-#: plugins/addons/addressbook/address_info.tpl:53
-#: plugins/addons/addressbook/address_edit.tpl:119
-msgid "Organizational"
-msgstr "Organisation"
-
-#: plugins/addons/addressbook/address_info.tpl:61
-#: plugins/addons/addressbook/address_edit.tpl:128
-msgid "Company"
-msgstr "Société"
+#: plugins/addons/ldapmanager/class_csvimport.inc:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
+msgstr "Exportation LDIF"
 
 
-#: plugins/addons/addressbook/address_info.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:148 html/getxls.php:174
-#: html/getxls.php:236
-msgid "City"
-msgstr "Ville"
+#: plugins/addons/ldapmanager/class_csvimport.inc:101
+msgid "You've no permission to do CSV imports."
+msgstr ""
+"Vous n'avez pas les droits nécessaires pour effectuer des importations CSV."
 
 
-#: plugins/addons/addressbook/address_info.tpl:73
-#: plugins/addons/addressbook/address_edit.tpl:168
-msgid "Country"
-msgstr "Pays"
+#: plugins/addons/ldapmanager/class_csvimport.inc:161
+msgid "Need 'sn','givenName' and 'uid' to create user."
+msgstr "J'ai besoin d'un 'sn','givenName' et 'uid' pour créer un utilisateur."
 
 
-#: plugins/addons/addressbook/address_edit.tpl:7
-msgid "Choose the department to store entry in"
-msgstr "Choisissez le département où l'entrée sera stockée"
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
+msgid "failed"
+msgstr "échec"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:23
-msgid "Mail queue"
-msgstr "Queue du serveur de messagerie"
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
+msgstr "ok"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:53
-msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUE_QUERY_COMMAND' "
-"specified."
-msgstr ""
-"Veuillez vérifier votre fichier 'gosa.conf' il n'y a pas de "
-"'MAILQUEUE_QUERY_COMMAND' spécifiée."
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
+msgid "status"
+msgstr "statut"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:80
-#: plugins/addons/mailqueue/class_mailqueue.inc:88
-#: plugins/addons/mailqueue/class_mailqueue.inc:107
-#: plugins/addons/mailqueue/class_mailqueue.inc:116
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#: plugins/addons/ldapmanager/class_csvimport.inc:281
 #, php-format
 #, php-format
-msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
+msgid "An Error Occured while inserting entry %s - process aborted"
 msgstr ""
 msgstr ""
-"Veuillez vérifier votre fichier 'gosa.conf' la commande %s ne peut pas être "
-"exécutée."
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:251
-msgid "up"
-msgstr "au dessus"
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:253
-msgid "down"
-msgstr "En bas"
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:296
-msgid "no limit"
-msgstr "pas de limites"
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:301
-msgid "hours"
-msgstr "heures"
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:347
-msgid "Hold"
-msgstr "Maintenir"
+"Une erreur s'est produite lors de l'insertion de l'entrée %s -  le processus "
+"à été interrompu"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:348
-msgid "Un hold"
-msgstr "Mettre en attente"
+#: plugins/addons/ldapmanager/class_csvimport.inc:319
+msgid "Nothing to import!"
+msgstr "Rien à importer !"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:349
-#: plugins/addons/mailqueue/contents.tpl:78
-msgid "Active"
-msgstr "Actif"
+#: plugins/addons/ldapmanager/class_csvimport.inc:331
+#: plugins/addons/ldapmanager/class_csvimport.inc:342
+#: plugins/addons/ldapmanager/class_csvimport.inc:347
+#: plugins/addons/ldapmanager/class_import.inc:62
+#: plugins/addons/ldapmanager/class_import.inc:70
+msgid "There is no file uploaded."
+msgstr "Pas de fichier téléchargé."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:350
-msgid "Not active"
-msgstr "Pas actif"
+#: plugins/addons/ldapmanager/class_csvimport.inc:336
+#: plugins/addons/ldapmanager/class_import.inc:55
+msgid "The specified file is empty."
+msgstr "Le fichier spécifié est vide."
 
 
-#: plugins/addons/mailqueue/contents.tpl:13
-msgid "Please enter a search string here."
-msgstr "Veuillez indiquer une chaîne de caractères a chercher."
+#: plugins/addons/ldapmanager/class_csvimport.inc:490
+msgid "The selected file does not contain any CSV Data..."
+msgstr "Le fichier spécifié ne contient pas de données CSV valide..."
 
 
-#: plugins/addons/mailqueue/contents.tpl:15
-msgid "Select a server"
-msgstr "Sélectionnez un serveurs"
+#: plugins/addons/ldapmanager/contentimport.tpl:3
+msgid ""
+"The LDIF import plugin provides methods to upload a set of entries to your "
+"running LDAP directory as ldif. You may use this to add new or modify "
+"existing entries. Remember that GOsa will not check your ldifs for GOsa "
+"conformance."
+msgstr ""
+"L'extension d'exportation/importation au format LDIF permet exporter/"
+"importer une série d'entrées au format ldif dans l'annuaire. Vous pouvez "
+"utiliser cette fonctionnalité pour ajouter de nouvelles entrées ou modifier "
+"des entrées existantes.Rappelez vous que GOsa ne vérifiera pas vos ldifs par "
+"rapport au schéma utilisés par GOsa."
 
 
-#: plugins/addons/mailqueue/contents.tpl:18
-msgid "with status"
-msgstr "avec les statuts"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
+msgstr "Importation d'un fichier LDIF"
 
 
-#: plugins/addons/mailqueue/contents.tpl:22
-msgid "within the last"
-msgstr "pendant la dernière"
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
+msgstr "Modifier les attributs existants"
 
 
-#: plugins/addons/mailqueue/contents.tpl:30
-msgid "Remove all messages"
-msgstr "Enlever tout les messages"
+#: plugins/addons/ldapmanager/contentimport.tpl:33
+msgid "Overwrite existing entry"
+msgstr "Récrire cette entrée"
 
 
-#: plugins/addons/mailqueue/contents.tpl:31
-msgid "Remove all messages from selected servers queue"
-msgstr "Enlever tout les messages des queues sélectionnées"
+#: plugins/addons/ldapmanager/contentimport.tpl:40
+msgid "Import successful"
+msgstr "Importation réussie"
 
 
-#: plugins/addons/mailqueue/contents.tpl:32
-msgid "Hold all messages"
-msgstr "Mettre en attente tout les messages"
+#: plugins/addons/ldapmanager/contentcsv.tpl:2
+msgid ""
+"The CSV import plugin provides methods to generate user accounts from a file "
+"containing Comma Seperated Values. The administrator can decide which "
+"columns should be transfered to which attribute. Note that you must have at "
+"least the UID, GIVENNAME and SURENAME set."
+msgstr ""
+"L'extension CSV permet de générer des comptes utilisateurs depuis un fichier "
+"contenant des valeurs séparées par des virgules. L'administrateur peut "
+"choisir quelle colonne doivent être transférées vers quel attribut. Notez "
+"que vous devez au moins avoir le UID, GIVENNAME et SURENAME fournis."
 
 
-#: plugins/addons/mailqueue/contents.tpl:33
-msgid "Hold all messages in selected servers queue"
-msgstr "Mettre en attente tout les messages dans les queues sélectionnées"
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
+msgstr "Sélectionnez le fichier CSV à importer"
 
 
-#: plugins/addons/mailqueue/contents.tpl:34
-msgid "Release all messages"
-msgstr "Libérer tout les messages"
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
+msgid "Select template"
+msgstr "Sélectionnez le modèle"
 
 
-#: plugins/addons/mailqueue/contents.tpl:35
-msgid "Release all messages in selected servers queue"
-msgstr "Libérer tout les messages dans les queues sélectionnées"
+#: plugins/addons/ldapmanager/contentcsv.tpl:34
+msgid "All entries have been written to the LDAP database successfully."
+msgstr "Toutes les entrées on été écrites correctement dans l'arbre LDAP."
 
 
-#: plugins/addons/mailqueue/contents.tpl:36
-msgid "Requeue all messages"
-msgstr "Remettre tout les messages dans la queue"
+#: plugins/addons/ldapmanager/contentcsv.tpl:36
+msgid "Oups. There was an error during the import of your data."
+msgstr "Oups. Il à eu une erreur lors de l'importation de vos données."
 
 
-#: plugins/addons/mailqueue/contents.tpl:37
-msgid "Requeue all messages in selected servers queue"
-msgstr "Remettre tout les messages dans les queues sélectionnées"
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
+msgid "Here is the status report for the import:"
+msgstr "Voici le rapport de votre importation:"
 
 
-#: plugins/addons/mailqueue/contents.tpl:48
-msgid "Search returned no results"
-msgstr "La recherche n'a renvoyé aucun résultat"
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+msgid "Selected Template"
+msgstr "Sélectionnez le modèle"
 
 
-#: plugins/addons/mailqueue/contents.tpl:54
-msgid "ID"
-msgstr "ID"
+#: plugins/addons/ldapmanager/class_import.inc:41
+msgid "You've no permission to do LDAP imports."
+msgstr ""
+"Vous n'avez pas les droits nécessaires pour effectuer des importations LDAP."
 
 
-#: plugins/addons/mailqueue/contents.tpl:57
-msgid "Arrival"
-msgstr "Arrivée"
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr "Erreur Inconnue"
 
 
-#: plugins/addons/mailqueue/contents.tpl:59
-msgid "Recipient"
-msgstr "Destinataire"
+#: plugins/addons/ldapmanager/contentexport.tpl:3
+msgid ""
+"The LDIF export plugin provides methods to download a complete snapshot of "
+"the running LDAP directory as ldif. You may save these files for backup "
+"purpose or when initializing a new server."
+msgstr ""
+"L'extension d'exportation au format LDIF permet d'exporter une copie "
+"complète de l'annuaire LDAP au format ldif. Ces fichiers peuvent être "
+"utilisés à des fins de sauvegarde ou lors de la mise en place d'un nouveau "
+"serveur."
 
 
-#: plugins/addons/mailqueue/contents.tpl:60
-msgid "Error"
-msgstr "Erreur"
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "Exporter une seule entrée"
 
 
-#: plugins/addons/mailqueue/contents.tpl:95
-msgid "Delete this message"
-msgstr "Supprimer ce message"
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
+msgstr "Exporter un fichier LDIF complet pour "
 
 
-#: plugins/addons/mailqueue/contents.tpl:99
-msgid "unhold"
-msgstr "enlever de la file d'attente"
+#: plugins/addons/ldapmanager/contentexport.tpl:24
+#: plugins/addons/ldapmanager/contentexport.tpl:39
+#: plugins/addons/ldapmanager/contentexportxls.tpl:27
+#: plugins/addons/ldapmanager/contentexportxls.tpl:42
+msgid "Choose the department you want to Export"
+msgstr "Choisissez le département que vous voulez exporter"
 
 
-#: plugins/addons/mailqueue/contents.tpl:99
-msgid "Release message"
-msgstr "Enlever le message de la file d'attente"
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr "Exporter un IVBB LDIF de"
 
 
-#: plugins/addons/mailqueue/contents.tpl:103
-msgid "hold"
-msgstr "mettre dans la file d'attente"
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr "Exportation réussie"
 
 
-#: plugins/addons/mailqueue/contents.tpl:103
-msgid "Hold message"
-msgstr "Mettre en attente"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the complete LDAP database to a file"
+msgstr "Cliquez ici pour sauvegarder l'arbre LDAP dans un fichier"
 
 
-#: plugins/addons/mailqueue/contents.tpl:107
-msgid "requeue"
-msgstr "remettre dans la queue"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the LDAP Export "
+msgstr "Cliquez ici pour exporter l'arbre LDAP "
 
 
-#: plugins/addons/mailqueue/contents.tpl:107
-msgid "Requeue this message"
-msgstr "Remettre ce message dans la queue"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:23
+msgid "LDAP manager"
+msgstr "Gérer LDAP"
 
 
-#: plugins/addons/mailqueue/contents.tpl:110
-msgid "header"
-msgstr "entête"
+#: plugins/addons/ldapmanager/class_export.inc:6
+msgid "CSV import"
+msgstr "Importer un fichier CSV"
 
 
-#: plugins/addons/mailqueue/contents.tpl:110
-msgid "Display header from this message"
-msgstr "Afficher l'entête de ce message"
+#: plugins/addons/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
+msgid "You've no permission to do LDAP exports."
+msgstr ""
+"Vous n'avez pas les droits nécessaires pour effectuer des exportations LDAP."
+
+#: plugins/addons/ldapmanager/class_export.inc:83
+#: plugins/addons/ldapmanager/class_exportxls.inc:89
+msgid "Error while exporting the requested entries!"
+msgstr "Une erreur s'est produite lors de l'exportation!"
 
 #: plugins/addons/ldapmanager/contentexportxls.tpl:3
 msgid ""
 
 #: plugins/addons/ldapmanager/contentexportxls.tpl:3
 msgid ""
@@ -4172,11 +4246,6 @@ msgstr ""
 "de l'annuaire LDAP au format XLS. Ces fichiers peuvent être utilisés à des "
 "fins de documentation."
 
 "de l'annuaire LDAP au format XLS. Ces fichiers peuvent être utilisés à des "
 "fins de documentation."
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
-msgstr "Exporter une seule entrée"
-
 #: plugins/addons/ldapmanager/contentexportxls.tpl:14
 msgid "Choose the data you want to Export"
 msgstr "Choisissez les données que vous voulez exporter"
 #: plugins/addons/ldapmanager/contentexportxls.tpl:14
 msgid "Choose the data you want to Export"
 msgstr "Choisissez les données que vous voulez exporter"
@@ -4185,2390 +4254,2524 @@ msgstr "Choisissez les données que vous voulez exporter"
 msgid "Export complete XLS for"
 msgstr "Exporter un fichier xls complet pour "
 
 msgid "Export complete XLS for"
 msgstr "Exporter un fichier xls complet pour "
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:27
-#: plugins/addons/ldapmanager/contentexportxls.tpl:42
-#: plugins/addons/ldapmanager/contentexport.tpl:24
-#: plugins/addons/ldapmanager/contentexport.tpl:39
-msgid "Choose the department you want to Export"
-msgstr "Choisissez le département que vous voulez exporter"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the complete LDAP database to a xls file"
+msgstr ""
+"Cliquez ici pour sauvegarder l'arbre LDAP  au complet dans un fichier xls"
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the LDAP Export to a xls file"
+msgstr ""
+"Cliquez ici pour exporter un morceau de l'arbre LDAP comme un fichier xls"
+
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+msgid "XLS import"
+msgstr "Importer un fichier XLS"
+
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Logs systèmes"
+
+#: plugins/addons/logview/class_logview.inc:63
+msgid "No LOG servers defined!"
+msgstr "Pas de LOG serveurs définis!"
+
+#: plugins/addons/logview/class_logview.inc:73
+#: plugins/addons/logview/class_logview.inc:168
+msgid "Can't connect to log database, no logs can be shown!"
+msgstr ""
+"Impossible de se connecter à la base de données des logs, aucun log ne peut "
+"être affiché!"
+
+#: plugins/addons/logview/class_logview.inc:77
+#: plugins/addons/logview/class_logview.inc:171
+msgid "Can't select log database for log generation!"
+msgstr ""
+"Impossible de sélectionner la base de données des logs afin de générer les "
+"logs!"
+
+#: plugins/addons/logview/class_logview.inc:86
+#: plugins/addons/logview/class_logview.inc:103
+msgid "Query for log database failed!"
+msgstr "La requête sur la base de données des logs a échoué!"
+
+#: plugins/addons/logview/class_logview.inc:118
+msgid "one hour"
+msgstr "Une heure"
+
+#: plugins/addons/logview/class_logview.inc:118
+msgid "6 hours"
+msgstr "6 heures"
+
+#: plugins/addons/logview/class_logview.inc:119
+msgid "12 hours"
+msgstr "12 heures"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
-msgstr "Exporter un IVBB LDIF de"
+#: plugins/addons/logview/class_logview.inc:119
+msgid "24 hours"
+msgstr "24 heures"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
-msgstr "Exportation réussie"
+#: plugins/addons/logview/class_logview.inc:120
+msgid "2 days"
+msgstr "2 jours"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the complete LDAP database to a xls file"
-msgstr ""
-"Cliquez ici pour sauvegarder l'arbre LDAP  au complet dans un fichier xls"
+#: plugins/addons/logview/class_logview.inc:120
+msgid "one week"
+msgstr "une semaine"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the LDAP Export to a xls file"
-msgstr ""
-"Cliquez ici pour exporter un morceau de l'arbre LDAP comme un fichier xls"
+#: plugins/addons/logview/class_logview.inc:121
+msgid "2 weeks"
+msgstr "2 semaines"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
-msgstr "Exportation LDIF"
+#: plugins/addons/logview/class_logview.inc:121
+msgid "one month"
+msgstr "un mois"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:101
-msgid "You've no permission to do CSV imports."
-msgstr ""
-"Vous n'avez pas les droits nécessaires pour effectuer des importations CSV."
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Afficher les machines"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:161
-msgid "Need 'sn','givenName' and 'uid' to create user."
-msgstr "J'ai besoin d'un 'sn','givenName' et 'uid' pour créer un utilisateur."
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Log Level"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-msgid "failed"
-msgstr "échec"
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Intervalle de temps"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
-msgstr "ok"
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Entrée la chaîne de caractères à chercher"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
-msgid "status"
-msgstr "statut"
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Ensemble de Règles"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:281
-#, php-format
-msgid "An Error Occured while inserting entry %s - process aborted"
-msgstr ""
-"Une erreur s'est produite lors de l'insertion de l'entrée %s -  le processus "
-"à été interrompu"
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Niveau"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr "Rien à importer !"
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Nom d'hôte"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:331
-#: plugins/addons/ldapmanager/class_csvimport.inc:342
-#: plugins/addons/ldapmanager/class_csvimport.inc:347
-#: plugins/addons/ldapmanager/class_import.inc:62
-#: plugins/addons/ldapmanager/class_import.inc:70
-msgid "There is no file uploaded."
-msgstr "Pas de fichier téléchargé."
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Message"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:336
-#: plugins/addons/ldapmanager/class_import.inc:55
-msgid "The specified file is empty."
-msgstr "Le fichier spécifié est vide."
+#: plugins/addons/logview/main.inc:23
+msgid "System log view"
+msgstr "Affichage des logs système"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:490
-msgid "The selected file does not contain any CSV Data..."
-msgstr "Le fichier spécifié ne contient pas de données CSV valide..."
+#: plugins/addons/mailqueue/main.inc:23
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
+msgid "Mail queue"
+msgstr "Queue du serveur de messagerie"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:3
+#: plugins/addons/mailqueue/class_mailqueue.inc:53
 msgid ""
 msgid ""
-"The LDIF import plugin provides methods to upload a set of entries to your "
-"running LDAP directory as ldif. You may use this to add new or modify "
-"existing entries. Remember that GOsa will not check your ldifs for GOsa "
-"conformance."
+"Please check your 'gosa.conf', there is no 'MAILQUEUE_QUERY_COMMAND' "
+"specified."
 msgstr ""
 msgstr ""
-"L'extension d'exportation/importation au format LDIF permet exporter/"
-"importer une série d'entrées au format ldif dans l'annuaire. Vous pouvez "
-"utiliser cette fonctionnalité pour ajouter de nouvelles entrées ou modifier "
-"des entrées existantes.Rappelez vous que GOsa ne vérifiera pas vos ldifs par "
-"rapport au schéma utilisés par GOsa."
-
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr "Importation d'un fichier LDIF"
+"Veuillez vérifier votre fichier 'gosa.conf' il n'y a pas de "
+"'MAILQUEUE_QUERY_COMMAND' spécifiée."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr "Modifier les attributs existants"
+#: plugins/addons/mailqueue/class_mailqueue.inc:80
+#: plugins/addons/mailqueue/class_mailqueue.inc:88
+#: plugins/addons/mailqueue/class_mailqueue.inc:107
+#: plugins/addons/mailqueue/class_mailqueue.inc:116
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#, php-format
+msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
+msgstr ""
+"Veuillez vérifier votre fichier 'gosa.conf' la commande %s ne peut pas être "
+"exécutée."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-msgid "Overwrite existing entry"
-msgstr "Récrire cette entrée"
+#: plugins/addons/mailqueue/class_mailqueue.inc:251
+msgid "up"
+msgstr "au dessus"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-msgid "Import successful"
-msgstr "Importation réussie"
+#: plugins/addons/mailqueue/class_mailqueue.inc:253
+msgid "down"
+msgstr "En bas"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:2
-msgid ""
-"The CSV import plugin provides methods to generate user accounts from a file "
-"containing Comma Seperated Values. The administrator can decide which "
-"columns should be transfered to which attribute. Note that you must have at "
-"least the UID, GIVENNAME and SURENAME set."
-msgstr ""
-"L'extension CSV permet de générer des comptes utilisateurs depuis un fichier "
-"contenant des valeurs séparées par des virgules. L'administrateur peut "
-"choisir quelle colonne doivent être transférées vers quel attribut. Notez "
-"que vous devez au moins avoir le UID, GIVENNAME et SURENAME fournis."
+#: plugins/addons/mailqueue/class_mailqueue.inc:296
+msgid "no limit"
+msgstr "pas de limites"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
-msgstr "Sélectionnez le fichier CSV à importer"
+#: plugins/addons/mailqueue/class_mailqueue.inc:301
+msgid "hours"
+msgstr "heures"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-msgid "Select template"
-msgstr "Sélectionnez le modèle"
+#: plugins/addons/mailqueue/class_mailqueue.inc:347
+msgid "Hold"
+msgstr "Maintenir"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:34
-msgid "All entries have been written to the LDAP database successfully."
-msgstr "Toutes les entrées on été écrites correctement dans l'arbre LDAP."
+#: plugins/addons/mailqueue/class_mailqueue.inc:348
+msgid "Un hold"
+msgstr "Mettre en attente"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:36
-msgid "Oups. There was an error during the import of your data."
-msgstr "Oups. Il à eu une erreur lors de l'importation de vos données."
+#: plugins/addons/mailqueue/class_mailqueue.inc:349
+#: plugins/addons/mailqueue/contents.tpl:78
+msgid "Active"
+msgstr "Actif"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-msgid "Here is the status report for the import:"
-msgstr "Voici le rapport de votre importation:"
+#: plugins/addons/mailqueue/class_mailqueue.inc:350
+msgid "Not active"
+msgstr "Pas actif"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-msgid "Selected Template"
-msgstr "Sélectionnez le modèle"
+#: plugins/addons/mailqueue/contents.tpl:13
+msgid "Please enter a search string here."
+msgstr "Veuillez indiquer une chaîne de caractères a chercher."
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-msgid "XLS import"
-msgstr "Importer un fichier XLS"
+#: plugins/addons/mailqueue/contents.tpl:15
+msgid "Select a server"
+msgstr "Sélectionnez un serveurs"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:39
-#: plugins/addons/ldapmanager/class_export.inc:38
-msgid "You've no permission to do LDAP exports."
-msgstr ""
-"Vous n'avez pas les droits nécessaires pour effectuer des exportations LDAP."
+#: plugins/addons/mailqueue/contents.tpl:18
+msgid "with status"
+msgstr "avec les statuts"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:89
-#: plugins/addons/ldapmanager/class_export.inc:83
-msgid "Error while exporting the requested entries!"
-msgstr "Une erreur s'est produite lors de l'exportation!"
+#: plugins/addons/mailqueue/contents.tpl:22
+msgid "within the last"
+msgstr "pendant la dernière"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:41
-msgid "You've no permission to do LDAP imports."
-msgstr ""
-"Vous n'avez pas les droits nécessaires pour effectuer des importations LDAP."
+#: plugins/addons/mailqueue/contents.tpl:30
+msgid "Remove all messages"
+msgstr "Enlever tout les messages"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr "Erreur Inconnue"
+#: plugins/addons/mailqueue/contents.tpl:31
+msgid "Remove all messages from selected servers queue"
+msgstr "Enlever tout les messages des queues sélectionnées"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:3
-msgid ""
-"The LDIF export plugin provides methods to download a complete snapshot of "
-"the running LDAP directory as ldif. You may save these files for backup "
-"purpose or when initializing a new server."
-msgstr ""
-"L'extension d'exportation au format LDIF permet d'exporter une copie "
-"complète de l'annuaire LDAP au format ldif. Ces fichiers peuvent être "
-"utilisés à des fins de sauvegarde ou lors de la mise en place d'un nouveau "
-"serveur."
+#: plugins/addons/mailqueue/contents.tpl:32
+msgid "Hold all messages"
+msgstr "Mettre en attente tout les messages"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
-msgstr "Exporter un fichier LDIF complet pour "
+#: plugins/addons/mailqueue/contents.tpl:33
+msgid "Hold all messages in selected servers queue"
+msgstr "Mettre en attente tout les messages dans les queues sélectionnées"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the complete LDAP database to a file"
-msgstr "Cliquez ici pour sauvegarder l'arbre LDAP dans un fichier"
+#: plugins/addons/mailqueue/contents.tpl:34
+msgid "Release all messages"
+msgstr "Libérer tout les messages"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the LDAP Export "
-msgstr "Cliquez ici pour exporter l'arbre LDAP "
+#: plugins/addons/mailqueue/contents.tpl:35
+msgid "Release all messages in selected servers queue"
+msgstr "Libérer tout les messages dans les queues sélectionnées"
 
 
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-#: plugins/addons/ldapmanager/main.inc:23
-msgid "LDAP manager"
-msgstr "Gérer LDAP"
+#: plugins/addons/mailqueue/contents.tpl:36
+msgid "Requeue all messages"
+msgstr "Remettre tout les messages dans la queue"
 
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-msgid "CSV import"
-msgstr "Importer un fichier CSV"
+#: plugins/addons/mailqueue/contents.tpl:37
+msgid "Requeue all messages in selected servers queue"
+msgstr "Remettre tout les messages dans les queues sélectionnées"
 
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "Logs systèmes"
+#: plugins/addons/mailqueue/contents.tpl:48
+msgid "Search returned no results"
+msgstr "La recherche n'a renvoyé aucun résultat"
 
 
-#: plugins/addons/logview/class_logview.inc:63
-msgid "No LOG servers defined!"
-msgstr "Pas de LOG serveurs définis!"
+#: plugins/addons/mailqueue/contents.tpl:54
+msgid "ID"
+msgstr "ID"
 
 
-#: plugins/addons/logview/class_logview.inc:73
-#: plugins/addons/logview/class_logview.inc:168
-msgid "Can't connect to log database, no logs can be shown!"
-msgstr ""
-"Impossible de se connecter à la base de données des logs, aucun log ne peut "
-"être affiché!"
+#: plugins/addons/mailqueue/contents.tpl:57
+msgid "Arrival"
+msgstr "Arrivée"
 
 
-#: plugins/addons/logview/class_logview.inc:77
-#: plugins/addons/logview/class_logview.inc:171
-msgid "Can't select log database for log generation!"
-msgstr ""
-"Impossible de sélectionner la base de données des logs afin de générer les "
-"logs!"
+#: plugins/addons/mailqueue/contents.tpl:59
+msgid "Recipient"
+msgstr "Destinataire"
 
 
-#: plugins/addons/logview/class_logview.inc:86
-#: plugins/addons/logview/class_logview.inc:103
-msgid "Query for log database failed!"
-msgstr "La requête sur la base de données des logs a échoué!"
+#: plugins/addons/mailqueue/contents.tpl:60
+msgid "Error"
+msgstr "Erreur"
 
 
-#: plugins/addons/logview/class_logview.inc:118
-msgid "one hour"
-msgstr "Une heure"
+#: plugins/addons/mailqueue/contents.tpl:95
+msgid "Delete this message"
+msgstr "Supprimer ce message"
 
 
-#: plugins/addons/logview/class_logview.inc:118
-msgid "6 hours"
-msgstr "6 heures"
+#: plugins/addons/mailqueue/contents.tpl:99
+msgid "unhold"
+msgstr "enlever de la file d'attente"
 
 
-#: plugins/addons/logview/class_logview.inc:119
-msgid "12 hours"
-msgstr "12 heures"
+#: plugins/addons/mailqueue/contents.tpl:99
+msgid "Release message"
+msgstr "Enlever le message de la file d'attente"
 
 
-#: plugins/addons/logview/class_logview.inc:119
-msgid "24 hours"
-msgstr "24 heures"
+#: plugins/addons/mailqueue/contents.tpl:103
+msgid "hold"
+msgstr "mettre dans la file d'attente"
 
 
-#: plugins/addons/logview/class_logview.inc:120
-msgid "2 days"
-msgstr "2 jours"
+#: plugins/addons/mailqueue/contents.tpl:103
+msgid "Hold message"
+msgstr "Mettre en attente"
 
 
-#: plugins/addons/logview/class_logview.inc:120
-msgid "one week"
-msgstr "une semaine"
+#: plugins/addons/mailqueue/contents.tpl:107
+msgid "requeue"
+msgstr "remettre dans la queue"
 
 
-#: plugins/addons/logview/class_logview.inc:121
-msgid "2 weeks"
-msgstr "2 semaines"
+#: plugins/addons/mailqueue/contents.tpl:107
+msgid "Requeue this message"
+msgstr "Remettre ce message dans la queue"
 
 
-#: plugins/addons/logview/class_logview.inc:121
-msgid "one month"
-msgstr "un mois"
+#: plugins/addons/mailqueue/contents.tpl:110
+msgid "header"
+msgstr "entête"
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Afficher les machines"
+#: plugins/addons/mailqueue/contents.tpl:110
+msgid "Display header from this message"
+msgstr "Afficher l'entête de ce message"
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "Log Level"
+#: plugins/admin/groups/class_groupGeneric.inc:115
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
+msgstr ""
+"Impossible de trouver le SID de ce groupe dans l'annuaire LDAP ou dans le "
+"fichier de configuration!"
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Intervalle de temps"
+#: plugins/admin/groups/class_groupGeneric.inc:167
+msgid "This 'dn' is no group."
+msgstr "Ce 'dn' n'est pas un groupe."
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Entrée la chaîne de caractères à chercher"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Samba group"
+msgstr "Groupe Samba"
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Ensemble de Règles"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain admins"
+msgstr "Administrateurs du domaine"
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "Niveau"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain users"
+msgstr "Utilisateurs du domaine"
 
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Nom d'hôte"
+#: plugins/admin/groups/class_groupGeneric.inc:285
+msgid "Domain guests"
+msgstr "Invités du domaine"
 
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "Message"
+#: plugins/admin/groups/class_groupGeneric.inc:290
+#, php-format
+msgid "Special group (%d)"
+msgstr "Groupe spécial (%d)"
 
 
-#: plugins/addons/logview/main.inc:23
-msgid "System log view"
-msgstr "Affichage des logs système"
+#: plugins/admin/groups/class_groupGeneric.inc:626
+#: plugins/admin/ogroups/class_ogroup.inc:541
+msgid "You have no permissions to create a group on this 'Base'."
+msgstr "Vous n'avez pas l'autorisation de créer un groupe dans cette 'Base'."
 
 
-#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
-#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
-#: plugins/admin/fai/tabsProfile.inc:30 plugins/admin/fai/tabsScript.inc:30
-#: plugins/admin/fai/tabsTemplate.inc:30
-#: plugins/admin/departments/tabs_department.inc:30
-msgid "Try to move tree failed. Destination tree is subtree of source tree."
+#: plugins/admin/groups/class_groupGeneric.inc:636
+msgid ""
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
-"Impossible de bouger l'arbre. L'arbre de destination est un sous arbre de "
-"l'arbre à bouger."
+"Le champ 'Nom' contient des caractères invalides. Minuscule, chiffre et "
+"tirets sont valides."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:31
-msgid "FAI"
-msgstr "FAI"
+#: plugins/admin/groups/class_groupGeneric.inc:647
+#: plugins/admin/groups/class_groupGeneric.inc:654
+msgid "Value specified as 'Name' is already used."
+msgstr "La valeur spécifiée dans le champs 'Nom' existe déjà."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-msgid "Fully Automatic Installation - management"
-msgstr "Gestion de - Fully Automatic Installation"
+#: plugins/admin/groups/mail.tpl:11
+msgid "Primary mail address for this shared folder"
+msgstr "Adresse de messagerie principale pour ce répertoire partagé"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:204
-#, php-format
-msgid "You're about to delete all information about the FAI class at '%s'."
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
 msgstr ""
 msgstr ""
-"Vous êtes sur le point de supprimer toute les informations relatives au "
-"composant FAI '%s'."
+"Sélectionner le serveur de messagerie sur lequel sera créé l'utilisateur"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:210
-#: plugins/admin/fai/class_faiManagement.inc:249
-#: plugins/admin/systems/class_systemManagement.inc:413
-#: plugins/admin/systems/class_systemManagement.inc:477
-msgid "You are not allowed to delete this component!"
-msgstr "Vous n'êtes pas autorisé à supprimer ce composant!"
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "Répertoire partagé IMAP"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:398
-#: plugins/admin/fai/faiPackageNew.tpl:65 plugins/admin/users/template.tpl:44
-#: ihtml/themes/altlinux/setup_introduction.tpl:12
-#: ihtml/themes/altlinux/setup_useradmin.tpl:41
-#: ihtml/themes/altlinux/setup_step2.tpl:13
-#: ihtml/themes/altlinux/setup_step3.tpl:18
-#: ihtml/themes/default/setup_introduction.tpl:12
-#: ihtml/themes/default/setup_useradmin.tpl:41
-#: ihtml/themes/default/setup_step2.tpl:13
-#: ihtml/themes/default/setup_step3.tpl:18
-msgid "Continue"
-msgstr "Continuer"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Permission par défaut"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:434
-#: plugins/admin/departments/class_departmentManagement.inc:279
-msgid "Go to users home department"
-msgstr "Aller au département de base des utilisateurs"
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Permission des membres"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-msgid "New profile"
-msgstr "Nouveau profil"
+#: plugins/admin/groups/mail.tpl:88
+msgid "Forward messages to non group members"
+msgstr "Transférer les messages vers un membre n'appartenant pas au groupe"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-msgid "P"
-msgstr "P"
+#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
+msgid "List of groups"
+msgstr "Liste des groupes"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:444
-msgid "New partition table"
-msgstr "Nouvelle table des partitions"
+#: plugins/admin/groups/headpage.tpl:25
+msgid ""
+"This menu allows you to add, edit and remove selected groups. You may want "
+"to use the range selector on top of the group listbox, when working with a "
+"large number of groups."
+msgstr ""
+"Ce menu permet d'ajouter, de modifier ou de supprimer les groupes "
+"sélectionnés. Vous pouvez utiliser les différents filtres lorsque vous "
+"travaillez avec un nombre élevé de groupes."
+
+#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
+msgid "Group administration"
+msgstr "Administration du groupe"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:444
-msgid "PT"
-msgstr "PT"
+#: plugins/admin/groups/class_groupManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
+#: html/getxls.php:99 html/getxls.php:244
+msgid "Groups"
+msgstr "Groupes"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-msgid "New scripts"
-msgstr "Nouveau scripts"
+#: plugins/admin/groups/class_groupManagement.inc:275
+#, php-format
+msgid "You're about to delete the group '%s'."
+msgstr "Vous êtes sur le point de supprimer le groupe '%s'."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-msgid "S"
-msgstr "S"
+#: plugins/admin/groups/class_groupManagement.inc:281
+#: plugins/admin/groups/class_groupManagement.inc:307
+msgid "You are not allowed to delete this group!"
+msgstr "Vous n'êtes pas autorisé à supprimer ce groupe!"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-msgid "New hooks"
-msgstr "Nouvelles connexions"
+#: plugins/admin/groups/class_groupManagement.inc:354
+msgid "Create new group"
+msgstr "Créer un nouveau groupe"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-msgid "H"
-msgstr "H"
+#: plugins/admin/groups/class_groupManagement.inc:361
+#: plugins/admin/applications/class_applicationManagement.inc:337
+#: plugins/admin/departments/class_departmentManagement.inc:291
+#: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
+msgid "Edit this entry"
+msgstr "Modifier cette entrée"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:453
-msgid "New variables"
-msgstr "Nouvelles variables"
+#: plugins/admin/groups/class_groupManagement.inc:362
+#: plugins/admin/applications/class_applicationManagement.inc:338
+#: plugins/admin/departments/class_departmentManagement.inc:292
+#: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+msgid "Delete this entry"
+msgstr "Supprimer cette entrée"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:453
-msgid "V"
-msgstr "V"
+#: plugins/admin/groups/class_groupManagement.inc:372
+#: plugins/admin/users/class_userManagement.inc:728
+msgid "Posix"
+msgstr "Posix"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-msgid "New templates"
-msgstr "Nouveau modèles"
+#: plugins/admin/groups/class_groupManagement.inc:375
+#: plugins/admin/applications/class_applicationManagement.inc:348
+#: plugins/admin/ogroups/class_ogroupManagement.inc:483
+#: plugins/gofon/fonreports/contents.tpl:34
+#: plugins/generic/references/class_reference.inc:42
+msgid "Application"
+msgstr "Applications"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-msgid "T"
-msgstr "T"
+#: plugins/admin/groups/class_groupManagement.inc:385
+msgid "Groupname"
+msgstr "Nom du groupe"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:459
-msgid "New package list"
-msgstr "Nouvelle liste des paquets"
+#: plugins/admin/groups/class_groupManagement.inc:386
+#: plugins/admin/users/class_userManagement.inc:691
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/ogroups/class_ogroupManagement.inc:392
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Propriétés"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:459
-msgid "PK"
-msgstr "PK"
+#: plugins/admin/groups/class_groupManagement.inc:390
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/ogroups/class_ogroupManagement.inc:397
+msgid "This table displays all groups, in the selected tree."
+msgstr "Ce tableau montre tous les groupes, dans l'arbre sélectionné."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:473
-#: plugins/admin/systems/class_systemManagement.inc:592
-msgid "This table displays all systems, in the selected tree."
-msgstr "Ce tableau montre toutes les systèmes, dans l'arbre sélectionné."
+#: plugins/admin/groups/remove.tpl:6
+msgid ""
+"This may be a primary user group. Please double check if you really want to "
+"do this since there is no way for GOsa to get your data back."
+msgstr ""
+"Ce groupe est un groupe principal contenant des utilisateurs. Veuillez vous "
+"assurez que vous voulez bien exécuter cette action. Toutes les données "
+"seront perdues étant donné qu'il est impossible pour GOsa de récupérer vos "
+"données."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:477
-msgid "Name of FAI class"
-msgstr "Nom de la classe FAI"
+#: plugins/admin/groups/application_options.tpl:1
+msgid "Application options"
+msgstr "Options des applications"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:478
-msgid "Class type"
-msgstr "Type de la classe"
+#: plugins/admin/groups/class_groupMail.inc:158
+msgid "read"
+msgstr "lecture"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:482
-msgid "Edit class"
-msgstr "Editer la classe"
+#: plugins/admin/groups/class_groupMail.inc:159
+msgid "post"
+msgstr "envoyer"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:483
-msgid "Delete class"
-msgstr "Effacer la classe"
+#: plugins/admin/groups/class_groupMail.inc:160
+msgid "external post"
+msgstr "envoi externe"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:503
-#: plugins/admin/groups/class_groupApplication.inc:371
-#: plugins/admin/departments/class_departmentManagement.inc:315
-msgid "department"
-msgstr "département"
+#: plugins/admin/groups/class_groupMail.inc:161
+msgid "append"
+msgstr "ajouter"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:525
-#: plugins/admin/fai/class_faiManagement.inc:526
-#: plugins/admin/fai/class_faiProfile.inc:161
-#: plugins/admin/fai/class_faiProfileEntry.inc:123
-msgid "Partition table"
-msgstr "Table des partitions"
+#: plugins/admin/groups/class_groupMail.inc:162
+msgid "write"
+msgstr "écrire"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:532
-#: plugins/admin/fai/class_faiManagement.inc:533
-msgid "Package list"
-msgstr "Liste des paquets"
+#: plugins/admin/groups/class_groupMail.inc:187
+msgid "This 'dn' has no valid mail extensions."
+msgstr "Ce 'dn' n'a pas d'extension mail valide."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:539
-#: plugins/admin/fai/class_faiManagement.inc:540
-msgid "Scripts"
-msgstr "Scripts"
+#: plugins/admin/groups/class_groupMail.inc:252
+msgid "You're trying to add an invalid email address "
+msgstr "Vous essayez d'ajouter une adresse mail non valide "
 
 
-#: plugins/admin/fai/class_faiManagement.inc:560
-#: plugins/admin/fai/class_faiManagement.inc:561
-msgid "Profile"
-msgstr "Profil"
+#: plugins/admin/groups/class_groupMail.inc:253
+msgid "to the list of forwarders."
+msgstr "liste des personnes vers lesquelles les mails seront relayés."
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
-msgid "Please enter your search string here"
-msgstr "Veuillez indiquer une chaîne de caractères a chercher"
+#: plugins/admin/groups/class_groupMail.inc:622
+msgid "Please enter a valid email addres in 'Primary address' field."
+msgstr ""
+"Veuillez entrer une adresse de messagerie valide dans le champ 'Adresse "
+"principale'."
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
+#: plugins/admin/groups/class_groupMail.inc:655
 msgid ""
 msgid ""
-"This list displays all assigned package names for this repository settings."
-msgstr "Cette liste affiche tout les paquets assigné à ce dépôt."
+"Please choose valid permission settings. Default permission can't be emtpy."
+msgstr ""
+"Veuillez choisir des permissions valables. Les permissions par défaut ne "
+"peuvent pas être vides."
 
 
-#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
-msgid "Fully Automatic Installation"
-msgstr "Installation entièrement automatique (FAI)"
+#: plugins/admin/groups/class_groupMail.inc:659
+msgid "Please select a valid mail server."
+msgstr "Veuillez sélectionner un serveur de messagerie valide."
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
-#: plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/class_faiProfileEntry.inc:154
-#: plugins/admin/fai/faiHook.tpl:32
-msgid "Objects"
-msgstr "Objets"
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Objet"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
-msgid "Discs"
-msgstr "Disques"
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+msgid "Choose"
+msgstr "Choisissez"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
-msgstr "Choisissez un disque à effacer ou editer"
+#: plugins/admin/groups/acl.tpl:17
+msgid "Apply this acl only for users own entries"
+msgstr "Appliquer cet ACL uniquement pour l'entrée de l'utilisateur"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
-msgstr "Liste des objets FAI (Fully Automatic Installation)"
+#: plugins/admin/groups/application.tpl:4
+msgid "Used applications"
+msgstr "Applications utilisées"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:27
-msgid ""
-"This menu allows you to select FAI class names and to add them to the "
-"currently edited profile."
-msgstr ""
-"Ce menu vous permet de sélectionner des classes FAI et de les ajouter au "
-"profile actuellement édité."
+#: plugins/admin/groups/application.tpl:7
+#, fuzzy
+msgid "Add category"
+msgstr "Catégorie"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:40
-msgid "Show only classes with templates"
-msgstr "Montrer seulement les classes avec modèles"
+#: plugins/admin/groups/application.tpl:12
+msgid "Available applications"
+msgstr "Applications disponibles"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:42
-msgid "Show only classes with scripts"
-msgstr "Montrer seulement les classes avec scripts"
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Sélectionnez les utilisateurs à ajouter"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:44
-msgid "Show only classes with hooks"
-msgstr "Montrer seulement les classes avec une connection"
+#: plugins/admin/groups/group_objects.tpl:29
+msgid "Display users of department"
+msgstr "Afficher les utilisateurs du département"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:46
-msgid "Show only classes with variables"
-msgstr "Montrer seulement les classes avec variables"
+#: plugins/admin/groups/group_objects.tpl:39
+#: plugins/admin/users/headpage.tpl:49
+msgid "Regular expression for matching user names"
+msgstr "Expression régulière concordant avec les noms des utilisateurs"
+
+#: plugins/admin/groups/class_groupAcl.inc:58
+msgid "This 'dn' is no acl container."
+msgstr "Ce 'dn' n'est pas un conteneur pour les acls."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:48
-msgid "Show only classes with packages"
-msgstr "Montrer seulement les classes avec des paquets"
+#: plugins/admin/groups/class_groupAcl.inc:203
+msgid "All fields are writeable"
+msgstr "Tous les champs sont modifiables"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:50
-msgid "Show only classes with partitions"
-msgstr "Montrer seulement les classes avec des partitions"
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
+msgid "Group name"
+msgstr "Nom du groupe"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiProfileEntry.tpl:56
-#: plugins/admin/fai/faiPackageEntry.tpl:48 plugins/admin/fai/headpage.tpl:47
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects matching"
-msgstr "Afficher les objets correspondants"
+#: plugins/admin/groups/generic.tpl:9
+msgid "Posix name of the group"
+msgstr "Nom posix du groupe"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:60
-#: plugins/admin/fai/faiPackageEntry.tpl:53 plugins/admin/fai/headpage.tpl:51
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Regular expression for matching object names"
-msgstr "Expression régulière pour trouver les objets correspondants"
+#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
+msgid "Descriptive text for this group"
+msgstr "Description du groupe"
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-msgid "Package"
-msgstr "Paquet"
+#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
+msgid "Choose subtree to place group in"
+msgstr "Sélectionnez la branche où sera placée le groupe"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:51
-#: plugins/admin/fai/class_faiHookEntry.inc:54
-msgid "Please select a valid file."
-msgstr "Veuillez sélectionner un fichier valide."
+#: plugins/admin/groups/generic.tpl:36
+msgid "Normally IDs are autogenerated, select to specify manually"
+msgstr ""
+"Normalement les IDs sont générés automatiquement, vous pouvez en spécifier "
+"un manuellement"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:54
-#: plugins/admin/fai/class_faiHookEntry.inc:57
-msgid "Selected file is empty."
-msgstr "Le fichier spécifié est vide."
+#: plugins/admin/groups/generic.tpl:36
+msgid "Force GID"
+msgstr "Forcer le GID"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:99
-#: plugins/admin/fai/class_faiVariableEntry.inc:86
-#: plugins/admin/fai/class_faiHookEntry.inc:112
-#: plugins/admin/fai/class_faiTemplateEntry.inc:164
-msgid "Please enter a name."
-msgstr " Veuillez entrer un nom."
+#: plugins/admin/groups/generic.tpl:38
+msgid "Forced ID number"
+msgstr "Forcer le numéro d'ID"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:103
-msgid "Please enter a script."
-msgstr "Veuillez indiquer un script."
+#: plugins/admin/groups/generic.tpl:45
+msgid "Select to create a samba conform group"
+msgstr "Sélectionnez afin de créer un groupe samba"
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
-msgid "List of assigned variables"
-msgstr "Liste des noms de variables déjà utilisées"
+#: plugins/admin/groups/generic.tpl:50
+msgid "in domain"
+msgstr "dans le domaine"
 
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
-msgstr "Choisissez une variable à effacer ou éditer"
+#: plugins/admin/groups/generic.tpl:67
+msgid "Members are in a phone pickup group"
+msgstr "Les membres sont dans un groupe téléphonique"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:386
-#: plugins/admin/users/class_userManagement.inc:691
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_ogroupManagement.inc:392
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
-msgstr "Propriétés"
+#: plugins/admin/groups/generic.tpl:80
+msgid "Members are in a nagios group"
+msgstr "Les membres sont dans un groupe nagios"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-msgid "Script attributes"
-msgstr "Attributs du script"
+#: plugins/admin/groups/generic.tpl:96
+msgid "Group members"
+msgstr "Membre du groupe"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
-msgid "Choose a priority"
-msgstr "Sélectionnez une priorité"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Administrateurs du répertoire"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
-msgid "Import script"
-msgstr "Importez un script"
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Sélectionner un département"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:150
-msgid "There is no useable package list defined."
-msgstr "Il n'y a pas de liste de paquets utilisable définie."
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Afficher les adresses du département"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:295
-#, php-format
-msgid "Can't read configuration folder '%s'."
-msgstr "Impossible de lire la configuration du répertoire '%s'."
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Afficher les adresses correspondantes"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:377
-msgid "Please select a least one Package."
-msgstr "Veuillez sélectionner au moins un paquet."
+#: plugins/admin/groups/class_groupApplication.inc:299
+msgid "This 'dn' is no appgroup."
+msgstr "Ce 'dn' n'est pas un groupe d'applications."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:381
-msgid "Please choose a valid combination for your repository setup."
+#: plugins/admin/groups/class_groupApplication.inc:307
+msgid "Remove applications"
+msgstr "Suppression d'applications"
+
+#: plugins/admin/groups/class_groupApplication.inc:308
+msgid ""
+"This group has application features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Veuillez choisir une combinaison valable pour la création de votre dépôt de "
-"paquets."
+"Des applications sont configurées pour ce groupe. Vous pouvez les désactivez "
+"en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:402
-msgid "package is configured"
-msgstr "le paquet est configuré"
+#: plugins/admin/groups/class_groupApplication.inc:310
+msgid "Create applications"
+msgstr "Créer des applications"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:426
-#, php-format
-msgid "Package file '%s' does not exist."
-msgstr "Le paquets '%s' n'existe pas."
+#: plugins/admin/groups/class_groupApplication.inc:311
+msgid ""
+"This group has application features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Ce groupe ne possède pas d'applications configurées. Vous pouvez en ajouter "
+"en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/fai/faiPackage.tpl:29
-msgid "Repository"
-msgstr "Dépôt"
+#: plugins/admin/groups/class_groupApplication.inc:323
+#, fuzzy
+msgid "Invalid character in category name."
+msgstr "L'uid contient des caractères invalides."
 
 
-#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
-msgid "Release"
-msgstr "Version"
+#: plugins/admin/groups/class_groupApplication.inc:331
+#, fuzzy
+msgid "The specified category already exists."
+msgstr "Le cn indiqué '%s' existe déjà."
 
 
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:313
-msgid "Section"
-msgstr "Section"
+#: plugins/admin/groups/class_groupApplication.inc:372
+msgid "The selected application name is not uniq. Please check your LDAP."
+msgstr ""
+"Le nom de l'application n'est pas unique. Veuillez vérifier l'annuaire LDAP."
 
 
-#: plugins/admin/fai/faiPackage.tpl:50
-msgid "Mirror"
-msgstr "Mirroir"
+#: plugins/admin/groups/class_groupApplication.inc:408
+msgid "The selected application has no options."
+msgstr "L'application sélectionnée n'a pas d'options."
 
 
-#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
-msgid "mirror"
-msgstr "mirroir"
+#: plugins/admin/groups/class_groupApplication.inc:501
+#: plugins/admin/departments/class_departmentManagement.inc:315
+#: plugins/admin/fai/class_faiManagement.inc:503
+msgid "department"
+msgstr "département"
 
 
-#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
-#: plugins/admin/systems/workstationStartup.tpl:41
-msgid "set"
-msgstr "activé"
+#: plugins/admin/groups/class_groupApplication.inc:509
+msgid "application"
+msgstr "application"
 
 
-#: plugins/admin/fai/faiPackage.tpl:68
-msgid "Used packages"
-msgstr "Paquets utilisés"
+#: plugins/admin/groups/class_groupApplication.inc:550
+#: plugins/admin/groups/class_groupApplication.inc:586
+#, fuzzy
+msgid "Delete entry"
+msgstr "Supprimer cette entrée"
 
 
-#: plugins/admin/fai/faiPackage.tpl:70
-msgid "Choosen packages"
-msgstr "Paquets Choisis"
+#: plugins/admin/groups/class_groupApplication.inc:554
+#: plugins/admin/groups/class_groupApplication.inc:584
+msgid "Move up"
+msgstr ""
 
 
-#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
-msgid "Configure"
-msgstr "Configurer"
+#: plugins/admin/groups/class_groupApplication.inc:555
+#: plugins/admin/groups/class_groupApplication.inc:585
+#, fuzzy
+msgid "Move down"
+msgstr "En bas"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:145
-#: plugins/admin/fai/class_faiProfileEntry.inc:151
-msgid "This list displays all assigned class names for this profile."
-msgstr "Cette liste affiche toute les classes appartenant à ce profile."
+#: plugins/admin/groups/class_groupApplication.inc:582
+#, fuzzy
+msgid "Insert seperator"
+msgstr "Séparateur"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:153
-msgid "Append new class names"
-msgstr "Ajouter des nouveaux noms de classes"
+#: plugins/admin/users/password.tpl:2
+msgid ""
+"To change the user password use the fields below. The changes take effect "
+"immediately. Please memorize the new password, because the user wouldn't be "
+"able to login without it."
+msgstr ""
+"Pour changer le mot de passe des utilisateurs, utilisez le champ ci-dessous. "
+"Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau "
+"mot de passe sinon l'utilisateur ne pourra pas s'identifier sans celui-ci."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:156
-#: plugins/admin/fai/class_faiProfileEntry.inc:118
-msgid "Hook bundle"
-msgstr "Ensemble de connections"
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
+msgstr "Créer un nouvel utilisateur à partir d'un modèle"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:157
-#: plugins/admin/fai/class_faiProfileEntry.inc:119
-msgid "Template bundle"
-msgstr "Ensemble de modèles"
+#: plugins/admin/users/template.tpl:6
+msgid ""
+"Creating a new user can be assisted by using templates. Many database "
+"records will be filled automatically. Choose 'none' to skip the usage of "
+"templates."
+msgstr ""
+"La création d'un nouvel utilisateur peut être facilité en utilisant les "
+"modèles. De nombreuses informations seront ainsi remplies automatiquement. "
+"Sélectionnez 'aucun' afin de ne pas utiliser les modèles."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:158
-#: plugins/admin/fai/class_faiProfileEntry.inc:120
-msgid "Script bundle"
-msgstr "Ensemble de scripts"
+#: plugins/admin/users/template.tpl:11
+#: plugins/admin/users/class_userManagement.inc:1028
+#: plugins/admin/systems/class_systemManagement.inc:705
+msgid "Template"
+msgstr "Modèle"
+
+#: plugins/admin/users/template.tpl:44
+#: plugins/admin/fai/class_faiManagement.inc:398
+#: plugins/admin/fai/faiPackageNew.tpl:65
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+msgid "Continue"
+msgstr "Continuer"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:159
-#: plugins/admin/fai/class_faiProfileEntry.inc:121
-msgid "Variable bundle"
-msgstr "Ensemble de variables"
+#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
+msgid "User administration"
+msgstr "Administration des utilisateurs"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:160
-msgid "Packages bundle"
-msgstr "Ensemble de paquets"
+#: plugins/admin/users/class_userManagement.inc:25
+#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
+#: html/getxls.php:243
+msgid "Users"
+msgstr "Utilisateurs"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:163
-msgid "Remove class from profile"
-msgstr "Enlever la classe du profil"
+#: plugins/admin/users/class_userManagement.inc:247
+#: plugins/admin/users/class_userManagement.inc:317
+msgid "You are not allowed to set this users password!"
+msgstr ""
+"Vous n'êtes pas autorisé à indiquer un mot de passe pour cet utilisateur!"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:226
-msgid "Please assign at least one class to this  profile."
-msgstr "Veuillez assigner au moins une classe à ce profile."
+#: plugins/admin/users/class_userManagement.inc:353
+#, php-format
+msgid "You're about to delete the user %s."
+msgstr "Vous êtes sur le point de supprimer l'utilisateur %s."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:230
-msgid "Please enter a valid name."
-msgstr "Veuillez entrer un nom valide."
+#: plugins/admin/users/class_userManagement.inc:359
+#: plugins/admin/users/class_userManagement.inc:387
+msgid "You are not allowed to delete this user!"
+msgstr "Vous n'êtes pas autorisé à supprimer cette utilisateur!"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:238
-msgid "There is already a profile with this class name defined."
-msgstr "Il y a déjà un profil avec ce nom de classe."
+#: plugins/admin/users/class_userManagement.inc:488
+#: plugins/admin/systems/class_workstationStartup.inc:49
+#: plugins/admin/ogroups/class_ogroup.inc:240
+msgid "none"
+msgstr "aucun"
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
-msgid "FAI classes"
-msgstr "Classes FAI"
+#: plugins/admin/users/class_userManagement.inc:559
+msgid "A person with the choosen name is already used in this tree."
+msgstr "Une personne ayant ce nom existe déjà dans l'annuaire."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
-msgid "FS type"
-msgstr "FS type"
+#: plugins/admin/users/class_userManagement.inc:674
+msgid "Create new user"
+msgstr "Création d'un nouvel utilisateur"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
-msgid "Mount point"
-msgstr "Point de montage"
+#: plugins/admin/users/class_userManagement.inc:674
+msgid "New user"
+msgstr "Nouvel utilisateur"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
-msgid "Size in MB"
-msgstr "Taille en MB"
+#: plugins/admin/users/class_userManagement.inc:675
+msgid "Create new template"
+msgstr "Créer un nouveau modèle"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
-msgid "Mount options"
-msgstr "Options de montage"
+#: plugins/admin/users/class_userManagement.inc:675
+msgid "New template"
+msgstr "Nouveau modèle"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
-msgid "FS option"
-msgstr "option du système de fichier"
+#: plugins/admin/users/class_userManagement.inc:682
+msgid "password"
+msgstr "mot de passe"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
-msgid "Preserve"
-msgstr "Préserver"
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
+#: ihtml/themes/default/setup_useradmin.tpl:22
+msgid "Username"
+msgstr "Nom d'utilisateur"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
-#, php-format
-msgid "please enter a unique mount point for partition %s"
-msgstr "Veuillez entrer un point de montage unique pour la partition %s"
+#: plugins/admin/users/class_userManagement.inc:695
+msgid "This table displays all users, in the selected tree."
+msgstr "Ce tableau montre toutes les utilisateurs, dans l'arbre sélectionné."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
-#, php-format
-msgid "Please enter a valid mount point for partition %s."
-msgstr "Veuillez entrer un point de montage valide pour la partition %s."
+#: plugins/admin/users/class_userManagement.inc:726
+msgid "GOsa"
+msgstr "GOsa"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
-#, php-format
-msgid ""
-"File system type 'swap' is already used, change file system type for "
-"partition %s."
-msgstr ""
-"Le système de fichier 'swap' est déjà utilisé, veuillez changer le type pour "
-"la partition %s."
+#: plugins/admin/users/class_userManagement.inc:727
+msgid "Edit generic properties"
+msgstr "Modifier les propriétés de base"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
-msgstr ""
-"Veuillez utiliser 'swap' comme point de montage, si 'swap' est utilisé comme "
-"type de fichier."
+#: plugins/admin/users/class_userManagement.inc:729
+msgid "Edit UNIX properties"
+msgstr "Modifier les propriétés UNIX"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
-#, php-format
-msgid "Please enter a valid partition size for partition %s."
-msgstr "Veuillez entrer une taille valide pour la partition %s."
+#: plugins/admin/users/class_userManagement.inc:731
+msgid "Edit environment properties"
+msgstr "Modifier les propriétés d'environnement"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
-#, php-format
-msgid "Please enter a valid range for partition %s."
-msgstr "Veuillez entrer une dimension valide pour la partition %s."
+#: plugins/admin/users/class_userManagement.inc:733
+msgid "Edit mail properties"
+msgstr "Modifier les propriétés de messagerie"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
-#, php-format
-msgid "Please enter a range for partition size for partition %s."
-msgstr ""
-"Veuillez entrer une dimension valide pour la taille de la partition %s."
+#: plugins/admin/users/class_userManagement.inc:735
+msgid "Edit phone properties"
+msgstr "Modifier les propriétés téléphoniques"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-msgid "Device"
-msgstr "Périphérique"
+#: plugins/admin/users/class_userManagement.inc:737
+msgid "Edit fax properies"
+msgstr "Modifier les propriétés fax"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
-msgid "Partition entries"
-msgstr "Liste de partitions"
+#: plugins/admin/users/class_userManagement.inc:739
+msgid "Edit samba properties"
+msgstr "Modifier les propriétés samba"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
-msgid "Add partition"
-msgstr "Ajouter une partition"
+#: plugins/admin/users/class_userManagement.inc:740
+msgid "Create user from template"
+msgstr "Créer un nouvel utilisateur depuis un modèle"
 
 
-#: plugins/admin/fai/faiScript.tpl:34
-msgid "List of scripts"
-msgstr "Liste des scripts"
+#: plugins/admin/users/class_userManagement.inc:741
+msgid "Create user with this template"
+msgstr "Créer un nouvel utilisateur avec ce modèle"
 
 
-#: plugins/admin/fai/faiScript.tpl:40
-msgid "Choose a script to delete or edit"
-msgstr "Choisissez un script à effacer ou éditer"
+#: plugins/admin/users/class_userManagement.inc:800
+msgid "Online"
+msgstr "En ligne"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:2
-msgid "Repository settings"
-msgstr "Paramètres du dépôt"
+#: plugins/admin/users/class_userManagement.inc:807
+msgid "Offline"
+msgstr "Hors-ligne"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:6
+#: plugins/admin/users/remove.tpl:6
 msgid ""
 msgid ""
-"To add packages to your package list you have to setup the repository "
-"settings first."
+"This includes all account data, system access rules, imap settings, etc. for "
+"this user. Please double check if your really want to do this since there is "
+"no way for GOsa to get your data back."
 msgstr ""
 msgstr ""
-"Pour ajouter des paquets à votre liste, vous devez d'abord configurer votre "
-"dépôt."
+"Cela inclut toutes les données des comptes, les droits d'accès, la "
+"configuration imap,etc. pour cet utilisateur. Veuillez vous assurez que vous "
+"voulez effectuez cette opération. Toutes les données seront perdues étant "
+"donné qu'il est impossible pour GOsa de récupérer vos données."
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:8
+#: plugins/admin/users/headpage.tpl:6
+msgid "List of users"
+msgstr "Liste des utilisateurs"
+
+#: plugins/admin/users/headpage.tpl:24
 msgid ""
 msgid ""
-"Packages are usually stored on different servers called mirrors. These "
-"mirrors have different types of releases (for example woody/sarge/etch), "
-"which finally contain packages sorted by section."
+"This menu allows you to create, edit and delete selected users. Having a "
+"great number of users, you may want to use the range selectors on top of the "
+"user list."
 msgstr ""
 msgstr ""
-"Les paquets sont généralement stockés sur différents serveurs appelés "
-"miroirs. Ces miroirs hébergent différentes versions (par exemple woody/sarge/"
-"etc), qui contient les paquets triés par section."
+"Ce menu permet d'ajouter, modifier ou supprimer le ou les utilisateur(s) "
+"sélectionné(s). Si vous avez un grand nombre d'utilisateurs il est conseillé "
+"d'utiliser les filtres."
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:11
-msgid ""
-"Section and release can't be changed in future dialogs, but the mirror can "
-"be changed by editing the entry."
+#: plugins/admin/users/headpage.tpl:38
+msgid "Select to see template pseudo users"
+msgstr "Sélectionnez afin d'afficher les modèles des pseudo utilisateurs"
+
+#: plugins/admin/users/headpage.tpl:38 plugins/admin/fai/headpage.tpl:37
+msgid "Show templates"
+msgstr "Afficher les modèles"
+
+#: plugins/admin/users/headpage.tpl:39
+msgid "Select to see users that have only a GOsa object"
 msgstr ""
 msgstr ""
-"La section et la version ne peuvent pas être changé par après, mais les "
-"miroirs peuvent être changés."
+"Sélectionnez afin d'afficher les utilisateurs qui ont seulement un objet GOsa"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:17
-msgid ""
-"First select the preferred release, then the section and finally the mirror."
+#: plugins/admin/users/headpage.tpl:39
+msgid "Show functional users"
+msgstr "Afficher les utilisateurs fonctionnels"
+
+#: plugins/admin/users/headpage.tpl:40
+msgid "Select to see users that have posix settings"
+msgstr "Sélectionnez afin d'afficher les utilisateurs ayant un compte posix"
+
+#: plugins/admin/users/headpage.tpl:40
+msgid "Show unix users"
+msgstr "Afficher les utilisateurs Unix"
+
+#: plugins/admin/users/headpage.tpl:41
+msgid "Select to see users that have mail settings"
 msgstr ""
 msgstr ""
-"Choisissez en premier lieu votre version préférée, ensuite la section et "
-"finalement le miroir."
+"Sélectionnez afin d'afficher les utilisateurs ayant un compte de messagerie"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:25
-msgid "Following releases are available"
-msgstr "Les versions suivantes sont disponibles"
+#: plugins/admin/users/headpage.tpl:41
+msgid "Show mail users"
+msgstr "Afficher les utilisateurs de messagerie"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:37
-msgid "Sections for this release"
-msgstr "Sections pour cette version"
+#: plugins/admin/users/headpage.tpl:42
+msgid "Select to see users that have samba settings"
+msgstr "Sélectionnez afin d'afficher les utilisateurs ayant un compte samba"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:48
-msgid "Matching mirrors"
-msgstr "miroirs correspondants"
+#: plugins/admin/users/headpage.tpl:42
+msgid "Show samba users"
+msgstr "Afficher les utilisateurs samba"
 
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:82
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Veuillez entrer une valeur pour l'attribut 'contenu'."
+#: plugins/admin/users/headpage.tpl:43
+msgid "Select to see users that have proxy settings"
+msgstr "Sélectionnez afin d'afficher les utilisateurs ayant un compte proxy"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-msgid "Variable attributes"
-msgstr "Attributs des variables"
+#: plugins/admin/users/headpage.tpl:43
+msgid "Show proxy users"
+msgstr "Afficher les utilisateurs proxy"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-msgid "Variable content"
-msgstr "Contenu de la variable"
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+#: plugins/admin/applications/class_applicationManagement.inc:357
+msgid "Application name"
+msgstr "Nom de l'application"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:31
-msgid "List of template files"
-msgstr "Liste des modèles"
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
+msgid "Display name"
+msgstr "Nom à afficher"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:37
-msgid "Choose a template to delete or edit"
-msgstr "Choisissez le modèle à effacer où éditer"
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr "Le nom de l'application à afficher (ex: en dessous des icônes)"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-msgid "List of available packages"
-msgstr "Liste des paquets disponibles"
+#: plugins/admin/applications/generic.tpl:17
+#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
+#: plugins/admin/systems/workstation.tpl:88
+#: plugins/admin/ogroups/termgroup.tpl:13
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+msgid "Execute"
+msgstr "Exécuter"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:26
-msgid ""
-"This menu allows you to select multiple packages to add them to the "
-"currently edited package list."
-msgstr ""
-"Ce menu vous permet de sélectionner de multiples paquets à ajouter a la "
-"liste en cours d'édition."
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr "Chemin et/ou le nom de l'exécutable de l'application"
 
 
-#: plugins/admin/fai/remove.tpl:7
-msgid ""
-"This includes 'all' object information. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
 msgstr ""
 msgstr ""
-"Ceci inclut toutes les informations sur les objets. Veuillez vérifier que "
-"vous voulez effectuer cette opération, étant donné qu'il est impossible pour "
-"GOsa de récupérer vos données."
+"Sélectionner la branche de l'annuaire ou sera placée l'entrée de "
+"l'application"
 
 
-#: plugins/admin/fai/remove.tpl:11 plugins/admin/departments/remove.tpl:10
-#: plugins/admin/systems/remove.tpl:10 plugins/gofon/conference/remove.tpl:10
-msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your LDAP tree in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
-msgstr ""
-"Il est conseillé de sauvegarder l'arbre de votre annuaire LDAP dans un "
-"fichier avant de réaliser cette action. Appuyez sur 'Supprimer' pour "
-"continuer ou 'Annuler' pour abandonner."
+#: plugins/admin/applications/generic.tpl:48
+msgid "Icon"
+msgstr "Icône"
 
 
-#: plugins/admin/fai/headpage.tpl:6
-msgid "List of FAI classes"
-msgstr "Liste des classes FAI"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Update"
+msgstr "Mise à Jour"
 
 
-#: plugins/admin/fai/headpage.tpl:24
-msgid "This menu allows you to create, delete and edit FAI classes."
-msgstr "Ce menu vous permet créer, effacer et éditer des classes FAI."
+#: plugins/admin/applications/generic.tpl:56
+msgid "Reload picture from LDAP"
+msgstr "Recharger l'image à partir de l'annuaire LDAP"
 
 
-#: plugins/admin/fai/headpage.tpl:36
-msgid "Show profiles"
-msgstr "Afficher les profils"
+#: plugins/admin/applications/generic.tpl:70
+msgid "Only executable for members"
+msgstr "Exécutable uniquement par les membres"
 
 
-#: plugins/admin/fai/headpage.tpl:37 plugins/admin/users/headpage.tpl:38
-msgid "Show templates"
-msgstr "Afficher les modèles"
+#: plugins/admin/applications/generic.tpl:72
+msgid "Replace user configuration on startup"
+msgstr "Remplacer la configuration de l'utilisateur au démarrage"
 
 
-#: plugins/admin/fai/headpage.tpl:38
-msgid "Show scripts"
-msgstr "Afficher les scripts"
+#: plugins/admin/applications/generic.tpl:76
+msgid "Place icon on members desktop"
+msgstr "Placer une icône sur le bureau des membres"
 
 
-#: plugins/admin/fai/headpage.tpl:39
-msgid "Show hooks"
-msgstr "Montrer les connections"
+#: plugins/admin/applications/generic.tpl:79
+msgid "Place entry in members startmenu"
+msgstr "Placer une entrée dans le menu démarrage des membres"
 
 
-#: plugins/admin/fai/headpage.tpl:40
-msgid "Show variables"
-msgstr "Afficher les variables"
+#: plugins/admin/applications/generic.tpl:82
+#, fuzzy
+msgid "Place entry in members launch bar"
+msgstr "Placer une entrée dans le menu démarrage des membres"
 
 
-#: plugins/admin/fai/headpage.tpl:41
-msgid "Show packages"
-msgstr "Afficher les paquets"
+#: plugins/admin/applications/generic.tpl:95
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+msgid "Upload"
+msgstr "Télécharger"
 
 
-#: plugins/admin/fai/headpage.tpl:42
-msgid "Show partitions"
-msgstr "Afficher les partitions"
+#: plugins/admin/applications/class_applicationParameters.inc:50
+msgid "Remove options"
+msgstr "Supprimer les options"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:226
-#: plugins/admin/fai/class_faiPartitionTable.inc:232
-#, php-format
-msgid "%s partition"
-msgstr "partition(s) %s "
+#: plugins/admin/applications/class_applicationParameters.inc:51
+msgid "This application has options. You can disable them by clicking below."
+msgstr ""
+"Cette application a des options. Vous pouvez les désactiver en cliquant sur "
+"le bouton ci-dessous."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:228
-#: plugins/admin/fai/class_faiPartitionTable.inc:234
+#: plugins/admin/applications/class_applicationParameters.inc:53
+msgid "Create options"
+msgstr "Créer des options"
+
+#: plugins/admin/applications/class_applicationParameters.inc:54
+msgid ""
+"This application has options disabled. You can enable them by clicking below."
+msgstr ""
+"Cette application a des options désactivées. Vous pouvez les activer en "
+"cliquant en-dessous."
+
+#: plugins/admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "Variable"
+
+#: plugins/admin/applications/class_applicationParameters.inc:91
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "Valeur par défaut"
+
+#: plugins/admin/applications/class_applicationParameters.inc:102
+msgid "Add option"
+msgstr "Ajouter une option"
+
+#: plugins/admin/applications/class_applicationParameters.inc:154
 #, php-format
 #, php-format
-msgid "%s partition(s)"
-msgstr "partition(s) %s "
+msgid "Value '%s' specified as option name is not valid."
+msgstr "La valeur '%s' spécifiée pour le nom de l'option est invalide."
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:108
-msgid "Please enter a value for script."
-msgstr "Veuillez entrer une valeur pour le script."
+#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
+msgid ""
+"This may be used by several groups. Please double check if your really want "
+"to do this since there is no way for GOsa to get your data back."
+msgstr ""
+"Cela peut être utilisé par plusieurs groupes. Veuillez vérifier que vous "
+"voulez effectuer cette opération. Toutes les données seront perdues étant "
+"donné qu'il est impossible pour GOsa de récupérer vos données."
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:122
-msgid "Package bundle"
-msgstr "Ensemble des paquets"
+#: plugins/admin/applications/headpage.tpl:6
+msgid "List of applications"
+msgstr "Liste des applications"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:153
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-msgid "Class name"
-msgstr "Nom de la classe"
+#: plugins/admin/applications/headpage.tpl:24
+msgid ""
+"This menu allows you to add, edit and remove selected applications. You may "
+"want to use the range selector on top of the application listbox, when "
+"working with a large number of applications."
+msgstr ""
+"Ce menu permet l'ajout, la suppression et la modification des applications "
+"sélectionnées. Si vous avez un grand nombre d'applications il est conseillé "
+"d'utiliser les filtres."
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
-msgid "Hook attributes"
-msgstr "Attributs des connections"
+#: plugins/admin/applications/headpage.tpl:38
+msgid "Display applications matching"
+msgstr "Afficher les applications correspondantes"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:34
-msgid "Task"
-msgstr "Tâche"
+#: plugins/admin/applications/headpage.tpl:41
+msgid "Regular expression for matching application names"
+msgstr "Expression régulière pour faire correspondre le nom des applications"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:36
-msgid "Choose an existing FAI task"
-msgstr "Choisissez une tâche FAI existante"
+#: plugins/admin/applications/main.inc:38
+#: plugins/admin/applications/main.inc:40
+msgid "Application management"
+msgstr "Gestion des applications"
 
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
+#: plugins/admin/applications/class_applicationManagement.inc:250
 #, php-format
 #, php-format
-msgid "Debconf information for package '%s'"
-msgstr "Information Debconf pour le paquet '%s'"
+msgid "You're about to delete the application '%s'."
+msgstr "Vous êtes sur le point de supprimer l'application '%s'."
 
 
-#: plugins/admin/fai/class_askClassName.inc:71
-msgid "Create new FAI object - partition table."
-msgstr "Créer un nouvel objet FAI - table des partitions."
+#: plugins/admin/applications/class_applicationManagement.inc:256
+#: plugins/admin/applications/class_applicationManagement.inc:282
+msgid "You are not allowed to delete this application!"
+msgstr "Vous n'êtes pas autorisé à supprimer cette application!"
+
+#: plugins/admin/applications/class_applicationManagement.inc:330
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+msgid "new"
+msgstr "nouveau"
 
 
-#: plugins/admin/fai/class_askClassName.inc:72
-msgid "Create new FAI object - package bundle."
-msgstr "Créer un nouvel objet FAI - liste de paquets."
+#: plugins/admin/applications/class_applicationManagement.inc:330
+msgid "Create new application"
+msgstr "Créer une nouvelle application"
 
 
-#: plugins/admin/fai/class_askClassName.inc:73
-msgid "Create new FAI object - script bundle."
-msgstr "Créer un nouvel objet FAI - ensemble de scripts."
+#: plugins/admin/applications/class_applicationGeneric.inc:86
+msgid "no example"
+msgstr "pas d'exemple"
 
 
-#: plugins/admin/fai/class_askClassName.inc:74
-msgid "Create new FAI object - variable bundle."
-msgstr "Créer un nouvel objet FAI - ensemble de variables."
+#: plugins/admin/applications/class_applicationGeneric.inc:106
+msgid "This 'dn' is no application."
+msgstr "Ce 'dn' n'est pas une application."
 
 
-#: plugins/admin/fai/class_askClassName.inc:75
-msgid "Create new FAI object - hook bundle."
-msgstr "Créer un nouvel objet FAI - ensemble des connections."
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+msgid "The specified picture has not been uploaded correctly."
+msgstr "L'image spécifiée n'as pas été téléchargée correctement."
 
 
-#: plugins/admin/fai/class_askClassName.inc:76
-msgid "Create new FAI object - profile."
-msgstr "Créer un nouvel objet FAI - profil."
+#: plugins/admin/applications/class_applicationGeneric.inc:306
+msgid "You have no permissions to create a application on this 'Base'."
+msgstr ""
+"Vous n'avez pas les droits suffisants pour créer une application dans cette "
+"'Base'."
 
 
-#: plugins/admin/fai/class_askClassName.inc:77
-msgid "Create new FAI object - template."
-msgstr "Créer un nouvel objet FAI - modèle."
+#: plugins/admin/applications/class_applicationGeneric.inc:311
+msgid "Required field 'Name' is not filled."
+msgstr "Le champ obligatoire 'Nom' n'est pas rempli."
 
 
-#: plugins/admin/fai/class_askClassName.inc:78
-msgid "Create new FAI object"
-msgstr "Créer un nouvel objet FAI"
+#: plugins/admin/applications/class_applicationGeneric.inc:315
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+msgstr ""
+"Caractère non valide dans le nom de l'application. Seul les caractères de a-"
+"z et 0-9 sont permis."
 
 
-#: plugins/admin/fai/class_askClassName.inc:131
-msgid "The given class name is empty."
-msgstr "Le nom de classe indiqué est vide."
+#: plugins/admin/applications/class_applicationGeneric.inc:319
+msgid "Required field 'Execute' is not filled."
+msgstr "Le champ obligatoire 'Exécuter' n'est pas rempli."
 
 
-#: plugins/admin/fai/class_askClassName.inc:135
-msgid "The specified class name is already in use for this object type."
-msgstr "Le nom de classe indiqué est déjà utilisé pour un objet de ce type."
+#: plugins/admin/applications/class_applicationGeneric.inc:328
+msgid "There's already an application with this 'Name'."
+msgstr "Une application ayant le même 'Nom' existe déjà."
 
 
-#: plugins/admin/fai/askClassName.tpl:6
-msgid ""
-"Adding a new class to the FAI management, requires a class name. You have to "
-"specify a unique class name for unique types of FAI classes, while you can "
-"use the same class name for different types of FAI classes. In the laste "
-"case, FAI will automatically enclose all these different class types to one "
-"unique class name."
+#: plugins/admin/departments/tabs_department.inc:30
+#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
+#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
+#: plugins/admin/fai/tabsTemplate.inc:30 plugins/admin/fai/tabsProfile.inc:30
+#: plugins/admin/fai/tabsScript.inc:30
+msgid "Try to move tree failed. Destination tree is subtree of source tree."
 msgstr ""
 msgstr ""
-"Ajouter une classe à la gestion FAI nécessite un nom de classe. Vous devez "
-"spécifier un nom de classe unique pour les classe FAI de type unique, alors "
-"que vous pouvez utiliser le même nom pour des classes FAI de type différent. "
-"Dans le dernier cas, FAI incluera automatiquement toutes ces classes de "
-"différent type dans un nom de classe unique."
+"Impossible de bouger l'arbre. L'arbre de destination est un sous arbre de "
+"l'arbre à bouger."
 
 
-#: plugins/admin/fai/askClassName.tpl:12
-msgid ""
-"Please use one of the following methods to choose the name for the new FAI "
-"class."
-msgstr ""
-"Veuillez utiliser une des méthodes suivantes pour choisir le nom de la "
-"nouvelle classe FAI."
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Nom du département"
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr "Entrez le nom de la classe FAI manuellement"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Nom de la branche à créer"
 
 
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
-msgstr "Choisissez le nom de la classe FAI parmi les classes existantes"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:56
+msgid "Descriptive text for department"
+msgstr "Description du département"
 
 
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Choose class name"
-msgstr "Choisissez un nom de classe"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Catégorie"
 
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-msgid "Use"
-msgstr "Utiliser"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Catégorie pour cette branche de l'annuaire"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
-msgid "A new class name."
-msgstr "Un nouveau nom de classe."
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:122
+msgid "Choose subtree to place department in"
+msgstr ""
+"Sélectionnez la branche de l'annuaire dans laquelle sera placée le "
+"département"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:74
-msgid "no file uploaded yet"
-msgstr "pas encore de fichier téléchargé"
+#: plugins/admin/departments/generic.tpl:47
+msgid "State where this subtree is located"
+msgstr "Lieu où est située cette branche de l'annuaire"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:76
-#, php-format
-msgid "exists in database (size: %s bytes)"
-msgstr "existe dans la base de données (taille: %s octets)"
+#: plugins/admin/departments/generic.tpl:51
+msgid "Location of this subtree"
+msgstr "Localisation de cette branche"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:156
-msgid "Please specify a value for attribute 'file'."
-msgstr "Veuillez spécifier une valeur pour l'attribut 'fichier'."
+#: plugins/admin/departments/generic.tpl:55
+msgid "Postal address of this subtree"
+msgstr "Adresse postale de cette branche"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:160
-msgid "Please specify a value for attribute 'path'."
-msgstr "Veuillez spécifier une valeur pour l'attribut 'chemin'."
+#: plugins/admin/departments/generic.tpl:59
+msgid "Base telephone number of this subtree"
+msgstr "Numéro de téléphone de base pour cette sous-branche"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:168
-msgid "Please enter a user."
-msgstr " Veuillez entrer un utilisateur."
+#: plugins/admin/departments/generic.tpl:63
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Numéro de fax de base pour cette sous-branche"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:171
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+#: plugins/admin/departments/remove.tpl:6
+#: plugins/gofon/conference/remove.tpl:6
+msgid ""
+"This includes 'all' accounts, systems, etc. in this subtree. Please double "
+"check if your really want to do this since there is no way for GOsa to get "
+"your data back."
 msgstr ""
 msgstr ""
-"Veuillez indiquer un utilisateur valide. Seul les chiffres de 0 à 9 et les "
-"lettres de a à Z sont permises."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:175
-msgid "Please enter a group."
-msgstr " Veuillez entrer un groupe."
+"Ceci inclus tous les comptes systèmes, etc... dans cette branche. Veuillez "
+"vérifier si vous voulez réaliser cette opération. Toutes les données seront "
+"perdues, étant donné qu'il est impossible pour GOsa de récupérer vos données."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:178
-msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/systems/remove.tpl:10
+#: plugins/admin/fai/remove.tpl:11 plugins/gofon/conference/remove.tpl:10
+msgid ""
+"Best thing to do before performing this action would be to save the current "
+"contents of your LDAP tree in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 msgstr ""
-"Veuillez indiquer un groupe valide. Seul les chiffres de 0 à 9 et les "
-"lettres de a à Z sont permises."
+"Il est conseillé de sauvegarder l'arbre de votre annuaire LDAP dans un "
+"fichier avant de réaliser cette action. Appuyez sur 'Supprimer' pour "
+"continuer ou 'Annuler' pour abandonner."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:21
-msgid "Template attributes"
-msgstr "Attributs des modèles"
+#: plugins/admin/departments/headpage.tpl:6
+msgid "List of departments"
+msgstr "Liste des départements"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
-msgid "File"
-msgstr "Fichier"
+#: plugins/admin/departments/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected departments. Having "
+"a large size of departments, you might prefer the range selectors on top of "
+"the department list."
+msgstr ""
+"Ce menu vous permet de d'ajouter, supprimer et éditer les départements "
+"sélectionnés. Si vous avez un grand nombre de départements il est conseillé "
+"d'utiliser les filtres."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:35
-msgid "Save template"
-msgstr "Sauver le modèle"
+#: plugins/admin/departments/headpage.tpl:38
+msgid "Display departments matching"
+msgstr "Afficher les départements correspondants"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:92
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Télécharger"
+#: plugins/admin/departments/headpage.tpl:42
+msgid "Regular expression for matching department names"
+msgstr "Expression régulière pour faire correspondre le nom des applications"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:47
-msgid "Destination path"
-msgstr "Répertoire de destination"
+#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
+msgid "Department management"
+msgstr "Gestion des départements"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:62
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
-msgid "Owner"
-msgstr "Propriétaire"
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:43
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+msgid "Departments"
+msgstr "Départements"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:71
-#: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:584
-#: plugins/admin/systems/class_printGeneric.inc:586
-#: plugins/admin/ogroups/class_ogroupManagement.inc:482
-#: plugins/generic/references/class_reference.inc:36
-msgid "Group"
-msgstr "Groupes"
+#: plugins/admin/departments/class_departmentManagement.inc:185
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
+#, php-format
+msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+msgstr ""
+"Vous êtes sur le point de supprimer la branche complète de l'annuaire LDAP "
+"placé sous '%s'."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:80
-msgid "Access"
-msgstr "Accès"
+#: plugins/admin/departments/class_departmentManagement.inc:202
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
+msgid "You have no permission to remove this department."
+msgstr "Vous n'avez pas les droits nécessaires pour supprimer ce département."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:86
-msgid "Class"
-msgstr "Classe"
+#: plugins/admin/departments/class_departmentManagement.inc:279
+#: plugins/admin/fai/class_faiManagement.inc:434
+msgid "Go to users home department"
+msgstr "Aller au département de base des utilisateurs"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:87
-msgid "Read"
-msgstr "Lire"
+#: plugins/admin/departments/class_departmentManagement.inc:281
+msgid "Create new department"
+msgstr "Créer un nouveau département"
+
+#: plugins/admin/departments/class_departmentManagement.inc:289
+msgid "This table displays all departments, in the selected tree."
+msgstr "Ce tableau montre tous les départements, dans l'arbre sélectionné."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-msgid "Write"
-msgstr "Ecrire"
+#: plugins/admin/departments/class_departmentManagement.inc:298
+msgid "Department name"
+msgstr "Nom du département"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
-#: plugins/admin/systems/workstation.tpl:88
-#: plugins/admin/ogroups/termgroup.tpl:13
-msgid "Execute"
-msgstr "Exécuter"
+#: plugins/admin/departments/class_departmentManagement.inc:392
+msgid ".."
+msgstr ".."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-msgid "Special"
-msgstr "Spécial"
+#: plugins/admin/departments/class_departmentGeneric.inc:150
+msgid "You have no permissions to create a department on this 'Base'."
+msgstr ""
+"Vous n'avez pas l'autorisation pour créer un département sur cette 'Base'."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
-msgid "SUID"
-msgstr "SUID"
+#: plugins/admin/departments/class_departmentGeneric.inc:157
+#: plugins/admin/departments/class_departmentGeneric.inc:159
+msgid "Department with that 'Name' already exists."
+msgstr "Un département ayant ce 'Nom' existe déjà."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:109
-msgid "SGID"
-msgstr "SGID"
+#: plugins/admin/departments/class_departmentGeneric.inc:167
+msgid "Required field 'Description' is not set."
+msgstr "Le champ obligatoire 'Description' n'est pas rempli."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
-msgid "Others"
-msgstr "Autres"
+#: plugins/admin/departments/class_departmentGeneric.inc:172
+msgid "The field 'Name' contains the reserved word 'incoming'."
+msgstr "Le champ 'Nom' contient le mot réservé 'incoming'."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
-msgid "sticky"
-msgstr "permanent"
+#: plugins/admin/departments/class_departmentGeneric.inc:173
+msgid " Please choose another name."
+msgstr " Veuillez choisir un autre nom."
 
 
-#: plugins/admin/fai/faiHook.tpl:34
-msgid "List of hook scripts"
-msgstr "Liste des scripts de connexions"
+#: plugins/admin/systems/class_terminalInfo.inc:53
+#: plugins/admin/systems/class_terminalInfo.inc:181
+msgid "present"
+msgstr "présent"
 
 
-#: plugins/admin/fai/faiHook.tpl:40
-msgid "Choose a hook to delete or edit"
-msgstr "Choisissez une connexion à effacer ou éditer"
+#: plugins/admin/systems/class_terminalInfo.inc:65
+#: plugins/admin/systems/class_terminalService.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:99
+#: plugins/admin/systems/class_terminalGeneric.inc:130
+#: plugins/admin/systems/class_workstationStartup.inc:215
+#: plugins/admin/systems/class_workstationService.inc:124
+msgid "This 'dn' has no terminal features."
+msgstr "Ce 'dn' n'a pas d'extension de terminaux."
 
 
-#: plugins/admin/groups/mail.tpl:11
-msgid "Primary mail address for this shared folder"
-msgstr "Adresse de messagerie principale pour ce répertoire partagé"
+#: plugins/admin/systems/class_terminalInfo.inc:72
+msgid "This is a virtual terminal which has no properties to show here."
+msgstr "Ceci est un pseudo-terminal, aucune propriété ne peut être affichée."
 
 
-#: plugins/admin/groups/mail.tpl:16
-msgid "Select mail server to place user on"
-msgstr ""
-"Sélectionner le serveur de messagerie sur lequel sera créé l'utilisateur"
+#: plugins/admin/systems/class_terminalInfo.inc:92
+msgid "online"
+msgstr "en ligne"
 
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "Répertoire partagé IMAP"
+#: plugins/admin/systems/class_terminalInfo.inc:144
+msgid "running"
+msgstr "en cours d'exécution"
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Permission par défaut"
+#: plugins/admin/systems/class_terminalInfo.inc:147
+msgid "not running"
+msgstr "n'est pas en cours d'exécution"
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Permission des membres"
+#: plugins/admin/systems/class_terminalInfo.inc:155
+msgid "unknown status"
+msgstr "statut inconnu"
 
 
-#: plugins/admin/groups/mail.tpl:88
-msgid "Forward messages to non group members"
-msgstr "Transférer les messages vers un membre n'appartenant pas au groupe"
+#: plugins/admin/systems/class_terminalInfo.inc:173
+msgid "offline"
+msgstr "hors-ligne"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Groupes"
+#: plugins/admin/systems/network.tpl:1
+msgid "Network settings"
+msgstr "Configuration réseau"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:275
-#, php-format
-msgid "You're about to delete the group '%s'."
-msgstr "Vous êtes sur le point de supprimer le groupe '%s'."
+#: plugins/admin/systems/network.tpl:8
+msgid "IP-address"
+msgstr "Adresse IP"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:281
-#: plugins/admin/groups/class_groupManagement.inc:307
-msgid "You are not allowed to delete this group!"
-msgstr "Vous n'êtes pas autorisé à supprimer ce groupe!"
+#: plugins/admin/systems/network.tpl:16
+msgid "MAC-address"
+msgstr "Adresse MAC"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:354
-msgid "Create new group"
-msgstr "Créer un nouveau groupe"
+#: plugins/admin/systems/class_servService.inc:264
+msgid "Terminal server, must have fontpath specified."
+msgstr ""
+"Serveur de terminaux, le chemin vers les polices de caractère doit être "
+"spécifié."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:361
-#: plugins/admin/applications/class_applicationManagement.inc:337
-#: plugins/admin/departments/class_departmentManagement.inc:291
-#: plugins/admin/ogroups/class_ogroupManagement.inc:371
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
-msgid "Edit this entry"
-msgstr "Modifier cette entrée"
+#: plugins/admin/systems/class_winGeneric.inc:73
+#: plugins/admin/systems/class_componentGeneric.inc:51
+msgid "This 'dn' has no network features."
+msgstr "Ce 'dn' n'a pas d'extensions réseaux."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:362
-#: plugins/admin/applications/class_applicationManagement.inc:338
-#: plugins/admin/departments/class_departmentManagement.inc:292
-#: plugins/admin/ogroups/class_ogroupManagement.inc:372
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
-msgid "Delete this entry"
-msgstr "Supprimer cette entrée"
+#: plugins/admin/systems/class_winGeneric.inc:142
+#: plugins/admin/systems/class_componentGeneric.inc:113
+msgid "The required field 'Component name' is not set."
+msgstr "Le champ obligatoire 'Nom du composant' n'est pas rempli."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:372
-#: plugins/admin/users/class_userManagement.inc:728
-msgid "Posix"
-msgstr "Posix"
+#: plugins/admin/systems/class_winGeneric.inc:156
+#: plugins/admin/systems/class_componentGeneric.inc:126
+msgid "You have no permissions to create a component on this 'Base'."
+msgstr "Vous n'avez pas l'autorisation de créer un composant sur cette 'Base'."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:375
-#: plugins/admin/applications/class_applicationManagement.inc:348
-#: plugins/admin/ogroups/class_ogroupManagement.inc:483
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Applications"
+#: plugins/admin/systems/class_winGeneric.inc:166
+#: plugins/admin/systems/class_terminalGeneric.inc:260
+#: plugins/admin/systems/class_servGeneric.inc:183
+#: plugins/admin/systems/class_workstationGeneric.inc:221
+#: plugins/admin/systems/class_printGeneric.inc:458
+#: plugins/admin/systems/class_componentGeneric.inc:136
+#: plugins/admin/systems/class_phoneGeneric.inc:307
+#, php-format
+msgid "There is already an entry '%s' in the base choosen by you"
+msgstr "Une entrée '%s' existe déjà dans la base sélectionnée"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:385
-msgid "Groupname"
-msgstr "Nom du groupe"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "Information sur le système"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:390
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/ogroups/class_ogroupManagement.inc:397
-msgid "This table displays all groups, in the selected tree."
-msgstr "Ce tableau montre tous les groupes, dans l'arbre sélectionné."
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "CPU"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:115
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
-msgstr ""
-"Impossible de trouver le SID de ce groupe dans l'annuaire LDAP ou dans le "
-"fichier de configuration!"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "Mémoire"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:167
-msgid "This 'dn' is no group."
-msgstr "Ce 'dn' n'est pas un groupe."
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr "Adresse MAC de démarrage"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Samba group"
-msgstr "Groupe Samba"
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "Support USB"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain admins"
-msgstr "Administrateurs du domaine"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "Statut du système"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain users"
-msgstr "Utilisateurs du domaine"
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
+msgstr "Numéro d'inventaire"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:285
-msgid "Domain guests"
-msgstr "Invités du domaine"
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Dernière connexion"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:290
-#, php-format
-msgid "Special group (%d)"
-msgstr "Groupe spécial (%d)"
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "Périphériques réseau"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:626
-#: plugins/admin/ogroups/class_ogroup.inc:541
-msgid "You have no permissions to create a group on this 'Base'."
-msgstr "Vous n'avez pas l'autorisation de créer un groupe dans cette 'Base'."
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "Périphériques IDE"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:636
-msgid ""
-"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
-"Le champ 'Nom' contient des caractères invalides. Minuscule, chiffre et "
-"tirets sont valides."
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "Périphériques SCSI"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:647
-#: plugins/admin/groups/class_groupGeneric.inc:654
-msgid "Value specified as 'Name' is already used."
-msgstr "La valeur spécifiée dans le champs 'Nom' existe déjà."
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Lecteur de disquette"
 
 
-#: plugins/admin/groups/remove.tpl:6
-msgid ""
-"This may be a primary user group. Please double check if you really want to "
-"do this since there is no way for GOsa to get your data back."
-msgstr ""
-"Ce groupe est un groupe principal contenant des utilisateurs. Veuillez vous "
-"assurez que vous voulez bien exécuter cette action. Toutes les données "
-"seront perdues étant donné qu'il est impossible pour GOsa de récupérer vos "
-"données."
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "Lecteur CDROM"
 
 
-#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
-msgid "Group administration"
-msgstr "Administration du groupe"
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/workstationService.tpl:83
+#: plugins/admin/systems/terminalService.tpl:83
+msgid "Graphic device"
+msgstr "Carte écran"
 
 
-#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
-msgid "List of groups"
-msgstr "Liste des groupes"
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Carte son"
 
 
-#: plugins/admin/groups/headpage.tpl:25
-msgid ""
-"This menu allows you to add, edit and remove selected groups. You may want "
-"to use the range selector on top of the group listbox, when working with a "
-"large number of groups."
-msgstr ""
-"Ce menu permet d'ajouter, de modifier ou de supprimer les groupes "
-"sélectionnés. Vous pouvez utiliser les différents filtres lorsque vous "
-"travaillez avec un nombre élevé de groupes."
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "Allumé depuis"
 
 
-#: plugins/admin/groups/class_groupMail.inc:158
-msgid "read"
-msgstr "lecture"
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr "Charge CPU"
 
 
-#: plugins/admin/groups/class_groupMail.inc:159
-msgid "post"
-msgstr "envoyer"
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
+msgstr "Utilisation Mémoire"
 
 
-#: plugins/admin/groups/class_groupMail.inc:160
-msgid "external post"
-msgstr "envoi externe"
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
+msgstr "Utilisation Swap"
 
 
-#: plugins/admin/groups/class_groupMail.inc:161
-msgid "append"
-msgstr "ajouter"
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr "Service SSH"
 
 
-#: plugins/admin/groups/class_groupMail.inc:162
-msgid "write"
-msgstr "écrire"
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
+msgstr "Service d'impression"
 
 
-#: plugins/admin/groups/class_groupMail.inc:187
-msgid "This 'dn' has no valid mail extensions."
-msgstr "Ce 'dn' n'a pas d'extension mail valide."
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "Service scanner"
 
 
-#: plugins/admin/groups/class_groupMail.inc:252
-msgid "You're trying to add an invalid email address "
-msgstr "Vous essayez d'ajouter une adresse mail non valide "
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
+msgstr "Service Son"
 
 
-#: plugins/admin/groups/class_groupMail.inc:253
-msgid "to the list of forwarders."
-msgstr "liste des personnes vers lesquelles les mails seront relayés."
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "Interface graphique"
 
 
-#: plugins/admin/groups/class_groupMail.inc:622
-msgid "Please enter a valid email addres in 'Primary address' field."
-msgstr ""
-"Veuillez entrer une adresse de messagerie valide dans le champ 'Adresse "
-"principale'."
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "Administration du système"
 
 
-#: plugins/admin/groups/class_groupMail.inc:655
-msgid ""
-"Please choose valid permission settings. Default permission can't be emtpy."
-msgstr ""
-"Veuillez choisir des permissions valables. Les permissions par défaut ne "
-"peuvent pas être vides."
+#: plugins/admin/systems/servservice.tpl:11
+msgid "Nfs Export"
+msgstr "Exportation Nfs"
 
 
-#: plugins/admin/groups/class_groupMail.inc:659
-msgid "Please select a valid mail server."
-msgstr "Veuillez sélectionner un serveur de messagerie valide."
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
+msgstr "Services de temps"
 
 
-#: plugins/admin/groups/acl.tpl:4
-msgid "Object"
-msgstr "Objet"
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
+msgstr "Service LDAP"
 
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-msgid "Choose"
-msgstr "Choisissez"
+#: plugins/admin/systems/servservice.tpl:72
+msgid "Terminal Service"
+msgstr "Services de terminaux"
 
 
-#: plugins/admin/groups/acl.tpl:17
-msgid "Apply this acl only for users own entries"
-msgstr "Appliquer cet ACL uniquement pour l'entrée de l'utilisateur"
+#: plugins/admin/systems/servservice.tpl:77
+msgid "Temporary disable login"
+msgstr "Désactiver temporairement le login"
 
 
-#: plugins/admin/groups/application.tpl:4
-msgid "Used applications"
-msgstr "Applications utilisées"
+#: plugins/admin/systems/servservice.tpl:80
+msgid "Font path"
+msgstr "Répertoire des polices de caractères"
 
 
-#: plugins/admin/groups/application.tpl:6
-msgid "Seperator"
-msgstr "Séparateur"
+#: plugins/admin/systems/servservice.tpl:93
+msgid "Syslog Service"
+msgstr "Service de logs systèmes"
 
 
-#: plugins/admin/groups/application.tpl:11
-msgid "Available applications"
-msgstr "Applications disponibles"
+#: plugins/admin/systems/servservice.tpl:101
+msgid "Print Service"
+msgstr "Services d'impression"
 
 
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
-msgstr "Sélectionnez les utilisateurs à ajouter"
+#: plugins/admin/systems/servservice.tpl:109
+msgid "Mail server"
+msgstr "Serveur de messagerie"
 
 
-#: plugins/admin/groups/group_objects.tpl:29
-msgid "Display users of department"
-msgstr "Afficher les utilisateurs du département"
+#: plugins/admin/systems/class_terminalService.inc:83
+#: plugins/admin/systems/class_workstationService.inc:68
+msgid "default"
+msgstr "défaut"
 
 
-#: plugins/admin/groups/group_objects.tpl:39
-#: plugins/admin/users/headpage.tpl:49
-msgid "Regular expression for matching user names"
-msgstr "Expression régulière concordant avec les noms des utilisateurs"
+#: plugins/admin/systems/class_terminalService.inc:84
+#: plugins/admin/systems/class_workstationService.inc:69
+msgid "show chooser"
+msgstr "Afficher le sélecteur"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:58
-msgid "This 'dn' is no acl container."
-msgstr "Ce 'dn' n'est pas un conteneur pour les acls."
+#: plugins/admin/systems/class_terminalService.inc:85
+#: plugins/admin/systems/class_workstationService.inc:70
+msgid "direct"
+msgstr "direct"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:203
-msgid "All fields are writeable"
-msgstr "Tous les champs sont modifiables"
+#: plugins/admin/systems/class_terminalService.inc:88
+#: plugins/admin/systems/class_workstationService.inc:73
+msgid "load balanced"
+msgstr "répartition de charge"
 
 
-#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
-msgid "Group name"
-msgstr "Nom du groupe"
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:76
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
 
-#: plugins/admin/groups/generic.tpl:9
-msgid "Posix name of the group"
-msgstr "Nom posix du groupe"
+#: plugins/admin/systems/class_terminalService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:77
+msgid "ICA client"
+msgstr "Client ICA"
 
 
-#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
-msgid "Descriptive text for this group"
-msgstr "Description du groupe"
+#: plugins/admin/systems/class_terminalService.inc:187
+#: plugins/admin/systems/class_workstationService.inc:171
+msgid "Choose the phone located at the current terminal"
+msgstr "Choisissez le téléphone situé à coté du terminal"
 
 
-#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
-msgid "Choose subtree to place group in"
-msgstr "Sélectionnez la branche où sera placée le groupe"
+#: plugins/admin/systems/class_terminalService.inc:251
+#: plugins/admin/systems/class_terminalService.inc:256
+#: plugins/admin/systems/class_workstationService.inc:236
+#: plugins/admin/systems/class_workstationService.inc:241
+msgid "Please specify a valid VSync range."
+msgstr ""
+"Veuillez spécifier une plage valide pour la fréquence de synchronisation "
+"verticale."
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Normally IDs are autogenerated, select to specify manually"
+#: plugins/admin/systems/class_terminalService.inc:266
+#: plugins/admin/systems/class_terminalService.inc:271
+#: plugins/admin/systems/class_workstationService.inc:251
+#: plugins/admin/systems/class_workstationService.inc:256
+msgid "Please specify a valid HSync range."
 msgstr ""
 msgstr ""
-"Normalement les IDs sont générés automatiquement, vous pouvez en spécifier "
-"un manuellement"
+"Veuillez spécifier une plage valide pour la fréquence de synchronisation "
+"Horizontale."
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Force GID"
-msgstr "Forcer le GID"
+#: plugins/admin/systems/class_servDB.inc:134
+#: plugins/admin/systems/class_servDB.inc:150
+#: plugins/admin/systems/class_servDB.inc:160
+#: plugins/admin/systems/class_servDB.inc:165
+#: plugins/admin/systems/class_servDB.inc:171
+#, php-format
+msgid "The attribute '%s' is empty or contains invalid characters."
+msgstr "La valeur '%s' est vide ou contient des caractères invalides."
 
 
-#: plugins/admin/groups/generic.tpl:38
-msgid "Forced ID number"
-msgstr "Forcer le numéro d'ID"
+#: plugins/admin/systems/class_servDB.inc:140
+#, php-format
+msgid "The imap connect string needs to be in the form '%s'."
+msgstr "La chaîne de connexion imap doit être de la forme '%s'."
 
 
-#: plugins/admin/groups/generic.tpl:45
-msgid "Select to create a samba conform group"
-msgstr "Sélectionnez afin de créer un groupe samba"
+#: plugins/admin/systems/class_servDB.inc:144
+msgid "The sieve port needs to be numeric."
+msgstr "Le port sieve doit être numérique."
+
+#: plugins/admin/systems/class_servDB.inc:155
+#, php-format
+msgid "The specified kerberos password is empty."
+msgstr "Le mot de passe Kerberos est vide."
 
 
-#: plugins/admin/groups/generic.tpl:50
-msgid "in domain"
-msgstr "dans le domaine"
+#: plugins/admin/systems/class_servDB.inc:179
+#, php-format
+msgid "The imap name string needs to be a hostname or an IP-address."
+msgstr "La chaîne de connexion imap doit être un nom d'hôte ou une adresse IP."
 
 
-#: plugins/admin/groups/generic.tpl:67
-msgid "Members are in a phone pickup group"
-msgstr "Les membres sont dans un groupe téléphonique"
+#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
+msgid "Server name"
+msgstr "Nom du serveur"
 
 
-#: plugins/admin/groups/generic.tpl:80
-msgid "Members are in a nagios group"
-msgstr "Les membres sont dans un groupe nagios"
+#: plugins/admin/systems/server.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/terminal.tpl:20 plugins/admin/systems/printer.tpl:22
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/component.tpl:15
+msgid "Choose subtree to place terminal in"
+msgstr "Sélectionnez la branche où placer le terminal"
 
 
-#: plugins/admin/groups/generic.tpl:96
-msgid "Group members"
-msgstr "Membre du groupe"
+#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/ogroups/termgroup.tpl:3
+msgid "Action"
+msgstr "Action"
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Administrateurs du répertoire"
+#: plugins/admin/systems/server.tpl:42
+msgid "Select action to execute for this server"
+msgstr "Sélectionnez l'opération à exécuter sur le serveur"
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Sélectionner un département"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Nom du téléphone"
 
 
-#: plugins/admin/groups/application_options.tpl:1
-msgid "Application options"
-msgstr "Options des applications"
+#: plugins/admin/systems/terminal.tpl:9
+msgid "Terminal template"
+msgstr "Modèle de terminaux"
 
 
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Afficher les adresses du département"
+#: plugins/admin/systems/terminal.tpl:11
+msgid "Terminal name"
+msgstr "Nom du terminal"
 
 
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Afficher les adresses correspondantes"
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:45
+#: plugins/admin/systems/phonesettings.tpl:21
+msgid "Mode"
+msgstr "Mode"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:202
-msgid "This 'dn' is no appgroup."
-msgstr "Ce 'dn' n'est pas un groupe d'applications."
+#: plugins/admin/systems/terminal.tpl:38
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Select terminal mode"
+msgstr "Sélectionnez le mode du terminal"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:210
-msgid "Remove applications"
-msgstr "Suppression d'applications"
+#: plugins/admin/systems/terminal.tpl:52
+msgid "Root server"
+msgstr "Serveur Primaire"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:211
-msgid ""
-"This group has application features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Des applications sont configurées pour ce groupe. Vous pouvez les désactivez "
-"en cliquant sur le bouton ci-dessous."
+#: plugins/admin/systems/terminal.tpl:54
+msgid "Select NFS root filesystem to use"
+msgstr "Sélectionnez le système de fichier root NFS à utiliser"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:213
-msgid "Create applications"
-msgstr "Créer des applications"
+#: plugins/admin/systems/terminal.tpl:60
+msgid "Swap server"
+msgstr "Serveur de Swap"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:214
-msgid ""
-"This group has application features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Ce groupe ne possède pas d'applications configurées. Vous pouvez en ajouter "
-"en cliquant sur le bouton ci-dessous."
+#: plugins/admin/systems/terminal.tpl:62
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "Sélectionnez le système de fichier NFS où sera placé le swap"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:242
-msgid "The selected application name is not uniq. Please check your LDAP."
-msgstr ""
-"Le nom de l'application n'est pas unique. Veuillez vérifier l'annuaire LDAP."
+#: plugins/admin/systems/terminal.tpl:74
+#: plugins/admin/systems/workstation.tpl:54
+msgid "Syslog server"
+msgstr "Serveur de logs systèmes"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:278
-msgid "The selected application has no options."
-msgstr "L'application sélectionnée n'a pas d'options."
+#: plugins/admin/systems/terminal.tpl:76
+#: plugins/admin/systems/workstation.tpl:56
+msgid "Choose server to use for logging"
+msgstr "Sélectionnez le serveur de logs à utiliser"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:379
-msgid "application"
-msgstr "application"
+#: plugins/admin/systems/terminal.tpl:82
+#: plugins/admin/systems/workstation.tpl:62
+msgid "NTP server"
+msgstr "Serveur NTP"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:595
-#: plugins/admin/applications/class_applicationGeneric.inc:38
-msgid ""
-"There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
-msgstr ""
-"Il n'y a pas de valeur spécifiée pour la variable 'KDE_APPLICATIONS_MENU' "
-"dans votre fichier gosa.conf."
+#: plugins/admin/systems/terminal.tpl:84
+#: plugins/admin/systems/workstation.tpl:64
+msgid "Choose server to use for synchronizing time"
+msgstr "Sélectionnez le serveur pour la synchronisation du temps"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:603
-#: plugins/admin/groups/class_groupApplication.inc:606
-#: plugins/admin/applications/class_applicationGeneric.inc:46
-#: plugins/admin/applications/class_applicationGeneric.inc:49
-#, php-format
-msgid ""
-"The specified file '%s' for 'KDE_APPLICATIONS_MENU' in your gosa.conf is not "
-"accessable."
-msgstr ""
-"Le fichier '%s' indiqué comme valeur dans la variable "
-"'KDE_APPLICATIONS_MENU' de votre fichier gosa.conf n'est pas accessible."
+#: plugins/admin/systems/terminal.tpl:103
+#: plugins/admin/systems/workstation.tpl:82
+msgid "Select action to execute for this terminal"
+msgstr "Sélectionnez l'opération à exécuter sur le terminal"
 
 
-#: plugins/admin/users/password.tpl:2
-msgid ""
-"To change the user password use the fields below. The changes take effect "
-"immediately. Please memorize the new password, because the user wouldn't be "
-"able to login without it."
-msgstr ""
-"Pour changer le mot de passe des utilisateurs, utilisez le champ ci-dessous. "
-"Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau "
-"mot de passe sinon l'utilisateur ne pourra pas s'identifier sans celui-ci."
+#: plugins/admin/systems/class_terminalGeneric.inc:63
+msgid "text"
+msgstr "texte"
 
 
-#: plugins/admin/users/class_userManagement.inc:25
-#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Utilisateurs"
+#: plugins/admin/systems/class_terminalGeneric.inc:64
+msgid "graphic"
+msgstr "graphique"
 
 
-#: plugins/admin/users/class_userManagement.inc:247
-#: plugins/admin/users/class_userManagement.inc:317
-msgid "You are not allowed to set this users password!"
-msgstr ""
-"Vous n'êtes pas autorisé à indiquer un mot de passe pour cet utilisateur!"
+#: plugins/admin/systems/class_terminalGeneric.inc:92
+#: plugins/admin/systems/class_servGeneric.inc:62
+#: plugins/admin/ogroups/class_termgroup.inc:62
+msgid "No WAKECMD definition found in your gosa.conf"
+msgstr "Aucune définition de WAKECMD n'est présente dans gosa.conf"
 
 
-#: plugins/admin/users/class_userManagement.inc:353
+#: plugins/admin/systems/class_terminalGeneric.inc:96
+#: plugins/admin/systems/class_terminalGeneric.inc:108
+#: plugins/admin/systems/class_terminalGeneric.inc:120
+#: plugins/admin/systems/class_servGeneric.inc:66
+#: plugins/admin/systems/class_servGeneric.inc:78
+#: plugins/admin/systems/class_servGeneric.inc:90
+#: plugins/admin/systems/class_workstationGeneric.inc:104
+#: plugins/admin/ogroups/class_termgroup.inc:66
+#: plugins/admin/ogroups/class_termgroup.inc:78
+#: plugins/admin/ogroups/class_termgroup.inc:90
 #, php-format
 #, php-format
-msgid "You're about to delete the user %s."
-msgstr "Vous êtes sur le point de supprimer l'utilisateur %s."
+msgid "Execution of '%s' failed!"
+msgstr "L'exécution de '%s' a échoué!"
 
 
-#: plugins/admin/users/class_userManagement.inc:359
-#: plugins/admin/users/class_userManagement.inc:387
-msgid "You are not allowed to delete this user!"
-msgstr "Vous n'êtes pas autorisé à supprimer cette utilisateur!"
+#: plugins/admin/systems/class_terminalGeneric.inc:104
+#: plugins/admin/systems/class_servGeneric.inc:74
+#: plugins/admin/ogroups/class_termgroup.inc:74
+msgid "No REBOOTCMD definition found in your gosa.conf"
+msgstr "Aucune définition de REBOOTCMD n'est présente dans gosa.conf"
 
 
-#: plugins/admin/users/class_userManagement.inc:488
-#: plugins/admin/systems/class_workstationStartup.inc:49
-#: plugins/admin/ogroups/class_ogroup.inc:240
-msgid "none"
-msgstr "aucun"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_servGeneric.inc:86
+#: plugins/admin/ogroups/class_termgroup.inc:86
+msgid "No HALTCMD definition found in your gosa.conf"
+msgstr "Aucune définition de HALTCMD n'est présente dans gosa.conf"
 
 
-#: plugins/admin/users/class_userManagement.inc:559
-msgid "A person with the choosen name is already used in this tree."
-msgstr "Une personne ayant ce nom existe déjà dans l'annuaire."
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Switch off"
+msgstr "Eteindre"
 
 
-#: plugins/admin/users/class_userManagement.inc:674
-msgid "Create new user"
-msgstr "Création d'un nouvel utilisateur"
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Reboot"
+msgstr "Redémarrer"
 
 
-#: plugins/admin/users/class_userManagement.inc:674
-msgid "New user"
-msgstr "Nouvel utilisateur"
+#: plugins/admin/systems/class_terminalGeneric.inc:149
+#: plugins/admin/systems/class_servGeneric.inc:117
+#: plugins/admin/systems/class_workstationGeneric.inc:137
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Wake up"
+msgstr "Réveiller"
 
 
-#: plugins/admin/users/class_userManagement.inc:675
-msgid "Create new template"
-msgstr "Créer un nouveau modèle"
+#: plugins/admin/systems/class_terminalGeneric.inc:243
+msgid "You have no permissions to create a terminal on this 'Base'."
+msgstr "Vous n'avez pas l'autorisation de créer un terminal dans cette 'Base'."
 
 
-#: plugins/admin/users/class_userManagement.inc:675
-msgid "New template"
-msgstr "Nouveau modèle"
+#: plugins/admin/systems/class_terminalGeneric.inc:247
+msgid "The required field 'Terminal name' is not set."
+msgstr "Le champ obligatoire 'Nom du terminal' n'est pas renseigné."
 
 
-#: plugins/admin/users/class_userManagement.inc:682
-msgid "password"
-msgstr "mot de passe"
+#: plugins/admin/systems/class_servGeneric.inc:52
+msgid "This 'dn' has no server features."
+msgstr "Ce 'dn' n'a pas d'options serveur."
 
 
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
-msgid "Username"
-msgstr "Nom d'utilisateur"
+#: plugins/admin/systems/class_servGeneric.inc:166
+msgid "The required field 'Server name' is not set."
+msgstr "Le champ obligatoire 'Nom du serveur' n'est pas rempli."
 
 
-#: plugins/admin/users/class_userManagement.inc:695
-msgid "This table displays all users, in the selected tree."
-msgstr "Ce tableau montre toutes les utilisateurs, dans l'arbre sélectionné."
+#: plugins/admin/systems/class_servGeneric.inc:173
+msgid "You have no permissions to create a server on this 'Base'."
+msgstr "Vous n'avez pas l'autorisation pour créer un serveur sur cette 'Base'."
+
+#: plugins/admin/systems/class_servDHCP.inc:36
+msgid "Remove DHCP service"
+msgstr "Suppression du service DHCP"
 
 
-#: plugins/admin/users/class_userManagement.inc:726
-msgid "GOsa"
-msgstr "GOsa"
+#: plugins/admin/systems/class_servDHCP.inc:37
+msgid ""
+"This server has DHCP features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Le service DHCP est activé pour ce serveur. Vous pouvez le désactiver en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/users/class_userManagement.inc:727
-msgid "Edit generic properties"
-msgstr "Modifier les propriétés de base"
+#: plugins/admin/systems/class_servDHCP.inc:39
+msgid "Add DHCP service"
+msgstr "Ajouter un service DHCP"
 
 
-#: plugins/admin/users/class_userManagement.inc:729
-msgid "Edit UNIX properties"
-msgstr "Modifier les propriétés UNIX"
+#: plugins/admin/systems/class_servDHCP.inc:40
+msgid ""
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Ce serveur à l'option DHCP désactivé. Vous pouvez l'activer en cliquant sur "
+"le bouton ci-dessous."
 
 
-#: plugins/admin/users/class_userManagement.inc:731
-msgid "Edit environment properties"
-msgstr "Modifier les propriétés d'environnement"
+#: plugins/admin/systems/printer.tpl:6
+msgid "General"
+msgstr "Général"
 
 
-#: plugins/admin/users/class_userManagement.inc:733
-msgid "Edit mail properties"
-msgstr "Modifier les propriétés de messagerie"
+#: plugins/admin/systems/printer.tpl:9
+msgid "Printer name"
+msgstr "Nom de l'imprimante"
 
 
-#: plugins/admin/users/class_userManagement.inc:735
-msgid "Edit phone properties"
-msgstr "Modifier les propriétés téléphoniques"
+#: plugins/admin/systems/printer.tpl:30
+msgid "Details"
+msgstr "Détails"
 
 
-#: plugins/admin/users/class_userManagement.inc:737
-msgid "Edit fax properies"
-msgstr "Modifier les propriétés fax"
+#: plugins/admin/systems/printer.tpl:33
+msgid "Printer location"
+msgstr "Localisation de l'imprimante"
 
 
-#: plugins/admin/users/class_userManagement.inc:739
-msgid "Edit samba properties"
-msgstr "Modifier les propriétés samba"
+#: plugins/admin/systems/printer.tpl:37
+msgid "Printer URL"
+msgstr "URL de l'imprimante"
 
 
-#: plugins/admin/users/class_userManagement.inc:740
-msgid "Create user from template"
-msgstr "Créer un nouvel utilisateur depuis un modèle"
+#: plugins/admin/systems/printer.tpl:45
+#: plugins/admin/systems/workstationService.tpl:86
+#: plugins/admin/systems/terminalService.tpl:86
+msgid "Driver"
+msgstr "Pilote"
 
 
-#: plugins/admin/users/class_userManagement.inc:741
-msgid "Create user with this template"
-msgstr "Créer un nouvel utilisateur avec ce modèle"
+#: plugins/admin/systems/printer.tpl:57
+msgid "Permissions"
+msgstr "Permissions"
 
 
-#: plugins/admin/users/class_userManagement.inc:800
-msgid "Online"
-msgstr "En ligne"
+#: plugins/admin/systems/printer.tpl:64
+msgid "Users which are allowed to use this printer"
+msgstr "Utilisateurs qui sont autorisés à utiliser cette imprimante"
 
 
-#: plugins/admin/users/class_userManagement.inc:807
-msgid "Offline"
-msgstr "Hors-ligne"
+#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
+msgid "Add user"
+msgstr "Ajouter un utilisateur"
 
 
-#: plugins/admin/users/class_userManagement.inc:1028
-#: plugins/admin/users/template.tpl:11
-#: plugins/admin/systems/class_systemManagement.inc:705
-msgid "Template"
-msgstr "Modèle"
+#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
+msgid "Add group"
+msgstr "Ajouter un groupe"
 
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
-msgstr "Créer un nouvel utilisateur à partir d'un modèle"
+#: plugins/admin/systems/printer.tpl:80
+msgid "Users which are allowed to administrate this printer"
+msgstr "Utilisateur qui sont autorisés à administrer cette imprimante"
 
 
-#: plugins/admin/users/template.tpl:6
-msgid ""
-"Creating a new user can be assisted by using templates. Many database "
-"records will be filled automatically. Choose 'none' to skip the usage of "
-"templates."
-msgstr ""
-"La création d'un nouvel utilisateur peut être facilité en utilisant les "
-"modèles. De nombreuses informations seront ainsi remplies automatiquement. "
-"Sélectionnez 'aucun' afin de ne pas utiliser les modèles."
+#: plugins/admin/systems/printer.tpl:81
+msgid "Admins"
+msgstr "Administrateurs"
 
 
-#: plugins/admin/users/remove.tpl:6
-msgid ""
-"This includes all account data, system access rules, imap settings, etc. for "
-"this user. Please double check if your really want to do this since there is "
-"no way for GOsa to get your data back."
-msgstr ""
-"Cela inclut toutes les données des comptes, les droits d'accès, la "
-"configuration imap,etc. pour cet utilisateur. Veuillez vous assurez que vous "
-"voulez effectuez cette opération. Toutes les données seront perdues étant "
-"donné qu'il est impossible pour GOsa de récupérer vos données."
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Systèmes"
 
 
-#: plugins/admin/users/headpage.tpl:6
-msgid "List of users"
-msgstr "Liste des utilisateurs"
+#: plugins/admin/systems/class_systemManagement.inc:334
+msgid "You can't edit this object type yet!"
+msgstr "Impossible d'éditer ce type d'objet pour le moment!"
 
 
-#: plugins/admin/users/headpage.tpl:24
-msgid ""
-"This menu allows you to create, edit and delete selected users. Having a "
-"great number of users, you may want to use the range selectors on top of the "
-"user list."
+#: plugins/admin/systems/class_systemManagement.inc:350
+msgid "Passwords entered as new and repeated do not match!"
 msgstr ""
 msgstr ""
-"Ce menu permet d'ajouter, modifier ou supprimer le ou les utilisateur(s) "
-"sélectionné(s). Si vous avez un grand nombre d'utilisateurs il est conseillé "
-"d'utiliser les filtres."
+"Le mot de passe entré dans le champ nouveau et celui dans le champ "
+"vérification ne concordent pas!"
 
 
-#: plugins/admin/users/headpage.tpl:38
-msgid "Select to see template pseudo users"
-msgstr "Sélectionnez afin d'afficher les modèles des pseudo utilisateurs"
+#: plugins/admin/systems/class_systemManagement.inc:363
+msgid "You are not allowed to set this systems password!"
+msgstr "Vous n'êtes pas autorisé à modifier ce mot de passe de ce système!"
 
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Select to see users that have only a GOsa object"
+#: plugins/admin/systems/class_systemManagement.inc:407
+#, php-format
+msgid "You're about to delete all information about the component at '%s'."
 msgstr ""
 msgstr ""
-"Sélectionnez afin d'afficher les utilisateurs qui ont seulement un objet GOsa"
+"Vous êtes sur le point de supprimer toute les informations relatives aux "
+"composant '%s'."
 
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Show functional users"
-msgstr "Afficher les utilisateurs fonctionnels"
+#: plugins/admin/systems/class_systemManagement.inc:413
+#: plugins/admin/systems/class_systemManagement.inc:477
+#: plugins/admin/fai/class_faiManagement.inc:210
+#: plugins/admin/fai/class_faiManagement.inc:249
+msgid "You are not allowed to delete this component!"
+msgstr "Vous n'êtes pas autorisé à supprimer ce composant!"
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Select to see users that have posix settings"
-msgstr "Sélectionnez afin d'afficher les utilisateurs ayant un compte posix"
+#: plugins/admin/systems/class_systemManagement.inc:569
+msgid "New Terminal template"
+msgstr "Nouveau modèle de terminal"
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Show unix users"
-msgstr "Afficher les utilisateurs Unix"
+#: plugins/admin/systems/class_systemManagement.inc:569
+#: plugins/admin/systems/class_systemManagement.inc:710
+msgid "New Terminal"
+msgstr "Nouveau terminal"
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Select to see users that have mail settings"
-msgstr ""
-"Sélectionnez afin d'afficher les utilisateurs ayant un compte de messagerie"
+#: plugins/admin/systems/class_systemManagement.inc:570
+msgid "New Workstation template"
+msgstr "Nouveau modèle de station de travail"
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Show mail users"
-msgstr "Afficher les utilisateurs de messagerie"
+#: plugins/admin/systems/class_systemManagement.inc:570
+#: plugins/admin/systems/class_systemManagement.inc:711
+msgid "New Workstation"
+msgstr "Nouvelle station de travail"
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Select to see users that have samba settings"
-msgstr "Sélectionnez afin d'afficher les utilisateurs ayant un compte samba"
+#: plugins/admin/systems/class_systemManagement.inc:571
+msgid "New Server"
+msgstr "Nouveau Serveur"
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Show samba users"
-msgstr "Afficher les utilisateurs samba"
+#: plugins/admin/systems/class_systemManagement.inc:572
+msgid "New Printer"
+msgstr "Nouvelle Imprimante"
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Select to see users that have proxy settings"
-msgstr "Sélectionnez afin d'afficher les utilisateurs ayant un compte proxy"
+#: plugins/admin/systems/class_systemManagement.inc:573
+msgid "New Phone"
+msgstr "Nouveau Téléphone"
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Show proxy users"
-msgstr "Afficher les utilisateurs proxy"
+#: plugins/admin/systems/class_systemManagement.inc:574
+msgid "New Component"
+msgstr "Nouveau composant"
 
 
-#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
-msgid "User administration"
-msgstr "Administration des utilisateurs"
+#: plugins/admin/systems/class_systemManagement.inc:582
+msgid "Edit system"
+msgstr "Editer un système"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:50
-msgid "Remove options"
-msgstr "Supprimer les options"
+#: plugins/admin/systems/class_systemManagement.inc:583
+msgid "Delete system"
+msgstr "Effacer un système"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:51
-msgid "This application has options. You can disable them by clicking below."
-msgstr ""
-"Cette application a des options. Vous pouvez les désactiver en cliquant sur "
-"le bouton ci-dessous."
+#: plugins/admin/systems/class_systemManagement.inc:589
+msgid "System"
+msgstr "Système"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:53
-msgid "Create options"
-msgstr "Créer des options"
+#: plugins/admin/systems/class_systemManagement.inc:592
+#: plugins/admin/fai/class_faiManagement.inc:473
+msgid "This table displays all systems, in the selected tree."
+msgstr "Ce tableau montre toutes les systèmes, dans l'arbre sélectionné."
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:54
-msgid ""
-"This application has options disabled. You can enable them by clicking below."
-msgstr ""
-"Cette application a des options désactivées. Vous pouvez les activer en "
-"cliquant en-dessous."
+#: plugins/admin/systems/class_systemManagement.inc:625
+msgid "Cups Server"
+msgstr "Serveur Cups"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "Variable"
+#: plugins/admin/systems/class_systemManagement.inc:626
+msgid "Log Db"
+msgstr "Base de données de logs"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
-msgstr "Valeur par défaut"
+#: plugins/admin/systems/class_systemManagement.inc:627
+msgid "Syslog Server"
+msgstr "Serveur de logs systèmes"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:102
-msgid "Add option"
-msgstr "Ajouter une option"
+#: plugins/admin/systems/class_systemManagement.inc:628
+msgid "Mail Server"
+msgstr "Serveur de messagerie"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:154
-#, php-format
-msgid "Value '%s' specified as option name is not valid."
-msgstr "La valeur '%s' spécifiée pour le nom de l'option est invalide."
+#: plugins/admin/systems/class_systemManagement.inc:629
+msgid "Imap Server"
+msgstr "Serveur Imap"
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_applicationManagement.inc:357
-msgid "Application name"
-msgstr "Nom de l'application"
+#: plugins/admin/systems/class_systemManagement.inc:630
+msgid "Nfs Server"
+msgstr "Serveur NFS"
 
 
-#: plugins/admin/applications/generic.tpl:11
-#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
-msgid "Display name"
-msgstr "Nom à afficher"
+#: plugins/admin/systems/class_systemManagement.inc:631
+msgid "Kerberos Server"
+msgstr "Serveur Kerberos"
 
 
-#: plugins/admin/applications/generic.tpl:13
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "Le nom de l'application à afficher (ex: en dessous des icônes)"
+#: plugins/admin/systems/class_systemManagement.inc:632
+msgid "Asterisk Server"
+msgstr "Serveur Asterisk"
 
 
-#: plugins/admin/applications/generic.tpl:19
-msgid "Path and/or binary name of application"
-msgstr "Chemin et/ou le nom de l'exécutable de l'application"
+#: plugins/admin/systems/class_systemManagement.inc:633
+msgid "Fax Server"
+msgstr "Serveur de Fax"
 
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
-msgstr ""
-"Sélectionner la branche de l'annuaire ou sera placée l'entrée de "
-"l'application"
+#: plugins/admin/systems/class_systemManagement.inc:634
+msgid "Ldap Server"
+msgstr "Serveur Ldap"
 
 
-#: plugins/admin/applications/generic.tpl:48
-msgid "Icon"
-msgstr "Icône"
+#: plugins/admin/systems/class_systemManagement.inc:660
+msgid "Set root password"
+msgstr "Indiquez le mot de passe administrateur"
 
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Update"
-msgstr "Mise à Jour"
+#: plugins/admin/systems/class_systemManagement.inc:706
+#: plugins/admin/ogroups/class_ogroupManagement.inc:488
+msgid "Terminal"
+msgstr "Terminal"
 
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Reload picture from LDAP"
-msgstr "Recharger l'image à partir de l'annuaire LDAP"
+#: plugins/admin/systems/class_systemManagement.inc:707
+#: plugins/admin/ogroups/class_ogroupManagement.inc:487
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Stations de travail"
 
 
-#: plugins/admin/applications/generic.tpl:70
-msgid "Only executable for members"
-msgstr "Exécutable uniquement par les membres"
+#: plugins/admin/systems/class_systemManagement.inc:712
+msgid "Winstation"
+msgstr "Stations Windows"
 
 
-#: plugins/admin/applications/generic.tpl:72
-msgid "Replace user configuration on startup"
-msgstr "Remplacer la configuration de l'utilisateur au démarrage"
+#: plugins/admin/systems/class_systemManagement.inc:713
+msgid "Network Device"
+msgstr "Périphérique réseau"
 
 
-#: plugins/admin/applications/generic.tpl:76
-msgid "Place icon on members desktop"
-msgstr "Placer une icône sur le bureau des membres"
+#: plugins/admin/systems/class_systemManagement.inc:930
+msgid "New terminal"
+msgstr "Nouveau terminal"
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Place entry in members startmenu"
-msgstr "Placer une entrée dans le menu démarrage des membres"
+#: plugins/admin/systems/class_systemManagement.inc:933
+msgid "New workstation"
+msgstr "Nouvelle station de travail"
 
 
-#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
-msgid ""
-"This may be used by several groups. Please double check if your really want "
-"to do this since there is no way for GOsa to get your data back."
-msgstr ""
-"Cela peut être utilisé par plusieurs groupes. Veuillez vérifier que vous "
-"voulez effectuer cette opération. Toutes les données seront perdues étant "
-"donné qu'il est impossible pour GOsa de récupérer vos données."
+#: plugins/admin/systems/class_systemManagement.inc:950
+msgid "Terminal template for"
+msgstr "Modèle de terminal pour "
 
 
-#: plugins/admin/applications/headpage.tpl:6
-msgid "List of applications"
-msgstr "Liste des applications"
+#: plugins/admin/systems/class_systemManagement.inc:962
+msgid "Workstation template for"
+msgstr "Modèle de station de travail pour"
 
 
-#: plugins/admin/applications/headpage.tpl:24
-msgid ""
-"This menu allows you to add, edit and remove selected applications. You may "
-"want to use the range selector on top of the application listbox, when "
-"working with a large number of applications."
-msgstr ""
-"Ce menu permet l'ajout, la suppression et la modification des applications "
-"sélectionnées. Si vous avez un grand nombre d'applications il est conseillé "
-"d'utiliser les filtres."
+#: plugins/admin/systems/class_workstationGeneric.inc:70
+msgid "Activated"
+msgstr "Activé"
 
 
-#: plugins/admin/applications/headpage.tpl:38
-msgid "Display applications matching"
-msgstr "Afficher les applications correspondantes"
+#: plugins/admin/systems/class_workstationGeneric.inc:72
+msgid "Memory test"
+msgstr "Test mémoire"
 
 
-#: plugins/admin/applications/headpage.tpl:41
-msgid "Regular expression for matching application names"
-msgstr "Expression régulière pour faire correspondre le nom des applications"
+#: plugins/admin/systems/class_workstationGeneric.inc:73
+msgid "System analysis"
+msgstr "Analyse du système"
 
 
-#: plugins/admin/applications/main.inc:38
-#: plugins/admin/applications/main.inc:40
-msgid "Application management"
-msgstr "Gestion des applications"
+#: plugins/admin/systems/class_workstationGeneric.inc:100
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "Aucune définition de ACTIONCMD n'est présente dans gosa.conf"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:106
-msgid "no example"
-msgstr "pas d'exemple"
+#: plugins/admin/systems/class_workstationGeneric.inc:114
+msgid "This 'dn' has no workstation features."
+msgstr "Ce 'dn' ne comporte pas d'extensions stations de travail."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:126
-msgid "This 'dn' is no application."
-msgstr "Ce 'dn' n'est pas une application."
+#: plugins/admin/systems/class_workstationGeneric.inc:132
+msgid "Instant update"
+msgstr "Mise à jour immédiate"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:241
-msgid "The specified picture has not been uploaded correctly."
-msgstr "L'image spécifiée n'as pas été téléchargée correctement."
+#: plugins/admin/systems/class_workstationGeneric.inc:133
+#: plugins/admin/systems/class_workstationGeneric.inc:139
+msgid "Scheduled update"
+msgstr "Mise à jour programmée"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:322
-msgid "You have no permissions to create a application on this 'Base'."
-msgstr ""
-"Vous n'avez pas les droits suffisants pour créer une application dans cette "
-"'Base'."
+#: plugins/admin/systems/class_workstationGeneric.inc:134
+#: plugins/admin/systems/class_workstationGeneric.inc:138
+msgid "Reinstall"
+msgstr "Reinstaller"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:327
-msgid "Required field 'Name' is not filled."
-msgstr "Le champ obligatoire 'Nom' n'est pas rempli."
+#: plugins/admin/systems/class_workstationGeneric.inc:135
+msgid "Rescan hardware"
+msgstr "Recherche du matériel"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:331
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+#: plugins/admin/systems/class_workstationGeneric.inc:204
+msgid "You have no permissions to create a workstation on this 'Base'."
 msgstr ""
 msgstr ""
-"Caractère non valide dans le nom de l'application. Seul les caractères de a-"
-"z et 0-9 sont permis."
+"Vous n'avez pas les droits nécessaires pour créer une station de travail "
+"dans cette 'Base'."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:335
-msgid "Required field 'Execute' is not filled."
-msgstr "Le champ obligatoire 'Exécuter' n'est pas rempli."
+#: plugins/admin/systems/class_workstationGeneric.inc:208
+msgid "The required field 'Workstation name' is not set."
+msgstr ""
+"Le champ obligatoire 'Nom de la station de travail' n'est pas renseigné."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:344
-msgid "There's already an application with this 'Name'."
-msgstr "Une application ayant le même 'Nom' existe déjà."
+#: plugins/admin/systems/class_printGeneric.inc:194
+#: plugins/admin/systems/class_printGeneric.inc:215
+#: plugins/admin/systems/class_printGeneric.inc:218
+msgid "Add printer extension"
+msgstr "Ajouter une extension d'imprimante"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:250
-#, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "Vous êtes sur le point de supprimer l'application '%s'."
+#: plugins/admin/systems/class_printGeneric.inc:195
+msgid ""
+"This workstation has printer extension disabled. You can't enable it while "
+"'cn' is not present in entry. Possibly you are currently creating a new "
+"terminal template"
+msgstr ""
+"Ce serveur à l'extension d'imprimante désactivé. Vous ne pourrez l'activer "
+"tant qu'un 'cn' n'est pas présent dans l'entrée. Vous êtes probablement "
+"occupé à créer un nouveau modèle de terminal"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:256
-#: plugins/admin/applications/class_applicationManagement.inc:282
-msgid "You are not allowed to delete this application!"
-msgstr "Vous n'êtes pas autorisé à supprimer cette application!"
+#: plugins/admin/systems/class_printGeneric.inc:207
+#: plugins/admin/systems/class_printGeneric.inc:210
+msgid "Remove printer extension"
+msgstr "Enlever l'extension d'impression"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-msgid "new"
-msgstr "nouveau"
+#: plugins/admin/systems/class_printGeneric.inc:208
+msgid ""
+"This workstation has printer extension enabled.You can disable it by "
+"clicking below."
+msgstr ""
+"Ce stations de travail à l'extension d'imprimante activée. Vous pouvez la "
+"désactiver en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-msgid "Create new application"
-msgstr "Créer une nouvelle application"
+#: plugins/admin/systems/class_printGeneric.inc:211
+msgid ""
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
+msgstr ""
+"Ce serveur à l'extension d'imprimante activée. Vous pouvez la désactiver en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Nom du département"
+#: plugins/admin/systems/class_printGeneric.inc:216
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
+msgstr ""
+"Ce serveur à l'extension d'imprimante désactivé. Vous pouvez l'activer en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Nom de la branche à créer"
+#: plugins/admin/systems/class_printGeneric.inc:219
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
+msgstr ""
+"Ce serveur à l'extension d'imprimante désactivé. Vous pouvez l'activer en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:56
-msgid "Descriptive text for department"
-msgstr "Description du département"
+#: plugins/admin/systems/class_printGeneric.inc:230
+msgid "This 'dn' has no printer features."
+msgstr "Ce 'dn' n'a pas d'extensions d'impression."
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Catégorie"
+#: plugins/admin/systems/class_printGeneric.inc:364
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "Le fichier PPD sélectionné '%s' n'existe pas."
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Catégorie pour cette branche de l'annuaire"
+#: plugins/admin/systems/class_printGeneric.inc:372
+msgid "can't get ppd informations."
+msgstr "Impossible d'obtenir les informations sur le fichier ppd."
 
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:122
-msgid "Choose subtree to place department in"
+#: plugins/admin/systems/class_printGeneric.inc:384
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
 msgstr ""
 msgstr ""
-"Sélectionnez la branche de l'annuaire dans laquelle sera placée le "
-"département"
-
-#: plugins/admin/departments/generic.tpl:47
-msgid "State where this subtree is located"
-msgstr "Lieu où est située cette branche de l'annuaire"
+"Cette imprimante appartient au terminal %s. Vous ne pouvez pas changer son "
+"nom."
 
 
-#: plugins/admin/departments/generic.tpl:51
-msgid "Location of this subtree"
-msgstr "Localisation de cette branche"
+#: plugins/admin/systems/class_printGeneric.inc:386
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
+msgstr ""
+"Cette imprimante appartient à la station de travail %s. Vous ne pouvez pas "
+"changer son nom."
 
 
-#: plugins/admin/departments/generic.tpl:55
-msgid "Postal address of this subtree"
-msgstr "Adresse postale de cette branche"
+#: plugins/admin/systems/class_printGeneric.inc:448
+msgid "You have no permissions to create a printer on this 'Base'."
+msgstr ""
+"Vous n'avez pas l'autorisation de créer une imprimante sur cette 'Base'."
 
 
-#: plugins/admin/departments/generic.tpl:59
-msgid "Base telephone number of this subtree"
-msgstr "Numéro de téléphone de base pour cette sous-branche"
+#: plugins/admin/systems/class_printGeneric.inc:584
+#: plugins/admin/systems/class_printGeneric.inc:586
+#: plugins/admin/ogroups/class_ogroupManagement.inc:482
+#: plugins/admin/fai/faiTemplateEntry.tpl:71
+#: plugins/admin/fai/faiTemplateEntry.tpl:103
+#: plugins/generic/references/class_reference.inc:36
+msgid "Group"
+msgstr "Groupes"
 
 
-#: plugins/admin/departments/generic.tpl:63
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Numéro de fax de base pour cette sous-branche"
+#: plugins/admin/systems/class_servDNS.inc:36
+msgid "Remove DNS service"
+msgstr "Suppression du service DNS"
 
 
-#: plugins/admin/departments/remove.tpl:6
-#: plugins/gofon/conference/remove.tpl:6
+#: plugins/admin/systems/class_servDNS.inc:37
 msgid ""
 msgid ""
-"This includes 'all' accounts, systems, etc. in this subtree. Please double "
-"check if your really want to do this since there is no way for GOsa to get "
-"your data back."
+"This server has DNS features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
-"Ceci inclus tous les comptes systèmes, etc... dans cette branche. Veuillez "
-"vérifier si vous voulez réaliser cette opération. Toutes les données seront "
-"perdues, étant donné qu'il est impossible pour GOsa de récupérer vos données."
+"Ce serveur à l'option DNS activée. Vous pouvez le désactiver en cliquant sur "
+"le bouton ci-dessous."
 
 
-#: plugins/admin/departments/headpage.tpl:6
-msgid "List of departments"
-msgstr "Liste des départements"
+#: plugins/admin/systems/class_servDNS.inc:39
+msgid "Add DNS service"
+msgstr "Ajouter un service DNS"
 
 
-#: plugins/admin/departments/headpage.tpl:24
+#: plugins/admin/systems/class_servDNS.inc:40
 msgid ""
 msgid ""
-"This menu allows you to create, delete and edit selected departments. Having "
-"a large size of departments, you might prefer the range selectors on top of "
-"the department list."
+"This server has DNS features disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"Ce menu vous permet de d'ajouter, supprimer et éditer les départements "
-"sélectionnés. Si vous avez un grand nombre de départements il est conseillé "
-"d'utiliser les filtres."
+"Ce serveur à l'option DNS désactivé. Vous pouvez l'activer en cliquant sur "
+"le bouton ci-dessous."
 
 
-#: plugins/admin/departments/headpage.tpl:38
-msgid "Display departments matching"
-msgstr "Afficher les départements correspondants"
+#: plugins/admin/systems/workstation.tpl:9
+msgid "Workstation template"
+msgstr "Modèle de station de travail"
 
 
-#: plugins/admin/departments/headpage.tpl:42
-msgid "Regular expression for matching department names"
-msgstr "Expression régulière pour faire correspondre le nom des applications"
+#: plugins/admin/systems/workstation.tpl:11
+msgid "Workstation name"
+msgstr "Nom de la station de travail"
 
 
-#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
-msgid "Department management"
-msgstr "Gestion des départements"
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
+msgstr "Accès kadmin Kerberos"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:150
-msgid "You have no permissions to create a department on this 'Base'."
-msgstr ""
-"Vous n'avez pas l'autorisation pour créer un département sur cette 'Base'."
+#: plugins/admin/systems/servdb.tpl:10
+msgid "Kerberos Realm"
+msgstr "Realm Kerberos"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:157
-#: plugins/admin/departments/class_departmentGeneric.inc:159
-msgid "Department with that 'Name' already exists."
-msgstr "Un département ayant ce 'Nom' existe déjà."
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
+msgid "Admin user"
+msgstr "Administrateur"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:167
-msgid "Required field 'Description' is not set."
-msgstr "Le champ obligatoire 'Description' n'est pas rempli."
+#: plugins/admin/systems/servdb.tpl:26
+msgid "FAX database"
+msgstr "Base de données des FAX"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:172
-msgid "The field 'Name' contains the reserved word 'incoming'."
-msgstr "Le champ 'Nom' contient le mot réservé 'incoming'."
+#: plugins/admin/systems/servdb.tpl:30
+msgid "FAX DB user"
+msgstr "utilisateur de la base de données du FAX"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:173
-msgid " Please choose another name."
-msgstr " Veuillez choisir un autre nom."
+#: plugins/admin/systems/servdb.tpl:42
+msgid "Asterisk management"
+msgstr "Administration d'Asterisk"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:43
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
-msgid "Departments"
-msgstr "Départements"
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
+msgstr "Utilisateur de la base de données Asterisk"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:185
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
-#, php-format
-msgid "You're about to delete the whole LDAP subtree placed under '%s'."
-msgstr ""
-"Vous êtes sur le point de supprimer la branche complète de l'annuaire LDAP "
-"placé sous '%s'."
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
+msgstr "Préfixe du pays"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:202
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
-msgid "You have no permission to remove this department."
-msgstr "Vous n'avez pas les droits nécessaires pour supprimer ce département."
+#: plugins/admin/systems/servdb.tpl:58
+msgid "Local dial prefix"
+msgstr "Préfixe local"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:281
-msgid "Create new department"
-msgstr "Créer un nouveau département"
+#: plugins/admin/systems/servdb.tpl:70
+msgid "IMAP admin access"
+msgstr "Accès administrateur IMAP"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:289
-msgid "This table displays all departments, in the selected tree."
-msgstr "Ce tableau montre tous les départements, dans l'arbre sélectionné."
+#: plugins/admin/systems/servdb.tpl:74
+msgid "Server identifier"
+msgstr "Identifiant du serveur"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:298
-msgid "Department name"
-msgstr "Nom du département"
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
+msgstr "URL de connexion"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:392
-msgid ".."
-msgstr ".."
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
+msgstr "port Sieve"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:53
-#: plugins/admin/systems/class_terminalInfo.inc:181
-msgid "present"
-msgstr "présent"
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
+msgstr "Base de données des logs"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:65
-#: plugins/admin/systems/class_terminalService.inc:139
-#: plugins/admin/systems/class_terminalStartup.inc:99
-#: plugins/admin/systems/class_workstationService.inc:124
-#: plugins/admin/systems/class_workstationStartup.inc:215
-#: plugins/admin/systems/class_terminalGeneric.inc:130
-msgid "This 'dn' has no terminal features."
-msgstr "Ce 'dn' n'a pas d'extension de terminaux."
+#: plugins/admin/systems/servdb.tpl:104
+msgid "Logging DB user"
+msgstr "Utilisateur de la base de données de log"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:72
-msgid "This is a virtual terminal which has no properties to show here."
-msgstr "Ceci est un pseudo-terminal, aucune propriété ne peut être affichée."
+#: plugins/admin/systems/class_servKolab.inc:115
+msgid "Remove Kolab extension"
+msgstr "Enlever l'extension Kolab"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:92
-msgid "online"
-msgstr "en ligne"
+#: plugins/admin/systems/class_servKolab.inc:115
+msgid ""
+"This server has kolab features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Ce serveur à l'extension kolab activée. Vous pouvez la désactiver en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:144
-msgid "running"
-msgstr "en cours d'exécution"
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid "Add Kolab service"
+msgstr "Ajouter un service Kolab"
+
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid ""
+"This server has kolab features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Ce serveur à l'extension Kolab désactivé. Vous pouvez l'activer en cliquant "
+"sur le bouton ci-dessous."
+
+#: plugins/admin/systems/class_servKolab.inc:146
+#, php-format
+msgid "Include data from %s days in the past when creating free/busy lists"
+msgstr ""
+"Inclure les données des %s jours précédents lors de la création d'une liste "
+"de disponibilités"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:147
-msgid "not running"
-msgstr "n'est pas en cours d'exécution"
+#: plugins/admin/systems/class_servKolab.inc:152
+#, php-format
+msgid "Warn users when using more than %s%% of their mail quota"
+msgstr ""
+"Avertissez les utilisateurs quand ils utilsent plus de %s%% de leur quota "
+"mail"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:155
-msgid "unknown status"
-msgstr "statut inconnu"
+#: plugins/admin/systems/class_servKolab.inc:224
+msgid "Future days in Free/Busy settings must be set."
+msgstr "Le paramètre journées futures doit être rempli."
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:173
-msgid "offline"
-msgstr "hors-ligne"
+#: plugins/admin/systems/class_servKolab.inc:226
+msgid "Future days in Free/Busy settings must be a positive value."
+msgstr "Le nombre de journées dans le futur doit être nombre positif."
 
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network settings"
-msgstr "Configuration réseau"
+#: plugins/admin/systems/class_servKolab.inc:230
+msgid "The given Quota settings value must be a number."
+msgstr "Les paramètres de Quota doivent être un nombre."
 
 
-#: plugins/admin/systems/network.tpl:8
-msgid "IP-address"
-msgstr "Adresse IP"
+#: plugins/admin/systems/class_servKolab.inc:232
+msgid "Please choose a value between 1 and 100 for Quota settings."
+msgstr "Veuillez choisir un nombre entre 1 et 100 pour les quotas."
 
 
-#: plugins/admin/systems/network.tpl:16
-msgid "MAC-address"
-msgstr "Adresse MAC"
+#: plugins/admin/systems/class_servKolab.inc:234
+msgid "Future days must be a value."
+msgstr "Le nombre de journées dans le futur doit être une valeur."
 
 
-#: plugins/admin/systems/class_winGeneric.inc:73
-#: plugins/admin/systems/class_componentGeneric.inc:51
-msgid "This 'dn' has no network features."
-msgstr "Ce 'dn' n'a pas d'extensions réseaux."
+#: plugins/admin/systems/class_servKolab.inc:238
+msgid "No SMTP privileged networks set."
+msgstr "pas de réseaux SMTP privilégiés indiqués."
 
 
-#: plugins/admin/systems/class_winGeneric.inc:142
-#: plugins/admin/systems/class_componentGeneric.inc:113
-msgid "The required field 'Component name' is not set."
-msgstr "Le champ obligatoire 'Nom du composant' n'est pas rempli."
+#: plugins/admin/systems/class_servKolab.inc:242
+msgid "No SMTP smarthost/relayhost set."
+msgstr "Pas de relais SMTP indiqué."
 
 
-#: plugins/admin/systems/class_winGeneric.inc:156
-#: plugins/admin/systems/class_componentGeneric.inc:126
-msgid "You have no permissions to create a component on this 'Base'."
-msgstr "Vous n'avez pas l'autorisation de créer un composant sur cette 'Base'."
+#: plugins/admin/systems/servkolab.tpl:14
+msgid "POP3 service"
+msgstr "Service POP3"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:166
-#: plugins/admin/systems/class_phoneGeneric.inc:302
-#: plugins/admin/systems/class_terminalGeneric.inc:260
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/systems/class_workstationGeneric.inc:221
-#: plugins/admin/systems/class_printGeneric.inc:458
-#: plugins/admin/systems/class_componentGeneric.inc:136
-#, php-format
-msgid "There is already an entry '%s' in the base choosen by you"
-msgstr "Une entrée '%s' existe déjà dans la base sélectionnée"
+#: plugins/admin/systems/servkolab.tpl:22
+msgid "POP3/SSL service"
+msgstr "Service POP3/SSL"
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "Information sur le système"
+#: plugins/admin/systems/servkolab.tpl:30
+msgid "IMAP service"
+msgstr "Service IMAP"
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "CPU"
+#: plugins/admin/systems/servkolab.tpl:38
+msgid "IMAP/SSL service"
+msgstr "Service IMAP/SSL"
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "Mémoire"
+#: plugins/admin/systems/servkolab.tpl:46
+msgid "Sieve service"
+msgstr "Service sieve"
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "Adresse MAC de démarrage"
+#: plugins/admin/systems/servkolab.tpl:54
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+msgstr ""
+"service des options de disponibilités par FTP (ancien, pas compatible avec "
+"les options de disponibilités de Kolab2)"
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "Support USB"
+#: plugins/admin/systems/servkolab.tpl:62
+msgid "HTTP FreeBusy service (legacy)"
+msgstr "Service d'option de disponibilité par HTTP (ancien)"
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "Statut du système"
+#: plugins/admin/systems/servkolab.tpl:70
+msgid "Amavis email scanning (virus/spam)"
+msgstr "Scan des messages par Amavis (antivirus/antispam)"
 
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
-msgstr "Numéro d'inventaire"
+#: plugins/admin/systems/servkolab.tpl:81
+msgid "Quota settings"
+msgstr "Préférences des quotas"
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Dernière connexion"
+#: plugins/admin/systems/servkolab.tpl:97
+msgid "Free/Busy settings"
+msgstr "Préférences des options de disponibilités"
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Périphériques réseau"
+#: plugins/admin/systems/servkolab.tpl:102
+msgid "Allow unauthenticated downloading of Free/Busy information"
+msgstr ""
+"Permettre le téléchargement des informations de disponibilités de manière "
+"anonyme"
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "Périphériques IDE"
+#: plugins/admin/systems/servkolab.tpl:117
+msgid "SMTP privileged networks"
+msgstr "Réseaux SMTP privilègiés"
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "Périphériques SCSI"
+#: plugins/admin/systems/servkolab.tpl:122
+msgid "Hosts/networks allowed to relay"
+msgstr "Machines/Réseaux qui peuvent relayer du mail"
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Lecteur de disquette"
+#: plugins/admin/systems/servkolab.tpl:125
+msgid "Enter multiple values, seperated with"
+msgstr "Entrez des valeurs multiples, séparés avec"
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "Lecteur CDROM"
+#: plugins/admin/systems/servkolab.tpl:138
+msgid "SMTP smarthost/relayhost"
+msgstr "Relais SMTP"
 
 
-#: plugins/admin/systems/info.tpl:73
-#: plugins/admin/systems/workstationService.tpl:83
-#: plugins/admin/systems/terminalService.tpl:83
-msgid "Graphic device"
-msgstr "Carte écran"
+#: plugins/admin/systems/servkolab.tpl:144
+msgid "Enable MX lookup for relayhost"
+msgstr "Vérification de l'enregistrement MX pour le serveur relais"
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Carte son"
+#: plugins/admin/systems/servkolab.tpl:149
+msgid "Host used to relay mails"
+msgstr "Machine utilisée pour relayer les mails"
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "Allumé depuis"
+#: plugins/admin/systems/servkolab.tpl:163
+msgid "Accept Internet Mail"
+msgstr "Accepter le courrier électronique venant d'internet"
 
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
-msgstr "Charge CPU"
+#: plugins/admin/systems/servkolab.tpl:169
+msgid "Accept mail from other domains over non-authenticated SMTP"
+msgstr ""
+"Accepter les messages sur du SMTP non authentifié venant d'autre domaines"
 
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
-msgstr "Utilisation Mémoire"
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
+msgstr "Nom de la machine"
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Utilisation Swap"
+#: plugins/admin/systems/remove.tpl:6
+msgid ""
+"This includes <b>all</b> system and setup informations. Please double check "
+"if your really want to do this since there is no way for GOsa to get your "
+"data back."
+msgstr ""
+"Cela inclut <b>tout</b> les systèmes et les informations de configuration. "
+"Veuillez vérifier que vous voulez effectuer cette opération, il est "
+"impossible de revenir en arrière. Toutes les données seront perdues étant "
+"donné qu'il est impossible pour GOsa de récupérer vos données."
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "Service SSH"
+#: plugins/admin/systems/headpage.tpl:6
+msgid "List of systems"
+msgstr "Liste des systèmes"
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "Service d'impression"
+#: plugins/admin/systems/headpage.tpl:24
+msgid ""
+"This menu allows you to add, remove and change the properties of specific "
+"systems. You can only add systems which have already been started once."
+msgstr ""
+"Ce menu permet d'ajouter, de supprimer ou de changer les propriétés des "
+"systèmes. Vous pouvez seulement ajouter un système qui à déjà été démarré "
+"une fois."
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Service scanner"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Select to see servers"
+msgstr "Sélectionnez pour voir les serveurs"
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Service Son"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Show servers"
+msgstr "Afficher les serveurs"
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "Interface graphique"
+#: plugins/admin/systems/headpage.tpl:39
+msgid "Select to see Linux terminals"
+msgstr "Sélectionnez pour afficher les terminaux Linux"
 
 
-#: plugins/admin/systems/class_terminalService.inc:83
-#: plugins/admin/systems/class_workstationService.inc:68
-msgid "default"
-msgstr "défaut"
+#: plugins/admin/systems/headpage.tpl:39
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Show terminals"
+msgstr "Afficher les terminaux"
 
 
-#: plugins/admin/systems/class_terminalService.inc:84
-#: plugins/admin/systems/class_workstationService.inc:69
-msgid "show chooser"
-msgstr "Afficher le sélecteur"
+#: plugins/admin/systems/headpage.tpl:40
+msgid "Select to see Linux workstations"
+msgstr "Sélectionnez pour voir les stations de travail Linux"
+
+#: plugins/admin/systems/headpage.tpl:40
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Show workstations"
+msgstr "Afficher les stations de travail"
 
 
-#: plugins/admin/systems/class_terminalService.inc:85
-#: plugins/admin/systems/class_workstationService.inc:70
-msgid "direct"
-msgstr "direct"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Sélectionnez afin de voir les stations de travail Microsoft Windows"
 
 
-#: plugins/admin/systems/class_terminalService.inc:88
-#: plugins/admin/systems/class_workstationService.inc:73
-msgid "load balanced"
-msgstr "répartition de charge"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Show windows based workstations"
+msgstr "Afficher les stations de travail Windows"
 
 
-#: plugins/admin/systems/class_terminalService.inc:91
-#: plugins/admin/systems/class_workstationService.inc:76
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Select to see network printers"
+msgstr "Sélectionnez pour afficher les imprimantes réseaux"
 
 
-#: plugins/admin/systems/class_terminalService.inc:92
-#: plugins/admin/systems/class_workstationService.inc:77
-msgid "ICA client"
-msgstr "Client ICA"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Show network printers"
+msgstr "Afficher les imprimantes réseaux"
 
 
-#: plugins/admin/systems/class_terminalService.inc:187
-#: plugins/admin/systems/class_workstationService.inc:171
-msgid "Choose the phone located at the current terminal"
-msgstr "Choisissez le téléphone situé à coté du terminal"
+#: plugins/admin/systems/headpage.tpl:43
+msgid "Select to see VOIP phones"
+msgstr "Sélectionnez pour afficher les téléphones IP"
 
 
-#: plugins/admin/systems/class_terminalService.inc:251
-#: plugins/admin/systems/class_terminalService.inc:256
-#: plugins/admin/systems/class_workstationService.inc:236
-#: plugins/admin/systems/class_workstationService.inc:241
-msgid "Please specify a valid VSync range."
-msgstr ""
-"Veuillez spécifier une plage valide pour la fréquence de synchronisation "
-"verticale."
+#: plugins/admin/systems/headpage.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Show phones"
+msgstr "Afficher les téléphones"
 
 
-#: plugins/admin/systems/class_terminalService.inc:266
-#: plugins/admin/systems/class_terminalService.inc:271
-#: plugins/admin/systems/class_workstationService.inc:251
-#: plugins/admin/systems/class_workstationService.inc:256
-msgid "Please specify a valid HSync range."
-msgstr ""
-"Veuillez spécifier une plage valide pour la fréquence de synchronisation "
-"Horizontale."
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Select to see network devices"
+msgstr "Sélectionnez pour afficher les périphériques réseaux"
 
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Administration du système"
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Show network devices"
+msgstr "Montrer les périphériques réseau"
 
 
-#: plugins/admin/systems/class_servService.inc:264
-msgid "Terminal server, must have fontpath specified."
-msgstr ""
-"Serveur de terminaux, le chemin vers les polices de caractère doit être "
-"spécifié."
+#: plugins/admin/systems/headpage.tpl:52
+msgid "Regular expression for matching system names"
+msgstr "Expression régulière pour sélectionner les noms de systèmes"
 
 
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Nfs Export"
-msgstr "Exportation Nfs"
+#: plugins/admin/systems/headpage.tpl:59
+msgid "Display systems of user"
+msgstr "Afficher les systèmes de l'utilisateur"
 
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
-msgstr "Services de temps"
+#: plugins/admin/systems/headpage.tpl:62
+msgid "User name of which terminal(s) are shown"
+msgstr "Le nom de l'utilisateur duquel les terminaux sont affichés"
 
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
-msgstr "Service LDAP"
+#: plugins/admin/systems/password.tpl:2
+msgid ""
+"To change the terminal root password use the fields below. The changes take "
+"effect during the next reboot. Please memorize the new password, because you "
+"wouldn't be able to log in."
+msgstr ""
+"Pour changer le mot de passe root du terminal, utilisez le champ ci-dessous. "
+"Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau "
+"mot de passe sinon vous ne pourrez pas vous identifier sans celui-ci."
 
 
-#: plugins/admin/systems/servservice.tpl:72
-msgid "Terminal Service"
-msgstr "Services de terminaux"
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
+msgstr ""
+"Laissez le champ vide pour le mot de passe afin de l'obtenir depuis l'entrée "
+"par défaut."
 
 
-#: plugins/admin/systems/servservice.tpl:77
-msgid "Temporary disable login"
-msgstr "Désactiver temporairement le login"
+#: plugins/admin/systems/password.tpl:9
+msgid "Changing the password impinges on authentification only."
+msgstr "Changer le mot de passe influe seulement sur l'authentification."
 
 
-#: plugins/admin/systems/servservice.tpl:80
-msgid "Font path"
-msgstr "Répertoire des polices de caractères"
+#: plugins/admin/systems/class_servRepositorySetup.inc:115
+#, fuzzy
+msgid "Please enter a value for 'release'."
+msgstr "Veuillez entrer une valeur pour le script."
 
 
-#: plugins/admin/systems/servservice.tpl:93
-msgid "Syslog Service"
-msgstr "Service de logs systèmes"
+#: plugins/admin/systems/class_servRepositorySetup.inc:146
+#, fuzzy
+msgid "Master"
+msgstr "Date"
 
 
-#: plugins/admin/systems/servservice.tpl:101
-msgid "Print Service"
-msgstr "Services d'impression"
+#: plugins/admin/systems/class_componentGeneric.inc:116
+#: plugins/admin/systems/class_phoneGeneric.inc:279
+msgid "The required field 'MAC-address' is not set."
+msgstr "Le champ obligatoire 'MAC-address' n'est pas rempli."
 
 
-#: plugins/admin/systems/servservice.tpl:109
-msgid "Mail server"
-msgstr "Serveur de messagerie"
+#: plugins/admin/systems/class_componentGeneric.inc:119
+#: plugins/admin/systems/class_phoneGeneric.inc:282
+msgid "The required field 'IP-address' is not set."
+msgstr "Le champ obligatoire 'adresse IP' n'est pas rempli."
 
 #: plugins/admin/systems/chooser.tpl:1
 msgid "Choose the kind of system component you want to create"
 
 #: plugins/admin/systems/chooser.tpl:1
 msgid "Choose the kind of system component you want to create"
@@ -6607,25 +6810,146 @@ msgstr "Serveur Linux"
 msgid "Windows workstation"
 msgstr "Station de travail Windows"
 
 msgid "Windows workstation"
 msgstr "Station de travail Windows"
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
-msgstr "Imprimante réseau"
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
+msgstr "Imprimante réseau"
+
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
+msgstr "Autre composant réseau"
+
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
+msgstr "Créer"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:105
+msgid "This 'dn' has no phone features."
+msgstr "Ce 'dn' n'a pas d'extensions téléphoniques."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+msgid "yes"
+msgstr "oui"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+msgid "no"
+msgstr "non"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:198
+msgid "dynamic"
+msgstr "dynamique"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:198
+msgid "Networksettings"
+msgstr "Configuration réseau"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:216
+#, php-format
+msgid ""
+"Can't delete because there are user which are depending on this phone. One "
+"of them is user '%s'."
+msgstr ""
+"Impossible d'effacer ce téléphone parce que certains utilisateurs "
+"l'utilisent. Un de ces utilisateur est '%s'."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:273
+msgid "The required field 'Phone name' is not set."
+msgstr "Le champ obligatoire 'Nom du téléphone' n'est pas rempli."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:276
+msgid "The 'Phone name' '0' is reserved and cannot be used."
+msgstr "Le 'Nom du téléphone' '0' est réservé et ne peut pas être utilisé."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:285
+msgid "Wrong IP format in field IP-address."
+msgstr "L'adresse ip dans le champ adresse IP n'est pas valide."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:290
+msgid ""
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
+msgstr ""
+
+#: plugins/admin/systems/class_phoneGeneric.inc:297
+msgid "You have no permissions to create a phone on this 'Base'."
+msgstr "Vous n'avez pas l'autorisation de créer un téléphone sur cette 'Base'."
+
+#: plugins/admin/systems/phonesettings.tpl:1
+msgid "Advanced phone settings"
+msgstr "Configuration avancée du téléphone"
+
+#: plugins/admin/systems/phonesettings.tpl:6
+msgid "Phone type"
+msgstr "Type de téléphone"
+
+#: plugins/admin/systems/phonesettings.tpl:7
+#: plugins/admin/systems/phonesettings.tpl:25
+#: plugins/admin/systems/phonesettings.tpl:35
+#: plugins/admin/systems/phonesettings.tpl:49
+#: plugins/admin/systems/phonesettings.tpl:78
+#: plugins/admin/systems/phonesettings.tpl:109
+#: plugins/admin/systems/phonesettings.tpl:156
+msgid "Choose a phone type"
+msgstr "Sélectionnez un type de téléphone"
+
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
+msgstr "Rafraichir"
+
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
+msgstr "Mode DTMF"
+
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+msgid "Default IP"
+msgstr "Adresse ip par défaut"
+
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
+msgstr "Temps de réponse maximum"
+
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
+msgstr "Mode"
+
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr "Type d'authentification"
+
+#: plugins/admin/systems/phonesettings.tpl:116
+msgid "Secret"
+msgstr "Secret"
+
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr "Mot de passe utilisé pour l'authentification rsa"
+
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
+msgstr "Mot de passe utilisé pour l'authentification rsa"
+
+#: plugins/admin/systems/phonesettings.tpl:145
+msgid "Account code"
+msgstr "Code du compte téléphonique"
+
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
+msgstr "Regrouper des lignes"
 
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
-msgstr "Autre composant réseau"
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
+msgstr "Machines qui peuvent se connecter"
 
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
-msgstr "Créer"
+#: plugins/admin/systems/phonesettings.tpl:183
+msgid "Hosts that are not allowed to connect"
+msgstr "Machines qui ne peuvent pas se connecter"
 
 
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/server.tpl:15
-#: plugins/admin/systems/phone.tpl:15 plugins/admin/systems/terminal.tpl:20
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
-msgstr "Sélectionnez la branche où placer le terminal"
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
+msgstr "MSN"
 
 #: plugins/admin/systems/workstationService.tpl:4
 #: plugins/admin/systems/terminalService.tpl:4
 
 #: plugins/admin/systems/workstationService.tpl:4
 #: plugins/admin/systems/terminalService.tpl:4
@@ -6697,12 +7021,6 @@ msgstr "Matériel téléphonique"
 msgid "Telephone"
 msgstr "Téléphone"
 
 msgid "Telephone"
 msgstr "Téléphone"
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/printer.tpl:45
-#: plugins/admin/systems/terminalService.tpl:86
-msgid "Driver"
-msgstr "Pilote"
-
 #: plugins/admin/systems/workstationService.tpl:88
 #: plugins/admin/systems/terminalService.tpl:88
 msgid "Choose graphic driver that is needed by the installed graphic board"
 #: plugins/admin/systems/workstationService.tpl:88
 #: plugins/admin/systems/terminalService.tpl:88
 msgid "Choose graphic driver that is needed by the installed graphic board"
@@ -6765,232 +7083,49 @@ msgstr "Sélectionner afin de démarrer le service scanner SANE sur le terminal"
 msgid "Provide scan services"
 msgstr "Fournir des services de scanner"
 
 msgid "Provide scan services"
 msgstr "Fournir des services de scanner"
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Sélectionnez les entrées à ajouter"
-
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-msgid "Display members of department"
-msgstr "Afficher les membres du département"
-
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-msgid "Display members matching"
-msgstr "Afficher les membres correspondants"
-
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-msgid "Regular expression for matching member names"
-msgstr "Expression régulière concordant avec les noms des membres"
-
-#: plugins/admin/systems/class_workstationStartup.inc:197
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Veuillez sélectionner un 'serveur FAI' ou effacer les 'Classes FAI'."
-
-#: plugins/admin/systems/class_workstationStartup.inc:251
-msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
-msgstr ""
-"Il y a déjà un profil dans votre sélection qui contient des configurations "
-"de table de partitions."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:105
-msgid "This 'dn' has no phone features."
-msgstr "Ce 'dn' n'a pas d'extensions téléphoniques."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
-msgid "yes"
-msgstr "oui"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
-msgid "no"
-msgstr "non"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:198
-msgid "dynamic"
-msgstr "dynamique"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:198
-msgid "Networksettings"
-msgstr "Configuration réseau"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:216
-#, php-format
-msgid ""
-"Can't delete because there are user which are depending on this phone. One "
-"of them is user '%s'."
-msgstr ""
-"Impossible d'effacer ce téléphone parce que certains utilisateurs "
-"l'utilisent. Un de ces utilisateur est '%s'."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:273
-msgid "The required field 'Phone name' is not set."
-msgstr "Le champ obligatoire 'Nom du téléphone' n'est pas rempli."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:276
-msgid "The 'Phone name' '0' is reserved and cannot be used."
-msgstr "Le 'Nom du téléphone' '0' est réservé et ne peut pas être utilisé."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:279
-#: plugins/admin/systems/class_componentGeneric.inc:116
-msgid "The required field 'MAC-address' is not set."
-msgstr "Le champ obligatoire 'MAC-address' n'est pas rempli."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:282
-#: plugins/admin/systems/class_componentGeneric.inc:119
-msgid "The required field 'IP-address' is not set."
-msgstr "Le champ obligatoire 'adresse IP' n'est pas rempli."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:285
-msgid "Wrong IP format in field IP-address."
-msgstr "L'adresse ip dans le champ adresse IP n'est pas valide."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "You have no permissions to create a phone on this 'Base'."
-msgstr "Vous n'avez pas l'autorisation de créer un téléphone sur cette 'Base'."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:64
-#, php-format
-msgid "Can't open '%s', ppd settings resetted."
-msgstr ""
-"Impossible d'ouvrir '%s', les paramètres du fichier ppd on été réinitialisés."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:105
-#, php-format
-msgid ""
-"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
-"informations."
-msgstr ""
-"Le chemin spécifié PPD_PATH='%s' dans votre fichier de configuration gosa."
-"conf est invalide, je ne peut lire aucune information des fichiers ppd."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:106
-msgid "Can't get ppd informations."
-msgstr "Impossible d'obtenir des informations sur les ppd."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:122
-#, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
-msgstr ""
-"impossible de créer le répertoire '%s' pour sauvegarder le fichier ppd."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:135
-#, php-format
-msgid "There is already a ppd file for this kind of printer."
-msgstr "Il y a déjà un fichier ppd pour ce type d'imprimante."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:143
-#, php-format
-msgid "Can't save file '%s'."
-msgstr "Impossible de sauver le fichier '%s'."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:162
-#: plugins/admin/systems/class_printerPPDDialog.inc:165
-msgid "Please specify a valid ppd file."
-msgstr "Veuillez indiquer un fichier ppd valide."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:189
-msgid "Please select a valid ppd."
-msgstr "Veuillez sélectionner un fichier ppd valide."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:363
-#: plugins/admin/systems/class_printerPPDDialog.inc:366
-msgid "True"
-msgstr "Vrai"
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:364
-#: plugins/admin/systems/class_printerPPDDialog.inc:367
-msgid "False"
-msgstr "Faux"
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:372
-#, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
-msgstr "Type de PPD '%s' non supporté pour '%s' "
-
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
-msgstr "Nom du serveur"
-
-#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/ogroups/termgroup.tpl:3
-msgid "Action"
-msgstr "Action"
-
-#: plugins/admin/systems/server.tpl:42
-msgid "Select action to execute for this server"
-msgstr "Sélectionnez l'opération à exécuter sur le serveur"
-
-#: plugins/admin/systems/class_terminalGeneric.inc:63
-msgid "text"
-msgstr "texte"
-
-#: plugins/admin/systems/class_terminalGeneric.inc:64
-msgid "graphic"
-msgstr "graphique"
+#: plugins/admin/systems/class_servNfs.inc:104
+msgid "Please specify a valid path for your setup."
+msgstr "Veuillez entrer un chemin valide pour votre configuration."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:92
-#: plugins/admin/systems/class_servGeneric.inc:62
-#: plugins/admin/ogroups/class_termgroup.inc:62
-msgid "No WAKECMD definition found in your gosa.conf"
-msgstr "Aucune définition de WAKECMD n'est présente dans gosa.conf"
+#: plugins/admin/systems/class_servNfs.inc:110
+msgid "Please specify a valid name for your setup."
+msgstr "Veuillez spécifier un nom valide pour votre configuration."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:96
-#: plugins/admin/systems/class_terminalGeneric.inc:108
-#: plugins/admin/systems/class_terminalGeneric.inc:120
-#: plugins/admin/systems/class_servGeneric.inc:66
-#: plugins/admin/systems/class_servGeneric.inc:78
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/systems/class_workstationGeneric.inc:104
-#: plugins/admin/ogroups/class_termgroup.inc:66
-#: plugins/admin/ogroups/class_termgroup.inc:78
-#: plugins/admin/ogroups/class_termgroup.inc:90
-#, php-format
-msgid "Execution of '%s' failed!"
-msgstr "L'exécution de '%s' a échoué!"
+#: plugins/admin/systems/class_servNfs.inc:113
+msgid "Please specify a name for your setup."
+msgstr "Veuillez spécifier un nom valide pour votre configuration."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: plugins/admin/systems/class_servGeneric.inc:74
-#: plugins/admin/ogroups/class_termgroup.inc:74
-msgid "No REBOOTCMD definition found in your gosa.conf"
-msgstr "Aucune définition de REBOOTCMD n'est présente dans gosa.conf"
+#: plugins/admin/systems/class_servNfs.inc:118
+msgid "Description contains invalid characters."
+msgstr "La description contient des caractères invalides."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:116
-#: plugins/admin/systems/class_servGeneric.inc:86
-#: plugins/admin/ogroups/class_termgroup.inc:86
-msgid "No HALTCMD definition found in your gosa.conf"
-msgstr "Aucune définition de HALTCMD n'est présente dans gosa.conf"
+#: plugins/admin/systems/class_servNfs.inc:122
+msgid "Path contains invalid characters."
+msgstr "Le chemin contient des caractères invalides."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Switch off"
-msgstr "Eteindre"
+#: plugins/admin/systems/class_servNfs.inc:126
+msgid "Option contains invalid characters."
+msgstr "L'option contient des caractères invalides."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Reboot"
-msgstr "Redémarrer"
+#: plugins/admin/systems/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Editer un partage"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:117
-#: plugins/admin/systems/class_workstationGeneric.inc:137
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Wake up"
-msgstr "Réveiller"
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "Préférences NFS"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:243
-msgid "You have no permissions to create a terminal on this 'Base'."
-msgstr "Vous n'avez pas l'autorisation de créer un terminal dans cette 'Base'."
+#: plugins/admin/systems/servnfs.tpl:25
+msgid "Path"
+msgstr "Chemin"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:247
-msgid "The required field 'Terminal name' is not set."
-msgstr "Le champ obligatoire 'Nom du terminal' n'est pas renseigné."
+#: plugins/admin/systems/servnfs.tpl:49
+msgid "Charset"
+msgstr "Type de caractères"
+
+#: plugins/admin/systems/servnfs.tpl:59
+msgid "Option"
+msgstr "Option"
 
 #: plugins/admin/systems/printerPPDDialog.tpl:1
 msgid "Printer driver"
 
 #: plugins/admin/systems/printerPPDDialog.tpl:1
 msgid "Printer driver"
@@ -7005,1741 +7140,1779 @@ msgstr "Sélectionner"
 msgid "New driver"
 msgstr "Nouveau pilote"
 
 msgid "New driver"
 msgstr "Nouveau pilote"
 
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
-msgstr "Paramètre de démarrage"
-
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "LDAP server"
-msgstr "Serveur LDAP"
-
-#: plugins/admin/systems/workstationStartup.tpl:10
-#: plugins/admin/systems/terminalStartup.tpl:10
-msgid "Choose LDAP server to use for accounts and terminal management"
+#: plugins/admin/systems/class_printerPPDDialog.inc:64
+#, php-format
+msgid "Can't open '%s', ppd settings resetted."
 msgstr ""
 msgstr ""
-"Sélectionnez le serveur LDAP à utiliser pour la gestion des comptes et des "
-"terminaux"
-
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Boot kernel"
-msgstr "Kernel utilisé au démarrage"
-
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
-msgid "Enter the filename of the kernel to use"
-msgstr "Entrez le nom de fichier du kernel à utiliser"
-
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "Custom options"
-msgstr "Options personnalisées"
+"Impossible d'ouvrir '%s', les paramètres du fichier ppd on été réinitialisés."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:24
-#: plugins/admin/systems/terminalStartup.tpl:24
+#: plugins/admin/systems/class_printerPPDDialog.inc:105
+#, php-format
 msgid ""
 msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
-msgstr "Entrez les paramètres qui seront passés au kernel lors du démarrage"
-
-#: plugins/admin/systems/workstationStartup.tpl:35
-msgid "FAI server"
-msgstr "Serveur FAI"
-
-#: plugins/admin/systems/workstationStartup.tpl:42
-msgid "Assigned FAI classes"
-msgstr "Liste des classes FAI utilisées"
-
-#: plugins/admin/systems/workstationStartup.tpl:62
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
-msgstr "Modules du kernel (format : nom paramètre)"
-
-#: plugins/admin/systems/workstationStartup.tpl:64
-#: plugins/admin/systems/terminalStartup.tpl:55
-msgid "Add additional modules to load on startup"
-msgstr "Ajouter des modules à charger au démarrage"
-
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
-msgstr "Nom du téléphone"
-
-#: plugins/admin/systems/class_servGeneric.inc:52
-msgid "This 'dn' has no server features."
-msgstr "Ce 'dn' n'a pas d'options serveur."
-
-#: plugins/admin/systems/class_servGeneric.inc:166
-msgid "The required field 'Server name' is not set."
-msgstr "Le champ obligatoire 'Nom du serveur' n'est pas rempli."
-
-#: plugins/admin/systems/class_servGeneric.inc:173
-msgid "You have no permissions to create a server on this 'Base'."
-msgstr "Vous n'avez pas l'autorisation pour créer un serveur sur cette 'Base'."
-
-#: plugins/admin/systems/terminal.tpl:9
-msgid "Terminal template"
-msgstr "Modèle de terminaux"
-
-#: plugins/admin/systems/terminal.tpl:11
-msgid "Terminal name"
-msgstr "Nom du terminal"
-
-#: plugins/admin/systems/terminal.tpl:36
-#: plugins/admin/systems/workstation.tpl:45
-#: plugins/admin/systems/phonesettings.tpl:21
-msgid "Mode"
-msgstr "Mode"
-
-#: plugins/admin/systems/terminal.tpl:38
-#: plugins/admin/systems/workstation.tpl:47
-msgid "Select terminal mode"
-msgstr "Sélectionnez le mode du terminal"
-
-#: plugins/admin/systems/terminal.tpl:52
-msgid "Root server"
-msgstr "Serveur Primaire"
-
-#: plugins/admin/systems/terminal.tpl:54
-msgid "Select NFS root filesystem to use"
-msgstr "Sélectionnez le système de fichier root NFS à utiliser"
+"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
+"informations."
+msgstr ""
+"Le chemin spécifié PPD_PATH='%s' dans votre fichier de configuration gosa."
+"conf est invalide, je ne peut lire aucune information des fichiers ppd."
 
 
-#: plugins/admin/systems/terminal.tpl:60
-msgid "Swap server"
-msgstr "Serveur de Swap"
+#: plugins/admin/systems/class_printerPPDDialog.inc:106
+msgid "Can't get ppd informations."
+msgstr "Impossible d'obtenir des informations sur les ppd."
 
 
-#: plugins/admin/systems/terminal.tpl:62
-msgid "Choose NFS filesystem to place swap files on"
-msgstr "Sélectionnez le système de fichier NFS où sera placé le swap"
+#: plugins/admin/systems/class_printerPPDDialog.inc:122
+#, php-format
+msgid "Can't create folder '%s' for the uploaded ppd file."
+msgstr ""
+"impossible de créer le répertoire '%s' pour sauvegarder le fichier ppd."
 
 
-#: plugins/admin/systems/terminal.tpl:74
-#: plugins/admin/systems/workstation.tpl:54
-msgid "Syslog server"
-msgstr "Serveur de logs systèmes"
+#: plugins/admin/systems/class_printerPPDDialog.inc:135
+#, php-format
+msgid "There is already a ppd file for this kind of printer."
+msgstr "Il y a déjà un fichier ppd pour ce type d'imprimante."
 
 
-#: plugins/admin/systems/terminal.tpl:76
-#: plugins/admin/systems/workstation.tpl:56
-msgid "Choose server to use for logging"
-msgstr "Sélectionnez le serveur de logs à utiliser"
+#: plugins/admin/systems/class_printerPPDDialog.inc:143
+#, php-format
+msgid "Can't save file '%s'."
+msgstr "Impossible de sauver le fichier '%s'."
 
 
-#: plugins/admin/systems/terminal.tpl:82
-#: plugins/admin/systems/workstation.tpl:62
-msgid "NTP server"
-msgstr "Serveur NTP"
+#: plugins/admin/systems/class_printerPPDDialog.inc:162
+#: plugins/admin/systems/class_printerPPDDialog.inc:165
+msgid "Please specify a valid ppd file."
+msgstr "Veuillez indiquer un fichier ppd valide."
 
 
-#: plugins/admin/systems/terminal.tpl:84
-#: plugins/admin/systems/workstation.tpl:64
-msgid "Choose server to use for synchronizing time"
-msgstr "Sélectionnez le serveur pour la synchronisation du temps"
+#: plugins/admin/systems/class_printerPPDDialog.inc:189
+msgid "Please select a valid ppd."
+msgstr "Veuillez sélectionner un fichier ppd valide."
 
 
-#: plugins/admin/systems/terminal.tpl:103
-#: plugins/admin/systems/workstation.tpl:82
-msgid "Select action to execute for this terminal"
-msgstr "Sélectionnez l'opération à exécuter sur le terminal"
+#: plugins/admin/systems/class_printerPPDDialog.inc:313
+#: plugins/admin/fai/faiPackage.tpl:41
+msgid "Section"
+msgstr "Section"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr "Suppression du service DHCP"
+#: plugins/admin/systems/class_printerPPDDialog.inc:363
+#: plugins/admin/systems/class_printerPPDDialog.inc:366
+msgid "True"
+msgstr "Vrai"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:37
-msgid ""
-"This server has DHCP features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Le service DHCP est activé pour ce serveur. Vous pouvez le désactiver en "
-"cliquant sur le bouton ci-dessous."
+#: plugins/admin/systems/class_printerPPDDialog.inc:364
+#: plugins/admin/systems/class_printerPPDDialog.inc:367
+msgid "False"
+msgstr "Faux"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:39
-msgid "Add DHCP service"
-msgstr "Ajouter un service DHCP"
+#: plugins/admin/systems/class_printerPPDDialog.inc:372
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
+msgstr "Type de PPD '%s' non supporté pour '%s' "
 
 
-#: plugins/admin/systems/class_servDHCP.inc:40
-msgid ""
-"This server has DHCP features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Ce serveur à l'option DHCP désactivé. Vous pouvez l'activer en cliquant sur "
-"le bouton ci-dessous."
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
+msgid "Printer ppd selection."
+msgstr "Sélection du ppd de votre imprimante."
 
 #: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
 #: plugins/admin/ogroups/ogroup_objects.tpl:6
 msgid "Select objects to add"
 msgstr "Sélectionnez les objets à ajouter"
 
 
 #: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
 #: plugins/admin/ogroups/ogroup_objects.tpl:6
 msgid "Select objects to add"
 msgstr "Sélectionnez les objets à ajouter"
 
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/fai/faiProfileEntry.tpl:56 plugins/admin/fai/headpage.tpl:47
+#: plugins/admin/fai/faiPackageEntry.tpl:48
+msgid "Display objects matching"
+msgstr "Afficher les objets correspondants"
+
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:60 plugins/admin/fai/headpage.tpl:51
+#: plugins/admin/fai/faiPackageEntry.tpl:53
+msgid "Regular expression for matching object names"
+msgstr "Expression régulière pour trouver les objets correspondants"
+
 #: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
 msgid "Close"
 msgstr "Fermer"
 
 #: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
 msgid "Close"
 msgstr "Fermer"
 
-#: plugins/admin/systems/class_workstationGeneric.inc:70
-msgid "Activated"
-msgstr "Activé"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:71
-msgid "Locked"
-msgstr "Verrouillé"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:72
-msgid "Memory test"
-msgstr "Test mémoire"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Sélectionnez les entrées à ajouter"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:73
-msgid "System analysis"
-msgstr "Analyse du système"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+msgid "Display members of department"
+msgstr "Afficher les membres du département"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:100
-msgid "No ACTIONCMD definition found in your gosa.conf"
-msgstr "Aucune définition de ACTIONCMD n'est présente dans gosa.conf"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+msgid "Display members matching"
+msgstr "Afficher les membres correspondants"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:114
-msgid "This 'dn' has no workstation features."
-msgstr "Ce 'dn' ne comporte pas d'extensions stations de travail."
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+msgid "Regular expression for matching member names"
+msgstr "Expression régulière concordant avec les noms des membres"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:132
-msgid "Instant update"
-msgstr "Mise à jour immédiate"
+#: plugins/admin/systems/class_workstationStartup.inc:197
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Veuillez sélectionner un 'serveur FAI' ou effacer les 'Classes FAI'."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:133
-#: plugins/admin/systems/class_workstationGeneric.inc:139
-msgid "Scheduled update"
-msgstr "Mise à jour programmée"
+#: plugins/admin/systems/class_workstationStartup.inc:251
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
+msgstr ""
+"Il y a déjà un profil dans votre sélection qui contient des configurations "
+"de table de partitions."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:134
-#: plugins/admin/systems/class_workstationGeneric.inc:138
-msgid "Reinstall"
-msgstr "Reinstaller"
+#: plugins/admin/systems/servRepositorySetup.tpl:1
+#: plugins/admin/fai/faiPackage.tpl:29
+msgid "Repository"
+msgstr "Dépôt"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:135
-msgid "Rescan hardware"
-msgstr "Recherche du matériel"
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
+msgid "Release"
+msgstr "Version"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:204
-msgid "You have no permissions to create a workstation on this 'Base'."
-msgstr ""
-"Vous n'avez pas les droits nécessaires pour créer une station de travail "
-"dans cette 'Base'."
+#: plugins/admin/systems/servRepositorySetup.tpl:15
+#, fuzzy
+msgid "Parent server"
+msgstr "Service d'impression"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:208
-msgid "The required field 'Workstation name' is not set."
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+msgid "Url"
 msgstr ""
 msgstr ""
-"Le champ obligatoire 'Nom de la station de travail' n'est pas renseigné."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Systèmes"
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:152
+#, fuzzy
+msgid "Sections"
+msgstr "Section"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:334
-msgid "You can't edit this object type yet!"
-msgstr "Impossible d'éditer ce type d'objet pour le moment!"
+#: plugins/admin/systems/workstationStartup.tpl:4
+#: plugins/admin/systems/terminalStartup.tpl:1
+msgid "Boot parameters"
+msgstr "Paramètre de démarrage"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:350
-msgid "Passwords entered as new and repeated do not match!"
+#: plugins/admin/systems/workstationStartup.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:8
+msgid "LDAP server"
+msgstr "Serveur LDAP"
+
+#: plugins/admin/systems/workstationStartup.tpl:10
+#: plugins/admin/systems/terminalStartup.tpl:10
+msgid "Choose LDAP server to use for accounts and terminal management"
 msgstr ""
 msgstr ""
-"Le mot de passe entré dans le champ nouveau et celui dans le champ "
-"vérification ne concordent pas!"
+"Sélectionnez le serveur LDAP à utiliser pour la gestion des comptes et des "
+"terminaux"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:363
-msgid "You are not allowed to set this systems password!"
-msgstr "Vous n'êtes pas autorisé à modifier ce mot de passe de ce système!"
+#: plugins/admin/systems/workstationStartup.tpl:17
+#: plugins/admin/systems/terminalStartup.tpl:17
+msgid "Boot kernel"
+msgstr "Kernel utilisé au démarrage"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:407
-#, php-format
-msgid "You're about to delete all information about the component at '%s'."
-msgstr ""
-"Vous êtes sur le point de supprimer toute les informations relatives aux "
-"composant '%s'."
+#: plugins/admin/systems/workstationStartup.tpl:19
+#: plugins/admin/systems/terminalStartup.tpl:19
+msgid "Enter the filename of the kernel to use"
+msgstr "Entrez le nom de fichier du kernel à utiliser"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:569
-msgid "New Terminal template"
-msgstr "Nouveau modèle de terminal"
+#: plugins/admin/systems/workstationStartup.tpl:22
+#: plugins/admin/systems/terminalStartup.tpl:22
+msgid "Custom options"
+msgstr "Options personnalisées"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:569
-#: plugins/admin/systems/class_systemManagement.inc:710
-msgid "New Terminal"
-msgstr "Nouveau terminal"
+#: plugins/admin/systems/workstationStartup.tpl:24
+#: plugins/admin/systems/terminalStartup.tpl:24
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
+msgstr "Entrez les paramètres qui seront passés au kernel lors du démarrage"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:570
-msgid "New Workstation template"
-msgstr "Nouveau modèle de station de travail"
+#: plugins/admin/systems/workstationStartup.tpl:35
+msgid "FAI server"
+msgstr "Serveur FAI"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:570
-#: plugins/admin/systems/class_systemManagement.inc:711
-msgid "New Workstation"
-msgstr "Nouvelle station de travail"
+#: plugins/admin/systems/workstationStartup.tpl:41
+#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
+msgid "set"
+msgstr "activé"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:571
-msgid "New Server"
-msgstr "Nouveau Serveur"
+#: plugins/admin/systems/workstationStartup.tpl:42
+msgid "Assigned FAI classes"
+msgstr "Liste des classes FAI utilisées"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:572
-msgid "New Printer"
-msgstr "Nouvelle Imprimante"
+#: plugins/admin/systems/workstationStartup.tpl:62
+#: plugins/admin/systems/terminalStartup.tpl:53
+msgid "Kernel modules (format: name parameters)"
+msgstr "Modules du kernel (format : nom paramètre)"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:573
-msgid "New Phone"
-msgstr "Nouveau Téléphone"
+#: plugins/admin/systems/workstationStartup.tpl:64
+#: plugins/admin/systems/terminalStartup.tpl:55
+msgid "Add additional modules to load on startup"
+msgstr "Ajouter des modules à charger au démarrage"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:574
-msgid "New Component"
-msgstr "Nouveau composant"
+#: plugins/admin/systems/terminalService.tpl:141
+msgid "Remote desktop"
+msgstr "Bureau distant"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:582
-msgid "Edit system"
-msgstr "Editer un système"
+#: plugins/admin/systems/terminalService.tpl:145
+msgid "Connect method"
+msgstr "Méthode de connexion"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:583
-msgid "Delete system"
-msgstr "Effacer un système"
+#: plugins/admin/systems/terminalService.tpl:147
+msgid "Choose method to connect to terminal server"
+msgstr "Sélectionnez la méthode de connexion au terminal"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:589
-msgid "System"
-msgstr "Système"
+#: plugins/admin/systems/terminalService.tpl:154
+msgid "Terminal server"
+msgstr "Serveur de terminaux"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:625
-msgid "Cups Server"
-msgstr "Serveur Cups"
+#: plugins/admin/systems/terminalService.tpl:156
+msgid "Select specific terminal server to use"
+msgstr "Sélectionnez un serveur de terminaux à utiliser"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:626
-msgid "Log Db"
-msgstr "Base de données de logs"
+#: plugins/admin/systems/terminalService.tpl:163
+msgid "Font server"
+msgstr "Serveur de Police de caractère"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:627
-msgid "Syslog Server"
-msgstr "Serveur de logs systèmes"
+#: plugins/admin/systems/terminalService.tpl:165
+msgid "Select specific font server to use"
+msgstr "Sélectionnez le serveur de polices de caractère à utiliser"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:628
-msgid "Mail Server"
-msgstr "Serveur de messagerie"
+#: plugins/admin/systems/terminalService.tpl:181
+msgid "Print device"
+msgstr "Imprimante"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:629
-msgid "Imap Server"
-msgstr "Serveur Imap"
+#: plugins/admin/systems/terminalService.tpl:182
+msgid "Select to start IPP based printing service on terminal"
+msgstr "Sélectionnez pour démarrer le service d'impression IPP sur le terminal"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:630
-msgid "Nfs Server"
-msgstr "Serveur NFS"
+#: plugins/admin/systems/terminalService.tpl:183
+msgid "Provide print services"
+msgstr "Fournir des services d'impression"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:631
-msgid "Kerberos Server"
-msgstr "Serveur Kerberos"
+#: plugins/admin/systems/terminalService.tpl:189
+msgid "Spool server"
+msgstr "Serveur de file d'attente"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:632
-msgid "Asterisk Server"
-msgstr "Serveur Asterisk"
+#: plugins/admin/systems/terminalService.tpl:191
+msgid "Select NFS filesystem to place spool files on"
+msgstr "Sélectionnez le système de fichier NFS où sera placé la file d'attente"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:633
-msgid "Fax Server"
-msgstr "Serveur de Fax"
+#: plugins/admin/systems/terminalService.tpl:212
+msgid "Select scanner driver to use"
+msgstr "Sélectionnez le pilote du scanner"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:634
-msgid "Ldap Server"
-msgstr "Serveur Ldap"
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
+msgstr ""
+"Sélectionnez si le terminal supporte le démarrage graphique avec une barre "
+"de progression"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:660
-msgid "Set root password"
-msgstr "Indiquez le mot de passe administrateur"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "utiliser un démarrage en mode graphique"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:706
-#: plugins/admin/ogroups/class_ogroupManagement.inc:488
-msgid "Terminal"
-msgstr "Terminal"
+#: plugins/admin/systems/terminalStartup.tpl:38
+msgid "Select if terminal should boot in text mode"
+msgstr "Indiquez si le terminal démarre en mode texte"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:707
-#: plugins/admin/ogroups/class_ogroupManagement.inc:487
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
-msgstr "Stations de travail"
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "utiliser le démarrage texte standard de Linux"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:712
-msgid "Winstation"
-msgstr "Stations Windows"
+#: plugins/admin/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
+msgstr "Sélectionnez afin d'avoir d'obtenir un démarrage plus verbeux"
+
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
+msgstr "utilisez le mode de débogage pour le démarrage"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:713
-msgid "Network Device"
-msgstr "Périphérique réseau"
+#: plugins/admin/systems/class_servRepository.inc:73
+#, fuzzy
+msgid "Remove FAI repository extension."
+msgstr "Enlever l'extension d'impression"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:930
-msgid "New terminal"
-msgstr "Nouveau terminal"
+#: plugins/admin/systems/class_servRepository.inc:74
+#, fuzzy
+msgid ""
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Ce serveur à l'extension kolab activée. Vous pouvez la désactiver en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:933
-msgid "New workstation"
-msgstr "Nouvelle station de travail"
+#: plugins/admin/systems/class_servRepository.inc:76
+#, fuzzy
+msgid "Add FAI repository extension."
+msgstr "Ajouter une extension d'imprimante"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:950
-msgid "Terminal template for"
-msgstr "Modèle de terminal pour "
+#: plugins/admin/systems/class_servRepository.inc:77
+#, fuzzy
+msgid ""
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Ce serveur à l'extension Kolab désactivé. Vous pouvez l'activer en cliquant "
+"sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:962
-msgid "Workstation template for"
-msgstr "Modèle de station de travail pour"
+#: plugins/admin/systems/class_servRepository.inc:109
+#, fuzzy
+msgid "This name is already in use."
+msgstr "Le nom spécifié est déjà utilisé."
 
 
-#: plugins/admin/systems/printer.tpl:6
-msgid "General"
-msgstr "Général"
+#: plugins/admin/systems/servRepository.tpl:7
+#, fuzzy
+msgid "Repositories"
+msgstr "Dépôt"
 
 
-#: plugins/admin/systems/printer.tpl:9
-msgid "Printer name"
-msgstr "Nom de l'imprimante"
+#: plugins/admin/systems/servRepository.tpl:40
+#, fuzzy
+msgid "Search filter"
+msgstr "Recherche de"
 
 
-#: plugins/admin/systems/printer.tpl:30
-msgid "Details"
-msgstr "Détails"
+#: plugins/admin/ogroups/tabs_ogroups.inc:59
+#: plugins/admin/ogroups/tabs_ogroups.inc:151
+msgid "Phone queue"
+msgstr "Queue téléphonique"
 
 
-#: plugins/admin/systems/printer.tpl:33
-msgid "Printer location"
-msgstr "Localisation de l'imprimante"
+#: plugins/admin/ogroups/tabs_ogroups.inc:84
+#: plugins/admin/ogroups/tabs_ogroups.inc:131
+msgid "Terminals"
+msgstr "Terminaux"
 
 
-#: plugins/admin/systems/printer.tpl:37
-msgid "Printer URL"
-msgstr "URL de l'imprimante"
+#: plugins/admin/ogroups/class_mailogroup.inc:41
+msgid ""
+"This group has mail features enabled. You can disable them by clicking below."
+msgstr ""
+"L'extension messagerie est activée pour ce groupe, vous pouvez la désactiver "
+"en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/printer.tpl:57
-msgid "Permissions"
-msgstr "Permissions"
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+msgid ""
+"This group has mail features disabled. You can enable them by clicking below."
+msgstr ""
+"L'extension de messagerie est désactivée pour ce groupe, vous pouvez "
+"l'activer en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/printer.tpl:64
-msgid "Users which are allowed to use this printer"
-msgstr "Utilisateurs qui sont autorisés à utiliser cette imprimante"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Sélectionner pour voir les départements"
 
 
-#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
-msgid "Add user"
-msgstr "Ajouter un utilisateur"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Montrer les départements"
 
 
-#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
-msgid "Add group"
-msgstr "Ajouter un groupe"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Sélectionnez pour voir les comptes GOsa"
 
 
-#: plugins/admin/systems/printer.tpl:80
-msgid "Users which are allowed to administrate this printer"
-msgstr "Utilisateur qui sont autorisés à administrer cette imprimante"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Afficher les utilisateurs"
 
 
-#: plugins/admin/systems/printer.tpl:81
-msgid "Admins"
-msgstr "Administrateurs"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Sélectionnez pour afficher les groupes GOsa"
 
 
-#: plugins/admin/systems/class_servDNS.inc:36
-msgid "Remove DNS service"
-msgstr "Suppression du service DNS"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Afficher les groupes"
 
 
-#: plugins/admin/systems/class_servDNS.inc:37
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
-msgstr ""
-"Ce serveur à l'option DNS activée. Vous pouvez le désactiver en cliquant sur "
-"le bouton ci-dessous."
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Sélectionnez pour voir les applications"
 
 
-#: plugins/admin/systems/class_servDNS.inc:39
-msgid "Add DNS service"
-msgstr "Ajouter un service DNS"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Afficher les applications"
 
 
-#: plugins/admin/systems/class_servDNS.inc:40
-msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
-msgstr ""
-"Ce serveur à l'option DNS désactivé. Vous pouvez l'activer en cliquant sur "
-"le bouton ci-dessous."
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Sélectionnez pour voir les stations de travail"
 
 
-#: plugins/admin/systems/class_servDB.inc:134
-#: plugins/admin/systems/class_servDB.inc:150
-#: plugins/admin/systems/class_servDB.inc:160
-#: plugins/admin/systems/class_servDB.inc:165
-#: plugins/admin/systems/class_servDB.inc:171
-#, php-format
-msgid "The attribute '%s' is empty or contains invalid characters."
-msgstr "La valeur '%s' est vide ou contient des caractères invalides."
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Sélectionnez pour afficher les terminaux"
 
 
-#: plugins/admin/systems/class_servDB.inc:140
-#, php-format
-msgid "The imap connect string needs to be in the form '%s'."
-msgstr "La chaîne de connexion imap doit être de la forme '%s'."
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Sélectionnez pour afficher les imprimantes"
 
 
-#: plugins/admin/systems/class_servDB.inc:144
-msgid "The sieve port needs to be numeric."
-msgstr "Le port sieve doit être numérique."
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Afficher les imprimantes"
 
 
-#: plugins/admin/systems/class_servDB.inc:155
-#, php-format
-msgid "The specified kerberos password is empty."
-msgstr "Le mot de passe Kerberos est vide."
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Sélectionnez pour afficher les téléphones"
 
 
-#: plugins/admin/systems/class_servDB.inc:179
-#, php-format
-msgid "The imap name string needs to be a hostname or an IP-address."
-msgstr "La chaîne de connexion imap doit être un nom d'hôte ou une adresse IP."
+#: plugins/admin/ogroups/ogroup_objects.tpl:37
+msgid "Display objects of department"
+msgstr "Afficher les objets du département"
 
 
-#: plugins/admin/systems/workstation.tpl:9
-msgid "Workstation template"
-msgstr "Modèle de station de travail"
+#: plugins/admin/ogroups/termgroup.tpl:1
+msgid ""
+"All actions you choose here influence <b>all</b> machines in this object "
+"group. Be aware that rebooting machines may not make people happy who are "
+"currently working at these machines."
+msgstr ""
+"Toutes les actions qui sont possibles ici influencent <b> toutes</b> les "
+"machines dans ce groupe d'objets. N'oubliez pas que redémarrer les machines "
+"des personnes qui y travaillent peuvent les rendre mécontents."
 
 
-#: plugins/admin/systems/workstation.tpl:11
-msgid "Workstation name"
-msgstr "Nom de la station de travail"
+#: plugins/admin/ogroups/termgroup.tpl:7
+msgid "Select action to execute for this   group of terminals"
+msgstr "Sélectionnez l'opération à exécuter pour ce groupe de terminaux"
 
 
-#: plugins/admin/systems/class_servNfs.inc:104
-msgid "Please specify a valid path for your setup."
-msgstr "Veuillez entrer un chemin valide pour votre configuration."
+#: plugins/admin/ogroups/class_ogroup.inc:132
+msgid "This 'dn' is no object group."
+msgstr "Ce 'dn' n'est pas un groupe objet."
 
 
-#: plugins/admin/systems/class_servNfs.inc:110
-msgid "Please specify a valid name for your setup."
-msgstr "Veuillez spécifier un nom valide pour votre configuration."
+#: plugins/admin/ogroups/class_ogroup.inc:242
+msgid "too many different objects!"
+msgstr "nombre d'objets différents trop important!"
 
 
-#: plugins/admin/systems/class_servNfs.inc:113
-msgid "Please specify a name for your setup."
-msgstr "Veuillez spécifier un nom valide pour votre configuration."
+#: plugins/admin/ogroups/class_ogroup.inc:244
+msgid "users"
+msgstr "utilisateurs"
 
 
-#: plugins/admin/systems/class_servNfs.inc:118
-msgid "Description contains invalid characters."
-msgstr "La description contient des caractères invalides."
+#: plugins/admin/ogroups/class_ogroup.inc:245
+msgid "groups"
+msgstr "groupes"
 
 
-#: plugins/admin/systems/class_servNfs.inc:122
-msgid "Path contains invalid characters."
-msgstr "Le chemin contient des caractères invalides."
+#: plugins/admin/ogroups/class_ogroup.inc:246
+msgid "applications"
+msgstr "applications"
 
 
-#: plugins/admin/systems/class_servNfs.inc:126
-msgid "Option contains invalid characters."
-msgstr "L'option contient des caractères invalides."
+#: plugins/admin/ogroups/class_ogroup.inc:247
+msgid "departments"
+msgstr "départements"
 
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
-msgstr "Accès kadmin Kerberos"
+#: plugins/admin/ogroups/class_ogroup.inc:248
+msgid "servers"
+msgstr "serveurs"
 
 
-#: plugins/admin/systems/servdb.tpl:10
-msgid "Kerberos Realm"
-msgstr "Realm Kerberos"
+#: plugins/admin/ogroups/class_ogroup.inc:249
+msgid "workstations"
+msgstr "stations de travail"
 
 
-#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
-msgid "Admin user"
-msgstr "Administrateur"
+#: plugins/admin/ogroups/class_ogroup.inc:250
+msgid "terminals"
+msgstr "terminaux"
 
 
-#: plugins/admin/systems/servdb.tpl:26
-msgid "FAX database"
-msgstr "Base de données des FAX"
+#: plugins/admin/ogroups/class_ogroup.inc:251
+msgid "phones"
+msgstr "téléphones"
 
 
-#: plugins/admin/systems/servdb.tpl:30
-msgid "FAX DB user"
-msgstr "utilisateur de la base de données du FAX"
+#: plugins/admin/ogroups/class_ogroup.inc:252
+msgid "printers"
+msgstr "imprimantes"
 
 
-#: plugins/admin/systems/servdb.tpl:42
-msgid "Asterisk management"
-msgstr "Administration d'Asterisk"
+#: plugins/admin/ogroups/class_ogroup.inc:259
+msgid "and"
+msgstr "et"
 
 
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
-msgstr "Utilisateur de la base de données Asterisk"
+#: plugins/admin/ogroups/class_ogroup.inc:410
+msgid "Non existing dn: "
+msgstr "le dn suivant n'existe pas : "
 
 
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
-msgstr "Préfixe du pays"
+#: plugins/admin/ogroups/class_ogroup.inc:534
+#, fuzzy
+msgid "There is already an object with this cn."
+msgstr "Il y a déjà un profil avec ce nom de classe."
 
 
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
-msgstr "Préfixe local"
+#: plugins/admin/ogroups/class_ogroup.inc:551
+msgid "You can combine two different object types at maximum only!"
+msgstr "Vous pouvez combiner au maximum deux objets différents !"
 
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
-msgstr "Accès administrateur IMAP"
+#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+msgid "Object groups"
+msgstr "Groupes d'objets"
 
 
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
-msgstr "Identifiant du serveur"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:41
+msgid "UNIX accounts"
+msgstr "Comptes UNIX"
 
 
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
-msgstr "URL de connexion"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
+#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
+#: html/getxls.php:245 html/getxls.php:316
+msgid "Servers"
+msgstr "Serveurs"
 
 
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
-msgstr "port Sieve"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:46
+msgid "Thin Clients"
+msgstr "Clients légers"
 
 
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
-msgstr "Base de données des logs"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:47
+msgid "Workstations"
+msgstr "Stations de travail"
 
 
-#: plugins/admin/systems/servdb.tpl:104
-msgid "Logging DB user"
-msgstr "Utilisateur de la base de données de log"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:217
+#, php-format
+msgid "You're about to delete the object group '%s'."
+msgstr "Vous êtes sur le point de supprimer le groupe objet '%s'."
 
 
-#: plugins/admin/systems/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Editer un partage"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:223
+#: plugins/admin/ogroups/class_ogroupManagement.inc:249
+msgid "You are not allowed to delete this object group!"
+msgstr "Vous n'êtes pas autorisé à supprimer le groupe objet!"
 
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "Préférences NFS"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+msgid "Create new object group"
+msgstr "Créer un nouveau groupe d'objets"
 
 
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr "Chemin"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+msgid "Name of object groups"
+msgstr "Nom du groupe d'objets"
 
 
-#: plugins/admin/systems/servnfs.tpl:49
-msgid "Charset"
-msgstr "Type de caractères"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:440
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Groupes d'objets"
 
 
-#: plugins/admin/systems/servnfs.tpl:59
-msgid "Option"
-msgstr "Option"
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Nom du groupe"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid "Remove Kolab extension"
-msgstr "Enlever l'extension Kolab"
+#: plugins/admin/ogroups/generic.tpl:33
+msgid "Member objects"
+msgstr "Objets membres"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
+#: plugins/admin/ogroups/remove.tpl:7
 msgid ""
 msgid ""
-"This server has kolab features enabled. You can disable them by clicking "
-"below."
+"Please double check if you really want to do this since there is no way for "
+"GOsa to get your data back."
 msgstr ""
 msgstr ""
-"Ce serveur à l'extension kolab activée. Vous pouvez la désactiver en "
-"cliquant sur le bouton ci-dessous."
-
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid "Add Kolab service"
-msgstr "Ajouter un service Kolab"
+"Veuillez vérifier que vous voulez effectuer cette action. Toutes les données "
+"seront perdues étant donné qu'il est impossible pour GOsa de récupérer vos "
+"données."
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/ogroups/headpage.tpl:24
 msgid ""
 msgid ""
-"This server has kolab features disabled. You can enable them by clicking "
-"below."
+"This menu allows you to add, edit or remove selected groups. You may want to "
+"use the range selector on top of the group listbox, when working with a "
+"large number of groups."
 msgstr ""
 msgstr ""
-"Ce serveur à l'extension Kolab désactivé. Vous pouvez l'activer en cliquant "
-"sur le bouton ci-dessous."
+"Ce menu permet d'ajouter, de modifier ou de supprimer les groupes "
+"sélectionnés. Vous pouvez utiliser les différents filtres lorsque vous "
+"travaillez avec un nombre élevé de groupes."
 
 
-#: plugins/admin/systems/class_servKolab.inc:146
-#, php-format
-msgid "Include data from %s days in the past when creating free/busy lists"
-msgstr ""
-"Inclure les données des %s jours précédents lors de la création d'une liste "
-"de disponibilités"
+#: plugins/admin/ogroups/headpage.tpl:39
+msgid "Show groups containing users"
+msgstr "Afficher les groupes contenant des utilisateurs"
 
 
-#: plugins/admin/systems/class_servKolab.inc:152
-#, php-format
-msgid "Warn users when using more than %s%% of their mail quota"
-msgstr ""
-"Avertissez les utilisateurs quand ils utilsent plus de %s%% de leur quota "
-"mail"
+#: plugins/admin/ogroups/headpage.tpl:40
+msgid "Show groups containing groups"
+msgstr "Afficher les groupes contenant des groupes"
 
 
-#: plugins/admin/systems/class_servKolab.inc:224
-msgid "Future days in Free/Busy settings must be set."
-msgstr "Le paramètre journées futures doit être rempli."
+#: plugins/admin/ogroups/headpage.tpl:41
+msgid "Show groups containing applications"
+msgstr "Afficher les groupes contenant des applications"
 
 
-#: plugins/admin/systems/class_servKolab.inc:226
-msgid "Future days in Free/Busy settings must be a positive value."
-msgstr "Le nombre de journées dans le futur doit être nombre positif."
+#: plugins/admin/ogroups/headpage.tpl:42
+msgid "Show groups containing departments"
+msgstr "Afficher les groupes contenant des départements"
 
 
-#: plugins/admin/systems/class_servKolab.inc:230
-msgid "The given Quota settings value must be a number."
-msgstr "Les paramètres de Quota doivent être un nombre."
+#: plugins/admin/ogroups/headpage.tpl:43
+msgid "Show groups containing servers"
+msgstr "Afficher les groupes contenant des serveurs"
 
 
-#: plugins/admin/systems/class_servKolab.inc:232
-msgid "Please choose a value between 1 and 100 for Quota settings."
-msgstr "Veuillez choisir un nombre entre 1 et 100 pour les quotas."
+#: plugins/admin/ogroups/headpage.tpl:44
+msgid "Show groups containing workstations"
+msgstr "Afficher les groupes contenant des stations de travail"
 
 
-#: plugins/admin/systems/class_servKolab.inc:234
-msgid "Future days must be a value."
-msgstr "Le nombre de journées dans le futur doit être une valeur."
+#: plugins/admin/ogroups/headpage.tpl:45
+msgid "Show groups containing terminals"
+msgstr "Afficher les groupes contenant des terminaux"
 
 
-#: plugins/admin/systems/class_servKolab.inc:238
-msgid "No SMTP privileged networks set."
-msgstr "pas de réseaux SMTP privilégiés indiqués."
+#: plugins/admin/ogroups/headpage.tpl:46
+msgid "Show groups containing printers"
+msgstr "Afficher les groupes contenant des imprimantes"
 
 
-#: plugins/admin/systems/class_servKolab.inc:242
-msgid "No SMTP smarthost/relayhost set."
-msgstr "Pas de relais SMTP indiqué."
+#: plugins/admin/ogroups/headpage.tpl:51
+msgid "Display object groups matching"
+msgstr "Afficher les groupes d'objets correspondants"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:194
-#: plugins/admin/systems/class_printGeneric.inc:215
-#: plugins/admin/systems/class_printGeneric.inc:218
-msgid "Add printer extension"
-msgstr "Ajouter une extension d'imprimante"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
+msgstr "Liste de distribution"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:195
-msgid ""
-"This workstation has printer extension disabled. You can't enable it while "
-"'cn' is not present in entry. Possibly you are currently creating a new "
-"terminal template"
-msgstr ""
-"Ce serveur à l'extension d'imprimante désactivé. Vous ne pourrez l'activer "
-"tant qu'un 'cn' n'est pas présent dans l'entrée. Vous êtes probablement "
-"occupé à créer un nouveau modèle de terminal"
+#: plugins/admin/ogroups/mail.tpl:11
+msgid "Primary mail address for this distribution list"
+msgstr "Adresse de messagerie principale pour cette liste de distribution"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:207
-#: plugins/admin/systems/class_printGeneric.inc:210
-msgid "Remove printer extension"
-msgstr "Enlever l'extension d'impression"
+#: plugins/admin/ogroups/class_phonequeue.inc:79
+msgid "ring all"
+msgstr "Tout faire sonner"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:208
-msgid ""
-"This workstation has printer extension enabled.You can disable it by "
-"clicking below."
-msgstr ""
-"Ce stations de travail à l'extension d'imprimante activée. Vous pouvez la "
-"désactiver en cliquant sur le bouton ci-dessous."
+#: plugins/admin/ogroups/class_phonequeue.inc:80
+msgid "round robin"
+msgstr "les un après les autres"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:211
+#: plugins/admin/ogroups/class_phonequeue.inc:81
+msgid "least recently called"
+msgstr "le moins appelé "
+
+#: plugins/admin/ogroups/class_phonequeue.inc:82
+msgid "fewest completed calls"
+msgstr "le plus petit nombre d'appel réussi"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:83
+msgid "random"
+msgstr "au hazard"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:84
+msgid "round robin with memory"
+msgstr "les un après les autres avec mémorisation du dernier utilisé"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:113
+msgid "Remove the phone queue from this Account"
+msgstr "Supprimer la queue téléphonique de ce compte"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:114
 msgid ""
 msgid ""
-"This terminal has printer extension enabled. You can disable it by clicking "
-"below."
+"Phone queue is enabled for this group. You can disable it by clicking below."
 msgstr ""
 msgstr ""
-"Ce serveur à l'extension d'imprimante activée. Vous pouvez la désactiver en "
+"Une queue téléphonique existe pour ce groupe. Vous pouvez la désactiver en "
 "cliquant sur le bouton ci-dessous."
 
 "cliquant sur le bouton ci-dessous."
 
-#: plugins/admin/systems/class_printGeneric.inc:216
+#: plugins/admin/ogroups/class_phonequeue.inc:116
+msgid "Create phone queue"
+msgstr "Créer une queue téléphonique"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:117
 msgid ""
 msgid ""
-"This workstation has printer extension disabled. You can enable it by "
+"For this group the phone queues are disabled. You can enable them by "
 "clicking below."
 msgstr ""
 "clicking below."
 msgstr ""
-"Ce serveur à l'extension d'imprimante désactivé. Vous pouvez l'activer en "
-"cliquant sur le bouton ci-dessous."
+"Les queues téléphoniques sont désactivées pour ce groupe. Vous pouvez les "
+"activer en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:219
+#: plugins/admin/ogroups/class_phonequeue.inc:199
+msgid "Timeout must be numeric"
+msgstr "Le délai d'attente doit être un chiffre"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:202
+msgid "Retry must be numeric"
+msgstr "Le délai de rappel automatique doit être un chiffre"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:205
+msgid "Max queue length must be numeric"
+msgstr "La taille maximale de la queue doit être numérique"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:208
+msgid "Announce frequency must be numeric"
+msgstr "La fréquence du message d'annonce doit être numérique"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "There must be least one queue number defined."
+msgstr "Il doit y avoir au moins un numéro de queue définie."
+
+#: plugins/admin/ogroups/class_phonequeue.inc:225
 msgid ""
 msgid ""
-"This terminal has printer extension disabled. You can enable it by clicking "
-"below."
+"There is currently no asterisk server defined. Your settings can't be saved."
 msgstr ""
 msgstr ""
-"Ce serveur à l'extension d'imprimante désactivé. Vous pouvez l'activer en "
-"cliquant sur le bouton ci-dessous."
-
-#: plugins/admin/systems/class_printGeneric.inc:230
-msgid "This 'dn' has no printer features."
-msgstr "Ce 'dn' n'a pas d'extensions d'impression."
+"Il n'y a actuellement aucun serveur asterisk indiqué. Vos paramètres ne "
+"peuvent pas être sauvés."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:364
+#: plugins/admin/ogroups/class_phonequeue.inc:238
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
 #, php-format
 #, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "Le fichier PPD sélectionné '%s' n'existe pas."
+msgid ""
+"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
+msgstr ""
+"Le serveur MySQL '%s' n'est pas joignable avec l'utilisateur '%s', veuillez "
+"vérifier les logs GOsa pour les erreurs mysql."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:372
-msgid "can't get ppd informations."
-msgstr "Impossible d'obtenir les informations sur le fichier ppd."
+#: plugins/admin/ogroups/class_phonequeue.inc:248
+#: plugins/admin/ogroups/class_phonequeue.inc:622
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1044
+#: plugins/gofon/macro/class_gofonMacro.inc:216
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
+#, php-format
+msgid "Can't select database %s on %s."
+msgstr "Impossible de sélectionner la base de données %s située sur %s."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:384
+#: plugins/admin/ogroups/class_phonequeue.inc:279
+#: plugins/admin/ogroups/class_phonequeue.inc:493
+#: plugins/admin/ogroups/class_phonequeue.inc:658
 #, php-format
 #, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
+msgid "Can't delete in Database %s, on Server %s."
 msgstr ""
 msgstr ""
-"Cette imprimante appartient au terminal %s. Vous ne pouvez pas changer son "
-"nom."
+"Impossible d'effacer dans la base de données %s située sur le serveur %s."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:386
+#: plugins/admin/ogroups/class_phonequeue.inc:523
+#: plugins/admin/ogroups/class_phonequeue.inc:525
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1145
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1147
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
 #, php-format
 #, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
-msgstr ""
-"Cette imprimante appartient à la station de travail %s. Vous ne pouvez pas "
-"changer son nom."
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+msgstr "Le numéro de téléphone %s est déjà utilisé par '%s'."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:448
-msgid "You have no permissions to create a printer on this 'Base'."
+#: plugins/admin/ogroups/class_phonequeue.inc:612
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1033
+#: plugins/gofon/macro/class_gofonMacro.inc:205
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
+#, php-format
+msgid ""
+"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
 msgstr ""
 msgstr ""
-"Vous n'avez pas l'autorisation de créer une imprimante sur cette 'Base'."
+"Le serveur MySQL '%s' n'est pas joignable avec l'utilisateur '%s', veuillez "
+"vérifier les logs GOsa pour les erreurs mysql."
 
 
-#: plugins/admin/systems/servkolab.tpl:14
-msgid "POP3 service"
-msgstr "Service POP3"
+#: plugins/admin/ogroups/phonequeue.tpl:1
+msgid "Queue Settings"
+msgstr "Préférences des queues"
 
 
-#: plugins/admin/systems/servkolab.tpl:22
-msgid "POP3/SSL service"
-msgstr "Service POP3/SSL"
+#: plugins/admin/ogroups/phonequeue.tpl:4
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+msgid "Phone numbers"
+msgstr "Numéros de téléphones"
 
 
-#: plugins/admin/systems/servkolab.tpl:30
-msgid "IMAP service"
-msgstr "Service IMAP"
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/admin/ogroups/phonequeue.tpl:96
+msgid "Generic queue Settings"
+msgstr "Paramètres par défaut des queues"
 
 
-#: plugins/admin/systems/servkolab.tpl:38
-msgid "IMAP/SSL service"
-msgstr "Service IMAP/SSL"
+#: plugins/admin/ogroups/phonequeue.tpl:18
+msgid "Down"
+msgstr "En bas"
 
 
-#: plugins/admin/systems/servkolab.tpl:46
-msgid "Sieve service"
-msgstr "Service sieve"
+#: plugins/admin/ogroups/phonequeue.tpl:46
+msgid "Timeout"
+msgstr "Temps d'attente maximum"
 
 
-#: plugins/admin/systems/servkolab.tpl:54
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
-msgstr ""
-"service des options de disponibilités par FTP (ancien, pas compatible avec "
-"les options de disponibilités de Kolab2)"
+#: plugins/admin/ogroups/phonequeue.tpl:54
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+msgid "Retry"
+msgstr "Réessayer"
 
 
-#: plugins/admin/systems/servkolab.tpl:62
-msgid "HTTP FreeBusy service (legacy)"
-msgstr "Service d'option de disponibilité par HTTP (ancien)"
+#: plugins/admin/ogroups/phonequeue.tpl:62
+msgid "Strategy"
+msgstr "Stratégie"
 
 
-#: plugins/admin/systems/servkolab.tpl:70
-msgid "Amavis email scanning (virus/spam)"
-msgstr "Scan des messages par Amavis (antivirus/antispam)"
+#: plugins/admin/ogroups/phonequeue.tpl:74
+msgid "Max queue length"
+msgstr "Taille maximale de la queue"
 
 
-#: plugins/admin/systems/servkolab.tpl:81
-msgid "Quota settings"
-msgstr "Préférences des quotas"
+#: plugins/admin/ogroups/phonequeue.tpl:82
+msgid "Announce frequency"
+msgstr "Fréquence du message d'annonce"
 
 
-#: plugins/admin/systems/servkolab.tpl:97
-msgid "Free/Busy settings"
-msgstr "Préférences des options de disponibilités"
+#: plugins/admin/ogroups/phonequeue.tpl:86
+msgid "(in seconds)"
+msgstr "(en secondes)"
 
 
-#: plugins/admin/systems/servkolab.tpl:102
-msgid "Allow unauthenticated downloading of Free/Busy information"
-msgstr ""
-"Permettre le téléchargement des informations de disponibilités de manière "
-"anonyme"
+#: plugins/admin/ogroups/phonequeue.tpl:94
+msgid "Queue sound setup"
+msgstr "Configuration de la queue d'attente du son"
 
 
-#: plugins/admin/systems/servkolab.tpl:117
-msgid "SMTP privileged networks"
-msgstr "Réseaux SMTP privilègiés"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "Use music on hold instead of ringing"
+msgstr "Mettre de la musique lorsqu'on est en attente plutôt que la sonnerie"
 
 
-#: plugins/admin/systems/servkolab.tpl:122
-msgid "Hosts/networks allowed to relay"
-msgstr "Machines/Réseaux qui peuvent relayer du mail"
+#: plugins/admin/ogroups/phonequeue.tpl:108
+msgid "Music on hold"
+msgstr "Musique d'attente"
 
 
-#: plugins/admin/systems/servkolab.tpl:125
-msgid "Enter multiple values, seperated with"
-msgstr "Entrez des valeurs multiples, séparés avec"
+#: plugins/admin/ogroups/phonequeue.tpl:116
+msgid "Welcome sound file"
+msgstr "Fichier son de bienvenue"
 
 
-#: plugins/admin/systems/servkolab.tpl:138
-msgid "SMTP smarthost/relayhost"
-msgstr "Relais SMTP"
+#: plugins/admin/ogroups/phonequeue.tpl:124
+msgid "Announce message"
+msgstr "Message de présentation"
 
 
-#: plugins/admin/systems/servkolab.tpl:144
-msgid "Enable MX lookup for relayhost"
-msgstr "Vérification de l'enregistrement MX pour le serveur relais"
+#: plugins/admin/ogroups/phonequeue.tpl:132
+msgid "Sound file for 'You are next ...'"
+msgstr "Fichier son pour 'Vous êtes le suivant ...'"
 
 
-#: plugins/admin/systems/servkolab.tpl:149
-msgid "Host used to relay mails"
-msgstr "Machine utilisée pour relayer les mails"
+#: plugins/admin/ogroups/phonequeue.tpl:140
+msgid "'There are ...'"
+msgstr "'Il y a ...'"
 
 
-#: plugins/admin/systems/servkolab.tpl:163
-msgid "Accept Internet Mail"
-msgstr "Accepter le courrier électronique venant d'internet"
+#: plugins/admin/ogroups/phonequeue.tpl:148
+msgid "'... calls waiting'"
+msgstr "'... appels en attente'"
 
 
-#: plugins/admin/systems/servkolab.tpl:169
-msgid "Accept mail from other domains over non-authenticated SMTP"
-msgstr ""
-"Accepter les messages sur du SMTP non authentifié venant d'autre domaines"
+#: plugins/admin/ogroups/phonequeue.tpl:156
+msgid "'Thank you' message"
+msgstr "Message 'Merci'"
 
 
-#: plugins/admin/systems/phonesettings.tpl:1
-msgid "Advanced phone settings"
-msgstr "Configuration avancée du téléphone"
+#: plugins/admin/ogroups/phonequeue.tpl:164
+msgid "'minutes' sound file"
+msgstr "'minutes' du fichier son"
+
+#: plugins/admin/ogroups/phonequeue.tpl:172
+msgid "'seconds' sound file"
+msgstr "'secondes' du fichier son"
+
+#: plugins/admin/ogroups/phonequeue.tpl:180
+msgid "Hold sound file"
+msgstr "Fichier son du message d'attente"
+
+#: plugins/admin/ogroups/phonequeue.tpl:188
+msgid "Less Than sound file"
+msgstr "Fichier son, moins de"
+
+#: plugins/admin/ogroups/phonequeue.tpl:204
+msgid "Phone attributes "
+msgstr "Propriétés du téléphone"
+
+#: plugins/admin/ogroups/phonequeue.tpl:212
+msgid "Announce holdtime"
+msgstr "Annonce de la durée de mise en attente"
+
+#: plugins/admin/ogroups/phonequeue.tpl:218
+msgid "Allow the called user to transfer his call"
+msgstr "Permettre à l'utilisateur appelé de transférer son appel"
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
-msgid "Phone type"
-msgstr "Type de téléphone"
+#: plugins/admin/ogroups/phonequeue.tpl:224
+msgid "Allows calling user to transfer call"
+msgstr "Permettre à l'utilisateur qui appelle de transférer son appel"
 
 
-#: plugins/admin/systems/phonesettings.tpl:7
-#: plugins/admin/systems/phonesettings.tpl:25
-#: plugins/admin/systems/phonesettings.tpl:35
-#: plugins/admin/systems/phonesettings.tpl:49
-#: plugins/admin/systems/phonesettings.tpl:78
-#: plugins/admin/systems/phonesettings.tpl:109
-#: plugins/admin/systems/phonesettings.tpl:156
-msgid "Choose a phone type"
-msgstr "Sélectionnez un type de téléphone"
+#: plugins/admin/ogroups/phonequeue.tpl:234
+msgid "Allow the called to hangup by pressing *"
+msgstr "Permettre à la personne qui appelle de raccrocher en appuyant sur *"
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr "Rafraichir"
+#: plugins/admin/ogroups/phonequeue.tpl:240
+msgid "Allows calling to hangup by pressing *"
+msgstr "Permettre à la personne qui appelle de raccrocher en appuyant sur *"
 
 
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
-msgstr "Mode DTMF"
+#: plugins/admin/ogroups/phonequeue.tpl:246
+msgid "Ring instead of playing background music"
+msgstr "Sonner au lieu de mettre un musique d'ambiance"
 
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-msgid "Default IP"
-msgstr "Adresse ip par défaut"
+#: plugins/admin/fai/remove.tpl:7
+msgid ""
+"This includes 'all' object information. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
+msgstr ""
+"Ceci inclut toutes les informations sur les objets. Veuillez vérifier que "
+"vous voulez effectuer cette opération, étant donné qu'il est impossible pour "
+"GOsa de récupérer vos données."
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
-msgstr "Temps de réponse maximum"
+#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
+msgid "Fully Automatic Installation"
+msgstr "Installation entièrement automatique (FAI)"
 
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
-msgstr "Mode"
+#: plugins/admin/fai/class_faiManagement.inc:31
+msgid "FAI"
+msgstr "FAI"
 
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
-msgstr "Type d'authentification"
+#: plugins/admin/fai/class_faiManagement.inc:32
+msgid "Fully Automatic Installation - management"
+msgstr "Gestion de - Fully Automatic Installation"
 
 
-#: plugins/admin/systems/phonesettings.tpl:116
-msgid "Secret"
-msgstr "Secret"
+#: plugins/admin/fai/class_faiManagement.inc:204
+#, php-format
+msgid "You're about to delete all information about the FAI class at '%s'."
+msgstr ""
+"Vous êtes sur le point de supprimer toute les informations relatives au "
+"composant FAI '%s'."
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
-msgstr "Mot de passe utilisé pour l'authentification rsa"
+#: plugins/admin/fai/class_faiManagement.inc:439
+msgid "New profile"
+msgstr "Nouveau profil"
 
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
-msgstr "Mot de passe utilisé pour l'authentification rsa"
+#: plugins/admin/fai/class_faiManagement.inc:439
+msgid "P"
+msgstr "P"
 
 
-#: plugins/admin/systems/phonesettings.tpl:145
-msgid "Account code"
-msgstr "Code du compte téléphonique"
+#: plugins/admin/fai/class_faiManagement.inc:444
+msgid "New partition table"
+msgstr "Nouvelle table des partitions"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-msgid "Trunk lines"
-msgstr "Regrouper des lignes"
+#: plugins/admin/fai/class_faiManagement.inc:444
+msgid "PT"
+msgstr "PT"
 
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
-msgstr "Machines qui peuvent se connecter"
+#: plugins/admin/fai/class_faiManagement.inc:447
+msgid "New scripts"
+msgstr "Nouveau scripts"
 
 
-#: plugins/admin/systems/phonesettings.tpl:183
-msgid "Hosts that are not allowed to connect"
-msgstr "Machines qui ne peuvent pas se connecter"
+#: plugins/admin/fai/class_faiManagement.inc:447
+msgid "S"
+msgstr "S"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
-msgstr "MSN"
+#: plugins/admin/fai/class_faiManagement.inc:450
+msgid "New hooks"
+msgstr "Nouvelles connexions"
 
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
-msgstr "Nom de la machine"
+#: plugins/admin/fai/class_faiManagement.inc:450
+msgid "H"
+msgstr "H"
 
 
-#: plugins/admin/systems/terminalService.tpl:141
-msgid "Remote desktop"
-msgstr "Bureau distant"
+#: plugins/admin/fai/class_faiManagement.inc:453
+msgid "New variables"
+msgstr "Nouvelles variables"
 
 
-#: plugins/admin/systems/terminalService.tpl:145
-msgid "Connect method"
-msgstr "Méthode de connexion"
+#: plugins/admin/fai/class_faiManagement.inc:453
+msgid "V"
+msgstr "V"
 
 
-#: plugins/admin/systems/terminalService.tpl:147
-msgid "Choose method to connect to terminal server"
-msgstr "Sélectionnez la méthode de connexion au terminal"
+#: plugins/admin/fai/class_faiManagement.inc:456
+msgid "New templates"
+msgstr "Nouveau modèles"
 
 
-#: plugins/admin/systems/terminalService.tpl:154
-msgid "Terminal server"
-msgstr "Serveur de terminaux"
+#: plugins/admin/fai/class_faiManagement.inc:456
+msgid "T"
+msgstr "T"
 
 
-#: plugins/admin/systems/terminalService.tpl:156
-msgid "Select specific terminal server to use"
-msgstr "Sélectionnez un serveur de terminaux à utiliser"
+#: plugins/admin/fai/class_faiManagement.inc:459
+msgid "New package list"
+msgstr "Nouvelle liste des paquets"
 
 
-#: plugins/admin/systems/terminalService.tpl:163
-msgid "Font server"
-msgstr "Serveur de Police de caractère"
+#: plugins/admin/fai/class_faiManagement.inc:459
+msgid "PK"
+msgstr "PK"
 
 
-#: plugins/admin/systems/terminalService.tpl:165
-msgid "Select specific font server to use"
-msgstr "Sélectionnez le serveur de polices de caractère à utiliser"
+#: plugins/admin/fai/class_faiManagement.inc:477
+msgid "Name of FAI class"
+msgstr "Nom de la classe FAI"
 
 
-#: plugins/admin/systems/terminalService.tpl:181
-msgid "Print device"
-msgstr "Imprimante"
+#: plugins/admin/fai/class_faiManagement.inc:478
+msgid "Class type"
+msgstr "Type de la classe"
 
 
-#: plugins/admin/systems/terminalService.tpl:182
-msgid "Select to start IPP based printing service on terminal"
-msgstr "Sélectionnez pour démarrer le service d'impression IPP sur le terminal"
+#: plugins/admin/fai/class_faiManagement.inc:482
+msgid "Edit class"
+msgstr "Editer la classe"
 
 
-#: plugins/admin/systems/terminalService.tpl:183
-msgid "Provide print services"
-msgstr "Fournir des services d'impression"
+#: plugins/admin/fai/class_faiManagement.inc:483
+msgid "Delete class"
+msgstr "Effacer la classe"
 
 
-#: plugins/admin/systems/terminalService.tpl:189
-msgid "Spool server"
-msgstr "Serveur de file d'attente"
+#: plugins/admin/fai/class_faiManagement.inc:525
+#: plugins/admin/fai/class_faiManagement.inc:526
+#: plugins/admin/fai/class_faiProfile.inc:161
+#: plugins/admin/fai/class_faiProfileEntry.inc:123
+msgid "Partition table"
+msgstr "Table des partitions"
 
 
-#: plugins/admin/systems/terminalService.tpl:191
-msgid "Select NFS filesystem to place spool files on"
-msgstr "Sélectionnez le système de fichier NFS où sera placé la file d'attente"
+#: plugins/admin/fai/class_faiManagement.inc:532
+#: plugins/admin/fai/class_faiManagement.inc:533
+msgid "Package list"
+msgstr "Liste des paquets"
 
 
-#: plugins/admin/systems/terminalService.tpl:212
-msgid "Select scanner driver to use"
-msgstr "Sélectionnez le pilote du scanner"
+#: plugins/admin/fai/class_faiManagement.inc:539
+#: plugins/admin/fai/class_faiManagement.inc:540
+msgid "Scripts"
+msgstr "Scripts"
 
 
-#: plugins/admin/systems/remove.tpl:6
-msgid ""
-"This includes <b>all</b> system and setup informations. Please double check "
-"if your really want to do this since there is no way for GOsa to get your "
-"data back."
-msgstr ""
-"Cela inclut <b>tout</b> les systèmes et les informations de configuration. "
-"Veuillez vérifier que vous voulez effectuer cette opération, il est "
-"impossible de revenir en arrière. Toutes les données seront perdues étant "
-"donné qu'il est impossible pour GOsa de récupérer vos données."
+#: plugins/admin/fai/class_faiManagement.inc:560
+#: plugins/admin/fai/class_faiManagement.inc:561
+msgid "Profile"
+msgstr "Profil"
 
 
-#: plugins/admin/systems/headpage.tpl:6
-msgid "List of systems"
-msgstr "Liste des systèmes"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+msgid "Device"
+msgstr "Périphérique"
 
 
-#: plugins/admin/systems/headpage.tpl:24
-msgid ""
-"This menu allows you to add, remove and change the properties of specific "
-"systems. You can only add systems which have already been started once."
-msgstr ""
-"Ce menu permet d'ajouter, de supprimer ou de changer les propriétés des "
-"systèmes. Vous pouvez seulement ajouter un système qui à déjà été démarré "
-"une fois."
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+msgid "Partition entries"
+msgstr "Liste de partitions"
 
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
-msgstr "Sélectionnez pour voir les serveurs"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+msgid "Add partition"
+msgstr "Ajouter une partition"
 
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Afficher les serveurs"
+#: plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
+#: plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/class_faiProfileEntry.inc:154
+#: plugins/admin/fai/faiHook.tpl:32
+msgid "Objects"
+msgstr "Objets"
 
 
-#: plugins/admin/systems/headpage.tpl:39
-msgid "Select to see Linux terminals"
-msgstr "Sélectionnez pour afficher les terminaux Linux"
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+msgid "Discs"
+msgstr "Disques"
 
 
-#: plugins/admin/systems/headpage.tpl:39
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Afficher les terminaux"
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
+msgstr "Choisissez un disque à effacer ou editer"
 
 
-#: plugins/admin/systems/headpage.tpl:40
-msgid "Select to see Linux workstations"
-msgstr "Sélectionnez pour voir les stations de travail Linux"
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
+msgstr "Liste des objets FAI (Fully Automatic Installation)"
 
 
-#: plugins/admin/systems/headpage.tpl:40
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Afficher les stations de travail"
+#: plugins/admin/fai/faiProfileEntry.tpl:27
+msgid ""
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
+msgstr ""
+"Ce menu vous permet de sélectionner des classes FAI et de les ajouter au "
+"profile actuellement édité."
 
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Sélectionnez afin de voir les stations de travail Microsoft Windows"
+#: plugins/admin/fai/faiProfileEntry.tpl:40
+msgid "Show only classes with templates"
+msgstr "Montrer seulement les classes avec modèles"
 
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Show windows based workstations"
-msgstr "Afficher les stations de travail Windows"
+#: plugins/admin/fai/faiProfileEntry.tpl:42
+msgid "Show only classes with scripts"
+msgstr "Montrer seulement les classes avec scripts"
 
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Select to see network printers"
-msgstr "Sélectionnez pour afficher les imprimantes réseaux"
+#: plugins/admin/fai/faiProfileEntry.tpl:44
+msgid "Show only classes with hooks"
+msgstr "Montrer seulement les classes avec une connection"
 
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Show network printers"
-msgstr "Afficher les imprimantes réseaux"
+#: plugins/admin/fai/faiProfileEntry.tpl:46
+msgid "Show only classes with variables"
+msgstr "Montrer seulement les classes avec variables"
 
 
-#: plugins/admin/systems/headpage.tpl:43
-msgid "Select to see VOIP phones"
-msgstr "Sélectionnez pour afficher les téléphones IP"
+#: plugins/admin/fai/faiProfileEntry.tpl:48
+msgid "Show only classes with packages"
+msgstr "Montrer seulement les classes avec des paquets"
 
 
-#: plugins/admin/systems/headpage.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Afficher les téléphones"
+#: plugins/admin/fai/faiProfileEntry.tpl:50
+msgid "Show only classes with partitions"
+msgstr "Montrer seulement les classes avec des partitions"
 
 
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Select to see network devices"
-msgstr "Sélectionnez pour afficher les périphériques réseaux"
+#: plugins/admin/fai/faiVariable.tpl:34
+msgid "List of assigned variables"
+msgstr "Liste des noms de variables déjà utilisées"
 
 
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Show network devices"
-msgstr "Montrer les périphériques réseau"
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
+msgstr "Choisissez une variable à effacer ou éditer"
 
 
-#: plugins/admin/systems/headpage.tpl:52
-msgid "Regular expression for matching system names"
-msgstr "Expression régulière pour sélectionner les noms de systèmes"
+#: plugins/admin/fai/class_faiScriptEntry.inc:51
+#: plugins/admin/fai/class_faiHookEntry.inc:54
+msgid "Please select a valid file."
+msgstr "Veuillez sélectionner un fichier valide."
 
 
-#: plugins/admin/systems/headpage.tpl:59
-msgid "Display systems of user"
-msgstr "Afficher les systèmes de l'utilisateur"
+#: plugins/admin/fai/class_faiScriptEntry.inc:54
+#: plugins/admin/fai/class_faiHookEntry.inc:57
+msgid "Selected file is empty."
+msgstr "Le fichier spécifié est vide."
 
 
-#: plugins/admin/systems/headpage.tpl:62
-msgid "User name of which terminal(s) are shown"
-msgstr "Le nom de l'utilisateur duquel les terminaux sont affichés"
+#: plugins/admin/fai/class_faiScriptEntry.inc:99
+#: plugins/admin/fai/class_faiVariableEntry.inc:86
+#: plugins/admin/fai/class_faiTemplateEntry.inc:164
+#: plugins/admin/fai/class_faiHookEntry.inc:112
+msgid "Please enter a name."
+msgstr " Veuillez entrer un nom."
 
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
-msgstr ""
-"Sélectionnez si le terminal supporte le démarrage graphique avec une barre "
-"de progression"
+#: plugins/admin/fai/class_faiScriptEntry.inc:103
+msgid "Please enter a script."
+msgstr "Veuillez indiquer un script."
 
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr "utiliser un démarrage en mode graphique"
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+msgid "Script attributes"
+msgstr "Attributs du script"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:38
-msgid "Select if terminal should boot in text mode"
-msgstr "Indiquez si le terminal démarre en mode texte"
+#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
+msgid "Choose a priority"
+msgstr "Sélectionnez une priorité"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
-msgstr "utiliser le démarrage texte standard de Linux"
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+#: plugins/admin/fai/faiHookEntry.tpl:63
+msgid "Import script"
+msgstr "Importez un script"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:41
-msgid "Select to get more verbose output during startup"
-msgstr "Sélectionnez afin d'avoir d'obtenir un démarrage plus verbeux"
+#: plugins/admin/fai/class_faiPackage.inc:150
+msgid "There is no useable package list defined."
+msgstr "Il n'y a pas de liste de paquets utilisable définie."
 
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
-msgstr "utilisez le mode de débogage pour le démarrage"
+#: plugins/admin/fai/class_faiPackage.inc:295
+#, php-format
+msgid "Can't read configuration folder '%s'."
+msgstr "Impossible de lire la configuration du répertoire '%s'."
 
 
-#: plugins/admin/systems/password.tpl:2
-msgid ""
-"To change the terminal root password use the fields below. The changes take "
-"effect during the next reboot. Please memorize the new password, because you "
-"wouldn't be able to log in."
-msgstr ""
-"Pour changer le mot de passe root du terminal, utilisez le champ ci-dessous. "
-"Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau "
-"mot de passe sinon vous ne pourrez pas vous identifier sans celui-ci."
+#: plugins/admin/fai/class_faiPackage.inc:377
+msgid "Please select a least one Package."
+msgstr "Veuillez sélectionner au moins un paquet."
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
+#: plugins/admin/fai/class_faiPackage.inc:381
+msgid "Please choose a valid combination for your repository setup."
 msgstr ""
 msgstr ""
-"Laissez le champ vide pour le mot de passe afin de l'obtenir depuis l'entrée "
-"par défaut."
+"Veuillez choisir une combinaison valable pour la création de votre dépôt de "
+"paquets."
 
 
-#: plugins/admin/systems/password.tpl:9
-msgid "Changing the password impinges on authentification only."
-msgstr "Changer le mot de passe influe seulement sur l'authentification."
+#: plugins/admin/fai/class_faiPackage.inc:402
+msgid "package is configured"
+msgstr "le paquet est configuré"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
-msgid "Printer ppd selection."
-msgstr "Sélection du ppd de votre imprimante."
+#: plugins/admin/fai/class_faiPackage.inc:426
+#, php-format
+msgid "Package file '%s' does not exist."
+msgstr "Le paquets '%s' n'existe pas."
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:59
-#: plugins/admin/ogroups/tabs_ogroups.inc:151
-msgid "Phone queue"
-msgstr "Queue téléphonique"
+#: plugins/admin/fai/faiPackage.tpl:50
+msgid "Mirror"
+msgstr "Mirroir"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:84
-#: plugins/admin/ogroups/tabs_ogroups.inc:131
-msgid "Terminals"
-msgstr "Terminaux"
+#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
+msgid "mirror"
+msgstr "mirroir"
 
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
-msgstr "Liste de distribution"
+#: plugins/admin/fai/faiPackage.tpl:68
+msgid "Used packages"
+msgstr "Paquets utilisés"
 
 
-#: plugins/admin/ogroups/mail.tpl:11
-msgid "Primary mail address for this distribution list"
-msgstr "Adresse de messagerie principale pour cette liste de distribution"
+#: plugins/admin/fai/faiPackage.tpl:70
+msgid "Choosen packages"
+msgstr "Paquets Choisis"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Sélectionner pour voir les départements"
+#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
+msgid "Configure"
+msgstr "Configurer"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Montrer les départements"
+#: plugins/admin/fai/class_faiProfile.inc:145
+#: plugins/admin/fai/class_faiProfileEntry.inc:151
+msgid "This list displays all assigned class names for this profile."
+msgstr "Cette liste affiche toute les classes appartenant à ce profile."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Sélectionnez pour voir les comptes GOsa"
+#: plugins/admin/fai/class_faiProfile.inc:153
+msgid "Append new class names"
+msgstr "Ajouter des nouveaux noms de classes"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Afficher les utilisateurs"
+#: plugins/admin/fai/class_faiProfile.inc:156
+#: plugins/admin/fai/class_faiProfileEntry.inc:118
+msgid "Hook bundle"
+msgstr "Ensemble de connections"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Sélectionnez pour afficher les groupes GOsa"
+#: plugins/admin/fai/class_faiProfile.inc:157
+#: plugins/admin/fai/class_faiProfileEntry.inc:119
+msgid "Template bundle"
+msgstr "Ensemble de modèles"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Afficher les groupes"
+#: plugins/admin/fai/class_faiProfile.inc:158
+#: plugins/admin/fai/class_faiProfileEntry.inc:120
+msgid "Script bundle"
+msgstr "Ensemble de scripts"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Sélectionnez pour voir les applications"
+#: plugins/admin/fai/class_faiProfile.inc:159
+#: plugins/admin/fai/class_faiProfileEntry.inc:121
+msgid "Variable bundle"
+msgstr "Ensemble de variables"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Afficher les applications"
+#: plugins/admin/fai/class_faiProfile.inc:160
+msgid "Packages bundle"
+msgstr "Ensemble de paquets"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Sélectionnez pour voir les stations de travail"
+#: plugins/admin/fai/class_faiProfile.inc:163
+msgid "Remove class from profile"
+msgstr "Enlever la classe du profil"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Sélectionnez pour afficher les terminaux"
+#: plugins/admin/fai/class_faiProfile.inc:226
+msgid "Please assign at least one class to this  profile."
+msgstr "Veuillez assigner au moins une classe à ce profile."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Sélectionnez pour afficher les imprimantes"
+#: plugins/admin/fai/class_faiProfile.inc:230
+msgid "Please enter a valid name."
+msgstr "Veuillez entrer un nom valide."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Afficher les imprimantes"
+#: plugins/admin/fai/class_faiProfile.inc:238
+msgid "There is already a profile with this class name defined."
+msgstr "Il y a déjà un profil avec ce nom de classe."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Sélectionnez pour afficher les téléphones"
+#: plugins/admin/fai/faiProfile.tpl:32
+msgid "FAI classes"
+msgstr "Classes FAI"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:37
-msgid "Display objects of department"
-msgstr "Afficher les objets du département"
+#: plugins/admin/fai/headpage.tpl:6
+msgid "List of FAI classes"
+msgstr "Liste des classes FAI"
 
 
-#: plugins/admin/ogroups/termgroup.tpl:1
-msgid ""
-"All actions you choose here influence <b>all</b> machines in this object "
-"group. Be aware that rebooting machines may not make people happy who are "
-"currently working at these machines."
-msgstr ""
-"Toutes les actions qui sont possibles ici influencent <b> toutes</b> les "
-"machines dans ce groupe d'objets. N'oubliez pas que redémarrer les machines "
-"des personnes qui y travaillent peuvent les rendre mécontents."
+#: plugins/admin/fai/headpage.tpl:24
+msgid "This menu allows you to create, delete and edit FAI classes."
+msgstr "Ce menu vous permet créer, effacer et éditer des classes FAI."
 
 
-#: plugins/admin/ogroups/termgroup.tpl:7
-msgid "Select action to execute for this   group of terminals"
-msgstr "Sélectionnez l'opération à exécuter pour ce groupe de terminaux"
+#: plugins/admin/fai/headpage.tpl:36
+msgid "Show profiles"
+msgstr "Afficher les profils"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
-msgid "Object groups"
-msgstr "Groupes d'objets"
+#: plugins/admin/fai/headpage.tpl:38
+msgid "Show scripts"
+msgstr "Afficher les scripts"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:41
-msgid "UNIX accounts"
-msgstr "Comptes UNIX"
+#: plugins/admin/fai/headpage.tpl:39
+msgid "Show hooks"
+msgstr "Montrer les connections"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
-#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
-#: html/getxls.php:245 html/getxls.php:316
-msgid "Servers"
-msgstr "Serveurs"
+#: plugins/admin/fai/headpage.tpl:40
+msgid "Show variables"
+msgstr "Afficher les variables"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:46
-msgid "Thin Clients"
-msgstr "Clients légers"
+#: plugins/admin/fai/headpage.tpl:41
+msgid "Show packages"
+msgstr "Afficher les paquets"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:47
-msgid "Workstations"
-msgstr "Stations de travail"
+#: plugins/admin/fai/headpage.tpl:42
+msgid "Show partitions"
+msgstr "Afficher les partitions"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:217
-#, php-format
-msgid "You're about to delete the object group '%s'."
-msgstr "Vous êtes sur le point de supprimer le groupe objet '%s'."
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
+msgid "FS type"
+msgstr "FS type"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:223
-#: plugins/admin/ogroups/class_ogroupManagement.inc:249
-msgid "You are not allowed to delete this object group!"
-msgstr "Vous n'êtes pas autorisé à supprimer le groupe objet!"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
+msgid "Mount point"
+msgstr "Point de montage"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-msgid "Create new object group"
-msgstr "Créer un nouveau groupe d'objets"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
+msgid "Size in MB"
+msgstr "Taille en MB"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
-msgid "Name of object groups"
-msgstr "Nom du groupe d'objets"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
+msgid "Mount options"
+msgstr "Options de montage"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:440
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Groupes d'objets"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
+msgid "FS option"
+msgstr "option du système de fichier"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:132
-msgid "This 'dn' is no object group."
-msgstr "Ce 'dn' n'est pas un groupe objet."
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
+msgid "Preserve"
+msgstr "Préserver"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:242
-msgid "too many different objects!"
-msgstr "nombre d'objets différents trop important!"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
+#, php-format
+msgid "please enter a unique mount point for partition %s"
+msgstr "Veuillez entrer un point de montage unique pour la partition %s"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:244
-msgid "users"
-msgstr "utilisateurs"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
+#, php-format
+msgid "Please enter a valid mount point for partition %s."
+msgstr "Veuillez entrer un point de montage valide pour la partition %s."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:245
-msgid "groups"
-msgstr "groupes"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
+#, php-format
+msgid ""
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
+msgstr ""
+"Le système de fichier 'swap' est déjà utilisé, veuillez changer le type pour "
+"la partition %s."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:246
-msgid "applications"
-msgstr "applications"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
+msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
+msgstr ""
+"Veuillez utiliser 'swap' comme point de montage, si 'swap' est utilisé comme "
+"type de fichier."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:247
-msgid "departments"
-msgstr "départements"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
+#, php-format
+msgid "Please enter a valid partition size for partition %s."
+msgstr "Veuillez entrer une taille valide pour la partition %s."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:248
-msgid "servers"
-msgstr "serveurs"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
+#, php-format
+msgid "Please enter a valid range for partition %s."
+msgstr "Veuillez entrer une dimension valide pour la partition %s."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:249
-msgid "workstations"
-msgstr "stations de travail"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
+#, php-format
+msgid "Please enter a range for partition size for partition %s."
+msgstr ""
+"Veuillez entrer une dimension valide pour la taille de la partition %s."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:250
-msgid "terminals"
-msgstr "terminaux"
+#: plugins/admin/fai/faiScript.tpl:34
+msgid "List of scripts"
+msgstr "Liste des scripts"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:251
-msgid "phones"
-msgstr "téléphones"
+#: plugins/admin/fai/faiScript.tpl:40
+msgid "Choose a script to delete or edit"
+msgstr "Choisissez un script à effacer ou éditer"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:252
-msgid "printers"
-msgstr "imprimantes"
+#: plugins/admin/fai/class_faiVariableEntry.inc:82
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Veuillez entrer une valeur pour l'attribut 'contenu'."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:259
-msgid "and"
-msgstr "et"
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+msgid "Variable attributes"
+msgstr "Attributs des variables"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:410
-msgid "Non existing dn: "
-msgstr "le dn suivant n'existe pas : "
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+msgid "Variable content"
+msgstr "Contenu de la variable"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:534
-#, fuzzy
-msgid "There is already an object with this cn."
-msgstr "Il y a déjà un profil avec ce nom de classe."
+#: plugins/admin/fai/faiTemplate.tpl:31
+msgid "List of template files"
+msgstr "Liste des modèles"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:551
-msgid "You can combine two different object types at maximum only!"
-msgstr "Vous pouvez combiner au maximum deux objets différents !"
+#: plugins/admin/fai/faiTemplate.tpl:37
+msgid "Choose a template to delete or edit"
+msgstr "Choisissez le modèle à effacer où éditer"
 
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Nom du groupe"
+#: plugins/admin/fai/class_faiPartitionTable.inc:226
+#: plugins/admin/fai/class_faiPartitionTable.inc:232
+#, php-format
+msgid "%s partition"
+msgstr "partition(s) %s "
 
 
-#: plugins/admin/ogroups/generic.tpl:33
-msgid "Member objects"
-msgstr "Objets membres"
+#: plugins/admin/fai/class_faiPartitionTable.inc:228
+#: plugins/admin/fai/class_faiPartitionTable.inc:234
+#, php-format
+msgid "%s partition(s)"
+msgstr "partition(s) %s "
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:41
-msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
-msgstr ""
-"L'extension messagerie est activée pour ce groupe, vous pouvez la désactiver "
-"en cliquant sur le bouton ci-dessous."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:74
+msgid "no file uploaded yet"
+msgstr "pas encore de fichier téléchargé"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
-msgstr ""
-"L'extension de messagerie est désactivée pour ce groupe, vous pouvez "
-"l'activer en cliquant sur le bouton ci-dessous."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:76
+#, php-format
+msgid "exists in database (size: %s bytes)"
+msgstr "existe dans la base de données (taille: %s octets)"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:79
-msgid "ring all"
-msgstr "Tout faire sonner"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:156
+msgid "Please specify a value for attribute 'file'."
+msgstr "Veuillez spécifier une valeur pour l'attribut 'fichier'."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:80
-msgid "round robin"
-msgstr "les un après les autres"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:160
+msgid "Please specify a value for attribute 'path'."
+msgstr "Veuillez spécifier une valeur pour l'attribut 'chemin'."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:81
-msgid "least recently called"
-msgstr "le moins appelé "
+#: plugins/admin/fai/class_faiTemplateEntry.inc:168
+msgid "Please enter a user."
+msgstr " Veuillez entrer un utilisateur."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:82
-msgid "fewest completed calls"
-msgstr "le plus petit nombre d'appel réussi"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:171
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+msgstr ""
+"Veuillez indiquer un utilisateur valide. Seul les chiffres de 0 à 9 et les "
+"lettres de a à Z sont permises."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:83
-msgid "random"
-msgstr "au hazard"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:175
+msgid "Please enter a group."
+msgstr " Veuillez entrer un groupe."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:84
-msgid "round robin with memory"
-msgstr "les un après les autres avec mémorisation du dernier utilisé"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:178
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+msgstr ""
+"Veuillez indiquer un groupe valide. Seul les chiffres de 0 à 9 et les "
+"lettres de a à Z sont permises."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:113
-msgid "Remove the phone queue from this Account"
-msgstr "Supprimer la queue téléphonique de ce compte"
+#: plugins/admin/fai/class_faiHookEntry.inc:108
+msgid "Please enter a value for script."
+msgstr "Veuillez entrer une valeur pour le script."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:114
-msgid ""
-"Phone queue is enabled for this group. You can disable it by clicking below."
-msgstr ""
-"Une queue téléphonique existe pour ce groupe. Vous pouvez la désactiver en "
-"cliquant sur le bouton ci-dessous."
+#: plugins/admin/fai/class_faiProfileEntry.inc:122
+msgid "Package bundle"
+msgstr "Ensemble des paquets"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:116
-msgid "Create phone queue"
-msgstr "Créer une queue téléphonique"
+#: plugins/admin/fai/class_faiProfileEntry.inc:153
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+msgid "Class name"
+msgstr "Nom de la classe"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:117
-msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Les queues téléphoniques sont désactivées pour ce groupe. Vous pouvez les "
-"activer en cliquant sur le bouton ci-dessous."
+#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
+msgid "Hook attributes"
+msgstr "Attributs des connections"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:199
-msgid "Timeout must be numeric"
-msgstr "Le délai d'attente doit être un chiffre"
+#: plugins/admin/fai/faiHookEntry.tpl:34
+msgid "Task"
+msgstr "Tâche"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:202
-msgid "Retry must be numeric"
-msgstr "Le délai de rappel automatique doit être un chiffre"
+#: plugins/admin/fai/faiHookEntry.tpl:36
+msgid "Choose an existing FAI task"
+msgstr "Choisissez une tâche FAI existante"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:205
-msgid "Max queue length must be numeric"
-msgstr "La taille maximale de la queue doit être numérique"
+#: plugins/admin/fai/class_askClassName.inc:71
+msgid "Create new FAI object - partition table."
+msgstr "Créer un nouvel objet FAI - table des partitions."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:208
-msgid "Announce frequency must be numeric"
-msgstr "La fréquence du message d'annonce doit être numérique"
+#: plugins/admin/fai/class_askClassName.inc:72
+msgid "Create new FAI object - package bundle."
+msgstr "Créer un nouvel objet FAI - liste de paquets."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "There must be least one queue number defined."
-msgstr "Il doit y avoir au moins un numéro de queue définie."
+#: plugins/admin/fai/class_askClassName.inc:73
+msgid "Create new FAI object - script bundle."
+msgstr "Créer un nouvel objet FAI - ensemble de scripts."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:225
-msgid ""
-"There is currently no asterisk server defined. Your settings can't be saved."
-msgstr ""
-"Il n'y a actuellement aucun serveur asterisk indiqué. Vos paramètres ne "
-"peuvent pas être sauvés."
+#: plugins/admin/fai/class_askClassName.inc:74
+msgid "Create new FAI object - variable bundle."
+msgstr "Créer un nouvel objet FAI - ensemble de variables."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:238
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
-#, php-format
-msgid ""
-"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
-msgstr ""
-"Le serveur MySQL '%s' n'est pas joignable avec l'utilisateur '%s', veuillez "
-"vérifier les logs GOsa pour les erreurs mysql."
+#: plugins/admin/fai/class_askClassName.inc:75
+msgid "Create new FAI object - hook bundle."
+msgstr "Créer un nouvel objet FAI - ensemble des connections."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:248
-#: plugins/admin/ogroups/class_phonequeue.inc:622
-#: plugins/gofon/macro/class_gofonMacro.inc:216
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1045
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
-#, php-format
-msgid "Can't select database %s on %s."
-msgstr "Impossible de sélectionner la base de données %s située sur %s."
+#: plugins/admin/fai/class_askClassName.inc:76
+msgid "Create new FAI object - profile."
+msgstr "Créer un nouvel objet FAI - profil."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:279
-#: plugins/admin/ogroups/class_phonequeue.inc:493
-#: plugins/admin/ogroups/class_phonequeue.inc:658
-#, php-format
-msgid "Can't delete in Database %s, on Server %s."
-msgstr ""
-"Impossible d'effacer dans la base de données %s située sur le serveur %s."
+#: plugins/admin/fai/class_askClassName.inc:77
+msgid "Create new FAI object - template."
+msgstr "Créer un nouvel objet FAI - modèle."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:523
-#: plugins/admin/ogroups/class_phonequeue.inc:525
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1146
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1148
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
-msgstr "Le numéro de téléphone %s est déjà utilisé par '%s'."
+#: plugins/admin/fai/class_askClassName.inc:78
+msgid "Create new FAI object"
+msgstr "Créer un nouvel objet FAI"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:612
-#: plugins/gofon/macro/class_gofonMacro.inc:205
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1034
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
-#, php-format
-msgid ""
-"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
-msgstr ""
-"Le serveur MySQL '%s' n'est pas joignable avec l'utilisateur '%s', veuillez "
-"vérifier les logs GOsa pour les erreurs mysql."
+#: plugins/admin/fai/class_askClassName.inc:131
+msgid "The given class name is empty."
+msgstr "Le nom de classe indiqué est vide."
 
 
-#: plugins/admin/ogroups/remove.tpl:7
+#: plugins/admin/fai/class_askClassName.inc:135
+msgid "The specified class name is already in use for this object type."
+msgstr "Le nom de classe indiqué est déjà utilisé pour un objet de ce type."
+
+#: plugins/admin/fai/askClassName.tpl:6
 msgid ""
 msgid ""
-"Please double check if you really want to do this since there is no way for "
-"GOsa to get your data back."
+"Adding a new class to the FAI management, requires a class name. You have to "
+"specify a unique class name for unique types of FAI classes, while you can "
+"use the same class name for different types of FAI classes. In the laste "
+"case, FAI will automatically enclose all these different class types to one "
+"unique class name."
 msgstr ""
 msgstr ""
-"Veuillez vérifier que vous voulez effectuer cette action. Toutes les données "
-"seront perdues étant donné qu'il est impossible pour GOsa de récupérer vos "
-"données."
+"Ajouter une classe à la gestion FAI nécessite un nom de classe. Vous devez "
+"spécifier un nom de classe unique pour les classe FAI de type unique, alors "
+"que vous pouvez utiliser le même nom pour des classes FAI de type différent. "
+"Dans le dernier cas, FAI incluera automatiquement toutes ces classes de "
+"différent type dans un nom de classe unique."
 
 
-#: plugins/admin/ogroups/headpage.tpl:24
+#: plugins/admin/fai/askClassName.tpl:12
 msgid ""
 msgid ""
-"This menu allows you to add, edit or remove selected groups. You may want to "
-"use the range selector on top of the group listbox, when working with a "
-"large number of groups."
+"Please use one of the following methods to choose the name for the new FAI "
+"class."
 msgstr ""
 msgstr ""
-"Ce menu permet d'ajouter, de modifier ou de supprimer les groupes "
-"sélectionnés. Vous pouvez utiliser les différents filtres lorsque vous "
-"travaillez avec un nombre élevé de groupes."
-
-#: plugins/admin/ogroups/headpage.tpl:39
-msgid "Show groups containing users"
-msgstr "Afficher les groupes contenant des utilisateurs"
+"Veuillez utiliser une des méthodes suivantes pour choisir le nom de la "
+"nouvelle classe FAI."
 
 
-#: plugins/admin/ogroups/headpage.tpl:40
-msgid "Show groups containing groups"
-msgstr "Afficher les groupes contenant des groupes"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
+msgstr "Entrez le nom de la classe FAI manuellement"
 
 
-#: plugins/admin/ogroups/headpage.tpl:41
-msgid "Show groups containing applications"
-msgstr "Afficher les groupes contenant des applications"
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
+msgstr "Choisissez le nom de la classe FAI parmi les classes existantes"
 
 
-#: plugins/admin/ogroups/headpage.tpl:42
-msgid "Show groups containing departments"
-msgstr "Afficher les groupes contenant des départements"
+#: plugins/admin/fai/askClassName.tpl:54
+msgid "Choose class name"
+msgstr "Choisissez un nom de classe"
 
 
-#: plugins/admin/ogroups/headpage.tpl:43
-msgid "Show groups containing servers"
-msgstr "Afficher les groupes contenant des serveurs"
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+msgid "Use"
+msgstr "Utiliser"
 
 
-#: plugins/admin/ogroups/headpage.tpl:44
-msgid "Show groups containing workstations"
-msgstr "Afficher les groupes contenant des stations de travail"
+#: plugins/admin/fai/askClassName.tpl:74
+msgid "A new class name."
+msgstr "Un nouveau nom de classe."
 
 
-#: plugins/admin/ogroups/headpage.tpl:45
-msgid "Show groups containing terminals"
-msgstr "Afficher les groupes contenant des terminaux"
+#: plugins/admin/fai/faiTemplateEntry.tpl:21
+msgid "Template attributes"
+msgstr "Attributs des modèles"
 
 
-#: plugins/admin/ogroups/headpage.tpl:46
-msgid "Show groups containing printers"
-msgstr "Afficher les groupes contenant des imprimantes"
+#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
+msgid "File"
+msgstr "Fichier"
 
 
-#: plugins/admin/ogroups/headpage.tpl:51
-msgid "Display object groups matching"
-msgstr "Afficher les groupes d'objets correspondants"
+#: plugins/admin/fai/faiTemplateEntry.tpl:35
+msgid "Save template"
+msgstr "Sauver le modèle"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:1
-msgid "Queue Settings"
-msgstr "Préférences des queues"
+#: plugins/admin/fai/faiTemplateEntry.tpl:47
+msgid "Destination path"
+msgstr "Répertoire de destination"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:4
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-msgid "Phone numbers"
-msgstr "Numéros de téléphones"
+#: plugins/admin/fai/faiTemplateEntry.tpl:62
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
+msgid "Owner"
+msgstr "Propriétaire"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/admin/ogroups/phonequeue.tpl:96
-msgid "Generic queue Settings"
-msgstr "Paramètres par défaut des queues"
+#: plugins/admin/fai/faiTemplateEntry.tpl:80
+msgid "Access"
+msgstr "Accès"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:18
-msgid "Down"
-msgstr "En bas"
+#: plugins/admin/fai/faiTemplateEntry.tpl:86
+msgid "Class"
+msgstr "Classe"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:46
-msgid "Timeout"
-msgstr "Temps d'attente maximum"
+#: plugins/admin/fai/faiTemplateEntry.tpl:87
+msgid "Read"
+msgstr "Lire"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:54
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Réessayer"
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
+msgid "Write"
+msgstr "Ecrire"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:62
-msgid "Strategy"
-msgstr "Stratégie"
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
+msgid "Special"
+msgstr "Spécial"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:74
-msgid "Max queue length"
-msgstr "Taille maximale de la queue"
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+msgid "SUID"
+msgstr "SUID"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:82
-msgid "Announce frequency"
-msgstr "Fréquence du message d'annonce"
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
+msgid "SGID"
+msgstr "SGID"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:86
-msgid "(in seconds)"
-msgstr "(en secondes)"
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
+msgid "Others"
+msgstr "Autres"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:94
-msgid "Queue sound setup"
-msgstr "Configuration de la queue d'attente du son"
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
+msgid "sticky"
+msgstr "permanent"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "Use music on hold instead of ringing"
-msgstr "Mettre de la musique lorsqu'on est en attente plutôt que la sonnerie"
+#: plugins/admin/fai/faiHook.tpl:34
+msgid "List of hook scripts"
+msgstr "Liste des scripts de connexions"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:108
-msgid "Music on hold"
-msgstr "Musique d'attente"
+#: plugins/admin/fai/faiHook.tpl:40
+msgid "Choose a hook to delete or edit"
+msgstr "Choisissez une connexion à effacer ou éditer"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:116
-msgid "Welcome sound file"
-msgstr "Fichier son de bienvenue"
+#: plugins/admin/fai/class_faiPackageEntry.inc:35
+msgid "Please enter your search string here"
+msgstr "Veuillez indiquer une chaîne de caractères a chercher"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:124
-msgid "Announce message"
-msgstr "Message de présentation"
+#: plugins/admin/fai/class_faiPackageEntry.inc:48
+msgid ""
+"This list displays all assigned package names for this repository settings."
+msgstr "Cette liste affiche tout les paquets assigné à ce dépôt."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:132
-msgid "Sound file for 'You are next ...'"
-msgstr "Fichier son pour 'Vous êtes le suivant ...'"
+#: plugins/admin/fai/faiPackageEntry.tpl:6
+msgid "List of available packages"
+msgstr "Liste des paquets disponibles"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:140
-msgid "'There are ...'"
-msgstr "'Il y a ...'"
+#: plugins/admin/fai/faiPackageEntry.tpl:26
+msgid ""
+"This menu allows you to select multiple packages to add them to the "
+"currently edited package list."
+msgstr ""
+"Ce menu vous permet de sélectionner de multiples paquets à ajouter a la "
+"liste en cours d'édition."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:148
-msgid "'... calls waiting'"
-msgstr "'... appels en attente'"
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+msgid "Package"
+msgstr "Paquet"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:156
-msgid "'Thank you' message"
-msgstr "Message 'Merci'"
+#: plugins/admin/fai/faiPackageNew.tpl:2
+msgid "Repository settings"
+msgstr "Paramètres du dépôt"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:164
-msgid "'minutes' sound file"
-msgstr "'minutes' du fichier son"
+#: plugins/admin/fai/faiPackageNew.tpl:6
+msgid ""
+"To add packages to your package list you have to setup the repository "
+"settings first."
+msgstr ""
+"Pour ajouter des paquets à votre liste, vous devez d'abord configurer votre "
+"dépôt."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:172
-msgid "'seconds' sound file"
-msgstr "'secondes' du fichier son"
+#: plugins/admin/fai/faiPackageNew.tpl:8
+msgid ""
+"Packages are usually stored on different servers called mirrors. These "
+"mirrors have different types of releases (for example woody/sarge/etch), "
+"which finally contain packages sorted by section."
+msgstr ""
+"Les paquets sont généralement stockés sur différents serveurs appelés "
+"miroirs. Ces miroirs hébergent différentes versions (par exemple woody/sarge/"
+"etc), qui contient les paquets triés par section."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:180
-msgid "Hold sound file"
-msgstr "Fichier son du message d'attente"
+#: plugins/admin/fai/faiPackageNew.tpl:11
+msgid ""
+"Section and release can't be changed in future dialogs, but the mirror can "
+"be changed by editing the entry."
+msgstr ""
+"La section et la version ne peuvent pas être changé par après, mais les "
+"miroirs peuvent être changés."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:188
-msgid "Less Than sound file"
-msgstr "Fichier son, moins de"
+#: plugins/admin/fai/faiPackageNew.tpl:17
+msgid ""
+"First select the preferred release, then the section and finally the mirror."
+msgstr ""
+"Choisissez en premier lieu votre version préférée, ensuite la section et "
+"finalement le miroir."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:204
-msgid "Phone attributes "
-msgstr "Propriétés du téléphone"
+#: plugins/admin/fai/faiPackageNew.tpl:25
+msgid "Following releases are available"
+msgstr "Les versions suivantes sont disponibles"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:212
-msgid "Announce holdtime"
-msgstr "Annonce de la durée de mise en attente"
+#: plugins/admin/fai/faiPackageNew.tpl:37
+msgid "Sections for this release"
+msgstr "Sections pour cette version"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:218
-msgid "Allow the called user to transfer his call"
-msgstr "Permettre à l'utilisateur appelé de transférer son appel"
+#: plugins/admin/fai/faiPackageNew.tpl:48
+msgid "Matching mirrors"
+msgstr "miroirs correspondants"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:224
-msgid "Allows calling user to transfer call"
-msgstr "Permettre à l'utilisateur qui appelle de transférer son appel"
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
+#, php-format
+msgid "Debconf information for package '%s'"
+msgstr "Information Debconf pour le paquet '%s'"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:234
-msgid "Allow the called to hangup by pressing *"
-msgstr "Permettre à la personne qui appelle de raccrocher en appuyant sur *"
+#: plugins/gofon/phoneaccount/main.inc:122
+msgid "Phone settings"
+msgstr "Configuration du téléphone"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:240
-msgid "Allows calling to hangup by pressing *"
-msgstr "Permettre à la personne qui appelle de raccrocher en appuyant sur *"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
+msgid "no macro"
+msgstr "pas de macros"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:246
-msgid "Ring instead of playing background music"
-msgstr "Sonner au lieu de mettre un musique d'ambiance"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:135
+msgid "undefined"
+msgstr "non défini"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
-msgstr "Macros téléphoniques"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
+#: plugins/gofon/macro/class_gofonMacro.inc:97
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
+msgid ""
+"There is currently no asterisk server defined. Possibly you are missing a "
+"server that handles the asterisk management (goFonServer). Your settings "
+"can't be saved to asterisk database."
+msgstr ""
+"Il n'y a pas de serveur asterisk défini. Probablement qu'il vous manque un "
+"serveur qui gère asterisk (goFonServer).Vos préférences ne peuvent pas être "
+"sauvées dans la base de données d'asterisk."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
-#, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "Vous êtes sur le point de supprimer la macro '%s'."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
+msgid ""
+"Can't save any changes to asterisk database, there is no mysql extension "
+"available."
+msgstr ""
+"Impossible de sauvegarde les changements dans votre base de données "
+"asterisk, l'extension mysql n'est pas disponible."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
-msgid "You are not allowed to delete this macro!"
-msgstr "Vous n'êtes pas autorisé à supprimer cette macro!"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:559
+msgid "Error while performing query:"
+msgstr "Une erreur s'est produite lors de la requête:"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-msgid "Create new phone macro"
-msgstr "Créer une nouvelle macro téléphonique"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:615
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:739
+msgid "This account has no phone extensions."
+msgstr "Ce compte n'est pas d'extension téléphoniques."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:635
+msgid ""
+"The macro you selected, is no longer available for you, please choose "
+"another one."
+msgstr ""
+"La macro que vous aviez choisi dans le passé n'est plus disponible, veuillez "
+"en choisir une autre."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
-msgid "Visible"
-msgstr "Visible"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:749
+msgid "Remove phone account"
+msgstr "Supprimer l'extension téléphonique"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
-msgid "This table displays all phone macros, in the selected tree."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:750
+msgid ""
+"This account has phone features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Ce tableau montre toutes les macros téléphoniques, dans l'arbre sélectionné."
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
-msgid "Macro"
-msgstr "Macro"
+"Une extension téléphone existe pour cet utilisateur. Vous pouvez la "
+"supprimer en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
-msgid "visible"
-msgstr "visible"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:753
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:756
+msgid "Create phone account"
+msgstr "Créer un compte téléphone"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
-msgid "invisible"
-msgstr "invisible"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
+msgid ""
+"This account has phone features disabled. You can't enable them while no uid "
+"is set."
+msgstr ""
+"Aucun extension téléphone n'existe pour cet utilisateur. Vous ne pouvez pas "
+"l'activer lorsque aucun uid n'est indiqué."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:97
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
 msgid ""
 msgid ""
-"There is currently no asterisk server defined. Possibly you are missing a "
-"server that handles the asterisk management (goFonServer). Your settings "
-"can't be saved to asterisk database."
+"This account has phone features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Il n'y a pas de serveur asterisk défini. Probablement qu'il vous manque un "
-"serveur qui gère asterisk (goFonServer).Vos préférences ne peuvent pas être "
-"sauvées dans la base de données d'asterisk."
+"Aucun extension téléphone n'existe pour cet utilisateur. Vous pouvez en "
+"créer une en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:103
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
-msgid "This 'dn' is no phone macro."
-msgstr "Ce 'dn' n'est pas une macro téléphonique."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
+msgid "Please enter a valid phone number!"
+msgstr "Veuillez entrer un numéro de téléphone valide!"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:159
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
+msgid "Choose your private phone"
+msgstr "Choisissez votre téléphone privé"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
+msgid "Voicemail PIN must be between 1-4 characters."
+msgstr "Le code pin de la boîte vocale doit être entre 1-4 caractères."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
 msgid ""
 msgid ""
-"This macro ist still in use. To delete this Macro ensure that nobody has "
-"selected this Macro."
+"The specified Voicemail PIN contains invalid characters, only numeric values "
+"are allowed here."
 msgstr ""
 msgstr ""
-"Cette macro est toujours utilisée. Pour effacer cette macro, veuillez vous "
-"assurer que personne ne l'utilise."
+"Le code pin de la boîte vocale contient des caractères invalides, seul les "
+"chiffres sont autorisés."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:191
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:894
+#, fuzzy
+msgid "Phone PIN must be at least one character long."
+msgstr "Le code pin du téléphone doit être de 4 caractères."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:897
+#, fuzzy
 msgid ""
 msgid ""
-"There is no mysql extension available in your php setup, can't save any "
-"changes to asterisk db."
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
 msgstr ""
 msgstr ""
-"Il n'y a pas d'extension mysql disponible dans votre configuration de php, "
-"je ne peut pas sauver les changement dans votre base de données asterisk."
+"Le code pin du téléphone contient des caractères invalides. Seul les "
+"chiffres sont autorisés."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:261
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:907
 #, php-format
 #, php-format
-msgid "Unable to parse macro contents on line: %s"
-msgstr "Impossible de lire le contenu de la macro à la ligne: %s"
+msgid "You need to specify at least one phone number!"
+msgstr "Vous devez au moins indiquer un numéro de téléphone!"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:279
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:914
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
 #, php-format
 #, php-format
-msgid "Can't perform SELECT query in DB '%s'"
-msgstr "Impossible d'exécuter une requête SELECT sur la base de données '%s'"
+msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
+msgstr ""
+"Le paramètre %s contient des caractères invalides. '!#' est utilisé comme "
+"séparateur"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:288
-#: plugins/gofon/macro/class_gofonMacro.inc:296
-#, php-format
-msgid "Can't perform DELETE query in DB '%s'"
-msgstr "Impossible d'exécuter une requête DELETE sur la base de données '%s'"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1076
+msgid "Stop"
+msgstr "Arrêter"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:310
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1111
 #, php-format
 #, php-format
-msgid "Can't perform INSERT query in DB '%s'"
-msgstr "Impossible d'exécuter une requête INSERT sur la base de données '%s'"
+msgid "Removed user '%s' from phone queue '%s'."
+msgstr "L'utilisateur '%s' à été enlevé de la queue '%s'."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:357
-#, php-format
-msgid "The given cn '%s' already exists."
-msgstr "Le cn indiqué '%s' existe déjà."
+#: plugins/gofon/phoneaccount/generic.tpl:33
+msgid "Voicemail PIN"
+msgstr "Code PIN de la boite vocale"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:362
-msgid "You must specify the 'Display Name' in order to save this macro"
-msgstr ""
-"Vous devez spécifier le 'Nom d'affichage' pour pouvoir sauver cette macro"
+#: plugins/gofon/phoneaccount/generic.tpl:41
+msgid "Phone PIN"
+msgstr "Code PIN du téléphone"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:366
-msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
-msgstr ""
-"Le cn introduit est trop long, pour créer une macro le maximum est de 20 "
-"caractères."
+#: plugins/gofon/phoneaccount/generic.tpl:59
+#: plugins/gofon/phoneaccount/generic.tpl:60
+msgid "Phone macro"
+msgstr "Macro téléphoniques"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:371
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
-msgstr ""
-"Permissions insuffisantes, vous ne pouvez pas changer l'attribut '%s' dans "
-"la macro goFonMacro"
+#: plugins/gofon/phoneaccount/generic.tpl:67
+msgid "Refresh"
+msgstr "Rafraichir"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:377
-msgid "Makro length must be lower than 100 lines"
-msgstr "La longueur de la macro doit être plus petite que 100 lignes"
+#: plugins/gofon/macro/parameter.tpl:3
+msgid "Argument"
+msgstr "Argument"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:382
-msgid "Please choose a valid  base."
-msgstr "Veuillez choisir une base valide."
+#: plugins/gofon/macro/parameter.tpl:7
+msgid "type"
+msgstr "type"
 
 #: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
 msgid "Macro name"
 
 #: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
 msgid "Macro name"
@@ -8761,51 +8934,6 @@ msgstr "Visible pour l'utilisateur"
 msgid "Macro text"
 msgstr "Texte de la macro"
 
 msgid "Macro text"
 msgstr "Texte de la macro"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
-msgid "String"
-msgstr "Chaîne de caractère"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
-msgid "Combobox"
-msgstr "Boite à choix multiple"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
-msgid "Bool"
-msgstr "Booléen"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
-msgid "Delete unused"
-msgstr "Supprimer les paramètres inutilisés"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
-msgstr ""
-"Permissions insuffisantes, impossible de changer l'attribut '%s' dans la "
-"macro téléphonique."
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:915
-#, php-format
-msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
-msgstr ""
-"Le paramètre %s contient des caractères invalides. '!#' est utilisé comme "
-"séparateur"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
-#, php-format
-msgid "The parameter %s has incorrect value for type bool."
-msgstr "Le paramètre %s à des valeurs incorrectes par rapport au type booléen."
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
-#, php-format
-msgid ""
-"Parameter count of the macro changed, you must update each user which are "
-"using this macro '%s'."
-msgstr ""
-"Le nombre de paramètres de la macro à change, vous devez mettre à jour "
-"chaque utilisateur qui utilise la macro '%s'."
-
 #: plugins/gofon/macro/headpage.tpl:6
 msgid "List of macros"
 msgstr "Liste des macros"
 #: plugins/gofon/macro/headpage.tpl:6
 msgid "List of macros"
 msgstr "Liste des macros"
@@ -8836,179 +8964,154 @@ msgstr "Expression régulière correspondant à des noms de macro"
 msgid "Phone macro management"
 msgstr "Administration des macros téléphoniques"
 
 msgid "Phone macro management"
 msgstr "Administration des macros téléphoniques"
 
-#: plugins/gofon/macro/parameter.tpl:3
-msgid "Argument"
-msgstr "Argument"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacro.inc:103
+msgid "This 'dn' is no phone macro."
+msgstr "Ce 'dn' n'est pas une macro téléphonique."
 
 
-#: plugins/gofon/macro/parameter.tpl:7
-msgid "type"
-msgstr "type"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+msgid "String"
+msgstr "Chaîne de caractère"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
-msgid "no macro"
-msgstr "pas de macros"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+msgid "Combobox"
+msgstr "Boite à choix multiple"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:135
-msgid "undefined"
-msgstr "non défini"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+msgid "Bool"
+msgstr "Booléen"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
-msgid ""
-"Can't save any changes to asterisk database, there is no mysql extension "
-"available."
-msgstr ""
-"Impossible de sauvegarde les changements dans votre base de données "
-"asterisk, l'extension mysql n'est pas disponible."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+msgid "Delete unused"
+msgstr "Supprimer les paramètres inutilisés"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:559
-msgid "Error while performing query:"
-msgstr "Une erreur s'est produite lors de la requête:"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
+msgstr ""
+"Permissions insuffisantes, impossible de changer l'attribut '%s' dans la "
+"macro téléphonique."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:615
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:739
-msgid "This account has no phone extensions."
-msgstr "Ce compte n'est pas d'extension téléphoniques."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
+#, php-format
+msgid "The parameter %s has incorrect value for type bool."
+msgstr "Le paramètre %s à des valeurs incorrectes par rapport au type booléen."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:635
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
+#, php-format
 msgid ""
 msgid ""
-"The macro you selected, is no longer available for you, please choose "
-"another one."
+"Parameter count of the macro changed, you must update each user which are "
+"using this macro '%s'."
 msgstr ""
 msgstr ""
-"La macro que vous aviez choisi dans le passé n'est plus disponible, veuillez "
-"en choisir une autre."
+"Le nombre de paramètres de la macro à change, vous devez mettre à jour "
+"chaque utilisateur qui utilise la macro '%s'."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:749
-msgid "Remove phone account"
-msgstr "Supprimer l'extension téléphonique"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr "Macros téléphoniques"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:750
-msgid ""
-"This account has phone features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Une extension téléphone existe pour cet utilisateur. Vous pouvez la "
-"supprimer en cliquant sur le bouton ci-dessous."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
+#, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "Vous êtes sur le point de supprimer la macro '%s'."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:753
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:756
-msgid "Create phone account"
-msgstr "Créer un compte téléphone"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
+msgid "You are not allowed to delete this macro!"
+msgstr "Vous n'êtes pas autorisé à supprimer cette macro!"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
-msgid ""
-"This account has phone features disabled. You can't enable them while no uid "
-"is set."
-msgstr ""
-"Aucun extension téléphone n'existe pour cet utilisateur. Vous ne pouvez pas "
-"l'activer lorsque aucun uid n'est indiqué."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+msgid "Create new phone macro"
+msgstr "Créer une nouvelle macro téléphonique"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
-msgid ""
-"This account has phone features disabled. You can enable them by clicking "
-"below."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
+msgid "Visible"
+msgstr "Visible"
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
+msgid "This table displays all phone macros, in the selected tree."
 msgstr ""
 msgstr ""
-"Aucun extension téléphone n'existe pour cet utilisateur. Vous pouvez en "
-"créer une en cliquant sur le bouton ci-dessous."
+"Ce tableau montre toutes les macros téléphoniques, dans l'arbre sélectionné."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
-msgid "Please enter a valid phone number!"
-msgstr "Veuillez entrer un numéro de téléphone valide!"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
+msgid "Macro"
+msgstr "Macro"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
-msgid "Choose your private phone"
-msgstr "Choisissez votre téléphone privé"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+msgid "visible"
+msgstr "visible"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
-msgid "Voicemail PIN must be between 1-4 characters."
-msgstr "Le code pin de la boîte vocale doit être entre 1-4 caractères."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+msgid "invisible"
+msgstr "invisible"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
+#: plugins/gofon/macro/class_gofonMacro.inc:159
 msgid ""
 msgid ""
-"The specified Voicemail PIN contains invalid characters, only numeric values "
-"are allowed here."
+"This macro ist still in use. To delete this Macro ensure that nobody has "
+"selected this Macro."
 msgstr ""
 msgstr ""
-"Le code pin de la boîte vocale contient des caractères invalides, seul les "
-"chiffres sont autorisés."
-
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:895
-msgid "Phone PIN must be 4 characters long."
-msgstr "Le code pin du téléphone doit être de 4 caractères."
+"Cette macro est toujours utilisée. Pour effacer cette macro, veuillez vous "
+"assurer que personne ne l'utilise."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:898
+#: plugins/gofon/macro/class_gofonMacro.inc:191
 msgid ""
 msgid ""
-"The specified phone PIN contains invalid characters, only numeric values are "
-"allowed here."
+"There is no mysql extension available in your php setup, can't save any "
+"changes to asterisk db."
 msgstr ""
 msgstr ""
-"Le code pin du téléphone contient des caractères invalides. Seul les "
-"chiffres sont autorisés."
+"Il n'y a pas d'extension mysql disponible dans votre configuration de php, "
+"je ne peut pas sauver les changement dans votre base de données asterisk."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:908
+#: plugins/gofon/macro/class_gofonMacro.inc:261
 #, php-format
 #, php-format
-msgid "You need to specify at least one phone number!"
-msgstr "Vous devez au moins indiquer un numéro de téléphone!"
-
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1077
-msgid "Stop"
-msgstr "Arrêter"
+msgid "Unable to parse macro contents on line: %s"
+msgstr "Impossible de lire le contenu de la macro à la ligne: %s"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+#: plugins/gofon/macro/class_gofonMacro.inc:279
 #, php-format
 #, php-format
-msgid "Removed user '%s' from phone queue '%s'."
-msgstr "L'utilisateur '%s' à été enlevé de la queue '%s'."
-
-#: plugins/gofon/phoneaccount/generic.tpl:33
-msgid "Voicemail PIN"
-msgstr "Code PIN de la boite vocale"
-
-#: plugins/gofon/phoneaccount/generic.tpl:41
-msgid "Phone PIN"
-msgstr "Code PIN du téléphone"
-
-#: plugins/gofon/phoneaccount/generic.tpl:59
-#: plugins/gofon/phoneaccount/generic.tpl:60
-msgid "Phone macro"
-msgstr "Macro téléphoniques"
-
-#: plugins/gofon/phoneaccount/generic.tpl:67
-msgid "Refresh"
-msgstr "Rafraichir"
-
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
-msgstr "Configuration du téléphone"
+msgid "Can't perform SELECT query in DB '%s'"
+msgstr "Impossible d'exécuter une requête SELECT sur la base de données '%s'"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
-msgstr "Conférences téléphoniques"
+#: plugins/gofon/macro/class_gofonMacro.inc:288
+#: plugins/gofon/macro/class_gofonMacro.inc:296
+#, php-format
+msgid "Can't perform DELETE query in DB '%s'"
+msgstr "Impossible d'exécuter une requête DELETE sur la base de données '%s'"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
-msgstr "Gestion"
+#: plugins/gofon/macro/class_gofonMacro.inc:310
+#, php-format
+msgid "Can't perform INSERT query in DB '%s'"
+msgstr "Impossible d'exécuter une requête INSERT sur la base de données '%s'"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
-msgid "Create new conference"
-msgstr "Création d'une nouvelle conférence"
+#: plugins/gofon/macro/class_gofonMacro.inc:357
+#, php-format
+msgid "The given cn '%s' already exists."
+msgstr "Le cn indiqué '%s' existe déjà."
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
-msgid "New conference"
-msgstr "Nouvelle conférence"
+#: plugins/gofon/macro/class_gofonMacro.inc:362
+msgid "You must specify the 'Display Name' in order to save this macro"
+msgstr ""
+"Vous devez spécifier le 'Nom d'affichage' pour pouvoir sauver cette macro"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
-msgid "This table displays all available conference rooms."
-msgstr "Ce tableau montre toutes les salles de conférence disponibles."
+#: plugins/gofon/macro/class_gofonMacro.inc:366
+msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+msgstr ""
+"Le cn introduit est trop long, pour créer une macro le maximum est de 20 "
+"caractères."
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
-msgid "Name - Number"
-msgstr "Nom - numéro"
+#: plugins/gofon/macro/class_gofonMacro.inc:371
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+msgstr ""
+"Permissions insuffisantes, vous ne pouvez pas changer l'attribut '%s' dans "
+"la macro goFonMacro"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
-#: plugins/gofon/conference/generic.tpl:107
-msgid "PIN"
-msgstr "Code PIN"
+#: plugins/gofon/macro/class_gofonMacro.inc:377
+msgid "Makro length must be lower than 100 lines"
+msgstr "La longueur de la macro doit être plus petite que 100 lignes"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
-msgid "Conference"
-msgstr "Conférence"
+#: plugins/gofon/macro/class_gofonMacro.inc:382
+msgid "Please choose a valid  base."
+msgstr "Veuillez choisir une base valide."
 
 #: plugins/gofon/conference/generic.tpl:13
 msgid "Conference name"
 
 #: plugins/gofon/conference/generic.tpl:13
 msgid "Conference name"
@@ -9036,6 +9139,11 @@ msgstr "Numéro de téléphone"
 msgid "Preset PIN"
 msgstr "Code PIN préselectionné"
 
 msgid "Preset PIN"
 msgstr "Code PIN préselectionné"
 
+#: plugins/gofon/conference/generic.tpl:107
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
+msgid "PIN"
+msgstr "Code PIN"
+
 #: plugins/gofon/conference/generic.tpl:113
 msgid "Record conference"
 msgstr "Enregistrer la conférence"
 #: plugins/gofon/conference/generic.tpl:113
 msgid "Record conference"
 msgstr "Enregistrer la conférence"
@@ -9060,6 +9168,52 @@ msgstr "Annoncer les nouveaux utilisateurs et ceux qui quittent"
 msgid "Count users"
 msgstr "Compter les utilisateurs"
 
 msgid "Count users"
 msgstr "Compter les utilisateurs"
 
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
+msgstr "Conférences téléphoniques"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
+msgstr "Gestion"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+msgid "Create new conference"
+msgstr "Création d'une nouvelle conférence"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+msgid "New conference"
+msgstr "Nouvelle conférence"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
+msgid "This table displays all available conference rooms."
+msgstr "Ce tableau montre toutes les salles de conférence disponibles."
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
+msgid "Name - Number"
+msgstr "Nom - numéro"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
+msgid "Conference"
+msgstr "Conférence"
+
+#: plugins/gofon/conference/headpage.tpl:6
+msgid "List of conference rooms"
+msgstr "Liste des salles de conférence"
+
+#: plugins/gofon/conference/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected phone conferences. "
+"Having a large number of phone conferences, you might prefer the range "
+"selectors on top of the conferences list."
+msgstr ""
+"Ce menu vous permet de d'ajouter, supprimer et éditer les conférences "
+"sélectionnés. Si vous avez un grand nombre de conférences il est conseillé "
+"d'utiliser les filtres."
+
+#: plugins/gofon/conference/headpage.tpl:36
+msgid "Regular expression for        matching user names"
+msgstr "Expression régulière concordant avec les noms des utilisateurs"
+
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
 "You have specified a conference 'without PIN' ... please leave the PIN "
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
 "You have specified a conference 'without PIN' ... please leave the PIN "
@@ -9093,24 +9247,6 @@ msgstr ""
 "Impossible de sauver les changement dans votre base de données asterisk, il "
 "n'y a pas d'extension mysql disponible dans votre configuration php."
 
 "Impossible de sauver les changement dans votre base de données asterisk, il "
 "n'y a pas d'extension mysql disponible dans votre configuration php."
 
-#: plugins/gofon/conference/headpage.tpl:6
-msgid "List of conference rooms"
-msgstr "Liste des salles de conférence"
-
-#: plugins/gofon/conference/headpage.tpl:24
-msgid ""
-"This menu allows you to create, delete and edit selected phone conferences. "
-"Having a large number of phone conferences, you might prefer the range "
-"selectors on top of the conferences list."
-msgstr ""
-"Ce menu vous permet de d'ajouter, supprimer et éditer les conférences "
-"sélectionnés. Si vous avez un grand nombre de conférences il est conseillé "
-"d'utiliser les filtres."
-
-#: plugins/gofon/conference/headpage.tpl:36
-msgid "Regular expression for        matching user names"
-msgstr "Expression régulière concordant avec les noms des utilisateurs"
-
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 msgid "Conference management"
 msgstr "Gestion des conférences"
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 msgid "Conference management"
 msgstr "Gestion des conférences"
@@ -9200,6 +9336,48 @@ msgstr "L'équipe de GOsa"
 msgid "Welcome %s!"
 msgstr "Bienvenue %s!"
 
 msgid "Welcome %s!"
 msgstr "Bienvenue %s!"
 
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
+msgstr ""
+"La création de cette page à occasionné des erreurs d'après l'interpréteur "
+"PHP!"
+
+#: include/php_setup.inc:71 html/main.php:316
+msgid "Toggle information"
+msgstr "Afficher/Cacher l'information"
+
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr "Erreur PHP"
+
+#: include/php_setup.inc:87
+msgid "class"
+msgstr "classe"
+
+#: include/php_setup.inc:93
+msgid "function"
+msgstr "fonction"
+
+#: include/php_setup.inc:98
+msgid "static"
+msgstr "statique"
+
+#: include/php_setup.inc:102
+msgid "method"
+msgstr "méthode"
+
+#: include/php_setup.inc:121
+msgid "Trace"
+msgstr "Trace"
+
+#: include/php_setup.inc:122
+msgid "Line"
+msgstr "Ligne"
+
+#: include/php_setup.inc:123
+msgid "Arguments"
+msgstr "Arguments"
+
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
@@ -9268,889 +9446,848 @@ msgid "Can't activate GOsa sieve script. Server says '%s'."
 msgstr ""
 "Impossible d'activer les scripts sieve de GOsa. Le serveur répond '%s'."
 
 msgstr ""
 "Impossible d'activer les scripts sieve de GOsa. Le serveur répond '%s'."
 
-#: include/class_xmlParse.inc:42
-#, php-format
-msgid "Could not open XML input '%s'."
-msgstr "Impossible d'ouvrir le fichier XML '%s'."
-
-#: include/class_xmlParse.inc:117
-#, php-format
-msgid "XML error in %s : %s at line %d"
-msgstr "Erreur XML dans %s: %s à la ligne %d"
-
-#: include/class_plugin.inc:391
-#, php-format
-msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
-msgstr ""
-"La commande '%s', utilisée dans le POSTCREATE de l'extension '%s' n'existe "
-"pas."
-
-#: include/class_plugin.inc:419 include/class_password-methods.inc:181
-#, php-format
-msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
-msgstr ""
-"La commande '%s', utilisée dans le POSTMODIFY de l'extension '%s' n'existe "
-"pas."
-
-#: include/class_plugin.inc:447
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
-msgstr ""
-"La commande '%s', utilisée dans le POSTREMOVE de l'extension '%s' n'existe "
-"pas."
-
-#: include/functions_setup.inc:98
-msgid "Can't bind to LDAP. No schema check possible!"
-msgstr ""
-"Impossible de se connecter à l'annuaire LDAP. Vérification des schémas "
-"impossibles!"
-
-#: include/functions_setup.inc:107 include/functions_setup.inc:116
-msgid "Can't get schema information from server. No schema check possible!"
-msgstr ""
-"Impossible de récupérer les informations sur les schémas. Vérification des "
-"schémas impossibles!"
-
-#: include/functions_setup.inc:136
-#, php-format
+#: include/class_pluglist.inc:115
 msgid ""
 msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
 msgstr ""
 msgstr ""
-"l'objectCLass optionnel '%s' requis par l'extension '%s' est absent de la "
-"configuration de LDAP"
+"Votre fichier de configuration gosa.conf à changé partiellement . Veuillez "
+"le convertir en utilisant le script fix_config.sh!"
 
 
-#: include/functions_setup.inc:140
-#, php-format
+#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
+#: ihtml/themes/altlinux/framework.tpl:24
+#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
 msgid ""
 msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
 msgstr ""
 msgstr ""
-"l'objectCLass optionnel '%s' requis par l'extension '%s' nécessite la "
-"version %s"
-
-#: include/functions_setup.inc:145
-#, php-format
-msgid "Support for '%s' enabled"
-msgstr "Le support de '%s' est activé"
-
-#: include/functions_setup.inc:155
-#, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
-msgstr "l'objectCLass requis '%s' est absent de la configuration de LDAP"
+"Vous êtes actuellement en train d'éditer une entrée de la base de données. "
+"Voulez vous annuler les modifications?"
 
 
-#: include/functions_setup.inc:159
+#: include/functions.inc:290
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr "L'objectClass obligatoire '%s' n'est pas à la version %s"
-
-#: include/functions_setup.inc:170
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
-msgstr "Le support de SAMBA 3 est désactivé, aucun schéma ne semble installé"
-
-#: include/functions_setup.inc:175
-msgid "SAMBA 3 support enabled"
-msgstr "Le support de SAMBA3 est activé"
-
-#: include/functions_setup.inc:180
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
-msgstr "Le support de SAMBA 2 est désactivé, aucun schéma ne semble installé"
-
-#: include/functions_setup.inc:185
-msgid "SAMBA 2 support enabled"
-msgstr "Le support de SAMBA2 est activé"
-
-#: include/functions_setup.inc:191
-msgid "Support for pureftp disabled, no schema seems to be installed"
-msgstr "Le support de pureftpd est désactivé, aucun schéma ne semble installé"
-
-#: include/functions_setup.inc:196
-msgid "Support for pureftp enabled"
-msgstr "Le support de pureftpd est activé"
-
-#: include/functions_setup.inc:201
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr "Le support de WebDAV est désactivé, aucun schéma ne semble installé"
-
-#: include/functions_setup.inc:206
-msgid "Support for WebDAV enabled"
-msgstr "Le support de WEBDAV est activé"
-
-#: include/functions_setup.inc:211
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
-msgstr ""
-"Le support de phpgroupware est désactivé, aucun schéma ne semble installé"
-
-#: include/functions_setup.inc:216
-msgid "Support for phpgroupware enabled"
-msgstr "Le support de phpgroupware est activé"
-
-#: include/functions_setup.inc:221
-msgid "Support for gofon disabled, no schema seems to be installed"
-msgstr "Le support de gofon est désactivé, aucun schéma ne semble installé"
-
-#: include/functions_setup.inc:226
-msgid "Support for gofon enabled"
-msgstr "Le support de gofon est activé"
-
-#: include/functions_setup.inc:231
-msgid "Support for nagios disabled, no schema seems to be installed"
-msgstr ""
-"Le support de l'extension nagios est désactivé, aucun schéma ne semble "
-"installé"
-
-#: include/functions_setup.inc:236
-msgid "Support for nagios enabled"
-msgstr "Le support de nagios activé"
-
-#: include/functions_setup.inc:246
-msgid ""
-"Support for Kolab disabled, no schema seems to be installed, setting mail-"
-"method to cyrus"
-msgstr ""
-"Le support de Kolab est désactivé, aucun schéma ne semble installé, la "
-"méthode de connexion au serveur de messagerie sera cyrus"
-
-#: include/functions_setup.inc:253
-msgid "Support for Kolab enabled"
-msgstr "Le support de Kolab est activé"
-
-#: include/functions_setup.inc:271
-msgid "OK"
-msgstr "OK"
-
-#: include/functions_setup.inc:274
-msgid "Ignored"
-msgstr "Ignoré"
-
-#: include/functions_setup.inc:276
-msgid "Failed"
-msgstr "Echec"
-
-#: include/functions_setup.inc:293
-msgid "PHP setup inspection"
-msgstr "Vérification de l'installation de PHP"
-
-#: include/functions_setup.inc:294
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Vérification de la version de PHP (>=4.1.0)"
-
-#: include/functions_setup.inc:295
-msgid ""
-"PHP must be of version 4.1.0 or above for some functions and known bugs in "
-"PHP language."
-msgstr ""
-"PHP doit être en version supérieur à 4.1.0 ou supérieur à cause de certaines "
-"fonctions et bogues connus dans le langage PHP."
-
-#: include/functions_setup.inc:298
-msgid "Checking if register_globals is set to 'off'"
-msgstr "Vérification de l'option register_globals, elle doit être à 'off'"
-
-#: include/functions_setup.inc:299
-msgid ""
-"register_globals is a PHP mechanism to register all global varibales to be "
-"accessible from scripts without changing the scope. This may be a security "
-"risk. GOsa will run in both modes."
-msgstr ""
-"register_globals est un mécanisme PHP pour enregistrer toutes les variables "
-"globales afin que les scripts puissent y accéder sans changer la porté des "
-"variables. Cela peut constituer un risque de sécurité. GOsa s'exécutera dans "
-"les deux modes."
-
-#: include/functions_setup.inc:302
-msgid "Checking for ldap module"
-msgstr "Vérification du module LDAP"
-
-#: include/functions_setup.inc:303
-msgid "This is the main module used by GOsa and therefore really required."
-msgstr ""
-"Ce module est le module de base utilisé par GOsa et est donc indispensable."
-
-#: include/functions_setup.inc:306
-msgid "Checking for XML functions"
-msgstr "Vérification du support XML"
-
-#: include/functions_setup.inc:307
-msgid "XML functions are required to parse the configuration file."
-msgstr ""
-"Les fonctionnalités XML sont nécessaires pour lire le fichier de "
-"configuration."
-
-#: include/functions_setup.inc:310
-msgid "Checking for gettext support"
-msgstr "Vérification du support gettext"
+msgid "Error when connecting the LDAP. Server said '%s'."
+msgstr "Erreur lors de la connexion au serveur LDAP. Le serveur répond '%s'."
 
 
-#: include/functions_setup.inc:311
-msgid "Gettext support is required for internationalized GOsa."
-msgstr "Gettext est requis afin que GOsa soit localisé."
+#: include/functions.inc:311
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Echec de l'authentification. Le serveur LDAP répond '%s'."
 
 
-#: include/functions_setup.inc:314
-msgid "Checking for iconv support"
-msgstr "Vérification du support iconv"
+#: include/functions.inc:330
+msgid "Username / UID is not unique. Please check your LDAP database."
+msgstr ""
+"Le nom de l'utilisateur / UID n'est pas unique. Veuillez vérifier votre base "
+"de données LDAP."
 
 
-#: include/functions_setup.inc:315
+#: include/functions.inc:368
 msgid ""
 msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
 msgstr ""
 msgstr ""
-"Ce module est utilisé par GOsa pour convertir les options samba munged dial, "
-"il est indispensable."
-
-#: include/functions_setup.inc:318
-msgid "Checking for mhash module"
-msgstr "Vérification du module mhash"
+"Erreur lors de la création d'un verrou. Les paramètres sont incorrects. "
+"Veuillez vérifier la source!"
 
 
-#: include/functions_setup.inc:319
+#: include/functions.inc:378
+#, php-format
 msgid ""
 msgid ""
-"To use SSHA encryption, you'll need this module. If you are just using crypt "
-"or md5 encryption, ignore this message. GOsa will run without it."
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
 msgstr ""
 msgstr ""
-"Pour utiliser le codage SSHA, ce module est requis. Si vous utilisez "
-"seulement les mécanismes crypt ou md5, vous pouvez ignorer ce message. GOsa "
-"marchera sans celui ci."
+"Impossible d'enregistrer les informations à propos des verrous dans "
+"l'annuaire LDAP. Veuillez vérifier l'entrée 'config' dans gosa.conf! Le "
+"serveur LDAP répond '%s'."
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for imap module"
-msgstr "Vérification du module imap"
+#: include/functions.inc:393
+#, php-format
+msgid "Adding a lock failed. LDAP server says '%s'."
+msgstr "Echec lors de l'ajout d'un verrou. Le serveur LDAP répond '%s'."
 
 
-#: include/functions_setup.inc:323
+#: include/functions.inc:419
+#, php-format
+msgid "Removing a lock failed. LDAP server says '%s'."
+msgstr "Echec lors de la suppression d'un verrou. Le serveur LDAP répond '%s'."
+
+#: include/functions.inc:449
 msgid ""
 msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
 msgstr ""
 msgstr ""
-"Le module IMAP est nécessaire pour communiquer avec un serveur IMAP. Il "
-"permet de récupérer des informations de statuts, créer et supprimer les "
-"comptes de messagerie des utilisateurs."
-
-#: include/functions_setup.inc:326
-msgid "Checking for getacl in imap"
-msgstr "Vérification de la fonction getacl dans imap"
+"Echec lors de la récupération du verrou depuis l'annuaire LDAP. Les "
+"paramètres ne sont pas corrects. Veuillez vérifier la source!"
 
 
-#: include/functions_setup.inc:327
+#: include/functions.inc:459
 msgid ""
 msgid ""
-"The getacl support is needed for shared folder permissions. The standard "
-"IMAP module is not capable of reading acl's. You need a recend PHP version "
-"for this feature."
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
 msgstr ""
 msgstr ""
-"Le support de la fonction getacl est requis afin de gérer les permissions "
-"des répertoires partagés. Le module IMAP standard ne peut gérer les acls. "
-"Vous devez installer une version récente de PHP afin d'utiliser cette "
-"fonctionnalité."
-
-#: include/functions_setup.inc:330
-msgid "Checking for mysql module"
-msgstr "Vérification du module pour mysql"
+"Impossible d'obtenir les informations de verrouillage dans l'annuaire LDAP. "
+"Veuillez vérifier l'entrée 'config' dans gosa.conf!"
 
 
-#: include/functions_setup.inc:331
-msgid "MySQL support is needed for reading GOfax reports from databases."
+#: include/functions.inc:467
+msgid ""
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
 msgstr ""
 msgstr ""
-"Le support de MySQL est nécessaire pour lire  les rapports GOfax en "
-"provenance d'une base de données."
+"Détection de verrou multiple pour un même objet. Ceci ne devrait pas être "
+"possible. Effacement des références multiples."
 
 
-#: include/functions_setup.inc:334
-msgid "Checking for cups module"
-msgstr "Vérification du module cups"
+#: include/functions.inc:581
+#, php-format
+msgid "The size limit of %d entries is exceed!"
+msgstr "La taille limite de %d entrées est dépassée!"
 
 
-#: include/functions_setup.inc:335
+#: include/functions.inc:583
+#, php-format
 msgid ""
 msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
 msgstr ""
 msgstr ""
-"Afin d'obtenir la liste des imprimantes disponibles avec le protocole IPP à "
-"la place des fichiers printcap, vous devez installer le module CUPS."
+"Mettre la nouvelle limite à %s et me montrer ce message si la limite est "
+"toujours dépassée"
 
 
-#: include/functions_setup.inc:338
-msgid "Checking for kadm5 module"
-msgstr "Vérification du module kadm5"
+#: include/functions.inc:600
+msgid "incomplete"
+msgstr "incomplet"
 
 
-#: include/functions_setup.inc:339
+#: include/functions.inc:1005
+#, php-format
 msgid ""
 msgid ""
-"Managing users in kerberos requires the kadm5 module which is downloadable "
-"via PEAR network."
+"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
+"Please contact the person in order to clarify proceedings."
 msgstr ""
 msgstr ""
-"Gérer les utilisateurs dans kerberos nécessite le module kadm5 "
-"téléchargeable sur les réseaux PEAR."
+"Vous êtes sur le point de modifier l'entrée '%s' qui est en cours "
+"d'utilisation par '%s'. Veuillez contacter cette personne afin de clarifier "
+"la situation."
 
 
-#: include/functions_setup.inc:342
-msgid "Checking for snmp Module"
-msgstr "Vérification du module snmp"
+#: include/functions.inc:1104
+msgid "LDAP error:"
+msgstr "Erreur LDAP :"
 
 
-#: include/functions_setup.inc:343
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
-msgstr "Le protocole SNMP est nécessaire pour pouvoir surveiller les clients."
+#: include/functions.inc:1282
+msgid "Entries per page"
+msgstr "Entrées par page"
 
 
-#: include/functions_setup.inc:379
-msgid "PHP detailed function inspection"
-msgstr "Vérification détaillée de l'installation de PHP"
+#: include/functions.inc:1310
+msgid "Apply filter"
+msgstr "Appliquer le filtre"
 
 
-#: include/functions_setup.inc:383
+#: include/functions.inc:1584
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+
+#: include/functions.inc:1627
 #, php-format
 #, php-format
-msgid "Checking for function %s"
-msgstr "Vérification de la fonction %s"
+msgid "GOsa development snapshot (Rev %s)"
+msgstr "Version de développement de GOsa (Rev %s)"
 
 
-#: include/functions_setup.inc:384
+#: include/class_plugin.inc:391
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
+"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"La fonction %s est utilisée par GOsa. Il n'y a pas encore d'information si "
-"celle si est optionnelle ou indispensable."
-
-#: include/functions_setup.inc:395
-msgid "Checking for some additional programms"
-msgstr "Vérification de programmes additionnels"
+"La commande '%s', utilisée dans le POSTCREATE de l'extension '%s' n'existe "
+"pas."
 
 
-#: include/functions_setup.inc:404
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Vérification de ImageMagick (>=5.4.0)"
+#: include/class_plugin.inc:419 include/class_password-methods.inc:181
+#, php-format
+msgid ""
+"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+msgstr ""
+"La commande '%s', utilisée dans le POSTMODIFY de l'extension '%s' n'existe "
+"pas."
 
 
-#: include/functions_setup.inc:405
+#: include/class_plugin.inc:447
+#, php-format
 msgid ""
 msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
+"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"ImageMagick est utilisé afin de redimensionner et convertir en JPEG les "
-"images, permettant ainsi leur utilisation dans GOsa."
+"La commande '%s', utilisée dans le POSTREMOVE de l'extension '%s' n'existe "
+"pas."
 
 
-#: include/functions_setup.inc:408
-msgid "Checking imagick module for PHP"
-msgstr "Vérification du module imagick pour PHP"
+#: include/class_config.inc:69
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "Erreur XML dans gosa.conf: %s à la ligne %d"
 
 
-#: include/functions_setup.inc:409
-msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
+#: include/class_config.inc:195 html/index.php:136
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 msgstr ""
-"ImageMagick est utilisé afin de redimensionner et convertir en JPEG les "
-"images, permettant ainsi leur utilisation dans GOsa."
+"Impossible de se connecter à l'annuaire LDAP. Veuillez contacter "
+"l'administrateur du système."
 
 
-#: include/functions_setup.inc:416
-msgid "Checking for fping utility"
-msgstr "Vérification de l'utilitaire fping"
+#: include/class_config.inc:439
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "SID et/ou RIDBASE absents du fichier de configuration!"
 
 
-#: include/functions_setup.inc:417
+#: include/class_password-methods-ssha.inc:51
+msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+msgstr ""
+"Impossible d'utiliser ssha pour le cryptage (Fonction mhash / sha1 manquante)"
+
+#: include/class_password-methods.inc:165
+#, php-format
+msgid "Setting the password failed. LDAP server says '%s'."
+msgstr ""
+"La modification a échoué du mot de passe à échoué. Le serveur LDAP répond '%"
+"s'."
+
+#: include/class_password-methods.inc:202
 msgid ""
 msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
 msgstr ""
 msgstr ""
-"L'utilitaire fping est utilisé dans le cas d'un environnement composé de "
-"clients légers fonctionnant en terminaux."
+"La configuration de SMBHASH dans gosa.conf est incorrecte ! Impossible de "
+"changer le mot de passe Samba."
 
 
-#: include/functions_setup.inc:432
-msgid "Checking for a way to generate LM/NT password hashes"
+#: include/class_password-methods-kerberos.inc:43
+msgid ""
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
+msgstr ""
+"Attention : Impossible de modifier les mots de passe kerberos. Votre version "
+"de PHP n'a pas le support de kerberos. Votre mot de passe reste inchangé."
+
+#: include/class_password-methods-kerberos.inc:52
+msgid "Kerberos database communication failed!"
+msgstr "La connexion avec Kerberos a échoué!"
+
+#: include/class_password-methods-kerberos.inc:59
+msgid "Changing password in kerberos database failed!"
+msgstr "La modification du mot de passe dans la base Kerberos a échoué!"
+
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
 msgstr ""
 msgstr ""
-"Vérification de la possibilité de générer des mots de passe au format LM/NT"
+"Impossible d'utiliser ssha pour le cryptage (Fonction sha1 / mhash / crypt "
+"manquante)"
 
 
-#: include/functions_setup.inc:433
+#: include/class_ldap.inc:437
+#, php-format
 msgid ""
 msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
 msgstr ""
 msgstr ""
-"Afin d'utiliser Samba 2/3, vous devez installer des paquets additionnels "
-"prenant en charge le cryptage des mots de passe."
-
-#: include/functions_setup.inc:446
-msgid "php.ini check -> session.auto_register"
-msgstr "Vérification de PHP.ini -> session.auto_register"
+"La création automatique du type '%s' n'est pas supportée. Veuillez faire un "
+"rapport à l'équipe de GOsa."
 
 
-#: include/functions_setup.inc:447
+#: include/class_ldap.inc:699
+#, php-format
 msgid ""
 msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
 msgstr ""
 msgstr ""
-"Pour pouvoir utiliser GOSa sans problèmes, la variable session.auto_register "
-"doit être a 'Off' dans votre php.ini."
+"Ceci n'est pas un DN valide: '%s'. Le fichier d'importation doit commencer "
+"avec 'dn: ...' à la ligne %s"
 
 
-#: include/functions_setup.inc:450
-msgid "php.ini check -> implicit_flush"
-msgstr "Vérification de PHP.ini -> implicit_flush"
+#: include/class_ldap.inc:712
+#, php-format
+msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+msgstr "Le dn : '%s' (de la ligne %s) existe déjà dans l'arbre LDAP."
 
 
-#: include/functions_setup.inc:451
-msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
+#: include/class_ldap.inc:728
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
 msgstr ""
 msgstr ""
-"Cette option défini la gestion des sorties, mettez cette option a off pour "
-"améliorer la performance."
-
-#: include/functions_setup.inc:458
-msgid "php.ini check -> max_execution_time"
-msgstr "Vérification de votre PHP.ini pour la variable max_execution_time"
+"Erreur lors de l'importation du dn: '%s', veuillez vérifier votre fichier "
+"votre fichier LDIF à partir de la ligne %s!"
 
 
-#: include/functions_setup.inc:459
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
 msgstr ""
 msgstr ""
-"Le temps d'exécution doit être au moins de 30 secondes minimum, parce que "
-"certaines actions vont prendre plus de temps."
+"Impossible d'ouvrir le fichier spécifié, vérifiez que celui ci est existant "
+"et/ou accessible"
 
 
-#: include/functions_setup.inc:466
-msgid "php.ini check -> memory_limit"
-msgstr "Vérification de PHP.ini -> memory_limit"
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
+msgstr "Impossible de lire le certificat spécifié / ou chaîne vide spécifiée"
 
 
-#: include/functions_setup.inc:467
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
 msgstr ""
 msgstr ""
-"GOsa a besoin au minimum de 16MB de mémoire, moins causera des erreurs "
-"imprévisibles, voire sans message d'erreurs! Augmentez la mémoire pour les "
-"installations plus complexes."
+"Impossible de charger le certificat, probablement un format non supporté "
+"(utilisez un format PEM/DER) "
 
 
-#: include/functions_setup.inc:471
-msgid "php.ini check -> expose_php"
-msgstr "Vérification de PHP.ini - > expose.php"
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
+msgstr "Le format doit être PEM, afin de pouvoir afficher les informations"
 
 
-#: include/functions_setup.inc:472
-msgid ""
-"Increase the server security by setting expose_php to 'off'. PHP won't send "
-"any Information about the server you are running in this case."
-msgstr ""
-"PHP n'enverra pas d'information a propos du serveur qui fait tourner "
-"l'application, ceci peut être considérer comme une mesure de sécurité."
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
+msgstr "Impossible de créer/ouvrir le fichier"
 
 
-#: include/functions_setup.inc:476
-msgid "php.ini check -> magic_quotes_gpc"
-msgstr "Vérification de PHP ini > magic_quotes_gpc"
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
+msgstr "Pas de certificat valide chargé"
 
 
-#: include/functions_setup.inc:477
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
-msgstr ""
-"Améliorez la sécurité de votre serveur en mettant magic_quotes_gpc à 'on'. "
-"PHP préfixera tout les guillemets dans les chaînes avec la séquence escape."
+#: include/functions_helpviewer.inc:43
+#, php-format
+msgid "XML error in guide.xml: %s at line %d"
+msgstr "Erreur XML dans guide.xml: %s à la ligne %d"
 
 
-#: include/functions_setup.inc:722
-msgid "You've to specify an ldap server before continuing!"
-msgstr "Vous devez spécifier un serveur LDAP afin de pouvoir continuer!"
+#: include/functions_helpviewer.inc:86
+msgid "No help available for this plugin."
+msgstr "L'aide n'est pas disponible pour cette extension."
 
 
-#: include/functions_setup.inc:731 include/functions_setup.inc:814
-msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
-msgstr ""
-"Impossible de se connecter au serveur LDAP! Vérifiez que GOsa puisse le "
-"contacter."
+#: include/functions_helpviewer.inc:95
+msgid "previous"
+msgstr "précédent"
 
 
-#: include/functions_setup.inc:745 include/functions_setup.inc:819
-#: include/functions_setup.inc:824
-msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+#: include/functions_helpviewer.inc:99
+msgid "next"
+msgstr "suivant"
+
+#: include/functions_helpviewer.inc:387
+#, php-format
+msgid "%s results for your search with the keyword %s interpreted as %s"
+msgstr "%s résultats de votre recherche avec le mot %s interprété comme %s"
+
+#: include/functions_helpviewer.inc:462
+#, php-format
+msgid "%s%% hit rate in file %s"
+msgstr "%s%% trouvés dans le fichier %s"
+
+#: include/functions_setup.inc:98
+msgid "Can't bind to LDAP. No schema check possible!"
 msgstr ""
 msgstr ""
-"Impossible de s'identifier sur l'annuaire LDAP! Veuillez vérifiez que GOsa "
-"puisse le contacter."
+"Impossible de se connecter à l'annuaire LDAP. Vérification des schémas "
+"impossibles!"
 
 
-#: include/functions_setup.inc:834
-msgid ""
-"Bind to server successful, but the server seems to be completly empty, "
-"please check all informations twice"
+#: include/functions_setup.inc:107 include/functions_setup.inc:116
+msgid "Can't get schema information from server. No schema check possible!"
 msgstr ""
 msgstr ""
-"Connexion au serveur réussie, mais le serveur semble complètement vide, "
-"veuillez vérifier toutes informations un seconde fois"
+"Impossible de récupérer les informations sur les schémas. Vérification des "
+"schémas impossibles!"
 
 
-#: include/functions_setup.inc:890
+#: include/functions_setup.inc:136
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
 msgstr ""
 msgstr ""
-"L'attribut obligatoire '%s' n'existe pas pour ce formulaire. Veuillez le "
-"compléter!"
+"l'objectCLass optionnel '%s' requis par l'extension '%s' est absent de la "
+"configuration de LDAP"
 
 
-#: include/functions_setup.inc:921
+#: include/functions_setup.inc:140
+#, php-format
 msgid ""
 msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
 msgstr ""
 msgstr ""
-"Impossible de les les informations de schéma, GOsa à besoin de connaître la "
-"configuration des vos schémas. Veuillez vérifier qu'elles sont lisibles par "
-"GOsa"
+"l'objectCLass optionnel '%s' requis par l'extension '%s' nécessite la "
+"version %s"
 
 
-#: include/functions_setup.inc:930
+#: include/functions_setup.inc:145
 #, php-format
 #, php-format
-msgid "Can't log into LDAP server. Reason was: %s."
-msgstr "Impossible de se connecter au serveur LDAP. Le serveur répond '%s'."
+msgid "Support for '%s' enabled"
+msgstr "Le support de '%s' est activé"
 
 
-#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
-#: include/functions_setup.inc:1072 html/index.php:172
-#: ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
-msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
+#: include/functions_setup.inc:155
+#, php-format
+msgid "Required objectclass '%s' is not present in LDAP setup"
+msgstr "l'objectCLass requis '%s' est absent de la configuration de LDAP"
+
+#: include/functions_setup.inc:159
+#, php-format
+msgid "Required objectclass '%s' does not have version %s"
+msgstr "L'objectClass obligatoire '%s' n'est pas à la version %s"
+
+#: include/functions_setup.inc:170
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
+msgstr "Le support de SAMBA 3 est désactivé, aucun schéma ne semble installé"
+
+#: include/functions_setup.inc:175
+msgid "SAMBA 3 support enabled"
+msgstr "Le support de SAMBA3 est activé"
+
+#: include/functions_setup.inc:180
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
+msgstr "Le support de SAMBA 2 est désactivé, aucun schéma ne semble installé"
+
+#: include/functions_setup.inc:185
+msgid "SAMBA 2 support enabled"
+msgstr "Le support de SAMBA2 est activé"
+
+#: include/functions_setup.inc:191
+msgid "Support for pureftp disabled, no schema seems to be installed"
+msgstr "Le support de pureftpd est désactivé, aucun schéma ne semble installé"
+
+#: include/functions_setup.inc:196
+msgid "Support for pureftp enabled"
+msgstr "Le support de pureftpd est activé"
+
+#: include/functions_setup.inc:201
+msgid "Support for WebDAV disabled, no schema seems to be installed"
+msgstr "Le support de WebDAV est désactivé, aucun schéma ne semble installé"
+
+#: include/functions_setup.inc:206
+msgid "Support for WebDAV enabled"
+msgstr "Le support de WEBDAV est activé"
+
+#: include/functions_setup.inc:211
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"Le compte administrateur de GOsa n'existe pas, vous ne pourrez rien "
-"administrer!"
+"Le support de phpgroupware est désactivé, aucun schéma ne semble installé"
+
+#: include/functions_setup.inc:216
+msgid "Support for phpgroupware enabled"
+msgstr "Le support de phpgroupware est activé"
+
+#: include/functions_setup.inc:221
+msgid "Support for gofon disabled, no schema seems to be installed"
+msgstr "Le support de gofon est désactivé, aucun schéma ne semble installé"
+
+#: include/functions_setup.inc:226
+msgid "Support for gofon enabled"
+msgstr "Le support de gofon est activé"
 
 
-#: include/class_password-methods.inc:165
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
+#: include/functions_setup.inc:231
+msgid "Support for nagios disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"La modification a échoué du mot de passe à échoué. Le serveur LDAP répond '%"
-"s'."
+"Le support de l'extension nagios est désactivé, aucun schéma ne semble "
+"installé"
 
 
-#: include/class_password-methods.inc:202
-msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
-msgstr ""
-"La configuration de SMBHASH dans gosa.conf est incorrecte ! Impossible de "
-"changer le mot de passe Samba."
+#: include/functions_setup.inc:236
+msgid "Support for nagios enabled"
+msgstr "Le support de nagios activé"
 
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+#: include/functions_setup.inc:246
+msgid ""
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
 msgstr ""
 msgstr ""
-"Impossible d'utiliser ssha pour le cryptage (Fonction sha1 / mhash / crypt "
-"manquante)"
+"Le support de Kolab est désactivé, aucun schéma ne semble installé, la "
+"méthode de connexion au serveur de messagerie sera cyrus"
 
 
-#: include/functions_helpviewer.inc:43
-#, php-format
-msgid "XML error in guide.xml: %s at line %d"
-msgstr "Erreur XML dans guide.xml: %s à la ligne %d"
+#: include/functions_setup.inc:253
+msgid "Support for Kolab enabled"
+msgstr "Le support de Kolab est activé"
 
 
-#: include/functions_helpviewer.inc:86
-msgid "No help available for this plugin."
-msgstr "L'aide n'est pas disponible pour cette extension."
+#: include/functions_setup.inc:271
+msgid "OK"
+msgstr "OK"
 
 
-#: include/functions_helpviewer.inc:95
-msgid "previous"
-msgstr "précédent"
+#: include/functions_setup.inc:274
+msgid "Ignored"
+msgstr "Ignoré"
 
 
-#: include/functions_helpviewer.inc:99
-msgid "next"
-msgstr "suivant"
+#: include/functions_setup.inc:276
+msgid "Failed"
+msgstr "Echec"
 
 
-#: include/functions_helpviewer.inc:387
-#, php-format
-msgid "%s results for your search with the keyword %s interpreted as %s"
-msgstr "%s résultats de votre recherche avec le mot %s interprété comme %s"
+#: include/functions_setup.inc:293
+msgid "PHP setup inspection"
+msgstr "Vérification de l'installation de PHP"
 
 
-#: include/functions_helpviewer.inc:462
-#, php-format
-msgid "%s%% hit rate in file %s"
-msgstr "%s%% trouvés dans le fichier %s"
+#: include/functions_setup.inc:294
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Vérification de la version de PHP (>=4.1.0)"
 
 
-#: include/class_password-methods-kerberos.inc:43
+#: include/functions_setup.inc:295
 msgid ""
 msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
+"PHP must be of version 4.1.0 or above for some functions and known bugs in "
+"PHP language."
 msgstr ""
 msgstr ""
-"Attention : Impossible de modifier les mots de passe kerberos. Votre version "
-"de PHP n'a pas le support de kerberos. Votre mot de passe reste inchangé."
-
-#: include/class_password-methods-kerberos.inc:52
-msgid "Kerberos database communication failed!"
-msgstr "La connexion avec Kerberos a échoué!"
-
-#: include/class_password-methods-kerberos.inc:59
-msgid "Changing password in kerberos database failed!"
-msgstr "La modification du mot de passe dans la base Kerberos a échoué!"
+"PHP doit être en version supérieur à 4.1.0 ou supérieur à cause de certaines "
+"fonctions et bogues connus dans le langage PHP."
 
 
-#: include/class_ppdManager.inc:13
-#, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
-msgstr "Gestionnaire de PPD: Le chemin '%s' n'existe pas."
+#: include/functions_setup.inc:298
+msgid "Checking if register_globals is set to 'off'"
+msgstr "Vérification de l'option register_globals, elle doit être à 'off'"
 
 
-#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
-#, php-format
+#: include/functions_setup.inc:299
 msgid ""
 msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"register_globals is a PHP mechanism to register all global varibales to be "
+"accessible from scripts without changing the scope. This may be a security "
+"risk. GOsa will run in both modes."
 msgstr ""
 msgstr ""
-"La lecture du PPD %s à échoué - ligne trop longue. Les caractères restant on "
-"été ignorés"
+"register_globals est un mécanisme PHP pour enregistrer toutes les variables "
+"globales afin que les scripts puissent y accéder sans changer la porté des "
+"variables. Cela peut constituer un risque de sécurité. GOsa s'exécutera dans "
+"les deux modes."
 
 
-#: include/class_ppdManager.inc:137
-msgid "Nested groups are not supported!"
-msgstr "Les groupes imbriqués ne sont pas supportés!"
+#: include/functions_setup.inc:302
+msgid "Checking for ldap module"
+msgstr "Vérification du module LDAP"
 
 
-#: include/class_ppdManager.inc:141
-msgid "Group name not unique!"
-msgstr "Le nom du groupe n'est pas unique!"
+#: include/functions_setup.inc:303
+msgid "This is the main module used by GOsa and therefore really required."
+msgstr ""
+"Ce module est le module de base utilisé par GOsa et est donc indispensable."
 
 
-#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
-msgid "Symbol values are not supported yet!"
+#: include/functions_setup.inc:306
+msgid "Checking for XML functions"
+msgstr "Vérification du support XML"
+
+#: include/functions_setup.inc:307
+msgid "XML functions are required to parse the configuration file."
 msgstr ""
 msgstr ""
+"Les fonctionnalités XML sont nécessaires pour lire le fichier de "
+"configuration."
 
 
-#: include/class_ppdManager.inc:171
-msgid "Nested options are not supported!"
-msgstr "Les options imbriquées ne sont pas supportées!"
+#: include/functions_setup.inc:310
+msgid "Checking for gettext support"
+msgstr "Vérification du support gettext"
 
 
-#: include/class_ppdManager.inc:196
-msgid "PickMany is not supported yet!"
-msgstr "La sélection multiple n'est pas encore supportée!"
+#: include/functions_setup.inc:311
+msgid "Gettext support is required for internationalized GOsa."
+msgstr "Gettext est requis afin que GOsa soit localisé."
 
 
-#: include/class_ppdManager.inc:268
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr "La lecture du fichier PPD %s à échoué - pas de données."
+#: include/functions_setup.inc:314
+msgid "Checking for iconv support"
+msgstr "Vérification du support iconv"
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
+#: include/functions_setup.inc:315
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
 msgstr ""
 msgstr ""
-"Impossible d'ouvrir le fichier spécifié, vérifiez que celui ci est existant "
-"et/ou accessible"
+"Ce module est utilisé par GOsa pour convertir les options samba munged dial, "
+"il est indispensable."
 
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
-msgstr "Impossible de lire le certificat spécifié / ou chaîne vide spécifiée"
+#: include/functions_setup.inc:318
+msgid "Checking for mhash module"
+msgstr "Vérification du module mhash"
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+#: include/functions_setup.inc:319
+msgid ""
+"To use SSHA encryption, you'll need this module. If you are just using crypt "
+"or md5 encryption, ignore this message. GOsa will run without it."
 msgstr ""
 msgstr ""
-"Impossible de charger le certificat, probablement un format non supporté "
-"(utilisez un format PEM/DER) "
+"Pour utiliser le codage SSHA, ce module est requis. Si vous utilisez "
+"seulement les mécanismes crypt ou md5, vous pouvez ignorer ce message. GOsa "
+"marchera sans celui ci."
 
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
-msgstr "Le format doit être PEM, afin de pouvoir afficher les informations"
+#: include/functions_setup.inc:322
+msgid "Checking for imap module"
+msgstr "Vérification du module imap"
 
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
-msgstr "Impossible de créer/ouvrir le fichier"
+#: include/functions_setup.inc:323
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
+msgstr ""
+"Le module IMAP est nécessaire pour communiquer avec un serveur IMAP. Il "
+"permet de récupérer des informations de statuts, créer et supprimer les "
+"comptes de messagerie des utilisateurs."
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
-msgstr "Pas de certificat valide chargé"
+#: include/functions_setup.inc:326
+msgid "Checking for getacl in imap"
+msgstr "Vérification de la fonction getacl dans imap"
 
 
-#: include/php_setup.inc:71
-msgid "Generating this page caused the PHP interpreter to raise some errors!"
+#: include/functions_setup.inc:327
+msgid ""
+"The getacl support is needed for shared folder permissions. The standard "
+"IMAP module is not capable of reading acl's. You need a recend PHP version "
+"for this feature."
 msgstr ""
 msgstr ""
-"La création de cette page à occasionné des erreurs d'après l'interpréteur "
-"PHP!"
+"Le support de la fonction getacl est requis afin de gérer les permissions "
+"des répertoires partagés. Le module IMAP standard ne peut gérer les acls. "
+"Vous devez installer une version récente de PHP afin d'utiliser cette "
+"fonctionnalité."
 
 
-#: include/php_setup.inc:71 html/main.php:316
-msgid "Toggle information"
-msgstr "Afficher/Cacher l'information"
+#: include/functions_setup.inc:330
+msgid "Checking for mysql module"
+msgstr "Vérification du module pour mysql"
 
 
-#: include/php_setup.inc:76
-msgid "PHP error"
-msgstr "Erreur PHP"
+#: include/functions_setup.inc:331
+msgid "MySQL support is needed for reading GOfax reports from databases."
+msgstr ""
+"Le support de MySQL est nécessaire pour lire  les rapports GOfax en "
+"provenance d'une base de données."
 
 
-#: include/php_setup.inc:87
-msgid "class"
-msgstr "classe"
+#: include/functions_setup.inc:334
+msgid "Checking for cups module"
+msgstr "Vérification du module cups"
 
 
-#: include/php_setup.inc:93
-msgid "function"
-msgstr "fonction"
+#: include/functions_setup.inc:335
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
+msgstr ""
+"Afin d'obtenir la liste des imprimantes disponibles avec le protocole IPP à "
+"la place des fichiers printcap, vous devez installer le module CUPS."
 
 
-#: include/php_setup.inc:98
-msgid "static"
-msgstr "statique"
+#: include/functions_setup.inc:338
+msgid "Checking for kadm5 module"
+msgstr "Vérification du module kadm5"
 
 
-#: include/php_setup.inc:102
-msgid "method"
-msgstr "méthode"
+#: include/functions_setup.inc:339
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
+msgstr ""
+"Gérer les utilisateurs dans kerberos nécessite le module kadm5 "
+"téléchargeable sur les réseaux PEAR."
 
 
-#: include/php_setup.inc:121
-msgid "Trace"
-msgstr "Trace"
+#: include/functions_setup.inc:342
+msgid "Checking for snmp Module"
+msgstr "Vérification du module snmp"
 
 
-#: include/php_setup.inc:122
-msgid "Line"
-msgstr "Ligne"
+#: include/functions_setup.inc:343
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
+msgstr "Le protocole SNMP est nécessaire pour pouvoir surveiller les clients."
 
 
-#: include/php_setup.inc:123
-msgid "Arguments"
-msgstr "Arguments"
+#: include/functions_setup.inc:379
+msgid "PHP detailed function inspection"
+msgstr "Vérification détaillée de l'installation de PHP"
 
 
-#: include/functions.inc:290
+#: include/functions_setup.inc:383
 #, php-format
 #, php-format
-msgid "Error when connecting the LDAP. Server said '%s'."
-msgstr "Erreur lors de la connexion au serveur LDAP. Le serveur répond '%s'."
+msgid "Checking for function %s"
+msgstr "Vérification de la fonction %s"
 
 
-#: include/functions.inc:311
+#: include/functions_setup.inc:384
 #, php-format
 #, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Echec de l'authentification. Le serveur LDAP répond '%s'."
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
+msgstr ""
+"La fonction %s est utilisée par GOsa. Il n'y a pas encore d'information si "
+"celle si est optionnelle ou indispensable."
 
 
-#: include/functions.inc:330
-msgid "Username / UID is not unique. Please check your LDAP database."
+#: include/functions_setup.inc:395
+msgid "Checking for some additional programms"
+msgstr "Vérification de programmes additionnels"
+
+#: include/functions_setup.inc:404
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Vérification de ImageMagick (>=5.4.0)"
+
+#: include/functions_setup.inc:405
+msgid ""
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 msgstr ""
 msgstr ""
-"Le nom de l'utilisateur / UID n'est pas unique. Veuillez vérifier votre base "
-"de données LDAP."
+"ImageMagick est utilisé afin de redimensionner et convertir en JPEG les "
+"images, permettant ainsi leur utilisation dans GOsa."
 
 
-#: include/functions.inc:368
+#: include/functions_setup.inc:408
+msgid "Checking imagick module for PHP"
+msgstr "Vérification du module imagick pour PHP"
+
+#: include/functions_setup.inc:409
 msgid ""
 msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
 msgstr ""
 msgstr ""
-"Erreur lors de la création d'un verrou. Les paramètres sont incorrects. "
-"Veuillez vérifier la source!"
+"ImageMagick est utilisé afin de redimensionner et convertir en JPEG les "
+"images, permettant ainsi leur utilisation dans GOsa."
 
 
-#: include/functions.inc:378
-#, php-format
+#: include/functions_setup.inc:416
+msgid "Checking for fping utility"
+msgstr "Vérification de l'utilitaire fping"
+
+#: include/functions_setup.inc:417
 msgid ""
 msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
 msgstr ""
 msgstr ""
-"Impossible d'enregistrer les informations à propos des verrous dans "
-"l'annuaire LDAP. Veuillez vérifier l'entrée 'config' dans gosa.conf! Le "
-"serveur LDAP répond '%s'."
+"L'utilitaire fping est utilisé dans le cas d'un environnement composé de "
+"clients légers fonctionnant en terminaux."
 
 
-#: include/functions.inc:393
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr "Echec lors de l'ajout d'un verrou. Le serveur LDAP répond '%s'."
+#: include/functions_setup.inc:432
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr ""
+"Vérification de la possibilité de générer des mots de passe au format LM/NT"
 
 
-#: include/functions.inc:419
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
-msgstr "Echec lors de la suppression d'un verrou. Le serveur LDAP répond '%s'."
+#: include/functions_setup.inc:433
+msgid ""
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
+msgstr ""
+"Afin d'utiliser Samba 2/3, vous devez installer des paquets additionnels "
+"prenant en charge le cryptage des mots de passe."
 
 
-#: include/functions.inc:449
+#: include/functions_setup.inc:446
+msgid "php.ini check -> session.auto_register"
+msgstr "Vérification de PHP.ini -> session.auto_register"
+
+#: include/functions_setup.inc:447
 msgid ""
 msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
 msgstr ""
 msgstr ""
-"Echec lors de la récupération du verrou depuis l'annuaire LDAP. Les "
-"paramètres ne sont pas corrects. Veuillez vérifier la source!"
+"Pour pouvoir utiliser GOSa sans problèmes, la variable session.auto_register "
+"doit être a 'Off' dans votre php.ini."
 
 
-#: include/functions.inc:459
+#: include/functions_setup.inc:450
+msgid "php.ini check -> implicit_flush"
+msgstr "Vérification de PHP.ini -> implicit_flush"
+
+#: include/functions_setup.inc:451
 msgid ""
 msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
 msgstr ""
 msgstr ""
-"Impossible d'obtenir les informations de verrouillage dans l'annuaire LDAP. "
-"Veuillez vérifier l'entrée 'config' dans gosa.conf!"
+"Cette option défini la gestion des sorties, mettez cette option a off pour "
+"améliorer la performance."
 
 
-#: include/functions.inc:467
+#: include/functions_setup.inc:458
+msgid "php.ini check -> max_execution_time"
+msgstr "Vérification de votre PHP.ini pour la variable max_execution_time"
+
+#: include/functions_setup.inc:459
 msgid ""
 msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
 msgstr ""
 msgstr ""
-"Détection de verrou multiple pour un même objet. Ceci ne devrait pas être "
-"possible. Effacement des références multiples."
+"Le temps d'exécution doit être au moins de 30 secondes minimum, parce que "
+"certaines actions vont prendre plus de temps."
 
 
-#: include/functions.inc:581
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "La taille limite de %d entrées est dépassée!"
+#: include/functions_setup.inc:466
+msgid "php.ini check -> memory_limit"
+msgstr "Vérification de PHP.ini -> memory_limit"
 
 
-#: include/functions.inc:583
-#, php-format
+#: include/functions_setup.inc:467
 msgid ""
 msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
 msgstr ""
 msgstr ""
-"Mettre la nouvelle limite à %s et me montrer ce message si la limite est "
-"toujours dépassée"
+"GOsa a besoin au minimum de 16MB de mémoire, moins causera des erreurs "
+"imprévisibles, voire sans message d'erreurs! Augmentez la mémoire pour les "
+"installations plus complexes."
 
 
-#: include/functions.inc:600
-msgid "incomplete"
-msgstr "incomplet"
+#: include/functions_setup.inc:471
+msgid "php.ini check -> expose_php"
+msgstr "Vérification de PHP.ini - > expose.php"
 
 
-#: include/functions.inc:1005
-#, php-format
+#: include/functions_setup.inc:472
 msgid ""
 msgid ""
-"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
-"Please contact the person in order to clarify proceedings."
+"Increase the server security by setting expose_php to 'off'. PHP won't send "
+"any Information about the server you are running in this case."
 msgstr ""
 msgstr ""
-"Vous êtes sur le point de modifier l'entrée '%s' qui est en cours "
-"d'utilisation par '%s'. Veuillez contacter cette personne afin de clarifier "
-"la situation."
+"PHP n'enverra pas d'information a propos du serveur qui fait tourner "
+"l'application, ceci peut être considérer comme une mesure de sécurité."
 
 
-#: include/functions.inc:1104
-msgid "LDAP error:"
-msgstr "Erreur LDAP :"
+#: include/functions_setup.inc:476
+msgid "php.ini check -> magic_quotes_gpc"
+msgstr "Vérification de PHP ini > magic_quotes_gpc"
 
 
-#: include/functions.inc:1282
-msgid "Entries per page"
-msgstr "Entrées par page"
+#: include/functions_setup.inc:477
+msgid ""
+"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
+"escape all quotes in strings in this case."
+msgstr ""
+"Améliorez la sécurité de votre serveur en mettant magic_quotes_gpc à 'on'. "
+"PHP préfixera tout les guillemets dans les chaînes avec la séquence escape."
 
 
-#: include/functions.inc:1310
-msgid "Apply filter"
-msgstr "Appliquer le filtre"
+#: include/functions_setup.inc:722
+msgid "You've to specify an ldap server before continuing!"
+msgstr "Vous devez spécifier un serveur LDAP afin de pouvoir continuer!"
 
 
-#: include/functions.inc:1584
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: include/functions_setup.inc:731 include/functions_setup.inc:814
+msgid ""
+"Can't connect to the specified LDAP server! Please make sure that is "
+"reachable for GOsa."
+msgstr ""
+"Impossible de se connecter au serveur LDAP! Vérifiez que GOsa puisse le "
+"contacter."
 
 
-#: include/functions.inc:1627
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr "Version de développement de GOsa (Rev %s)"
+#: include/functions_setup.inc:745 include/functions_setup.inc:819
+#: include/functions_setup.inc:824
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
+msgstr ""
+"Impossible de s'identifier sur l'annuaire LDAP! Veuillez vérifiez que GOsa "
+"puisse le contacter."
 
 
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+#: include/functions_setup.inc:834
+msgid ""
+"Bind to server successful, but the server seems to be completly empty, "
+"please check all informations twice"
 msgstr ""
 msgstr ""
-"Impossible d'utiliser ssha pour le cryptage (Fonction mhash / sha1 manquante)"
+"Connexion au serveur réussie, mais le serveur semble complètement vide, "
+"veuillez vérifier toutes informations un seconde fois"
 
 
-#: include/class_pluglist.inc:115
+#: include/functions_setup.inc:890
+#, php-format
 msgid ""
 msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
 msgstr ""
 msgstr ""
-"Votre fichier de configuration gosa.conf à changé partiellement . Veuillez "
-"le convertir en utilisant le script fix_config.sh!"
+"L'attribut obligatoire '%s' n'existe pas pour ce formulaire. Veuillez le "
+"compléter!"
 
 
-#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
-#: ihtml/themes/altlinux/framework.tpl:24
-#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
+#: include/functions_setup.inc:921
 msgid ""
 msgid ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
 msgstr ""
 msgstr ""
-"Vous êtes actuellement en train d'éditer une entrée de la base de données. "
-"Voulez vous annuler les modifications?"
+"Impossible de les les informations de schéma, GOsa à besoin de connaître la "
+"configuration des vos schémas. Veuillez vérifier qu'elles sont lisibles par "
+"GOsa"
 
 
-#: include/class_config.inc:69
+#: include/functions_setup.inc:930
 #, php-format
 #, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "Erreur XML dans gosa.conf: %s à la ligne %d"
+msgid "Can't log into LDAP server. Reason was: %s."
+msgstr "Impossible de se connecter au serveur LDAP. Le serveur répond '%s'."
 
 
-#: include/class_config.inc:195 html/index.php:136
-msgid "Can't bind to LDAP. Please contact the system administrator."
+#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
+#: include/functions_setup.inc:1072 html/index.php:172
+#: ihtml/themes/altlinux/setup_useradmin.tpl:6
+#: ihtml/themes/default/setup_useradmin.tpl:6
+msgid ""
+"You're missing an administrative account for GOsa, you'll not be able to "
+"administrate anything!"
 msgstr ""
 msgstr ""
-"Impossible de se connecter à l'annuaire LDAP. Veuillez contacter "
-"l'administrateur du système."
+"Le compte administrateur de GOsa n'existe pas, vous ne pourrez rien "
+"administrer!"
 
 
-#: include/class_config.inc:433
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "SID et/ou RIDBASE absents du fichier de configuration!"
+#: include/class_ppdManager.inc:13
+#, php-format
+msgid "PPD manager : The specified path '%s' doesn't exists."
+msgstr "Gestionnaire de PPD: Le chemin '%s' n'existe pas."
 
 
-#: include/class_ldap.inc:437
+#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
 msgstr ""
 msgstr ""
-"La création automatique du type '%s' n'est pas supportée. Veuillez faire un "
-"rapport à l'équipe de GOsa."
+"La lecture du PPD %s à échoué - ligne trop longue. Les caractères restant on "
+"été ignorés"
 
 
-#: include/class_ldap.inc:699
-#, php-format
-msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
+#: include/class_ppdManager.inc:137
+msgid "Nested groups are not supported!"
+msgstr "Les groupes imbriqués ne sont pas supportés!"
+
+#: include/class_ppdManager.inc:141
+msgid "Group name not unique!"
+msgstr "Le nom du groupe n'est pas unique!"
+
+#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
+msgid "Symbol values are not supported yet!"
 msgstr ""
 msgstr ""
-"Ceci n'est pas un DN valide: '%s'. Le fichier d'importation doit commencer "
-"avec 'dn: ...' à la ligne %s"
 
 
-#: include/class_ldap.inc:712
-#, php-format
-msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
-msgstr "Le dn : '%s' (de la ligne %s) existe déjà dans l'arbre LDAP."
+#: include/class_ppdManager.inc:171
+msgid "Nested options are not supported!"
+msgstr "Les options imbriquées ne sont pas supportées!"
 
 
-#: include/class_ldap.inc:728
+#: include/class_ppdManager.inc:196
+msgid "PickMany is not supported yet!"
+msgstr "La sélection multiple n'est pas encore supportée!"
+
+#: include/class_ppdManager.inc:268
 #, php-format
 #, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
-msgstr ""
-"Erreur lors de l'importation du dn: '%s', veuillez vérifier votre fichier "
-"votre fichier LDIF à partir de la ligne %s!"
+msgid "Parsing PPD file %s failed - no information found."
+msgstr "La lecture du fichier PPD %s à échoué - pas de données."
 
 #: include/class_debconfTemplate.inc:251
 msgid "This package has no debconf options."
 msgstr "Ce paquet n'a pas d'options debconf."
 
 
 #: include/class_debconfTemplate.inc:251
 msgid "This package has no debconf options."
 msgstr "Ce paquet n'a pas d'options debconf."
 
+#: html/helpviewer.php:116
+msgid "There is no helpfile specified for this class."
+msgstr "Il n'y a pas de fichier d'aide spécifiée pour cette classe."
+
+#: html/helpviewer.php:226
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+msgstr ""
+"Le répertoire d'aide '%s' n'est pas accessible, impossible de lire les "
+"fichiers d'aide."
+
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
@@ -10316,17 +10453,6 @@ msgstr "La session ne sera pas cryptée."
 msgid "Enter SSL session"
 msgstr "Démarrer une session SSL"
 
 msgid "Enter SSL session"
 msgstr "Démarrer une session SSL"
 
-#: html/helpviewer.php:116
-msgid "There is no helpfile specified for this class."
-msgstr "Il n'y a pas de fichier d'aide spécifiée pour cette classe."
-
-#: html/helpviewer.php:226
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
-msgstr ""
-"Le répertoire d'aide '%s' n'est pas accessible, impossible de lire les "
-"fichiers d'aide."
-
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "Impossible de se connecter au serveur de base de données!"
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "Impossible de se connecter au serveur de base de données!"
@@ -10365,6 +10491,39 @@ msgstr ""
 "La création de cette page à occasionné des erreurs d'après le vérificateur "
 "du W3C!"
 
 "La création de cette page à occasionné des erreurs d'après le vérificateur "
 "du W3C!"
 
+#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
+msgid ""
+"The size limit option makes LDAP operations faster and saves the LDAP server "
+"from getting too much load. The easiest way to handle big databases without "
+"long timeouts would be to limit your search to smaller values and use "
+"filters to get the entries you are looking for."
+msgstr ""
+"L'option size limit rend les opérations LDAP plus rapides et permet au "
+"serveur LDAP d'avoir un niveau de charge plus léger. La façon la plus facile "
+"de gérer des grandes bases de données sans de longs temps d'attentes, serait "
+"de limiter la recherche à des valeurs plus petites et d'utiliser les filtres "
+"pour obtenir les valeurs que vous recherchez."
+
+#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
+msgid "Please choose the way to react for this session"
+msgstr "Veuillez choisir la façon de réagir pour cette session"
+
+#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
+msgid "ignore this error and show all entries the LDAP server returns"
+msgstr ""
+"ignorer cette erreur et montrer toutes les entrées retournées par le serveur "
+"LDAP"
+
+#: ihtml/themes/altlinux/sizelimit.tpl:10
+#: ihtml/themes/default/sizelimit.tpl:10
+msgid ""
+"ignore this error and show all entries that fit into the defined sizelimit "
+"and let me use filters instead"
+msgstr ""
+"ignorer cette erreur et montrer toutes les entrées qui sont récupérées grâce "
+"au paramètre sizelimit défini et laissez moi utiliser les filtres pour "
+"restreindre les données a visualiser"
+
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Conflit détecté entre différentes sessions"
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Conflit détecté entre différentes sessions"
@@ -10394,6 +10553,25 @@ msgstr ""
 msgid "Logout"
 msgstr "Déconnexion"
 
 msgid "Logout"
 msgstr "Déconnexion"
 
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+msgid "Please use your <i>username</i> and <i>password</i> to log in"
+msgstr ""
+"Veuillez utiliser votre <i>nom d'utilisateur</i> et votre <i>mot de passe</"
+"i> afin de vous connecter"
+
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
+msgid "Directory"
+msgstr "Répertoire"
+
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
+msgid "Sign in"
+msgstr "Connexion"
+
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
+msgid "Click here to log in"
+msgstr "Cliquez ici pour vous connecter"
+
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
@@ -10434,58 +10612,6 @@ msgstr ""
 "d'installation peut vous aider à réaliser cela. Entrer le nom désiré et le "
 "mot de passe ci dessous pour créer les entrées manquantes."
 
 "d'installation peut vous aider à réaliser cela. Entrer le nom désiré et le "
 "mot de passe ci dessous pour créer les entrées manquantes."
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-msgid "Please use your <i>username</i> and <i>password</i> to log in"
-msgstr ""
-"Veuillez utiliser votre <i>nom d'utilisateur</i> et votre <i>mot de passe</"
-"i> afin de vous connecter"
-
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
-msgid "Directory"
-msgstr "Répertoire"
-
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
-msgid "Sign in"
-msgstr "Connexion"
-
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
-msgid "Click here to log in"
-msgstr "Cliquez ici pour vous connecter"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
-msgid ""
-"The size limit option makes LDAP operations faster and saves the LDAP server "
-"from getting too much load. The easiest way to handle big databases without "
-"long timeouts would be to limit your search to smaller values and use "
-"filters to get the entries you are looking for."
-msgstr ""
-"L'option size limit rend les opérations LDAP plus rapides et permet au "
-"serveur LDAP d'avoir un niveau de charge plus léger. La façon la plus facile "
-"de gérer des grandes bases de données sans de longs temps d'attentes, serait "
-"de limiter la recherche à des valeurs plus petites et d'utiliser les filtres "
-"pour obtenir les valeurs que vous recherchez."
-
-#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
-msgid "Please choose the way to react for this session"
-msgstr "Veuillez choisir la façon de réagir pour cette session"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
-msgid "ignore this error and show all entries the LDAP server returns"
-msgstr ""
-"ignorer cette erreur et montrer toutes les entrées retournées par le serveur "
-"LDAP"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:10
-#: ihtml/themes/default/sizelimit.tpl:10
-msgid ""
-"ignore this error and show all entries that fit into the defined sizelimit "
-"and let me use filters instead"
-msgstr ""
-"ignorer cette erreur et montrer toutes les entrées qui sont récupérées grâce "
-"au paramètre sizelimit défini et laissez moi utiliser les filtres pour "
-"restreindre les données a visualiser"
-
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
@@ -10506,21 +10632,6 @@ msgstr "Déconnexion"
 msgid "Signed in:"
 msgstr "Connecté:"
 
 msgid "Signed in:"
 msgstr "Connecté:"
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Conflit de verrou détecté"
-
-#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
-msgid ""
-"If this lock detection is false, the other person has obviously closed the "
-"webbrowser during the edit operation. You may delete the lockfile in this "
-"case by pressing the <i>Remove</i> button."
-msgstr ""
-"Si la détection de ce verrou est fausse, une autre personne a manifestement "
-"fermé la fenêtre de son navigateur durant une opération de modification "
-"d'une entrée. Dans ce cas, vous pouvez supprimez le verrou en cliquant sur "
-"le bouton <i>Remove</i>."
-
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
@@ -10539,6 +10650,21 @@ msgstr ""
 "La seconde étape vérifie la présence de programmes complémentaires ainsi que "
 "la version minimale nécessaire."
 
 "La seconde étape vérifie la présence de programmes complémentaires ainsi que "
 "la version minimale nécessaire."
 
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr "Conflit de verrou détecté"
+
+#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
+msgid ""
+"If this lock detection is false, the other person has obviously closed the "
+"webbrowser during the edit operation. You may delete the lockfile in this "
+"case by pressing the <i>Remove</i> button."
+msgstr ""
+"Si la détection de ce verrou est fausse, une autre personne a manifestement "
+"fermé la fenêtre de son navigateur durant une opération de modification "
+"d'une entrée. Dans ce cas, vous pouvez supprimez le verrou en cliquant sur "
+"le bouton <i>Remove</i>."
+
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
@@ -10756,6 +10882,14 @@ msgstr ""
 "seul le serveur web puisse lire gosa.conf. Vous pouvez exécuter les "
 "commandes suivantes pour réaliser cette opération:"
 
 "seul le serveur web puisse lire gosa.conf. Vous pouvez exécuter les "
 "commandes suivantes pour réaliser cette opération:"
 
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr "Aide en ligne de GOsa"
+
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr "Index"
+
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
@@ -10773,13 +10907,21 @@ msgstr ""
 msgid "Toggle Show/Hide"
 msgstr "Switcher Voir/Cacher"
 
 msgid "Toggle Show/Hide"
 msgstr "Switcher Voir/Cacher"
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
-msgstr "Aide en ligne de GOsa"
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
+msgstr ""
 
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
-msgstr "Index"
+#: ihtml/themes/default/logout.tpl:7
+msgid ""
+"The last interaction with the GOsa web interface has been some time ago in "
+"the past. For security reasons, the session has been closed. To continue "
+"with administrative tasks, please sign in again."
+msgstr ""
+
+#: ihtml/themes/default/logout.tpl:10
+#, fuzzy
+msgid "Sign in again"
+msgstr "Connexion"
 
 #: ihtml/themes/default/setup_step4.tpl:100
 msgid ""
 
 #: ihtml/themes/default/setup_step4.tpl:100
 msgid ""
@@ -10789,3 +10931,22 @@ msgstr ""
 "GOsa peut provoquer des erreurs PHP, particulièrement dans le cas des "
 "versions Beta. Dans certains cas il peut être intéressant d'activer "
 "l'affichage des erreurs."
 "GOsa peut provoquer des erreurs PHP, particulièrement dans le cas des "
 "versions Beta. Dans certains cas il peut être intéressant d'activer "
 "l'affichage des erreurs."
+
+#~ msgid ""
+#~ "There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
+#~ msgstr ""
+#~ "Il n'y a pas de valeur spécifiée pour la variable 'KDE_APPLICATIONS_MENU' "
+#~ "dans votre fichier gosa.conf."
+
+#~ msgid ""
+#~ "The specified file '%s' for 'KDE_APPLICATIONS_MENU' in your gosa.conf is "
+#~ "not accessable."
+#~ msgstr ""
+#~ "Le fichier '%s' indiqué comme valeur dans la variable "
+#~ "'KDE_APPLICATIONS_MENU' de votre fichier gosa.conf n'est pas accessible."
+
+#~ msgid "Could not open XML input '%s'."
+#~ msgstr "Impossible d'ouvrir le fichier XML '%s'."
+
+#~ msgid "XML error in %s : %s at line %d"
+#~ msgstr "Erreur XML dans %s: %s à la ligne %d"
index e6c506c36e0055efbdbf9b7416281659d91b9b60..7e38c2965c64f09c8fd5f5656643812a32611ce0 100644 (file)
@@ -36,16 +36,15 @@ msgstr "Extra"
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
-#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/generic.tpl:6 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
-#: plugins/admin/fai/faiProfile.tpl:32
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
+#: plugins/admin/fai/faiProfile.tpl:32 plugins/admin/fai/faiScript.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/groups/mail.tpl:7
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Generale"
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Generale"
@@ -80,7 +79,7 @@ msgstr "Posta"
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:136
+#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:139
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Connettività"
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Connettività"
@@ -98,15 +97,15 @@ msgstr "Fax"
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_info.tpl:37
-#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
+#: plugins/addons/addressbook/address_info.tpl:37
+#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
-#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/systems/class_systemManagement.inc:708
 #: plugins/admin/systems/class_systemManagement.inc:708
+#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
@@ -170,12 +169,12 @@ msgstr "Stampante"
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
-#: plugins/admin/fai/faiProfileEntry.tpl:22
-#: plugins/admin/fai/faiPackageEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
+#: plugins/admin/fai/faiProfileEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
+#: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
@@ -189,390 +188,248 @@ msgstr "Database"
 msgid "Services"
 msgstr "Servizi"
 
 msgid "Services"
 msgstr "Servizi"
 
-#: contrib/gosa.conf:177 plugins/addons/ldapmanager/contentexportxls.tpl:19
-#: plugins/addons/ldapmanager/contentexportxls.tpl:32
-#: plugins/addons/ldapmanager/contentexportxls.tpl:47
-#: plugins/addons/ldapmanager/contentexport.tpl:16
+#: contrib/gosa.conf:178 plugins/addons/ldapmanager/contentexport.tpl:16
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
+#: plugins/addons/ldapmanager/contentexportxls.tpl:19
+#: plugins/addons/ldapmanager/contentexportxls.tpl:32
+#: plugins/addons/ldapmanager/contentexportxls.tpl:47
 msgid "Export"
 msgstr "Esporta"
 
 msgid "Export"
 msgstr "Esporta"
 
-#: contrib/gosa.conf:178
+#: contrib/gosa.conf:179
 msgid "Excel Export"
 msgstr "Esporta in formato Excel"
 
 msgid "Excel Export"
 msgstr "Esporta in formato Excel"
 
-#: contrib/gosa.conf:179 plugins/personal/mail/generic.tpl:113
+#: contrib/gosa.conf:180 plugins/personal/mail/generic.tpl:113
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
-#: plugins/admin/applications/generic.tpl:91
+#: plugins/admin/applications/generic.tpl:94
 msgid "Import"
 msgstr "Importa"
 
 msgid "Import"
 msgstr "Importa"
 
-#: contrib/gosa.conf:180
+#: contrib/gosa.conf:181
 msgid "CSV Import"
 msgstr "Importa da CSV"
 
 msgid "CSV Import"
 msgstr "Importa da CSV"
 
-#: contrib/gosa.conf:184
+#: contrib/gosa.conf:185
 msgid "Partitions"
 msgstr "Partizioni"
 
 msgid "Partitions"
 msgstr "Partizioni"
 
-#: contrib/gosa.conf:188 plugins/personal/environment/logonManagement.tpl:55
+#: contrib/gosa.conf:189 plugins/personal/environment/logonManagement.tpl:55
+#: plugins/admin/applications/generic.tpl:92
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:89
 msgid "Script"
 msgstr "Script"
 
 msgid "Script"
 msgstr "Script"
 
-#: contrib/gosa.conf:192 plugins/admin/fai/class_faiManagement.inc:553
+#: contrib/gosa.conf:193 plugins/admin/fai/class_faiManagement.inc:553
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr ""
 
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr ""
 
-#: contrib/gosa.conf:196 plugins/admin/fai/class_faiManagement.inc:546
+#: contrib/gosa.conf:197 plugins/admin/fai/class_faiManagement.inc:546
 #: plugins/admin/fai/class_faiManagement.inc:547
 msgid "Variables"
 msgstr "Variabili"
 
 #: plugins/admin/fai/class_faiManagement.inc:547
 msgid "Variables"
 msgstr "Variabili"
 
-#: contrib/gosa.conf:200 plugins/admin/fai/class_faiManagement.inc:567
+#: contrib/gosa.conf:201 plugins/admin/fai/class_faiManagement.inc:567
 #: plugins/admin/fai/class_faiManagement.inc:568
 msgid "Templates"
 msgstr "Template"
 
 #: plugins/admin/fai/class_faiManagement.inc:568
 msgid "Templates"
 msgstr "Template"
 
-#: contrib/gosa.conf:204 plugins/personal/environment/environment.tpl:7
+#: contrib/gosa.conf:205 plugins/personal/environment/environment.tpl:7
 msgid "Profiles"
 msgstr "Profili"
 
 msgid "Profiles"
 msgstr "Profili"
 
-#: contrib/gosa.conf:208
+#: contrib/gosa.conf:209
 msgid "Packages"
 msgstr "Pacchetti"
 
 msgid "Packages"
 msgstr "Pacchetti"
 
-#: contrib/gosa.conf:226
+#: contrib/gosa.conf:227
 msgid "{LOCATIONNAME}"
 msgstr ""
 
 msgid "{LOCATIONNAME}"
 msgstr ""
 
-#: contrib/gosa.conf:243 plugins/admin/ogroups/class_phonequeue.inc:164
+#: contrib/gosa.conf:244 plugins/admin/ogroups/class_phonequeue.inc:164
 msgid "German"
 msgstr "Tedesco"
 
 msgid "German"
 msgstr "Tedesco"
 
-#: contrib/gosa.conf:244
+#: contrib/gosa.conf:245
 msgid "Russian"
 msgstr "Russo"
 
 msgid "Russian"
 msgstr "Russo"
 
-#: contrib/gosa.conf:245
+#: contrib/gosa.conf:246
 msgid "Spanish"
 msgstr "Spagnolo"
 
 msgid "Spanish"
 msgstr "Spagnolo"
 
-#: contrib/gosa.conf:246
+#: contrib/gosa.conf:247
 msgid "French"
 msgstr "Francese"
 
 msgid "French"
 msgstr "Francese"
 
-#: contrib/gosa.conf:247
+#: contrib/gosa.conf:248
 msgid "Dutch"
 msgstr "Tedesco"
 
 msgid "Dutch"
 msgstr "Tedesco"
 
-#: contrib/gosa.conf:248
+#: contrib/gosa.conf:249
 msgid "English"
 msgstr "Inglese"
 
 msgid "English"
 msgstr "Inglese"
 
-#: contrib/gosa.conf:249
+#: contrib/gosa.conf:250
 msgid "Italian"
 msgstr "Italiano"
 
 msgid "Italian"
 msgstr "Italiano"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
-#: plugins/personal/environment/class_environment.inc:13
 #: plugins/personal/generic/class_user.inc:17
 #: plugins/personal/generic/class_user.inc:17
-#: plugins/personal/connectivity/class_webdavAccount.inc:7
-#: plugins/personal/connectivity/class_proxyAccount.inc:6
-#: plugins/personal/connectivity/class_pptpAccount.inc:27
-#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_glpiAccount.inc:26
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
 #: plugins/personal/connectivity/class_connectivity.inc:16
 #: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_glpiAccount.inc:26
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/environment/class_environment.inc:13
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
-#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
-#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
+#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/logview/class_logview.inc:7
 #: plugins/addons/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Questo fa qualcosa"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Questo fa qualcosa"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:92
-#, fuzzy
-msgid "This account has no nagios extensions."
+#: plugins/personal/mail/class_mailAccount.inc:79
+#: plugins/admin/groups/class_groupMail.inc:59
+#, php-format
+msgid "There is no mail method '%s' specified in your gosa.conf available."
+msgstr "Il metodo di posta '%s' non è definito in gosa.conf"
+
+#: plugins/personal/mail/class_mailAccount.inc:170
+msgid "No DESC tag in vacation file:"
+msgstr "Manca il DESC tag nel messaggio di risposta automatica:"
+
+#: plugins/personal/mail/class_mailAccount.inc:210
+msgid "This account has no mail extensions."
 msgstr "Questa identità non ha le estensioni per la posta"
 
 msgstr "Questa identità non ha le estensioni per la posta"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:101
-#, fuzzy
-msgid "Remove nagios account"
+#: plugins/personal/mail/class_mailAccount.inc:219
+#: plugins/admin/groups/class_groupMail.inc:195
+#: plugins/admin/ogroups/class_mailogroup.inc:40
+msgid "Remove mail account"
 msgstr "Rimuovi le estensioni di posta"
 
 msgstr "Rimuovi le estensioni di posta"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:102
-#, fuzzy
+#: plugins/personal/mail/class_mailAccount.inc:220
+#: plugins/admin/groups/class_groupMail.inc:196
 msgid ""
 msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
+"This account has mail features enabled. You can disable them by clicking "
 "below."
 msgstr "Questa identià possiede estensioni di posta."
 
 "below."
 msgstr "Questa identià possiede estensioni di posta."
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
-#, fuzzy
-msgid "Create nagios account"
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:198
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+msgid "Create mail account"
 msgstr "Crea estensioni di posta"
 
 msgstr "Crea estensioni di posta"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
-#, fuzzy
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:199
 msgid ""
 msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
+"This account has mail features disabled. You can enable them by clicking "
 "below."
 msgstr "Questa identità non possiede estensioni di posta."
 
 "below."
 msgstr "Questa identità non possiede estensioni di posta."
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:163
-#, fuzzy
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "Il campo 'Indirizzo principale' non è stao inserito"
+#: plugins/personal/mail/class_mailAccount.inc:270
+msgid ""
+"You're trying to add an invalid email address to the list of forwarders."
+msgstr ""
+"Stai tentandi di aggiungere un indirizzo di posta non valido alla lista "
+"degli inoltri"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:166
-#, fuzzy
-msgid "The required field 'NagiosMail' is not set."
-msgstr "Il campo 'Indirizzo principale' non è stao inserito"
+#: plugins/personal/mail/class_mailAccount.inc:276
+#: plugins/admin/groups/class_groupMail.inc:258
+msgid "Adding your one of your own addresses to the forwarders makes no sense."
+msgstr "Aggiungere il tuo indirizzo alla lista delgi inoltri non ha senso."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:170
-#: plugins/personal/nagios/class_nagiosAccount.inc:174
-#, fuzzy
-msgid "Please enter a valid email address in 'NagiosMail' field."
+#: plugins/personal/mail/class_mailAccount.inc:311
+#: plugins/personal/mail/class_mailAccount.inc:316
+#: plugins/admin/groups/class_groupMail.inc:286
+msgid ""
+"You're trying to add an invalid email address to the list of alternate "
+"addresses."
 msgstr ""
 msgstr ""
-"Inserire un indirizzo di posta valido nel campo 'Indirizzo principale'."
-
-#: plugins/personal/nagios/main.inc:104 plugins/personal/mail/main.inc:104
-#: plugins/personal/posix/main.inc:110 plugins/personal/samba/main.inc:104
-#: plugins/personal/environment/main.inc:104
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/generic/main.inc:158
-#: plugins/personal/connectivity/main.inc:115
-#: plugins/gofax/blocklists/generic.tpl:80
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/admin/fai/class_faiManagement.inc:392
-#: plugins/admin/groups/class_groupManagement.inc:330
-#: plugins/admin/users/class_userManagement.inc:633
-#: plugins/admin/applications/class_applicationManagement.inc:304
-#: plugins/admin/departments/class_departmentManagement.inc:347
-#: plugins/admin/systems/class_systemManagement.inc:539
-#: plugins/admin/ogroups/class_ogroupManagement.inc:338
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
-msgid "Finish"
-msgstr "Esegui"
+"Stai cercando di aggungere un indirizzo di posta non valido alla lista degli "
+"indirizzi alternativi."
 
 
-#: plugins/personal/nagios/main.inc:106 plugins/personal/mail/main.inc:106
-#: plugins/personal/mail/mail_locals.tpl:43
-#: plugins/personal/posix/posix_groups.tpl:74
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:112
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/main.inc:106
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:39
-#: plugins/personal/environment/main.inc:106
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:31
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/generic/main.inc:160
-#: plugins/personal/connectivity/main.inc:117
-#: plugins/gofax/blocklists/generic.tpl:82
-#: plugins/gofax/blocklists/remove.tpl:16
-#: plugins/gofax/faxaccount/locals.tpl:62
-#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/remove.tpl:16
-#: plugins/addons/addressbook/address_edit.tpl:234
-#: plugins/admin/fai/class_faiManagement.inc:394
-#: plugins/admin/fai/class_faiManagement.inc:399
-#: plugins/admin/fai/faiProfileEntry.tpl:72
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiPackageNew.tpl:66
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:64 plugins/admin/fai/remove.tpl:17
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:133
-#: plugins/admin/groups/class_groupManagement.inc:332
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/group_objects.tpl:49
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/application_options.tpl:10
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:635
-#: plugins/admin/users/template.tpl:46 plugins/admin/users/remove.tpl:16
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:306
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:349
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/class_systemManagement.inc:541
-#: plugins/admin/systems/servnfs.tpl:76 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/password.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:52
-#: plugins/admin/ogroups/class_ogroupManagement.inc:340
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-msgid "Cancel"
-msgstr "Annulla"
+#: plugins/personal/mail/class_mailAccount.inc:326
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "The address you're trying to add is already used by user"
+msgstr "L'indirizzo che stai cercando di aggiungere  gi in uso"
 
 
-#: plugins/personal/nagios/main.inc:114 plugins/personal/mail/main.inc:114
-#: plugins/personal/posix/main.inc:120 plugins/personal/samba/main.inc:114
-#: plugins/personal/environment/main.inc:114
-#: plugins/personal/generic/main.inc:179
-#: plugins/personal/connectivity/main.inc:125
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
+#: plugins/personal/mail/class_mailAccount.inc:700
+msgid ""
+"There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 msgstr ""
-"Click sul bottone 'Modifica' qui sotto per cambiare le informazioni in "
-"questo dialogo"
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:122 plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:172
-#: plugins/personal/connectivity/main.inc:126
-#: plugins/gofax/faxaccount/generic.tpl:86
-#: plugins/gofax/faxaccount/generic.tpl:92
-#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
-#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/printer.tpl:46
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Modifica"
+#: plugins/personal/mail/class_mailAccount.inc:705
+#: plugins/admin/groups/class_groupMail.inc:619
+msgid "The required field 'Primary address' is not set."
+msgstr "Il campo 'Indirizzo principale' non è stao inserito"
 
 
-#: plugins/personal/nagios/main.inc:124
-#, fuzzy
-msgid "Nagios settings"
-msgstr "Opzioni di posta dell'identità"
+#: plugins/personal/mail/class_mailAccount.inc:709
+#: plugins/personal/mail/class_mailAccount.inc:713
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/admin/ogroups/class_mailogroup.inc:70
+msgid "Please enter a valid email address in 'Primary address' field."
+msgstr ""
+"Inserire un indirizzo di posta valido nel campo 'Indirizzo principale'."
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-#, fuzzy
-msgid "Nagios Account"
-msgstr "Contatto"
+#: plugins/personal/mail/class_mailAccount.inc:720
+#: plugins/admin/groups/class_groupMail.inc:628
+#: plugins/admin/ogroups/class_mailogroup.inc:77
+msgid "The primary address you've entered is already in use."
+msgstr "L'indirizzo principale inserito è già in uso."
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-#, fuzzy
-msgid "Alias"
-msgstr "Italiano"
+#: plugins/personal/mail/class_mailAccount.inc:726
+#: plugins/admin/groups/class_groupMail.inc:634
+msgid "Value in 'Quota size' is not valid."
+msgstr "Il valore di 'Dimensione quota' non è valido"
 
 
-#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
-msgid "Mail address"
-msgstr "Indirizzo principale"
+#: plugins/personal/mail/class_mailAccount.inc:735
+#: plugins/admin/groups/class_groupMail.inc:643
+msgid "Please specify a vaild mail size for mails to be rejected."
+msgstr "Specificare una dimenzione valida per le mail da rigettare."
 
 
-#: plugins/personal/nagios/nagios.tpl:17
-#, fuzzy
-msgid "Host notification period"
-msgstr "Opzioni applicazione"
-
-#: plugins/personal/nagios/nagios.tpl:25
-#, fuzzy
-msgid "Service notification period"
-msgstr "Opzioni applicazione"
-
-#: plugins/personal/nagios/nagios.tpl:32
-#, fuzzy
-msgid "Service notification options"
-msgstr "Opzioni applicazione"
-
-#: plugins/personal/nagios/nagios.tpl:41
-#, fuzzy
-msgid "Host notification options"
-msgstr "Opzioni applicazione"
-
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:242
-#: plugins/addons/addressbook/address_info.tpl:91
-#: plugins/addons/addressbook/address_edit.tpl:217 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Pager"
-msgstr "Pager"
-
-#: plugins/personal/nagios/nagios.tpl:53
-#, fuzzy
-msgid "Service notification commands"
-msgstr "Opzioni applicazione"
-
-#: plugins/personal/nagios/nagios.tpl:57
-#, fuzzy
-msgid "Host notification commands"
-msgstr "Opzioni applicazione"
-
-#: plugins/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:69
-#, fuzzy
-msgid "view system informations"
-msgstr "Informazioni organizzazione"
-
-#: plugins/personal/nagios/nagios.tpl:72
-#, fuzzy
-msgid "view configuration information"
-msgstr "Informazioni organizzazione"
-
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr ""
+#: plugins/personal/mail/class_mailAccount.inc:745
+#: plugins/admin/groups/class_groupMail.inc:651
+msgid "You need to set the maximum mail size in order to reject anything."
+msgstr "Devi specificare la dimensione massima delle mail da rigettare."
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
+#: plugins/personal/mail/class_mailAccount.inc:749
+msgid "You specified Spam settings, but there is no Folder specified."
 msgstr ""
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
 msgstr ""
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
@@ -618,48 +475,50 @@ msgstr "Lista degli indirizzi alternativi"
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
-#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/trust_machines.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/connectivity/class_kolabAccount.inc:203
+#: plugins/personal/connectivity/kolab.tpl:18
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
 #: plugins/personal/environment/kioskManagement.tpl:13
 #: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/personal/connectivity/kolab.tpl:18
-#: plugins/personal/connectivity/class_kolabAccount.inc:203
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
-#: plugins/admin/fai/class_faiProfile.inc:153
-#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
-#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
+#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95
 #: plugins/admin/groups/class_groupMail.inc:413
 #: plugins/admin/groups/class_groupMail.inc:413
-#: plugins/admin/groups/application.tpl:14
+#: plugins/admin/groups/application.tpl:15
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servRepositorySetup.tpl:36
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/servRepository.tpl:14
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
+#: plugins/admin/fai/class_faiProfile.inc:153
+#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Aggiungi"
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Aggiungi"
@@ -668,36 +527,35 @@ msgstr "Aggiungi"
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
+#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
-#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
-#: plugins/addons/addressbook/remove.tpl:14
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
-#: plugins/admin/fai/remove.tpl:15 plugins/admin/fai/faiHook.tpl:45
-#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
-#: plugins/admin/groups/remove.tpl:14 plugins/admin/groups/generic.tpl:105
-#: plugins/admin/users/remove.tpl:14 plugins/admin/applications/remove.tpl:13
+#: plugins/addons/addressbook/remove.tpl:14 plugins/admin/groups/mail.tpl:52
+#: plugins/admin/groups/mail.tpl:97 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/groups/generic.tpl:105 plugins/admin/users/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/workstationStartup.tpl:51
-#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
+#: plugins/admin/systems/remove.tpl:14
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/workstationStartup.tpl:51
+#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
-#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/gofon/macro/remove.tpl:13
-#: plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/conference/remove.tpl:14
+#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
+#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
+#: plugins/admin/fai/faiHook.tpl:45 plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/conference/remove.tpl:14
 msgid "Delete"
 msgstr "Rimuovi"
 
 msgid "Delete"
 msgstr "Rimuovi"
 
@@ -745,9 +603,9 @@ msgid "Reject mails bigger than"
 msgstr "Rifiuta mail più grandi di"
 
 #: plugins/personal/mail/generic.tpl:96
 msgstr "Rifiuta mail più grandi di"
 
 #: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:71
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
+#: plugins/personal/environment/environment.tpl:71
 msgid "MB"
 msgstr "Mb"
 
 msgid "MB"
 msgstr "Mb"
 
@@ -786,152 +644,158 @@ msgstr "Usa uno script di sieve personalizzato"
 msgid "disables all Mail options!"
 msgstr "disabilita tutte le opzioni di posta!"
 
 msgid "disables all Mail options!"
 msgstr "disabilita tutte le opzioni di posta!"
 
-#: plugins/personal/mail/class_mailAccount.inc:79
-#: plugins/admin/groups/class_groupMail.inc:59
-#, php-format
-msgid "There is no mail method '%s' specified in your gosa.conf available."
-msgstr "Il metodo di posta '%s' non è definito in gosa.conf"
+#: plugins/personal/mail/main.inc:104 plugins/personal/posix/main.inc:110
+#: plugins/personal/samba/main.inc:104
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/main.inc:158
+#: plugins/personal/connectivity/main.inc:118
+#: plugins/personal/environment/main.inc:104
+#: plugins/personal/nagios/main.inc:104
+#: plugins/gofax/blocklists/generic.tpl:80
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/admin/groups/class_groupManagement.inc:330
+#: plugins/admin/users/class_userManagement.inc:633
+#: plugins/admin/applications/class_applicationManagement.inc:304
+#: plugins/admin/departments/class_departmentManagement.inc:347
+#: plugins/admin/systems/class_systemManagement.inc:539
+#: plugins/admin/ogroups/class_ogroupManagement.inc:338
+#: plugins/admin/fai/class_faiManagement.inc:392
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
+msgid "Finish"
+msgstr "Esegui"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:170
-msgid "No DESC tag in vacation file:"
-msgstr "Manca il DESC tag nel messaggio di risposta automatica:"
+#: plugins/personal/mail/main.inc:106 plugins/personal/mail/mail_locals.tpl:43
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/posix/posix_groups.tpl:74
+#: plugins/personal/posix/main.inc:112 plugins/personal/samba/main.inc:106
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/generic/generic_picture.tpl:31
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/main.inc:160
+#: plugins/personal/connectivity/main.inc:120
+#: plugins/personal/environment/main.inc:106
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:39
+#: plugins/personal/nagios/main.inc:106
+#: plugins/gofax/blocklists/generic.tpl:82
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/locals.tpl:62
+#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/admin/groups/class_groupManagement.inc:332
+#: plugins/admin/groups/remove.tpl:16
+#: plugins/admin/groups/application_options.tpl:10
+#: plugins/admin/groups/group_objects.tpl:49
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
+#: plugins/admin/users/template.tpl:46
+#: plugins/admin/users/class_userManagement.inc:635
+#: plugins/admin/users/remove.tpl:16 plugins/admin/applications/remove.tpl:15
+#: plugins/admin/applications/class_applicationManagement.inc:306
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/departments/class_departmentManagement.inc:349
+#: plugins/admin/systems/class_systemManagement.inc:541
+#: plugins/admin/systems/remove.tpl:16 plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/chooser.tpl:18 plugins/admin/systems/servnfs.tpl:76
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:52
+#: plugins/admin/ogroups/class_ogroupManagement.inc:340
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:394
+#: plugins/admin/fai/class_faiManagement.inc:399
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:72
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiVariableEntry.tpl:49
+#: plugins/admin/fai/faiHookEntry.tpl:70
+#: plugins/admin/fai/faiTemplateEntry.tpl:133
+#: plugins/admin/fai/faiPackageEntry.tpl:64
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageNew.tpl:66
+#: plugins/gofon/phoneaccount/main.inc:107 plugins/gofon/macro/remove.tpl:15
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
+#: plugins/gofon/conference/remove.tpl:16
+#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
+msgid "Cancel"
+msgstr "Annulla"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:210
-msgid "This account has no mail extensions."
-msgstr "Questa identità non ha le estensioni per la posta"
+#: plugins/personal/mail/main.inc:114 plugins/personal/posix/main.inc:120
+#: plugins/personal/samba/main.inc:114 plugins/personal/generic/main.inc:179
+#: plugins/personal/connectivity/main.inc:128
+#: plugins/personal/environment/main.inc:114
+#: plugins/personal/nagios/main.inc:114 plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+msgid "Click the 'Edit' button below to change informations in this dialog"
+msgstr ""
+"Click sul bottone 'Modifica' qui sotto per cambiare le informazioni in "
+"questo dialogo"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:219
-#: plugins/admin/groups/class_groupMail.inc:195
-#: plugins/admin/ogroups/class_mailogroup.inc:40
-msgid "Remove mail account"
-msgstr "Rimuovi le estensioni di posta"
+#: plugins/personal/mail/main.inc:115 plugins/personal/posix/main.inc:122
+#: plugins/personal/samba/main.inc:115 plugins/personal/generic/main.inc:172
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/nagios/main.inc:115
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/admin/systems/printer.tpl:46
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
+#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
+#: plugins/gofon/phoneaccount/main.inc:113
+msgid "Edit"
+msgstr "Modifica"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:220
-#: plugins/admin/groups/class_groupMail.inc:196
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
-msgstr "Questa identià possiede estensioni di posta."
+#: plugins/personal/mail/main.inc:124
+msgid "User mail settings"
+msgstr "Opzioni di posta dell'identità"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:198
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid "Create mail account"
-msgstr "Crea estensioni di posta"
+#: plugins/personal/mail/mail_locals.tpl:6
+#: plugins/admin/groups/mail_locals.tpl:6
+msgid "Select addresses to add"
+msgstr "Seleziona gli indirizzi da aggiungere"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:199
-msgid ""
-"This account has mail features disabled. You can enable them by clicking "
-"below."
-msgstr "Questa identità non possiede estensioni di posta."
-
-#: plugins/personal/mail/class_mailAccount.inc:270
-msgid ""
-"You're trying to add an invalid email address to the list of forwarders."
-msgstr ""
-"Stai tentandi di aggiungere un indirizzo di posta non valido alla lista "
-"degli inoltri"
-
-#: plugins/personal/mail/class_mailAccount.inc:276
-#: plugins/admin/groups/class_groupMail.inc:258
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
-msgstr "Aggiungere il tuo indirizzo alla lista delgi inoltri non ha senso."
-
-#: plugins/personal/mail/class_mailAccount.inc:311
-#: plugins/personal/mail/class_mailAccount.inc:316
-#: plugins/admin/groups/class_groupMail.inc:286
-msgid ""
-"You're trying to add an invalid email address to the list of alternate "
-"addresses."
-msgstr ""
-"Stai cercando di aggungere un indirizzo di posta non valido alla lista degli "
-"indirizzi alternativi."
-
-#: plugins/personal/mail/class_mailAccount.inc:326
-#: plugins/admin/groups/class_groupMail.inc:291
-msgid "The address you're trying to add is already used by user"
-msgstr "L'indirizzo che stai cercando di aggiungere  gi in uso"
-
-#: plugins/personal/mail/class_mailAccount.inc:700
-msgid ""
-"There is no valid mailserver specified, please add one in the system setup."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:705
-#: plugins/admin/groups/class_groupMail.inc:619
-msgid "The required field 'Primary address' is not set."
-msgstr "Il campo 'Indirizzo principale' non è stao inserito"
-
-#: plugins/personal/mail/class_mailAccount.inc:709
-#: plugins/personal/mail/class_mailAccount.inc:713
-#: plugins/addons/addressbook/class_addressbook.inc:590
-#: plugins/admin/ogroups/class_mailogroup.inc:70
-msgid "Please enter a valid email address in 'Primary address' field."
-msgstr ""
-"Inserire un indirizzo di posta valido nel campo 'Indirizzo principale'."
-
-#: plugins/personal/mail/class_mailAccount.inc:720
-#: plugins/admin/groups/class_groupMail.inc:628
-#: plugins/admin/ogroups/class_mailogroup.inc:77
-msgid "The primary address you've entered is already in use."
-msgstr "L'indirizzo principale inserito è già in uso."
-
-#: plugins/personal/mail/class_mailAccount.inc:726
-#: plugins/admin/groups/class_groupMail.inc:634
-msgid "Value in 'Quota size' is not valid."
-msgstr "Il valore di 'Dimensione quota' non è valido"
-
-#: plugins/personal/mail/class_mailAccount.inc:735
-#: plugins/admin/groups/class_groupMail.inc:643
-msgid "Please specify a vaild mail size for mails to be rejected."
-msgstr "Specificare una dimenzione valida per le mail da rigettare."
-
-#: plugins/personal/mail/class_mailAccount.inc:745
-#: plugins/admin/groups/class_groupMail.inc:651
-msgid "You need to set the maximum mail size in order to reject anything."
-msgstr "Devi specificare la dimensione massima delle mail da rigettare."
-
-#: plugins/personal/mail/class_mailAccount.inc:749
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr ""
-
-#: plugins/personal/mail/main.inc:124
-msgid "User mail settings"
-msgstr "Opzioni di posta dell'identità"
-
-#: plugins/personal/mail/mail_locals.tpl:6
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Seleziona gli indirizzi da aggiungere"
-
-#: plugins/personal/mail/mail_locals.tpl:20
-#: plugins/personal/posix/posix_groups.tpl:20
-#: plugins/personal/samba/samba3_workstations.tpl:20
-#: plugins/personal/environment/hotplugDialog.tpl:24
-#: plugins/personal/environment/selectPrinterDialog.tpl:24
-#: plugins/gofax/blocklists/headpage.tpl:29
-#: plugins/gofax/faxaccount/locals.tpl:19
-#: plugins/addons/addressbook/contents.tpl:58
-#: plugins/admin/fai/faiProfileEntry.tpl:32
-#: plugins/admin/fai/faiPackageEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
-#: plugins/admin/groups/headpage.tpl:30
-#: plugins/admin/groups/group_objects.tpl:20
-#: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
-#: plugins/admin/applications/headpage.tpl:29
-#: plugins/admin/departments/headpage.tpl:29
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
-#: plugins/admin/systems/headpage.tpl:29
-#: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/admin/ogroups/headpage.tpl:29 plugins/gofon/macro/headpage.tpl:29
-#: plugins/gofon/conference/headpage.tpl:29
-msgid "Filters"
-msgstr "Filtri"
+#: plugins/personal/mail/mail_locals.tpl:20
+#: plugins/personal/posix/posix_groups.tpl:20
+#: plugins/personal/samba/samba3_workstations.tpl:20
+#: plugins/personal/environment/hotplugDialog.tpl:24
+#: plugins/personal/environment/selectPrinterDialog.tpl:24
+#: plugins/gofax/blocklists/headpage.tpl:29
+#: plugins/gofax/faxaccount/locals.tpl:19
+#: plugins/addons/addressbook/contents.tpl:58
+#: plugins/admin/groups/headpage.tpl:30
+#: plugins/admin/groups/group_objects.tpl:20
+#: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
+#: plugins/admin/applications/headpage.tpl:29
+#: plugins/admin/departments/headpage.tpl:29
+#: plugins/admin/systems/headpage.tpl:29
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:24
+#: plugins/admin/ogroups/ogroup_objects.tpl:20
+#: plugins/admin/ogroups/headpage.tpl:29
+#: plugins/admin/fai/faiProfileEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/gofon/macro/headpage.tpl:29
+#: plugins/gofon/conference/headpage.tpl:29
+msgid "Filters"
+msgstr "Filtri"
 
 #: plugins/personal/mail/mail_locals.tpl:27
 
 #: plugins/personal/mail/mail_locals.tpl:27
-#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:27
 #: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
@@ -964,11 +828,11 @@ msgstr "Nome dell'utente del quale mostrare gli indirizzi"
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
-#: plugins/admin/systems/servdb.tpl:109
+#: plugins/admin/systems/servdb.tpl:109 ihtml/themes/altlinux/login.tpl:35
+#: ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
-#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
-#: ihtml/themes/default/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
+#: ihtml/themes/default/setup_useradmin.tpl:30
 msgid "Password"
 msgstr "Password"
 
 msgid "Password"
 msgstr "Password"
 
@@ -1034,11 +898,11 @@ msgstr ""
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66 include/functions.inc:1319
-#: ihtml/themes/altlinux/setup_useradmin.tpl:40
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: include/functions.inc:1319 ihtml/themes/altlinux/setup_useradmin.tpl:40
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
@@ -1090,6 +954,19 @@ msgstr "Non hai il permesso di cambiare la tua password."
 msgid "External password changer reported a problem: "
 msgstr "Il programma esterno per cambiare la password ha avuto un problema:"
 
 msgid "External password changer reported a problem: "
 msgstr "Il programma esterno per cambiare la password ha avuto un problema:"
 
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
+msgstr "Seleziona un sistema da aggiungere"
+
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
+msgstr "Mostra i sistemi del dipartimento"
+
+#: plugins/personal/posix/trust_machines.tpl:30
+#: plugins/admin/systems/headpage.tpl:50
+msgid "Display systems matching"
+msgstr "Mostra i sistemi che corrispondono a:"
+
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Seleziona un gruppo da aggiungere"
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Seleziona un gruppo da aggiungere"
@@ -1161,6 +1038,7 @@ msgstr "Espressioni regolare per selezionare il nome del gruppo"
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
+#: plugins/admin/systems/servRepository.tpl:36
 msgid "Display groups of user"
 msgstr "Mostra gruppi di utenti"
 
 msgid "Display groups of user"
 msgstr "Mostra gruppi di utenti"
 
@@ -1178,19 +1056,6 @@ msgstr "L'utente deve cambiare la password alla prima connessione"
 msgid "Password expires on"
 msgstr "La password spira il"
 
 msgid "Password expires on"
 msgstr "La password spira il"
 
-#: plugins/personal/posix/trust_machines.tpl:6
-msgid "Select systems to add"
-msgstr "Seleziona un sistema da aggiungere"
-
-#: plugins/personal/posix/trust_machines.tpl:26
-msgid "Display systems of department"
-msgstr "Mostra i sistemi del dipartimento"
-
-#: plugins/personal/posix/trust_machines.tpl:30
-#: plugins/admin/systems/headpage.tpl:50
-msgid "Display systems matching"
-msgstr "Mostra i sistemi che corrispondono a:"
-
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
@@ -1244,6 +1109,10 @@ msgstr "Accesso ai sistemi"
 msgid "Trust mode"
 msgstr ""
 
 msgid "Trust mode"
 msgstr ""
 
+#: plugins/personal/posix/main.inc:131
+msgid "Unix settings"
+msgstr "Impostazioni Unix"
+
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
@@ -1540,10 +1409,6 @@ msgstr ""
 msgid "Too many users, can't allocate a free ID!"
 msgstr "Troppi utenti non posso allocare un ID libero!"
 
 msgid "Too many users, can't allocate a free ID!"
 msgstr "Troppi utenti non posso allocare un ID libero!"
 
-#: plugins/personal/posix/main.inc:131
-msgid "Unix settings"
-msgstr "Impostazioni Unix"
-
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Home di Samba"
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Home di Samba"
@@ -1670,6 +1535,10 @@ msgstr "L'account spira dopo"
 msgid "Allow connection from these workstations only"
 msgstr "Permetti la connessione solo da queste workstation"
 
 msgid "Allow connection from these workstations only"
 msgstr "Permetti la connessione solo da queste workstation"
 
+#: plugins/personal/samba/main.inc:123
+msgid "Samba settings"
+msgstr "Impostazioni Samba"
+
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Selezione le workstation da aggiungere"
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Selezione le workstation da aggiungere"
@@ -1678,10 +1547,6 @@ msgstr "Selezione le workstation da aggiungere"
 msgid "Display workstations of department"
 msgstr "Mostra le workstation del dipartimento"
 
 msgid "Display workstations of department"
 msgstr "Mostra le workstation del dipartimento"
 
-#: plugins/personal/samba/main.inc:123
-msgid "Samba settings"
-msgstr "Impostazioni Samba"
-
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "Questa identità non possiede estensioni Samba."
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "Questa identità non possiede estensioni Samba."
@@ -1776,1229 +1641,1445 @@ msgid ""
 "possible!"
 msgstr ""
 
 "possible!"
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:111
-#, fuzzy
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
-msgstr "Specificare una dimenzione valida per le mail da rigettare."
+#: plugins/personal/generic/class_user.inc:251
+msgid "female"
+msgstr "femmina"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:114
-#, fuzzy
-msgid "Invalid character in description. Please specify a valid description."
-msgstr "Specificare una dimenzione valida per le mail da rigettare."
+#: plugins/personal/generic/class_user.inc:251
+msgid "male"
+msgstr "maschio"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:117
-#, fuzzy
-msgid "Please specify a valid id."
-msgstr "Prego inserire un numero di telefono valido!"
+#: plugins/personal/generic/class_user.inc:265
+msgid "This account has no valid GOsa extensions."
+msgstr "Questa identità non possiede estensioni GOsa."
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:123
-msgid "An Entry with this name already exists."
+#: plugins/personal/generic/class_user.inc:294
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:128
-#, fuzzy
-msgid "Please select an entry or press cancel."
-msgstr "Prego inserire un numero di telefono valido!"
-
-#: plugins/personal/environment/class_selectPrinterDialog.inc:67
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
-#, fuzzy
-msgid "Please select a printer or press cancel."
-msgstr "Prego inserire un numero di telefono valido!"
+#: plugins/personal/generic/class_user.inc:390
+msgid "Please enter a valid serial number"
+msgstr ""
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-#, fuzzy
-msgid "Add hotplug devices"
-msgstr "Dispositivi del client"
+#: plugins/personal/generic/class_user.inc:427
+#, php-format
+msgid "Certificate is valid from %s to %s and is currently %s."
+msgstr ""
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-#, fuzzy
-msgid "Hotplug management"
-msgstr "Riferimenti"
+#: plugins/personal/generic/class_user.inc:427
+msgid "valid"
+msgstr "valido"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-#, fuzzy
-msgid "Select hotplug device to add"
-msgstr "Rimuovi"
+#: plugins/personal/generic/class_user.inc:427
+msgid "invalid"
+msgstr "invalido"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
-#, fuzzy
-msgid "Choose the department the search will be based    on"
-msgstr "Scegli il dipartimento di base per la ricerca"
+#: plugins/personal/generic/class_user.inc:431
+msgid "No certificate installed"
+msgstr "Non ci sono certificati installati"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/groups/group_objects.tpl:38
-#: plugins/admin/users/headpage.tpl:48
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Mostra utenti che corrispondono a"
+#: plugins/personal/generic/class_user.inc:840
+msgid "Kerberos database communication failed"
+msgstr ""
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-#, fuzzy
-msgid "Regular expression for        matching hotplugs"
-msgstr "Espressioni regolare per selezionare il nome del gruppo"
+#: plugins/personal/generic/class_user.inc:857
+msgid "Can't remove user from kerberos database."
+msgstr ""
 
 
-#: plugins/personal/environment/class_environment.inc:246
-#: plugins/personal/environment/class_environment.inc:282
-msgid "Remove environment extension"
+#: plugins/personal/generic/class_user.inc:868
+msgid "Can't add user to kerberos database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:247
-#: plugins/personal/environment/class_environment.inc:283
-#, fuzzy
-msgid "Environment extension enabled. You can disable it by clicking below."
-msgstr "Questa identià possiede estensioni di posta."
+#: plugins/personal/generic/class_user.inc:898
+msgid "Invalid characters in uid."
+msgstr "L'uid contiene dei caratteri invalidi!"
 
 
-#: plugins/personal/environment/class_environment.inc:256
-#: plugins/personal/environment/class_environment.inc:261
-#: plugins/personal/environment/class_environment.inc:289
-#: plugins/personal/environment/class_environment.inc:294
-msgid "Add environment extension"
+#: plugins/personal/generic/class_user.inc:912
+msgid "You have no permissions to create a user on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:257
-#: plugins/personal/environment/class_environment.inc:290
-#, fuzzy
-msgid "Environment extension disabled. You can enable it by clicking below."
-msgstr "Questa identità non possiede estensioni di posta."
-
-#: plugins/personal/environment/class_environment.inc:262
-#: plugins/personal/environment/class_environment.inc:295
-#, fuzzy
-msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
-msgstr "Questa identità non possiede estensioni di posta."
+#: plugins/personal/generic/class_user.inc:917
+msgid "You have no permissions to move a user from the original 'Base'."
+msgstr ""
 
 
-#: plugins/personal/environment/class_environment.inc:486
-#: plugins/personal/environment/class_environment.inc:488
-#: plugins/admin/systems/class_terminalStartup.inc:134
-#: plugins/admin/systems/class_workstationStartup.inc:345
-#, fuzzy
-msgid "You must specify a valid mount point."
-msgstr "Prego inserire un numero di telefono valido!"
+#: plugins/personal/generic/class_user.inc:923
+#: plugins/addons/addressbook/class_addressbook.inc:547
+#: plugins/admin/users/class_userManagement.inc:547
+msgid "The required field 'Name' is not set."
+msgstr ""
 
 
-#: plugins/personal/environment/class_environment.inc:717
-#, fuzzy
-msgid "Please set a valid profile quota size."
-msgstr "Prego inserire un numero di telefono valido!"
+#: plugins/personal/generic/class_user.inc:932
+msgid "There's already a person with this 'Login' in the database."
+msgstr ""
 
 
-#: plugins/personal/environment/class_environment.inc:724
+#: plugins/personal/generic/class_user.inc:938
+#: plugins/addons/addressbook/class_addressbook.inc:551
+#: plugins/admin/users/class_userManagement.inc:550
+msgid "The required field 'Given name' is not set."
+msgstr ""
+
+#: plugins/personal/generic/class_user.inc:941
+msgid "The required field 'Login' is not set."
+msgstr ""
+
+#: plugins/personal/generic/class_user.inc:948
 msgid ""
 msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:746
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+#: plugins/personal/generic/class_user.inc:955
+msgid ""
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:839
-msgid "Error while writing printer"
+#: plugins/personal/generic/class_user.inc:958
+msgid "The field 'Homepage' contains an invalid URL definition."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:909
-msgid "Error while writing printer settings"
+#: plugins/personal/generic/class_user.inc:961
+#: plugins/personal/generic/class_user.inc:989
+#: plugins/addons/addressbook/class_addressbook.inc:557
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/admin/departments/class_departmentGeneric.inc:176
+msgid "The field 'Name' contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:1031
-#, fuzzy
-msgid "Admin"
-msgstr "DN dell'amministratore"
+#: plugins/personal/generic/class_user.inc:964
+#: plugins/personal/generic/class_user.inc:986
+#: plugins/addons/addressbook/class_addressbook.inc:560
+#: plugins/addons/addressbook/class_addressbook.inc:582
+msgid "The field 'Given name' contains invalid characters."
+msgstr ""
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-#, fuzzy
-msgid "Add printer devcies"
-msgstr "Dispositivi del client"
+#: plugins/personal/generic/class_user.inc:969
+#: plugins/personal/generic/class_user.inc:972
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/admin/departments/class_departmentGeneric.inc:179
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr ""
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:5
-#: plugins/personal/environment/selectPrinterDialog.tpl:10
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
-#, fuzzy
-msgid "Select printer to add"
-msgstr "Seleziona il numero da aggiungere"
+#: plugins/personal/generic/class_user.inc:975
+#: plugins/addons/addressbook/class_addressbook.inc:571
+#: plugins/admin/departments/class_departmentGeneric.inc:182
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr ""
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-#, fuzzy
-msgid "Display printers matching"
-msgstr "Mostra utenti che corrispondono a"
+#: plugins/personal/generic/class_user.inc:978
+#: plugins/addons/addressbook/class_addressbook.inc:574
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr ""
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-#, fuzzy
-msgid "Regular expression for matching printer names"
-msgstr "Espressioni regolare per selezionare il nome del gruppo"
+#: plugins/personal/generic/class_user.inc:981
+#: plugins/addons/addressbook/class_addressbook.inc:577
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr ""
 
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
+#: plugins/personal/generic/class_user.inc:1108
+msgid "Could not open specified certificate!"
+msgstr "Impossibile aprite il certificato selezionato!"
+
+#: plugins/personal/generic/password.tpl:2
+msgid ""
+"You have changed the method your password is stored in the ldap database. "
+"For that reason you've to enter your password at this point again. GOsa will "
+"then encode it with the selected method."
 msgstr ""
 msgstr ""
+"Hai modificato il metodo con cui la tua password è immagazzinata nel "
+"database LDAP. Per questo motivo devi inserire nuovamnete la tua password."
 
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:100
-#: plugins/personal/environment/environment.tpl:146
-#, fuzzy
-msgid "Environment managment settings"
-msgstr "Opzioni di posta dell'identità"
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Informazioni personali"
 
 
-#: plugins/personal/environment/environment.tpl:11
-#, fuzzy
-msgid "Profile managment"
-msgstr "Riferimenti"
+#: plugins/personal/generic/generic.tpl:15
+#: plugins/personal/generic/generic_picture.tpl:6
+msgid "Personal picture"
+msgstr "Foto personale"
 
 
-#: plugins/personal/environment/environment.tpl:18
+#: plugins/personal/generic/generic.tpl:17
+msgid "Change picture"
+msgstr "Cambia foto"
+
+#: plugins/personal/generic/generic.tpl:25
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:23
 #, fuzzy
 #, fuzzy
-msgid "Use profile managment"
-msgstr "Riferimenti"
+msgid "Last name"
+msgstr "Scegli il tuo numero di telefono personale"
 
 
-#: plugins/personal/environment/environment.tpl:25
+#: plugins/personal/generic/generic.tpl:30
 #, fuzzy
 #, fuzzy
-msgid "Profile server managment"
-msgstr "Riferimenti"
+msgid "Template name"
+msgstr "Template"
 
 
-#: plugins/personal/environment/environment.tpl:28
+#: plugins/personal/generic/generic.tpl:37
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:19
 #, fuzzy
 #, fuzzy
-msgid "Profil path"
-msgstr "Path del profilo"
+msgid "First name"
+msgstr "Liste di blocco"
 
 
-#: plugins/personal/environment/environment.tpl:42
-msgid "Cache profile localy"
+#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
+msgid "Login"
+msgstr "Nome utente"
+
+#: plugins/personal/generic/generic.tpl:49
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+msgid "Personal title"
+msgstr "Titolo onorifico"
+
+#: plugins/personal/generic/generic.tpl:57
+msgid "Academic title"
+msgstr "Titolo di studio"
+
+#: plugins/personal/generic/generic.tpl:65
+msgid "Date of birth"
+msgstr "Data di nascita"
+
+#: plugins/personal/generic/generic.tpl:82
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+msgid "Set"
+msgstr "Imposta"
+
+#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
+#: html/getxls.php:224
+msgid "Sex"
+msgstr "Sesso"
+
+#: plugins/personal/generic/generic.tpl:98
+msgid "Preferred langage"
+msgstr "Lingua preferita"
+
+#: plugins/personal/generic/generic.tpl:109
+#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/systems/server.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/terminal.tpl:18 plugins/admin/systems/printer.tpl:20
+#: plugins/admin/systems/workstation.tpl:27
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/component.tpl:13 plugins/admin/ogroups/generic.tpl:22
+#: plugins/gofon/macro/generic.tpl:20 plugins/gofon/conference/generic.tpl:33
+msgid "Base"
+msgstr "Base"
+
+#: plugins/personal/generic/generic.tpl:113
+msgid "Choose subtree to place user in"
+msgstr "Scegli il subtree per l'utente"
+
+#: plugins/personal/generic/generic.tpl:128
+#: plugins/personal/generic/generic.tpl:272
+#: plugins/addons/addressbook/address_edit.tpl:72
+#: plugins/addons/addressbook/address_edit.tpl:182
+#: plugins/addons/addressbook/address_info.tpl:33
+#: plugins/addons/addressbook/address_info.tpl:82
+#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
+msgid "Address"
+msgstr "Indirizzo"
+
+#: plugins/personal/generic/generic.tpl:132
+msgid "Private phone"
+msgstr "Telefono privato"
+
+#: plugins/personal/generic/generic.tpl:136
+msgid "Homepage"
+msgstr "Home Page"
+
+#: plugins/personal/generic/generic.tpl:145
+msgid "Password storage"
+msgstr "Algorimo password"
+
+#: plugins/personal/generic/generic.tpl:155
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "Certificati"
+
+#: plugins/personal/generic/generic.tpl:157
+msgid "Edit certificates"
+msgstr "Modifica certificati"
+
+#: plugins/personal/generic/generic.tpl:161
+msgid "Kerberos"
+msgstr "Kerberos"
+
+#: plugins/personal/generic/generic.tpl:162
+msgid "Edit properties"
+msgstr "Modifica proprietà"
+
+#: plugins/personal/generic/generic.tpl:178
+msgid "Organizational information"
+msgstr "Informazioni organizzazione"
+
+#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
+msgid "Organization"
+msgstr "Organizzazione"
+
+#: plugins/personal/generic/generic.tpl:194
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/groups/class_groupManagement.inc:385
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/admin/applications/class_applicationManagement.inc:357
+#: plugins/admin/systems/class_systemManagement.inc:589
+#: plugins/admin/ogroups/class_ogroupManagement.inc:416
+#: plugins/admin/ogroups/class_ogroupManagement.inc:484
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: plugins/generic/references/class_reference.inc:38
+msgid "Department"
+msgstr "Dipartimento"
+
+#: plugins/personal/generic/generic.tpl:198
+msgid "Department No."
+msgstr "Dipartimento No."
+
+#: plugins/personal/generic/generic.tpl:204
+msgid "Employee No."
+msgstr "Matricola"
+
+#: plugins/personal/generic/generic.tpl:210
+msgid "Employee type"
+msgstr "Qualifica"
+
+#: plugins/personal/generic/generic.tpl:226
+#: plugins/personal/generic/generic.tpl:365
+msgid "Room No."
+msgstr "Stanza No."
+
+#: plugins/personal/generic/generic.tpl:238
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40 html/getxls.php:236
+msgid "Mobile"
+msgstr "Cellulare"
+
+#: plugins/personal/generic/generic.tpl:242
+#: plugins/personal/nagios/nagios.tpl:48
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Pager"
+msgstr "Pager"
+
+#: plugins/personal/generic/generic.tpl:264
+#: plugins/admin/departments/generic.tpl:42
+#: plugins/admin/departments/generic.tpl:50
+#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
+msgid "Location"
+msgstr "Località"
+
+#: plugins/personal/generic/generic.tpl:268
+#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
+#: html/getxls.php:236
+msgid "State"
+msgstr "Stato"
+
+#: plugins/personal/generic/generic.tpl:286
+msgid "Vocation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:51
-#, fuzzy
-msgid "Kiosk profile settings"
-msgstr "Opzioni di posta dell'identità"
+#: plugins/personal/generic/generic.tpl:290
+msgid "Unit description"
+msgstr "Descrizoione unità"
 
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Kiosk profile"
+#: plugins/personal/generic/generic.tpl:298
+msgid "Subject area"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:60
-#, fuzzy
-msgid "Manage"
-msgstr "Nome gruppo"
+#: plugins/personal/generic/generic.tpl:306
+msgid "Functional title"
+msgstr "Funzione"
 
 
-#: plugins/personal/environment/environment.tpl:65
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Quota"
+#: plugins/personal/generic/generic.tpl:313
+msgid "Role"
+msgstr "Ruolo"
+
+#: plugins/personal/generic/generic.tpl:325
+msgid "Person locality"
+msgstr "Località personale"
+
+#: plugins/personal/generic/generic.tpl:333
+msgid "Unit"
+msgstr "Unità"
+
+#: plugins/personal/generic/generic.tpl:340
+msgid "Street"
+msgstr "Strada"
+
+#: plugins/personal/generic/generic.tpl:346
+#: plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
+msgid "Postal code"
+msgstr "CAP"
+
+#: plugins/personal/generic/generic.tpl:352
+msgid "House identifier"
+msgstr "Identificativo della casa"
+
+#: plugins/personal/generic/generic.tpl:374
+msgid "Please use the phone tab"
+msgstr "Usa il tab del telefono"
+
+#: plugins/personal/generic/generic.tpl:387
+msgid "Last delivery"
+msgstr "Ultimo recapito"
 
 
-#: plugins/personal/environment/environment.tpl:79
-msgid "Resolution changeable on runtime"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:394
+msgid "Public visible"
+msgstr "Pubblico"
 
 
-#: plugins/personal/environment/environment.tpl:84
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr ""
+#: plugins/personal/generic/generic_picture.tpl:23
+msgid "Remove picture"
+msgstr "Elimina foto"
 
 
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/admin/systems/workstationStartup.tpl:75
-#: plugins/admin/systems/terminalStartup.tpl:66
-#, fuzzy
-msgid "Shares"
-msgstr "reset"
+#: plugins/personal/generic/generic_picture.tpl:29
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/systems/servnfs.tpl:75
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+msgid "Save"
+msgstr "Salva"
 
 
-#: plugins/personal/environment/environment.tpl:116
-#: plugins/admin/systems/workstationStartup.tpl:88
-#: plugins/admin/systems/terminalStartup.tpl:79
-#, fuzzy
-msgid "Mountpoint"
-msgstr "Monitoraggio"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Certificato standard"
 
 
-#: plugins/personal/environment/environment.tpl:118
-#: plugins/personal/environment/kioskManagement.tpl:14
 #: plugins/personal/generic/generic_certs.tpl:17
 #: plugins/personal/generic/generic_certs.tpl:37
 #: plugins/personal/generic/generic_certs.tpl:57
 #: plugins/personal/connectivity/class_kolabAccount.inc:206
 #: plugins/personal/generic/generic_certs.tpl:17
 #: plugins/personal/generic/generic_certs.tpl:37
 #: plugins/personal/generic/generic_certs.tpl:57
 #: plugins/personal/connectivity/class_kolabAccount.inc:206
-#: plugins/admin/fai/faiPackage.tpl:75
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
+#: plugins/personal/environment/environment.tpl:118
+#: plugins/personal/environment/kioskManagement.tpl:14
 #: plugins/admin/groups/class_groupMail.inc:417
 #: plugins/admin/applications/class_applicationParameters.inc:98
 #: plugins/admin/groups/class_groupMail.inc:417
 #: plugins/admin/applications/class_applicationParameters.inc:98
-#: plugins/admin/systems/workstationStartup.tpl:90
 #: plugins/admin/systems/printer.tpl:47
 #: plugins/admin/systems/printer.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:90
 #: plugins/admin/systems/terminalStartup.tpl:81
 #: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/fai/faiPackage.tpl:75
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
 #: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
 msgid "Remove"
 msgstr "Rimuovi"
 
 #: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
 msgid "Remove"
 msgstr "Rimuovi"
 
-#: plugins/personal/environment/environment.tpl:124
-msgid "Logon scripts"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "Certificato S/MIME"
+
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "Certificato PKCS12"
+
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Numero seriale del certificato"
+
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
+msgstr "Non hai il permesso di cambiare la tua password."
+
+#: plugins/personal/generic/main.inc:189
+msgid "Generic user information"
+msgstr "Informazioni generali"
+
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+#: plugins/generic/references/class_reference.inc:34
+msgid "FTP"
+msgstr "FTP"
+
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
+msgid "Value specified as 'Upload bandwidth' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:125
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-#, fuzzy
-msgid "Logon script management"
-msgstr "Riferimenti"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr ""
 
 
-#: plugins/personal/environment/environment.tpl:149
-#, fuzzy
-msgid "Hotplug devices"
-msgstr "Dispositivi del client"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
+msgid "Value specified as 'Files' is not valid."
+msgstr ""
 
 
-#: plugins/personal/environment/environment.tpl:150
-#, fuzzy
-msgid "Hotplug device settings"
-msgstr "Dispositivi del client"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
+msgid "Value specified as 'Size' is not valid."
+msgstr ""
 
 
-#: plugins/personal/environment/environment.tpl:160
-#: plugins/admin/groups/class_groupManagement.inc:354
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-msgid "New"
-msgstr "Nuovo"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
+msgid "Value specified as 'Ratio' is not valid."
+msgstr ""
 
 
-#: plugins/personal/environment/environment.tpl:161
-msgid "Existing"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:169
-#, fuzzy
-msgid "Printer settings"
-msgstr "Impostazioni Unix"
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr "Estenzioni Proxy Internet"
 
 
-#: plugins/personal/environment/environment.tpl:179
-#, fuzzy
-msgid "Admin Toggle"
-msgstr "DN dell'amministratore"
+#: plugins/personal/connectivity/proxy.tpl:18
+msgid "Filter unwanted content (i.e. pornographic or violence related)"
+msgstr "Filtra il contenuto non desiderato (p.e. pornografico o violento)"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:96
-#, fuzzy
-msgid "Specified name is invalid."
-msgstr "Il valore specificato per l'UID non è valido."
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Limita l'accesso a Internet alle ore lavorative"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-#, fuzzy
-msgid "Specified description contains invalid characters."
-msgstr "Il valore specificato come '%s' contiene dei caratteri invalidi!"
+#: plugins/personal/connectivity/proxy.tpl:54
+msgid "Restrict proxy usage by quota"
+msgstr "Restringi la quota d'uso di Internet"
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-#, fuzzy
-msgid "Logon script settings"
-msgstr "Impostazioni Unix"
+#: plugins/personal/connectivity/proxy.tpl:65
+msgid "per"
+msgstr "per"
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-#, fuzzy
-msgid "Skript name"
-msgstr "Script path"
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr ""
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:41
-#: plugins/admin/fai/faiPartitionTable.tpl:19
-#: plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
-#: plugins/admin/fai/faiProfile.tpl:19
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
-#: plugins/admin/fai/faiScript.tpl:19
-#: plugins/admin/fai/faiVariableEntry.tpl:17
-#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/server.tpl:24
-#: plugins/admin/systems/phone.tpl:24 plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/wingeneric.tpl:24
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:36
-#: plugins/gofon/conference/generic.tpl:51
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Descrizione"
+#: plugins/personal/connectivity/class_kolabAccount.inc:105
+msgid ""
+"You're trying to add an invalid email address to the list of delegations."
+msgstr ""
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-#, fuzzy
-msgid "Priority"
-msgstr "Proxy"
+#: plugins/personal/connectivity/class_kolabAccount.inc:113
+msgid ""
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
+msgstr "L'indirizzo che stai cercando di aggiungere è già in uso"
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
+#: plugins/personal/connectivity/class_kolabAccount.inc:140
+msgid "Always accept"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
+#: plugins/personal/connectivity/class_kolabAccount.inc:141
+msgid "Always reject"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
+#: plugins/personal/connectivity/class_kolabAccount.inc:142
+msgid "Reject if conflicts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
+#: plugins/personal/connectivity/class_kolabAccount.inc:143
+msgid "Manual if conflicts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/personal/environment/kioskManagement.tpl:24
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:67
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:69
-#: plugins/admin/fai/faiTemplateEntry.tpl:132
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:8
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-msgid "Apply"
-msgstr "Applica"
+#: plugins/personal/connectivity/class_kolabAccount.inc:144
+msgid "Manual"
+msgstr "Manuale"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:61
+#: plugins/personal/connectivity/class_kolabAccount.inc:180
+msgid "Anonymous"
+msgstr "Anonimo"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:232
+msgid "The value specified as Free Busy future needs to be an integer."
+msgstr ""
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+msgid "The value specified as Free Busy Information URL is invalid."
+msgstr ""
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:251
 #, php-format
 #, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
+msgid "The invitation policy entry for address '%s' is not valid."
+msgstr ""
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:259
+#, php-format
+msgid "There's no mail user with address '%s' for your invitation policy!"
+msgstr ""
+
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
+
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "Estenzioni PHPGroupware"
+
+#: plugins/personal/connectivity/kolab.tpl:1
+msgid "Kolab account"
+msgstr "Account Kolab"
+
+#: plugins/personal/connectivity/kolab.tpl:4
+msgid ""
+"The kolab account is currently disabled. It's features can be adjusted if "
+"you add a mail account."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:64
-#, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
+#: plugins/personal/connectivity/kolab.tpl:10
+msgid "Delegations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:88
-msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+#: plugins/personal/connectivity/kolab.tpl:23
+msgid "Mail size"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+#: plugins/personal/connectivity/kolab.tpl:24
+msgid "No mail size restriction for this account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-#, fuzzy
-msgid "Create new hotplug entry"
-msgstr "Crea in"
+#: plugins/personal/connectivity/kolab.tpl:32
+msgid "Free Busy information"
+msgstr ""
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-#, fuzzy
-msgid "Create new hotplug device"
-msgstr "Crea in"
+#: plugins/personal/connectivity/kolab.tpl:35
+msgid "URL"
+msgstr "URL"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "Future"
+msgstr "Futuro"
+
+#: plugins/personal/connectivity/kolab.tpl:40
+#: plugins/personal/connectivity/oxchange.tpl:18
+#: plugins/personal/connectivity/oxchange.tpl:22
+msgid "days"
+msgstr "giorni"
+
+#: plugins/personal/connectivity/kolab.tpl:45
+msgid "Invitation policy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#, fuzzy
-msgid "Device ID"
-msgstr "Dispositivi"
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "Estenzioni WebDAV"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:38
-#, fuzzy
-msgid "save"
-msgstr "Salva"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr "Open-Xchange"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#, fuzzy, php-format
+msgid ""
+"This account has %s features disabled. Posix features are needed for "
+"openXchange accounts, enable them first."
+msgstr ""
+"Questa identità non possiede estensioni Samba. Per poterle creare occorre "
+"creare prima le estensioni Unix."
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
 #, fuzzy
 #, fuzzy
-msgid "Kiosk profile management"
-msgstr "Riferimenti"
+msgid "OpenXchange"
+msgstr "Open-Xchange"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:12
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+#, fuzzy, php-format
+msgid ""
+"This account has %s features disabled. Mail features are needed for "
+"openXchange accounts, enable them first."
 msgstr ""
 msgstr ""
+"Questa identità non possiede estensioni Samba. Per poterle creare occorre "
+"creare prima le estensioni Unix."
 
 
-#: plugins/personal/environment/main.inc:124
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
 #, fuzzy
 #, fuzzy
-msgid "User environment settings"
-msgstr "Opzioni di posta dell'identità"
+msgid "Couldn't connect to postgresql database!"
+msgstr "Impossibile connettersi al server del database!"
 
 
-#: plugins/personal/generic/password.tpl:2
-msgid ""
-"You have changed the method your password is stored in the ldap database. "
-"For that reason you've to enter your password at this point again. GOsa will "
-"then encode it with the selected method."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
 msgstr ""
 msgstr ""
-"Hai modificato il metodo con cui la tua password è immagazzinata nel "
-"database LDAP. Per questo motivo devi inserire nuovamnete la tua password."
 
 
-#: plugins/personal/generic/generic_picture.tpl:6
-#: plugins/personal/generic/generic.tpl:15
-msgid "Personal picture"
-msgstr "Foto personale"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
+msgid "PHP4 module for postgresql database is missing!"
+msgstr ""
 
 
-#: plugins/personal/generic/generic_picture.tpl:23
-msgid "Remove picture"
-msgstr "Elimina foto"
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "Estenzioni FTP"
 
 
-#: plugins/personal/generic/generic_picture.tpl:29
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/systems/servnfs.tpl:75
-msgid "Save"
-msgstr "Salva"
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Banda"
 
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Informazioni personali"
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Banda di upload"
 
 
-#: plugins/personal/generic/generic.tpl:17
-msgid "Change picture"
-msgstr "Cambia foto"
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "kb/s"
 
 
-#: plugins/personal/generic/generic.tpl:25
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:23
-#, fuzzy
-msgid "Last name"
-msgstr "Scegli il tuo numero di telefono personale"
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Banda di download"
 
 
-#: plugins/personal/generic/generic.tpl:30
-#, fuzzy
-msgid "Template name"
-msgstr "Template"
+#: plugins/personal/connectivity/pureftpd.tpl:35
+#: plugins/personal/environment/environment.tpl:65
+msgid "Quota"
+msgstr "Quota"
 
 
-#: plugins/personal/generic/generic.tpl:37
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:19
-#, fuzzy
-msgid "First name"
-msgstr "Liste di blocco"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "File"
 
 
-#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
-msgid "Login"
-msgstr "Nome utente"
+#: plugins/personal/connectivity/pureftpd.tpl:43
+#: plugins/addons/mailqueue/contents.tpl:56
+msgid "Size"
+msgstr "Dimensione"
 
 
-#: plugins/personal/generic/generic.tpl:49
-#: plugins/addons/addressbook/address_info.tpl:22
-#: plugins/addons/addressbook/address_edit.tpl:54
-msgid "Personal title"
-msgstr "Titolo onorifico"
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
+msgstr "Rapporto"
 
 
-#: plugins/personal/generic/generic.tpl:57
-msgid "Academic title"
-msgstr "Titolo di studio"
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
+msgstr "File in upload / File in download"
 
 
-#: plugins/personal/generic/generic.tpl:65
-msgid "Date of birth"
-msgstr "Data di nascita"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
+msgstr "Seleziona per disabilitale l'accesso FTP"
 
 
-#: plugins/personal/generic/generic.tpl:82
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "Imposta"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
+msgstr "Disabilita temporaneamente l'accesso FTP"
 
 
-#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Sesso"
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:98
-msgid "Preferred langage"
-msgstr "Lingua preferita"
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "disabled, no Postgresql support detected"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:109
-#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/server.tpl:13
-#: plugins/admin/systems/phone.tpl:13 plugins/admin/systems/terminal.tpl:18
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/workstation.tpl:27
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:22 plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/conference/generic.tpl:33
-msgid "Base"
-msgstr "Base"
+#: plugins/personal/connectivity/oxchange.tpl:4
+msgid "Open-Xchange account"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:113
-msgid "Choose subtree to place user in"
-msgstr "Scegli il subtree per l'utente"
+#: plugins/personal/connectivity/oxchange.tpl:13
+msgid "Remember"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:128
-#: plugins/personal/generic/generic.tpl:272
-#: plugins/addons/addressbook/address_info.tpl:33
-#: plugins/addons/addressbook/address_info.tpl:82
-#: plugins/addons/addressbook/address_edit.tpl:72
-#: plugins/addons/addressbook/address_edit.tpl:182
-#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
-msgid "Address"
-msgstr "Indirizzo"
+#: plugins/personal/connectivity/oxchange.tpl:17
+msgid "Appointment Days"
+msgstr ""
+
+#: plugins/personal/connectivity/oxchange.tpl:21
+msgid "Task Days"
+msgstr ""
+
+#: plugins/personal/connectivity/oxchange.tpl:33
+msgid "User Information"
+msgstr ""
+
+#: plugins/personal/connectivity/oxchange.tpl:37
+msgid "User Timezone"
+msgstr ""
+
+#: plugins/personal/connectivity/class_connectivity.inc:63
+msgid "This account has no connectivity extensions."
+msgstr "Questa identità non possiede estensioni di connettività"
 
 
-#: plugins/personal/generic/generic.tpl:132
-msgid "Private phone"
-msgstr "Telefono privato"
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+#: plugins/generic/references/class_reference.inc:32
+msgid "Proxy"
+msgstr "Proxy"
 
 
-#: plugins/personal/generic/generic.tpl:136
-msgid "Homepage"
-msgstr "Home Page"
+#: plugins/personal/connectivity/class_proxyAccount.inc:79
+msgid "KB"
+msgstr "KB"
 
 
-#: plugins/personal/generic/generic.tpl:145
-msgid "Password storage"
-msgstr "Algorimo password"
+#: plugins/personal/connectivity/class_proxyAccount.inc:79
+msgid "GB"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:155
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Certificati"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+#: plugins/addons/mailqueue/class_mailqueue.inc:299
+msgid "hour"
+msgstr "ora"
 
 
-#: plugins/personal/generic/generic.tpl:157
-msgid "Edit certificates"
-msgstr "Modifica certificati"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "day"
+msgstr "giorno"
 
 
-#: plugins/personal/generic/generic.tpl:161
-msgid "Kerberos"
-msgstr "Kerberos"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "week"
+msgstr "settimana"
 
 
-#: plugins/personal/generic/generic.tpl:162
-msgid "Edit properties"
-msgstr "Modifica proprietà"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "month"
+msgstr "mese"
 
 
-#: plugins/personal/generic/generic.tpl:178
-msgid "Organizational information"
-msgstr "Informazioni organizzazione"
+#: plugins/personal/connectivity/class_proxyAccount.inc:169
+msgid "Numerical value for Quota Setting is empty."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
-msgid "Organization"
-msgstr "Organizzazione"
+#: plugins/personal/connectivity/class_proxyAccount.inc:172
+#, fuzzy
+msgid "Numerical value for Quota Setting is not valid."
+msgstr "Il valore di 'Dimensione quota' non è valido"
 
 
-#: plugins/personal/generic/generic.tpl:194
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/admin/groups/class_groupManagement.inc:385
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/admin/applications/class_applicationManagement.inc:357
-#: plugins/admin/systems/class_systemManagement.inc:589
-#: plugins/admin/ogroups/class_ogroupManagement.inc:416
-#: plugins/admin/ogroups/class_ogroupManagement.inc:484
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
-msgstr "Dipartimento"
+#: plugins/personal/connectivity/intranet.tpl:3
+#, fuzzy
+msgid "Intranet account"
+msgstr "Crea estensioni telefoniche"
 
 
-#: plugins/personal/generic/generic.tpl:198
-msgid "Department No."
-msgstr "Dipartimento No."
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:204
-msgid "Employee No."
-msgstr "Matricola"
+#: plugins/personal/connectivity/opengw.tpl:1
+#, fuzzy
+msgid "Opengroupware"
+msgstr "Estenzioni PHPGroupware"
 
 
-#: plugins/personal/generic/generic.tpl:210
-msgid "Employee type"
-msgstr "Qualifica"
+#: plugins/personal/connectivity/opengw.tpl:8
+#, fuzzy
+msgid "Location team"
+msgstr "Nome locazione"
 
 
-#: plugins/personal/generic/generic.tpl:226
-#: plugins/personal/generic/generic.tpl:365
-msgid "Room No."
-msgstr "Stanza No."
+#: plugins/personal/connectivity/opengw.tpl:18
+#, fuzzy
+msgid "Template user"
+msgstr "Template"
 
 
-#: plugins/personal/generic/generic.tpl:238
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:40
-#: plugins/addons/addressbook/address_edit.tpl:95 html/getxls.php:236
-msgid "Mobile"
-msgstr "Cellulare"
+#: plugins/personal/connectivity/opengw.tpl:28
+#: plugins/admin/systems/class_workstationGeneric.inc:71
+msgid "Locked"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:264
-#: plugins/admin/departments/generic.tpl:42
-#: plugins/admin/departments/generic.tpl:50
-#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
-msgid "Location"
-msgstr "Località"
+#: plugins/personal/connectivity/opengw.tpl:40
+msgid "Teams"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:268
-#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Stato"
+#: plugins/personal/connectivity/pptp.tpl:3
+#, fuzzy
+msgid "PPTP account"
+msgstr "Estenzioni FTP"
 
 
-#: plugins/personal/generic/generic.tpl:286
-msgid "Vocation"
+#: plugins/personal/connectivity/glpi.tpl:1
+#, fuzzy
+msgid "GLPI account"
+msgstr "Estenzioni FTP"
+
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:290
-msgid "Unit description"
-msgstr "Descrizoione unità"
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
+#, fuzzy
+msgid "PHPscheduleit account"
+msgstr "Estenzioni PHPGroupware"
 
 
-#: plugins/personal/generic/generic.tpl:298
-msgid "Subject area"
+#: plugins/personal/connectivity/class_glpiAccount.inc:25
+msgid "GLPI"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:306
-msgid "Functional title"
-msgstr "Funzione"
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+#, fuzzy
+msgid "Opengroupware account"
+msgstr "Estenzioni PHPGroupware"
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Role"
-msgstr "Ruolo"
+#: plugins/personal/connectivity/class_opengwAccount.inc:123
+msgid ""
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:325
-msgid "Person locality"
-msgstr "Località personale"
+#: plugins/personal/connectivity/class_opengwAccount.inc:128
+msgid ""
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:333
-msgid "Unit"
-msgstr "Unità"
+#: plugins/personal/connectivity/class_opengwAccount.inc:137
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:340
-msgid "Street"
-msgstr "Strada"
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+#, fuzzy
+msgid "PHPscheduleit"
+msgstr "Estenzioni PHPGroupware"
 
 
-#: plugins/personal/generic/generic.tpl:346
-#: plugins/addons/addressbook/address_info.tpl:70
-#: plugins/addons/addressbook/address_edit.tpl:158 html/getxls.php:174
-msgid "Postal code"
-msgstr "CAP"
+#: plugins/personal/environment/main.inc:124
+#, fuzzy
+msgid "User environment settings"
+msgstr "Opzioni di posta dell'identità"
 
 
-#: plugins/personal/generic/generic.tpl:352
-msgid "House identifier"
-msgstr "Identificativo della casa"
+#: plugins/personal/environment/class_hotplugDialog.inc:111
+#, fuzzy
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+msgstr "Specificare una dimenzione valida per le mail da rigettare."
 
 
-#: plugins/personal/generic/generic.tpl:374
-msgid "Please use the phone tab"
-msgstr "Usa il tab del telefono"
+#: plugins/personal/environment/class_hotplugDialog.inc:114
+#, fuzzy
+msgid "Invalid character in description. Please specify a valid description."
+msgstr "Specificare una dimenzione valida per le mail da rigettare."
 
 
-#: plugins/personal/generic/generic.tpl:387
-msgid "Last delivery"
-msgstr "Ultimo recapito"
+#: plugins/personal/environment/class_hotplugDialog.inc:117
+#, fuzzy
+msgid "Please specify a valid id."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/personal/generic/generic.tpl:394
-msgid "Public visible"
-msgstr "Pubblico"
+#: plugins/personal/environment/class_hotplugDialog.inc:123
+msgid "An Entry with this name already exists."
+msgstr ""
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Certificato standard"
+#: plugins/personal/environment/class_hotplugDialog.inc:128
+#, fuzzy
+msgid "Please select an entry or press cancel."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "Certificato S/MIME"
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr ""
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "Certificato PKCS12"
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:100
+#: plugins/personal/environment/environment.tpl:146
+#, fuzzy
+msgid "Environment managment settings"
+msgstr "Opzioni di posta dell'identità"
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Numero seriale del certificato"
+#: plugins/personal/environment/environment.tpl:11
+#, fuzzy
+msgid "Profile managment"
+msgstr "Riferimenti"
 
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "female"
-msgstr "femmina"
+#: plugins/personal/environment/environment.tpl:18
+#, fuzzy
+msgid "Use profile managment"
+msgstr "Riferimenti"
 
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "male"
-msgstr "maschio"
+#: plugins/personal/environment/environment.tpl:25
+#, fuzzy
+msgid "Profile server managment"
+msgstr "Riferimenti"
 
 
-#: plugins/personal/generic/class_user.inc:265
-msgid "This account has no valid GOsa extensions."
-msgstr "Questa identità non possiede estensioni GOsa."
+#: plugins/personal/environment/environment.tpl:28
+#, fuzzy
+msgid "Profil path"
+msgstr "Path del profilo"
 
 
-#: plugins/personal/generic/class_user.inc:294
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+#: plugins/personal/environment/environment.tpl:42
+msgid "Cache profile localy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:390
-msgid "Please enter a valid serial number"
+#: plugins/personal/environment/environment.tpl:51
+#, fuzzy
+msgid "Kiosk profile settings"
+msgstr "Opzioni di posta dell'identità"
+
+#: plugins/personal/environment/environment.tpl:54
+msgid "Kiosk profile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:427
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
+#: plugins/personal/environment/environment.tpl:60
+#, fuzzy
+msgid "Manage"
+msgstr "Nome gruppo"
+
+#: plugins/personal/environment/environment.tpl:79
+msgid "Resolution changeable on runtime"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "valid"
-msgstr "valido"
+#: plugins/personal/environment/environment.tpl:84
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/admin/systems/terminalService.tpl:94
+msgid "Resolution"
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "invalid"
-msgstr "invalido"
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/admin/systems/workstationStartup.tpl:75
+#: plugins/admin/systems/terminalStartup.tpl:66
+#, fuzzy
+msgid "Shares"
+msgstr "reset"
 
 
-#: plugins/personal/generic/class_user.inc:431
-msgid "No certificate installed"
-msgstr "Non ci sono certificati installati"
+#: plugins/personal/environment/environment.tpl:116
+#: plugins/admin/systems/workstationStartup.tpl:88
+#: plugins/admin/systems/terminalStartup.tpl:79
+#, fuzzy
+msgid "Mountpoint"
+msgstr "Monitoraggio"
 
 
-#: plugins/personal/generic/class_user.inc:840
-msgid "Kerberos database communication failed"
+#: plugins/personal/environment/environment.tpl:124
+msgid "Logon scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:857
-msgid "Can't remove user from kerberos database."
-msgstr ""
+#: plugins/personal/environment/environment.tpl:125
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+#, fuzzy
+msgid "Logon script management"
+msgstr "Riferimenti"
 
 
-#: plugins/personal/generic/class_user.inc:868
-msgid "Can't add user to kerberos database."
-msgstr ""
+#: plugins/personal/environment/environment.tpl:149
+#, fuzzy
+msgid "Hotplug devices"
+msgstr "Dispositivi del client"
 
 
-#: plugins/personal/generic/class_user.inc:898
-msgid "Invalid characters in uid."
-msgstr "L'uid contiene dei caratteri invalidi!"
+#: plugins/personal/environment/environment.tpl:150
+#, fuzzy
+msgid "Hotplug device settings"
+msgstr "Dispositivi del client"
 
 
-#: plugins/personal/generic/class_user.inc:912
-msgid "You have no permissions to create a user on this 'Base'."
-msgstr ""
+#: plugins/personal/environment/environment.tpl:160
+#: plugins/admin/groups/class_groupManagement.inc:354
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+msgid "New"
+msgstr "Nuovo"
 
 
-#: plugins/personal/generic/class_user.inc:917
-msgid "You have no permissions to move a user from the original 'Base'."
+#: plugins/personal/environment/environment.tpl:161
+msgid "Existing"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:923
-#: plugins/addons/addressbook/class_addressbook.inc:547
-#: plugins/admin/users/class_userManagement.inc:547
-msgid "The required field 'Name' is not set."
-msgstr ""
+#: plugins/personal/environment/environment.tpl:169
+#, fuzzy
+msgid "Printer settings"
+msgstr "Impostazioni Unix"
 
 
-#: plugins/personal/generic/class_user.inc:932
-msgid "There's already a person with this 'Login' in the database."
-msgstr ""
+#: plugins/personal/environment/environment.tpl:179
+#, fuzzy
+msgid "Admin Toggle"
+msgstr "DN dell'amministratore"
 
 
-#: plugins/personal/generic/class_user.inc:938
-#: plugins/addons/addressbook/class_addressbook.inc:551
-#: plugins/admin/users/class_userManagement.inc:550
-msgid "The required field 'Given name' is not set."
+#: plugins/personal/environment/class_environment.inc:246
+#: plugins/personal/environment/class_environment.inc:282
+msgid "Remove environment extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:941
-msgid "The required field 'Login' is not set."
-msgstr ""
+#: plugins/personal/environment/class_environment.inc:247
+#: plugins/personal/environment/class_environment.inc:283
+#, fuzzy
+msgid "Environment extension enabled. You can disable it by clicking below."
+msgstr "Questa identià possiede estensioni di posta."
 
 
-#: plugins/personal/generic/class_user.inc:948
-msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
+#: plugins/personal/environment/class_environment.inc:256
+#: plugins/personal/environment/class_environment.inc:261
+#: plugins/personal/environment/class_environment.inc:289
+#: plugins/personal/environment/class_environment.inc:294
+msgid "Add environment extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:955
+#: plugins/personal/environment/class_environment.inc:257
+#: plugins/personal/environment/class_environment.inc:290
+#, fuzzy
+msgid "Environment extension disabled. You can enable it by clicking below."
+msgstr "Questa identità non possiede estensioni di posta."
+
+#: plugins/personal/environment/class_environment.inc:262
+#: plugins/personal/environment/class_environment.inc:295
+#, fuzzy
 msgid ""
 msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
+msgstr "Questa identità non possiede estensioni di posta."
 
 
-#: plugins/personal/generic/class_user.inc:958
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr ""
+#: plugins/personal/environment/class_environment.inc:486
+#: plugins/personal/environment/class_environment.inc:488
+#: plugins/admin/systems/class_terminalStartup.inc:134
+#: plugins/admin/systems/class_workstationStartup.inc:345
+#, fuzzy
+msgid "You must specify a valid mount point."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/personal/generic/class_user.inc:961
-#: plugins/personal/generic/class_user.inc:989
-#: plugins/addons/addressbook/class_addressbook.inc:557
-#: plugins/addons/addressbook/class_addressbook.inc:585
-#: plugins/admin/departments/class_departmentGeneric.inc:176
-msgid "The field 'Name' contains invalid characters."
-msgstr ""
+#: plugins/personal/environment/class_environment.inc:717
+#, fuzzy
+msgid "Please set a valid profile quota size."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/personal/generic/class_user.inc:964
-#: plugins/personal/generic/class_user.inc:986
-#: plugins/addons/addressbook/class_addressbook.inc:560
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Given name' contains invalid characters."
+#: plugins/personal/environment/class_environment.inc:724
+msgid ""
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:969
-#: plugins/personal/generic/class_user.inc:972
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/admin/departments/class_departmentGeneric.inc:179
-msgid "The field 'Phone' contains an invalid phone number."
+#: plugins/personal/environment/class_environment.inc:746
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:975
-#: plugins/addons/addressbook/class_addressbook.inc:571
-#: plugins/admin/departments/class_departmentGeneric.inc:182
-msgid "The field 'Fax' contains an invalid phone number."
+#: plugins/personal/environment/class_environment.inc:839
+msgid "Error while writing printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:978
-#: plugins/addons/addressbook/class_addressbook.inc:574
-msgid "The field 'Mobile' contains an invalid phone number."
+#: plugins/personal/environment/class_environment.inc:909
+msgid "Error while writing printer settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:981
-#: plugins/addons/addressbook/class_addressbook.inc:577
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr ""
+#: plugins/personal/environment/class_environment.inc:1033
+#, fuzzy
+msgid "Admin"
+msgstr "DN dell'amministratore"
 
 
-#: plugins/personal/generic/class_user.inc:1108
-msgid "Could not open specified certificate!"
-msgstr "Impossibile aprite il certificato selezionato!"
+#: plugins/personal/environment/hotplugDialog.tpl:1
+#, fuzzy
+msgid "Add hotplug devices"
+msgstr "Dispositivi del client"
 
 
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
-msgstr "Non hai il permesso di cambiare la tua password."
+#: plugins/personal/environment/hotplugDialog.tpl:5
+#, fuzzy
+msgid "Hotplug management"
+msgstr "Riferimenti"
 
 
-#: plugins/personal/generic/main.inc:189
-msgid "Generic user information"
-msgstr "Informazioni generali"
+#: plugins/personal/environment/hotplugDialog.tpl:10
+#, fuzzy
+msgid "Select hotplug device to add"
+msgstr "Rimuovi"
 
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Estenzioni Proxy Internet"
+#: plugins/personal/environment/hotplugDialog.tpl:34
+#, fuzzy
+msgid "Choose the department the search will be based    on"
+msgstr "Scegli il dipartimento di base per la ricerca"
 
 
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
-msgstr "Filtra il contenuto non desiderato (p.e. pornografico o violento)"
+#: plugins/personal/environment/hotplugDialog.tpl:43
+#: plugins/admin/groups/group_objects.tpl:38
+#: plugins/admin/users/headpage.tpl:48
+#: plugins/gofon/conference/headpage.tpl:35
+msgid "Display users matching"
+msgstr "Mostra utenti che corrispondono a"
 
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Limita l'accesso a Internet alle ore lavorative"
+#: plugins/personal/environment/hotplugDialog.tpl:48
+#, fuzzy
+msgid "Regular expression for        matching hotplugs"
+msgstr "Espressioni regolare per selezionare il nome del gruppo"
 
 
-#: plugins/personal/connectivity/proxy.tpl:54
-msgid "Restrict proxy usage by quota"
-msgstr "Restringi la quota d'uso di Internet"
+#: plugins/personal/environment/class_selectPrinterDialog.inc:67
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
+#, fuzzy
+msgid "Please select a printer or press cancel."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/personal/connectivity/proxy.tpl:65
-msgid "per"
-msgstr "per"
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+#, fuzzy
+msgid "Add printer devcies"
+msgstr "Dispositivi del client"
 
 
-#: plugins/personal/connectivity/pptp.tpl:3
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
 #, fuzzy
 #, fuzzy
-msgid "PPTP account"
-msgstr "Estenzioni FTP"
+msgid "Select printer to add"
+msgstr "Seleziona il numero da aggiungere"
 
 
-#: plugins/personal/connectivity/intranet.tpl:3
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
 #, fuzzy
 #, fuzzy
-msgid "Intranet account"
-msgstr "Crea estensioni telefoniche"
+msgid "Display printers matching"
+msgstr "Mostra utenti che corrispondono a"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+#, fuzzy
+msgid "Regular expression for matching printer names"
+msgstr "Espressioni regolare per selezionare il nome del gruppo"
 
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "Estenzioni PHPGroupware"
+#: plugins/personal/environment/logonManagement.tpl:8
+#, fuzzy
+msgid "Logon script settings"
+msgstr "Impostazioni Unix"
 
 
-#: plugins/personal/connectivity/kolab.tpl:1
-msgid "Kolab account"
-msgstr "Account Kolab"
+#: plugins/personal/environment/logonManagement.tpl:10
+#, fuzzy
+msgid "Skript name"
+msgstr "Script path"
 
 
-#: plugins/personal/connectivity/kolab.tpl:4
-msgid ""
-"The kolab account is currently disabled. It's features can be adjusted if "
-"you add a mail account."
-msgstr ""
+#: plugins/personal/environment/logonManagement.tpl:17
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/gofax/blocklists/generic.tpl:41 plugins/admin/groups/generic.tpl:13
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12
+#: plugins/admin/systems/server.tpl:24 plugins/admin/systems/phone.tpl:24
+#: plugins/admin/systems/printer.tpl:13
+#: plugins/admin/systems/wingeneric.tpl:24
+#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
+#: plugins/gofon/macro/generic.tpl:36 plugins/gofon/conference/generic.tpl:51
+#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
+#: html/getxls.php:230
+msgid "Description"
+msgstr "Descrizione"
 
 
-#: plugins/personal/connectivity/kolab.tpl:10
-msgid "Delegations"
-msgstr ""
+#: plugins/personal/environment/logonManagement.tpl:24
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+#, fuzzy
+msgid "Priority"
+msgstr "Proxy"
 
 
-#: plugins/personal/connectivity/kolab.tpl:23
-msgid "Mail size"
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:24
-msgid "No mail size restriction for this account"
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:32
-msgid "Free Busy information"
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:35
-msgid "URL"
-msgstr "URL"
-
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "Future"
-msgstr "Futuro"
-
-#: plugins/personal/connectivity/kolab.tpl:40
-#: plugins/personal/connectivity/oxchange.tpl:18
-#: plugins/personal/connectivity/oxchange.tpl:22
-msgid "days"
-msgstr "giorni"
-
-#: plugins/personal/connectivity/kolab.tpl:45
-msgid "Invitation policy"
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "Estenzioni FTP"
-
-#: plugins/personal/connectivity/pureftpd.tpl:15
-msgid "Bandwidth"
-msgstr "Banda"
-
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Banda di upload"
-
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "kb/s"
-
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Banda di download"
-
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "File"
-
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Size"
-msgstr "Dimensione"
-
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
-msgstr "Rapporto"
-
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
-msgstr "File in upload / File in download"
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/environment/kioskManagement.tpl:24
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/admin/groups/application_options.tpl:8
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:67
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/fai/faiHookEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:132
+#: plugins/admin/fai/faiPackageEntry.tpl:63
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+msgid "Apply"
+msgstr "Applica"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
-msgstr "Seleziona per disabilitale l'accesso FTP"
+#: plugins/personal/environment/class_logonManagementDialog.inc:96
+#, fuzzy
+msgid "Specified name is invalid."
+msgstr "Il valore specificato per l'UID non è valido."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
-msgstr "Disabilita temporaneamente l'accesso FTP"
+#: plugins/personal/environment/class_logonManagementDialog.inc:100
+#, fuzzy
+msgid "Specified description contains invalid characters."
+msgstr "Il valore specificato come '%s' contiene dei caratteri invalidi!"
 
 
-#: plugins/personal/connectivity/glpi.tpl:1
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "GLPI account"
-msgstr "Estenzioni FTP"
+msgid "Create new hotplug entry"
+msgstr "Crea in"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
-msgstr ""
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+#, fuzzy
+msgid "Create new hotplug device"
+msgstr "Crea in"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "disabled, no Postgresql support detected"
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+#: plugins/admin/systems/component.tpl:6
+msgid "Device name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:4
-msgid "Open-Xchange account"
-msgstr ""
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+#, fuzzy
+msgid "Device ID"
+msgstr "Dispositivi"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:13
-msgid "Remember"
-msgstr ""
+#: plugins/personal/environment/hotplugDialogNew.tpl:38
+#, fuzzy
+msgid "save"
+msgstr "Salva"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:17
-msgid "Appointment Days"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:61
+#, php-format
+msgid "Can't delete '%s'. Error was: permission denied."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:21
-msgid "Task Days"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:64
+#, php-format
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:33
-msgid "User Information"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:88
+msgid ""
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:37
-msgid "User Timezone"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:94
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
-msgstr "Proxy"
-
-#: plugins/personal/connectivity/class_proxyAccount.inc:79
-msgid "KB"
-msgstr "KB"
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+#, fuzzy
+msgid "Kiosk profile management"
+msgstr "Riferimenti"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:79
-msgid "GB"
+#: plugins/personal/environment/kioskManagement.tpl:12
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+msgid "Browse"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-#: plugins/addons/mailqueue/class_mailqueue.inc:299
-msgid "hour"
-msgstr "ora"
-
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "day"
-msgstr "giorno"
+#: plugins/personal/nagios/nagios.tpl:4
+#, fuzzy
+msgid "Nagios Account"
+msgstr "Contatto"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "week"
-msgstr "settimana"
+#: plugins/personal/nagios/nagios.tpl:7
+#, fuzzy
+msgid "Alias"
+msgstr "Italiano"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "month"
-msgstr "mese"
+#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
+msgid "Mail address"
+msgstr "Indirizzo principale"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:169
-msgid "Numerical value for Quota Setting is empty."
-msgstr ""
+#: plugins/personal/nagios/nagios.tpl:17
+#, fuzzy
+msgid "Host notification period"
+msgstr "Opzioni applicazione"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:172
+#: plugins/personal/nagios/nagios.tpl:25
 #, fuzzy
 #, fuzzy
-msgid "Numerical value for Quota Setting is not valid."
-msgstr "Il valore di 'Dimensione quota' non è valido"
+msgid "Service notification period"
+msgstr "Opzioni applicazione"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr ""
+#: plugins/personal/nagios/nagios.tpl:32
+#, fuzzy
+msgid "Service notification options"
+msgstr "Opzioni applicazione"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
-msgstr ""
+#: plugins/personal/nagios/nagios.tpl:41
+#, fuzzy
+msgid "Host notification options"
+msgstr "Opzioni applicazione"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr ""
+#: plugins/personal/nagios/nagios.tpl:53
+#, fuzzy
+msgid "Service notification commands"
+msgstr "Opzioni applicazione"
 
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
+#: plugins/personal/nagios/nagios.tpl:57
 #, fuzzy
 #, fuzzy
-msgid "PHPscheduleit account"
-msgstr "Estenzioni PHPGroupware"
+msgid "Host notification commands"
+msgstr "Opzioni applicazione"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:105
-msgid ""
-"You're trying to add an invalid email address to the list of delegations."
-msgstr ""
+#: plugins/personal/nagios/nagios.tpl:69
+#, fuzzy
+msgid "view system informations"
+msgstr "Informazioni organizzazione"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:113
-msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
-msgstr "L'indirizzo che stai cercando di aggiungere è già in uso"
+#: plugins/personal/nagios/nagios.tpl:72
+#, fuzzy
+msgid "view configuration information"
+msgstr "Informazioni organizzazione"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:140
-msgid "Always accept"
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:141
-msgid "Always reject"
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:142
-msgid "Reject if conflicts"
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:143
-msgid "Manual if conflicts"
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:144
-msgid "Manual"
-msgstr "Manuale"
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:180
-msgid "Anonymous"
-msgstr "Anonimo"
+#: plugins/personal/nagios/main.inc:124
+#, fuzzy
+msgid "Nagios settings"
+msgstr "Opzioni di posta dell'identità"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:232
-msgid "The value specified as Free Busy future needs to be an integer."
-msgstr ""
+#: plugins/personal/nagios/class_nagiosAccount.inc:92
+#, fuzzy
+msgid "This account has no nagios extensions."
+msgstr "Questa identità non ha le estensioni per la posta"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:237
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr ""
+#: plugins/personal/nagios/class_nagiosAccount.inc:101
+#, fuzzy
+msgid "Remove nagios account"
+msgstr "Rimuovi le estensioni di posta"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:251
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
-msgstr ""
+#: plugins/personal/nagios/class_nagiosAccount.inc:102
+#, fuzzy
+msgid ""
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
+msgstr "Questa identià possiede estensioni di posta."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:259
-#, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
-msgstr ""
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
+#, fuzzy
+msgid "Create nagios account"
+msgstr "Crea estensioni di posta"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "FTP"
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
+#, fuzzy
+msgid ""
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
+msgstr "Questa identità non possiede estensioni di posta."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
-msgid "Value specified as 'Upload bandwidth' is not valid."
-msgstr ""
+#: plugins/personal/nagios/class_nagiosAccount.inc:163
+#, fuzzy
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "Il campo 'Indirizzo principale' non è stao inserito"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr ""
+#: plugins/personal/nagios/class_nagiosAccount.inc:166
+#, fuzzy
+msgid "The required field 'NagiosMail' is not set."
+msgstr "Il campo 'Indirizzo principale' non è stao inserito"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
-msgid "Value specified as 'Files' is not valid."
+#: plugins/personal/nagios/class_nagiosAccount.inc:170
+#: plugins/personal/nagios/class_nagiosAccount.inc:174
+#, fuzzy
+msgid "Please enter a valid email address in 'NagiosMail' field."
 msgstr ""
 msgstr ""
+"Inserire un indirizzo di posta valido nel campo 'Indirizzo principale'."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
-msgid "Value specified as 'Size' is not valid."
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
-msgid "Value specified as 'Ratio' is not valid."
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_glpiAccount.inc:25
-msgid "GLPI"
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr "Open-Xchange"
+#: plugins/gofax/blocklists/generic.tpl:32
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/admin/systems/servnfs.tpl:39
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
+#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
+msgid "Type"
+msgstr "Tipo"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#, fuzzy, php-format
-msgid ""
-"This account has %s features disabled. Posix features are needed for "
-"openXchange accounts, enable them first."
+#: plugins/gofax/blocklists/generic.tpl:34
+msgid "Select wether to filter incoming or outgoing calls"
 msgstr ""
 msgstr ""
-"Questa identità non possiede estensioni Samba. Per poterle creare occorre "
-"creare prima le estensioni Unix."
-
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-#, fuzzy
-msgid "OpenXchange"
-msgstr "Open-Xchange"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-#, fuzzy, php-format
-msgid ""
-"This account has %s features disabled. Mail features are needed for "
-"openXchange accounts, enable them first."
+#: plugins/gofax/blocklists/generic.tpl:43
+msgid "Descriptive text for this blocklist"
 msgstr ""
 msgstr ""
-"Questa identità non possiede estensioni Samba. Per poterle creare occorre "
-"creare prima le estensioni Unix."
-
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
-#, fuzzy
-msgid "Couldn't connect to postgresql database!"
-msgstr "Impossibile connettersi al server del database!"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
+#: plugins/gofax/blocklists/generic.tpl:56
+msgid "Blocked numbers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
-msgid "PHP4 module for postgresql database is missing!"
+#: plugins/gofax/blocklists/generic.tpl:72
+msgid "Numbers can also contain wild cards."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "Estenzioni WebDAV"
-
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-#, fuzzy
-msgid "PHPscheduleit"
-msgstr "Estenzioni PHPGroupware"
-
-#: plugins/personal/connectivity/class_connectivity.inc:63
-msgid "This account has no connectivity extensions."
-msgstr "Questa identità non possiede estensioni di connettività"
-
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-#, fuzzy
-msgid "Opengroupware account"
-msgstr "Estenzioni PHPGroupware"
-
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:5
 msgid "FAX Blocklists"
 msgstr "Liste blocco FAX"
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:5
 msgid "FAX Blocklists"
 msgstr "Liste blocco FAX"
@@ -3017,20 +3098,19 @@ msgid "Please specify a valid phone number."
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/departments/class_departmentManagement.inc:277
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/departments/class_departmentManagement.inc:277
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
+#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Go up one department"
 msgstr "Sali di dipartimento"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Go up one department"
 msgstr "Sali di dipartimento"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
@@ -3038,32 +3118,33 @@ msgstr "Sali di dipartimento"
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/ogroups/phonequeue.tpl:17
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/ogroups/phonequeue.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Up"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Up"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:359
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:359
+#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Go to root department"
 msgstr "Vai al dipartimento base"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Go to root department"
 msgstr "Vai al dipartimento base"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:360
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:360
+#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Root"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Root"
@@ -3081,13 +3162,13 @@ msgid "Go to users department"
 msgstr "Vai agli utenti del dipartimento"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:293
 msgstr "Vai agli utenti del dipartimento"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:293
-#: plugins/admin/fai/class_faiManagement.inc:434
 #: plugins/admin/groups/class_groupManagement.inc:352
 #: plugins/admin/users/class_userManagement.inc:672
 #: plugins/admin/applications/class_applicationManagement.inc:328
 #: plugins/admin/departments/class_departmentManagement.inc:279
 #: plugins/admin/systems/class_systemManagement.inc:567
 #: plugins/admin/ogroups/class_ogroupManagement.inc:362
 #: plugins/admin/groups/class_groupManagement.inc:352
 #: plugins/admin/users/class_userManagement.inc:672
 #: plugins/admin/applications/class_applicationManagement.inc:328
 #: plugins/admin/departments/class_departmentManagement.inc:279
 #: plugins/admin/systems/class_systemManagement.inc:567
 #: plugins/admin/ogroups/class_ogroupManagement.inc:362
+#: plugins/admin/fai/class_faiManagement.inc:434
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:326
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
 msgid "Home"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:326
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
 msgid "Home"
@@ -3104,52 +3185,52 @@ msgid "New Blocklist"
 msgstr "Liste di blocco"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:296
 msgstr "Liste di blocco"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:296
-#: plugins/admin/fai/class_faiManagement.inc:463
 #: plugins/admin/groups/class_groupManagement.inc:356
 #: plugins/admin/users/class_userManagement.inc:677
 #: plugins/admin/applications/class_applicationManagement.inc:332
 #: plugins/admin/departments/class_departmentManagement.inc:283
 #: plugins/admin/systems/class_systemManagement.inc:576
 #: plugins/admin/ogroups/class_ogroupManagement.inc:366
 #: plugins/admin/groups/class_groupManagement.inc:356
 #: plugins/admin/users/class_userManagement.inc:677
 #: plugins/admin/applications/class_applicationManagement.inc:332
 #: plugins/admin/departments/class_departmentManagement.inc:283
 #: plugins/admin/systems/class_systemManagement.inc:576
 #: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/fai/class_faiManagement.inc:463
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:330
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
 msgid "Current base"
 msgstr "Password attuale"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:330
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
 msgid "Current base"
 msgstr "Password attuale"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit department"
 msgstr "Imposta dipartimento"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit department"
 msgstr "Imposta dipartimento"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:300
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:300
-#: plugins/admin/fai/class_faiManagement.inc:482
 #: plugins/admin/groups/class_groupManagement.inc:361
 #: plugins/admin/users/class_userManagement.inc:681
 #: plugins/admin/applications/class_applicationManagement.inc:337
 #: plugins/admin/departments/class_departmentManagement.inc:291
 #: plugins/admin/systems/class_systemManagement.inc:582
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/groups/class_groupManagement.inc:361
 #: plugins/admin/users/class_userManagement.inc:681
 #: plugins/admin/applications/class_applicationManagement.inc:337
 #: plugins/admin/departments/class_departmentManagement.inc:291
 #: plugins/admin/systems/class_systemManagement.inc:582
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/fai/class_faiManagement.inc:482
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:336
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 msgid "edit"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:336
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 msgid "edit"
@@ -3164,13 +3245,13 @@ msgstr "Modifica contatto"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:301
 #: plugins/addons/mailqueue/contents.tpl:95
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:301
 #: plugins/addons/mailqueue/contents.tpl:95
-#: plugins/admin/fai/class_faiManagement.inc:483
 #: plugins/admin/groups/class_groupManagement.inc:362
 #: plugins/admin/users/class_userManagement.inc:683
 #: plugins/admin/applications/class_applicationManagement.inc:338
 #: plugins/admin/departments/class_departmentManagement.inc:292
 #: plugins/admin/systems/class_systemManagement.inc:583
 #: plugins/admin/ogroups/class_ogroupManagement.inc:372
 #: plugins/admin/groups/class_groupManagement.inc:362
 #: plugins/admin/users/class_userManagement.inc:683
 #: plugins/admin/applications/class_applicationManagement.inc:338
 #: plugins/admin/departments/class_departmentManagement.inc:292
 #: plugins/admin/systems/class_systemManagement.inc:583
 #: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/admin/fai/class_faiManagement.inc:483
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:337
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:337
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
@@ -3191,13 +3272,13 @@ msgstr "Liste di blocco"
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:308
 #: plugins/addons/addressbook/contents.tpl:42
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:308
 #: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_faiManagement.inc:479
 #: plugins/admin/groups/class_groupManagement.inc:387
 #: plugins/admin/users/class_userManagement.inc:692
 #: plugins/admin/applications/class_applicationManagement.inc:358
 #: plugins/admin/departments/class_departmentManagement.inc:299
 #: plugins/admin/systems/class_systemManagement.inc:590
 #: plugins/admin/ogroups/class_ogroupManagement.inc:393
 #: plugins/admin/groups/class_groupManagement.inc:387
 #: plugins/admin/users/class_userManagement.inc:692
 #: plugins/admin/applications/class_applicationManagement.inc:358
 #: plugins/admin/departments/class_departmentManagement.inc:299
 #: plugins/admin/systems/class_systemManagement.inc:590
 #: plugins/admin/ogroups/class_ogroupManagement.inc:393
+#: plugins/admin/fai/class_faiManagement.inc:479
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:344
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
 msgid "Actions"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:344
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
 msgid "Actions"
@@ -3236,54 +3317,15 @@ msgstr ""
 msgid "No permission to create a blocklist on this base."
 msgstr ""
 
 msgid "No permission to create a blocklist on this base."
 msgstr ""
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:32
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:39
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
-msgid "Type"
-msgstr "Tipo"
-
-#: plugins/gofax/blocklists/generic.tpl:34
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:43
-msgid "Descriptive text for this blocklist"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:56
-msgid "Blocked numbers"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:72
-msgid "Numbers can also contain wild cards."
-msgstr ""
-
 #: plugins/gofax/blocklists/remove.tpl:2
 #: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/groups/remove.tpl:2 plugins/admin/users/remove.tpl:2
-#: plugins/admin/applications/remove.tpl:2
+#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/users/remove.tpl:2 plugins/admin/applications/remove.tpl:2
 #: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
 #: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/ogroups/remove.tpl:2 plugins/gofon/macro/remove.tpl:2
-#: plugins/gofon/conference/remove.tpl:2 html/index.php:227 html/index.php:287
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/islocked.tpl:6
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: html/index.php:227 html/index.php:287 ihtml/themes/altlinux/conflict.tpl:6
+#: ihtml/themes/altlinux/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
+#: ihtml/themes/default/islocked.tpl:6
 msgid "Warning"
 msgstr "Attenzione"
 
 msgid "Warning"
 msgstr "Attenzione"
 
@@ -3442,8 +3484,8 @@ msgid "FAX settings"
 msgstr "Impostazioni FAX"
 
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
 msgstr "Impostazioni FAX"
 
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
-#: plugins/addons/addressbook/address_info.tpl:88
 #: plugins/addons/addressbook/address_edit.tpl:206
 #: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
 #: plugins/generic/references/class_reference.inc:30
 msgid "FAX"
 msgstr "FAX"
 #: plugins/generic/references/class_reference.inc:30
 msgid "FAX"
 msgstr "FAX"
@@ -3479,8 +3521,7 @@ msgstr ""
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
 #: plugins/addons/mailqueue/header.tpl:5
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
 #: plugins/addons/mailqueue/header.tpl:5
-#: plugins/admin/groups/class_groupApplication.inc:365
-#: plugins/admin/groups/class_groupApplication.inc:416
+#: plugins/admin/groups/class_groupApplication.inc:495
 #: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
 #, fuzzy
 msgid "back"
 #: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
 #, fuzzy
 msgid "back"
@@ -3522,9 +3563,9 @@ msgstr ""
 
 #: plugins/gofax/faxreports/detail.tpl:22
 #: plugins/gofax/faxreports/contents.tpl:30
 
 #: plugins/gofax/faxreports/detail.tpl:22
 #: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
 #: plugins/admin/systems/class_printGeneric.inc:589
 #: plugins/admin/ogroups/class_ogroupManagement.inc:481
 #: plugins/admin/systems/class_printGeneric.inc:589
 #: plugins/admin/ogroups/class_ogroupManagement.inc:481
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
 msgid "User"
 msgstr ""
 
 msgid "User"
 msgstr ""
 
@@ -3561,45 +3602,6 @@ msgstr ""
 msgid "# pages"
 msgstr ""
 
 msgid "# pages"
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Rapporti FAX"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/gofax/faxreports/class_faxreport.inc:119
-#: plugins/gofax/faxreports/class_faxreport.inc:165
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-msgid "Can't connect to fax database, no reports can be shown!"
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:112
-#: plugins/addons/logview/class_logview.inc:66
-#: plugins/gofon/fonreports/class_fonreport.inc:99
-msgid "There is no mysql extension available, please check your php setup."
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:123
-#: plugins/gofax/faxreports/class_faxreport.inc:128
-#: plugins/gofax/faxreports/class_faxreport.inc:169
-#: plugins/gofax/faxreports/class_faxreport.inc:278
-msgid "Can't select fax database for report generation!"
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:286
-msgid "Query for fax database failed!"
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:185
-msgid "You have no permission to retrieve informations about this fax id!"
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:205
-#: plugins/gofax/faxreports/class_faxreport.inc:294
-#: plugins/gofon/fonreports/class_fonreport.inc:220
-msgid "Y-M-D"
-msgstr ""
-
 #: plugins/gofax/faxreports/contents.tpl:2
 #: plugins/addons/logview/contents.tpl:2
 #: plugins/gofon/fonreports/contents.tpl:2
 #: plugins/gofax/faxreports/contents.tpl:2
 #: plugins/addons/logview/contents.tpl:2
 #: plugins/gofon/fonreports/contents.tpl:2
@@ -3608,8 +3610,8 @@ msgstr "Filtro"
 
 #: plugins/gofax/faxreports/contents.tpl:6
 #: plugins/addons/addressbook/contents.tpl:102
 
 #: plugins/gofax/faxreports/contents.tpl:6
 #: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:12
 #: plugins/addons/logview/contents.tpl:47
 #: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:12
 #: plugins/gofon/fonreports/contents.tpl:6
 msgid "Search for"
 msgstr "Cerca"
 #: plugins/gofon/fonreports/contents.tpl:6
 msgid "Search for"
 msgstr "Cerca"
@@ -3637,9 +3639,9 @@ msgid "during"
 msgstr ""
 
 #: plugins/gofax/faxreports/contents.tpl:21
 msgstr ""
 
 #: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/addons/logview/contents.tpl:67
 #: plugins/addons/mailqueue/contents.tpl:11
 #: plugins/addons/mailqueue/contents.tpl:27
 #: plugins/addons/mailqueue/contents.tpl:11
 #: plugins/addons/mailqueue/contents.tpl:27
-#: plugins/addons/logview/contents.tpl:67
 #: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
 msgid "Search"
 msgstr "Cerca"
 #: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
 msgid "Search"
 msgstr "Cerca"
@@ -3665,40 +3667,67 @@ msgstr ""
 msgid "Search returned no results..."
 msgstr ""
 
 msgid "Search returned no results..."
 msgstr ""
 
-#: plugins/gofax/faxreports/main.inc:5
-msgid "FAX reports"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
 msgstr "Rapporti FAX"
 
 msgstr "Rapporti FAX"
 
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofax/faxreports/class_faxreport.inc:119
+#: plugins/gofax/faxreports/class_faxreport.inc:165
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+msgid "Can't connect to fax database, no reports can be shown!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:361
-#: plugins/addons/addressbook/class_addressbook.inc:368
-#: plugins/addons/addressbook/class_addressbook.inc:372
-#: plugins/addons/addressbook/class_addressbook.inc:455
-msgid "Dial"
+#: plugins/gofax/faxreports/class_faxreport.inc:112
+#: plugins/addons/logview/class_logview.inc:66
+#: plugins/gofon/fonreports/class_fonreport.inc:99
+msgid "There is no mysql extension available, please check your php setup."
+msgstr ""
+
+#: plugins/gofax/faxreports/class_faxreport.inc:123
+#: plugins/gofax/faxreports/class_faxreport.inc:128
+#: plugins/gofax/faxreports/class_faxreport.inc:169
+#: plugins/gofax/faxreports/class_faxreport.inc:278
+msgid "Can't select fax database for report generation!"
+msgstr ""
+
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:286
+msgid "Query for fax database failed!"
+msgstr ""
+
+#: plugins/gofax/faxreports/class_faxreport.inc:185
+msgid "You have no permission to retrieve informations about this fax id!"
 msgstr ""
 
 msgstr ""
 
+#: plugins/gofax/faxreports/class_faxreport.inc:205
+#: plugins/gofax/faxreports/class_faxreport.inc:294
+#: plugins/gofon/fonreports/class_fonreport.inc:220
+msgid "Y-M-D"
+msgstr ""
+
+#: plugins/gofax/faxreports/main.inc:5
+msgid "FAX reports"
+msgstr "Rapporti FAX"
+
 #: plugins/addons/addressbook/contents.tpl:14
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:515
 #: plugins/addons/addressbook/address_info.tpl:16
 #: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/admin/systems/servnfs.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
 #: plugins/admin/fai/faiPartitionTable.tpl:9
 #: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
 #: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
 #: plugins/admin/fai/faiPartitionTable.tpl:9
 #: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
 #: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
 #: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
 #: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
 #: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
 #: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
 #: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
 #: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
-#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
-#: html/getxls.php:174 html/getxls.php:233
+#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
 msgid "Name"
 msgstr "Cognome"
 
 #: plugins/addons/addressbook/contents.tpl:15
 msgid "Name"
 msgstr "Cognome"
 
 #: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:29
 #: plugins/addons/addressbook/address_edit.tpl:66
 #: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
 msgid "Private"
 msgstr "Privato"
 
 msgid "Private"
 msgstr "Privato"
 
@@ -3721,6 +3750,7 @@ msgid "Add entry"
 msgstr "Aggiungi contatto"
 
 #: plugins/addons/addressbook/contents.tpl:50
 msgstr "Aggiungi contatto"
 
 #: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:587
 msgid "Edit entry"
 msgstr "Modifica contatto"
 
 msgid "Edit entry"
 msgstr "Modifica contatto"
 
@@ -3760,369 +3790,162 @@ msgstr ""
 msgid "Search string"
 msgstr "Ricerca"
 
 msgid "Search string"
 msgstr "Ricerca"
 
-#: plugins/addons/addressbook/remove.tpl:6
-msgid ""
-"This includes all addressbook data in this entry. Please double check if "
-"your really want to do this since there is no way for GOsa to get your data "
-"back."
-msgstr ""
-
-#: plugins/addons/addressbook/main.inc:23
-msgid "Address book"
-msgstr "Rubrica"
-
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Rubrica"
-
-#: plugins/addons/addressbook/class_addressbook.inc:154
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:158
-msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:187
-#: plugins/addons/addressbook/class_addressbook.inc:288
-msgid "You are not allowed to delete this entry!"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:282
-#, php-format
-msgid "You're about to delete the entry %s."
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:378
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:382
-#, php-format
-msgid "Send mail to %s"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:467
-msgid "global addressbook"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:470
-#, fuzzy
-msgid "user database"
-msgstr "Database"
-
-#: plugins/addons/addressbook/class_addressbook.inc:474
-#, fuzzy, php-format
-msgid "Contact stored in '%s'"
-msgstr "Rimuovi"
-
-#: plugins/addons/addressbook/class_addressbook.inc:476
-msgid "Creating new entry in"
-msgstr "Crea in"
-
-#: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/mailqueue/class_mailqueue.inc:281
-#: plugins/addons/mailqueue/class_mailqueue.inc:346
-#: plugins/addons/logview/class_logview.inc:94
-#: plugins/addons/logview/class_logview.inc:111
-msgid "All"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
-msgstr "Nome"
-
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Work phone"
-msgstr "Telefono del lavoro"
-
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Cell phone"
-msgstr "Cellolare"
-
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
-msgid "Home phone"
-msgstr "Telefono privato"
-
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
-#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
-#: html/getxls.php:299
-msgid "User ID"
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:598
-msgid ""
-"Cannot create a unique DN for your entry. Please fill more formular fields."
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/class_addressbook.inc:361
+#: plugins/addons/addressbook/class_addressbook.inc:368
+#: plugins/addons/addressbook/class_addressbook.inc:372
+#: plugins/addons/addressbook/class_addressbook.inc:455
+msgid "Dial"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
-msgid ""
-"You have no permissions to create or modify a global address book entry."
+#: plugins/addons/addressbook/address_edit.tpl:7
+msgid "Choose the department to store entry in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_info.tpl:12
 #: plugins/addons/addressbook/address_edit.tpl:24
 #: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
 msgid "Personal"
 msgstr "Personale"
 
 msgid "Personal"
 msgstr "Personale"
 
-#: plugins/addons/addressbook/address_info.tpl:19
-#: plugins/addons/addressbook/address_edit.tpl:44 html/getxls.php:174
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19 html/getxls.php:174
 #: html/getxls.php:236
 msgid "Initials"
 msgstr "Iniziali"
 
 #: html/getxls.php:236
 msgid "Initials"
 msgstr "Iniziali"
 
-#: plugins/addons/addressbook/address_info.tpl:43
 #: plugins/addons/addressbook/address_edit.tpl:105
 #: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
 msgid "Email"
 msgstr "Indirizzo email"
 
 msgid "Email"
 msgstr "Indirizzo email"
 
-#: plugins/addons/addressbook/address_info.tpl:53
 #: plugins/addons/addressbook/address_edit.tpl:119
 #: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
 msgid "Organizational"
 msgstr "Organizzazione"
 
 msgid "Organizational"
 msgstr "Organizzazione"
 
-#: plugins/addons/addressbook/address_info.tpl:61
 #: plugins/addons/addressbook/address_edit.tpl:128
 #: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
 msgid "Company"
 msgstr "Azienda"
 
 msgid "Company"
 msgstr "Azienda"
 
-#: plugins/addons/addressbook/address_info.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:148 html/getxls.php:174
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67 html/getxls.php:174
 #: html/getxls.php:236
 msgid "City"
 msgstr "Città"
 
 #: html/getxls.php:236
 msgid "City"
 msgstr "Città"
 
-#: plugins/addons/addressbook/address_info.tpl:73
 #: plugins/addons/addressbook/address_edit.tpl:168
 #: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
 msgid "Country"
 msgstr "Paese"
 
 msgid "Country"
 msgstr "Paese"
 
-#: plugins/addons/addressbook/address_edit.tpl:7
-msgid "Choose the department to store entry in"
-msgstr ""
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:23
-msgid "Mail queue"
-msgstr "Coda della posta"
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:53
+#: plugins/addons/addressbook/remove.tpl:6
 msgid ""
 msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUE_QUERY_COMMAND' "
-"specified."
-msgstr ""
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:80
-#: plugins/addons/mailqueue/class_mailqueue.inc:88
-#: plugins/addons/mailqueue/class_mailqueue.inc:107
-#: plugins/addons/mailqueue/class_mailqueue.inc:116
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
-#, php-format
-msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
-msgstr ""
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:251
-msgid "up"
-msgstr ""
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:253
-#, fuzzy
-msgid "down"
-msgstr "Dominio"
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:296
-msgid "no limit"
-msgstr ""
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:301
-#, fuzzy
-msgid "hours"
-msgstr "ora"
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:347
-msgid "Hold"
-msgstr ""
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:348
-msgid "Un hold"
-msgstr ""
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:349
-#: plugins/addons/mailqueue/contents.tpl:78
-#, fuzzy
-msgid "Active"
-msgstr "Privato"
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:350
-msgid "Not active"
-msgstr ""
-
-#: plugins/addons/mailqueue/contents.tpl:13
-#, fuzzy
-msgid "Please enter a search string here."
-msgstr "Prego inserire un numero di telefono valido!"
-
-#: plugins/addons/mailqueue/contents.tpl:15
-#, fuzzy
-msgid "Select a server"
-msgstr "Rimuovi"
-
-#: plugins/addons/mailqueue/contents.tpl:18
-msgid "with status"
-msgstr ""
-
-#: plugins/addons/mailqueue/contents.tpl:22
-msgid "within the last"
-msgstr ""
-
-#: plugins/addons/mailqueue/contents.tpl:30
-msgid "Remove all messages"
+"This includes all addressbook data in this entry. Please double check if "
+"your really want to do this since there is no way for GOsa to get your data "
+"back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:31
-msgid "Remove all messages from selected servers queue"
-msgstr ""
+#: plugins/addons/addressbook/main.inc:23
+msgid "Address book"
+msgstr "Rubrica"
 
 
-#: plugins/addons/mailqueue/contents.tpl:32
-#, fuzzy
-msgid "Hold all messages"
-msgstr "Inoltra i messaggi a"
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Rubrica"
 
 
-#: plugins/addons/mailqueue/contents.tpl:33
-msgid "Hold all messages in selected servers queue"
+#: plugins/addons/addressbook/class_addressbook.inc:154
+#, php-format
+msgid "Dial from %s to %s now?"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:34
-msgid "Release all messages"
+#: plugins/addons/addressbook/class_addressbook.inc:158
+msgid ""
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:35
-msgid "Release all messages in selected servers queue"
+#: plugins/addons/addressbook/class_addressbook.inc:187
+#: plugins/addons/addressbook/class_addressbook.inc:288
+msgid "You are not allowed to delete this entry!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:36
-msgid "Requeue all messages"
+#: plugins/addons/addressbook/class_addressbook.inc:282
+#, php-format
+msgid "You're about to delete the entry %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:37
-msgid "Requeue all messages in selected servers queue"
+#: plugins/addons/addressbook/class_addressbook.inc:378
+#, php-format
+msgid "Save contact for %s as vcard"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:48
-msgid "Search returned no results"
+#: plugins/addons/addressbook/class_addressbook.inc:382
+#, php-format
+msgid "Send mail to %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:54
-#, fuzzy
-msgid "ID"
-msgstr "UID"
-
-#: plugins/addons/mailqueue/contents.tpl:57
-#, fuzzy
-msgid "Arrival"
-msgstr "Aprile"
-
-#: plugins/addons/mailqueue/contents.tpl:59
-#, fuzzy
-msgid "Recipient"
-msgstr "Descrizione"
-
-#: plugins/addons/mailqueue/contents.tpl:60
-msgid "Error"
+#: plugins/addons/addressbook/class_addressbook.inc:467
+msgid "global addressbook"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:95
+#: plugins/addons/addressbook/class_addressbook.inc:470
 #, fuzzy
 #, fuzzy
-msgid "Delete this message"
-msgstr "Elimina questo record"
-
-#: plugins/addons/mailqueue/contents.tpl:99
-msgid "unhold"
-msgstr ""
+msgid "user database"
+msgstr "Database"
 
 
-#: plugins/addons/mailqueue/contents.tpl:99
-#, fuzzy
-msgid "Release message"
+#: plugins/addons/addressbook/class_addressbook.inc:474
+#, fuzzy, php-format
+msgid "Contact stored in '%s'"
 msgstr "Rimuovi"
 
 msgstr "Rimuovi"
 
-#: plugins/addons/mailqueue/contents.tpl:103
-#, fuzzy
-msgid "hold"
-msgstr "metodo"
-
-#: plugins/addons/mailqueue/contents.tpl:103
-#, fuzzy
-msgid "Hold message"
-msgstr "Home Page"
-
-#: plugins/addons/mailqueue/contents.tpl:107
-#, fuzzy
-msgid "requeue"
-msgstr "Numero di telefono"
-
-#: plugins/addons/mailqueue/contents.tpl:107
-msgid "Requeue this message"
-msgstr ""
-
-#: plugins/addons/mailqueue/contents.tpl:110
-#, fuzzy
-msgid "header"
-msgstr "leggere"
-
-#: plugins/addons/mailqueue/contents.tpl:110
-#, fuzzy
-msgid "Display header from this message"
-msgstr "Mostra utenti che corrispondono a"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:3
-msgid ""
-"The XLS export plugin provides methods to download a complete snapshot of "
-"the running LDAP directory as xls. You may save these files for "
-"documentation."
-msgstr ""
+#: plugins/addons/addressbook/class_addressbook.inc:476
+msgid "Creating new entry in"
+msgstr "Crea in"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/addons/logview/class_logview.inc:94
+#: plugins/addons/logview/class_logview.inc:111
+#: plugins/addons/mailqueue/class_mailqueue.inc:281
+#: plugins/addons/mailqueue/class_mailqueue.inc:346
+msgid "All"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-msgid "Choose the data you want to Export"
-msgstr ""
+#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
+#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
+msgid "Given name"
+msgstr "Nome"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
-msgstr ""
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Work phone"
+msgstr "Telefono del lavoro"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:27
-#: plugins/addons/ldapmanager/contentexportxls.tpl:42
-#: plugins/addons/ldapmanager/contentexport.tpl:24
-#: plugins/addons/ldapmanager/contentexport.tpl:39
-msgid "Choose the department you want to Export"
-msgstr ""
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Cell phone"
+msgstr "Cellolare"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
-msgstr ""
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
+msgid "Home phone"
+msgstr "Telefono privato"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
+#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
+#: html/getxls.php:299
+msgid "User ID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the complete LDAP database to a xls file"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+msgid ""
+"Cannot create a unique DN for your entry. Please fill more formular fields."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the LDAP Export to a xls file"
+#: plugins/addons/addressbook/class_addressbook.inc:606
+msgid ""
+"You have no permissions to create or modify a global address book entry."
 msgstr ""
 
 #: plugins/addons/ldapmanager/class_csvimport.inc:6
 msgstr ""
 
 #: plugins/addons/ldapmanager/class_csvimport.inc:6
@@ -4232,21 +4055,6 @@ msgstr ""
 msgid "Selected Template"
 msgstr ""
 
 msgid "Selected Template"
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-#, fuzzy
-msgid "XLS import"
-msgstr "Importa da formato CSV"
-
-#: plugins/addons/ldapmanager/class_exportxls.inc:39
-#: plugins/addons/ldapmanager/class_export.inc:38
-msgid "You've no permission to do LDAP exports."
-msgstr ""
-
-#: plugins/addons/ldapmanager/class_exportxls.inc:89
-#: plugins/addons/ldapmanager/class_export.inc:83
-msgid "Error while exporting the requested entries!"
-msgstr ""
-
 #: plugins/addons/ldapmanager/class_import.inc:41
 msgid "You've no permission to do LDAP imports."
 msgstr ""
 #: plugins/addons/ldapmanager/class_import.inc:41
 msgid "You've no permission to do LDAP imports."
 msgstr ""
@@ -4262,10 +4070,32 @@ msgid ""
 "purpose or when initializing a new server."
 msgstr ""
 
 "purpose or when initializing a new server."
 msgstr ""
 
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr ""
+
 #: plugins/addons/ldapmanager/contentexport.tpl:21
 msgid "Export complete LDIF for"
 msgstr ""
 
 #: plugins/addons/ldapmanager/contentexport.tpl:21
 msgid "Export complete LDIF for"
 msgstr ""
 
+#: plugins/addons/ldapmanager/contentexport.tpl:24
+#: plugins/addons/ldapmanager/contentexport.tpl:39
+#: plugins/addons/ldapmanager/contentexportxls.tpl:27
+#: plugins/addons/ldapmanager/contentexportxls.tpl:42
+msgid "Choose the department you want to Export"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr ""
+
 #: plugins/addons/ldapmanager/contentexport.tpl:59
 msgid "Click here to save the complete LDAP database to a file"
 msgstr ""
 #: plugins/addons/ldapmanager/contentexport.tpl:59
 msgid "Click here to save the complete LDAP database to a file"
 msgstr ""
@@ -4283,6 +4113,44 @@ msgstr "Amministrazione LDAP"
 msgid "CSV import"
 msgstr "Importa da formato CSV"
 
 msgid "CSV import"
 msgstr "Importa da formato CSV"
 
+#: plugins/addons/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
+msgid "You've no permission to do LDAP exports."
+msgstr ""
+
+#: plugins/addons/ldapmanager/class_export.inc:83
+#: plugins/addons/ldapmanager/class_exportxls.inc:89
+msgid "Error while exporting the requested entries!"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:3
+msgid ""
+"The XLS export plugin provides methods to download a complete snapshot of "
+"the running LDAP directory as xls. You may save these files for "
+"documentation."
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:14
+msgid "Choose the data you want to Export"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the complete LDAP database to a xls file"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the LDAP Export to a xls file"
+msgstr ""
+
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+#, fuzzy
+msgid "XLS import"
+msgstr "Importa da formato CSV"
+
 #: plugins/addons/logview/class_logview.inc:6
 msgid "System logs"
 msgstr "Log di sitema"
 #: plugins/addons/logview/class_logview.inc:6
 msgid "System logs"
 msgstr "Log di sitema"
@@ -4374,2329 +4242,2420 @@ msgstr ""
 msgid "System log view"
 msgstr ""
 
 msgid "System log view"
 msgstr ""
 
-#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
-#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
-#: plugins/admin/fai/tabsProfile.inc:30 plugins/admin/fai/tabsScript.inc:30
-#: plugins/admin/fai/tabsTemplate.inc:30
-#: plugins/admin/departments/tabs_department.inc:30
-msgid "Try to move tree failed. Destination tree is subtree of source tree."
-msgstr ""
-
-#: plugins/admin/fai/class_faiManagement.inc:31
-#, fuzzy
-msgid "FAI"
-msgstr "FAX"
+#: plugins/addons/mailqueue/main.inc:23
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
+msgid "Mail queue"
+msgstr "Coda della posta"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-msgid "Fully Automatic Installation - management"
+#: plugins/addons/mailqueue/class_mailqueue.inc:53
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUE_QUERY_COMMAND' "
+"specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:204
+#: plugins/addons/mailqueue/class_mailqueue.inc:80
+#: plugins/addons/mailqueue/class_mailqueue.inc:88
+#: plugins/addons/mailqueue/class_mailqueue.inc:107
+#: plugins/addons/mailqueue/class_mailqueue.inc:116
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
 #, php-format
 #, php-format
-msgid "You're about to delete all information about the FAI class at '%s'."
-msgstr ""
-
-#: plugins/admin/fai/class_faiManagement.inc:210
-#: plugins/admin/fai/class_faiManagement.inc:249
-#: plugins/admin/systems/class_systemManagement.inc:413
-#: plugins/admin/systems/class_systemManagement.inc:477
-msgid "You are not allowed to delete this component!"
-msgstr ""
-
-#: plugins/admin/fai/class_faiManagement.inc:398
-#: plugins/admin/fai/faiPackageNew.tpl:65 plugins/admin/users/template.tpl:44
-#: ihtml/themes/altlinux/setup_introduction.tpl:12
-#: ihtml/themes/altlinux/setup_useradmin.tpl:41
-#: ihtml/themes/altlinux/setup_step2.tpl:13
-#: ihtml/themes/altlinux/setup_step3.tpl:18
-#: ihtml/themes/default/setup_introduction.tpl:12
-#: ihtml/themes/default/setup_useradmin.tpl:41
-#: ihtml/themes/default/setup_step2.tpl:13
-#: ihtml/themes/default/setup_step3.tpl:18
-msgid "Continue"
-msgstr "Continua"
-
-#: plugins/admin/fai/class_faiManagement.inc:434
-#: plugins/admin/departments/class_departmentManagement.inc:279
-#, fuzzy
-msgid "Go to users home department"
-msgstr "Mostra utenti del dipartimento"
-
-#: plugins/admin/fai/class_faiManagement.inc:439
-#, fuzzy
-msgid "New profile"
-msgstr "Riferimenti"
-
-#: plugins/admin/fai/class_faiManagement.inc:439
-msgid "P"
-msgstr ""
-
-#: plugins/admin/fai/class_faiManagement.inc:444
-#, fuzzy
-msgid "New partition table"
-msgstr "Stampante"
-
-#: plugins/admin/fai/class_faiManagement.inc:444
-msgid "PT"
-msgstr ""
-
-#: plugins/admin/fai/class_faiManagement.inc:447
-#, fuzzy
-msgid "New scripts"
-msgstr "Mostra stampanti"
-
-#: plugins/admin/fai/class_faiManagement.inc:447
-msgid "S"
-msgstr ""
-
-#: plugins/admin/fai/class_faiManagement.inc:450
-#, fuzzy
-msgid "New hooks"
-msgstr "Mostra telefoni"
-
-#: plugins/admin/fai/class_faiManagement.inc:450
-msgid "H"
-msgstr ""
-
-#: plugins/admin/fai/class_faiManagement.inc:453
-#, fuzzy
-msgid "New variables"
-msgstr "Mostra terminali"
-
-#: plugins/admin/fai/class_faiManagement.inc:453
-msgid "V"
+msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-#, fuzzy
-msgid "New templates"
-msgstr "Nuovo template"
-
-#: plugins/admin/fai/class_faiManagement.inc:456
-msgid "T"
+#: plugins/addons/mailqueue/class_mailqueue.inc:251
+msgid "up"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:459
+#: plugins/addons/mailqueue/class_mailqueue.inc:253
 #, fuzzy
 #, fuzzy
-msgid "New package list"
-msgstr "Liste di blocco"
-
-#: plugins/admin/fai/class_faiManagement.inc:459
-msgid "PK"
-msgstr ""
-
-#: plugins/admin/fai/class_faiManagement.inc:473
-#: plugins/admin/systems/class_systemManagement.inc:592
-msgid "This table displays all systems, in the selected tree."
-msgstr ""
-
-#: plugins/admin/fai/class_faiManagement.inc:477
-msgid "Name of FAI class"
-msgstr ""
+msgid "down"
+msgstr "Dominio"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:478
-msgid "Class type"
+#: plugins/addons/mailqueue/class_mailqueue.inc:296
+msgid "no limit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:482
-#, fuzzy
-msgid "Edit class"
-msgstr "classe"
-
-#: plugins/admin/fai/class_faiManagement.inc:483
-#, fuzzy
-msgid "Delete class"
-msgstr "Rimuovi"
-
-#: plugins/admin/fai/class_faiManagement.inc:503
-#: plugins/admin/groups/class_groupApplication.inc:371
-#: plugins/admin/departments/class_departmentManagement.inc:315
+#: plugins/addons/mailqueue/class_mailqueue.inc:301
 #, fuzzy
 #, fuzzy
-msgid "department"
-msgstr "dipartimenti"
+msgid "hours"
+msgstr "ora"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:525
-#: plugins/admin/fai/class_faiManagement.inc:526
-#: plugins/admin/fai/class_faiProfile.inc:161
-#: plugins/admin/fai/class_faiProfileEntry.inc:123
-msgid "Partition table"
+#: plugins/addons/mailqueue/class_mailqueue.inc:347
+msgid "Hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:532
-#: plugins/admin/fai/class_faiManagement.inc:533
-msgid "Package list"
+#: plugins/addons/mailqueue/class_mailqueue.inc:348
+msgid "Un hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:539
-#: plugins/admin/fai/class_faiManagement.inc:540
+#: plugins/addons/mailqueue/class_mailqueue.inc:349
+#: plugins/addons/mailqueue/contents.tpl:78
 #, fuzzy
 #, fuzzy
-msgid "Scripts"
-msgstr "Script path"
+msgid "Active"
+msgstr "Privato"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:560
-#: plugins/admin/fai/class_faiManagement.inc:561
-#, fuzzy
-msgid "Profile"
-msgstr "Path del profilo"
+#: plugins/addons/mailqueue/class_mailqueue.inc:350
+msgid "Not active"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
+#: plugins/addons/mailqueue/contents.tpl:13
 #, fuzzy
 #, fuzzy
-msgid "Please enter your search string here"
+msgid "Please enter a search string here."
 msgstr "Prego inserire un numero di telefono valido!"
 
 msgstr "Prego inserire un numero di telefono valido!"
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
-msgid ""
-"This list displays all assigned package names for this repository settings."
+#: plugins/addons/mailqueue/contents.tpl:15
+#, fuzzy
+msgid "Select a server"
+msgstr "Rimuovi"
+
+#: plugins/addons/mailqueue/contents.tpl:18
+msgid "with status"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
-msgid "Fully Automatic Installation"
+#: plugins/addons/mailqueue/contents.tpl:22
+msgid "within the last"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
-#: plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/class_faiProfileEntry.inc:154
-#: plugins/admin/fai/faiHook.tpl:32
-#, fuzzy
-msgid "Objects"
-msgstr "Oggetto"
+#: plugins/addons/mailqueue/contents.tpl:30
+msgid "Remove all messages"
+msgstr ""
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
+#: plugins/addons/mailqueue/contents.tpl:31
+msgid "Remove all messages from selected servers queue"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:32
 #, fuzzy
 #, fuzzy
-msgid "Discs"
-msgstr "Dispositivi"
+msgid "Hold all messages"
+msgstr "Inoltra i messaggi a"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
+#: plugins/addons/mailqueue/contents.tpl:33
+msgid "Hold all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
+#: plugins/addons/mailqueue/contents.tpl:34
+msgid "Release all messages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:27
-msgid ""
-"This menu allows you to select FAI class names and to add them to the "
-"currently edited profile."
+#: plugins/addons/mailqueue/contents.tpl:35
+msgid "Release all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:40
-#, fuzzy
-msgid "Show only classes with templates"
-msgstr "Mostra utenti template"
+#: plugins/addons/mailqueue/contents.tpl:36
+msgid "Requeue all messages"
+msgstr ""
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:42
-msgid "Show only classes with scripts"
+#: plugins/addons/mailqueue/contents.tpl:37
+msgid "Requeue all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:44
-msgid "Show only classes with hooks"
+#: plugins/addons/mailqueue/contents.tpl:48
+msgid "Search returned no results"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:46
+#: plugins/addons/mailqueue/contents.tpl:54
 #, fuzzy
 #, fuzzy
-msgid "Show only classes with variables"
-msgstr "Mostra terminali"
+msgid "ID"
+msgstr "UID"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:48
-msgid "Show only classes with packages"
-msgstr ""
+#: plugins/addons/mailqueue/contents.tpl:57
+#, fuzzy
+msgid "Arrival"
+msgstr "Aprile"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:50
+#: plugins/addons/mailqueue/contents.tpl:59
 #, fuzzy
 #, fuzzy
-msgid "Show only classes with partitions"
-msgstr "Mostra workstation"
+msgid "Recipient"
+msgstr "Descrizione"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiProfileEntry.tpl:56
-#: plugins/admin/fai/faiPackageEntry.tpl:48 plugins/admin/fai/headpage.tpl:47
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects matching"
+#: plugins/addons/mailqueue/contents.tpl:60
+msgid "Error"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:60
-#: plugins/admin/fai/faiPackageEntry.tpl:53 plugins/admin/fai/headpage.tpl:51
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Regular expression for matching object names"
+#: plugins/addons/mailqueue/contents.tpl:95
+#, fuzzy
+msgid "Delete this message"
+msgstr "Elimina questo record"
+
+#: plugins/addons/mailqueue/contents.tpl:99
+msgid "unhold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+#: plugins/addons/mailqueue/contents.tpl:99
 #, fuzzy
 #, fuzzy
-msgid "Package"
-msgstr "Pacchetti"
+msgid "Release message"
+msgstr "Rimuovi"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:51
-#: plugins/admin/fai/class_faiHookEntry.inc:54
+#: plugins/addons/mailqueue/contents.tpl:103
 #, fuzzy
 #, fuzzy
-msgid "Please select a valid file."
-msgstr "Prego inserire un numero di telefono valido!"
+msgid "hold"
+msgstr "metodo"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:54
-#: plugins/admin/fai/class_faiHookEntry.inc:57
+#: plugins/addons/mailqueue/contents.tpl:103
 #, fuzzy
 #, fuzzy
-msgid "Selected file is empty."
-msgstr "Rimuovi"
+msgid "Hold message"
+msgstr "Home Page"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:99
-#: plugins/admin/fai/class_faiVariableEntry.inc:86
-#: plugins/admin/fai/class_faiHookEntry.inc:112
-#: plugins/admin/fai/class_faiTemplateEntry.inc:164
+#: plugins/addons/mailqueue/contents.tpl:107
 #, fuzzy
 #, fuzzy
-msgid "Please enter a name."
-msgstr "Inserisci la URI del server LDAP"
+msgid "requeue"
+msgstr "Numero di telefono"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:103
+#: plugins/addons/mailqueue/contents.tpl:107
+msgid "Requeue this message"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:110
 #, fuzzy
 #, fuzzy
-msgid "Please enter a script."
-msgstr "Prego inserire un numero di telefono valido!"
+msgid "header"
+msgstr "leggere"
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
+#: plugins/addons/mailqueue/contents.tpl:110
 #, fuzzy
 #, fuzzy
-msgid "List of assigned variables"
-msgstr "Scegli il tuo numero di telefono personale"
+msgid "Display header from this message"
+msgstr "Mostra utenti che corrispondono a"
 
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
+#: plugins/admin/groups/class_groupGeneric.inc:115
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:386
-#: plugins/admin/users/class_userManagement.inc:691
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_ogroupManagement.inc:392
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
+#: plugins/admin/groups/class_groupGeneric.inc:167
+msgid "This 'dn' is no group."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-#, fuzzy
-msgid "Script attributes"
-msgstr "Attributo DN delle persone"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Samba group"
+msgstr "Gruppo Samba"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
-#, fuzzy
-msgid "Choose a priority"
-msgstr "Scegli il tuo numero di telefono personale"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain admins"
+msgstr "Amministratori di Dominio"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
-#, fuzzy
-msgid "Import script"
-msgstr "Mostra stampanti"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain users"
+msgstr "Utenti di Dominio"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:150
-msgid "There is no useable package list defined."
-msgstr ""
+#: plugins/admin/groups/class_groupGeneric.inc:285
+msgid "Domain guests"
+msgstr "Ospiti di Dominio"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:295
+#: plugins/admin/groups/class_groupGeneric.inc:290
 #, php-format
 #, php-format
-msgid "Can't read configuration folder '%s'."
+msgid "Special group (%d)"
+msgstr "Gruppo speciale (%d)"
+
+#: plugins/admin/groups/class_groupGeneric.inc:626
+#: plugins/admin/ogroups/class_ogroup.inc:541
+msgid "You have no permissions to create a group on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:377
-#, fuzzy
-msgid "Please select a least one Package."
-msgstr "Prego inserire un numero di telefono valido!"
+#: plugins/admin/groups/class_groupGeneric.inc:636
+msgid ""
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPackage.inc:381
-#, fuzzy
-msgid "Please choose a valid combination for your repository setup."
-msgstr "Specificare una dimenzione valida per le mail da rigettare."
+#: plugins/admin/groups/class_groupGeneric.inc:647
+#: plugins/admin/groups/class_groupGeneric.inc:654
+msgid "Value specified as 'Name' is already used."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPackage.inc:402
-#, fuzzy
-msgid "package is configured"
-msgstr "non configurata"
+#: plugins/admin/groups/mail.tpl:11
+msgid "Primary mail address for this shared folder"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPackage.inc:426
-#, php-format
-msgid "Package file '%s' does not exist."
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
+msgstr ""
+
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "Cartelle condivise IMAP"
+
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Permessi predefiniti"
+
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Permessi dei membri"
+
+#: plugins/admin/groups/mail.tpl:88
+msgid "Forward messages to non group members"
+msgstr "Inoltra i messaggi ai membri esterni al gruppo"
+
+#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
+msgid "List of groups"
+msgstr "Lista dei gruppi"
+
+#: plugins/admin/groups/headpage.tpl:25
+msgid ""
+"This menu allows you to add, edit and remove selected groups. You may want "
+"to use the range selector on top of the group listbox, when working with a "
+"large number of groups."
 msgstr ""
 msgstr ""
+"Questo menù permette di creare, modificare e cancellare i gruppi "
+"selezionati. Avendo un gran numero di gruppi, puoi usare i selettori di "
+"intervalli in cima alla lista dei gruppi."
 
 
-#: plugins/admin/fai/faiPackage.tpl:29
-#, fuzzy
-msgid "Repository"
-msgstr "Riprova"
-
-#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
-#, fuzzy
-msgid "Release"
-msgstr "Rimuovi"
+#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
+msgid "Group administration"
+msgstr "Amministrazione dei gruppi di utenti"
 
 
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:313
-#, fuzzy
-msgid "Section"
-msgstr "Azione"
+#: plugins/admin/groups/class_groupManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
+#: html/getxls.php:99 html/getxls.php:244
+msgid "Groups"
+msgstr "Gruppi di utenti"
 
 
-#: plugins/admin/fai/faiPackage.tpl:50
-msgid "Mirror"
+#: plugins/admin/groups/class_groupManagement.inc:275
+#, php-format
+msgid "You're about to delete the group '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
-msgid "mirror"
+#: plugins/admin/groups/class_groupManagement.inc:281
+#: plugins/admin/groups/class_groupManagement.inc:307
+msgid "You are not allowed to delete this group!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
-#: plugins/admin/systems/workstationStartup.tpl:41
+#: plugins/admin/groups/class_groupManagement.inc:354
 #, fuzzy
 #, fuzzy
-msgid "set"
-msgstr "reset"
+msgid "Create new group"
+msgstr "Crea estensioni telefoniche"
 
 
-#: plugins/admin/fai/faiPackage.tpl:68
-#, fuzzy
-msgid "Used packages"
-msgstr "Mostra telefoni"
+#: plugins/admin/groups/class_groupManagement.inc:361
+#: plugins/admin/applications/class_applicationManagement.inc:337
+#: plugins/admin/departments/class_departmentManagement.inc:291
+#: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
+msgid "Edit this entry"
+msgstr "Modifica questo record"
 
 
-#: plugins/admin/fai/faiPackage.tpl:70
-#, fuzzy
-msgid "Choosen packages"
-msgstr "Mostra telefoni"
+#: plugins/admin/groups/class_groupManagement.inc:362
+#: plugins/admin/applications/class_applicationManagement.inc:338
+#: plugins/admin/departments/class_departmentManagement.inc:292
+#: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+msgid "Delete this entry"
+msgstr "Elimina questo record"
 
 
-#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
-msgid "Configure"
-msgstr "Configura"
+#: plugins/admin/groups/class_groupManagement.inc:372
+#: plugins/admin/users/class_userManagement.inc:728
+#, fuzzy
+msgid "Posix"
+msgstr "Proxy"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:145
-#: plugins/admin/fai/class_faiProfileEntry.inc:151
-msgid "This list displays all assigned class names for this profile."
-msgstr ""
+#: plugins/admin/groups/class_groupManagement.inc:375
+#: plugins/admin/applications/class_applicationManagement.inc:348
+#: plugins/admin/ogroups/class_ogroupManagement.inc:483
+#: plugins/gofon/fonreports/contents.tpl:34
+#: plugins/generic/references/class_reference.inc:42
+msgid "Application"
+msgstr "Applicazione"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:153
+#: plugins/admin/groups/class_groupManagement.inc:385
 #, fuzzy
 #, fuzzy
-msgid "Append new class names"
-msgstr "Applicazioni disponibili"
+msgid "Groupname"
+msgstr "Nome gruppo"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:156
-#: plugins/admin/fai/class_faiProfileEntry.inc:118
-msgid "Hook bundle"
+#: plugins/admin/groups/class_groupManagement.inc:386
+#: plugins/admin/users/class_userManagement.inc:691
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/ogroups/class_ogroupManagement.inc:392
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:157
-#: plugins/admin/fai/class_faiProfileEntry.inc:119
-msgid "Template bundle"
+#: plugins/admin/groups/class_groupManagement.inc:390
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/ogroups/class_ogroupManagement.inc:397
+msgid "This table displays all groups, in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:158
-#: plugins/admin/fai/class_faiProfileEntry.inc:120
-#, fuzzy
-msgid "Script bundle"
-msgstr "Script path"
-
-#: plugins/admin/fai/class_faiProfile.inc:159
-#: plugins/admin/fai/class_faiProfileEntry.inc:121
-msgid "Variable bundle"
+#: plugins/admin/groups/remove.tpl:6
+msgid ""
+"This may be a primary user group. Please double check if you really want to "
+"do this since there is no way for GOsa to get your data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:160
-msgid "Packages bundle"
-msgstr ""
+#: plugins/admin/groups/application_options.tpl:1
+msgid "Application options"
+msgstr "Opzioni applicazione"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:163
-msgid "Remove class from profile"
-msgstr ""
+#: plugins/admin/groups/class_groupMail.inc:158
+msgid "read"
+msgstr "leggere"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:226
-msgid "Please assign at least one class to this  profile."
-msgstr ""
+#: plugins/admin/groups/class_groupMail.inc:159
+msgid "post"
+msgstr "spedire"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:230
-#, fuzzy
-msgid "Please enter a valid name."
-msgstr "Prego inserire un numero di telefono valido!"
+#: plugins/admin/groups/class_groupMail.inc:160
+msgid "external post"
+msgstr "spedire esterno"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:238
-msgid "There is already a profile with this class name defined."
-msgstr ""
+#: plugins/admin/groups/class_groupMail.inc:161
+msgid "append"
+msgstr "appendere"
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
-#, fuzzy
-msgid "FAI classes"
-msgstr "Scegli il tuo numero di telefono personale"
+#: plugins/admin/groups/class_groupMail.inc:162
+msgid "write"
+msgstr "scrivere"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
-#, fuzzy
-msgid "FS type"
-msgstr "Tipo"
+#: plugins/admin/groups/class_groupMail.inc:187
+msgid "This 'dn' has no valid mail extensions."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
-#, fuzzy
-msgid "Mount point"
-msgstr "Monitoraggio"
+#: plugins/admin/groups/class_groupMail.inc:252
+msgid "You're trying to add an invalid email address "
+msgstr "Stai cercando di aggungere un indirizzo di posta non valido"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
-#, fuzzy
-msgid "Size in MB"
-msgstr "Connesso:"
+#: plugins/admin/groups/class_groupMail.inc:253
+msgid "to the list of forwarders."
+msgstr "alla lista degli inoltri"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
-#, fuzzy
-msgid "Mount options"
-msgstr "Opzioni di posta"
+#: plugins/admin/groups/class_groupMail.inc:622
+msgid "Please enter a valid email addres in 'Primary address' field."
+msgstr ""
+"Prego inserire un indirizzo email valido nel campo 'Indirizzo principale'"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
-#, fuzzy
-msgid "FS option"
-msgstr "Opzioni"
+#: plugins/admin/groups/class_groupMail.inc:655
+msgid ""
+"Please choose valid permission settings. Default permission can't be emtpy."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
+#: plugins/admin/groups/class_groupMail.inc:659
 #, fuzzy
 #, fuzzy
-msgid "Preserve"
-msgstr "server"
+msgid "Please select a valid mail server."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
-#, php-format
-msgid "please enter a unique mount point for partition %s"
-msgstr ""
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Oggetto"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
-#, fuzzy, php-format
-msgid "Please enter a valid mount point for partition %s."
-msgstr "Inserire un nome cartella valido per il campo 'Home directory'."
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+msgid "Choose"
+msgstr "Scegli"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
-#, php-format
-msgid ""
-"File system type 'swap' is already used, change file system type for "
-"partition %s."
-msgstr ""
+#: plugins/admin/groups/acl.tpl:17
+msgid "Apply this acl only for users own entries"
+msgstr "Applica questa ACL solo per i campi propri dell'utente"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
-msgstr ""
+#: plugins/admin/groups/application.tpl:4
+msgid "Used applications"
+msgstr "Applicazioni in uso"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
-#, fuzzy, php-format
-msgid "Please enter a valid partition size for partition %s."
-msgstr "Inserire un nome cartella valido per il campo 'Home directory'."
+#: plugins/admin/groups/application.tpl:7
+#, fuzzy
+msgid "Add category"
+msgstr "Aggiungi contatto"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
-#, fuzzy, php-format
-msgid "Please enter a valid range for partition %s."
-msgstr "Inserire un nome cartella valido per il campo 'Home directory'."
+#: plugins/admin/groups/application.tpl:12
+msgid "Available applications"
+msgstr "Applicazioni disponibili"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
-#, fuzzy, php-format
-msgid "Please enter a range for partition size for partition %s."
-msgstr "Inserire un nome cartella valido per il campo 'Home directory'."
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Selezioni utenti da aggiungere"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-#, fuzzy
-msgid "Device"
-msgstr "Dispositivi"
+#: plugins/admin/groups/group_objects.tpl:29
+msgid "Display users of department"
+msgstr "Mostra utenti del dipartimento"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
-#, fuzzy
-msgid "Partition entries"
-msgstr "Destinazione"
+#: plugins/admin/groups/group_objects.tpl:39
+#: plugins/admin/users/headpage.tpl:49
+msgid "Regular expression for matching user names"
+msgstr ""
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
-msgid "Add partition"
+#: plugins/admin/groups/class_groupAcl.inc:58
+msgid "This 'dn' is no acl container."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScript.tpl:34
-#, fuzzy
-msgid "List of scripts"
-msgstr "Lista degli utenti"
+#: plugins/admin/groups/class_groupAcl.inc:203
+msgid "All fields are writeable"
+msgstr "Tutti i campi sono scrivibili"
 
 
-#: plugins/admin/fai/faiScript.tpl:40
-msgid "Choose a script to delete or edit"
-msgstr ""
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
+msgid "Group name"
+msgstr "Nome gruppo"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:2
-#, fuzzy
-msgid "Repository settings"
-msgstr "Mostra workstation"
+#: plugins/admin/groups/generic.tpl:9
+msgid "Posix name of the group"
+msgstr "Nome Unix del gruppo"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:6
-msgid ""
-"To add packages to your package list you have to setup the repository "
-"settings first."
-msgstr ""
+#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
+msgid "Descriptive text for this group"
+msgstr "Nome descrittivo del gruppo"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:8
-msgid ""
-"Packages are usually stored on different servers called mirrors. These "
-"mirrors have different types of releases (for example woody/sarge/etch), "
-"which finally contain packages sorted by section."
-msgstr ""
+#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
+msgid "Choose subtree to place group in"
+msgstr "Scegli il subtree dove mettere il gruppo"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:11
-msgid ""
-"Section and release can't be changed in future dialogs, but the mirror can "
-"be changed by editing the entry."
+#: plugins/admin/groups/generic.tpl:36
+msgid "Normally IDs are autogenerated, select to specify manually"
 msgstr ""
 msgstr ""
+"Normalmente le ID sono autogenerate, selezionare per specificarelo "
+"manulamente"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:17
-msgid ""
-"First select the preferred release, then the section and finally the mirror."
-msgstr ""
+#: plugins/admin/groups/generic.tpl:36
+msgid "Force GID"
+msgstr "Forza GID"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:25
-msgid "Following releases are available"
-msgstr ""
+#: plugins/admin/groups/generic.tpl:38
+msgid "Forced ID number"
+msgstr "Forza numero ID"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:37
-msgid "Sections for this release"
-msgstr ""
+#: plugins/admin/groups/generic.tpl:45
+msgid "Select to create a samba conform group"
+msgstr "Seleziona per creare un gruppo conforme Samba"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:48
-msgid "Matching mirrors"
-msgstr ""
+#: plugins/admin/groups/generic.tpl:50
+msgid "in domain"
+msgstr "nel dominio"
 
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:82
-#, fuzzy
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Specificare una dimenzione valida per le mail da rigettare."
+#: plugins/admin/groups/generic.tpl:67
+msgid "Members are in a phone pickup group"
+msgstr "I membri sono in un gruppo di risposta telefonica"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
+#: plugins/admin/groups/generic.tpl:80
 #, fuzzy
 #, fuzzy
-msgid "Variable attributes"
-msgstr "Attributo DN delle persone"
+msgid "Members are in a nagios group"
+msgstr "I membri sono in un gruppo di risposta telefonica"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-#, fuzzy
-msgid "Variable content"
-msgstr "Mostra terminali"
+#: plugins/admin/groups/generic.tpl:96
+msgid "Group members"
+msgstr "Membri del gruppo"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:31
-#, fuzzy
-msgid "List of template files"
-msgstr "Lista dei dipartimenti"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Amministratori cartella"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:37
-#, fuzzy
-msgid "Choose a template to delete or edit"
-msgstr "Scegli il subtree per l'utente"
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Selezione un dipartimento"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-#, fuzzy
-msgid "List of available packages"
-msgstr "Scegli il tuo numero di telefono personale"
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Mostra l'indirizzo del dipartimento"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:26
-msgid ""
-"This menu allows you to select multiple packages to add them to the "
-"currently edited package list."
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Mostra gli indirizzi che corrispondono"
+
+#: plugins/admin/groups/class_groupApplication.inc:299
+msgid "This 'dn' is no appgroup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/remove.tpl:7
+#: plugins/admin/groups/class_groupApplication.inc:307
+msgid "Remove applications"
+msgstr "Elimina estensioni per le applicazioni"
+
+#: plugins/admin/groups/class_groupApplication.inc:308
 msgid ""
 msgid ""
-"This includes 'all' object information. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
-msgstr ""
+"This group has application features enabled. You can disable them by "
+"clicking below."
+msgstr "Questo gruppo non possiede estensioni per le applicazioni."
+
+#: plugins/admin/groups/class_groupApplication.inc:310
+msgid "Create applications"
+msgstr "Crea estensioni per le applicazioni"
 
 
-#: plugins/admin/fai/remove.tpl:11 plugins/admin/departments/remove.tpl:10
-#: plugins/admin/systems/remove.tpl:10 plugins/gofon/conference/remove.tpl:10
+#: plugins/admin/groups/class_groupApplication.inc:311
 msgid ""
 msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your LDAP tree in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
-msgstr ""
+"This group has application features disabled. You can enable them by "
+"clicking below."
+msgstr "Questo gruppo non possiede estensioni per le applicazioni."
 
 
-#: plugins/admin/fai/headpage.tpl:6
+#: plugins/admin/groups/class_groupApplication.inc:323
 #, fuzzy
 #, fuzzy
-msgid "List of FAI classes"
-msgstr "Scegli il tuo numero di telefono personale"
-
-#: plugins/admin/fai/headpage.tpl:24
-msgid "This menu allows you to create, delete and edit FAI classes."
-msgstr ""
+msgid "Invalid character in category name."
+msgstr "L'uid contiene dei caratteri invalidi!"
 
 
-#: plugins/admin/fai/headpage.tpl:36
+#: plugins/admin/groups/class_groupApplication.inc:331
 #, fuzzy
 #, fuzzy
-msgid "Show profiles"
-msgstr "Mostra stampanti"
+msgid "The specified category already exists."
+msgstr "La password immessa come 'Nuova password' è vuota"
 
 
-#: plugins/admin/fai/headpage.tpl:37 plugins/admin/users/headpage.tpl:38
-msgid "Show templates"
-msgstr "Mostra utenti template"
+#: plugins/admin/groups/class_groupApplication.inc:372
+msgid "The selected application name is not uniq. Please check your LDAP."
+msgstr ""
 
 
-#: plugins/admin/fai/headpage.tpl:38
-#, fuzzy
-msgid "Show scripts"
-msgstr "Mostra stampanti"
+#: plugins/admin/groups/class_groupApplication.inc:408
+msgid "The selected application has no options."
+msgstr ""
 
 
-#: plugins/admin/fai/headpage.tpl:39
+#: plugins/admin/groups/class_groupApplication.inc:501
+#: plugins/admin/departments/class_departmentManagement.inc:315
+#: plugins/admin/fai/class_faiManagement.inc:503
 #, fuzzy
 #, fuzzy
-msgid "Show hooks"
-msgstr "Mostra telefoni"
+msgid "department"
+msgstr "dipartimenti"
 
 
-#: plugins/admin/fai/headpage.tpl:40
+#: plugins/admin/groups/class_groupApplication.inc:509
 #, fuzzy
 #, fuzzy
-msgid "Show variables"
-msgstr "Mostra terminali"
+msgid "application"
+msgstr "applicazioni"
 
 
-#: plugins/admin/fai/headpage.tpl:41
+#: plugins/admin/groups/class_groupApplication.inc:550
+#: plugins/admin/groups/class_groupApplication.inc:586
 #, fuzzy
 #, fuzzy
-msgid "Show packages"
-msgstr "Mostra telefoni"
+msgid "Delete entry"
+msgstr "Elimina questo record"
 
 
-#: plugins/admin/fai/headpage.tpl:42
+#: plugins/admin/groups/class_groupApplication.inc:554
+#: plugins/admin/groups/class_groupApplication.inc:584
+msgid "Move up"
+msgstr ""
+
+#: plugins/admin/groups/class_groupApplication.inc:555
+#: plugins/admin/groups/class_groupApplication.inc:585
 #, fuzzy
 #, fuzzy
-msgid "Show partitions"
-msgstr "Mostra workstation"
+msgid "Move down"
+msgstr "Dominio"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:226
-#: plugins/admin/fai/class_faiPartitionTable.inc:232
-#, fuzzy, php-format
-msgid "%s partition"
-msgstr "Mostra workstation"
+#: plugins/admin/groups/class_groupApplication.inc:582
+msgid "Insert seperator"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:228
-#: plugins/admin/fai/class_faiPartitionTable.inc:234
-#, fuzzy, php-format
-msgid "%s partition(s)"
-msgstr "Mostra workstation"
+#: plugins/admin/users/password.tpl:2
+msgid ""
+"To change the user password use the fields below. The changes take effect "
+"immediately. Please memorize the new password, because the user wouldn't be "
+"able to login without it."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:108
-#, fuzzy
-msgid "Please enter a value for script."
-msgstr "Prego inserire un numero di telefono valido!"
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
+msgstr "Crea un nuovo utente usando i template"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:122
-msgid "Package bundle"
+#: plugins/admin/users/template.tpl:6
+msgid ""
+"Creating a new user can be assisted by using templates. Many database "
+"records will be filled automatically. Choose 'none' to skip the usage of "
+"templates."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:153
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-#, fuzzy
-msgid "Class name"
-msgstr "Scegli il tuo numero di telefono personale"
+#: plugins/admin/users/template.tpl:11
+#: plugins/admin/users/class_userManagement.inc:1028
+#: plugins/admin/systems/class_systemManagement.inc:705
+msgid "Template"
+msgstr ""
+
+#: plugins/admin/users/template.tpl:44
+#: plugins/admin/fai/class_faiManagement.inc:398
+#: plugins/admin/fai/faiPackageNew.tpl:65
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+msgid "Continue"
+msgstr "Continua"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
-#, fuzzy
-msgid "Hook attributes"
-msgstr "Attributo DN delle persone"
+#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
+msgid "User administration"
+msgstr "Amministrazione utenti"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:34
-msgid "Task"
-msgstr ""
+#: plugins/admin/users/class_userManagement.inc:25
+#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
+#: html/getxls.php:243
+msgid "Users"
+msgstr "Utenti"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:36
-msgid "Choose an existing FAI task"
+#: plugins/admin/users/class_userManagement.inc:247
+#: plugins/admin/users/class_userManagement.inc:317
+msgid "You are not allowed to set this users password!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
+#: plugins/admin/users/class_userManagement.inc:353
 #, php-format
 #, php-format
-msgid "Debconf information for package '%s'"
+msgid "You're about to delete the user %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:71
-#, fuzzy
-msgid "Create new FAI object - partition table."
-msgstr "Gruppo di oggetti"
+#: plugins/admin/users/class_userManagement.inc:359
+#: plugins/admin/users/class_userManagement.inc:387
+msgid "You are not allowed to delete this user!"
+msgstr ""
 
 
-#: plugins/admin/fai/class_askClassName.inc:72
-#, fuzzy
-msgid "Create new FAI object - package bundle."
-msgstr "Gruppo di oggetti"
+#: plugins/admin/users/class_userManagement.inc:488
+#: plugins/admin/systems/class_workstationStartup.inc:49
+#: plugins/admin/ogroups/class_ogroup.inc:240
+msgid "none"
+msgstr "nessuno"
 
 
-#: plugins/admin/fai/class_askClassName.inc:73
-#, fuzzy
-msgid "Create new FAI object - script bundle."
-msgstr "Gruppo di oggetti"
+#: plugins/admin/users/class_userManagement.inc:559
+msgid "A person with the choosen name is already used in this tree."
+msgstr ""
 
 
-#: plugins/admin/fai/class_askClassName.inc:74
+#: plugins/admin/users/class_userManagement.inc:674
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - variable bundle."
-msgstr "Gruppo di oggetti"
+msgid "Create new user"
+msgstr "Crea in"
 
 
-#: plugins/admin/fai/class_askClassName.inc:75
+#: plugins/admin/users/class_userManagement.inc:674
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - hook bundle."
-msgstr "Gruppo di oggetti"
+msgid "New user"
+msgstr "utenti"
 
 
-#: plugins/admin/fai/class_askClassName.inc:76
+#: plugins/admin/users/class_userManagement.inc:675
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - profile."
-msgstr "Gruppo di oggetti"
+msgid "Create new template"
+msgstr "Nuovo template"
 
 
-#: plugins/admin/fai/class_askClassName.inc:77
-#, fuzzy
-msgid "Create new FAI object - template."
+#: plugins/admin/users/class_userManagement.inc:675
+msgid "New template"
 msgstr "Nuovo template"
 
 msgstr "Nuovo template"
 
-#: plugins/admin/fai/class_askClassName.inc:78
+#: plugins/admin/users/class_userManagement.inc:682
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object"
-msgstr "Gruppo di oggetti"
-
-#: plugins/admin/fai/class_askClassName.inc:131
-msgid "The given class name is empty."
-msgstr ""
-
-#: plugins/admin/fai/class_askClassName.inc:135
-msgid "The specified class name is already in use for this object type."
-msgstr ""
-
-#: plugins/admin/fai/askClassName.tpl:6
-msgid ""
-"Adding a new class to the FAI management, requires a class name. You have to "
-"specify a unique class name for unique types of FAI classes, while you can "
-"use the same class name for different types of FAI classes. In the laste "
-"case, FAI will automatically enclose all these different class types to one "
-"unique class name."
-msgstr ""
+msgid "password"
+msgstr "Password"
 
 
-#: plugins/admin/fai/askClassName.tpl:12
-msgid ""
-"Please use one of the following methods to choose the name for the new FAI "
-"class."
-msgstr ""
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
+#: ihtml/themes/default/setup_useradmin.tpl:22
+msgid "Username"
+msgstr "Nome utente"
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
+#: plugins/admin/users/class_userManagement.inc:695
+msgid "This table displays all users, in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
+#: plugins/admin/users/class_userManagement.inc:726
+msgid "GOsa"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:54
+#: plugins/admin/users/class_userManagement.inc:727
 #, fuzzy
 #, fuzzy
-msgid "Choose class name"
-msgstr "Scegli il tuo numero di telefono personale"
+msgid "Edit generic properties"
+msgstr "Modifica proprietà"
 
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#: plugins/admin/users/class_userManagement.inc:729
 #, fuzzy
 #, fuzzy
-msgid "Use"
-msgstr "Utenti"
+msgid "Edit UNIX properties"
+msgstr "Modifica proprietà"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
+#: plugins/admin/users/class_userManagement.inc:731
 #, fuzzy
 #, fuzzy
-msgid "A new class name."
-msgstr "Applicazioni disponibili"
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:74
-msgid "no file uploaded yet"
-msgstr ""
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:76
-#, php-format
-msgid "exists in database (size: %s bytes)"
-msgstr ""
+msgid "Edit environment properties"
+msgstr "Modifica proprietà"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:156
+#: plugins/admin/users/class_userManagement.inc:733
 #, fuzzy
 #, fuzzy
-msgid "Please specify a value for attribute 'file'."
-msgstr "Prego inserire un numero di telefono valido!"
+msgid "Edit mail properties"
+msgstr "Modifica proprietà"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:160
+#: plugins/admin/users/class_userManagement.inc:735
 #, fuzzy
 #, fuzzy
-msgid "Please specify a value for attribute 'path'."
-msgstr "Prego inserire un numero di telefono valido!"
+msgid "Edit phone properties"
+msgstr "Modifica proprietà"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:168
+#: plugins/admin/users/class_userManagement.inc:737
 #, fuzzy
 #, fuzzy
-msgid "Please enter a user."
-msgstr "Inserisci la URI del server LDAP"
+msgid "Edit fax properies"
+msgstr "Modifica proprietà"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:171
+#: plugins/admin/users/class_userManagement.inc:739
 #, fuzzy
 #, fuzzy
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
-msgstr "Specificare una dimenzione valida per le mail da rigettare."
+msgid "Edit samba properties"
+msgstr "Modifica proprietà"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:175
+#: plugins/admin/users/class_userManagement.inc:740
 #, fuzzy
 #, fuzzy
-msgid "Please enter a group."
-msgstr "Inserisci la URI del server LDAP"
+msgid "Create user from template"
+msgstr "Nuovo template"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:178
+#: plugins/admin/users/class_userManagement.inc:741
 #, fuzzy
 #, fuzzy
-msgid "Please enter a valid group. Only a-z/0-9 are allowed."
-msgstr "Specificare una dimenzione valida per le mail da rigettare."
+msgid "Create user with this template"
+msgstr "Nuovo template"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:21
+#: plugins/admin/users/class_userManagement.inc:800
 #, fuzzy
 #, fuzzy
-msgid "Template attributes"
-msgstr "Attributo DN delle persone"
+msgid "Online"
+msgstr "nessuno"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
-msgid "File"
+#: plugins/admin/users/class_userManagement.inc:807
+msgid "Offline"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:35
-#, fuzzy
-msgid "Save template"
-msgstr "Nuovo template"
-
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:92
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-msgid "Upload"
+#: plugins/admin/users/remove.tpl:6
+msgid ""
+"This includes all account data, system access rules, imap settings, etc. for "
+"this user. Please double check if your really want to do this since there is "
+"no way for GOsa to get your data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:47
-#, fuzzy
-msgid "Destination path"
-msgstr "Destinazione"
+#: plugins/admin/users/headpage.tpl:6
+msgid "List of users"
+msgstr "Lista degli utenti"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:62
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
-msgid "Owner"
+#: plugins/admin/users/headpage.tpl:24
+msgid ""
+"This menu allows you to create, edit and delete selected users. Having a "
+"great number of users, you may want to use the range selectors on top of the "
+"user list."
 msgstr ""
 msgstr ""
+"Questo menù permette di creare, modificare e cancellare gli utenti "
+"selezionati. Avendo un gran numero di utenti, puoi usare i selettori di "
+"intervalli in cima alla lista degli utenti."
+
+#: plugins/admin/users/headpage.tpl:38
+msgid "Select to see template pseudo users"
+msgstr "Seleziona per vedere gli utenti template"
+
+#: plugins/admin/users/headpage.tpl:38 plugins/admin/fai/headpage.tpl:37
+msgid "Show templates"
+msgstr "Mostra utenti template"
+
+#: plugins/admin/users/headpage.tpl:39
+msgid "Select to see users that have only a GOsa object"
+msgstr "Seleziona per vedere gli utenti funzionali"
+
+#: plugins/admin/users/headpage.tpl:39
+msgid "Show functional users"
+msgstr "Mostra utenti funzionali"
+
+#: plugins/admin/users/headpage.tpl:40
+msgid "Select to see users that have posix settings"
+msgstr "Seleziona per vedere gli utenti Unix"
+
+#: plugins/admin/users/headpage.tpl:40
+msgid "Show unix users"
+msgstr "Mostra utenti Unix"
+
+#: plugins/admin/users/headpage.tpl:41
+msgid "Select to see users that have mail settings"
+msgstr "Seleziona per vedere gli utenti di posta"
+
+#: plugins/admin/users/headpage.tpl:41
+msgid "Show mail users"
+msgstr "Mostra utenti di posta"
+
+#: plugins/admin/users/headpage.tpl:42
+msgid "Select to see users that have samba settings"
+msgstr "Seleziona per vedere gli utenti Samba"
+
+#: plugins/admin/users/headpage.tpl:42
+msgid "Show samba users"
+msgstr "Mostra utenti Samba"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:71
-#: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:584
-#: plugins/admin/systems/class_printGeneric.inc:586
-#: plugins/admin/ogroups/class_ogroupManagement.inc:482
-#: plugins/generic/references/class_reference.inc:36
-msgid "Group"
-msgstr "Gruppo"
+#: plugins/admin/users/headpage.tpl:43
+msgid "Select to see users that have proxy settings"
+msgstr "Seleziona per vedere gli utenti proxy"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:80
-#, fuzzy
-msgid "Access"
-msgstr "Indirizzo"
+#: plugins/admin/users/headpage.tpl:43
+msgid "Show proxy users"
+msgstr "Mostra utenti proxy"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:86
-#, fuzzy
-msgid "Class"
-msgstr "classe"
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+#: plugins/admin/applications/class_applicationManagement.inc:357
+msgid "Application name"
+msgstr "Nome applicazione"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:87
-#, fuzzy
-msgid "Read"
-msgstr "leggere"
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
+msgid "Display name"
+msgstr "Mostra il nome"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-#, fuzzy
-msgid "Write"
-msgstr "scrivere"
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr ""
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
 #: plugins/admin/applications/generic.tpl:17
 #: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
 #: plugins/admin/systems/workstation.tpl:88
 #: plugins/admin/ogroups/termgroup.tpl:13
 #: plugins/admin/applications/generic.tpl:17
 #: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
 #: plugins/admin/systems/workstation.tpl:88
 #: plugins/admin/ogroups/termgroup.tpl:13
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
 msgid "Execute"
 msgstr "Esegui"
 
 msgid "Execute"
 msgstr "Esegui"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-#, fuzzy
-msgid "Special"
-msgstr "Terminali"
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr ""
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
-#, fuzzy
-msgid "SUID"
-msgstr "UID"
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
+msgstr ""
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:109
-#, fuzzy
-msgid "SGID"
-msgstr "GID"
+#: plugins/admin/applications/generic.tpl:48
+msgid "Icon"
+msgstr "Icna"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
-#, fuzzy
-msgid "Others"
-msgstr "Filtri"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Update"
+msgstr "Aggiorna"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
-#, fuzzy
-msgid "sticky"
-msgstr "statico"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Reload picture from LDAP"
+msgstr ""
 
 
-#: plugins/admin/fai/faiHook.tpl:34
-#, fuzzy
-msgid "List of hook scripts"
-msgstr "Lista delle liste di blocchi"
+#: plugins/admin/applications/generic.tpl:70
+msgid "Only executable for members"
+msgstr ""
 
 
-#: plugins/admin/fai/faiHook.tpl:40
-msgid "Choose a hook to delete or edit"
+#: plugins/admin/applications/generic.tpl:72
+msgid "Replace user configuration on startup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:11
-msgid "Primary mail address for this shared folder"
+#: plugins/admin/applications/generic.tpl:76
+msgid "Place icon on members desktop"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:16
-msgid "Select mail server to place user on"
+#: plugins/admin/applications/generic.tpl:79
+msgid "Place entry in members startmenu"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "Cartelle condivise IMAP"
+#: plugins/admin/applications/generic.tpl:82
+msgid "Place entry in members launch bar"
+msgstr ""
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Permessi predefiniti"
+#: plugins/admin/applications/generic.tpl:95
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+msgid "Upload"
+msgstr ""
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Permessi dei membri"
+#: plugins/admin/applications/class_applicationParameters.inc:50
+msgid "Remove options"
+msgstr ""
 
 
-#: plugins/admin/groups/mail.tpl:88
-msgid "Forward messages to non group members"
-msgstr "Inoltra i messaggi ai membri esterni al gruppo"
+#: plugins/admin/applications/class_applicationParameters.inc:51
+msgid "This application has options. You can disable them by clicking below."
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Gruppi di utenti"
+#: plugins/admin/applications/class_applicationParameters.inc:53
+msgid "Create options"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupManagement.inc:275
+#: plugins/admin/applications/class_applicationParameters.inc:54
+msgid ""
+"This application has options disabled. You can enable them by clicking below."
+msgstr ""
+
+#: plugins/admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr ""
+
+#: plugins/admin/applications/class_applicationParameters.inc:91
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr ""
+
+#: plugins/admin/applications/class_applicationParameters.inc:102
+msgid "Add option"
+msgstr ""
+
+#: plugins/admin/applications/class_applicationParameters.inc:154
 #, php-format
 #, php-format
-msgid "You're about to delete the group '%s'."
+msgid "Value '%s' specified as option name is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:281
-#: plugins/admin/groups/class_groupManagement.inc:307
-msgid "You are not allowed to delete this group!"
+#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
+msgid ""
+"This may be used by several groups. Please double check if your really want "
+"to do this since there is no way for GOsa to get your data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:354
-#, fuzzy
-msgid "Create new group"
-msgstr "Crea estensioni telefoniche"
+#: plugins/admin/applications/headpage.tpl:6
+msgid "List of applications"
+msgstr "Lista delle applicazioni"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:361
-#: plugins/admin/applications/class_applicationManagement.inc:337
-#: plugins/admin/departments/class_departmentManagement.inc:291
-#: plugins/admin/ogroups/class_ogroupManagement.inc:371
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
-msgid "Edit this entry"
-msgstr "Modifica questo record"
+#: plugins/admin/applications/headpage.tpl:24
+msgid ""
+"This menu allows you to add, edit and remove selected applications. You may "
+"want to use the range selector on top of the application listbox, when "
+"working with a large number of applications."
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupManagement.inc:362
-#: plugins/admin/applications/class_applicationManagement.inc:338
-#: plugins/admin/departments/class_departmentManagement.inc:292
-#: plugins/admin/ogroups/class_ogroupManagement.inc:372
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
-msgid "Delete this entry"
-msgstr "Elimina questo record"
+#: plugins/admin/applications/headpage.tpl:38
+msgid "Display applications matching"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupManagement.inc:372
-#: plugins/admin/users/class_userManagement.inc:728
+#: plugins/admin/applications/headpage.tpl:41
+msgid "Regular expression for matching application names"
+msgstr ""
+
+#: plugins/admin/applications/main.inc:38
+#: plugins/admin/applications/main.inc:40
+msgid "Application management"
+msgstr ""
+
+#: plugins/admin/applications/class_applicationManagement.inc:250
+#, php-format
+msgid "You're about to delete the application '%s'."
+msgstr ""
+
+#: plugins/admin/applications/class_applicationManagement.inc:256
+#: plugins/admin/applications/class_applicationManagement.inc:282
+msgid "You are not allowed to delete this application!"
+msgstr ""
+
+#: plugins/admin/applications/class_applicationManagement.inc:330
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
 #, fuzzy
 #, fuzzy
-msgid "Posix"
-msgstr "Proxy"
+msgid "new"
+msgstr "Nuovo"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:375
-#: plugins/admin/applications/class_applicationManagement.inc:348
-#: plugins/admin/ogroups/class_ogroupManagement.inc:483
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Applicazione"
+#: plugins/admin/applications/class_applicationManagement.inc:330
+#, fuzzy
+msgid "Create new application"
+msgstr "Crea estensioni per le applicazioni"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:385
+#: plugins/admin/applications/class_applicationGeneric.inc:86
 #, fuzzy
 #, fuzzy
-msgid "Groupname"
-msgstr "Nome gruppo"
+msgid "no example"
+msgstr "incompleto"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:390
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/ogroups/class_ogroupManagement.inc:397
-msgid "This table displays all groups, in the selected tree."
+#: plugins/admin/applications/class_applicationGeneric.inc:106
+msgid "This 'dn' is no application."
+msgstr ""
+
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+msgid "The specified picture has not been uploaded correctly."
+msgstr ""
+
+#: plugins/admin/applications/class_applicationGeneric.inc:306
+msgid "You have no permissions to create a application on this 'Base'."
+msgstr ""
+
+#: plugins/admin/applications/class_applicationGeneric.inc:311
+msgid "Required field 'Name' is not filled."
+msgstr ""
+
+#: plugins/admin/applications/class_applicationGeneric.inc:315
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+msgstr ""
+
+#: plugins/admin/applications/class_applicationGeneric.inc:319
+msgid "Required field 'Execute' is not filled."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:115
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
+#: plugins/admin/applications/class_applicationGeneric.inc:328
+msgid "There's already an application with this 'Name'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:167
-msgid "This 'dn' is no group."
+#: plugins/admin/departments/tabs_department.inc:30
+#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
+#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
+#: plugins/admin/fai/tabsTemplate.inc:30 plugins/admin/fai/tabsProfile.inc:30
+#: plugins/admin/fai/tabsScript.inc:30
+msgid "Try to move tree failed. Destination tree is subtree of source tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Samba group"
-msgstr "Gruppo Samba"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain admins"
-msgstr "Amministratori di Dominio"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain users"
-msgstr "Utenti di Dominio"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:56
+msgid "Descriptive text for department"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:285
-msgid "Domain guests"
-msgstr "Ospiti di Dominio"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:290
-#, php-format
-msgid "Special group (%d)"
-msgstr "Gruppo speciale (%d)"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:626
-#: plugins/admin/ogroups/class_ogroup.inc:541
-msgid "You have no permissions to create a group on this 'Base'."
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:122
+msgid "Choose subtree to place department in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:636
-msgid ""
-"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+#: plugins/admin/departments/generic.tpl:47
+msgid "State where this subtree is located"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:647
-#: plugins/admin/groups/class_groupGeneric.inc:654
-msgid "Value specified as 'Name' is already used."
+#: plugins/admin/departments/generic.tpl:51
+msgid "Location of this subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/remove.tpl:6
-msgid ""
-"This may be a primary user group. Please double check if you really want to "
-"do this since there is no way for GOsa to get your data back."
+#: plugins/admin/departments/generic.tpl:55
+msgid "Postal address of this subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
-msgid "Group administration"
-msgstr "Amministrazione dei gruppi di utenti"
+#: plugins/admin/departments/generic.tpl:59
+msgid "Base telephone number of this subtree"
+msgstr ""
 
 
-#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
-msgid "List of groups"
-msgstr "Lista dei gruppi"
+#: plugins/admin/departments/generic.tpl:63
+msgid "Base facsimile telephone number of this subtree"
+msgstr ""
 
 
-#: plugins/admin/groups/headpage.tpl:25
+#: plugins/admin/departments/remove.tpl:6
+#: plugins/gofon/conference/remove.tpl:6
 msgid ""
 msgid ""
-"This menu allows you to add, edit and remove selected groups. You may want "
-"to use the range selector on top of the group listbox, when working with a "
-"large number of groups."
+"This includes 'all' accounts, systems, etc. in this subtree. Please double "
+"check if your really want to do this since there is no way for GOsa to get "
+"your data back."
 msgstr ""
 msgstr ""
-"Questo menù permette di creare, modificare e cancellare i gruppi "
-"selezionati. Avendo un gran numero di gruppi, puoi usare i selettori di "
-"intervalli in cima alla lista dei gruppi."
 
 
-#: plugins/admin/groups/class_groupMail.inc:158
-msgid "read"
-msgstr "leggere"
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/systems/remove.tpl:10
+#: plugins/admin/fai/remove.tpl:11 plugins/gofon/conference/remove.tpl:10
+msgid ""
+"Best thing to do before performing this action would be to save the current "
+"contents of your LDAP tree in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupMail.inc:159
-msgid "post"
-msgstr "spedire"
+#: plugins/admin/departments/headpage.tpl:6
+msgid "List of departments"
+msgstr "Lista dei dipartimenti"
 
 
-#: plugins/admin/groups/class_groupMail.inc:160
-msgid "external post"
-msgstr "spedire esterno"
+#: plugins/admin/departments/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected departments. Having "
+"a large size of departments, you might prefer the range selectors on top of "
+"the department list."
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupMail.inc:161
-msgid "append"
-msgstr "appendere"
+#: plugins/admin/departments/headpage.tpl:38
+msgid "Display departments matching"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupMail.inc:162
-msgid "write"
-msgstr "scrivere"
+#: plugins/admin/departments/headpage.tpl:42
+msgid "Regular expression for matching department names"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupMail.inc:187
-msgid "This 'dn' has no valid mail extensions."
+#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
+msgid "Department management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:252
-msgid "You're trying to add an invalid email address "
-msgstr "Stai cercando di aggungere un indirizzo di posta non valido"
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:43
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+msgid "Departments"
+msgstr "Dipartimenti"
 
 
-#: plugins/admin/groups/class_groupMail.inc:253
-msgid "to the list of forwarders."
-msgstr "alla lista degli inoltri"
+#: plugins/admin/departments/class_departmentManagement.inc:185
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
+#, php-format
+msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupMail.inc:622
-msgid "Please enter a valid email addres in 'Primary address' field."
+#: plugins/admin/departments/class_departmentManagement.inc:202
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
+msgid "You have no permission to remove this department."
 msgstr ""
 msgstr ""
-"Prego inserire un indirizzo email valido nel campo 'Indirizzo principale'"
 
 
-#: plugins/admin/groups/class_groupMail.inc:655
-msgid ""
-"Please choose valid permission settings. Default permission can't be emtpy."
+#: plugins/admin/departments/class_departmentManagement.inc:279
+#: plugins/admin/fai/class_faiManagement.inc:434
+#, fuzzy
+msgid "Go to users home department"
+msgstr "Mostra utenti del dipartimento"
+
+#: plugins/admin/departments/class_departmentManagement.inc:281
+#, fuzzy
+msgid "Create new department"
+msgstr "Lista dei dipartimenti"
+
+#: plugins/admin/departments/class_departmentManagement.inc:289
+msgid "This table displays all departments, in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:659
+#: plugins/admin/departments/class_departmentManagement.inc:298
 #, fuzzy
 #, fuzzy
-msgid "Please select a valid mail server."
-msgstr "Prego inserire un numero di telefono valido!"
+msgid "Department name"
+msgstr "Dipartimento"
 
 
-#: plugins/admin/groups/acl.tpl:4
-msgid "Object"
-msgstr "Oggetto"
+#: plugins/admin/departments/class_departmentManagement.inc:392
+msgid ".."
+msgstr ""
 
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-msgid "Choose"
-msgstr "Scegli"
+#: plugins/admin/departments/class_departmentGeneric.inc:150
+msgid "You have no permissions to create a department on this 'Base'."
+msgstr ""
 
 
-#: plugins/admin/groups/acl.tpl:17
-msgid "Apply this acl only for users own entries"
-msgstr "Applica questa ACL solo per i campi propri dell'utente"
+#: plugins/admin/departments/class_departmentGeneric.inc:157
+#: plugins/admin/departments/class_departmentGeneric.inc:159
+msgid "Department with that 'Name' already exists."
+msgstr ""
 
 
-#: plugins/admin/groups/application.tpl:4
-msgid "Used applications"
-msgstr "Applicazioni in uso"
+#: plugins/admin/departments/class_departmentGeneric.inc:167
+msgid "Required field 'Description' is not set."
+msgstr ""
 
 
-#: plugins/admin/groups/application.tpl:6
-msgid "Seperator"
+#: plugins/admin/departments/class_departmentGeneric.inc:172
+msgid "The field 'Name' contains the reserved word 'incoming'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/application.tpl:11
-msgid "Available applications"
-msgstr "Applicazioni disponibili"
+#: plugins/admin/departments/class_departmentGeneric.inc:173
+msgid " Please choose another name."
+msgstr ""
 
 
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
-msgstr "Selezioni utenti da aggiungere"
+#: plugins/admin/systems/class_terminalInfo.inc:53
+#: plugins/admin/systems/class_terminalInfo.inc:181
+msgid "present"
+msgstr "presente"
 
 
-#: plugins/admin/groups/group_objects.tpl:29
-msgid "Display users of department"
-msgstr "Mostra utenti del dipartimento"
+#: plugins/admin/systems/class_terminalInfo.inc:65
+#: plugins/admin/systems/class_terminalService.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:99
+#: plugins/admin/systems/class_terminalGeneric.inc:130
+#: plugins/admin/systems/class_workstationStartup.inc:215
+#: plugins/admin/systems/class_workstationService.inc:124
+msgid "This 'dn' has no terminal features."
+msgstr ""
 
 
-#: plugins/admin/groups/group_objects.tpl:39
-#: plugins/admin/users/headpage.tpl:49
-msgid "Regular expression for matching user names"
+#: plugins/admin/systems/class_terminalInfo.inc:72
+msgid "This is a virtual terminal which has no properties to show here."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupAcl.inc:58
-msgid "This 'dn' is no acl container."
+#: plugins/admin/systems/class_terminalInfo.inc:92
+msgid "online"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupAcl.inc:203
-msgid "All fields are writeable"
-msgstr "Tutti i campi sono scrivibili"
+#: plugins/admin/systems/class_terminalInfo.inc:144
+msgid "running"
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
-msgid "Group name"
-msgstr "Nome gruppo"
+#: plugins/admin/systems/class_terminalInfo.inc:147
+msgid "not running"
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:9
-msgid "Posix name of the group"
-msgstr "Nome Unix del gruppo"
+#: plugins/admin/systems/class_terminalInfo.inc:155
+msgid "unknown status"
+msgstr ""
+
+#: plugins/admin/systems/class_terminalInfo.inc:173
+msgid "offline"
+msgstr ""
+
+#: plugins/admin/systems/network.tpl:1
+msgid "Network settings"
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
-msgid "Descriptive text for this group"
-msgstr "Nome descrittivo del gruppo"
+#: plugins/admin/systems/network.tpl:8
+msgid "IP-address"
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
-msgid "Choose subtree to place group in"
-msgstr "Scegli il subtree dove mettere il gruppo"
+#: plugins/admin/systems/network.tpl:16
+msgid "MAC-address"
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Normally IDs are autogenerated, select to specify manually"
+#: plugins/admin/systems/class_servService.inc:264
+msgid "Terminal server, must have fontpath specified."
 msgstr ""
 msgstr ""
-"Normalmente le ID sono autogenerate, selezionare per specificarelo "
-"manulamente"
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Force GID"
-msgstr "Forza GID"
+#: plugins/admin/systems/class_winGeneric.inc:73
+#: plugins/admin/systems/class_componentGeneric.inc:51
+msgid "This 'dn' has no network features."
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:38
-msgid "Forced ID number"
-msgstr "Forza numero ID"
+#: plugins/admin/systems/class_winGeneric.inc:142
+#: plugins/admin/systems/class_componentGeneric.inc:113
+#, fuzzy
+msgid "The required field 'Component name' is not set."
+msgstr "Il campo necessario 'Home directory' non è vuoto"
 
 
-#: plugins/admin/groups/generic.tpl:45
-msgid "Select to create a samba conform group"
-msgstr "Seleziona per creare un gruppo conforme Samba"
+#: plugins/admin/systems/class_winGeneric.inc:156
+#: plugins/admin/systems/class_componentGeneric.inc:126
+msgid "You have no permissions to create a component on this 'Base'."
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:50
-msgid "in domain"
-msgstr "nel dominio"
+#: plugins/admin/systems/class_winGeneric.inc:166
+#: plugins/admin/systems/class_terminalGeneric.inc:260
+#: plugins/admin/systems/class_servGeneric.inc:183
+#: plugins/admin/systems/class_workstationGeneric.inc:221
+#: plugins/admin/systems/class_printGeneric.inc:458
+#: plugins/admin/systems/class_componentGeneric.inc:136
+#: plugins/admin/systems/class_phoneGeneric.inc:307
+#, php-format
+msgid "There is already an entry '%s' in the base choosen by you"
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:67
-msgid "Members are in a phone pickup group"
-msgstr "I membri sono in un gruppo di risposta telefonica"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:80
-#, fuzzy
-msgid "Members are in a nagios group"
-msgstr "I membri sono in un gruppo di risposta telefonica"
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:96
-msgid "Group members"
-msgstr "Membri del gruppo"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr ""
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Amministratori cartella"
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr ""
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Selezione un dipartimento"
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr ""
 
 
-#: plugins/admin/groups/application_options.tpl:1
-msgid "Application options"
-msgstr "Opzioni applicazione"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr ""
 
 
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Mostra l'indirizzo del dipartimento"
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
+msgstr ""
 
 
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Mostra gli indirizzi che corrispondono"
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupApplication.inc:202
-msgid "This 'dn' is no appgroup."
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:210
-msgid "Remove applications"
-msgstr "Elimina estensioni per le applicazioni"
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupApplication.inc:211
-msgid ""
-"This group has application features enabled. You can disable them by "
-"clicking below."
-msgstr "Questo gruppo non possiede estensioni per le applicazioni."
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupApplication.inc:213
-msgid "Create applications"
-msgstr "Crea estensioni per le applicazioni"
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupApplication.inc:214
-msgid ""
-"This group has application features disabled. You can enable them by "
-"clicking below."
-msgstr "Questo gruppo non possiede estensioni per le applicazioni."
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupApplication.inc:242
-msgid "The selected application name is not uniq. Please check your LDAP."
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/workstationService.tpl:83
+#: plugins/admin/systems/terminalService.tpl:83
+msgid "Graphic device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:278
-msgid "The selected application has no options."
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:379
-#, fuzzy
-msgid "application"
-msgstr "applicazioni"
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupApplication.inc:595
-#: plugins/admin/applications/class_applicationGeneric.inc:38
-#, fuzzy
-msgid ""
-"There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
-msgstr "Il metodo di posta '%s' non è definito in gosa.conf"
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupApplication.inc:603
-#: plugins/admin/groups/class_groupApplication.inc:606
-#: plugins/admin/applications/class_applicationGeneric.inc:46
-#: plugins/admin/applications/class_applicationGeneric.inc:49
-#, php-format
-msgid ""
-"The specified file '%s' for 'KDE_APPLICATIONS_MENU' in your gosa.conf is not "
-"accessable."
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/password.tpl:2
-msgid ""
-"To change the user password use the fields below. The changes take effect "
-"immediately. Please memorize the new password, because the user wouldn't be "
-"able to login without it."
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:25
-#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Utenti"
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:247
-#: plugins/admin/users/class_userManagement.inc:317
-msgid "You are not allowed to set this users password!"
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:353
-#, php-format
-msgid "You're about to delete the user %s."
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:359
-#: plugins/admin/users/class_userManagement.inc:387
-msgid "You are not allowed to delete this user!"
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:488
-#: plugins/admin/systems/class_workstationStartup.inc:49
-#: plugins/admin/ogroups/class_ogroup.inc:240
-msgid "none"
-msgstr "nessuno"
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:559
-msgid "A person with the choosen name is already used in this tree."
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:674
-#, fuzzy
-msgid "Create new user"
-msgstr "Crea in"
+#: plugins/admin/systems/servservice.tpl:11
+msgid "Nfs Export"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:674
-#, fuzzy
-msgid "New user"
-msgstr "utenti"
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:675
-#, fuzzy
-msgid "Create new template"
-msgstr "Nuovo template"
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:675
-msgid "New template"
-msgstr "Nuovo template"
+#: plugins/admin/systems/servservice.tpl:72
+msgid "Terminal Service"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:682
-#, fuzzy
-msgid "password"
-msgstr "Password"
+#: plugins/admin/systems/servservice.tpl:77
+msgid "Temporary disable login"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
-msgid "Username"
-msgstr "Nome utente"
+#: plugins/admin/systems/servservice.tpl:80
+msgid "Font path"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:695
-msgid "This table displays all users, in the selected tree."
+#: plugins/admin/systems/servservice.tpl:93
+msgid "Syslog Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:726
-msgid "GOsa"
+#: plugins/admin/systems/servservice.tpl:101
+msgid "Print Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:727
+#: plugins/admin/systems/servservice.tpl:109
 #, fuzzy
 #, fuzzy
-msgid "Edit generic properties"
-msgstr "Modifica proprietà"
+msgid "Mail server"
+msgstr "Server"
+
+#: plugins/admin/systems/class_terminalService.inc:83
+#: plugins/admin/systems/class_workstationService.inc:68
+msgid "default"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:729
-#, fuzzy
-msgid "Edit UNIX properties"
-msgstr "Modifica proprietà"
+#: plugins/admin/systems/class_terminalService.inc:84
+#: plugins/admin/systems/class_workstationService.inc:69
+msgid "show chooser"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:731
-#, fuzzy
-msgid "Edit environment properties"
-msgstr "Modifica proprietà"
+#: plugins/admin/systems/class_terminalService.inc:85
+#: plugins/admin/systems/class_workstationService.inc:70
+msgid "direct"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:733
-#, fuzzy
-msgid "Edit mail properties"
-msgstr "Modifica proprietà"
+#: plugins/admin/systems/class_terminalService.inc:88
+#: plugins/admin/systems/class_workstationService.inc:73
+msgid "load balanced"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:735
-#, fuzzy
-msgid "Edit phone properties"
-msgstr "Modifica proprietà"
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:76
+msgid "Windows RDP"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:737
-#, fuzzy
-msgid "Edit fax properies"
-msgstr "Modifica proprietà"
+#: plugins/admin/systems/class_terminalService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:77
+msgid "ICA client"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:739
-#, fuzzy
-msgid "Edit samba properties"
-msgstr "Modifica proprietà"
+#: plugins/admin/systems/class_terminalService.inc:187
+#: plugins/admin/systems/class_workstationService.inc:171
+msgid "Choose the phone located at the current terminal"
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:740
-#, fuzzy
-msgid "Create user from template"
-msgstr "Nuovo template"
+#: plugins/admin/systems/class_terminalService.inc:251
+#: plugins/admin/systems/class_terminalService.inc:256
+#: plugins/admin/systems/class_workstationService.inc:236
+#: plugins/admin/systems/class_workstationService.inc:241
+msgid "Please specify a valid VSync range."
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:741
-#, fuzzy
-msgid "Create user with this template"
-msgstr "Nuovo template"
+#: plugins/admin/systems/class_terminalService.inc:266
+#: plugins/admin/systems/class_terminalService.inc:271
+#: plugins/admin/systems/class_workstationService.inc:251
+#: plugins/admin/systems/class_workstationService.inc:256
+msgid "Please specify a valid HSync range."
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:800
-#, fuzzy
-msgid "Online"
-msgstr "nessuno"
+#: plugins/admin/systems/class_servDB.inc:134
+#: plugins/admin/systems/class_servDB.inc:150
+#: plugins/admin/systems/class_servDB.inc:160
+#: plugins/admin/systems/class_servDB.inc:165
+#: plugins/admin/systems/class_servDB.inc:171
+#, php-format
+msgid "The attribute '%s' is empty or contains invalid characters."
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:807
-msgid "Offline"
+#: plugins/admin/systems/class_servDB.inc:140
+#, php-format
+msgid "The imap connect string needs to be in the form '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:1028
-#: plugins/admin/users/template.tpl:11
-#: plugins/admin/systems/class_systemManagement.inc:705
-msgid "Template"
+#: plugins/admin/systems/class_servDB.inc:144
+msgid "The sieve port needs to be numeric."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
-msgstr "Crea un nuovo utente usando i template"
+#: plugins/admin/systems/class_servDB.inc:155
+#, fuzzy, php-format
+msgid "The specified kerberos password is empty."
+msgstr "La password immessa come 'Nuova password' è vuota"
 
 
-#: plugins/admin/users/template.tpl:6
-msgid ""
-"Creating a new user can be assisted by using templates. Many database "
-"records will be filled automatically. Choose 'none' to skip the usage of "
-"templates."
+#: plugins/admin/systems/class_servDB.inc:179
+#, php-format
+msgid "The imap name string needs to be a hostname or an IP-address."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/remove.tpl:6
-msgid ""
-"This includes all account data, system access rules, imap settings, etc. for "
-"this user. Please double check if your really want to do this since there is "
-"no way for GOsa to get your data back."
+#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
+msgid "Server name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:6
-msgid "List of users"
-msgstr "Lista degli utenti"
+#: plugins/admin/systems/server.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/terminal.tpl:20 plugins/admin/systems/printer.tpl:22
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/component.tpl:15
+msgid "Choose subtree to place terminal in"
+msgstr "Scegli il subtree dove mettere i terminali"
 
 
-#: plugins/admin/users/headpage.tpl:24
-msgid ""
-"This menu allows you to create, edit and delete selected users. Having a "
-"great number of users, you may want to use the range selectors on top of the "
-"user list."
+#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/ogroups/termgroup.tpl:3
+msgid "Action"
+msgstr "Azione"
+
+#: plugins/admin/systems/server.tpl:42
+msgid "Select action to execute for this server"
 msgstr ""
 msgstr ""
-"Questo menù permette di creare, modificare e cancellare gli utenti "
-"selezionati. Avendo un gran numero di utenti, puoi usare i selettori di "
-"intervalli in cima alla lista degli utenti."
 
 
-#: plugins/admin/users/headpage.tpl:38
-msgid "Select to see template pseudo users"
-msgstr "Seleziona per vedere gli utenti template"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr ""
 
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Select to see users that have only a GOsa object"
-msgstr "Seleziona per vedere gli utenti funzionali"
+#: plugins/admin/systems/terminal.tpl:9
+msgid "Terminal template"
+msgstr ""
 
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Show functional users"
-msgstr "Mostra utenti funzionali"
+#: plugins/admin/systems/terminal.tpl:11
+msgid "Terminal name"
+msgstr ""
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Select to see users that have posix settings"
-msgstr "Seleziona per vedere gli utenti Unix"
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:45
+#: plugins/admin/systems/phonesettings.tpl:21
+msgid "Mode"
+msgstr ""
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Show unix users"
-msgstr "Mostra utenti Unix"
+#: plugins/admin/systems/terminal.tpl:38
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Select terminal mode"
+msgstr ""
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Select to see users that have mail settings"
-msgstr "Seleziona per vedere gli utenti di posta"
+#: plugins/admin/systems/terminal.tpl:52
+msgid "Root server"
+msgstr ""
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Show mail users"
-msgstr "Mostra utenti di posta"
+#: plugins/admin/systems/terminal.tpl:54
+msgid "Select NFS root filesystem to use"
+msgstr ""
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Select to see users that have samba settings"
-msgstr "Seleziona per vedere gli utenti Samba"
+#: plugins/admin/systems/terminal.tpl:60
+msgid "Swap server"
+msgstr ""
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Show samba users"
-msgstr "Mostra utenti Samba"
+#: plugins/admin/systems/terminal.tpl:62
+msgid "Choose NFS filesystem to place swap files on"
+msgstr ""
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Select to see users that have proxy settings"
-msgstr "Seleziona per vedere gli utenti proxy"
+#: plugins/admin/systems/terminal.tpl:74
+#: plugins/admin/systems/workstation.tpl:54
+msgid "Syslog server"
+msgstr ""
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Show proxy users"
-msgstr "Mostra utenti proxy"
+#: plugins/admin/systems/terminal.tpl:76
+#: plugins/admin/systems/workstation.tpl:56
+msgid "Choose server to use for logging"
+msgstr ""
 
 
-#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
-msgid "User administration"
-msgstr "Amministrazione utenti"
+#: plugins/admin/systems/terminal.tpl:82
+#: plugins/admin/systems/workstation.tpl:62
+msgid "NTP server"
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:50
-msgid "Remove options"
+#: plugins/admin/systems/terminal.tpl:84
+#: plugins/admin/systems/workstation.tpl:64
+msgid "Choose server to use for synchronizing time"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:51
-msgid "This application has options. You can disable them by clicking below."
+#: plugins/admin/systems/terminal.tpl:103
+#: plugins/admin/systems/workstation.tpl:82
+msgid "Select action to execute for this terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:53
-msgid "Create options"
+#: plugins/admin/systems/class_terminalGeneric.inc:63
+msgid "text"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:54
-msgid ""
-"This application has options disabled. You can enable them by clicking below."
+#: plugins/admin/systems/class_terminalGeneric.inc:64
+msgid "graphic"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
+#: plugins/admin/systems/class_terminalGeneric.inc:92
+#: plugins/admin/systems/class_servGeneric.inc:62
+#: plugins/admin/ogroups/class_termgroup.inc:62
+msgid "No WAKECMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
+#: plugins/admin/systems/class_terminalGeneric.inc:96
+#: plugins/admin/systems/class_terminalGeneric.inc:108
+#: plugins/admin/systems/class_terminalGeneric.inc:120
+#: plugins/admin/systems/class_servGeneric.inc:66
+#: plugins/admin/systems/class_servGeneric.inc:78
+#: plugins/admin/systems/class_servGeneric.inc:90
+#: plugins/admin/systems/class_workstationGeneric.inc:104
+#: plugins/admin/ogroups/class_termgroup.inc:66
+#: plugins/admin/ogroups/class_termgroup.inc:78
+#: plugins/admin/ogroups/class_termgroup.inc:90
+#, php-format
+msgid "Execution of '%s' failed!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:102
-msgid "Add option"
+#: plugins/admin/systems/class_terminalGeneric.inc:104
+#: plugins/admin/systems/class_servGeneric.inc:74
+#: plugins/admin/ogroups/class_termgroup.inc:74
+msgid "No REBOOTCMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:154
-#, php-format
-msgid "Value '%s' specified as option name is not valid."
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_servGeneric.inc:86
+#: plugins/admin/ogroups/class_termgroup.inc:86
+msgid "No HALTCMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_applicationManagement.inc:357
-msgid "Application name"
-msgstr "Nome applicazione"
-
-#: plugins/admin/applications/generic.tpl:11
-#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
-msgid "Display name"
-msgstr "Mostra il nome"
-
-#: plugins/admin/applications/generic.tpl:13
-msgid "Application name to be displayed (i.e. below icons)"
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Switch off"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:19
-msgid "Path and/or binary name of application"
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Reboot"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
+#: plugins/admin/systems/class_terminalGeneric.inc:149
+#: plugins/admin/systems/class_servGeneric.inc:117
+#: plugins/admin/systems/class_workstationGeneric.inc:137
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Wake up"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:48
-msgid "Icon"
-msgstr "Icna"
-
-#: plugins/admin/applications/generic.tpl:56
-msgid "Update"
-msgstr "Aggiorna"
-
-#: plugins/admin/applications/generic.tpl:56
-msgid "Reload picture from LDAP"
+#: plugins/admin/systems/class_terminalGeneric.inc:243
+msgid "You have no permissions to create a terminal on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:70
-msgid "Only executable for members"
+#: plugins/admin/systems/class_terminalGeneric.inc:247
+msgid "The required field 'Terminal name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:72
-msgid "Replace user configuration on startup"
+#: plugins/admin/systems/class_servGeneric.inc:52
+msgid "This 'dn' has no server features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:76
-msgid "Place icon on members desktop"
+#: plugins/admin/systems/class_servGeneric.inc:166
+#, fuzzy
+msgid "The required field 'Server name' is not set."
+msgstr "Il campo 'Indirizzo principale' non è stao inserito"
+
+#: plugins/admin/systems/class_servGeneric.inc:173
+msgid "You have no permissions to create a server on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Place entry in members startmenu"
+#: plugins/admin/systems/class_servDHCP.inc:36
+msgid "Remove DHCP service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
+#: plugins/admin/systems/class_servDHCP.inc:37
 msgid ""
 msgid ""
-"This may be used by several groups. Please double check if your really want "
-"to do this since there is no way for GOsa to get your data back."
+"This server has DHCP features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/headpage.tpl:6
-msgid "List of applications"
-msgstr "Lista delle applicazioni"
+#: plugins/admin/systems/class_servDHCP.inc:39
+msgid "Add DHCP service"
+msgstr ""
 
 
-#: plugins/admin/applications/headpage.tpl:24
+#: plugins/admin/systems/class_servDHCP.inc:40
 msgid ""
 msgid ""
-"This menu allows you to add, edit and remove selected applications. You may "
-"want to use the range selector on top of the application listbox, when "
-"working with a large number of applications."
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/headpage.tpl:38
-msgid "Display applications matching"
-msgstr ""
+#: plugins/admin/systems/printer.tpl:6
+msgid "General"
+msgstr "Generale"
 
 
-#: plugins/admin/applications/headpage.tpl:41
-msgid "Regular expression for matching application names"
-msgstr ""
+#: plugins/admin/systems/printer.tpl:9
+msgid "Printer name"
+msgstr "Nome della stampante"
 
 
-#: plugins/admin/applications/main.inc:38
-#: plugins/admin/applications/main.inc:40
-msgid "Application management"
-msgstr ""
+#: plugins/admin/systems/printer.tpl:30
+msgid "Details"
+msgstr "Dettagli"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:106
+#: plugins/admin/systems/printer.tpl:33
 #, fuzzy
 #, fuzzy
-msgid "no example"
-msgstr "incompleto"
+msgid "Printer location"
+msgstr "Impostazioni Unix"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:126
-msgid "This 'dn' is no application."
-msgstr ""
+#: plugins/admin/systems/printer.tpl:37
+msgid "Printer URL"
+msgstr "URL della stampante"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:241
-msgid "The specified picture has not been uploaded correctly."
-msgstr ""
+#: plugins/admin/systems/printer.tpl:45
+#: plugins/admin/systems/workstationService.tpl:86
+#: plugins/admin/systems/terminalService.tpl:86
+msgid "Driver"
+msgstr "Driver"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:322
-msgid "You have no permissions to create a application on this 'Base'."
-msgstr ""
+#: plugins/admin/systems/printer.tpl:57
+msgid "Permissions"
+msgstr "Permessi"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:327
-msgid "Required field 'Name' is not filled."
+#: plugins/admin/systems/printer.tpl:64
+msgid "Users which are allowed to use this printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:331
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
+#, fuzzy
+msgid "Add user"
+msgstr "Modifica contatto"
+
+#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
+#, fuzzy
+msgid "Add group"
+msgstr "gruppi"
+
+#: plugins/admin/systems/printer.tpl:80
+msgid "Users which are allowed to administrate this printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:335
-msgid "Required field 'Execute' is not filled."
+#: plugins/admin/systems/printer.tpl:81
+#, fuzzy
+msgid "Admins"
+msgstr "DN dell'amministratore"
+
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Sistemi"
+
+#: plugins/admin/systems/class_systemManagement.inc:334
+msgid "You can't edit this object type yet!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:344
-msgid "There's already an application with this 'Name'."
+#: plugins/admin/systems/class_systemManagement.inc:350
+msgid "Passwords entered as new and repeated do not match!"
+msgstr "Le password nuova e ripetuta non corrispondono"
+
+#: plugins/admin/systems/class_systemManagement.inc:363
+msgid "You are not allowed to set this systems password!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationManagement.inc:250
+#: plugins/admin/systems/class_systemManagement.inc:407
 #, php-format
 #, php-format
-msgid "You're about to delete the application '%s'."
+msgid "You're about to delete all information about the component at '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationManagement.inc:256
-#: plugins/admin/applications/class_applicationManagement.inc:282
-msgid "You are not allowed to delete this application!"
+#: plugins/admin/systems/class_systemManagement.inc:413
+#: plugins/admin/systems/class_systemManagement.inc:477
+#: plugins/admin/fai/class_faiManagement.inc:210
+#: plugins/admin/fai/class_faiManagement.inc:249
+msgid "You are not allowed to delete this component!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/systems/class_systemManagement.inc:569
 #, fuzzy
 #, fuzzy
-msgid "new"
-msgstr "Nuovo"
+msgid "New Terminal template"
+msgstr "Terminal Server"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
+#: plugins/admin/systems/class_systemManagement.inc:569
+#: plugins/admin/systems/class_systemManagement.inc:710
 #, fuzzy
 #, fuzzy
-msgid "Create new application"
-msgstr "Crea estensioni per le applicazioni"
+msgid "New Terminal"
+msgstr "Terminali"
 
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:570
+#, fuzzy
+msgid "New Workstation template"
+msgstr "Mostra workstation"
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:570
+#: plugins/admin/systems/class_systemManagement.inc:711
+#, fuzzy
+msgid "New Workstation"
+msgstr "Mostra workstation"
 
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:56
-msgid "Descriptive text for department"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:571
+#, fuzzy
+msgid "New Server"
+msgstr "Server"
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:572
+#, fuzzy
+msgid "New Printer"
+msgstr "Stampante"
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:573
+#, fuzzy
+msgid "New Phone"
+msgstr "Telefono"
 
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:122
-msgid "Choose subtree to place department in"
+#: plugins/admin/systems/class_systemManagement.inc:574
+msgid "New Component"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:47
-msgid "State where this subtree is located"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:582
+#, fuzzy
+msgid "Edit system"
+msgstr "Lista dei sistemi"
+
+#: plugins/admin/systems/class_systemManagement.inc:583
+#, fuzzy
+msgid "Delete system"
+msgstr "Rimuovi"
+
+#: plugins/admin/systems/class_systemManagement.inc:589
+#, fuzzy
+msgid "System"
+msgstr "Sistemi"
 
 
-#: plugins/admin/departments/generic.tpl:51
-msgid "Location of this subtree"
+#: plugins/admin/systems/class_systemManagement.inc:592
+#: plugins/admin/fai/class_faiManagement.inc:473
+msgid "This table displays all systems, in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:55
-msgid "Postal address of this subtree"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:625
+#, fuzzy
+msgid "Cups Server"
+msgstr "Server"
 
 
-#: plugins/admin/departments/generic.tpl:59
-msgid "Base telephone number of this subtree"
+#: plugins/admin/systems/class_systemManagement.inc:626
+msgid "Log Db"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:63
-msgid "Base facsimile telephone number of this subtree"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:627
+#, fuzzy
+msgid "Syslog Server"
+msgstr "Mostra server"
 
 
-#: plugins/admin/departments/remove.tpl:6
-#: plugins/gofon/conference/remove.tpl:6
-msgid ""
-"This includes 'all' accounts, systems, etc. in this subtree. Please double "
-"check if your really want to do this since there is no way for GOsa to get "
-"your data back."
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:628
+#, fuzzy
+msgid "Mail Server"
+msgstr "Server"
 
 
-#: plugins/admin/departments/headpage.tpl:6
-msgid "List of departments"
-msgstr "Lista dei dipartimenti"
+#: plugins/admin/systems/class_systemManagement.inc:629
+#, fuzzy
+msgid "Imap Server"
+msgstr "Server"
 
 
-#: plugins/admin/departments/headpage.tpl:24
-msgid ""
-"This menu allows you to create, delete and edit selected departments. Having "
-"a large size of departments, you might prefer the range selectors on top of "
-"the department list."
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:630
+#, fuzzy
+msgid "Nfs Server"
+msgstr "Server"
 
 
-#: plugins/admin/departments/headpage.tpl:38
-msgid "Display departments matching"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:631
+#, fuzzy
+msgid "Kerberos Server"
+msgstr "Kerberos"
 
 
-#: plugins/admin/departments/headpage.tpl:42
-msgid "Regular expression for matching department names"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:632
+#, fuzzy
+msgid "Asterisk Server"
+msgstr "Terminal Server"
 
 
-#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
-msgid "Department management"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:633
+#, fuzzy
+msgid "Fax Server"
+msgstr "Server"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:150
-msgid "You have no permissions to create a department on this 'Base'."
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:634
+#, fuzzy
+msgid "Ldap Server"
+msgstr "Server"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:157
-#: plugins/admin/departments/class_departmentGeneric.inc:159
-msgid "Department with that 'Name' already exists."
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:660
+#, fuzzy
+msgid "Set root password"
+msgstr "Cambia password"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:167
-msgid "Required field 'Description' is not set."
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:706
+#: plugins/admin/ogroups/class_ogroupManagement.inc:488
+#, fuzzy
+msgid "Terminal"
+msgstr "Terminali"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:172
-msgid "The field 'Name' contains the reserved word 'incoming'."
+#: plugins/admin/systems/class_systemManagement.inc:707
+#: plugins/admin/ogroups/class_ogroupManagement.inc:487
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:173
-msgid " Please choose another name."
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:712
+#, fuzzy
+msgid "Winstation"
+msgstr "Amministrazione"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:43
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
-msgid "Departments"
-msgstr "Dipartimenti"
+#: plugins/admin/systems/class_systemManagement.inc:713
+#, fuzzy
+msgid "Network Device"
+msgstr "Mostra dispositiva di rete"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:185
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
-#, php-format
-msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+#: plugins/admin/systems/class_systemManagement.inc:930
+msgid "New terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:202
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
-msgid "You have no permission to remove this department."
+#: plugins/admin/systems/class_systemManagement.inc:933
+msgid "New workstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:281
+#: plugins/admin/systems/class_systemManagement.inc:950
 #, fuzzy
 #, fuzzy
-msgid "Create new department"
-msgstr "Lista dei dipartimenti"
+msgid "Terminal template for"
+msgstr "Terminal Server"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:289
-msgid "This table displays all departments, in the selected tree."
+#: plugins/admin/systems/class_systemManagement.inc:962
+msgid "Workstation template for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:298
+#: plugins/admin/systems/class_workstationGeneric.inc:70
 #, fuzzy
 #, fuzzy
-msgid "Department name"
-msgstr "Dipartimento"
+msgid "Activated"
+msgstr "Privato"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:392
-msgid ".."
+#: plugins/admin/systems/class_workstationGeneric.inc:72
+msgid "Memory test"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:53
-#: plugins/admin/systems/class_terminalInfo.inc:181
-msgid "present"
-msgstr "presente"
-
-#: plugins/admin/systems/class_terminalInfo.inc:65
-#: plugins/admin/systems/class_terminalService.inc:139
-#: plugins/admin/systems/class_terminalStartup.inc:99
-#: plugins/admin/systems/class_workstationService.inc:124
-#: plugins/admin/systems/class_workstationStartup.inc:215
-#: plugins/admin/systems/class_terminalGeneric.inc:130
-msgid "This 'dn' has no terminal features."
-msgstr ""
+#: plugins/admin/systems/class_workstationGeneric.inc:73
+#, fuzzy
+msgid "System analysis"
+msgstr "Log di sitema"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:72
-msgid "This is a virtual terminal which has no properties to show here."
+#: plugins/admin/systems/class_workstationGeneric.inc:100
+msgid "No ACTIONCMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:92
-msgid "online"
+#: plugins/admin/systems/class_workstationGeneric.inc:114
+msgid "This 'dn' has no workstation features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:144
-msgid "running"
-msgstr ""
+#: plugins/admin/systems/class_workstationGeneric.inc:132
+#, fuzzy
+msgid "Instant update"
+msgstr "Crea estensioni telefoniche"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:147
-msgid "not running"
+#: plugins/admin/systems/class_workstationGeneric.inc:133
+#: plugins/admin/systems/class_workstationGeneric.inc:139
+msgid "Scheduled update"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:155
-msgid "unknown status"
+#: plugins/admin/systems/class_workstationGeneric.inc:134
+#: plugins/admin/systems/class_workstationGeneric.inc:138
+msgid "Reinstall"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:173
-msgid "offline"
-msgstr ""
+#: plugins/admin/systems/class_workstationGeneric.inc:135
+#, fuzzy
+msgid "Rescan hardware"
+msgstr "Dispositivo telefonico"
 
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network settings"
+#: plugins/admin/systems/class_workstationGeneric.inc:204
+msgid "You have no permissions to create a workstation on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:8
-msgid "IP-address"
+#: plugins/admin/systems/class_workstationGeneric.inc:208
+msgid "The required field 'Workstation name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:16
-msgid "MAC-address"
+#: plugins/admin/systems/class_printGeneric.inc:194
+#: plugins/admin/systems/class_printGeneric.inc:215
+#: plugins/admin/systems/class_printGeneric.inc:218
+msgid "Add printer extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_winGeneric.inc:73
-#: plugins/admin/systems/class_componentGeneric.inc:51
-msgid "This 'dn' has no network features."
-msgstr ""
+#: plugins/admin/systems/class_printGeneric.inc:195
+#, fuzzy
+msgid ""
+"This workstation has printer extension disabled. You can't enable it while "
+"'cn' is not present in entry. Possibly you are currently creating a new "
+"terminal template"
+msgstr "Questa identità non possiede estensioni di posta."
 
 
-#: plugins/admin/systems/class_winGeneric.inc:142
-#: plugins/admin/systems/class_componentGeneric.inc:113
+#: plugins/admin/systems/class_printGeneric.inc:207
+#: plugins/admin/systems/class_printGeneric.inc:210
 #, fuzzy
 #, fuzzy
-msgid "The required field 'Component name' is not set."
-msgstr "Il campo necessario 'Home directory' non è vuoto"
+msgid "Remove printer extension"
+msgstr "Elimina foto"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:156
-#: plugins/admin/systems/class_componentGeneric.inc:126
-msgid "You have no permissions to create a component on this 'Base'."
-msgstr ""
+#: plugins/admin/systems/class_printGeneric.inc:208
+#, fuzzy
+msgid ""
+"This workstation has printer extension enabled.You can disable it by "
+"clicking below."
+msgstr "Questa identià possiede estensioni di posta."
 
 
-#: plugins/admin/systems/class_winGeneric.inc:166
-#: plugins/admin/systems/class_phoneGeneric.inc:302
-#: plugins/admin/systems/class_terminalGeneric.inc:260
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/systems/class_workstationGeneric.inc:221
-#: plugins/admin/systems/class_printGeneric.inc:458
-#: plugins/admin/systems/class_componentGeneric.inc:136
-#, php-format
-msgid "There is already an entry '%s' in the base choosen by you"
-msgstr ""
+#: plugins/admin/systems/class_printGeneric.inc:211
+#, fuzzy
+msgid ""
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
+msgstr "Questa identià possiede estensioni di posta."
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr ""
+#: plugins/admin/systems/class_printGeneric.inc:216
+#, fuzzy
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
+msgstr "Questa identità non possiede estensioni di posta."
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr ""
+#: plugins/admin/systems/class_printGeneric.inc:219
+#, fuzzy
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
+msgstr "Questa identità non possiede estensioni di posta."
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
+#: plugins/admin/systems/class_printGeneric.inc:230
+msgid "This 'dn' has no printer features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
+#: plugins/admin/systems/class_printGeneric.inc:364
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr ""
+#: plugins/admin/systems/class_printGeneric.inc:372
+#, fuzzy
+msgid "can't get ppd informations."
+msgstr "Informazioni organizzazione"
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
+#: plugins/admin/systems/class_printGeneric.inc:384
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
+#: plugins/admin/systems/class_printGeneric.inc:386
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
+#: plugins/admin/systems/class_printGeneric.inc:448
+msgid "You have no permissions to create a printer on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr ""
+#: plugins/admin/systems/class_printGeneric.inc:584
+#: plugins/admin/systems/class_printGeneric.inc:586
+#: plugins/admin/ogroups/class_ogroupManagement.inc:482
+#: plugins/admin/fai/faiTemplateEntry.tpl:71
+#: plugins/admin/fai/faiTemplateEntry.tpl:103
+#: plugins/generic/references/class_reference.inc:36
+msgid "Group"
+msgstr "Gruppo"
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
+#: plugins/admin/systems/class_servDNS.inc:36
+msgid "Remove DNS service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
+#: plugins/admin/systems/class_servDNS.inc:37
+msgid ""
+"This server has DNS features enabled. You can disable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
+#: plugins/admin/systems/class_servDNS.inc:39
+msgid "Add DNS service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
+#: plugins/admin/systems/class_servDNS.inc:40
+msgid ""
+"This server has DNS features disabled. You can enable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:73
-#: plugins/admin/systems/workstationService.tpl:83
-#: plugins/admin/systems/terminalService.tpl:83
-msgid "Graphic device"
+#: plugins/admin/systems/workstation.tpl:9
+msgid "Workstation template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
+#: plugins/admin/systems/workstation.tpl:11
+msgid "Workstation name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
+#: plugins/admin/systems/servdb.tpl:10
+msgid "Kerberos Realm"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
+msgid "Admin user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
+#: plugins/admin/systems/servdb.tpl:26
+msgid "FAX database"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
+#: plugins/admin/systems/servdb.tpl:30
+msgid "FAX DB user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
+#: plugins/admin/systems/servdb.tpl:42
+msgid "Asterisk management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
+#: plugins/admin/systems/servdb.tpl:58
+msgid "Local dial prefix"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:83
-#: plugins/admin/systems/class_workstationService.inc:68
-msgid "default"
+#: plugins/admin/systems/servdb.tpl:70
+msgid "IMAP admin access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:84
-#: plugins/admin/systems/class_workstationService.inc:69
-msgid "show chooser"
+#: plugins/admin/systems/servdb.tpl:74
+msgid "Server identifier"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:85
-#: plugins/admin/systems/class_workstationService.inc:70
-msgid "direct"
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:88
-#: plugins/admin/systems/class_workstationService.inc:73
-msgid "load balanced"
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:91
-#: plugins/admin/systems/class_workstationService.inc:76
-msgid "Windows RDP"
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:92
-#: plugins/admin/systems/class_workstationService.inc:77
-msgid "ICA client"
+#: plugins/admin/systems/servdb.tpl:104
+msgid "Logging DB user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:187
-#: plugins/admin/systems/class_workstationService.inc:171
-msgid "Choose the phone located at the current terminal"
+#: plugins/admin/systems/class_servKolab.inc:115
+msgid "Remove Kolab extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:251
-#: plugins/admin/systems/class_terminalService.inc:256
-#: plugins/admin/systems/class_workstationService.inc:236
-#: plugins/admin/systems/class_workstationService.inc:241
-msgid "Please specify a valid VSync range."
+#: plugins/admin/systems/class_servKolab.inc:115
+msgid ""
+"This server has kolab features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:266
-#: plugins/admin/systems/class_terminalService.inc:271
-#: plugins/admin/systems/class_workstationService.inc:251
-#: plugins/admin/systems/class_workstationService.inc:256
-msgid "Please specify a valid HSync range."
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid "Add Kolab service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid ""
+"This server has kolab features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:264
-msgid "Terminal server, must have fontpath specified."
+#: plugins/admin/systems/class_servKolab.inc:146
+#, php-format
+msgid "Include data from %s days in the past when creating free/busy lists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Nfs Export"
+#: plugins/admin/systems/class_servKolab.inc:152
+#, php-format
+msgid "Warn users when using more than %s%% of their mail quota"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
+#: plugins/admin/systems/class_servKolab.inc:224
+msgid "Future days in Free/Busy settings must be set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
+#: plugins/admin/systems/class_servKolab.inc:226
+msgid "Future days in Free/Busy settings must be a positive value."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:72
-msgid "Terminal Service"
+#: plugins/admin/systems/class_servKolab.inc:230
+msgid "The given Quota settings value must be a number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:77
-msgid "Temporary disable login"
+#: plugins/admin/systems/class_servKolab.inc:232
+msgid "Please choose a value between 1 and 100 for Quota settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:80
-msgid "Font path"
+#: plugins/admin/systems/class_servKolab.inc:234
+msgid "Future days must be a value."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:93
-msgid "Syslog Service"
+#: plugins/admin/systems/class_servKolab.inc:238
+msgid "No SMTP privileged networks set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:101
-msgid "Print Service"
+#: plugins/admin/systems/class_servKolab.inc:242
+msgid "No SMTP smarthost/relayhost set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:109
-#, fuzzy
-msgid "Mail server"
-msgstr "Server"
-
-#: plugins/admin/systems/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
+#: plugins/admin/systems/servkolab.tpl:14
+msgid "POP3 service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:4
-msgid ""
-"Linux terminals and workstations are autocreated on bootup. For this reason "
-"you're only be able to create templates for a specific tree. Servers are "
-"normally automatically added too, but in some special cases you may need to "
-"create a faked server entry to provide GOsa with some informations. Other "
-"network components may be used for Nagios setups to create component "
-"dependencies."
+#: plugins/admin/systems/servkolab.tpl:22
+msgid "POP3/SSL service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:7
-msgid "Linux thin client template"
+#: plugins/admin/systems/servkolab.tpl:30
+msgid "IMAP service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
+#: plugins/admin/systems/servkolab.tpl:38
+msgid "IMAP/SSL service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Server Linux"
+#: plugins/admin/systems/servkolab.tpl:46
+msgid "Sieve service"
+msgstr ""
 
 
-#: plugins/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
+#: plugins/admin/systems/servkolab.tpl:54
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
+#: plugins/admin/systems/servkolab.tpl:62
+msgid "HTTP FreeBusy service (legacy)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
+#: plugins/admin/systems/servkolab.tpl:70
+msgid "Amavis email scanning (virus/spam)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
-msgstr "Creare"
-
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/server.tpl:15
-#: plugins/admin/systems/phone.tpl:15 plugins/admin/systems/terminal.tpl:20
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
-msgstr "Scegli il subtree dove mettere i terminali"
+#: plugins/admin/systems/servkolab.tpl:81
+msgid "Quota settings"
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:4
-#: plugins/admin/systems/terminalService.tpl:4
-msgid "Keyboard"
+#: plugins/admin/systems/servkolab.tpl:97
+msgid "Free/Busy settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:7
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:210
-msgid "Model"
+#: plugins/admin/systems/servkolab.tpl:102
+msgid "Allow unauthenticated downloading of Free/Busy information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:9
-#: plugins/admin/systems/terminalService.tpl:9
-msgid "Choose keyboard model"
+#: plugins/admin/systems/servkolab.tpl:117
+msgid "SMTP privileged networks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:15
-#: plugins/admin/systems/terminalService.tpl:15
-msgid "Layout"
+#: plugins/admin/systems/servkolab.tpl:122
+msgid "Hosts/networks allowed to relay"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:17
-#: plugins/admin/systems/terminalService.tpl:17
-msgid "Choose keyboard layout"
+#: plugins/admin/systems/servkolab.tpl:125
+msgid "Enter multiple values, seperated with"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:23
-#: plugins/admin/systems/terminalService.tpl:23
-msgid "Variant"
+#: plugins/admin/systems/servkolab.tpl:138
+msgid "SMTP smarthost/relayhost"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:25
-#: plugins/admin/systems/terminalService.tpl:25
-msgid "Choose keyboard variant"
+#: plugins/admin/systems/servkolab.tpl:144
+msgid "Enable MX lookup for relayhost"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:39
-#: plugins/admin/systems/terminalService.tpl:39
-msgid "Mouse"
+#: plugins/admin/systems/servkolab.tpl:149
+msgid "Host used to relay mails"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:44
-#: plugins/admin/systems/terminalService.tpl:44
-msgid "Choose mouse type"
+#: plugins/admin/systems/servkolab.tpl:163
+msgid "Accept Internet Mail"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:50
-#: plugins/admin/systems/terminalService.tpl:50
-msgid "Port"
+#: plugins/admin/systems/servkolab.tpl:169
+msgid "Accept mail from other domains over non-authenticated SMTP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:52
-#: plugins/admin/systems/terminalService.tpl:52
-msgid "Choose mouse port"
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:66
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/gofon/phoneaccount/generic.tpl:24
-msgid "Telephone hardware"
-msgstr "Dispositivo telefonico"
+#: plugins/admin/systems/remove.tpl:6
+msgid ""
+"This includes <b>all</b> system and setup informations. Please double check "
+"if your really want to do this since there is no way for GOsa to get your "
+"data back."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:69
-#: plugins/admin/systems/terminalService.tpl:69
-#: plugins/gofon/phoneaccount/generic.tpl:26
-#: plugins/gofon/phoneaccount/generic.tpl:28
-msgid "Telephone"
-msgstr "Telefono"
+#: plugins/admin/systems/headpage.tpl:6
+msgid "List of systems"
+msgstr "Lista dei sistemi"
 
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/printer.tpl:45
-#: plugins/admin/systems/terminalService.tpl:86
-msgid "Driver"
-msgstr "Driver"
+#: plugins/admin/systems/headpage.tpl:24
+msgid ""
+"This menu allows you to add, remove and change the properties of specific "
+"systems. You can only add systems which have already been started once."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:88
-#: plugins/admin/systems/terminalService.tpl:88
-msgid "Choose graphic driver that is needed by the installed graphic board"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Select to see servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:96
-#: plugins/admin/systems/terminalService.tpl:96
-msgid "Choose screen resolution used in graphic mode"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Show servers"
+msgstr "Mostra server"
+
+#: plugins/admin/systems/headpage.tpl:39
+msgid "Select to see Linux terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:102
-#: plugins/admin/systems/terminalService.tpl:102
-msgid "Color depth"
+#: plugins/admin/systems/headpage.tpl:39
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Show terminals"
+msgstr "Mostra terminali"
+
+#: plugins/admin/systems/headpage.tpl:40
+msgid "Select to see Linux workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:104
-#: plugins/admin/systems/terminalService.tpl:104
-msgid "Choose colordepth used in graphic mode"
+#: plugins/admin/systems/headpage.tpl:40
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Show workstations"
+msgstr "Mostra workstation"
+
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Select to see MicroSoft Windows based workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:117
-#: plugins/admin/systems/terminalService.tpl:117
-msgid "Display device"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Show windows based workstations"
+msgstr "Mostra workstation Windows"
+
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Select to see network printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:124
-#: plugins/admin/systems/terminalService.tpl:124
-msgid "HSync"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Show network printers"
+msgstr "Mostra stampanti di rete"
+
+#: plugins/admin/systems/headpage.tpl:43
+msgid "Select to see VOIP phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:126
-#: plugins/admin/systems/terminalService.tpl:126
-msgid "Horizontal refresh frequency for installed monitor"
+#: plugins/admin/systems/headpage.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Show phones"
+msgstr "Mostra telefoni"
+
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Select to see network devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:129
-#: plugins/admin/systems/terminalService.tpl:129
-msgid "VSync"
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Show network devices"
+msgstr "Mostra dispositiva di rete"
+
+#: plugins/admin/systems/headpage.tpl:52
+msgid "Regular expression for matching system names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:131
-#: plugins/admin/systems/terminalService.tpl:131
-msgid "Vertical refresh frequency for installed monitor"
+#: plugins/admin/systems/headpage.tpl:59
+#, fuzzy
+msgid "Display systems of user"
+msgstr "Mostra l'indirizzo dell'utente"
+
+#: plugins/admin/systems/headpage.tpl:62
+msgid "User name of which terminal(s) are shown"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:143
-#: plugins/admin/systems/terminalService.tpl:203
-msgid "Scan device"
+#: plugins/admin/systems/password.tpl:2
+#, fuzzy
+msgid ""
+"To change the terminal root password use the fields below. The changes take "
+"effect during the next reboot. Please memorize the new password, because you "
+"wouldn't be able to log in."
 msgstr ""
 msgstr ""
+"Per cambiare la tua password usa i campi qui sotto. I cambiamenti avrenno "
+"effetto immediatamente. Memorizza la nuova password perché non sarai in "
+"grado di connetterti senza di essa."
 
 
-#: plugins/admin/systems/workstationService.tpl:144
-#: plugins/admin/systems/terminalService.tpl:204
-msgid "Select to start SANE scan service on terminal"
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:145
-#: plugins/admin/systems/terminalService.tpl:205
-msgid "Provide scan services"
+#: plugins/admin/systems/password.tpl:9
+msgid "Changing the password impinges on authentification only."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+#: plugins/admin/systems/class_servRepositorySetup.inc:115
 #, fuzzy
 #, fuzzy
-msgid "Select entries to add"
-msgstr "Selezioni utenti da aggiungere"
+msgid "Please enter a value for 'release'."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+#: plugins/admin/systems/class_servRepositorySetup.inc:146
 #, fuzzy
 #, fuzzy
-msgid "Display members of department"
-msgstr "Mostra utenti del dipartimento"
+msgid "Master"
+msgstr "Data"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+#: plugins/admin/systems/class_componentGeneric.inc:116
+#: plugins/admin/systems/class_phoneGeneric.inc:279
 #, fuzzy
 #, fuzzy
-msgid "Display members matching"
-msgstr "Mostra utenti che corrispondono a"
+msgid "The required field 'MAC-address' is not set."
+msgstr "Il campo 'Indirizzo principale' non è stao inserito"
+
+#: plugins/admin/systems/class_componentGeneric.inc:119
+#: plugins/admin/systems/class_phoneGeneric.inc:282
+#, fuzzy
+msgid "The required field 'IP-address' is not set."
+msgstr "Il campo 'Indirizzo principale' non è stao inserito"
+
+#: plugins/admin/systems/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
+msgstr ""
+
+#: plugins/admin/systems/chooser.tpl:4
+msgid ""
+"Linux terminals and workstations are autocreated on bootup. For this reason "
+"you're only be able to create templates for a specific tree. Servers are "
+"normally automatically added too, but in some special cases you may need to "
+"create a faked server entry to provide GOsa with some informations. Other "
+"network components may be used for Nagios setups to create component "
+"dependencies."
+msgstr ""
+
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr ""
+
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr ""
+
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Server Linux"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-#, fuzzy
-msgid "Regular expression for matching member names"
-msgstr "Espressioni regolare per selezionare il nome del gruppo"
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:197
-#, fuzzy
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Prego inserire un numero di telefono valido!"
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:251
-msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
 msgstr ""
 
 msgstr ""
 
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
+msgstr "Creare"
+
 #: plugins/admin/systems/class_phoneGeneric.inc:105
 msgid "This 'dn' has no phone features."
 msgstr ""
 #: plugins/admin/systems/class_phoneGeneric.inc:105
 msgid "This 'dn' has no phone features."
 msgstr ""
@@ -6738,341 +6697,389 @@ msgstr "Il campo necessario 'Home directory' non è vuoto"
 msgid "The 'Phone name' '0' is reserved and cannot be used."
 msgstr ""
 
 msgid "The 'Phone name' '0' is reserved and cannot be used."
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:279
-#: plugins/admin/systems/class_componentGeneric.inc:116
-#, fuzzy
-msgid "The required field 'MAC-address' is not set."
-msgstr "Il campo 'Indirizzo principale' non è stao inserito"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:282
-#: plugins/admin/systems/class_componentGeneric.inc:119
-#, fuzzy
-msgid "The required field 'IP-address' is not set."
-msgstr "Il campo 'Indirizzo principale' non è stao inserito"
-
 #: plugins/admin/systems/class_phoneGeneric.inc:285
 msgid "Wrong IP format in field IP-address."
 msgstr ""
 
 #: plugins/admin/systems/class_phoneGeneric.inc:285
 msgid "Wrong IP format in field IP-address."
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "You have no permissions to create a phone on this 'Base'."
+#: plugins/admin/systems/class_phoneGeneric.inc:290
+msgid ""
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:64
-#, php-format
-msgid "Can't open '%s', ppd settings resetted."
+#: plugins/admin/systems/class_phoneGeneric.inc:297
+msgid "You have no permissions to create a phone on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:105
-#, php-format
-msgid ""
-"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
-"informations."
+#: plugins/admin/systems/phonesettings.tpl:1
+#, fuzzy
+msgid "Advanced phone settings"
+msgstr "Opzioni di posta avanzate"
+
+#: plugins/admin/systems/phonesettings.tpl:6
+#, fuzzy
+msgid "Phone type"
+msgstr "Telefono"
+
+#: plugins/admin/systems/phonesettings.tpl:7
+#: plugins/admin/systems/phonesettings.tpl:25
+#: plugins/admin/systems/phonesettings.tpl:35
+#: plugins/admin/systems/phonesettings.tpl:49
+#: plugins/admin/systems/phonesettings.tpl:78
+#: plugins/admin/systems/phonesettings.tpl:109
+#: plugins/admin/systems/phonesettings.tpl:156
+#, fuzzy
+msgid "Choose a phone type"
+msgstr "Scegli il tuo numero di telefono personale"
+
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:106
-msgid "Can't get ppd informations."
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:122
-#, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+#, fuzzy
+msgid "Default IP"
+msgstr "Stampante predefinita"
+
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:135
-#, php-format
-msgid "There is already a ppd file for this kind of printer."
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:143
-#, fuzzy, php-format
-msgid "Can't save file '%s'."
-msgstr "Rimuovi"
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr ""
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:162
-#: plugins/admin/systems/class_printerPPDDialog.inc:165
+#: plugins/admin/systems/phonesettings.tpl:116
 #, fuzzy
 #, fuzzy
-msgid "Please specify a valid ppd file."
-msgstr "Prego inserire un numero di telefono valido!"
+msgid "Secret"
+msgstr "Strada"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:189
-#, fuzzy
-msgid "Please select a valid ppd."
-msgstr "Prego inserire un numero di telefono valido!"
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr ""
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:363
-#: plugins/admin/systems/class_printerPPDDialog.inc:366
-#, fuzzy
-msgid "True"
-msgstr "Futuro"
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
+msgstr ""
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:364
-#: plugins/admin/systems/class_printerPPDDialog.inc:367
+#: plugins/admin/systems/phonesettings.tpl:145
 #, fuzzy
 #, fuzzy
-msgid "False"
-msgstr "femmina"
+msgid "Account code"
+msgstr "Sicurezza"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:372
-#, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/ogroups/termgroup.tpl:3
-msgid "Action"
-msgstr "Azione"
+#: plugins/admin/systems/phonesettings.tpl:183
+msgid "Hosts that are not allowed to connect"
+msgstr ""
 
 
-#: plugins/admin/systems/server.tpl:42
-msgid "Select action to execute for this server"
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:63
-msgid "text"
+#: plugins/admin/systems/workstationService.tpl:4
+#: plugins/admin/systems/terminalService.tpl:4
+msgid "Keyboard"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:64
-msgid "graphic"
+#: plugins/admin/systems/workstationService.tpl:7
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:210
+msgid "Model"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:92
-#: plugins/admin/systems/class_servGeneric.inc:62
-#: plugins/admin/ogroups/class_termgroup.inc:62
-msgid "No WAKECMD definition found in your gosa.conf"
+#: plugins/admin/systems/workstationService.tpl:9
+#: plugins/admin/systems/terminalService.tpl:9
+msgid "Choose keyboard model"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:96
-#: plugins/admin/systems/class_terminalGeneric.inc:108
-#: plugins/admin/systems/class_terminalGeneric.inc:120
-#: plugins/admin/systems/class_servGeneric.inc:66
-#: plugins/admin/systems/class_servGeneric.inc:78
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/systems/class_workstationGeneric.inc:104
-#: plugins/admin/ogroups/class_termgroup.inc:66
-#: plugins/admin/ogroups/class_termgroup.inc:78
-#: plugins/admin/ogroups/class_termgroup.inc:90
-#, php-format
-msgid "Execution of '%s' failed!"
+#: plugins/admin/systems/workstationService.tpl:15
+#: plugins/admin/systems/terminalService.tpl:15
+msgid "Layout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: plugins/admin/systems/class_servGeneric.inc:74
-#: plugins/admin/ogroups/class_termgroup.inc:74
-msgid "No REBOOTCMD definition found in your gosa.conf"
+#: plugins/admin/systems/workstationService.tpl:17
+#: plugins/admin/systems/terminalService.tpl:17
+msgid "Choose keyboard layout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:116
-#: plugins/admin/systems/class_servGeneric.inc:86
-#: plugins/admin/ogroups/class_termgroup.inc:86
-msgid "No HALTCMD definition found in your gosa.conf"
+#: plugins/admin/systems/workstationService.tpl:23
+#: plugins/admin/systems/terminalService.tpl:23
+msgid "Variant"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Switch off"
+#: plugins/admin/systems/workstationService.tpl:25
+#: plugins/admin/systems/terminalService.tpl:25
+msgid "Choose keyboard variant"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Reboot"
+#: plugins/admin/systems/workstationService.tpl:39
+#: plugins/admin/systems/terminalService.tpl:39
+msgid "Mouse"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:117
-#: plugins/admin/systems/class_workstationGeneric.inc:137
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Wake up"
+#: plugins/admin/systems/workstationService.tpl:44
+#: plugins/admin/systems/terminalService.tpl:44
+msgid "Choose mouse type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:243
-msgid "You have no permissions to create a terminal on this 'Base'."
+#: plugins/admin/systems/workstationService.tpl:50
+#: plugins/admin/systems/terminalService.tpl:50
+msgid "Port"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:247
-msgid "The required field 'Terminal name' is not set."
+#: plugins/admin/systems/workstationService.tpl:52
+#: plugins/admin/systems/terminalService.tpl:52
+msgid "Choose mouse port"
+msgstr ""
+
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+msgid "Telephone hardware"
+msgstr "Dispositivo telefonico"
+
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+msgid "Telephone"
+msgstr "Telefono"
+
+#: plugins/admin/systems/workstationService.tpl:88
+#: plugins/admin/systems/terminalService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
+msgstr ""
+
+#: plugins/admin/systems/workstationService.tpl:96
+#: plugins/admin/systems/terminalService.tpl:96
+msgid "Choose screen resolution used in graphic mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-#, fuzzy
-msgid "Printer driver"
-msgstr "Stampante"
+#: plugins/admin/systems/workstationService.tpl:102
+#: plugins/admin/systems/terminalService.tpl:102
+msgid "Color depth"
+msgstr ""
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:46
-#, fuzzy
-msgid "Select"
-msgstr "Rimuovi"
+#: plugins/admin/systems/workstationService.tpl:104
+#: plugins/admin/systems/terminalService.tpl:104
+msgid "Choose colordepth used in graphic mode"
+msgstr ""
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
-#, fuzzy
-msgid "New driver"
-msgstr "Server"
+#: plugins/admin/systems/workstationService.tpl:117
+#: plugins/admin/systems/terminalService.tpl:117
+msgid "Display device"
+msgstr ""
 
 
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
+#: plugins/admin/systems/workstationService.tpl:124
+#: plugins/admin/systems/terminalService.tpl:124
+msgid "HSync"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "LDAP server"
+#: plugins/admin/systems/workstationService.tpl:126
+#: plugins/admin/systems/terminalService.tpl:126
+msgid "Horizontal refresh frequency for installed monitor"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:10
-#: plugins/admin/systems/terminalStartup.tpl:10
-msgid "Choose LDAP server to use for accounts and terminal management"
+#: plugins/admin/systems/workstationService.tpl:129
+#: plugins/admin/systems/terminalService.tpl:129
+msgid "VSync"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Boot kernel"
+#: plugins/admin/systems/workstationService.tpl:131
+#: plugins/admin/systems/terminalService.tpl:131
+msgid "Vertical refresh frequency for installed monitor"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
-msgid "Enter the filename of the kernel to use"
+#: plugins/admin/systems/workstationService.tpl:143
+#: plugins/admin/systems/terminalService.tpl:203
+msgid "Scan device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "Custom options"
+#: plugins/admin/systems/workstationService.tpl:144
+#: plugins/admin/systems/terminalService.tpl:204
+msgid "Select to start SANE scan service on terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:24
-#: plugins/admin/systems/terminalStartup.tpl:24
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
+#: plugins/admin/systems/workstationService.tpl:145
+#: plugins/admin/systems/terminalService.tpl:205
+msgid "Provide scan services"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:35
+#: plugins/admin/systems/class_servNfs.inc:104
 #, fuzzy
 #, fuzzy
-msgid "FAI server"
-msgstr "server"
+msgid "Please specify a valid path for your setup."
+msgstr "Specificare una dimenzione valida per le mail da rigettare."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:42
+#: plugins/admin/systems/class_servNfs.inc:110
 #, fuzzy
 #, fuzzy
-msgid "Assigned FAI classes"
-msgstr "Scegli il tuo numero di telefono personale"
+msgid "Please specify a valid name for your setup."
+msgstr "Specificare una dimenzione valida per le mail da rigettare."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:62
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
-msgstr ""
+#: plugins/admin/systems/class_servNfs.inc:113
+#, fuzzy
+msgid "Please specify a name for your setup."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:64
-#: plugins/admin/systems/terminalStartup.tpl:55
-msgid "Add additional modules to load on startup"
-msgstr ""
+#: plugins/admin/systems/class_servNfs.inc:118
+#, fuzzy
+msgid "Description contains invalid characters."
+msgstr "Il valore specificato come '%s' contiene dei caratteri invalidi!"
 
 
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
-msgstr ""
+#: plugins/admin/systems/class_servNfs.inc:122
+#, fuzzy
+msgid "Path contains invalid characters."
+msgstr "Il valore specificato come '%s' contiene dei caratteri invalidi!"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:52
-msgid "This 'dn' has no server features."
-msgstr ""
+#: plugins/admin/systems/class_servNfs.inc:126
+#, fuzzy
+msgid "Option contains invalid characters."
+msgstr "Il valore specificato come '%s' contiene dei caratteri invalidi!"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:166
+#: plugins/admin/systems/servnfs.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "The required field 'Server name' is not set."
-msgstr "Il campo 'Indirizzo principale' non è stao inserito"
+msgid "Edit share"
+msgstr "Modifica contatto"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:173
-msgid "You have no permissions to create a server on this 'Base'."
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:9
-msgid "Terminal template"
+#: plugins/admin/systems/servnfs.tpl:25
+msgid "Path"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:11
-msgid "Terminal name"
-msgstr ""
+#: plugins/admin/systems/servnfs.tpl:49
+#, fuzzy
+msgid "Charset"
+msgstr "reset"
 
 
-#: plugins/admin/systems/terminal.tpl:36
-#: plugins/admin/systems/workstation.tpl:45
-#: plugins/admin/systems/phonesettings.tpl:21
-msgid "Mode"
-msgstr ""
+#: plugins/admin/systems/servnfs.tpl:59
+#, fuzzy
+msgid "Option"
+msgstr "Opzioni"
 
 
-#: plugins/admin/systems/terminal.tpl:38
-#: plugins/admin/systems/workstation.tpl:47
-msgid "Select terminal mode"
-msgstr ""
+#: plugins/admin/systems/printerPPDDialog.tpl:1
+#, fuzzy
+msgid "Printer driver"
+msgstr "Stampante"
 
 
-#: plugins/admin/systems/terminal.tpl:52
-msgid "Root server"
-msgstr ""
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:46
+#, fuzzy
+msgid "Select"
+msgstr "Rimuovi"
 
 
-#: plugins/admin/systems/terminal.tpl:54
-msgid "Select NFS root filesystem to use"
-msgstr ""
+#: plugins/admin/systems/printerPPDDialog.tpl:9
+#, fuzzy
+msgid "New driver"
+msgstr "Server"
 
 
-#: plugins/admin/systems/terminal.tpl:60
-msgid "Swap server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:64
+#, php-format
+msgid "Can't open '%s', ppd settings resetted."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:62
-msgid "Choose NFS filesystem to place swap files on"
+#: plugins/admin/systems/class_printerPPDDialog.inc:105
+#, php-format
+msgid ""
+"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
+"informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:74
-#: plugins/admin/systems/workstation.tpl:54
-msgid "Syslog server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:106
+msgid "Can't get ppd informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:76
-#: plugins/admin/systems/workstation.tpl:56
-msgid "Choose server to use for logging"
+#: plugins/admin/systems/class_printerPPDDialog.inc:122
+#, php-format
+msgid "Can't create folder '%s' for the uploaded ppd file."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:82
-#: plugins/admin/systems/workstation.tpl:62
-msgid "NTP server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:135
+#, php-format
+msgid "There is already a ppd file for this kind of printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:84
-#: plugins/admin/systems/workstation.tpl:64
-msgid "Choose server to use for synchronizing time"
-msgstr ""
+#: plugins/admin/systems/class_printerPPDDialog.inc:143
+#, fuzzy, php-format
+msgid "Can't save file '%s'."
+msgstr "Rimuovi"
 
 
-#: plugins/admin/systems/terminal.tpl:103
-#: plugins/admin/systems/workstation.tpl:82
-msgid "Select action to execute for this terminal"
-msgstr ""
+#: plugins/admin/systems/class_printerPPDDialog.inc:162
+#: plugins/admin/systems/class_printerPPDDialog.inc:165
+#, fuzzy
+msgid "Please specify a valid ppd file."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr ""
+#: plugins/admin/systems/class_printerPPDDialog.inc:189
+#, fuzzy
+msgid "Please select a valid ppd."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:37
-msgid ""
-"This server has DHCP features enabled. You can disable them by clicking "
-"below."
+#: plugins/admin/systems/class_printerPPDDialog.inc:313
+#: plugins/admin/fai/faiPackage.tpl:41
+#, fuzzy
+msgid "Section"
+msgstr "Azione"
+
+#: plugins/admin/systems/class_printerPPDDialog.inc:363
+#: plugins/admin/systems/class_printerPPDDialog.inc:366
+#, fuzzy
+msgid "True"
+msgstr "Futuro"
+
+#: plugins/admin/systems/class_printerPPDDialog.inc:364
+#: plugins/admin/systems/class_printerPPDDialog.inc:367
+#, fuzzy
+msgid "False"
+msgstr "femmina"
+
+#: plugins/admin/systems/class_printerPPDDialog.inc:372
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDHCP.inc:39
-msgid "Add DHCP service"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
+#, fuzzy
+msgid "Printer ppd selection."
+msgstr "Impostazioni Unix"
+
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+msgid "Select objects to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDHCP.inc:40
-msgid ""
-"This server has DHCP features disabled. You can enable them by clicking "
-"below."
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/fai/faiProfileEntry.tpl:56 plugins/admin/fai/headpage.tpl:47
+#: plugins/admin/fai/faiPackageEntry.tpl:48
+msgid "Display objects matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
-#: plugins/admin/ogroups/ogroup_objects.tpl:6
-msgid "Select objects to add"
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:60 plugins/admin/fai/headpage.tpl:51
+#: plugins/admin/fai/faiPackageEntry.tpl:53
+msgid "Regular expression for matching object names"
 msgstr ""
 
 #: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
 msgstr ""
 
 #: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
@@ -7080,1503 +7087,1595 @@ msgstr ""
 msgid "Close"
 msgstr "Scegli"
 
 msgid "Close"
 msgstr "Scegli"
 
-#: plugins/admin/systems/class_workstationGeneric.inc:70
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
 #, fuzzy
 #, fuzzy
-msgid "Activated"
-msgstr "Privato"
+msgid "Select entries to add"
+msgstr "Selezioni utenti da aggiungere"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:71
-msgid "Locked"
-msgstr ""
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+#, fuzzy
+msgid "Display members of department"
+msgstr "Mostra utenti del dipartimento"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:72
-msgid "Memory test"
-msgstr ""
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+#, fuzzy
+msgid "Display members matching"
+msgstr "Mostra utenti che corrispondono a"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:73
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
 #, fuzzy
 #, fuzzy
-msgid "System analysis"
-msgstr "Log di sitema"
+msgid "Regular expression for matching member names"
+msgstr "Espressioni regolare per selezionare il nome del gruppo"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:100
-msgid "No ACTIONCMD definition found in your gosa.conf"
-msgstr ""
+#: plugins/admin/systems/class_workstationStartup.inc:197
+#, fuzzy
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:114
-msgid "This 'dn' has no workstation features."
+#: plugins/admin/systems/class_workstationStartup.inc:251
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:132
+#: plugins/admin/systems/servRepositorySetup.tpl:1
+#: plugins/admin/fai/faiPackage.tpl:29
 #, fuzzy
 #, fuzzy
-msgid "Instant update"
-msgstr "Crea estensioni telefoniche"
+msgid "Repository"
+msgstr "Riprova"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:133
-#: plugins/admin/systems/class_workstationGeneric.inc:139
-msgid "Scheduled update"
-msgstr ""
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
+#, fuzzy
+msgid "Release"
+msgstr "Rimuovi"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:134
-#: plugins/admin/systems/class_workstationGeneric.inc:138
-msgid "Reinstall"
+#: plugins/admin/systems/servRepositorySetup.tpl:15
+#, fuzzy
+msgid "Parent server"
+msgstr "server"
+
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+msgid "Url"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:135
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:152
 #, fuzzy
 #, fuzzy
-msgid "Rescan hardware"
-msgstr "Dispositivo telefonico"
+msgid "Sections"
+msgstr "Azione"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:204
-msgid "You have no permissions to create a workstation on this 'Base'."
+#: plugins/admin/systems/workstationStartup.tpl:4
+#: plugins/admin/systems/terminalStartup.tpl:1
+msgid "Boot parameters"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:208
-msgid "The required field 'Workstation name' is not set."
+#: plugins/admin/systems/workstationStartup.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:8
+msgid "LDAP server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Sistemi"
-
-#: plugins/admin/systems/class_systemManagement.inc:334
-msgid "You can't edit this object type yet!"
+#: plugins/admin/systems/workstationStartup.tpl:10
+#: plugins/admin/systems/terminalStartup.tpl:10
+msgid "Choose LDAP server to use for accounts and terminal management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:350
-msgid "Passwords entered as new and repeated do not match!"
-msgstr "Le password nuova e ripetuta non corrispondono"
-
-#: plugins/admin/systems/class_systemManagement.inc:363
-msgid "You are not allowed to set this systems password!"
+#: plugins/admin/systems/workstationStartup.tpl:17
+#: plugins/admin/systems/terminalStartup.tpl:17
+msgid "Boot kernel"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:407
-#, php-format
-msgid "You're about to delete all information about the component at '%s'."
+#: plugins/admin/systems/workstationStartup.tpl:19
+#: plugins/admin/systems/terminalStartup.tpl:19
+msgid "Enter the filename of the kernel to use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:569
-#, fuzzy
-msgid "New Terminal template"
-msgstr "Terminal Server"
-
-#: plugins/admin/systems/class_systemManagement.inc:569
-#: plugins/admin/systems/class_systemManagement.inc:710
-#, fuzzy
-msgid "New Terminal"
-msgstr "Terminali"
-
-#: plugins/admin/systems/class_systemManagement.inc:570
-#, fuzzy
-msgid "New Workstation template"
-msgstr "Mostra workstation"
+#: plugins/admin/systems/workstationStartup.tpl:22
+#: plugins/admin/systems/terminalStartup.tpl:22
+msgid "Custom options"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:570
-#: plugins/admin/systems/class_systemManagement.inc:711
-#, fuzzy
-msgid "New Workstation"
-msgstr "Mostra workstation"
+#: plugins/admin/systems/workstationStartup.tpl:24
+#: plugins/admin/systems/terminalStartup.tpl:24
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:571
+#: plugins/admin/systems/workstationStartup.tpl:35
 #, fuzzy
 #, fuzzy
-msgid "New Server"
-msgstr "Server"
+msgid "FAI server"
+msgstr "server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:572
+#: plugins/admin/systems/workstationStartup.tpl:41
+#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
 #, fuzzy
 #, fuzzy
-msgid "New Printer"
-msgstr "Stampante"
+msgid "set"
+msgstr "reset"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:573
+#: plugins/admin/systems/workstationStartup.tpl:42
 #, fuzzy
 #, fuzzy
-msgid "New Phone"
-msgstr "Telefono"
+msgid "Assigned FAI classes"
+msgstr "Scegli il tuo numero di telefono personale"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:574
-msgid "New Component"
+#: plugins/admin/systems/workstationStartup.tpl:62
+#: plugins/admin/systems/terminalStartup.tpl:53
+msgid "Kernel modules (format: name parameters)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:582
-#, fuzzy
-msgid "Edit system"
-msgstr "Lista dei sistemi"
+#: plugins/admin/systems/workstationStartup.tpl:64
+#: plugins/admin/systems/terminalStartup.tpl:55
+msgid "Add additional modules to load on startup"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:583
-#, fuzzy
-msgid "Delete system"
-msgstr "Rimuovi"
+#: plugins/admin/systems/terminalService.tpl:141
+msgid "Remote desktop"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:589
-#, fuzzy
-msgid "System"
-msgstr "Sistemi"
+#: plugins/admin/systems/terminalService.tpl:145
+msgid "Connect method"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:625
-#, fuzzy
-msgid "Cups Server"
-msgstr "Server"
+#: plugins/admin/systems/terminalService.tpl:147
+msgid "Choose method to connect to terminal server"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:626
-msgid "Log Db"
+#: plugins/admin/systems/terminalService.tpl:154
+msgid "Terminal server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:627
-#, fuzzy
-msgid "Syslog Server"
-msgstr "Mostra server"
+#: plugins/admin/systems/terminalService.tpl:156
+msgid "Select specific terminal server to use"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:628
-#, fuzzy
-msgid "Mail Server"
-msgstr "Server"
+#: plugins/admin/systems/terminalService.tpl:163
+msgid "Font server"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:629
-#, fuzzy
-msgid "Imap Server"
-msgstr "Server"
+#: plugins/admin/systems/terminalService.tpl:165
+msgid "Select specific font server to use"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:630
-#, fuzzy
-msgid "Nfs Server"
-msgstr "Server"
+#: plugins/admin/systems/terminalService.tpl:181
+msgid "Print device"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:631
-#, fuzzy
-msgid "Kerberos Server"
-msgstr "Kerberos"
+#: plugins/admin/systems/terminalService.tpl:182
+msgid "Select to start IPP based printing service on terminal"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:632
-#, fuzzy
-msgid "Asterisk Server"
-msgstr "Terminal Server"
+#: plugins/admin/systems/terminalService.tpl:183
+msgid "Provide print services"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:633
-#, fuzzy
-msgid "Fax Server"
-msgstr "Server"
+#: plugins/admin/systems/terminalService.tpl:189
+msgid "Spool server"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:634
-#, fuzzy
-msgid "Ldap Server"
-msgstr "Server"
+#: plugins/admin/systems/terminalService.tpl:191
+msgid "Select NFS filesystem to place spool files on"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:660
-#, fuzzy
-msgid "Set root password"
-msgstr "Cambia password"
+#: plugins/admin/systems/terminalService.tpl:212
+msgid "Select scanner driver to use"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:706
-#: plugins/admin/ogroups/class_ogroupManagement.inc:488
-#, fuzzy
-msgid "Terminal"
-msgstr "Terminali"
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:707
-#: plugins/admin/ogroups/class_ogroupManagement.inc:487
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:712
-#, fuzzy
-msgid "Winstation"
-msgstr "Amministrazione"
+#: plugins/admin/systems/terminalStartup.tpl:38
+msgid "Select if terminal should boot in text mode"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:713
-#, fuzzy
-msgid "Network Device"
-msgstr "Mostra dispositiva di rete"
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:930
-msgid "New terminal"
+#: plugins/admin/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:933
-msgid "New workstation"
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:950
+#: plugins/admin/systems/class_servRepository.inc:73
 #, fuzzy
 #, fuzzy
-msgid "Terminal template for"
-msgstr "Terminal Server"
+msgid "Remove FAI repository extension."
+msgstr "Elimina foto"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:962
-msgid "Workstation template for"
-msgstr ""
+#: plugins/admin/systems/class_servRepository.inc:74
+#, fuzzy
+msgid ""
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
+msgstr "Questa identià possiede estensioni Unix."
 
 
-#: plugins/admin/systems/printer.tpl:6
-msgid "General"
-msgstr "Generale"
+#: plugins/admin/systems/class_servRepository.inc:76
+msgid "Add FAI repository extension."
+msgstr ""
 
 
-#: plugins/admin/systems/printer.tpl:9
-msgid "Printer name"
-msgstr "Nome della stampante"
+#: plugins/admin/systems/class_servRepository.inc:77
+#, fuzzy
+msgid ""
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
+msgstr "Questa identità non possiede estensioni Unix"
 
 
-#: plugins/admin/systems/printer.tpl:30
-msgid "Details"
-msgstr "Dettagli"
+#: plugins/admin/systems/class_servRepository.inc:109
+#, fuzzy
+msgid "This name is already in use."
+msgstr "L'indirizzo principale inserito è già in uso."
 
 
-#: plugins/admin/systems/printer.tpl:33
+#: plugins/admin/systems/servRepository.tpl:7
 #, fuzzy
 #, fuzzy
-msgid "Printer location"
-msgstr "Impostazioni Unix"
+msgid "Repositories"
+msgstr "Riprova"
 
 
-#: plugins/admin/systems/printer.tpl:37
-msgid "Printer URL"
-msgstr "URL della stampante"
+#: plugins/admin/systems/servRepository.tpl:40
+#, fuzzy
+msgid "Search filter"
+msgstr "Cerca"
 
 
-#: plugins/admin/systems/printer.tpl:57
-msgid "Permissions"
-msgstr "Permessi"
+#: plugins/admin/ogroups/tabs_ogroups.inc:59
+#: plugins/admin/ogroups/tabs_ogroups.inc:151
+#, fuzzy
+msgid "Phone queue"
+msgstr "Numero di telefono"
 
 
-#: plugins/admin/systems/printer.tpl:64
-msgid "Users which are allowed to use this printer"
-msgstr ""
+#: plugins/admin/ogroups/tabs_ogroups.inc:84
+#: plugins/admin/ogroups/tabs_ogroups.inc:131
+msgid "Terminals"
+msgstr "Terminali"
 
 
-#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
+#: plugins/admin/ogroups/class_mailogroup.inc:41
 #, fuzzy
 #, fuzzy
-msgid "Add user"
-msgstr "Modifica contatto"
+msgid ""
+"This group has mail features enabled. You can disable them by clicking below."
+msgstr "Questa identià possiede estensioni di posta."
 
 
-#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
+#: plugins/admin/ogroups/class_mailogroup.inc:43
 #, fuzzy
 #, fuzzy
-msgid "Add group"
-msgstr "gruppi"
+msgid ""
+"This group has mail features disabled. You can enable them by clicking below."
+msgstr "Questa identità non possiede estensioni di posta."
 
 
-#: plugins/admin/systems/printer.tpl:80
-msgid "Users which are allowed to administrate this printer"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:81
-#, fuzzy
-msgid "Admins"
-msgstr "DN dell'amministratore"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Mostra dipartimenti"
 
 
-#: plugins/admin/systems/class_servDNS.inc:36
-msgid "Remove DNS service"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:37
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
-msgstr ""
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Mostra persone"
 
 
-#: plugins/admin/systems/class_servDNS.inc:39
-msgid "Add DNS service"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:40
-msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Mostra gruppi"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Seleziona per mostrare le applicazioni"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Mostra applicazioni"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:134
-#: plugins/admin/systems/class_servDB.inc:150
-#: plugins/admin/systems/class_servDB.inc:160
-#: plugins/admin/systems/class_servDB.inc:165
-#: plugins/admin/systems/class_servDB.inc:171
-#, php-format
-msgid "The attribute '%s' is empty or contains invalid characters."
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:140
-#, php-format
-msgid "The imap connect string needs to be in the form '%s'."
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:144
-msgid "The sieve port needs to be numeric."
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Mostra stampanti"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:155
-#, fuzzy, php-format
-msgid "The specified kerberos password is empty."
-msgstr "La password immessa come 'Nuova password' è vuota"
+#: plugins/admin/ogroups/ogroup_objects.tpl:37
+msgid "Display objects of department"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDB.inc:179
-#, php-format
-msgid "The imap name string needs to be a hostname or an IP-address."
+#: plugins/admin/ogroups/termgroup.tpl:1
+msgid ""
+"All actions you choose here influence <b>all</b> machines in this object "
+"group. Be aware that rebooting machines may not make people happy who are "
+"currently working at these machines."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstation.tpl:9
-msgid "Workstation template"
+#: plugins/admin/ogroups/termgroup.tpl:7
+msgid "Select action to execute for this   group of terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstation.tpl:11
-msgid "Workstation name"
+#: plugins/admin/ogroups/class_ogroup.inc:132
+msgid "This 'dn' is no object group."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:104
-#, fuzzy
-msgid "Please specify a valid path for your setup."
-msgstr "Specificare una dimenzione valida per le mail da rigettare."
+#: plugins/admin/ogroups/class_ogroup.inc:242
+msgid "too many different objects!"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servNfs.inc:110
-#, fuzzy
-msgid "Please specify a valid name for your setup."
-msgstr "Specificare una dimenzione valida per le mail da rigettare."
+#: plugins/admin/ogroups/class_ogroup.inc:244
+msgid "users"
+msgstr "utenti"
 
 
-#: plugins/admin/systems/class_servNfs.inc:113
-#, fuzzy
-msgid "Please specify a name for your setup."
-msgstr "Prego inserire un numero di telefono valido!"
+#: plugins/admin/ogroups/class_ogroup.inc:245
+msgid "groups"
+msgstr "gruppi"
 
 
-#: plugins/admin/systems/class_servNfs.inc:118
-#, fuzzy
-msgid "Description contains invalid characters."
-msgstr "Il valore specificato come '%s' contiene dei caratteri invalidi!"
+#: plugins/admin/ogroups/class_ogroup.inc:246
+msgid "applications"
+msgstr "applicazioni"
 
 
-#: plugins/admin/systems/class_servNfs.inc:122
-#, fuzzy
-msgid "Path contains invalid characters."
-msgstr "Il valore specificato come '%s' contiene dei caratteri invalidi!"
+#: plugins/admin/ogroups/class_ogroup.inc:247
+msgid "departments"
+msgstr "dipartimenti"
 
 
-#: plugins/admin/systems/class_servNfs.inc:126
-#, fuzzy
-msgid "Option contains invalid characters."
-msgstr "Il valore specificato come '%s' contiene dei caratteri invalidi!"
+#: plugins/admin/ogroups/class_ogroup.inc:248
+msgid "servers"
+msgstr "server"
 
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
+#: plugins/admin/ogroups/class_ogroup.inc:249
+msgid "workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:10
-msgid "Kerberos Realm"
+#: plugins/admin/ogroups/class_ogroup.inc:250
+msgid "terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
-msgid "Admin user"
-msgstr ""
+#: plugins/admin/ogroups/class_ogroup.inc:251
+msgid "phones"
+msgstr "telefoni"
 
 
-#: plugins/admin/systems/servdb.tpl:26
-msgid "FAX database"
-msgstr ""
+#: plugins/admin/ogroups/class_ogroup.inc:252
+msgid "printers"
+msgstr "stampanti"
 
 
-#: plugins/admin/systems/servdb.tpl:30
-msgid "FAX DB user"
-msgstr ""
+#: plugins/admin/ogroups/class_ogroup.inc:259
+msgid "and"
+msgstr "e"
 
 
-#: plugins/admin/systems/servdb.tpl:42
-msgid "Asterisk management"
+#: plugins/admin/ogroups/class_ogroup.inc:410
+msgid "Non existing dn: "
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
+#: plugins/admin/ogroups/class_ogroup.inc:534
+msgid "There is already an object with this cn."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
+#: plugins/admin/ogroups/class_ogroup.inc:551
+msgid "You can combine two different object types at maximum only!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
-msgstr ""
+#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+msgid "Object groups"
+msgstr "Gruppi di oggetti"
 
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
-msgstr ""
+#: plugins/admin/ogroups/class_ogroupManagement.inc:41
+msgid "UNIX accounts"
+msgstr "Account Unix"
 
 
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
+#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
+#: html/getxls.php:245 html/getxls.php:316
+msgid "Servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:46
+msgid "Thin Clients"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:47
+msgid "Workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:217
+#, php-format
+msgid "You're about to delete the object group '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:104
-msgid "Logging DB user"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:223
+#: plugins/admin/ogroups/class_ogroupManagement.inc:249
+msgid "You are not allowed to delete this object group!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:1
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
 #, fuzzy
 #, fuzzy
-msgid "Edit share"
-msgstr "Modifica contatto"
+msgid "Create new object group"
+msgstr "Gruppo di oggetti"
 
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
-msgstr ""
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+#, fuzzy
+msgid "Name of object groups"
+msgstr "Nome del gruppo"
 
 
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr ""
+#: plugins/admin/ogroups/class_ogroupManagement.inc:440
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Gruppo di oggetti"
 
 
-#: plugins/admin/systems/servnfs.tpl:49
-#, fuzzy
-msgid "Charset"
-msgstr "reset"
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Nome del gruppo"
 
 
-#: plugins/admin/systems/servnfs.tpl:59
-#, fuzzy
-msgid "Option"
-msgstr "Opzioni"
+#: plugins/admin/ogroups/generic.tpl:33
+msgid "Member objects"
+msgstr "Oggetti membri"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid "Remove Kolab extension"
+#: plugins/admin/ogroups/remove.tpl:7
+msgid ""
+"Please double check if you really want to do this since there is no way for "
+"GOsa to get your data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:115
+#: plugins/admin/ogroups/headpage.tpl:24
 msgid ""
 msgid ""
-"This server has kolab features enabled. You can disable them by clicking "
-"below."
+"This menu allows you to add, edit or remove selected groups. You may want to "
+"use the range selector on top of the group listbox, when working with a "
+"large number of groups."
 msgstr ""
 msgstr ""
+"Questo menù permette di creare, modificare e cancellare i gruppi "
+"selezionati. Avendo un gran numero di gruppi, puoi usare i selettori di "
+"intervalli in cima alla lista dei gruppi."
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid "Add Kolab service"
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:39
+msgid "Show groups containing users"
+msgstr "Mostra gruppi che contengono utenti"
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid ""
-"This server has kolab features disabled. You can enable them by clicking "
-"below."
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:40
+msgid "Show groups containing groups"
+msgstr "Mostra gruppi che contengono gruppi"
 
 
-#: plugins/admin/systems/class_servKolab.inc:146
-#, php-format
-msgid "Include data from %s days in the past when creating free/busy lists"
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:41
+msgid "Show groups containing applications"
+msgstr "Mostra gruppi che contengono applicazioni"
 
 
-#: plugins/admin/systems/class_servKolab.inc:152
-#, php-format
-msgid "Warn users when using more than %s%% of their mail quota"
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:42
+msgid "Show groups containing departments"
+msgstr "Mostra gruppi che contengono dipartimenti"
 
 
-#: plugins/admin/systems/class_servKolab.inc:224
-msgid "Future days in Free/Busy settings must be set."
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:43
+msgid "Show groups containing servers"
+msgstr "Mostra gruppi che contengono server"
 
 
-#: plugins/admin/systems/class_servKolab.inc:226
-msgid "Future days in Free/Busy settings must be a positive value."
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:44
+msgid "Show groups containing workstations"
+msgstr "Mostra gruppi che contengono workstation"
 
 
-#: plugins/admin/systems/class_servKolab.inc:230
-msgid "The given Quota settings value must be a number."
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:45
+msgid "Show groups containing terminals"
+msgstr "Mostra gruppi che contengono terminali"
 
 
-#: plugins/admin/systems/class_servKolab.inc:232
-msgid "Please choose a value between 1 and 100 for Quota settings."
+#: plugins/admin/ogroups/headpage.tpl:46
+msgid "Show groups containing printers"
+msgstr "Mostra gruppi che contengono stampanti"
+
+#: plugins/admin/ogroups/headpage.tpl:51
+#, fuzzy
+msgid "Display object groups matching"
+msgstr "Mosra gruppi corrispondenti a"
+
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:234
-msgid "Future days must be a value."
+#: plugins/admin/ogroups/mail.tpl:11
+msgid "Primary mail address for this distribution list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:238
-msgid "No SMTP privileged networks set."
+#: plugins/admin/ogroups/class_phonequeue.inc:79
+#, fuzzy
+msgid "ring all"
+msgstr "Terminali"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:80
+msgid "round robin"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:242
-msgid "No SMTP smarthost/relayhost set."
+#: plugins/admin/ogroups/class_phonequeue.inc:81
+msgid "least recently called"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:194
-#: plugins/admin/systems/class_printGeneric.inc:215
-#: plugins/admin/systems/class_printGeneric.inc:218
-msgid "Add printer extension"
+#: plugins/admin/ogroups/class_phonequeue.inc:82
+msgid "fewest completed calls"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:195
+#: plugins/admin/ogroups/class_phonequeue.inc:83
 #, fuzzy
 #, fuzzy
-msgid ""
-"This workstation has printer extension disabled. You can't enable it while "
-"'cn' is not present in entry. Possibly you are currently creating a new "
-"terminal template"
-msgstr "Questa identità non possiede estensioni di posta."
+msgid "random"
+msgstr "e"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:207
-#: plugins/admin/systems/class_printGeneric.inc:210
+#: plugins/admin/ogroups/class_phonequeue.inc:84
+msgid "round robin with memory"
+msgstr ""
+
+#: plugins/admin/ogroups/class_phonequeue.inc:113
 #, fuzzy
 #, fuzzy
-msgid "Remove printer extension"
-msgstr "Elimina foto"
+msgid "Remove the phone queue from this Account"
+msgstr "Elimina estensioni telefoniche"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:208
+#: plugins/admin/ogroups/class_phonequeue.inc:114
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This workstation has printer extension enabled.You can disable it by "
-"clicking below."
-msgstr "Questa identià possiede estensioni di posta."
+"Phone queue is enabled for this group. You can disable it by clicking below."
+msgstr "Questa identià possiede estensioni telefoniche."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:211
+#: plugins/admin/ogroups/class_phonequeue.inc:116
 #, fuzzy
 #, fuzzy
-msgid ""
-"This terminal has printer extension enabled. You can disable it by clicking "
-"below."
-msgstr "Questa identià possiede estensioni di posta."
+msgid "Create phone queue"
+msgstr "Crea estensioni telefoniche"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:216
+#: plugins/admin/ogroups/class_phonequeue.inc:117
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This workstation has printer extension disabled. You can enable it by "
+"For this group the phone queues are disabled. You can enable them by "
 "clicking below."
 "clicking below."
-msgstr "Questa identità non possiede estensioni di posta."
+msgstr "Questa identità non possiede estensioni telefoniche"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:219
-#, fuzzy
-msgid ""
-"This terminal has printer extension disabled. You can enable it by clicking "
-"below."
-msgstr "Questa identità non possiede estensioni di posta."
+#: plugins/admin/ogroups/class_phonequeue.inc:199
+msgid "Timeout must be numeric"
+msgstr ""
 
 
-#: plugins/admin/systems/class_printGeneric.inc:230
-msgid "This 'dn' has no printer features."
+#: plugins/admin/ogroups/class_phonequeue.inc:202
+msgid "Retry must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:364
+#: plugins/admin/ogroups/class_phonequeue.inc:205
+msgid "Max queue length must be numeric"
+msgstr ""
+
+#: plugins/admin/ogroups/class_phonequeue.inc:208
+msgid "Announce frequency must be numeric"
+msgstr ""
+
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "There must be least one queue number defined."
+msgstr ""
+
+#: plugins/admin/ogroups/class_phonequeue.inc:225
+msgid ""
+"There is currently no asterisk server defined. Your settings can't be saved."
+msgstr ""
+
+#: plugins/admin/ogroups/class_phonequeue.inc:238
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
 #, php-format
 #, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
+msgid ""
+"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:372
-#, fuzzy
-msgid "can't get ppd informations."
-msgstr "Informazioni organizzazione"
+#: plugins/admin/ogroups/class_phonequeue.inc:248
+#: plugins/admin/ogroups/class_phonequeue.inc:622
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1044
+#: plugins/gofon/macro/class_gofonMacro.inc:216
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
+#, fuzzy, php-format
+msgid "Can't select database %s on %s."
+msgstr "Impossibile selezionare il database!"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:384
+#: plugins/admin/ogroups/class_phonequeue.inc:279
+#: plugins/admin/ogroups/class_phonequeue.inc:493
+#: plugins/admin/ogroups/class_phonequeue.inc:658
+#, fuzzy, php-format
+msgid "Can't delete in Database %s, on Server %s."
+msgstr "Impossibile selezionare il database!"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:523
+#: plugins/admin/ogroups/class_phonequeue.inc:525
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1145
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1147
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
 #, php-format
 #, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:386
+#: plugins/admin/ogroups/class_phonequeue.inc:612
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1033
+#: plugins/gofon/macro/class_gofonMacro.inc:205
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
 #, php-format
 #, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
+msgid ""
+"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:448
-msgid "You have no permissions to create a printer on this 'Base'."
-msgstr ""
+#: plugins/admin/ogroups/phonequeue.tpl:1
+#, fuzzy
+msgid "Queue Settings"
+msgstr "Impostazioni FAX"
 
 
-#: plugins/admin/systems/servkolab.tpl:14
-msgid "POP3 service"
-msgstr ""
+#: plugins/admin/ogroups/phonequeue.tpl:4
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+msgid "Phone numbers"
+msgstr "Numeri di telefono"
 
 
-#: plugins/admin/systems/servkolab.tpl:22
-msgid "POP3/SSL service"
-msgstr ""
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/admin/ogroups/phonequeue.tpl:96
+#, fuzzy
+msgid "Generic queue Settings"
+msgstr "Impostazioni generali delle code"
 
 
-#: plugins/admin/systems/servkolab.tpl:30
-msgid "IMAP service"
-msgstr ""
+#: plugins/admin/ogroups/phonequeue.tpl:18
+#, fuzzy
+msgid "Down"
+msgstr "Dominio"
 
 
-#: plugins/admin/systems/servkolab.tpl:38
-msgid "IMAP/SSL service"
-msgstr ""
+#: plugins/admin/ogroups/phonequeue.tpl:46
+#, fuzzy
+msgid "Timeout"
+msgstr "Timeout"
 
 
-#: plugins/admin/systems/servkolab.tpl:46
-msgid "Sieve service"
-msgstr ""
+#: plugins/admin/ogroups/phonequeue.tpl:54
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+msgid "Retry"
+msgstr "Riprova"
 
 
-#: plugins/admin/systems/servkolab.tpl:54
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
-msgstr ""
+#: plugins/admin/ogroups/phonequeue.tpl:62
+#, fuzzy
+msgid "Strategy"
+msgstr "Stato"
 
 
-#: plugins/admin/systems/servkolab.tpl:62
-msgid "HTTP FreeBusy service (legacy)"
+#: plugins/admin/ogroups/phonequeue.tpl:74
+msgid "Max queue length"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:70
-msgid "Amavis email scanning (virus/spam)"
+#: plugins/admin/ogroups/phonequeue.tpl:82
+msgid "Announce frequency"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:81
-msgid "Quota settings"
+#: plugins/admin/ogroups/phonequeue.tpl:86
+msgid "(in seconds)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:97
-msgid "Free/Busy settings"
+#: plugins/admin/ogroups/phonequeue.tpl:94
+msgid "Queue sound setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:102
-msgid "Allow unauthenticated downloading of Free/Busy information"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "Use music on hold instead of ringing"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:117
-msgid "SMTP privileged networks"
+#: plugins/admin/ogroups/phonequeue.tpl:108
+msgid "Music on hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:122
-msgid "Hosts/networks allowed to relay"
-msgstr ""
+#: plugins/admin/ogroups/phonequeue.tpl:116
+#, fuzzy
+msgid "Welcome sound file"
+msgstr "Benvenuto %s!"
 
 
-#: plugins/admin/systems/servkolab.tpl:125
-msgid "Enter multiple values, seperated with"
+#: plugins/admin/ogroups/phonequeue.tpl:124
+#, fuzzy
+msgid "Announce message"
+msgstr "Messaggio di di risposta automatica"
+
+#: plugins/admin/ogroups/phonequeue.tpl:132
+msgid "Sound file for 'You are next ...'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:138
-msgid "SMTP smarthost/relayhost"
+#: plugins/admin/ogroups/phonequeue.tpl:140
+msgid "'There are ...'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:144
-msgid "Enable MX lookup for relayhost"
+#: plugins/admin/ogroups/phonequeue.tpl:148
+msgid "'... calls waiting'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:149
-msgid "Host used to relay mails"
+#: plugins/admin/ogroups/phonequeue.tpl:156
+msgid "'Thank you' message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:163
-msgid "Accept Internet Mail"
+#: plugins/admin/ogroups/phonequeue.tpl:164
+msgid "'minutes' sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:169
-msgid "Accept mail from other domains over non-authenticated SMTP"
+#: plugins/admin/ogroups/phonequeue.tpl:172
+msgid "'seconds' sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:1
-#, fuzzy
-msgid "Advanced phone settings"
-msgstr "Opzioni di posta avanzate"
+#: plugins/admin/ogroups/phonequeue.tpl:180
+msgid "Hold sound file"
+msgstr ""
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
+#: plugins/admin/ogroups/phonequeue.tpl:188
 #, fuzzy
 #, fuzzy
-msgid "Phone type"
-msgstr "Telefono"
+msgid "Less Than sound file"
+msgstr "Benvenuto %s!"
 
 
-#: plugins/admin/systems/phonesettings.tpl:7
-#: plugins/admin/systems/phonesettings.tpl:25
-#: plugins/admin/systems/phonesettings.tpl:35
-#: plugins/admin/systems/phonesettings.tpl:49
-#: plugins/admin/systems/phonesettings.tpl:78
-#: plugins/admin/systems/phonesettings.tpl:109
-#: plugins/admin/systems/phonesettings.tpl:156
+#: plugins/admin/ogroups/phonequeue.tpl:204
 #, fuzzy
 #, fuzzy
-msgid "Choose a phone type"
-msgstr "Scegli il tuo numero di telefono personale"
+msgid "Phone attributes "
+msgstr "Attributo DN delle persone"
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
+#: plugins/admin/ogroups/phonequeue.tpl:212
+msgid "Announce holdtime"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
+#: plugins/admin/ogroups/phonequeue.tpl:218
+msgid "Allow the called user to transfer his call"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-#, fuzzy
-msgid "Default IP"
-msgstr "Stampante predefinita"
-
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
+#: plugins/admin/ogroups/phonequeue.tpl:224
+msgid "Allows calling user to transfer call"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
+#: plugins/admin/ogroups/phonequeue.tpl:234
+msgid "Allow the called to hangup by pressing *"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
+#: plugins/admin/ogroups/phonequeue.tpl:240
+msgid "Allows calling to hangup by pressing *"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:116
-#, fuzzy
-msgid "Secret"
-msgstr "Strada"
+#: plugins/admin/ogroups/phonequeue.tpl:246
+msgid "Ring instead of playing background music"
+msgstr ""
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
+#: plugins/admin/fai/remove.tpl:7
+msgid ""
+"This includes 'all' object information. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
+#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
+msgid "Fully Automatic Installation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:145
+#: plugins/admin/fai/class_faiManagement.inc:31
 #, fuzzy
 #, fuzzy
-msgid "Account code"
-msgstr "Sicurezza"
+msgid "FAI"
+msgstr "FAX"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-msgid "Trunk lines"
+#: plugins/admin/fai/class_faiManagement.inc:32
+msgid "Fully Automatic Installation - management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
+#: plugins/admin/fai/class_faiManagement.inc:204
+#, php-format
+msgid "You're about to delete all information about the FAI class at '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:183
-msgid "Hosts that are not allowed to connect"
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:439
+#, fuzzy
+msgid "New profile"
+msgstr "Riferimenti"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
+#: plugins/admin/fai/class_faiManagement.inc:439
+msgid "P"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:444
+#, fuzzy
+msgid "New partition table"
+msgstr "Stampante"
 
 
-#: plugins/admin/systems/terminalService.tpl:141
-msgid "Remote desktop"
+#: plugins/admin/fai/class_faiManagement.inc:444
+msgid "PT"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:145
-msgid "Connect method"
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:447
+#, fuzzy
+msgid "New scripts"
+msgstr "Mostra stampanti"
 
 
-#: plugins/admin/systems/terminalService.tpl:147
-msgid "Choose method to connect to terminal server"
+#: plugins/admin/fai/class_faiManagement.inc:447
+msgid "S"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:154
-msgid "Terminal server"
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:450
+#, fuzzy
+msgid "New hooks"
+msgstr "Mostra telefoni"
 
 
-#: plugins/admin/systems/terminalService.tpl:156
-msgid "Select specific terminal server to use"
+#: plugins/admin/fai/class_faiManagement.inc:450
+msgid "H"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:163
-msgid "Font server"
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:453
+#, fuzzy
+msgid "New variables"
+msgstr "Mostra terminali"
 
 
-#: plugins/admin/systems/terminalService.tpl:165
-msgid "Select specific font server to use"
+#: plugins/admin/fai/class_faiManagement.inc:453
+msgid "V"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:181
-msgid "Print device"
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:456
+#, fuzzy
+msgid "New templates"
+msgstr "Nuovo template"
 
 
-#: plugins/admin/systems/terminalService.tpl:182
-msgid "Select to start IPP based printing service on terminal"
+#: plugins/admin/fai/class_faiManagement.inc:456
+msgid "T"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:183
-msgid "Provide print services"
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:459
+#, fuzzy
+msgid "New package list"
+msgstr "Liste di blocco"
 
 
-#: plugins/admin/systems/terminalService.tpl:189
-msgid "Spool server"
+#: plugins/admin/fai/class_faiManagement.inc:459
+msgid "PK"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:191
-msgid "Select NFS filesystem to place spool files on"
+#: plugins/admin/fai/class_faiManagement.inc:477
+msgid "Name of FAI class"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:212
-msgid "Select scanner driver to use"
+#: plugins/admin/fai/class_faiManagement.inc:478
+msgid "Class type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/remove.tpl:6
-msgid ""
-"This includes <b>all</b> system and setup informations. Please double check "
-"if your really want to do this since there is no way for GOsa to get your "
-"data back."
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:482
+#, fuzzy
+msgid "Edit class"
+msgstr "classe"
 
 
-#: plugins/admin/systems/headpage.tpl:6
-msgid "List of systems"
-msgstr "Lista dei sistemi"
+#: plugins/admin/fai/class_faiManagement.inc:483
+#, fuzzy
+msgid "Delete class"
+msgstr "Rimuovi"
 
 
-#: plugins/admin/systems/headpage.tpl:24
-msgid ""
-"This menu allows you to add, remove and change the properties of specific "
-"systems. You can only add systems which have already been started once."
+#: plugins/admin/fai/class_faiManagement.inc:525
+#: plugins/admin/fai/class_faiManagement.inc:526
+#: plugins/admin/fai/class_faiProfile.inc:161
+#: plugins/admin/fai/class_faiProfileEntry.inc:123
+msgid "Partition table"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
+#: plugins/admin/fai/class_faiManagement.inc:532
+#: plugins/admin/fai/class_faiManagement.inc:533
+msgid "Package list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Mostra server"
+#: plugins/admin/fai/class_faiManagement.inc:539
+#: plugins/admin/fai/class_faiManagement.inc:540
+#, fuzzy
+msgid "Scripts"
+msgstr "Script path"
 
 
-#: plugins/admin/systems/headpage.tpl:39
-msgid "Select to see Linux terminals"
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:560
+#: plugins/admin/fai/class_faiManagement.inc:561
+#, fuzzy
+msgid "Profile"
+msgstr "Path del profilo"
 
 
-#: plugins/admin/systems/headpage.tpl:39
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Mostra terminali"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+#, fuzzy
+msgid "Device"
+msgstr "Dispositivi"
 
 
-#: plugins/admin/systems/headpage.tpl:40
-msgid "Select to see Linux workstations"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+#, fuzzy
+msgid "Partition entries"
+msgstr "Destinazione"
+
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+msgid "Add partition"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:40
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Mostra workstation"
+#: plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
+#: plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/class_faiProfileEntry.inc:154
+#: plugins/admin/fai/faiHook.tpl:32
+#, fuzzy
+msgid "Objects"
+msgstr "Oggetto"
 
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Select to see MicroSoft Windows based workstations"
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+#, fuzzy
+msgid "Discs"
+msgstr "Dispositivi"
+
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Show windows based workstations"
-msgstr "Mostra workstation Windows"
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Select to see network printers"
+#: plugins/admin/fai/faiProfileEntry.tpl:27
+msgid ""
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Show network printers"
-msgstr "Mostra stampanti di rete"
+#: plugins/admin/fai/faiProfileEntry.tpl:40
+#, fuzzy
+msgid "Show only classes with templates"
+msgstr "Mostra utenti template"
 
 
-#: plugins/admin/systems/headpage.tpl:43
-msgid "Select to see VOIP phones"
+#: plugins/admin/fai/faiProfileEntry.tpl:42
+msgid "Show only classes with scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Mostra telefoni"
-
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Select to see network devices"
+#: plugins/admin/fai/faiProfileEntry.tpl:44
+msgid "Show only classes with hooks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Show network devices"
-msgstr "Mostra dispositiva di rete"
+#: plugins/admin/fai/faiProfileEntry.tpl:46
+#, fuzzy
+msgid "Show only classes with variables"
+msgstr "Mostra terminali"
 
 
-#: plugins/admin/systems/headpage.tpl:52
-msgid "Regular expression for matching system names"
+#: plugins/admin/fai/faiProfileEntry.tpl:48
+msgid "Show only classes with packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:59
+#: plugins/admin/fai/faiProfileEntry.tpl:50
 #, fuzzy
 #, fuzzy
-msgid "Display systems of user"
-msgstr "Mostra l'indirizzo dell'utente"
+msgid "Show only classes with partitions"
+msgstr "Mostra workstation"
 
 
-#: plugins/admin/systems/headpage.tpl:62
-msgid "User name of which terminal(s) are shown"
-msgstr ""
+#: plugins/admin/fai/faiVariable.tpl:34
+#, fuzzy
+msgid "List of assigned variables"
+msgstr "Scegli il tuo numero di telefono personale"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr ""
+#: plugins/admin/fai/class_faiScriptEntry.inc:51
+#: plugins/admin/fai/class_faiHookEntry.inc:54
+#, fuzzy
+msgid "Please select a valid file."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:38
-msgid "Select if terminal should boot in text mode"
-msgstr ""
+#: plugins/admin/fai/class_faiScriptEntry.inc:54
+#: plugins/admin/fai/class_faiHookEntry.inc:57
+#, fuzzy
+msgid "Selected file is empty."
+msgstr "Rimuovi"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
-msgstr ""
+#: plugins/admin/fai/class_faiScriptEntry.inc:99
+#: plugins/admin/fai/class_faiVariableEntry.inc:86
+#: plugins/admin/fai/class_faiTemplateEntry.inc:164
+#: plugins/admin/fai/class_faiHookEntry.inc:112
+#, fuzzy
+msgid "Please enter a name."
+msgstr "Inserisci la URI del server LDAP"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:41
-msgid "Select to get more verbose output during startup"
-msgstr ""
+#: plugins/admin/fai/class_faiScriptEntry.inc:103
+#, fuzzy
+msgid "Please enter a script."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
-msgstr ""
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+#, fuzzy
+msgid "Script attributes"
+msgstr "Attributo DN delle persone"
 
 
-#: plugins/admin/systems/password.tpl:2
+#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
 #, fuzzy
 #, fuzzy
-msgid ""
-"To change the terminal root password use the fields below. The changes take "
-"effect during the next reboot. Please memorize the new password, because you "
-"wouldn't be able to log in."
-msgstr ""
-"Per cambiare la tua password usa i campi qui sotto. I cambiamenti avrenno "
-"effetto immediatamente. Memorizza la nuova password perché non sarai in "
-"grado di connetterti senza di essa."
+msgid "Choose a priority"
+msgstr "Scegli il tuo numero di telefono personale"
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+#: plugins/admin/fai/faiHookEntry.tpl:63
+#, fuzzy
+msgid "Import script"
+msgstr "Mostra stampanti"
+
+#: plugins/admin/fai/class_faiPackage.inc:150
+msgid "There is no useable package list defined."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/password.tpl:9
-msgid "Changing the password impinges on authentification only."
+#: plugins/admin/fai/class_faiPackage.inc:295
+#, php-format
+msgid "Can't read configuration folder '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
+#: plugins/admin/fai/class_faiPackage.inc:377
 #, fuzzy
 #, fuzzy
-msgid "Printer ppd selection."
-msgstr "Impostazioni Unix"
+msgid "Please select a least one Package."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:59
-#: plugins/admin/ogroups/tabs_ogroups.inc:151
+#: plugins/admin/fai/class_faiPackage.inc:381
 #, fuzzy
 #, fuzzy
-msgid "Phone queue"
-msgstr "Numero di telefono"
+msgid "Please choose a valid combination for your repository setup."
+msgstr "Specificare una dimenzione valida per le mail da rigettare."
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:84
-#: plugins/admin/ogroups/tabs_ogroups.inc:131
-msgid "Terminals"
-msgstr "Terminali"
+#: plugins/admin/fai/class_faiPackage.inc:402
+#, fuzzy
+msgid "package is configured"
+msgstr "non configurata"
 
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
+#: plugins/admin/fai/class_faiPackage.inc:426
+#, php-format
+msgid "Package file '%s' does not exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/mail.tpl:11
-msgid "Primary mail address for this distribution list"
+#: plugins/admin/fai/faiPackage.tpl:50
+msgid "Mirror"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
+#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
+msgid "mirror"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Mostra dipartimenti"
+#: plugins/admin/fai/faiPackage.tpl:68
+#, fuzzy
+msgid "Used packages"
+msgstr "Mostra telefoni"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr ""
+#: plugins/admin/fai/faiPackage.tpl:70
+#, fuzzy
+msgid "Choosen packages"
+msgstr "Mostra telefoni"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Mostra persone"
+#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
+msgid "Configure"
+msgstr "Configura"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
+#: plugins/admin/fai/class_faiProfile.inc:145
+#: plugins/admin/fai/class_faiProfileEntry.inc:151
+msgid "This list displays all assigned class names for this profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Mostra gruppi"
-
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Seleziona per mostrare le applicazioni"
-
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Mostra applicazioni"
-
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr ""
+#: plugins/admin/fai/class_faiProfile.inc:153
+#, fuzzy
+msgid "Append new class names"
+msgstr "Applicazioni disponibili"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
+#: plugins/admin/fai/class_faiProfile.inc:156
+#: plugins/admin/fai/class_faiProfileEntry.inc:118
+msgid "Hook bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
+#: plugins/admin/fai/class_faiProfile.inc:157
+#: plugins/admin/fai/class_faiProfileEntry.inc:119
+msgid "Template bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Mostra stampanti"
+#: plugins/admin/fai/class_faiProfile.inc:158
+#: plugins/admin/fai/class_faiProfileEntry.inc:120
+#, fuzzy
+msgid "Script bundle"
+msgstr "Script path"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
+#: plugins/admin/fai/class_faiProfile.inc:159
+#: plugins/admin/fai/class_faiProfileEntry.inc:121
+msgid "Variable bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:37
-msgid "Display objects of department"
+#: plugins/admin/fai/class_faiProfile.inc:160
+msgid "Packages bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/termgroup.tpl:1
-msgid ""
-"All actions you choose here influence <b>all</b> machines in this object "
-"group. Be aware that rebooting machines may not make people happy who are "
-"currently working at these machines."
+#: plugins/admin/fai/class_faiProfile.inc:163
+msgid "Remove class from profile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/termgroup.tpl:7
-msgid "Select action to execute for this   group of terminals"
+#: plugins/admin/fai/class_faiProfile.inc:226
+msgid "Please assign at least one class to this  profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
-msgid "Object groups"
-msgstr "Gruppi di oggetti"
-
-#: plugins/admin/ogroups/class_ogroupManagement.inc:41
-msgid "UNIX accounts"
-msgstr "Account Unix"
+#: plugins/admin/fai/class_faiProfile.inc:230
+#, fuzzy
+msgid "Please enter a valid name."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
-#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
-#: html/getxls.php:245 html/getxls.php:316
-msgid "Servers"
+#: plugins/admin/fai/class_faiProfile.inc:238
+msgid "There is already a profile with this class name defined."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:46
-msgid "Thin Clients"
-msgstr ""
+#: plugins/admin/fai/faiProfile.tpl:32
+#, fuzzy
+msgid "FAI classes"
+msgstr "Scegli il tuo numero di telefono personale"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:47
-msgid "Workstations"
-msgstr ""
+#: plugins/admin/fai/headpage.tpl:6
+#, fuzzy
+msgid "List of FAI classes"
+msgstr "Scegli il tuo numero di telefono personale"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:217
-#, php-format
-msgid "You're about to delete the object group '%s'."
+#: plugins/admin/fai/headpage.tpl:24
+msgid "This menu allows you to create, delete and edit FAI classes."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:223
-#: plugins/admin/ogroups/class_ogroupManagement.inc:249
-msgid "You are not allowed to delete this object group!"
-msgstr ""
+#: plugins/admin/fai/headpage.tpl:36
+#, fuzzy
+msgid "Show profiles"
+msgstr "Mostra stampanti"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/fai/headpage.tpl:38
 #, fuzzy
 #, fuzzy
-msgid "Create new object group"
-msgstr "Gruppo di oggetti"
+msgid "Show scripts"
+msgstr "Mostra stampanti"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+#: plugins/admin/fai/headpage.tpl:39
 #, fuzzy
 #, fuzzy
-msgid "Name of object groups"
-msgstr "Nome del gruppo"
+msgid "Show hooks"
+msgstr "Mostra telefoni"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:440
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Gruppo di oggetti"
+#: plugins/admin/fai/headpage.tpl:40
+#, fuzzy
+msgid "Show variables"
+msgstr "Mostra terminali"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:132
-msgid "This 'dn' is no object group."
-msgstr ""
+#: plugins/admin/fai/headpage.tpl:41
+#, fuzzy
+msgid "Show packages"
+msgstr "Mostra telefoni"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:242
-msgid "too many different objects!"
-msgstr ""
+#: plugins/admin/fai/headpage.tpl:42
+#, fuzzy
+msgid "Show partitions"
+msgstr "Mostra workstation"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:244
-msgid "users"
-msgstr "utenti"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
+#, fuzzy
+msgid "FS type"
+msgstr "Tipo"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:245
-msgid "groups"
-msgstr "gruppi"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
+#, fuzzy
+msgid "Mount point"
+msgstr "Monitoraggio"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:246
-msgid "applications"
-msgstr "applicazioni"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
+#, fuzzy
+msgid "Size in MB"
+msgstr "Connesso:"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:247
-msgid "departments"
-msgstr "dipartimenti"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
+#, fuzzy
+msgid "Mount options"
+msgstr "Opzioni di posta"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:248
-msgid "servers"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
+#, fuzzy
+msgid "FS option"
+msgstr "Opzioni"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
+#, fuzzy
+msgid "Preserve"
 msgstr "server"
 
 msgstr "server"
 
-#: plugins/admin/ogroups/class_ogroup.inc:249
-msgid "workstations"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
+#, php-format
+msgid "please enter a unique mount point for partition %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:250
-msgid "terminals"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
+#, fuzzy, php-format
+msgid "Please enter a valid mount point for partition %s."
+msgstr "Inserire un nome cartella valido per il campo 'Home directory'."
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
+#, php-format
+msgid ""
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:251
-msgid "phones"
-msgstr "telefoni"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
+msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:252
-msgid "printers"
-msgstr "stampanti"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
+#, fuzzy, php-format
+msgid "Please enter a valid partition size for partition %s."
+msgstr "Inserire un nome cartella valido per il campo 'Home directory'."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:259
-msgid "and"
-msgstr "e"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
+#, fuzzy, php-format
+msgid "Please enter a valid range for partition %s."
+msgstr "Inserire un nome cartella valido per il campo 'Home directory'."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:410
-msgid "Non existing dn: "
-msgstr ""
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
+#, fuzzy, php-format
+msgid "Please enter a range for partition size for partition %s."
+msgstr "Inserire un nome cartella valido per il campo 'Home directory'."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:534
-msgid "There is already an object with this cn."
-msgstr ""
+#: plugins/admin/fai/faiScript.tpl:34
+#, fuzzy
+msgid "List of scripts"
+msgstr "Lista degli utenti"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:551
-msgid "You can combine two different object types at maximum only!"
+#: plugins/admin/fai/faiScript.tpl:40
+msgid "Choose a script to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Nome del gruppo"
+#: plugins/admin/fai/class_faiVariableEntry.inc:82
+#, fuzzy
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Specificare una dimenzione valida per le mail da rigettare."
 
 
-#: plugins/admin/ogroups/generic.tpl:33
-msgid "Member objects"
-msgstr "Oggetti membri"
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+#, fuzzy
+msgid "Variable attributes"
+msgstr "Attributo DN delle persone"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:41
+#: plugins/admin/fai/faiVariableEntry.tpl:34
 #, fuzzy
 #, fuzzy
-msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
-msgstr "Questa identià possiede estensioni di posta."
+msgid "Variable content"
+msgstr "Mostra terminali"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:43
+#: plugins/admin/fai/faiTemplate.tpl:31
 #, fuzzy
 #, fuzzy
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
-msgstr "Questa identità non possiede estensioni di posta."
+msgid "List of template files"
+msgstr "Lista dei dipartimenti"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:79
+#: plugins/admin/fai/faiTemplate.tpl:37
 #, fuzzy
 #, fuzzy
-msgid "ring all"
-msgstr "Terminali"
+msgid "Choose a template to delete or edit"
+msgstr "Scegli il subtree per l'utente"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:80
-msgid "round robin"
-msgstr ""
+#: plugins/admin/fai/class_faiPartitionTable.inc:226
+#: plugins/admin/fai/class_faiPartitionTable.inc:232
+#, fuzzy, php-format
+msgid "%s partition"
+msgstr "Mostra workstation"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:81
-msgid "least recently called"
+#: plugins/admin/fai/class_faiPartitionTable.inc:228
+#: plugins/admin/fai/class_faiPartitionTable.inc:234
+#, fuzzy, php-format
+msgid "%s partition(s)"
+msgstr "Mostra workstation"
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:74
+msgid "no file uploaded yet"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:82
-msgid "fewest completed calls"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:76
+#, php-format
+msgid "exists in database (size: %s bytes)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:83
+#: plugins/admin/fai/class_faiTemplateEntry.inc:156
 #, fuzzy
 #, fuzzy
-msgid "random"
-msgstr "e"
+msgid "Please specify a value for attribute 'file'."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:84
-msgid "round robin with memory"
-msgstr ""
+#: plugins/admin/fai/class_faiTemplateEntry.inc:160
+#, fuzzy
+msgid "Please specify a value for attribute 'path'."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:113
+#: plugins/admin/fai/class_faiTemplateEntry.inc:168
 #, fuzzy
 #, fuzzy
-msgid "Remove the phone queue from this Account"
-msgstr "Elimina estensioni telefoniche"
+msgid "Please enter a user."
+msgstr "Inserisci la URI del server LDAP"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:114
+#: plugins/admin/fai/class_faiTemplateEntry.inc:171
 #, fuzzy
 #, fuzzy
-msgid ""
-"Phone queue is enabled for this group. You can disable it by clicking below."
-msgstr "Questa identià possiede estensioni telefoniche."
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+msgstr "Specificare una dimenzione valida per le mail da rigettare."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:116
+#: plugins/admin/fai/class_faiTemplateEntry.inc:175
 #, fuzzy
 #, fuzzy
-msgid "Create phone queue"
-msgstr "Crea estensioni telefoniche"
+msgid "Please enter a group."
+msgstr "Inserisci la URI del server LDAP"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:117
+#: plugins/admin/fai/class_faiTemplateEntry.inc:178
 #, fuzzy
 #, fuzzy
-msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
-msgstr "Questa identità non possiede estensioni telefoniche"
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+msgstr "Specificare una dimenzione valida per le mail da rigettare."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:199
-msgid "Timeout must be numeric"
-msgstr ""
+#: plugins/admin/fai/class_faiHookEntry.inc:108
+#, fuzzy
+msgid "Please enter a value for script."
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:202
-msgid "Retry must be numeric"
+#: plugins/admin/fai/class_faiProfileEntry.inc:122
+msgid "Package bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:205
-msgid "Max queue length must be numeric"
-msgstr ""
+#: plugins/admin/fai/class_faiProfileEntry.inc:153
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#, fuzzy
+msgid "Class name"
+msgstr "Scegli il tuo numero di telefono personale"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:208
-msgid "Announce frequency must be numeric"
-msgstr ""
+#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
+#, fuzzy
+msgid "Hook attributes"
+msgstr "Attributo DN delle persone"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "There must be least one queue number defined."
+#: plugins/admin/fai/faiHookEntry.tpl:34
+msgid "Task"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:225
-msgid ""
-"There is currently no asterisk server defined. Your settings can't be saved."
+#: plugins/admin/fai/faiHookEntry.tpl:36
+msgid "Choose an existing FAI task"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:238
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
-#, php-format
-msgid ""
-"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
-msgstr ""
+#: plugins/admin/fai/class_askClassName.inc:71
+#, fuzzy
+msgid "Create new FAI object - partition table."
+msgstr "Gruppo di oggetti"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:248
-#: plugins/admin/ogroups/class_phonequeue.inc:622
-#: plugins/gofon/macro/class_gofonMacro.inc:216
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1045
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
-#, fuzzy, php-format
-msgid "Can't select database %s on %s."
-msgstr "Impossibile selezionare il database!"
+#: plugins/admin/fai/class_askClassName.inc:72
+#, fuzzy
+msgid "Create new FAI object - package bundle."
+msgstr "Gruppo di oggetti"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:279
-#: plugins/admin/ogroups/class_phonequeue.inc:493
-#: plugins/admin/ogroups/class_phonequeue.inc:658
-#, fuzzy, php-format
-msgid "Can't delete in Database %s, on Server %s."
-msgstr "Impossibile selezionare il database!"
+#: plugins/admin/fai/class_askClassName.inc:73
+#, fuzzy
+msgid "Create new FAI object - script bundle."
+msgstr "Gruppo di oggetti"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:523
-#: plugins/admin/ogroups/class_phonequeue.inc:525
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1146
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1148
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+#: plugins/admin/fai/class_askClassName.inc:74
+#, fuzzy
+msgid "Create new FAI object - variable bundle."
+msgstr "Gruppo di oggetti"
+
+#: plugins/admin/fai/class_askClassName.inc:75
+#, fuzzy
+msgid "Create new FAI object - hook bundle."
+msgstr "Gruppo di oggetti"
+
+#: plugins/admin/fai/class_askClassName.inc:76
+#, fuzzy
+msgid "Create new FAI object - profile."
+msgstr "Gruppo di oggetti"
+
+#: plugins/admin/fai/class_askClassName.inc:77
+#, fuzzy
+msgid "Create new FAI object - template."
+msgstr "Nuovo template"
+
+#: plugins/admin/fai/class_askClassName.inc:78
+#, fuzzy
+msgid "Create new FAI object"
+msgstr "Gruppo di oggetti"
+
+#: plugins/admin/fai/class_askClassName.inc:131
+msgid "The given class name is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:612
-#: plugins/gofon/macro/class_gofonMacro.inc:205
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1034
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
-#, php-format
-msgid ""
-"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
+#: plugins/admin/fai/class_askClassName.inc:135
+msgid "The specified class name is already in use for this object type."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/remove.tpl:7
+#: plugins/admin/fai/askClassName.tpl:6
 msgid ""
 msgid ""
-"Please double check if you really want to do this since there is no way for "
-"GOsa to get your data back."
+"Adding a new class to the FAI management, requires a class name. You have to "
+"specify a unique class name for unique types of FAI classes, while you can "
+"use the same class name for different types of FAI classes. In the laste "
+"case, FAI will automatically enclose all these different class types to one "
+"unique class name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/headpage.tpl:24
+#: plugins/admin/fai/askClassName.tpl:12
 msgid ""
 msgid ""
-"This menu allows you to add, edit or remove selected groups. You may want to "
-"use the range selector on top of the group listbox, when working with a "
-"large number of groups."
+"Please use one of the following methods to choose the name for the new FAI "
+"class."
 msgstr ""
 msgstr ""
-"Questo menù permette di creare, modificare e cancellare i gruppi "
-"selezionati. Avendo un gran numero di gruppi, puoi usare i selettori di "
-"intervalli in cima alla lista dei gruppi."
-
-#: plugins/admin/ogroups/headpage.tpl:39
-msgid "Show groups containing users"
-msgstr "Mostra gruppi che contengono utenti"
 
 
-#: plugins/admin/ogroups/headpage.tpl:40
-msgid "Show groups containing groups"
-msgstr "Mostra gruppi che contengono gruppi"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
+msgstr ""
 
 
-#: plugins/admin/ogroups/headpage.tpl:41
-msgid "Show groups containing applications"
-msgstr "Mostra gruppi che contengono applicazioni"
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
+msgstr ""
 
 
-#: plugins/admin/ogroups/headpage.tpl:42
-msgid "Show groups containing departments"
-msgstr "Mostra gruppi che contengono dipartimenti"
+#: plugins/admin/fai/askClassName.tpl:54
+#, fuzzy
+msgid "Choose class name"
+msgstr "Scegli il tuo numero di telefono personale"
 
 
-#: plugins/admin/ogroups/headpage.tpl:43
-msgid "Show groups containing servers"
-msgstr "Mostra gruppi che contengono server"
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#, fuzzy
+msgid "Use"
+msgstr "Utenti"
 
 
-#: plugins/admin/ogroups/headpage.tpl:44
-msgid "Show groups containing workstations"
-msgstr "Mostra gruppi che contengono workstation"
+#: plugins/admin/fai/askClassName.tpl:74
+#, fuzzy
+msgid "A new class name."
+msgstr "Applicazioni disponibili"
 
 
-#: plugins/admin/ogroups/headpage.tpl:45
-msgid "Show groups containing terminals"
-msgstr "Mostra gruppi che contengono terminali"
+#: plugins/admin/fai/faiTemplateEntry.tpl:21
+#, fuzzy
+msgid "Template attributes"
+msgstr "Attributo DN delle persone"
 
 
-#: plugins/admin/ogroups/headpage.tpl:46
-msgid "Show groups containing printers"
-msgstr "Mostra gruppi che contengono stampanti"
+#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
+msgid "File"
+msgstr ""
 
 
-#: plugins/admin/ogroups/headpage.tpl:51
+#: plugins/admin/fai/faiTemplateEntry.tpl:35
 #, fuzzy
 #, fuzzy
-msgid "Display object groups matching"
-msgstr "Mosra gruppi corrispondenti a"
+msgid "Save template"
+msgstr "Nuovo template"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:1
+#: plugins/admin/fai/faiTemplateEntry.tpl:47
 #, fuzzy
 #, fuzzy
-msgid "Queue Settings"
-msgstr "Impostazioni FAX"
+msgid "Destination path"
+msgstr "Destinazione"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:4
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-msgid "Phone numbers"
-msgstr "Numeri di telefono"
+#: plugins/admin/fai/faiTemplateEntry.tpl:62
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
+msgid "Owner"
+msgstr ""
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/admin/ogroups/phonequeue.tpl:96
+#: plugins/admin/fai/faiTemplateEntry.tpl:80
 #, fuzzy
 #, fuzzy
-msgid "Generic queue Settings"
-msgstr "Impostazioni generali delle code"
+msgid "Access"
+msgstr "Indirizzo"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:18
+#: plugins/admin/fai/faiTemplateEntry.tpl:86
 #, fuzzy
 #, fuzzy
-msgid "Down"
-msgstr "Dominio"
+msgid "Class"
+msgstr "classe"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:46
+#: plugins/admin/fai/faiTemplateEntry.tpl:87
 #, fuzzy
 #, fuzzy
-msgid "Timeout"
-msgstr "Timeout"
-
-#: plugins/admin/ogroups/phonequeue.tpl:54
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Riprova"
+msgid "Read"
+msgstr "leggere"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:62
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
 #, fuzzy
 #, fuzzy
-msgid "Strategy"
-msgstr "Stato"
-
-#: plugins/admin/ogroups/phonequeue.tpl:74
-msgid "Max queue length"
-msgstr ""
-
-#: plugins/admin/ogroups/phonequeue.tpl:82
-msgid "Announce frequency"
-msgstr ""
-
-#: plugins/admin/ogroups/phonequeue.tpl:86
-msgid "(in seconds)"
-msgstr ""
-
-#: plugins/admin/ogroups/phonequeue.tpl:94
-msgid "Queue sound setup"
-msgstr ""
+msgid "Write"
+msgstr "scrivere"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "Use music on hold instead of ringing"
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
+#, fuzzy
+msgid "Special"
+msgstr "Terminali"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:108
-msgid "Music on hold"
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+#, fuzzy
+msgid "SUID"
+msgstr "UID"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:116
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
 #, fuzzy
 #, fuzzy
-msgid "Welcome sound file"
-msgstr "Benvenuto %s!"
+msgid "SGID"
+msgstr "GID"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:124
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
 #, fuzzy
 #, fuzzy
-msgid "Announce message"
-msgstr "Messaggio di di risposta automatica"
+msgid "Others"
+msgstr "Filtri"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:132
-msgid "Sound file for 'You are next ...'"
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
+#, fuzzy
+msgid "sticky"
+msgstr "statico"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:140
-msgid "'There are ...'"
-msgstr ""
+#: plugins/admin/fai/faiHook.tpl:34
+#, fuzzy
+msgid "List of hook scripts"
+msgstr "Lista delle liste di blocchi"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:148
-msgid "'... calls waiting'"
+#: plugins/admin/fai/faiHook.tpl:40
+msgid "Choose a hook to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:156
-msgid "'Thank you' message"
-msgstr ""
+#: plugins/admin/fai/class_faiPackageEntry.inc:35
+#, fuzzy
+msgid "Please enter your search string here"
+msgstr "Prego inserire un numero di telefono valido!"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:164
-msgid "'minutes' sound file"
+#: plugins/admin/fai/class_faiPackageEntry.inc:48
+msgid ""
+"This list displays all assigned package names for this repository settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:172
-msgid "'seconds' sound file"
-msgstr ""
+#: plugins/admin/fai/faiPackageEntry.tpl:6
+#, fuzzy
+msgid "List of available packages"
+msgstr "Scegli il tuo numero di telefono personale"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:180
-msgid "Hold sound file"
+#: plugins/admin/fai/faiPackageEntry.tpl:26
+msgid ""
+"This menu allows you to select multiple packages to add them to the "
+"currently edited package list."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:188
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "Less Than sound file"
-msgstr "Benvenuto %s!"
+msgid "Package"
+msgstr "Pacchetti"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:204
+#: plugins/admin/fai/faiPackageNew.tpl:2
 #, fuzzy
 #, fuzzy
-msgid "Phone attributes "
-msgstr "Attributo DN delle persone"
+msgid "Repository settings"
+msgstr "Mostra workstation"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:212
-msgid "Announce holdtime"
+#: plugins/admin/fai/faiPackageNew.tpl:6
+msgid ""
+"To add packages to your package list you have to setup the repository "
+"settings first."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:218
-msgid "Allow the called user to transfer his call"
+#: plugins/admin/fai/faiPackageNew.tpl:8
+msgid ""
+"Packages are usually stored on different servers called mirrors. These "
+"mirrors have different types of releases (for example woody/sarge/etch), "
+"which finally contain packages sorted by section."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:224
-msgid "Allows calling user to transfer call"
+#: plugins/admin/fai/faiPackageNew.tpl:11
+msgid ""
+"Section and release can't be changed in future dialogs, but the mirror can "
+"be changed by editing the entry."
+msgstr ""
+
+#: plugins/admin/fai/faiPackageNew.tpl:17
+msgid ""
+"First select the preferred release, then the section and finally the mirror."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:234
-msgid "Allow the called to hangup by pressing *"
+#: plugins/admin/fai/faiPackageNew.tpl:25
+msgid "Following releases are available"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:240
-msgid "Allows calling to hangup by pressing *"
+#: plugins/admin/fai/faiPackageNew.tpl:37
+msgid "Sections for this release"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:246
-msgid "Ring instead of playing background music"
+#: plugins/admin/fai/faiPackageNew.tpl:48
+msgid "Matching mirrors"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
-msgstr "Macro telefiche"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
 #, php-format
 #, php-format
-msgid "You're about to delete the macro '%s'."
+msgid "Debconf information for package '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
-#, fuzzy
-msgid "You are not allowed to delete this macro!"
-msgstr "Non hai il permesso di cambiare la tua password."
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-#, fuzzy
-msgid "Create new phone macro"
-msgstr "Crea estensioni telefoniche"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
-#, fuzzy
-msgid "Visible"
-msgstr "disabilitato"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
-msgid "This table displays all phone macros, in the selected tree."
+#: plugins/gofon/phoneaccount/main.inc:122
+msgid "Phone settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
-#, fuzzy
-msgid "Macro"
-msgstr "Nome gruppo"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
 #, fuzzy
 #, fuzzy
-msgid "visible"
-msgstr "Pubblico"
+msgid "no macro"
+msgstr "Rapporti telefono"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:135
 #, fuzzy
 #, fuzzy
-msgid "invisible"
-msgstr "Pubblico"
+msgid "undefined"
+msgstr "non definito"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:97
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
+#: plugins/gofon/macro/class_gofonMacro.inc:97
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
 msgid ""
 "There is currently no asterisk server defined. Possibly you are missing a "
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
 msgid ""
 "There is currently no asterisk server defined. Possibly you are missing a "
@@ -8584,71 +8683,131 @@ msgid ""
 "can't be saved to asterisk database."
 msgstr ""
 
 "can't be saved to asterisk database."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:103
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
-#, fuzzy
-msgid "This 'dn' is no phone macro."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
+msgid ""
+"Can't save any changes to asterisk database, there is no mysql extension "
+"available."
+msgstr ""
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:559
+msgid "Error while performing query:"
+msgstr ""
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:615
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:739
+msgid "This account has no phone extensions."
 msgstr "Questa identità non possiede estensioni telefoniche"
 
 msgstr "Questa identità non possiede estensioni telefoniche"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:159
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:635
 msgid ""
 msgid ""
-"This macro ist still in use. To delete this Macro ensure that nobody has "
-"selected this Macro."
+"The macro you selected, is no longer available for you, please choose "
+"another one."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:191
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:749
+msgid "Remove phone account"
+msgstr "Elimina estensioni telefoniche"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:750
 msgid ""
 msgid ""
-"There is no mysql extension available in your php setup, can't save any "
-"changes to asterisk db."
-msgstr ""
+"This account has phone features enabled. You can disable them by clicking "
+"below."
+msgstr "Questa identià possiede estensioni telefoniche."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:261
-#, php-format
-msgid "Unable to parse macro contents on line: %s"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:753
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:756
+msgid "Create phone account"
+msgstr "Crea estensioni telefoniche"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
+#, fuzzy
+msgid ""
+"This account has phone features disabled. You can't enable them while no uid "
+"is set."
+msgstr "Questa identità non possiede estensioni telefoniche"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
+msgid ""
+"This account has phone features disabled. You can enable them by clicking "
+"below."
+msgstr "Questa identità non possiede estensioni telefoniche"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
+msgid "Please enter a valid phone number!"
+msgstr "Prego inserire un numero di telefono valido!"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
+msgid "Choose your private phone"
+msgstr "Scegli il tuo numero di telefono personale"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
+msgid "Voicemail PIN must be between 1-4 characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:279
-#, php-format
-msgid "Can't perform SELECT query in DB '%s'"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
+msgid ""
+"The specified Voicemail PIN contains invalid characters, only numeric values "
+"are allowed here."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:288
-#: plugins/gofon/macro/class_gofonMacro.inc:296
-#, php-format
-msgid "Can't perform DELETE query in DB '%s'"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:894
+msgid "Phone PIN must be at least one character long."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:310
-#, php-format
-msgid "Can't perform INSERT query in DB '%s'"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:897
+msgid ""
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:907
 #, php-format
 #, php-format
-msgid "The given cn '%s' already exists."
+msgid "You need to specify at least one phone number!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:362
-msgid "You must specify the 'Display Name' in order to save this macro"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:914
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
+#, php-format
+msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:366
-msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1076
+msgid "Stop"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:371
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1111
 #, php-format
 #, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+msgid "Removed user '%s' from phone queue '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:377
-msgid "Makro length must be lower than 100 lines"
+#: plugins/gofon/phoneaccount/generic.tpl:33
+msgid "Voicemail PIN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:382
+#: plugins/gofon/phoneaccount/generic.tpl:41
 #, fuzzy
 #, fuzzy
-msgid "Please choose a valid  base."
-msgstr "Prego inserire un numero di telefono valido!"
+msgid "Phone PIN"
+msgstr "Telefono"
+
+#: plugins/gofon/phoneaccount/generic.tpl:59
+#: plugins/gofon/phoneaccount/generic.tpl:60
+msgid "Phone macro"
+msgstr "Macro telefonica"
+
+#: plugins/gofon/phoneaccount/generic.tpl:67
+#, fuzzy
+msgid "Refresh"
+msgstr "Riferimenti"
+
+#: plugins/gofon/macro/parameter.tpl:3
+#, fuzzy
+msgid "Argument"
+msgstr "Argomenti"
+
+#: plugins/gofon/macro/parameter.tpl:7
+#, fuzzy
+msgid "type"
+msgstr "Tipo"
 
 #: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
 #, fuzzy
 
 #: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
 #, fuzzy
@@ -8674,47 +8833,6 @@ msgstr "Lista degli utenti"
 msgid "Macro text"
 msgstr "Nome gruppo"
 
 msgid "Macro text"
 msgstr "Nome gruppo"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
-#, fuzzy
-msgid "String"
-msgstr "Ricerca"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
-msgid "Combobox"
-msgstr ""
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
-msgid "Bool"
-msgstr ""
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
-#, fuzzy
-msgid "Delete unused"
-msgstr "Rimuovi"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
-msgstr ""
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:915
-#, php-format
-msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
-msgstr ""
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
-#, php-format
-msgid "The parameter %s has incorrect value for type bool."
-msgstr ""
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
-#, php-format
-msgid ""
-"Parameter count of the macro changed, you must update each user which are "
-"using this macro '%s'."
-msgstr ""
-
 #: plugins/gofon/macro/headpage.tpl:6
 #, fuzzy
 msgid "List of macros"
 #: plugins/gofon/macro/headpage.tpl:6
 #, fuzzy
 msgid "List of macros"
@@ -8750,172 +8868,150 @@ msgstr "Espressioni regolare per selezionare il nome del gruppo"
 msgid "Phone macro management"
 msgstr ""
 
 msgid "Phone macro management"
 msgstr ""
 
-#: plugins/gofon/macro/parameter.tpl:3
-#, fuzzy
-msgid "Argument"
-msgstr "Argomenti"
-
-#: plugins/gofon/macro/parameter.tpl:7
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacro.inc:103
 #, fuzzy
 #, fuzzy
-msgid "type"
-msgstr "Tipo"
+msgid "This 'dn' is no phone macro."
+msgstr "Questa identità non possiede estensioni telefoniche"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
 #, fuzzy
 #, fuzzy
-msgid "no macro"
-msgstr "Rapporti telefono"
+msgid "String"
+msgstr "Ricerca"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:135
-#, fuzzy
-msgid "undefined"
-msgstr "non definito"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+msgid "Combobox"
+msgstr ""
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
-msgid ""
-"Can't save any changes to asterisk database, there is no mysql extension "
-"available."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+msgid "Bool"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:559
-msgid "Error while performing query:"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+#, fuzzy
+msgid "Delete unused"
+msgstr "Rimuovi"
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:615
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:739
-msgid "This account has no phone extensions."
-msgstr "Questa identità non possiede estensioni telefoniche"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
+#, php-format
+msgid "The parameter %s has incorrect value for type bool."
+msgstr ""
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:635
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
+#, php-format
 msgid ""
 msgid ""
-"The macro you selected, is no longer available for you, please choose "
-"another one."
+"Parameter count of the macro changed, you must update each user which are "
+"using this macro '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:749
-msgid "Remove phone account"
-msgstr "Elimina estensioni telefoniche"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr "Macro telefiche"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:750
-msgid ""
-"This account has phone features enabled. You can disable them by clicking "
-"below."
-msgstr "Questa identià possiede estensioni telefoniche."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
+#, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr ""
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:753
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:756
-msgid "Create phone account"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
+#, fuzzy
+msgid "You are not allowed to delete this macro!"
+msgstr "Non hai il permesso di cambiare la tua password."
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+#, fuzzy
+msgid "Create new phone macro"
 msgstr "Crea estensioni telefoniche"
 
 msgstr "Crea estensioni telefoniche"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
 #, fuzzy
 #, fuzzy
-msgid ""
-"This account has phone features disabled. You can't enable them while no uid "
-"is set."
-msgstr "Questa identità non possiede estensioni telefoniche"
+msgid "Visible"
+msgstr "disabilitato"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
-msgid ""
-"This account has phone features disabled. You can enable them by clicking "
-"below."
-msgstr "Questa identità non possiede estensioni telefoniche"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
+msgid "This table displays all phone macros, in the selected tree."
+msgstr ""
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
-msgid "Please enter a valid phone number!"
-msgstr "Prego inserire un numero di telefono valido!"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
+#, fuzzy
+msgid "Macro"
+msgstr "Nome gruppo"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
-msgid "Choose your private phone"
-msgstr "Scegli il tuo numero di telefono personale"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+#, fuzzy
+msgid "visible"
+msgstr "Pubblico"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
-msgid "Voicemail PIN must be between 1-4 characters."
-msgstr ""
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+#, fuzzy
+msgid "invisible"
+msgstr "Pubblico"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
+#: plugins/gofon/macro/class_gofonMacro.inc:159
 msgid ""
 msgid ""
-"The specified Voicemail PIN contains invalid characters, only numeric values "
-"are allowed here."
-msgstr ""
-
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:895
-msgid "Phone PIN must be 4 characters long."
+"This macro ist still in use. To delete this Macro ensure that nobody has "
+"selected this Macro."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:898
+#: plugins/gofon/macro/class_gofonMacro.inc:191
 msgid ""
 msgid ""
-"The specified phone PIN contains invalid characters, only numeric values are "
-"allowed here."
+"There is no mysql extension available in your php setup, can't save any "
+"changes to asterisk db."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:908
+#: plugins/gofon/macro/class_gofonMacro.inc:261
 #, php-format
 #, php-format
-msgid "You need to specify at least one phone number!"
+msgid "Unable to parse macro contents on line: %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1077
-msgid "Stop"
+#: plugins/gofon/macro/class_gofonMacro.inc:279
+#, php-format
+msgid "Can't perform SELECT query in DB '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+#: plugins/gofon/macro/class_gofonMacro.inc:288
+#: plugins/gofon/macro/class_gofonMacro.inc:296
 #, php-format
 #, php-format
-msgid "Removed user '%s' from phone queue '%s'."
+msgid "Can't perform DELETE query in DB '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/generic.tpl:33
-msgid "Voicemail PIN"
+#: plugins/gofon/macro/class_gofonMacro.inc:310
+#, php-format
+msgid "Can't perform INSERT query in DB '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/generic.tpl:41
-#, fuzzy
-msgid "Phone PIN"
-msgstr "Telefono"
-
-#: plugins/gofon/phoneaccount/generic.tpl:59
-#: plugins/gofon/phoneaccount/generic.tpl:60
-msgid "Phone macro"
-msgstr "Macro telefonica"
-
-#: plugins/gofon/phoneaccount/generic.tpl:67
-#, fuzzy
-msgid "Refresh"
-msgstr "Riferimenti"
-
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
+#: plugins/gofon/macro/class_gofonMacro.inc:357
+#, php-format
+msgid "The given cn '%s' already exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
-msgstr "Conferenze telefoniche"
-
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
-msgstr "Dirigenza"
-
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
-msgid "Create new conference"
-msgstr "Crea nuova conferenza"
-
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
-msgid "New conference"
-msgstr "Nuova conferenza"
+#: plugins/gofon/macro/class_gofonMacro.inc:362
+msgid "You must specify the 'Display Name' in order to save this macro"
+msgstr ""
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
-msgid "This table displays all available conference rooms."
+#: plugins/gofon/macro/class_gofonMacro.inc:366
+msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
-msgid "Name - Number"
-msgstr "Nome - Numero"
+#: plugins/gofon/macro/class_gofonMacro.inc:371
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+msgstr ""
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
-#: plugins/gofon/conference/generic.tpl:107
-msgid "PIN"
+#: plugins/gofon/macro/class_gofonMacro.inc:377
+msgid "Makro length must be lower than 100 lines"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
-msgid "Conference"
-msgstr "Conferenza"
+#: plugins/gofon/macro/class_gofonMacro.inc:382
+#, fuzzy
+msgid "Please choose a valid  base."
+msgstr "Prego inserire un numero di telefono valido!"
 
 #: plugins/gofon/conference/generic.tpl:13
 #, fuzzy
 
 #: plugins/gofon/conference/generic.tpl:13
 #, fuzzy
@@ -8947,6 +9043,11 @@ msgstr "Numero di telefono"
 msgid "Preset PIN"
 msgstr "presente"
 
 msgid "Preset PIN"
 msgstr "presente"
 
+#: plugins/gofon/conference/generic.tpl:107
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
+msgid "PIN"
+msgstr ""
+
 #: plugins/gofon/conference/generic.tpl:113
 #, fuzzy
 msgid "Record conference"
 #: plugins/gofon/conference/generic.tpl:113
 #, fuzzy
 msgid "Record conference"
@@ -8974,6 +9075,55 @@ msgstr ""
 msgid "Count users"
 msgstr "Paese"
 
 msgid "Count users"
 msgstr "Paese"
 
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
+msgstr "Conferenze telefoniche"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
+msgstr "Dirigenza"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+msgid "Create new conference"
+msgstr "Crea nuova conferenza"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+msgid "New conference"
+msgstr "Nuova conferenza"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
+msgid "This table displays all available conference rooms."
+msgstr ""
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
+msgid "Name - Number"
+msgstr "Nome - Numero"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
+msgid "Conference"
+msgstr "Conferenza"
+
+#: plugins/gofon/conference/headpage.tpl:6
+#, fuzzy
+msgid "List of conference rooms"
+msgstr "Lista dei gruppi"
+
+#: plugins/gofon/conference/headpage.tpl:24
+#, fuzzy
+msgid ""
+"This menu allows you to create, delete and edit selected phone conferences. "
+"Having a large number of phone conferences, you might prefer the range "
+"selectors on top of the conferences list."
+msgstr ""
+"Questo menù permette di creare, modificare e cancellare gli utenti "
+"selezionati. Avendo un gran numero di utenti, puoi usare i selettori di "
+"intervalli in cima alla lista degli utenti."
+
+#: plugins/gofon/conference/headpage.tpl:36
+#, fuzzy
+msgid "Regular expression for        matching user names"
+msgstr "Espressioni regolare per selezionare il nome del gruppo"
+
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
 "You have specified a conference 'without PIN' ... please leave the PIN "
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
 "You have specified a conference 'without PIN' ... please leave the PIN "
@@ -8993,38 +9143,17 @@ msgstr "Prego inserire un numero di telefono valido!"
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:202
 msgid "Only numeric chars are allowed in Number field."
 msgstr ""
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:202
 msgid "Only numeric chars are allowed in Number field."
 msgstr ""
-
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:206
-msgid "Only numbers are allowed in Lifetime."
-msgstr ""
-
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:236
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:346
-msgid ""
-"Can't save any changes to asterisk database, there is currently no mysql "
-"extension available in your php setup."
-msgstr ""
-
-#: plugins/gofon/conference/headpage.tpl:6
-#, fuzzy
-msgid "List of conference rooms"
-msgstr "Lista dei gruppi"
-
-#: plugins/gofon/conference/headpage.tpl:24
-#, fuzzy
-msgid ""
-"This menu allows you to create, delete and edit selected phone conferences. "
-"Having a large number of phone conferences, you might prefer the range "
-"selectors on top of the conferences list."
+
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:206
+msgid "Only numbers are allowed in Lifetime."
 msgstr ""
 msgstr ""
-"Questo menù permette di creare, modificare e cancellare gli utenti "
-"selezionati. Avendo un gran numero di utenti, puoi usare i selettori di "
-"intervalli in cima alla lista degli utenti."
 
 
-#: plugins/gofon/conference/headpage.tpl:36
-#, fuzzy
-msgid "Regular expression for        matching user names"
-msgstr "Espressioni regolare per selezionare il nome del gruppo"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:236
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:346
+msgid ""
+"Can't save any changes to asterisk database, there is currently no mysql "
+"extension available in your php setup."
+msgstr ""
 
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 #, fuzzy
 
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 #, fuzzy
@@ -9112,6 +9241,46 @@ msgstr "Il team di GOsa"
 msgid "Welcome %s!"
 msgstr "Benvenuto %s!"
 
 msgid "Welcome %s!"
 msgstr "Benvenuto %s!"
 
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
+msgstr ""
+
+#: include/php_setup.inc:71 html/main.php:316
+msgid "Toggle information"
+msgstr ""
+
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr "Errore PHP"
+
+#: include/php_setup.inc:87
+msgid "class"
+msgstr "classe"
+
+#: include/php_setup.inc:93
+msgid "function"
+msgstr "funzione"
+
+#: include/php_setup.inc:98
+msgid "static"
+msgstr "statico"
+
+#: include/php_setup.inc:102
+msgid "method"
+msgstr "metodo"
+
+#: include/php_setup.inc:121
+msgid "Trace"
+msgstr ""
+
+#: include/php_setup.inc:122
+msgid "Line"
+msgstr ""
+
+#: include/php_setup.inc:123
+msgid "Arguments"
+msgstr "Argomenti"
+
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
@@ -9167,497 +9336,232 @@ msgstr ""
 msgid "Can't activate GOsa sieve script. Server says '%s'."
 msgstr ""
 
 msgid "Can't activate GOsa sieve script. Server says '%s'."
 msgstr ""
 
-#: include/class_xmlParse.inc:42
-#, php-format
-msgid "Could not open XML input '%s'."
-msgstr ""
-
-#: include/class_xmlParse.inc:117
-#, php-format
-msgid "XML error in %s : %s at line %d"
-msgstr ""
-
-#: include/class_plugin.inc:391
-#, php-format
-msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
-msgstr ""
-
-#: include/class_plugin.inc:419 include/class_password-methods.inc:181
-#, php-format
-msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
-msgstr ""
-
-#: include/class_plugin.inc:447
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
-msgstr ""
-
-#: include/functions_setup.inc:98
-msgid "Can't bind to LDAP. No schema check possible!"
-msgstr ""
-
-#: include/functions_setup.inc:107 include/functions_setup.inc:116
-msgid "Can't get schema information from server. No schema check possible!"
-msgstr ""
-
-#: include/functions_setup.inc:136
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
-msgstr ""
-
-#: include/functions_setup.inc:140
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
-msgstr ""
-
-#: include/functions_setup.inc:145
-#, php-format
-msgid "Support for '%s' enabled"
-msgstr "Supporto per '%s' abilitato."
-
-#: include/functions_setup.inc:155
-#, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
-msgstr ""
-
-#: include/functions_setup.inc:159
-#, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr ""
-
-#: include/functions_setup.inc:170
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
-msgstr "Supporto per Samba 3 disabilitato. Manca il file di schema?"
-
-#: include/functions_setup.inc:175
-msgid "SAMBA 3 support enabled"
-msgstr "Support per Samba 3 abilitato."
-
-#: include/functions_setup.inc:180
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
-msgstr "Supporto per Samba 2 disabilitato. Manca il file di schema?"
-
-#: include/functions_setup.inc:185
-msgid "SAMBA 2 support enabled"
-msgstr "Supporto per Samba 2 abilitato."
-
-#: include/functions_setup.inc:191
-msgid "Support for pureftp disabled, no schema seems to be installed"
-msgstr "Supporto per pureftp disabilitato. Manca il file di schema?"
-
-#: include/functions_setup.inc:196
-msgid "Support for pureftp enabled"
-msgstr "Supporto per pureftp abilitato."
-
-#: include/functions_setup.inc:201
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr "Supporto per WebDAV disabilitato. Manca il file di schema?"
-
-#: include/functions_setup.inc:206
-msgid "Support for WebDAV enabled"
-msgstr "Supporto per WebDAV abilitato."
-
-#: include/functions_setup.inc:211
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
-msgstr "Supporto per phpgroupware disabilitato. Manca il file di schema?"
-
-#: include/functions_setup.inc:216
-msgid "Support for phpgroupware enabled"
-msgstr "Supporto per phpgroupware abilitato."
-
-#: include/functions_setup.inc:221
-msgid "Support for gofon disabled, no schema seems to be installed"
-msgstr "Supporto per gofon disabilitato. Manca il file di schema?"
-
-#: include/functions_setup.inc:226
-msgid "Support for gofon enabled"
-msgstr "Supporto per gofon abilitato."
-
-#: include/functions_setup.inc:231
-msgid "Support for nagios disabled, no schema seems to be installed"
-msgstr "Supporto per nagios disabilitato. Manca il file di schema?"
-
-#: include/functions_setup.inc:236
-msgid "Support for nagios enabled"
-msgstr "Supporto per nagios abilitato."
-
-#: include/functions_setup.inc:246
-msgid ""
-"Support for Kolab disabled, no schema seems to be installed, setting mail-"
-"method to cyrus"
-msgstr ""
-"Supporto per Kolab disabilitato. Manca il file di schema?Il metodo di "
-"amministrazine della posta è impostato su cyrus"
-
-#: include/functions_setup.inc:253
-msgid "Support for Kolab enabled"
-msgstr "Supporto per Kolab abilitato."
-
-#: include/functions_setup.inc:271
-msgid "OK"
-msgstr "OK"
-
-#: include/functions_setup.inc:274
-msgid "Ignored"
-msgstr "Ignora"
-
-#: include/functions_setup.inc:276
-msgid "Failed"
-msgstr "Fallito"
-
-#: include/functions_setup.inc:293
-msgid "PHP setup inspection"
-msgstr "Ispezione della configurazione PHP"
-
-#: include/functions_setup.inc:294
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Controllo della versione di PHP (>=4.1.0)"
-
-#: include/functions_setup.inc:295
-msgid ""
-"PHP must be of version 4.1.0 or above for some functions and known bugs in "
-"PHP language."
-msgstr "PHP deve essere la versione 4.1.0 o superiore."
-
-#: include/functions_setup.inc:298
-msgid "Checking if register_globals is set to 'off'"
-msgstr "Controllo se register_globals e impostato su 'off'"
-
-#: include/functions_setup.inc:299
+#: include/class_pluglist.inc:115
 msgid ""
 msgid ""
-"register_globals is a PHP mechanism to register all global varibales to be "
-"accessible from scripts without changing the scope. This may be a security "
-"risk. GOsa will run in both modes."
-msgstr ""
-"register_globals è un meccanismo PHP che può comportare maggiori rischi per "
-"la sicurezza. GOsa funziona in entrambe le modalità"
-
-#: include/functions_setup.inc:302
-msgid "Checking for ldap module"
-msgstr "Controllo il modulo ldap"
-
-#: include/functions_setup.inc:303
-msgid "This is the main module used by GOsa and therefore really required."
-msgstr ""
-"Questo è il modulo più importante usato da GOsa ed è quindi necessario."
-
-#: include/functions_setup.inc:306
-msgid "Checking for XML functions"
-msgstr "Controllo le funzioni XML"
-
-#: include/functions_setup.inc:307
-msgid "XML functions are required to parse the configuration file."
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:310
-msgid "Checking for gettext support"
-msgstr "Controllo il support per gettext"
-
-#: include/functions_setup.inc:311
-msgid "Gettext support is required for internationalized GOsa."
-msgstr "Gettext è necessario al supporto per le lingue."
-
-#: include/functions_setup.inc:314
-msgid "Checking for iconv support"
-msgstr "Controllo il supporto per iconv"
-
-#: include/functions_setup.inc:315
+#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
+#: ihtml/themes/altlinux/framework.tpl:24
+#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
 msgid ""
 msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
 msgstr ""
 msgstr ""
-"Questo modulo è usato da GOsa per convertire alcune informazioni usate da "
-"samba ed è necessario."
+"Stai modificando un campo del database. Vuoi abbandonare i cambiamenti?"
 
 
-#: include/functions_setup.inc:318
-msgid "Checking for mhash module"
-msgstr "Controllo il module mhash"
+#: include/functions.inc:290
+#, php-format
+msgid "Error when connecting the LDAP. Server said '%s'."
+msgstr "Errore durante la connessione al server LDAP. Il server dice: '%s'"
 
 
-#: include/functions_setup.inc:319
-msgid ""
-"To use SSHA encryption, you'll need this module. If you are just using crypt "
-"or md5 encryption, ignore this message. GOsa will run without it."
+#: include/functions.inc:311
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
 msgstr ""
 msgstr ""
-"Questo modulo fornisce lo schema SSHA di criptaggio delle password. Se usi "
-"gli schemi classici 'crypt' e 'md5' ignora queso messaggio. GOsa funziona "
-"correttamente anche senza."
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for imap module"
-msgstr "Controllo il modulo imap"
+#: include/functions.inc:330
+msgid "Username / UID is not unique. Please check your LDAP database."
+msgstr ""
 
 
-#: include/functions_setup.inc:323
+#: include/functions.inc:368
 msgid ""
 msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
-msgstr "Questo modulo è necessario per comunicare con il server di posta."
-
-#: include/functions_setup.inc:326
-msgid "Checking for getacl in imap"
-msgstr "Controllo il supporto per getacl"
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
+msgstr ""
 
 
-#: include/functions_setup.inc:327
+#: include/functions.inc:378
+#, php-format
 msgid ""
 msgid ""
-"The getacl support is needed for shared folder permissions. The standard "
-"IMAP module is not capable of reading acl's. You need a recend PHP version "
-"for this feature."
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
 msgstr ""
 msgstr ""
-"Il support per getacl serve a ottenere i permessi di accesso delle cartelle "
-"di posta sul server. GOsa funziona correttamente anche senza."
-
-#: include/functions_setup.inc:330
-msgid "Checking for mysql module"
-msgstr "Controllo il modulo mysql"
 
 
-#: include/functions_setup.inc:331
-msgid "MySQL support is needed for reading GOfax reports from databases."
+#: include/functions.inc:393
+#, php-format
+msgid "Adding a lock failed. LDAP server says '%s'."
 msgstr ""
 msgstr ""
-"Queso modulo serve a leggere i report di GOfax dal database.GOsa funziona "
-"correttamente anche senza."
 
 
-#: include/functions_setup.inc:334
-msgid "Checking for cups module"
-msgstr "Controllo il modulo cups"
+#: include/functions.inc:419
+#, php-format
+msgid "Removing a lock failed. LDAP server says '%s'."
+msgstr ""
 
 
-#: include/functions_setup.inc:335
+#: include/functions.inc:449
 msgid ""
 msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
 msgstr ""
 msgstr ""
-"Questo modulo serve a ottenere le informazioni sulle stampanti di rete. GOsa "
-"funziona correttamente anche senza."
-
-#: include/functions_setup.inc:338
-msgid "Checking for kadm5 module"
-msgstr "Controllo il modulo kadm5"
 
 
-#: include/functions_setup.inc:339
+#: include/functions.inc:459
 msgid ""
 msgid ""
-"Managing users in kerberos requires the kadm5 module which is downloadable "
-"via PEAR network."
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
 msgstr ""
 msgstr ""
-"Questo modulo serve ad amministrare gli utenti in un dominio Kerberos. GOsa "
-"funziona correttamente anche senza."
-
-#: include/functions_setup.inc:342
-msgid "Checking for snmp Module"
-msgstr "Controllo il modulo snmp"
 
 
-#: include/functions_setup.inc:343
+#: include/functions.inc:467
 msgid ""
 msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:379
-msgid "PHP detailed function inspection"
-msgstr "Ispezione dettagliata delle funzioni PHP"
-
-#: include/functions_setup.inc:383
+#: include/functions.inc:581
 #, php-format
 #, php-format
-msgid "Checking for function %s"
-msgstr "Controllo il supporto per %s"
+msgid "The size limit of %d entries is exceed!"
+msgstr ""
 
 
-#: include/functions_setup.inc:384
+#: include/functions.inc:583
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
 msgstr ""
 msgstr ""
-"La funzione %s è usata da GOsa. Non è specificato se è opzionale o "
-"necessaria."
-
-#: include/functions_setup.inc:395
-msgid "Checking for some additional programms"
-msgstr "Controllo la presenza di alcuni programmi addizionali"
 
 
-#: include/functions_setup.inc:404
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Controllo per ImageMagick (>=5.4.0)"
+#: include/functions.inc:600
+msgid "incomplete"
+msgstr "incompleto"
 
 
-#: include/functions_setup.inc:405
+#: include/functions.inc:1005
+#, php-format
 msgid ""
 msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
+"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
+"Please contact the person in order to clarify proceedings."
 msgstr ""
 msgstr ""
-"Il programma ImageMagick serve a convertire le immagini fornite dagli utenti "
-"nelle dimensioni e nel formato di default."
+"Stai per modificare il record LDAP '%s' che sembra essere in uso da '%s'. "
+"Contatta la persona interessata."
 
 
-#: include/functions_setup.inc:408
-msgid "Checking imagick module for PHP"
-msgstr ""
+#: include/functions.inc:1104
+msgid "LDAP error:"
+msgstr "Errore LDAP"
 
 
-#: include/functions_setup.inc:409
-msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
+#: include/functions.inc:1282
+msgid "Entries per page"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:416
-msgid "Checking for fping utility"
-msgstr "Controllo il supporto per fping"
+#: include/functions.inc:1310
+msgid "Apply filter"
+msgstr ""
 
 
-#: include/functions_setup.inc:417
-msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
+#: include/functions.inc:1584
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 msgstr ""
 msgstr ""
-"Il programma fping è usato solo nel caso di ambienti basati su terminali "
-"'thin client'."
 
 
-#: include/functions_setup.inc:432
-msgid "Checking for a way to generate LM/NT password hashes"
-msgstr "Controllo la possibilità di generare password con algoritmo LM/NT"
+#: include/functions.inc:1627
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
+msgstr "versione di sviluppo di GOsa (Rev %s)"
 
 
-#: include/functions_setup.inc:433
+#: include/class_plugin.inc:391
+#, php-format
 msgid ""
 msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
+"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"Un programma in grado di generare password con algoritmo LM/NT è necessario "
-"per poter usare Samba 2 o 3."
-
-#: include/functions_setup.inc:446
-msgid "php.ini check -> session.auto_register"
-msgstr "Controllo php.ini per session.auto_register"
 
 
-#: include/functions_setup.inc:447
+#: include/class_plugin.inc:419 include/class_password-methods.inc:181
+#, php-format
 msgid ""
 msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
+"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"Per non avere problemi con GOsa è necessario impostare l'opzione session."
-"auto_register su 'off' nel file php.ini"
-
-#: include/functions_setup.inc:450
-msgid "php.ini check -> implicit_flush"
-msgstr "Controllo php.ini per implicit_flush"
 
 
-#: include/functions_setup.inc:451
+#: include/class_plugin.inc:447
+#, php-format
 msgid ""
 msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
+"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"Per motivi di performance è consigliato di impostare l'opzione "
-"implicit_flush su 'off' nel file php.ini."
 
 
-#: include/functions_setup.inc:458
-msgid "php.ini check -> max_execution_time"
-msgstr "Controllo php.ini per max_execution_time"
+#: include/class_config.inc:69
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr ""
 
 
-#: include/functions_setup.inc:459
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
+#: include/class_config.inc:195 html/index.php:136
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 msgstr ""
-"Per non avere problemi con GOsa è necessario impostare l'opzione "
-"max_execution_time a 30 secondi o più nel file php.ini"
+"Errore di connessione al server LDAP. Contatta l'amministratore del sistema."
 
 
-#: include/functions_setup.inc:466
-msgid "php.ini check -> memory_limit"
-msgstr "Controllo php.ini per memory_limit"
+#: include/class_config.inc:439
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr ""
 
 
-#: include/functions_setup.inc:467
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
+#: include/class_password-methods-ssha.inc:51
+msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
 msgstr ""
 msgstr ""
-"Per non avere problemi con GOsa è necessario impostare l'opzione "
-"memory_limit a 16MB o più nel file php.ini"
 
 
-#: include/functions_setup.inc:471
-msgid "php.ini check -> expose_php"
-msgstr "Controllo php.ini per expose_php"
+#: include/class_password-methods.inc:165
+#, php-format
+msgid "Setting the password failed. LDAP server says '%s'."
+msgstr ""
 
 
-#: include/functions_setup.inc:472
+#: include/class_password-methods.inc:202
 msgid ""
 msgid ""
-"Increase the server security by setting expose_php to 'off'. PHP won't send "
-"any Information about the server you are running in this case."
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
 msgstr ""
 msgstr ""
-"Per motivi di sicurezza è consigliato di impostare l'opzione expose_php su "
-"'off' nel file php.ini."
-
-#: include/functions_setup.inc:476
-msgid "php.ini check -> magic_quotes_gpc"
-msgstr "Controllo php.ini per magic_quotes_gpc"
 
 
-#: include/functions_setup.inc:477
+#: include/class_password-methods-kerberos.inc:43
 msgid ""
 msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
 msgstr ""
 msgstr ""
-"Per motivi di sicurezza è consigliato di impostare l'opzione "
-"magic_quotes_gpc su 'on' nel file php.ini."
 
 
-#: include/functions_setup.inc:722
-msgid "You've to specify an ldap server before continuing!"
+#: include/class_password-methods-kerberos.inc:52
+msgid "Kerberos database communication failed!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:731 include/functions_setup.inc:814
-msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
+#: include/class_password-methods-kerberos.inc:59
+msgid "Changing password in kerberos database failed!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:745 include/functions_setup.inc:819
-#: include/functions_setup.inc:824
-msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:834
+#: include/class_ldap.inc:437
+#, php-format
 msgid ""
 msgid ""
-"Bind to server successful, but the server seems to be completly empty, "
-"please check all informations twice"
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:890
+#: include/class_ldap.inc:699
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
-msgstr "Manca il campo obbligatorio '%s'. Completarlo, prego. "
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
+msgstr ""
 
 
-#: include/functions_setup.inc:921
-msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
+#: include/class_ldap.inc:712
+#, php-format
+msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:930
+#: include/class_ldap.inc:728
 #, php-format
 #, php-format
-msgid "Can't log into LDAP server. Reason was: %s."
-msgstr "Accesso al server LDAP fallito. La ragione è: %s."
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgstr ""
 
 
-#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
-#: include/functions_setup.inc:1072 html/index.php:172
-#: ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
-msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
 msgstr ""
 msgstr ""
-"Manca un utente amministrativo per GOsa, non sarai in grado di amministrare "
-"niente!"
 
 
-#: include/class_password-methods.inc:165
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods.inc:202
-msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
+msgstr ""
+
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
+msgstr "Errore nella creazione/apertura del file"
+
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
 msgstr ""
 
 #: include/functions_helpviewer.inc:43
 msgstr ""
 
 #: include/functions_helpviewer.inc:43
@@ -9687,277 +9591,492 @@ msgstr ""
 msgid "%s%% hit rate in file %s"
 msgstr ""
 
 msgid "%s%% hit rate in file %s"
 msgstr ""
 
-#: include/class_password-methods-kerberos.inc:43
-msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
+#: include/functions_setup.inc:98
+msgid "Can't bind to LDAP. No schema check possible!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-kerberos.inc:52
-msgid "Kerberos database communication failed!"
+#: include/functions_setup.inc:107 include/functions_setup.inc:116
+msgid "Can't get schema information from server. No schema check possible!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-kerberos.inc:59
-msgid "Changing password in kerberos database failed!"
+#: include/functions_setup.inc:136
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:13
+#: include/functions_setup.inc:140
 #, php-format
 #, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
+#: include/functions_setup.inc:145
+#, php-format
+msgid "Support for '%s' enabled"
+msgstr "Supporto per '%s' abilitato."
+
+#: include/functions_setup.inc:155
+#, php-format
+msgid "Required objectclass '%s' is not present in LDAP setup"
+msgstr ""
+
+#: include/functions_setup.inc:159
 #, php-format
 #, php-format
+msgid "Required objectclass '%s' does not have version %s"
+msgstr ""
+
+#: include/functions_setup.inc:170
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
+msgstr "Supporto per Samba 3 disabilitato. Manca il file di schema?"
+
+#: include/functions_setup.inc:175
+msgid "SAMBA 3 support enabled"
+msgstr "Support per Samba 3 abilitato."
+
+#: include/functions_setup.inc:180
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
+msgstr "Supporto per Samba 2 disabilitato. Manca il file di schema?"
+
+#: include/functions_setup.inc:185
+msgid "SAMBA 2 support enabled"
+msgstr "Supporto per Samba 2 abilitato."
+
+#: include/functions_setup.inc:191
+msgid "Support for pureftp disabled, no schema seems to be installed"
+msgstr "Supporto per pureftp disabilitato. Manca il file di schema?"
+
+#: include/functions_setup.inc:196
+msgid "Support for pureftp enabled"
+msgstr "Supporto per pureftp abilitato."
+
+#: include/functions_setup.inc:201
+msgid "Support for WebDAV disabled, no schema seems to be installed"
+msgstr "Supporto per WebDAV disabilitato. Manca il file di schema?"
+
+#: include/functions_setup.inc:206
+msgid "Support for WebDAV enabled"
+msgstr "Supporto per WebDAV abilitato."
+
+#: include/functions_setup.inc:211
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
+msgstr "Supporto per phpgroupware disabilitato. Manca il file di schema?"
+
+#: include/functions_setup.inc:216
+msgid "Support for phpgroupware enabled"
+msgstr "Supporto per phpgroupware abilitato."
+
+#: include/functions_setup.inc:221
+msgid "Support for gofon disabled, no schema seems to be installed"
+msgstr "Supporto per gofon disabilitato. Manca il file di schema?"
+
+#: include/functions_setup.inc:226
+msgid "Support for gofon enabled"
+msgstr "Supporto per gofon abilitato."
+
+#: include/functions_setup.inc:231
+msgid "Support for nagios disabled, no schema seems to be installed"
+msgstr "Supporto per nagios disabilitato. Manca il file di schema?"
+
+#: include/functions_setup.inc:236
+msgid "Support for nagios enabled"
+msgstr "Supporto per nagios abilitato."
+
+#: include/functions_setup.inc:246
 msgid ""
 msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
 msgstr ""
 msgstr ""
+"Supporto per Kolab disabilitato. Manca il file di schema?Il metodo di "
+"amministrazine della posta è impostato su cyrus"
 
 
-#: include/class_ppdManager.inc:137
-msgid "Nested groups are not supported!"
-msgstr "Gruppi ricorsivi non supportati!"
+#: include/functions_setup.inc:253
+msgid "Support for Kolab enabled"
+msgstr "Supporto per Kolab abilitato."
 
 
-#: include/class_ppdManager.inc:141
-msgid "Group name not unique!"
-msgstr "Nome del gruppo non unico!"
+#: include/functions_setup.inc:271
+msgid "OK"
+msgstr "OK"
 
 
-#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
-msgid "Symbol values are not supported yet!"
+#: include/functions_setup.inc:274
+msgid "Ignored"
+msgstr "Ignora"
+
+#: include/functions_setup.inc:276
+msgid "Failed"
+msgstr "Fallito"
+
+#: include/functions_setup.inc:293
+msgid "PHP setup inspection"
+msgstr "Ispezione della configurazione PHP"
+
+#: include/functions_setup.inc:294
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Controllo della versione di PHP (>=4.1.0)"
+
+#: include/functions_setup.inc:295
+msgid ""
+"PHP must be of version 4.1.0 or above for some functions and known bugs in "
+"PHP language."
+msgstr "PHP deve essere la versione 4.1.0 o superiore."
+
+#: include/functions_setup.inc:298
+msgid "Checking if register_globals is set to 'off'"
+msgstr "Controllo se register_globals e impostato su 'off'"
+
+#: include/functions_setup.inc:299
+msgid ""
+"register_globals is a PHP mechanism to register all global varibales to be "
+"accessible from scripts without changing the scope. This may be a security "
+"risk. GOsa will run in both modes."
+msgstr ""
+"register_globals è un meccanismo PHP che può comportare maggiori rischi per "
+"la sicurezza. GOsa funziona in entrambe le modalità"
+
+#: include/functions_setup.inc:302
+msgid "Checking for ldap module"
+msgstr "Controllo il modulo ldap"
+
+#: include/functions_setup.inc:303
+msgid "This is the main module used by GOsa and therefore really required."
+msgstr ""
+"Questo è il modulo più importante usato da GOsa ed è quindi necessario."
+
+#: include/functions_setup.inc:306
+msgid "Checking for XML functions"
+msgstr "Controllo le funzioni XML"
+
+#: include/functions_setup.inc:307
+msgid "XML functions are required to parse the configuration file."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:171
-msgid "Nested options are not supported!"
+#: include/functions_setup.inc:310
+msgid "Checking for gettext support"
+msgstr "Controllo il support per gettext"
+
+#: include/functions_setup.inc:311
+msgid "Gettext support is required for internationalized GOsa."
+msgstr "Gettext è necessario al supporto per le lingue."
+
+#: include/functions_setup.inc:314
+msgid "Checking for iconv support"
+msgstr "Controllo il supporto per iconv"
+
+#: include/functions_setup.inc:315
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
 msgstr ""
 msgstr ""
+"Questo modulo è usato da GOsa per convertire alcune informazioni usate da "
+"samba ed è necessario."
 
 
-#: include/class_ppdManager.inc:196
-msgid "PickMany is not supported yet!"
-msgstr ""
+#: include/functions_setup.inc:318
+msgid "Checking for mhash module"
+msgstr "Controllo il module mhash"
 
 
-#: include/class_ppdManager.inc:268
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
+#: include/functions_setup.inc:319
+msgid ""
+"To use SSHA encryption, you'll need this module. If you are just using crypt "
+"or md5 encryption, ignore this message. GOsa will run without it."
 msgstr ""
 msgstr ""
+"Questo modulo fornisce lo schema SSHA di criptaggio delle password. Se usi "
+"gli schemi classici 'crypt' e 'md5' ignora queso messaggio. GOsa funziona "
+"correttamente anche senza."
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
-msgstr ""
+#: include/functions_setup.inc:322
+msgid "Checking for imap module"
+msgstr "Controllo il modulo imap"
 
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
-msgstr ""
+#: include/functions_setup.inc:323
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
+msgstr "Questo modulo è necessario per comunicare con il server di posta."
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
-msgstr ""
+#: include/functions_setup.inc:326
+msgid "Checking for getacl in imap"
+msgstr "Controllo il supporto per getacl"
 
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
+#: include/functions_setup.inc:327
+msgid ""
+"The getacl support is needed for shared folder permissions. The standard "
+"IMAP module is not capable of reading acl's. You need a recend PHP version "
+"for this feature."
 msgstr ""
 msgstr ""
+"Il support per getacl serve a ottenere i permessi di accesso delle cartelle "
+"di posta sul server. GOsa funziona correttamente anche senza."
 
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
-msgstr "Errore nella creazione/apertura del file"
+#: include/functions_setup.inc:330
+msgid "Checking for mysql module"
+msgstr "Controllo il modulo mysql"
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
+#: include/functions_setup.inc:331
+msgid "MySQL support is needed for reading GOfax reports from databases."
 msgstr ""
 msgstr ""
+"Queso modulo serve a leggere i report di GOfax dal database.GOsa funziona "
+"correttamente anche senza."
 
 
-#: include/php_setup.inc:71
-msgid "Generating this page caused the PHP interpreter to raise some errors!"
-msgstr ""
+#: include/functions_setup.inc:334
+msgid "Checking for cups module"
+msgstr "Controllo il modulo cups"
 
 
-#: include/php_setup.inc:71 html/main.php:316
-msgid "Toggle information"
+#: include/functions_setup.inc:335
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
 msgstr ""
 msgstr ""
+"Questo modulo serve a ottenere le informazioni sulle stampanti di rete. GOsa "
+"funziona correttamente anche senza."
 
 
-#: include/php_setup.inc:76
-msgid "PHP error"
-msgstr "Errore PHP"
+#: include/functions_setup.inc:338
+msgid "Checking for kadm5 module"
+msgstr "Controllo il modulo kadm5"
 
 
-#: include/php_setup.inc:87
-msgid "class"
-msgstr "classe"
+#: include/functions_setup.inc:339
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
+msgstr ""
+"Questo modulo serve ad amministrare gli utenti in un dominio Kerberos. GOsa "
+"funziona correttamente anche senza."
 
 
-#: include/php_setup.inc:93
-msgid "function"
-msgstr "funzione"
+#: include/functions_setup.inc:342
+msgid "Checking for snmp Module"
+msgstr "Controllo il modulo snmp"
 
 
-#: include/php_setup.inc:98
-msgid "static"
-msgstr "statico"
+#: include/functions_setup.inc:343
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
+msgstr ""
 
 
-#: include/php_setup.inc:102
-msgid "method"
-msgstr "metodo"
+#: include/functions_setup.inc:379
+msgid "PHP detailed function inspection"
+msgstr "Ispezione dettagliata delle funzioni PHP"
 
 
-#: include/php_setup.inc:121
-msgid "Trace"
-msgstr ""
+#: include/functions_setup.inc:383
+#, php-format
+msgid "Checking for function %s"
+msgstr "Controllo il supporto per %s"
 
 
-#: include/php_setup.inc:122
-msgid "Line"
+#: include/functions_setup.inc:384
+#, php-format
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
 msgstr ""
 msgstr ""
+"La funzione %s è usata da GOsa. Non è specificato se è opzionale o "
+"necessaria."
 
 
-#: include/php_setup.inc:123
-msgid "Arguments"
-msgstr "Argomenti"
+#: include/functions_setup.inc:395
+msgid "Checking for some additional programms"
+msgstr "Controllo la presenza di alcuni programmi addizionali"
 
 
-#: include/functions.inc:290
-#, php-format
-msgid "Error when connecting the LDAP. Server said '%s'."
-msgstr "Errore durante la connessione al server LDAP. Il server dice: '%s'"
+#: include/functions_setup.inc:404
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Controllo per ImageMagick (>=5.4.0)"
 
 
-#: include/functions.inc:311
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
+#: include/functions_setup.inc:405
+msgid ""
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 msgstr ""
 msgstr ""
+"Il programma ImageMagick serve a convertire le immagini fornite dagli utenti "
+"nelle dimensioni e nel formato di default."
 
 
-#: include/functions.inc:330
-msgid "Username / UID is not unique. Please check your LDAP database."
+#: include/functions_setup.inc:408
+msgid "Checking imagick module for PHP"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:368
+#: include/functions_setup.inc:409
 msgid ""
 msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:378
-#, php-format
+#: include/functions_setup.inc:416
+msgid "Checking for fping utility"
+msgstr "Controllo il supporto per fping"
+
+#: include/functions_setup.inc:417
 msgid ""
 msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
 msgstr ""
 msgstr ""
+"Il programma fping è usato solo nel caso di ambienti basati su terminali "
+"'thin client'."
 
 
-#: include/functions.inc:393
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr ""
+#: include/functions_setup.inc:432
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr "Controllo la possibilità di generare password con algoritmo LM/NT"
 
 
-#: include/functions.inc:419
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
+#: include/functions_setup.inc:433
+msgid ""
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
 msgstr ""
 msgstr ""
+"Un programma in grado di generare password con algoritmo LM/NT è necessario "
+"per poter usare Samba 2 o 3."
 
 
-#: include/functions.inc:449
+#: include/functions_setup.inc:446
+msgid "php.ini check -> session.auto_register"
+msgstr "Controllo php.ini per session.auto_register"
+
+#: include/functions_setup.inc:447
 msgid ""
 msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
 msgstr ""
 msgstr ""
+"Per non avere problemi con GOsa è necessario impostare l'opzione session."
+"auto_register su 'off' nel file php.ini"
 
 
-#: include/functions.inc:459
+#: include/functions_setup.inc:450
+msgid "php.ini check -> implicit_flush"
+msgstr "Controllo php.ini per implicit_flush"
+
+#: include/functions_setup.inc:451
 msgid ""
 msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
 msgstr ""
 msgstr ""
+"Per motivi di performance è consigliato di impostare l'opzione "
+"implicit_flush su 'off' nel file php.ini."
 
 
-#: include/functions.inc:467
+#: include/functions_setup.inc:458
+msgid "php.ini check -> max_execution_time"
+msgstr "Controllo php.ini per max_execution_time"
+
+#: include/functions_setup.inc:459
 msgid ""
 msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
 msgstr ""
 msgstr ""
+"Per non avere problemi con GOsa è necessario impostare l'opzione "
+"max_execution_time a 30 secondi o più nel file php.ini"
 
 
-#: include/functions.inc:581
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr ""
+#: include/functions_setup.inc:466
+msgid "php.ini check -> memory_limit"
+msgstr "Controllo php.ini per memory_limit"
 
 
-#: include/functions.inc:583
-#, php-format
+#: include/functions_setup.inc:467
 msgid ""
 msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
 msgstr ""
 msgstr ""
+"Per non avere problemi con GOsa è necessario impostare l'opzione "
+"memory_limit a 16MB o più nel file php.ini"
 
 
-#: include/functions.inc:600
-msgid "incomplete"
-msgstr "incompleto"
+#: include/functions_setup.inc:471
+msgid "php.ini check -> expose_php"
+msgstr "Controllo php.ini per expose_php"
 
 
-#: include/functions.inc:1005
-#, php-format
+#: include/functions_setup.inc:472
 msgid ""
 msgid ""
-"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
-"Please contact the person in order to clarify proceedings."
+"Increase the server security by setting expose_php to 'off'. PHP won't send "
+"any Information about the server you are running in this case."
 msgstr ""
 msgstr ""
-"Stai per modificare il record LDAP '%s' che sembra essere in uso da '%s'. "
-"Contatta la persona interessata."
+"Per motivi di sicurezza è consigliato di impostare l'opzione expose_php su "
+"'off' nel file php.ini."
 
 
-#: include/functions.inc:1104
-msgid "LDAP error:"
-msgstr "Errore LDAP"
+#: include/functions_setup.inc:476
+msgid "php.ini check -> magic_quotes_gpc"
+msgstr "Controllo php.ini per magic_quotes_gpc"
 
 
-#: include/functions.inc:1282
-msgid "Entries per page"
+#: include/functions_setup.inc:477
+msgid ""
+"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
+"escape all quotes in strings in this case."
 msgstr ""
 msgstr ""
+"Per motivi di sicurezza è consigliato di impostare l'opzione "
+"magic_quotes_gpc su 'on' nel file php.ini."
 
 
-#: include/functions.inc:1310
-msgid "Apply filter"
+#: include/functions_setup.inc:722
+msgid "You've to specify an ldap server before continuing!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1584
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: include/functions_setup.inc:731 include/functions_setup.inc:814
+msgid ""
+"Can't connect to the specified LDAP server! Please make sure that is "
+"reachable for GOsa."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1627
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr "versione di sviluppo di GOsa (Rev %s)"
-
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+#: include/functions_setup.inc:745 include/functions_setup.inc:819
+#: include/functions_setup.inc:824
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
 msgstr ""
 
 msgstr ""
 
-#: include/class_pluglist.inc:115
+#: include/functions_setup.inc:834
 msgid ""
 msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+"Bind to server successful, but the server seems to be completly empty, "
+"please check all informations twice"
 msgstr ""
 
 msgstr ""
 
-#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
-#: ihtml/themes/altlinux/framework.tpl:24
-#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
+#: include/functions_setup.inc:890
+#, php-format
 msgid ""
 msgid ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
+msgstr "Manca il campo obbligatorio '%s'. Completarlo, prego. "
+
+#: include/functions_setup.inc:921
+msgid ""
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
 msgstr ""
 msgstr ""
-"Stai modificando un campo del database. Vuoi abbandonare i cambiamenti?"
 
 
-#: include/class_config.inc:69
+#: include/functions_setup.inc:930
 #, php-format
 #, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr ""
+msgid "Can't log into LDAP server. Reason was: %s."
+msgstr "Accesso al server LDAP fallito. La ragione è: %s."
 
 
-#: include/class_config.inc:195 html/index.php:136
-msgid "Can't bind to LDAP. Please contact the system administrator."
+#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
+#: include/functions_setup.inc:1072 html/index.php:172
+#: ihtml/themes/altlinux/setup_useradmin.tpl:6
+#: ihtml/themes/default/setup_useradmin.tpl:6
+msgid ""
+"You're missing an administrative account for GOsa, you'll not be able to "
+"administrate anything!"
 msgstr ""
 msgstr ""
-"Errore di connessione al server LDAP. Contatta l'amministratore del sistema."
+"Manca un utente amministrativo per GOsa, non sarai in grado di amministrare "
+"niente!"
 
 
-#: include/class_config.inc:433
-msgid "SID and/or RIDBASE missing in your configuration!"
+#: include/class_ppdManager.inc:13
+#, php-format
+msgid "PPD manager : The specified path '%s' doesn't exists."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:437
+#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:699
-#, php-format
-msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
+#: include/class_ppdManager.inc:137
+msgid "Nested groups are not supported!"
+msgstr "Gruppi ricorsivi non supportati!"
+
+#: include/class_ppdManager.inc:141
+msgid "Group name not unique!"
+msgstr "Nome del gruppo non unico!"
+
+#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
+msgid "Symbol values are not supported yet!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:712
-#, php-format
-msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+#: include/class_ppdManager.inc:171
+msgid "Nested options are not supported!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:728
+#: include/class_ppdManager.inc:196
+msgid "PickMany is not supported yet!"
+msgstr ""
+
+#: include/class_ppdManager.inc:268
 #, php-format
 #, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgid "Parsing PPD file %s failed - no information found."
 msgstr ""
 
 #: include/class_debconfTemplate.inc:251
 msgstr ""
 
 #: include/class_debconfTemplate.inc:251
@@ -9965,6 +10084,15 @@ msgstr ""
 msgid "This package has no debconf options."
 msgstr "Questa identità non possiede estensioni telefoniche"
 
 msgid "This package has no debconf options."
 msgstr "Questa identità non possiede estensioni telefoniche"
 
+#: html/helpviewer.php:116
+msgid "There is no helpfile specified for this class."
+msgstr ""
+
+#: html/helpviewer.php:226
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+msgstr ""
+
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
@@ -10121,15 +10249,6 @@ msgstr ""
 msgid "Enter SSL session"
 msgstr ""
 
 msgid "Enter SSL session"
 msgstr ""
 
-#: html/helpviewer.php:116
-msgid "There is no helpfile specified for this class."
-msgstr ""
-
-#: html/helpviewer.php:226
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
-msgstr ""
-
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "Impossibile connettersi al server del database!"
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "Impossibile connettersi al server del database!"
@@ -10162,6 +10281,29 @@ msgid ""
 "Generating this page caused the W3C conformance checker to raise some errors!"
 msgstr ""
 
 "Generating this page caused the W3C conformance checker to raise some errors!"
 msgstr ""
 
+#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
+msgid ""
+"The size limit option makes LDAP operations faster and saves the LDAP server "
+"from getting too much load. The easiest way to handle big databases without "
+"long timeouts would be to limit your search to smaller values and use "
+"filters to get the entries you are looking for."
+msgstr ""
+
+#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
+msgid "Please choose the way to react for this session"
+msgstr ""
+
+#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
+msgid "ignore this error and show all entries the LDAP server returns"
+msgstr ""
+
+#: ihtml/themes/altlinux/sizelimit.tpl:10
+#: ihtml/themes/default/sizelimit.tpl:10
+msgid ""
+"ignore this error and show all entries that fit into the defined sizelimit "
+"and let me use filters instead"
+msgstr ""
+
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Rilevato un conflitto di sessione"
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Rilevato un conflitto di sessione"
@@ -10184,6 +10326,23 @@ msgstr ""
 msgid "Logout"
 msgstr "Termina sessione"
 
 msgid "Logout"
 msgstr "Termina sessione"
 
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+msgid "Please use your <i>username</i> and <i>password</i> to log in"
+msgstr "Usa il tuo <i>nome utente</i> e <i>password</i> per connetterti"
+
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
+msgid "Directory"
+msgstr "Directory"
+
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
+msgid "Sign in"
+msgstr "Entra"
+
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
+msgid "Click here to log in"
+msgstr "Clicca qui per connetterti"
+
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
@@ -10223,46 +10382,6 @@ msgstr ""
 "aministrativo. La procedura di setup ti aiuterà nel compito.Immetti il nome "
 "utente e la password per creare le entrate mancanti."
 
 "aministrativo. La procedura di setup ti aiuterà nel compito.Immetti il nome "
 "utente e la password per creare le entrate mancanti."
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-msgid "Please use your <i>username</i> and <i>password</i> to log in"
-msgstr "Usa il tuo <i>nome utente</i> e <i>password</i> per connetterti"
-
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
-msgid "Directory"
-msgstr "Directory"
-
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
-msgid "Sign in"
-msgstr "Entra"
-
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
-msgid "Click here to log in"
-msgstr "Clicca qui per connetterti"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
-msgid ""
-"The size limit option makes LDAP operations faster and saves the LDAP server "
-"from getting too much load. The easiest way to handle big databases without "
-"long timeouts would be to limit your search to smaller values and use "
-"filters to get the entries you are looking for."
-msgstr ""
-
-#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
-msgid "Please choose the way to react for this session"
-msgstr ""
-
-#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
-msgid "ignore this error and show all entries the LDAP server returns"
-msgstr ""
-
-#: ihtml/themes/altlinux/sizelimit.tpl:10
-#: ihtml/themes/default/sizelimit.tpl:10
-msgid ""
-"ignore this error and show all entries that fit into the defined sizelimit "
-"and let me use filters instead"
-msgstr ""
-
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
@@ -10283,17 +10402,6 @@ msgstr "Termina la sessione"
 msgid "Signed in:"
 msgstr "Connesso:"
 
 msgid "Signed in:"
 msgstr "Connesso:"
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Rilevato un conflitto di accesso"
-
-#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
-msgid ""
-"If this lock detection is false, the other person has obviously closed the "
-"webbrowser during the edit operation. You may delete the lockfile in this "
-"case by pressing the <i>Remove</i> button."
-msgstr ""
-
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
@@ -10310,6 +10418,17 @@ msgid ""
 "correct minimum version."
 msgstr "In questo secondo passo cercheremo i programmi necessari e opzionali."
 
 "correct minimum version."
 msgstr "In questo secondo passo cercheremo i programmi necessari e opzionali."
 
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr "Rilevato un conflitto di accesso"
+
+#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
+msgid ""
+"If this lock detection is false, the other person has obviously closed the "
+"webbrowser during the edit operation. You may delete the lockfile in this "
+"case by pressing the <i>Remove</i> button."
+msgstr ""
+
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
@@ -10516,6 +10635,14 @@ msgstr ""
 "webserver sia in grado di leggerlo mentre tutti gli altri utenti non "
 "possono. In molti casi è sufficiente eseguire i comandi seguenti."
 
 "webserver sia in grado di leggerlo mentre tutti gli altri utenti non "
 "possono. In molti casi è sufficiente eseguire i comandi seguenti."
 
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr ""
+
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr ""
+
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
@@ -10528,20 +10655,33 @@ msgstr ""
 msgid "Toggle Show/Hide"
 msgstr ""
 
 msgid "Toggle Show/Hide"
 msgstr ""
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
+#: ihtml/themes/default/logout.tpl:7
+msgid ""
+"The last interaction with the GOsa web interface has been some time ago in "
+"the past. For security reasons, the session has been closed. To continue "
+"with administrative tasks, please sign in again."
 msgstr ""
 
 msgstr ""
 
+#: ihtml/themes/default/logout.tpl:10
+#, fuzzy
+msgid "Sign in again"
+msgstr "Entra"
+
 #: ihtml/themes/default/setup_step4.tpl:100
 msgid ""
 "GOsa may cause PHP interpreter errors, particularly in case of Beta "
 "versions. In some cases it would be helpful to enable the error reporting."
 msgstr ""
 
 #: ihtml/themes/default/setup_step4.tpl:100
 msgid ""
 "GOsa may cause PHP interpreter errors, particularly in case of Beta "
 "versions. In some cases it would be helpful to enable the error reporting."
 msgstr ""
 
+#, fuzzy
+#~ msgid ""
+#~ "There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
+#~ msgstr "Il metodo di posta '%s' non è definito in gosa.conf"
+
 #, fuzzy
 #~ msgid "Account expiry"
 #~ msgstr "L'account spira dopo"
 #, fuzzy
 #~ msgid "Account expiry"
 #~ msgstr "L'account spira dopo"
index 556669c5eb26b3c2d1c821a87c0eb0e78ca60989..2fefb37fcce6c98928e4198b677b57e15c5f13b8 100644 (file)
@@ -19,16 +19,15 @@ msgstr ""
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
-#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/generic.tpl:6 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
-#: plugins/admin/fai/faiProfile.tpl:32
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
+#: plugins/admin/fai/faiProfile.tpl:32 plugins/admin/fai/faiScript.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/groups/mail.tpl:7
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr ""
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr ""
@@ -63,7 +62,7 @@ msgstr ""
 msgid "Samba"
 msgstr ""
 
 msgid "Samba"
 msgstr ""
 
-#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:136
+#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:139
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr ""
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr ""
@@ -81,15 +80,15 @@ msgstr ""
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_info.tpl:37
-#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
+#: plugins/addons/addressbook/address_info.tpl:37
+#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
-#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/systems/class_systemManagement.inc:708
 #: plugins/admin/systems/class_systemManagement.inc:708
+#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
@@ -153,12 +152,12 @@ msgstr ""
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
-#: plugins/admin/fai/faiProfileEntry.tpl:22
-#: plugins/admin/fai/faiPackageEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
+#: plugins/admin/fai/faiProfileEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
+#: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
@@ -172,395 +171,270 @@ msgstr ""
 msgid "Services"
 msgstr ""
 
 msgid "Services"
 msgstr ""
 
-#: contrib/gosa.conf:177 plugins/addons/ldapmanager/contentexportxls.tpl:19
-#: plugins/addons/ldapmanager/contentexportxls.tpl:32
-#: plugins/addons/ldapmanager/contentexportxls.tpl:47
-#: plugins/addons/ldapmanager/contentexport.tpl:16
+#: contrib/gosa.conf:178 plugins/addons/ldapmanager/contentexport.tpl:16
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
+#: plugins/addons/ldapmanager/contentexportxls.tpl:19
+#: plugins/addons/ldapmanager/contentexportxls.tpl:32
+#: plugins/addons/ldapmanager/contentexportxls.tpl:47
 msgid "Export"
 msgstr ""
 
 msgid "Export"
 msgstr ""
 
-#: contrib/gosa.conf:178
+#: contrib/gosa.conf:179
 msgid "Excel Export"
 msgstr ""
 
 msgid "Excel Export"
 msgstr ""
 
-#: contrib/gosa.conf:179 plugins/personal/mail/generic.tpl:113
+#: contrib/gosa.conf:180 plugins/personal/mail/generic.tpl:113
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
-#: plugins/admin/applications/generic.tpl:91
+#: plugins/admin/applications/generic.tpl:94
 msgid "Import"
 msgstr ""
 
 msgid "Import"
 msgstr ""
 
-#: contrib/gosa.conf:180
+#: contrib/gosa.conf:181
 msgid "CSV Import"
 msgstr ""
 
 msgid "CSV Import"
 msgstr ""
 
-#: contrib/gosa.conf:184
+#: contrib/gosa.conf:185
 msgid "Partitions"
 msgstr ""
 
 msgid "Partitions"
 msgstr ""
 
-#: contrib/gosa.conf:188 plugins/personal/environment/logonManagement.tpl:55
+#: contrib/gosa.conf:189 plugins/personal/environment/logonManagement.tpl:55
+#: plugins/admin/applications/generic.tpl:92
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:89
 msgid "Script"
 msgstr ""
 
 msgid "Script"
 msgstr ""
 
-#: contrib/gosa.conf:192 plugins/admin/fai/class_faiManagement.inc:553
+#: contrib/gosa.conf:193 plugins/admin/fai/class_faiManagement.inc:553
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr ""
 
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr ""
 
-#: contrib/gosa.conf:196 plugins/admin/fai/class_faiManagement.inc:546
+#: contrib/gosa.conf:197 plugins/admin/fai/class_faiManagement.inc:546
 #: plugins/admin/fai/class_faiManagement.inc:547
 msgid "Variables"
 msgstr ""
 
 #: plugins/admin/fai/class_faiManagement.inc:547
 msgid "Variables"
 msgstr ""
 
-#: contrib/gosa.conf:200 plugins/admin/fai/class_faiManagement.inc:567
+#: contrib/gosa.conf:201 plugins/admin/fai/class_faiManagement.inc:567
 #: plugins/admin/fai/class_faiManagement.inc:568
 msgid "Templates"
 msgstr ""
 
 #: plugins/admin/fai/class_faiManagement.inc:568
 msgid "Templates"
 msgstr ""
 
-#: contrib/gosa.conf:204 plugins/personal/environment/environment.tpl:7
+#: contrib/gosa.conf:205 plugins/personal/environment/environment.tpl:7
 msgid "Profiles"
 msgstr ""
 
 msgid "Profiles"
 msgstr ""
 
-#: contrib/gosa.conf:208
+#: contrib/gosa.conf:209
 msgid "Packages"
 msgstr ""
 
 msgid "Packages"
 msgstr ""
 
-#: contrib/gosa.conf:226
+#: contrib/gosa.conf:227
 msgid "{LOCATIONNAME}"
 msgstr ""
 
 msgid "{LOCATIONNAME}"
 msgstr ""
 
-#: contrib/gosa.conf:243 plugins/admin/ogroups/class_phonequeue.inc:164
+#: contrib/gosa.conf:244 plugins/admin/ogroups/class_phonequeue.inc:164
 msgid "German"
 msgstr ""
 
 msgid "German"
 msgstr ""
 
-#: contrib/gosa.conf:244
+#: contrib/gosa.conf:245
 msgid "Russian"
 msgstr ""
 
 msgid "Russian"
 msgstr ""
 
-#: contrib/gosa.conf:245
+#: contrib/gosa.conf:246
 msgid "Spanish"
 msgstr ""
 
 msgid "Spanish"
 msgstr ""
 
-#: contrib/gosa.conf:246
+#: contrib/gosa.conf:247
 msgid "French"
 msgstr ""
 
 msgid "French"
 msgstr ""
 
-#: contrib/gosa.conf:247
+#: contrib/gosa.conf:248
 msgid "Dutch"
 msgstr ""
 
 msgid "Dutch"
 msgstr ""
 
-#: contrib/gosa.conf:248
+#: contrib/gosa.conf:249
 msgid "English"
 msgstr ""
 
 msgid "English"
 msgstr ""
 
-#: contrib/gosa.conf:249
+#: contrib/gosa.conf:250
 msgid "Italian"
 msgstr ""
 
 msgid "Italian"
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
-#: plugins/personal/environment/class_environment.inc:13
 #: plugins/personal/generic/class_user.inc:17
 #: plugins/personal/generic/class_user.inc:17
-#: plugins/personal/connectivity/class_webdavAccount.inc:7
-#: plugins/personal/connectivity/class_proxyAccount.inc:6
-#: plugins/personal/connectivity/class_pptpAccount.inc:27
-#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_glpiAccount.inc:26
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
 #: plugins/personal/connectivity/class_connectivity.inc:16
 #: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_glpiAccount.inc:26
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/environment/class_environment.inc:13
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
-#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
-#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
+#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/logview/class_logview.inc:7
 #: plugins/addons/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr ""
 
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:92
-msgid "This account has no nagios extensions."
+#: plugins/personal/mail/class_mailAccount.inc:79
+#: plugins/admin/groups/class_groupMail.inc:59
+#, php-format
+msgid "There is no mail method '%s' specified in your gosa.conf available."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:101
-msgid "Remove nagios account"
+#: plugins/personal/mail/class_mailAccount.inc:170
+msgid "No DESC tag in vacation file:"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:102
-msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
-"below."
+#: plugins/personal/mail/class_mailAccount.inc:210
+msgid "This account has no mail extensions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
-msgid "Create nagios account"
+#: plugins/personal/mail/class_mailAccount.inc:219
+#: plugins/admin/groups/class_groupMail.inc:195
+#: plugins/admin/ogroups/class_mailogroup.inc:40
+msgid "Remove mail account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
+#: plugins/personal/mail/class_mailAccount.inc:220
+#: plugins/admin/groups/class_groupMail.inc:196
 msgid ""
 msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
+"This account has mail features enabled. You can disable them by clicking "
 "below."
 msgstr ""
 
 "below."
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:163
-msgid "The required field 'NagiosAlias' is not set."
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:198
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+msgid "Create mail account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:166
-msgid "The required field 'NagiosMail' is not set."
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:199
+msgid ""
+"This account has mail features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:170
-#: plugins/personal/nagios/class_nagiosAccount.inc:174
-msgid "Please enter a valid email address in 'NagiosMail' field."
+#: plugins/personal/mail/class_mailAccount.inc:270
+msgid ""
+"You're trying to add an invalid email address to the list of forwarders."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/main.inc:104 plugins/personal/mail/main.inc:104
-#: plugins/personal/posix/main.inc:110 plugins/personal/samba/main.inc:104
-#: plugins/personal/environment/main.inc:104
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/generic/main.inc:158
-#: plugins/personal/connectivity/main.inc:115
-#: plugins/gofax/blocklists/generic.tpl:80
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/admin/fai/class_faiManagement.inc:392
-#: plugins/admin/groups/class_groupManagement.inc:330
-#: plugins/admin/users/class_userManagement.inc:633
-#: plugins/admin/applications/class_applicationManagement.inc:304
-#: plugins/admin/departments/class_departmentManagement.inc:347
-#: plugins/admin/systems/class_systemManagement.inc:539
-#: plugins/admin/ogroups/class_ogroupManagement.inc:338
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
-msgid "Finish"
+#: plugins/personal/mail/class_mailAccount.inc:276
+#: plugins/admin/groups/class_groupMail.inc:258
+msgid "Adding your one of your own addresses to the forwarders makes no sense."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/main.inc:106 plugins/personal/mail/main.inc:106
-#: plugins/personal/mail/mail_locals.tpl:43
-#: plugins/personal/posix/posix_groups.tpl:74
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:112
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/main.inc:106
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:39
-#: plugins/personal/environment/main.inc:106
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:31
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/generic/main.inc:160
-#: plugins/personal/connectivity/main.inc:117
-#: plugins/gofax/blocklists/generic.tpl:82
-#: plugins/gofax/blocklists/remove.tpl:16
-#: plugins/gofax/faxaccount/locals.tpl:62
-#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/remove.tpl:16
-#: plugins/addons/addressbook/address_edit.tpl:234
-#: plugins/admin/fai/class_faiManagement.inc:394
-#: plugins/admin/fai/class_faiManagement.inc:399
-#: plugins/admin/fai/faiProfileEntry.tpl:72
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiPackageNew.tpl:66
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:64 plugins/admin/fai/remove.tpl:17
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:133
-#: plugins/admin/groups/class_groupManagement.inc:332
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/group_objects.tpl:49
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/application_options.tpl:10
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:635
-#: plugins/admin/users/template.tpl:46 plugins/admin/users/remove.tpl:16
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:306
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:349
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/class_systemManagement.inc:541
-#: plugins/admin/systems/servnfs.tpl:76 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/password.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:52
-#: plugins/admin/ogroups/class_ogroupManagement.inc:340
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-msgid "Cancel"
+#: plugins/personal/mail/class_mailAccount.inc:311
+#: plugins/personal/mail/class_mailAccount.inc:316
+#: plugins/admin/groups/class_groupMail.inc:286
+msgid ""
+"You're trying to add an invalid email address to the list of alternate "
+"addresses."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/main.inc:114 plugins/personal/mail/main.inc:114
-#: plugins/personal/posix/main.inc:120 plugins/personal/samba/main.inc:114
-#: plugins/personal/environment/main.inc:114
-#: plugins/personal/generic/main.inc:179
-#: plugins/personal/connectivity/main.inc:125
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
+#: plugins/personal/mail/class_mailAccount.inc:326
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "The address you're trying to add is already used by user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:122 plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:172
-#: plugins/personal/connectivity/main.inc:126
-#: plugins/gofax/faxaccount/generic.tpl:86
-#: plugins/gofax/faxaccount/generic.tpl:92
-#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
-#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/printer.tpl:46
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
+#: plugins/personal/mail/class_mailAccount.inc:700
+msgid ""
+"There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/main.inc:124
-msgid "Nagios settings"
+#: plugins/personal/mail/class_mailAccount.inc:705
+#: plugins/admin/groups/class_groupMail.inc:619
+msgid "The required field 'Primary address' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:4
-msgid "Nagios Account"
+#: plugins/personal/mail/class_mailAccount.inc:709
+#: plugins/personal/mail/class_mailAccount.inc:713
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/admin/ogroups/class_mailogroup.inc:70
+msgid "Please enter a valid email address in 'Primary address' field."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:7
-msgid "Alias"
+#: plugins/personal/mail/class_mailAccount.inc:720
+#: plugins/admin/groups/class_groupMail.inc:628
+#: plugins/admin/ogroups/class_mailogroup.inc:77
+msgid "The primary address you've entered is already in use."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
-msgid "Mail address"
+#: plugins/personal/mail/class_mailAccount.inc:726
+#: plugins/admin/groups/class_groupMail.inc:634
+msgid "Value in 'Quota size' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:17
-msgid "Host notification period"
+#: plugins/personal/mail/class_mailAccount.inc:735
+#: plugins/admin/groups/class_groupMail.inc:643
+msgid "Please specify a vaild mail size for mails to be rejected."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:25
-msgid "Service notification period"
+#: plugins/personal/mail/class_mailAccount.inc:745
+#: plugins/admin/groups/class_groupMail.inc:651
+msgid "You need to set the maximum mail size in order to reject anything."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:32
-msgid "Service notification options"
+#: plugins/personal/mail/class_mailAccount.inc:749
+msgid "You specified Spam settings, but there is no Folder specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:41
-msgid "Host notification options"
+#: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
+#: plugins/admin/ogroups/mail.tpl:10
+msgid "Primary address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:242
-#: plugins/addons/addressbook/address_info.tpl:91
-#: plugins/addons/addressbook/address_edit.tpl:217 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Pager"
+#: plugins/personal/mail/generic.tpl:11
+#: plugins/addons/mailqueue/contents.tpl:55 plugins/admin/groups/mail.tpl:14
+#: plugins/admin/systems/class_systemManagement.inc:709
+#: plugins/admin/ogroups/class_ogroupManagement.inc:485
+#: plugins/generic/references/class_reference.inc:44
+msgid "Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:53
-msgid "Service notification commands"
+#: plugins/personal/mail/generic.tpl:14
+msgid "Specify the mail server where the user will be hosted on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:57
-msgid "Host notification commands"
+#: plugins/personal/mail/generic.tpl:23 plugins/admin/groups/mail.tpl:25
+msgid "Quota usage"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:69
-msgid "view system informations"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:72
-msgid "view configuration information"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
-msgstr ""
-
-#: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
-#: plugins/admin/ogroups/mail.tpl:10
-msgid "Primary address"
-msgstr ""
-
-#: plugins/personal/mail/generic.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:55 plugins/admin/groups/mail.tpl:14
-#: plugins/admin/systems/class_systemManagement.inc:709
-#: plugins/admin/ogroups/class_ogroupManagement.inc:485
-#: plugins/generic/references/class_reference.inc:44
-msgid "Server"
-msgstr ""
-
-#: plugins/personal/mail/generic.tpl:14
-msgid "Specify the mail server where the user will be hosted on"
-msgstr ""
-
-#: plugins/personal/mail/generic.tpl:23 plugins/admin/groups/mail.tpl:25
-msgid "Quota usage"
-msgstr ""
-
-#: plugins/personal/mail/generic.tpl:30 plugins/admin/groups/mail.tpl:32
-#: plugins/admin/systems/class_terminalInfo.inc:150
-#: plugins/admin/systems/class_printGeneric.inc:369
-msgid "not defined"
+#: plugins/personal/mail/generic.tpl:30 plugins/admin/groups/mail.tpl:32
+#: plugins/admin/systems/class_terminalInfo.inc:150
+#: plugins/admin/systems/class_printGeneric.inc:369
+msgid "not defined"
 msgstr ""
 
 #: plugins/personal/mail/generic.tpl:35 plugins/admin/groups/mail.tpl:37
 msgstr ""
 
 #: plugins/personal/mail/generic.tpl:35 plugins/admin/groups/mail.tpl:37
@@ -579,48 +453,50 @@ msgstr ""
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
-#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/trust_machines.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/connectivity/class_kolabAccount.inc:203
+#: plugins/personal/connectivity/kolab.tpl:18
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
 #: plugins/personal/environment/kioskManagement.tpl:13
 #: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/personal/connectivity/kolab.tpl:18
-#: plugins/personal/connectivity/class_kolabAccount.inc:203
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
-#: plugins/admin/fai/class_faiProfile.inc:153
-#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
-#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
+#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95
 #: plugins/admin/groups/class_groupMail.inc:413
 #: plugins/admin/groups/class_groupMail.inc:413
-#: plugins/admin/groups/application.tpl:14
+#: plugins/admin/groups/application.tpl:15
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servRepositorySetup.tpl:36
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/servRepository.tpl:14
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
+#: plugins/admin/fai/class_faiProfile.inc:153
+#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr ""
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr ""
@@ -629,36 +505,35 @@ msgstr ""
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
+#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
-#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
-#: plugins/addons/addressbook/remove.tpl:14
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
-#: plugins/admin/fai/remove.tpl:15 plugins/admin/fai/faiHook.tpl:45
-#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
-#: plugins/admin/groups/remove.tpl:14 plugins/admin/groups/generic.tpl:105
-#: plugins/admin/users/remove.tpl:14 plugins/admin/applications/remove.tpl:13
+#: plugins/addons/addressbook/remove.tpl:14 plugins/admin/groups/mail.tpl:52
+#: plugins/admin/groups/mail.tpl:97 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/groups/generic.tpl:105 plugins/admin/users/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/workstationStartup.tpl:51
-#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
+#: plugins/admin/systems/remove.tpl:14
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/workstationStartup.tpl:51
+#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
-#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/gofon/macro/remove.tpl:13
-#: plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/conference/remove.tpl:14
+#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
+#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
+#: plugins/admin/fai/faiHook.tpl:45 plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/conference/remove.tpl:14
 msgid "Delete"
 msgstr ""
 
 msgid "Delete"
 msgstr ""
 
@@ -704,9 +579,9 @@ msgid "Reject mails bigger than"
 msgstr ""
 
 #: plugins/personal/mail/generic.tpl:96
 msgstr ""
 
 #: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:71
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
+#: plugins/personal/environment/environment.tpl:71
 msgid "MB"
 msgstr ""
 
 msgid "MB"
 msgstr ""
 
@@ -743,168 +618,177 @@ msgstr ""
 msgid "disables all Mail options!"
 msgstr ""
 
 msgid "disables all Mail options!"
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:79
-#: plugins/admin/groups/class_groupMail.inc:59
-#, php-format
-msgid "There is no mail method '%s' specified in your gosa.conf available."
+#: plugins/personal/mail/main.inc:104 plugins/personal/posix/main.inc:110
+#: plugins/personal/samba/main.inc:104
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/main.inc:158
+#: plugins/personal/connectivity/main.inc:118
+#: plugins/personal/environment/main.inc:104
+#: plugins/personal/nagios/main.inc:104
+#: plugins/gofax/blocklists/generic.tpl:80
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/admin/groups/class_groupManagement.inc:330
+#: plugins/admin/users/class_userManagement.inc:633
+#: plugins/admin/applications/class_applicationManagement.inc:304
+#: plugins/admin/departments/class_departmentManagement.inc:347
+#: plugins/admin/systems/class_systemManagement.inc:539
+#: plugins/admin/ogroups/class_ogroupManagement.inc:338
+#: plugins/admin/fai/class_faiManagement.inc:392
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
+msgid "Finish"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:170
-msgid "No DESC tag in vacation file:"
+#: plugins/personal/mail/main.inc:106 plugins/personal/mail/mail_locals.tpl:43
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/posix/posix_groups.tpl:74
+#: plugins/personal/posix/main.inc:112 plugins/personal/samba/main.inc:106
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/generic/generic_picture.tpl:31
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/main.inc:160
+#: plugins/personal/connectivity/main.inc:120
+#: plugins/personal/environment/main.inc:106
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:39
+#: plugins/personal/nagios/main.inc:106
+#: plugins/gofax/blocklists/generic.tpl:82
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/locals.tpl:62
+#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/admin/groups/class_groupManagement.inc:332
+#: plugins/admin/groups/remove.tpl:16
+#: plugins/admin/groups/application_options.tpl:10
+#: plugins/admin/groups/group_objects.tpl:49
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
+#: plugins/admin/users/template.tpl:46
+#: plugins/admin/users/class_userManagement.inc:635
+#: plugins/admin/users/remove.tpl:16 plugins/admin/applications/remove.tpl:15
+#: plugins/admin/applications/class_applicationManagement.inc:306
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/departments/class_departmentManagement.inc:349
+#: plugins/admin/systems/class_systemManagement.inc:541
+#: plugins/admin/systems/remove.tpl:16 plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/chooser.tpl:18 plugins/admin/systems/servnfs.tpl:76
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:52
+#: plugins/admin/ogroups/class_ogroupManagement.inc:340
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:394
+#: plugins/admin/fai/class_faiManagement.inc:399
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:72
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiVariableEntry.tpl:49
+#: plugins/admin/fai/faiHookEntry.tpl:70
+#: plugins/admin/fai/faiTemplateEntry.tpl:133
+#: plugins/admin/fai/faiPackageEntry.tpl:64
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageNew.tpl:66
+#: plugins/gofon/phoneaccount/main.inc:107 plugins/gofon/macro/remove.tpl:15
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
+#: plugins/gofon/conference/remove.tpl:16
+#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
+msgid "Cancel"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:210
-msgid "This account has no mail extensions."
+#: plugins/personal/mail/main.inc:114 plugins/personal/posix/main.inc:120
+#: plugins/personal/samba/main.inc:114 plugins/personal/generic/main.inc:179
+#: plugins/personal/connectivity/main.inc:128
+#: plugins/personal/environment/main.inc:114
+#: plugins/personal/nagios/main.inc:114 plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+msgid "Click the 'Edit' button below to change informations in this dialog"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:219
-#: plugins/admin/groups/class_groupMail.inc:195
-#: plugins/admin/ogroups/class_mailogroup.inc:40
-msgid "Remove mail account"
+#: plugins/personal/mail/main.inc:115 plugins/personal/posix/main.inc:122
+#: plugins/personal/samba/main.inc:115 plugins/personal/generic/main.inc:172
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/nagios/main.inc:115
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/admin/systems/printer.tpl:46
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
+#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
+#: plugins/gofon/phoneaccount/main.inc:113
+msgid "Edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:220
-#: plugins/admin/groups/class_groupMail.inc:196
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
+#: plugins/personal/mail/main.inc:124
+msgid "User mail settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:198
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid "Create mail account"
+#: plugins/personal/mail/mail_locals.tpl:6
+#: plugins/admin/groups/mail_locals.tpl:6
+msgid "Select addresses to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:199
-msgid ""
-"This account has mail features disabled. You can enable them by clicking "
-"below."
+#: plugins/personal/mail/mail_locals.tpl:20
+#: plugins/personal/posix/posix_groups.tpl:20
+#: plugins/personal/samba/samba3_workstations.tpl:20
+#: plugins/personal/environment/hotplugDialog.tpl:24
+#: plugins/personal/environment/selectPrinterDialog.tpl:24
+#: plugins/gofax/blocklists/headpage.tpl:29
+#: plugins/gofax/faxaccount/locals.tpl:19
+#: plugins/addons/addressbook/contents.tpl:58
+#: plugins/admin/groups/headpage.tpl:30
+#: plugins/admin/groups/group_objects.tpl:20
+#: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
+#: plugins/admin/applications/headpage.tpl:29
+#: plugins/admin/departments/headpage.tpl:29
+#: plugins/admin/systems/headpage.tpl:29
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:24
+#: plugins/admin/ogroups/ogroup_objects.tpl:20
+#: plugins/admin/ogroups/headpage.tpl:29
+#: plugins/admin/fai/faiProfileEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/gofon/macro/headpage.tpl:29
+#: plugins/gofon/conference/headpage.tpl:29
+msgid "Filters"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:270
-msgid ""
-"You're trying to add an invalid email address to the list of forwarders."
+#: plugins/personal/mail/mail_locals.tpl:27
+#: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/posix/posix_groups.tpl:39
+#: plugins/personal/samba/samba3_workstations.tpl:27
+#: plugins/personal/environment/selectPrinterDialog.tpl:34
+#: plugins/gofax/faxaccount/locals.tpl:29
+#: plugins/addons/addressbook/contents.tpl:80
+#: plugins/admin/groups/group_objects.tpl:32
+#: plugins/admin/groups/mail_locals.tpl:33
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+msgid "Choose the department the search will be based on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:276
-#: plugins/admin/groups/class_groupMail.inc:258
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
+#: plugins/personal/mail/mail_locals.tpl:31
+#: plugins/personal/posix/trust_machines.tpl:31
+#: plugins/personal/samba/samba3_workstations.tpl:31
+#: plugins/admin/groups/mail_locals.tpl:45
+msgid "Regular expression for matching addresses"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:311
-#: plugins/personal/mail/class_mailAccount.inc:316
-#: plugins/admin/groups/class_groupMail.inc:286
-msgid ""
-"You're trying to add an invalid email address to the list of alternate "
-"addresses."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:326
-#: plugins/admin/groups/class_groupMail.inc:291
-msgid "The address you're trying to add is already used by user"
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:700
-msgid ""
-"There is no valid mailserver specified, please add one in the system setup."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:705
-#: plugins/admin/groups/class_groupMail.inc:619
-msgid "The required field 'Primary address' is not set."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:709
-#: plugins/personal/mail/class_mailAccount.inc:713
-#: plugins/addons/addressbook/class_addressbook.inc:590
-#: plugins/admin/ogroups/class_mailogroup.inc:70
-msgid "Please enter a valid email address in 'Primary address' field."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:720
-#: plugins/admin/groups/class_groupMail.inc:628
-#: plugins/admin/ogroups/class_mailogroup.inc:77
-msgid "The primary address you've entered is already in use."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:726
-#: plugins/admin/groups/class_groupMail.inc:634
-msgid "Value in 'Quota size' is not valid."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:735
-#: plugins/admin/groups/class_groupMail.inc:643
-msgid "Please specify a vaild mail size for mails to be rejected."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:745
-#: plugins/admin/groups/class_groupMail.inc:651
-msgid "You need to set the maximum mail size in order to reject anything."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:749
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr ""
-
-#: plugins/personal/mail/main.inc:124
-msgid "User mail settings"
-msgstr ""
-
-#: plugins/personal/mail/mail_locals.tpl:6
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr ""
-
-#: plugins/personal/mail/mail_locals.tpl:20
-#: plugins/personal/posix/posix_groups.tpl:20
-#: plugins/personal/samba/samba3_workstations.tpl:20
-#: plugins/personal/environment/hotplugDialog.tpl:24
-#: plugins/personal/environment/selectPrinterDialog.tpl:24
-#: plugins/gofax/blocklists/headpage.tpl:29
-#: plugins/gofax/faxaccount/locals.tpl:19
-#: plugins/addons/addressbook/contents.tpl:58
-#: plugins/admin/fai/faiProfileEntry.tpl:32
-#: plugins/admin/fai/faiPackageEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
-#: plugins/admin/groups/headpage.tpl:30
-#: plugins/admin/groups/group_objects.tpl:20
-#: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
-#: plugins/admin/applications/headpage.tpl:29
-#: plugins/admin/departments/headpage.tpl:29
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
-#: plugins/admin/systems/headpage.tpl:29
-#: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/admin/ogroups/headpage.tpl:29 plugins/gofon/macro/headpage.tpl:29
-#: plugins/gofon/conference/headpage.tpl:29
-msgid "Filters"
-msgstr ""
-
-#: plugins/personal/mail/mail_locals.tpl:27
-#: plugins/personal/posix/posix_groups.tpl:39
-#: plugins/personal/posix/trust_machines.tpl:27
-#: plugins/personal/samba/samba3_workstations.tpl:27
-#: plugins/personal/environment/selectPrinterDialog.tpl:34
-#: plugins/gofax/faxaccount/locals.tpl:29
-#: plugins/addons/addressbook/contents.tpl:80
-#: plugins/admin/groups/group_objects.tpl:32
-#: plugins/admin/groups/mail_locals.tpl:33
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-msgid "Choose the department the search will be based on"
-msgstr ""
-
-#: plugins/personal/mail/mail_locals.tpl:31
-#: plugins/personal/posix/trust_machines.tpl:31
-#: plugins/personal/samba/samba3_workstations.tpl:31
-#: plugins/admin/groups/mail_locals.tpl:45
-msgid "Regular expression for matching addresses"
-msgstr ""
-
-#: plugins/personal/mail/mail_locals.tpl:32
-#: plugins/admin/groups/mail_locals.tpl:52
-msgid "Display addresses of user"
+#: plugins/personal/mail/mail_locals.tpl:32
+#: plugins/admin/groups/mail_locals.tpl:52
+msgid "Display addresses of user"
 msgstr ""
 
 #: plugins/personal/mail/mail_locals.tpl:33
 msgstr ""
 
 #: plugins/personal/mail/mail_locals.tpl:33
@@ -916,11 +800,11 @@ msgstr ""
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
-#: plugins/admin/systems/servdb.tpl:109
+#: plugins/admin/systems/servdb.tpl:109 ihtml/themes/altlinux/login.tpl:35
+#: ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
-#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
-#: ihtml/themes/default/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
+#: ihtml/themes/default/setup_useradmin.tpl:30
 msgid "Password"
 msgstr ""
 
 msgid "Password"
 msgstr ""
 
@@ -979,11 +863,11 @@ msgstr ""
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66 include/functions.inc:1319
-#: ihtml/themes/altlinux/setup_useradmin.tpl:40
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: include/functions.inc:1319 ihtml/themes/altlinux/setup_useradmin.tpl:40
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
@@ -1034,6 +918,19 @@ msgstr ""
 msgid "External password changer reported a problem: "
 msgstr ""
 
 msgid "External password changer reported a problem: "
 msgstr ""
 
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
+msgstr ""
+
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
+msgstr ""
+
+#: plugins/personal/posix/trust_machines.tpl:30
+#: plugins/admin/systems/headpage.tpl:50
+msgid "Display systems matching"
+msgstr ""
+
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr ""
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr ""
@@ -1104,6 +1001,7 @@ msgstr ""
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
+#: plugins/admin/systems/servRepository.tpl:36
 msgid "Display groups of user"
 msgstr ""
 
 msgid "Display groups of user"
 msgstr ""
 
@@ -1121,19 +1019,6 @@ msgstr ""
 msgid "Password expires on"
 msgstr ""
 
 msgid "Password expires on"
 msgstr ""
 
-#: plugins/personal/posix/trust_machines.tpl:6
-msgid "Select systems to add"
-msgstr ""
-
-#: plugins/personal/posix/trust_machines.tpl:26
-msgid "Display systems of department"
-msgstr ""
-
-#: plugins/personal/posix/trust_machines.tpl:30
-#: plugins/admin/systems/headpage.tpl:50
-msgid "Display systems matching"
-msgstr ""
-
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
@@ -1187,6 +1072,10 @@ msgstr ""
 msgid "Trust mode"
 msgstr ""
 
 msgid "Trust mode"
 msgstr ""
 
+#: plugins/personal/posix/main.inc:131
+msgid "Unix settings"
+msgstr ""
+
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
@@ -1478,10 +1367,6 @@ msgstr ""
 msgid "Too many users, can't allocate a free ID!"
 msgstr ""
 
 msgid "Too many users, can't allocate a free ID!"
 msgstr ""
 
-#: plugins/personal/posix/main.inc:131
-msgid "Unix settings"
-msgstr ""
-
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr ""
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr ""
@@ -1608,6 +1493,10 @@ msgstr ""
 msgid "Allow connection from these workstations only"
 msgstr ""
 
 msgid "Allow connection from these workstations only"
 msgstr ""
 
+#: plugins/personal/samba/main.inc:123
+msgid "Samba settings"
+msgstr ""
+
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr ""
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr ""
@@ -1616,10 +1505,6 @@ msgstr ""
 msgid "Display workstations of department"
 msgstr ""
 
 msgid "Display workstations of department"
 msgstr ""
 
-#: plugins/personal/samba/main.inc:123
-msgid "Samba settings"
-msgstr ""
-
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr ""
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr ""
@@ -1712,1164 +1597,1357 @@ msgid ""
 "possible!"
 msgstr ""
 
 "possible!"
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:111
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+#: plugins/personal/generic/class_user.inc:251
+msgid "female"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:114
-msgid "Invalid character in description. Please specify a valid description."
+#: plugins/personal/generic/class_user.inc:251
+msgid "male"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:117
-msgid "Please specify a valid id."
+#: plugins/personal/generic/class_user.inc:265
+msgid "This account has no valid GOsa extensions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:123
-msgid "An Entry with this name already exists."
+#: plugins/personal/generic/class_user.inc:294
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:128
-msgid "Please select an entry or press cancel."
+#: plugins/personal/generic/class_user.inc:390
+msgid "Please enter a valid serial number"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:67
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
-msgid "Please select a printer or press cancel."
+#: plugins/personal/generic/class_user.inc:427
+#, php-format
+msgid "Certificate is valid from %s to %s and is currently %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
+#: plugins/personal/generic/class_user.inc:427
+msgid "valid"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
+#: plugins/personal/generic/class_user.inc:427
+msgid "invalid"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
+#: plugins/personal/generic/class_user.inc:431
+msgid "No certificate installed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
+#: plugins/personal/generic/class_user.inc:840
+msgid "Kerberos database communication failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/groups/group_objects.tpl:38
-#: plugins/admin/users/headpage.tpl:48
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
+#: plugins/personal/generic/class_user.inc:857
+msgid "Can't remove user from kerberos database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
+#: plugins/personal/generic/class_user.inc:868
+msgid "Can't add user to kerberos database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:246
-#: plugins/personal/environment/class_environment.inc:282
-msgid "Remove environment extension"
+#: plugins/personal/generic/class_user.inc:898
+msgid "Invalid characters in uid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:247
-#: plugins/personal/environment/class_environment.inc:283
-msgid "Environment extension enabled. You can disable it by clicking below."
+#: plugins/personal/generic/class_user.inc:912
+msgid "You have no permissions to create a user on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:256
-#: plugins/personal/environment/class_environment.inc:261
-#: plugins/personal/environment/class_environment.inc:289
-#: plugins/personal/environment/class_environment.inc:294
-msgid "Add environment extension"
+#: plugins/personal/generic/class_user.inc:917
+msgid "You have no permissions to move a user from the original 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:257
-#: plugins/personal/environment/class_environment.inc:290
-msgid "Environment extension disabled. You can enable it by clicking below."
+#: plugins/personal/generic/class_user.inc:923
+#: plugins/addons/addressbook/class_addressbook.inc:547
+#: plugins/admin/users/class_userManagement.inc:547
+msgid "The required field 'Name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:262
-#: plugins/personal/environment/class_environment.inc:295
-msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
+#: plugins/personal/generic/class_user.inc:932
+msgid "There's already a person with this 'Login' in the database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:486
-#: plugins/personal/environment/class_environment.inc:488
-#: plugins/admin/systems/class_terminalStartup.inc:134
-#: plugins/admin/systems/class_workstationStartup.inc:345
-msgid "You must specify a valid mount point."
+#: plugins/personal/generic/class_user.inc:938
+#: plugins/addons/addressbook/class_addressbook.inc:551
+#: plugins/admin/users/class_userManagement.inc:550
+msgid "The required field 'Given name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:717
-msgid "Please set a valid profile quota size."
+#: plugins/personal/generic/class_user.inc:941
+msgid "The required field 'Login' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:724
+#: plugins/personal/generic/class_user.inc:948
 msgid ""
 msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
-msgstr ""
-
-#: plugins/personal/environment/class_environment.inc:746
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:839
-msgid "Error while writing printer"
+#: plugins/personal/generic/class_user.inc:955
+msgid ""
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:909
-msgid "Error while writing printer settings"
+#: plugins/personal/generic/class_user.inc:958
+msgid "The field 'Homepage' contains an invalid URL definition."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:1031
-msgid "Admin"
+#: plugins/personal/generic/class_user.inc:961
+#: plugins/personal/generic/class_user.inc:989
+#: plugins/addons/addressbook/class_addressbook.inc:557
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/admin/departments/class_departmentGeneric.inc:176
+msgid "The field 'Name' contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
+#: plugins/personal/generic/class_user.inc:964
+#: plugins/personal/generic/class_user.inc:986
+#: plugins/addons/addressbook/class_addressbook.inc:560
+#: plugins/addons/addressbook/class_addressbook.inc:582
+msgid "The field 'Given name' contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:5
-#: plugins/personal/environment/selectPrinterDialog.tpl:10
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
+#: plugins/personal/generic/class_user.inc:969
+#: plugins/personal/generic/class_user.inc:972
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/admin/departments/class_departmentGeneric.inc:179
+msgid "The field 'Phone' contains an invalid phone number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-msgid "Display printers matching"
+#: plugins/personal/generic/class_user.inc:975
+#: plugins/addons/addressbook/class_addressbook.inc:571
+#: plugins/admin/departments/class_departmentGeneric.inc:182
+msgid "The field 'Fax' contains an invalid phone number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-msgid "Regular expression for matching printer names"
+#: plugins/personal/generic/class_user.inc:978
+#: plugins/addons/addressbook/class_addressbook.inc:574
+msgid "The field 'Mobile' contains an invalid phone number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
+#: plugins/personal/generic/class_user.inc:981
+#: plugins/addons/addressbook/class_addressbook.inc:577
+msgid "The field 'Pager' contains an invalid phone number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:100
-#: plugins/personal/environment/environment.tpl:146
-msgid "Environment managment settings"
+#: plugins/personal/generic/class_user.inc:1108
+msgid "Could not open specified certificate!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:11
-msgid "Profile managment"
+#: plugins/personal/generic/password.tpl:2
+msgid ""
+"You have changed the method your password is stored in the ldap database. "
+"For that reason you've to enter your password at this point again. GOsa will "
+"then encode it with the selected method."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:18
-msgid "Use profile managment"
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:25
-msgid "Profile server managment"
+#: plugins/personal/generic/generic.tpl:15
+#: plugins/personal/generic/generic_picture.tpl:6
+msgid "Personal picture"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:28
-msgid "Profil path"
+#: plugins/personal/generic/generic.tpl:17
+msgid "Change picture"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:42
-msgid "Cache profile localy"
+#: plugins/personal/generic/generic.tpl:25
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:23
+msgid "Last name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:51
-msgid "Kiosk profile settings"
+#: plugins/personal/generic/generic.tpl:30
+msgid "Template name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Kiosk profile"
+#: plugins/personal/generic/generic.tpl:37
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:19
+msgid "First name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:60
-msgid "Manage"
+#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
+msgid "Login"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:65
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
+#: plugins/personal/generic/generic.tpl:49
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+msgid "Personal title"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:79
-msgid "Resolution changeable on runtime"
+#: plugins/personal/generic/generic.tpl:57
+msgid "Academic title"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:84
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
+#: plugins/personal/generic/generic.tpl:65
+msgid "Date of birth"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/admin/systems/workstationStartup.tpl:75
-#: plugins/admin/systems/terminalStartup.tpl:66
-msgid "Shares"
+#: plugins/personal/generic/generic.tpl:82
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+msgid "Set"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:116
-#: plugins/admin/systems/workstationStartup.tpl:88
-#: plugins/admin/systems/terminalStartup.tpl:79
-msgid "Mountpoint"
+#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
+#: html/getxls.php:224
+msgid "Sex"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:98
+msgid "Preferred langage"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:109
+#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/systems/server.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/terminal.tpl:18 plugins/admin/systems/printer.tpl:20
+#: plugins/admin/systems/workstation.tpl:27
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/component.tpl:13 plugins/admin/ogroups/generic.tpl:22
+#: plugins/gofon/macro/generic.tpl:20 plugins/gofon/conference/generic.tpl:33
+msgid "Base"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:113
+msgid "Choose subtree to place user in"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:128
+#: plugins/personal/generic/generic.tpl:272
+#: plugins/addons/addressbook/address_edit.tpl:72
+#: plugins/addons/addressbook/address_edit.tpl:182
+#: plugins/addons/addressbook/address_info.tpl:33
+#: plugins/addons/addressbook/address_info.tpl:82
+#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
+msgid "Address"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:132
+msgid "Private phone"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:136
+msgid "Homepage"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:145
+msgid "Password storage"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:155
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:157
+msgid "Edit certificates"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:161
+msgid "Kerberos"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:162
+msgid "Edit properties"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:178
+msgid "Organizational information"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
+msgid "Organization"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:194
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/groups/class_groupManagement.inc:385
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/admin/applications/class_applicationManagement.inc:357
+#: plugins/admin/systems/class_systemManagement.inc:589
+#: plugins/admin/ogroups/class_ogroupManagement.inc:416
+#: plugins/admin/ogroups/class_ogroupManagement.inc:484
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: plugins/generic/references/class_reference.inc:38
+msgid "Department"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:198
+msgid "Department No."
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:204
+msgid "Employee No."
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:210
+msgid "Employee type"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:226
+#: plugins/personal/generic/generic.tpl:365
+msgid "Room No."
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:238
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40 html/getxls.php:236
+msgid "Mobile"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:242
+#: plugins/personal/nagios/nagios.tpl:48
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Pager"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:264
+#: plugins/admin/departments/generic.tpl:42
+#: plugins/admin/departments/generic.tpl:50
+#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
+msgid "Location"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:268
+#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
+#: html/getxls.php:236
+msgid "State"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:286
+msgid "Vocation"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:290
+msgid "Unit description"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:298
+msgid "Subject area"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:306
+msgid "Functional title"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:313
+msgid "Role"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:325
+msgid "Person locality"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:333
+msgid "Unit"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:340
+msgid "Street"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:346
+#: plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
+msgid "Postal code"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:352
+msgid "House identifier"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:374
+msgid "Please use the phone tab"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:387
+msgid "Last delivery"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:394
+msgid "Public visible"
+msgstr ""
+
+#: plugins/personal/generic/generic_picture.tpl:23
+msgid "Remove picture"
+msgstr ""
+
+#: plugins/personal/generic/generic_picture.tpl:29
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/systems/servnfs.tpl:75
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+msgid "Save"
+msgstr ""
+
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:118
-#: plugins/personal/environment/kioskManagement.tpl:14
 #: plugins/personal/generic/generic_certs.tpl:17
 #: plugins/personal/generic/generic_certs.tpl:37
 #: plugins/personal/generic/generic_certs.tpl:57
 #: plugins/personal/connectivity/class_kolabAccount.inc:206
 #: plugins/personal/generic/generic_certs.tpl:17
 #: plugins/personal/generic/generic_certs.tpl:37
 #: plugins/personal/generic/generic_certs.tpl:57
 #: plugins/personal/connectivity/class_kolabAccount.inc:206
-#: plugins/admin/fai/faiPackage.tpl:75
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
+#: plugins/personal/environment/environment.tpl:118
+#: plugins/personal/environment/kioskManagement.tpl:14
 #: plugins/admin/groups/class_groupMail.inc:417
 #: plugins/admin/applications/class_applicationParameters.inc:98
 #: plugins/admin/groups/class_groupMail.inc:417
 #: plugins/admin/applications/class_applicationParameters.inc:98
-#: plugins/admin/systems/workstationStartup.tpl:90
 #: plugins/admin/systems/printer.tpl:47
 #: plugins/admin/systems/printer.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:90
 #: plugins/admin/systems/terminalStartup.tpl:81
 #: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/fai/faiPackage.tpl:75
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
 #: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
 msgid "Remove"
 msgstr ""
 
 #: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
 msgid "Remove"
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:124
-msgid "Logon scripts"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:125
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-msgid "Logon script management"
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:149
-msgid "Hotplug devices"
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:150
-msgid "Hotplug device settings"
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:160
-#: plugins/admin/groups/class_groupManagement.inc:354
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-msgid "New"
+#: plugins/personal/generic/main.inc:189
+msgid "Generic user information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:161
-msgid "Existing"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+#: plugins/generic/references/class_reference.inc:34
+msgid "FTP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:169
-msgid "Printer settings"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
+msgid "Value specified as 'Upload bandwidth' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:179
-msgid "Admin Toggle"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
+msgid "Value specified as 'Download bandwidth' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:96
-msgid "Specified name is invalid."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
+msgid "Value specified as 'Files' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified description contains invalid characters."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
+msgid "Value specified as 'Size' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
+msgid "Value specified as 'Ratio' is not valid."
+msgstr ""
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr ""
+
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr ""
+
+#: plugins/personal/connectivity/proxy.tpl:18
+msgid "Filter unwanted content (i.e. pornographic or violence related)"
+msgstr ""
+
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr ""
+
+#: plugins/personal/connectivity/proxy.tpl:54
+msgid "Restrict proxy usage by quota"
+msgstr ""
+
+#: plugins/personal/connectivity/proxy.tpl:65
+msgid "per"
+msgstr ""
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr ""
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:105
+msgid ""
+"You're trying to add an invalid email address to the list of delegations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:10
-msgid "Skript name"
+#: plugins/personal/connectivity/class_kolabAccount.inc:113
+msgid ""
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:41
-#: plugins/admin/fai/faiPartitionTable.tpl:19
-#: plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
-#: plugins/admin/fai/faiProfile.tpl:19
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
-#: plugins/admin/fai/faiScript.tpl:19
-#: plugins/admin/fai/faiVariableEntry.tpl:17
-#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/server.tpl:24
-#: plugins/admin/systems/phone.tpl:24 plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/wingeneric.tpl:24
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:36
-#: plugins/gofon/conference/generic.tpl:51
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
+#: plugins/personal/connectivity/class_kolabAccount.inc:140
+msgid "Always accept"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-msgid "Priority"
+#: plugins/personal/connectivity/class_kolabAccount.inc:141
+msgid "Always reject"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
+#: plugins/personal/connectivity/class_kolabAccount.inc:142
+msgid "Reject if conflicts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
+#: plugins/personal/connectivity/class_kolabAccount.inc:143
+msgid "Manual if conflicts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
+#: plugins/personal/connectivity/class_kolabAccount.inc:144
+msgid "Manual"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
+#: plugins/personal/connectivity/class_kolabAccount.inc:180
+msgid "Anonymous"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/personal/environment/kioskManagement.tpl:24
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:67
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:69
-#: plugins/admin/fai/faiTemplateEntry.tpl:132
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:8
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-msgid "Apply"
+#: plugins/personal/connectivity/class_kolabAccount.inc:232
+msgid "The value specified as Free Busy future needs to be an integer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:61
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+msgid "The value specified as Free Busy Information URL is invalid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:64
+#: plugins/personal/connectivity/class_kolabAccount.inc:251
 #, php-format
 #, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
-msgstr ""
-
-#: plugins/personal/environment/class_kioskManagementDialog.inc:88
-msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+msgid "The invitation policy entry for address '%s' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
+#: plugins/personal/connectivity/class_kolabAccount.inc:259
 #, php-format
 #, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+msgid "There's no mail user with address '%s' for your invitation policy!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-msgid "Create new hotplug entry"
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-msgid "Create new hotplug device"
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
+#: plugins/personal/connectivity/kolab.tpl:1
+msgid "Kolab account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-msgid "Device ID"
+#: plugins/personal/connectivity/kolab.tpl:4
+msgid ""
+"The kolab account is currently disabled. It's features can be adjusted if "
+"you add a mail account."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:38
-msgid "save"
+#: plugins/personal/connectivity/kolab.tpl:10
+msgid "Delegations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-msgid "Kiosk profile management"
+#: plugins/personal/connectivity/kolab.tpl:23
+msgid "Mail size"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/kioskManagement.tpl:12
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
+#: plugins/personal/connectivity/kolab.tpl:24
+msgid "No mail size restriction for this account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/main.inc:124
-msgid "User environment settings"
+#: plugins/personal/connectivity/kolab.tpl:32
+msgid "Free Busy information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/password.tpl:2
-msgid ""
-"You have changed the method your password is stored in the ldap database. "
-"For that reason you've to enter your password at this point again. GOsa will "
-"then encode it with the selected method."
+#: plugins/personal/connectivity/kolab.tpl:35
+msgid "URL"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_picture.tpl:6
-#: plugins/personal/generic/generic.tpl:15
-msgid "Personal picture"
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "Future"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_picture.tpl:23
-msgid "Remove picture"
+#: plugins/personal/connectivity/kolab.tpl:40
+#: plugins/personal/connectivity/oxchange.tpl:18
+#: plugins/personal/connectivity/oxchange.tpl:22
+msgid "days"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_picture.tpl:29
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/systems/servnfs.tpl:75
-msgid "Save"
+#: plugins/personal/connectivity/kolab.tpl:45
+msgid "Invitation policy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:17
-msgid "Change picture"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:25
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:23
-msgid "Last name"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#, php-format
+msgid ""
+"This account has %s features disabled. Posix features are needed for "
+"openXchange accounts, enable them first."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:30
-msgid "Template name"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+msgid "OpenXchange"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:37
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:19
-msgid "First name"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+#, php-format
+msgid ""
+"This account has %s features disabled. Mail features are needed for "
+"openXchange accounts, enable them first."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
-msgid "Login"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
+msgid "Couldn't connect to postgresql database!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:49
-#: plugins/addons/addressbook/address_info.tpl:22
-#: plugins/addons/addressbook/address_edit.tpl:54
-msgid "Personal title"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:57
-msgid "Academic title"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
+msgid "PHP4 module for postgresql database is missing!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:65
-msgid "Date of birth"
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:82
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:98
-msgid "Preferred langage"
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:109
-#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/server.tpl:13
-#: plugins/admin/systems/phone.tpl:13 plugins/admin/systems/terminal.tpl:18
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/workstation.tpl:27
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:22 plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/conference/generic.tpl:33
-msgid "Base"
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:113
-msgid "Choose subtree to place user in"
+#: plugins/personal/connectivity/pureftpd.tpl:35
+#: plugins/personal/environment/environment.tpl:65
+msgid "Quota"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:128
-#: plugins/personal/generic/generic.tpl:272
-#: plugins/addons/addressbook/address_info.tpl:33
-#: plugins/addons/addressbook/address_info.tpl:82
-#: plugins/addons/addressbook/address_edit.tpl:72
-#: plugins/addons/addressbook/address_edit.tpl:182
-#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
-msgid "Address"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:132
-msgid "Private phone"
+#: plugins/personal/connectivity/pureftpd.tpl:43
+#: plugins/addons/mailqueue/contents.tpl:56
+msgid "Size"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:136
-msgid "Homepage"
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:145
-msgid "Password storage"
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:155
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:157
-msgid "Edit certificates"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:161
-msgid "Kerberos"
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:162
-msgid "Edit properties"
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "disabled, no Postgresql support detected"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:178
-msgid "Organizational information"
+#: plugins/personal/connectivity/oxchange.tpl:4
+msgid "Open-Xchange account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
-msgid "Organization"
+#: plugins/personal/connectivity/oxchange.tpl:13
+msgid "Remember"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:194
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/admin/groups/class_groupManagement.inc:385
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/admin/applications/class_applicationManagement.inc:357
-#: plugins/admin/systems/class_systemManagement.inc:589
-#: plugins/admin/ogroups/class_ogroupManagement.inc:416
-#: plugins/admin/ogroups/class_ogroupManagement.inc:484
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
+#: plugins/personal/connectivity/oxchange.tpl:17
+msgid "Appointment Days"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:198
-msgid "Department No."
+#: plugins/personal/connectivity/oxchange.tpl:21
+msgid "Task Days"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:204
-msgid "Employee No."
+#: plugins/personal/connectivity/oxchange.tpl:33
+msgid "User Information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:210
-msgid "Employee type"
+#: plugins/personal/connectivity/oxchange.tpl:37
+msgid "User Timezone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:226
-#: plugins/personal/generic/generic.tpl:365
-msgid "Room No."
+#: plugins/personal/connectivity/class_connectivity.inc:63
+msgid "This account has no connectivity extensions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:238
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:40
-#: plugins/addons/addressbook/address_edit.tpl:95 html/getxls.php:236
-msgid "Mobile"
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+#: plugins/generic/references/class_reference.inc:32
+msgid "Proxy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:264
-#: plugins/admin/departments/generic.tpl:42
-#: plugins/admin/departments/generic.tpl:50
-#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
-msgid "Location"
+#: plugins/personal/connectivity/class_proxyAccount.inc:79
+msgid "KB"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:268
-#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
+#: plugins/personal/connectivity/class_proxyAccount.inc:79
+msgid "GB"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:286
-msgid "Vocation"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+#: plugins/addons/mailqueue/class_mailqueue.inc:299
+msgid "hour"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:290
-msgid "Unit description"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "day"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:298
-msgid "Subject area"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "week"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:306
-msgid "Functional title"
+#: plugins/personal/connectivity/class_proxyAccount.inc:80
+msgid "month"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Role"
+#: plugins/personal/connectivity/class_proxyAccount.inc:169
+msgid "Numerical value for Quota Setting is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:325
-msgid "Person locality"
+#: plugins/personal/connectivity/class_proxyAccount.inc:172
+msgid "Numerical value for Quota Setting is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:333
-msgid "Unit"
+#: plugins/personal/connectivity/intranet.tpl:3
+msgid "Intranet account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:340
-msgid "Street"
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:346
-#: plugins/addons/addressbook/address_info.tpl:70
-#: plugins/addons/addressbook/address_edit.tpl:158 html/getxls.php:174
-msgid "Postal code"
+#: plugins/personal/connectivity/opengw.tpl:1
+msgid "Opengroupware"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:352
-msgid "House identifier"
+#: plugins/personal/connectivity/opengw.tpl:8
+msgid "Location team"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:374
-msgid "Please use the phone tab"
+#: plugins/personal/connectivity/opengw.tpl:18
+msgid "Template user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:387
-msgid "Last delivery"
+#: plugins/personal/connectivity/opengw.tpl:28
+#: plugins/admin/systems/class_workstationGeneric.inc:71
+msgid "Locked"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:394
-msgid "Public visible"
+#: plugins/personal/connectivity/opengw.tpl:40
+msgid "Teams"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
+#: plugins/personal/connectivity/pptp.tpl:3
+msgid "PPTP account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
+#: plugins/personal/connectivity/glpi.tpl:1
+msgid "GLPI account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
+msgid "PHPscheduleit account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "female"
+#: plugins/personal/connectivity/class_glpiAccount.inc:25
+msgid "GLPI"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "male"
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+msgid "Opengroupware account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:265
-msgid "This account has no valid GOsa extensions."
+#: plugins/personal/connectivity/class_opengwAccount.inc:123
+msgid ""
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:294
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+#: plugins/personal/connectivity/class_opengwAccount.inc:128
+msgid ""
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:390
-msgid "Please enter a valid serial number"
+#: plugins/personal/connectivity/class_opengwAccount.inc:137
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:427
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+msgid "PHPscheduleit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "valid"
+#: plugins/personal/environment/main.inc:124
+msgid "User environment settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "invalid"
+#: plugins/personal/environment/class_hotplugDialog.inc:111
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:431
-msgid "No certificate installed"
+#: plugins/personal/environment/class_hotplugDialog.inc:114
+msgid "Invalid character in description. Please specify a valid description."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:840
-msgid "Kerberos database communication failed"
+#: plugins/personal/environment/class_hotplugDialog.inc:117
+msgid "Please specify a valid id."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:857
-msgid "Can't remove user from kerberos database."
+#: plugins/personal/environment/class_hotplugDialog.inc:123
+msgid "An Entry with this name already exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:868
-msgid "Can't add user to kerberos database."
+#: plugins/personal/environment/class_hotplugDialog.inc:128
+msgid "Please select an entry or press cancel."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:898
-msgid "Invalid characters in uid."
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:912
-msgid "You have no permissions to create a user on this 'Base'."
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:100
+#: plugins/personal/environment/environment.tpl:146
+msgid "Environment managment settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:917
-msgid "You have no permissions to move a user from the original 'Base'."
+#: plugins/personal/environment/environment.tpl:11
+msgid "Profile managment"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:923
-#: plugins/addons/addressbook/class_addressbook.inc:547
-#: plugins/admin/users/class_userManagement.inc:547
-msgid "The required field 'Name' is not set."
+#: plugins/personal/environment/environment.tpl:18
+msgid "Use profile managment"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:932
-msgid "There's already a person with this 'Login' in the database."
+#: plugins/personal/environment/environment.tpl:25
+msgid "Profile server managment"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:938
-#: plugins/addons/addressbook/class_addressbook.inc:551
-#: plugins/admin/users/class_userManagement.inc:550
-msgid "The required field 'Given name' is not set."
+#: plugins/personal/environment/environment.tpl:28
+msgid "Profil path"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:941
-msgid "The required field 'Login' is not set."
+#: plugins/personal/environment/environment.tpl:42
+msgid "Cache profile localy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:948
-msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
+#: plugins/personal/environment/environment.tpl:51
+msgid "Kiosk profile settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:955
-msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+#: plugins/personal/environment/environment.tpl:54
+msgid "Kiosk profile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:958
-msgid "The field 'Homepage' contains an invalid URL definition."
+#: plugins/personal/environment/environment.tpl:60
+msgid "Manage"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:961
-#: plugins/personal/generic/class_user.inc:989
-#: plugins/addons/addressbook/class_addressbook.inc:557
-#: plugins/addons/addressbook/class_addressbook.inc:585
-#: plugins/admin/departments/class_departmentGeneric.inc:176
-msgid "The field 'Name' contains invalid characters."
+#: plugins/personal/environment/environment.tpl:79
+msgid "Resolution changeable on runtime"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:964
-#: plugins/personal/generic/class_user.inc:986
-#: plugins/addons/addressbook/class_addressbook.inc:560
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Given name' contains invalid characters."
+#: plugins/personal/environment/environment.tpl:84
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/admin/systems/terminalService.tpl:94
+msgid "Resolution"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:969
-#: plugins/personal/generic/class_user.inc:972
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/admin/departments/class_departmentGeneric.inc:179
-msgid "The field 'Phone' contains an invalid phone number."
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/admin/systems/workstationStartup.tpl:75
+#: plugins/admin/systems/terminalStartup.tpl:66
+msgid "Shares"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:975
-#: plugins/addons/addressbook/class_addressbook.inc:571
-#: plugins/admin/departments/class_departmentGeneric.inc:182
-msgid "The field 'Fax' contains an invalid phone number."
+#: plugins/personal/environment/environment.tpl:116
+#: plugins/admin/systems/workstationStartup.tpl:88
+#: plugins/admin/systems/terminalStartup.tpl:79
+msgid "Mountpoint"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:978
-#: plugins/addons/addressbook/class_addressbook.inc:574
-msgid "The field 'Mobile' contains an invalid phone number."
+#: plugins/personal/environment/environment.tpl:124
+msgid "Logon scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:981
-#: plugins/addons/addressbook/class_addressbook.inc:577
-msgid "The field 'Pager' contains an invalid phone number."
+#: plugins/personal/environment/environment.tpl:125
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+msgid "Logon script management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1108
-msgid "Could not open specified certificate!"
+#: plugins/personal/environment/environment.tpl:149
+msgid "Hotplug devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
+#: plugins/personal/environment/environment.tpl:150
+msgid "Hotplug device settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/main.inc:189
-msgid "Generic user information"
+#: plugins/personal/environment/environment.tpl:160
+#: plugins/admin/groups/class_groupManagement.inc:354
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+msgid "New"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
+#: plugins/personal/environment/environment.tpl:161
+msgid "Existing"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
+#: plugins/personal/environment/environment.tpl:169
+msgid "Printer settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
+#: plugins/personal/environment/environment.tpl:179
+msgid "Admin Toggle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/proxy.tpl:54
-msgid "Restrict proxy usage by quota"
+#: plugins/personal/environment/class_environment.inc:246
+#: plugins/personal/environment/class_environment.inc:282
+msgid "Remove environment extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/proxy.tpl:65
-msgid "per"
+#: plugins/personal/environment/class_environment.inc:247
+#: plugins/personal/environment/class_environment.inc:283
+msgid "Environment extension enabled. You can disable it by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pptp.tpl:3
-msgid "PPTP account"
+#: plugins/personal/environment/class_environment.inc:256
+#: plugins/personal/environment/class_environment.inc:261
+#: plugins/personal/environment/class_environment.inc:289
+#: plugins/personal/environment/class_environment.inc:294
+msgid "Add environment extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/intranet.tpl:3
-msgid "Intranet account"
+#: plugins/personal/environment/class_environment.inc:257
+#: plugins/personal/environment/class_environment.inc:290
+msgid "Environment extension disabled. You can enable it by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
+#: plugins/personal/environment/class_environment.inc:262
+#: plugins/personal/environment/class_environment.inc:295
+msgid ""
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
+#: plugins/personal/environment/class_environment.inc:486
+#: plugins/personal/environment/class_environment.inc:488
+#: plugins/admin/systems/class_terminalStartup.inc:134
+#: plugins/admin/systems/class_workstationStartup.inc:345
+msgid "You must specify a valid mount point."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:1
-msgid "Kolab account"
+#: plugins/personal/environment/class_environment.inc:717
+msgid "Please set a valid profile quota size."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:4
+#: plugins/personal/environment/class_environment.inc:724
 msgid ""
 msgid ""
-"The kolab account is currently disabled. It's features can be adjusted if "
-"you add a mail account."
-msgstr ""
-
-#: plugins/personal/connectivity/kolab.tpl:10
-msgid "Delegations"
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:23
-msgid "Mail size"
+#: plugins/personal/environment/class_environment.inc:746
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:24
-msgid "No mail size restriction for this account"
+#: plugins/personal/environment/class_environment.inc:839
+msgid "Error while writing printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:32
-msgid "Free Busy information"
+#: plugins/personal/environment/class_environment.inc:909
+msgid "Error while writing printer settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:35
-msgid "URL"
+#: plugins/personal/environment/class_environment.inc:1033
+msgid "Admin"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "Future"
+#: plugins/personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:40
-#: plugins/personal/connectivity/oxchange.tpl:18
-#: plugins/personal/connectivity/oxchange.tpl:22
-msgid "days"
+#: plugins/personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:45
-msgid "Invitation policy"
+#: plugins/personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
+#: plugins/personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
-msgid "Bandwidth"
+#: plugins/personal/environment/hotplugDialog.tpl:43
+#: plugins/admin/groups/group_objects.tpl:38
+#: plugins/admin/users/headpage.tpl:48
+#: plugins/gofon/conference/headpage.tpl:35
+msgid "Display users matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
+#: plugins/personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
+#: plugins/personal/environment/class_selectPrinterDialog.inc:67
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
+msgid "Please select a printer or press cancel."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+msgid "Select printer to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Size"
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+msgid "Display printers matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+msgid "Regular expression for matching printer names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
+#: plugins/personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
+#: plugins/personal/environment/logonManagement.tpl:10
+msgid "Skript name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
+#: plugins/personal/environment/logonManagement.tpl:17
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/gofax/blocklists/generic.tpl:41 plugins/admin/groups/generic.tpl:13
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12
+#: plugins/admin/systems/server.tpl:24 plugins/admin/systems/phone.tpl:24
+#: plugins/admin/systems/printer.tpl:13
+#: plugins/admin/systems/wingeneric.tpl:24
+#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
+#: plugins/gofon/macro/generic.tpl:36 plugins/gofon/conference/generic.tpl:51
+#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
+#: html/getxls.php:230
+msgid "Description"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/glpi.tpl:1
-msgid "GLPI account"
+#: plugins/personal/environment/logonManagement.tpl:24
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+msgid "Priority"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "disabled, no Postgresql support detected"
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:4
-msgid "Open-Xchange account"
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:13
-msgid "Remember"
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:17
-msgid "Appointment Days"
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/environment/kioskManagement.tpl:24
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/admin/groups/application_options.tpl:8
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:67
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/fai/faiHookEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:132
+#: plugins/admin/fai/faiPackageEntry.tpl:63
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+msgid "Apply"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:21
-msgid "Task Days"
+#: plugins/personal/environment/class_logonManagementDialog.inc:96
+msgid "Specified name is invalid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:33
-msgid "User Information"
+#: plugins/personal/environment/class_logonManagementDialog.inc:100
+msgid "Specified description contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:37
-msgid "User Timezone"
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+msgid "Create new hotplug entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+msgid "Create new hotplug device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:79
-msgid "KB"
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+#: plugins/admin/systems/component.tpl:6
+msgid "Device name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:79
-msgid "GB"
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "Device ID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-#: plugins/addons/mailqueue/class_mailqueue.inc:299
-msgid "hour"
+#: plugins/personal/environment/hotplugDialogNew.tpl:38
+msgid "save"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "day"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:61
+#, php-format
+msgid "Can't delete '%s'. Error was: permission denied."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "week"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:64
+#, php-format
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:80
-msgid "month"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:88
+msgid ""
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:169
-msgid "Numerical value for Quota Setting is empty."
+#: plugins/personal/environment/class_kioskManagementDialog.inc:94
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:172
-msgid "Numerical value for Quota Setting is not valid."
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+msgid "Kiosk profile management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
+#: plugins/personal/environment/kioskManagement.tpl:12
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+msgid "Browse"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
+#: plugins/personal/nagios/nagios.tpl:4
+msgid "Nagios Account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
+#: plugins/personal/nagios/nagios.tpl:7
+msgid "Alias"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
-msgid "PHPscheduleit account"
+#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
+msgid "Mail address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
+#: plugins/personal/nagios/nagios.tpl:17
+msgid "Host notification period"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:105
-msgid ""
-"You're trying to add an invalid email address to the list of delegations."
+#: plugins/personal/nagios/nagios.tpl:25
+msgid "Service notification period"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:113
-msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
+#: plugins/personal/nagios/nagios.tpl:32
+msgid "Service notification options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:140
-msgid "Always accept"
+#: plugins/personal/nagios/nagios.tpl:41
+msgid "Host notification options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:141
-msgid "Always reject"
+#: plugins/personal/nagios/nagios.tpl:53
+msgid "Service notification commands"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:142
-msgid "Reject if conflicts"
+#: plugins/personal/nagios/nagios.tpl:57
+msgid "Host notification commands"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:143
-msgid "Manual if conflicts"
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:144
-msgid "Manual"
+#: plugins/personal/nagios/nagios.tpl:69
+msgid "view system informations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:180
-msgid "Anonymous"
+#: plugins/personal/nagios/nagios.tpl:72
+msgid "view configuration information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:232
-msgid "The value specified as Free Busy future needs to be an integer."
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:237
-msgid "The value specified as Free Busy Information URL is invalid."
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:251
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:259
-#, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
-msgid "Value specified as 'Upload bandwidth' is not valid."
+#: plugins/personal/nagios/main.inc:124
+msgid "Nagios settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
-msgid "Value specified as 'Download bandwidth' is not valid."
+#: plugins/personal/nagios/class_nagiosAccount.inc:92
+msgid "This account has no nagios extensions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
-msgid "Value specified as 'Files' is not valid."
+#: plugins/personal/nagios/class_nagiosAccount.inc:101
+msgid "Remove nagios account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
-msgid "Value specified as 'Size' is not valid."
+#: plugins/personal/nagios/class_nagiosAccount.inc:102
+msgid ""
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
-msgid "Value specified as 'Ratio' is not valid."
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
+msgid "Create nagios account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_glpiAccount.inc:25
-msgid "GLPI"
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
+msgid ""
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
+#: plugins/personal/nagios/class_nagiosAccount.inc:163
+msgid "The required field 'NagiosAlias' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#, php-format
-msgid ""
-"This account has %s features disabled. Posix features are needed for "
-"openXchange accounts, enable them first."
+#: plugins/personal/nagios/class_nagiosAccount.inc:166
+msgid "The required field 'NagiosMail' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-msgid "OpenXchange"
+#: plugins/personal/nagios/class_nagiosAccount.inc:170
+#: plugins/personal/nagios/class_nagiosAccount.inc:174
+msgid "Please enter a valid email address in 'NagiosMail' field."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-#, php-format
-msgid ""
-"This account has %s features disabled. Mail features are needed for "
-"openXchange accounts, enable them first."
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
-msgid "Couldn't connect to postgresql database!"
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
-msgid "PHP4 module for postgresql database is missing!"
+#: plugins/gofax/blocklists/generic.tpl:32
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/admin/systems/servnfs.tpl:39
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
+#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
+msgid "Type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
+#: plugins/gofax/blocklists/generic.tpl:34
+msgid "Select wether to filter incoming or outgoing calls"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-msgid "PHPscheduleit"
+#: plugins/gofax/blocklists/generic.tpl:43
+msgid "Descriptive text for this blocklist"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_connectivity.inc:63
-msgid "This account has no connectivity extensions."
+#: plugins/gofax/blocklists/generic.tpl:56
+msgid "Blocked numbers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-msgid "Opengroupware account"
+#: plugins/gofax/blocklists/generic.tpl:72
+msgid "Numbers can also contain wild cards."
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:5
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:5
@@ -2890,20 +2968,19 @@ msgid "Please specify a valid phone number."
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/departments/class_departmentManagement.inc:277
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/departments/class_departmentManagement.inc:277
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
+#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Go up one department"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Go up one department"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
 #: plugins/admin/groups/class_groupManagement.inc:350
 #: plugins/admin/users/class_userManagement.inc:670
 #: plugins/admin/applications/class_applicationManagement.inc:326
@@ -2911,32 +2988,33 @@ msgstr ""
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/ogroups/phonequeue.tpl:17
 #: plugins/admin/systems/class_systemManagement.inc:565
 #: plugins/admin/ogroups/class_ogroupManagement.inc:358
 #: plugins/admin/ogroups/phonequeue.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:428
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Up"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:324
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
 msgid "Up"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:359
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:359
+#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Go to root department"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Go to root department"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:360
 #: plugins/admin/groups/class_groupManagement.inc:351
 #: plugins/admin/users/class_userManagement.inc:671
 #: plugins/admin/applications/class_applicationManagement.inc:327
 #: plugins/admin/departments/class_departmentManagement.inc:278
 #: plugins/admin/systems/class_systemManagement.inc:566
 #: plugins/admin/ogroups/class_ogroupManagement.inc:360
+#: plugins/admin/fai/class_faiManagement.inc:431
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Root"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:325
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
 msgid "Root"
@@ -2954,13 +3032,13 @@ msgid "Go to users department"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:293
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:293
-#: plugins/admin/fai/class_faiManagement.inc:434
 #: plugins/admin/groups/class_groupManagement.inc:352
 #: plugins/admin/users/class_userManagement.inc:672
 #: plugins/admin/applications/class_applicationManagement.inc:328
 #: plugins/admin/departments/class_departmentManagement.inc:279
 #: plugins/admin/systems/class_systemManagement.inc:567
 #: plugins/admin/ogroups/class_ogroupManagement.inc:362
 #: plugins/admin/groups/class_groupManagement.inc:352
 #: plugins/admin/users/class_userManagement.inc:672
 #: plugins/admin/applications/class_applicationManagement.inc:328
 #: plugins/admin/departments/class_departmentManagement.inc:279
 #: plugins/admin/systems/class_systemManagement.inc:567
 #: plugins/admin/ogroups/class_ogroupManagement.inc:362
+#: plugins/admin/fai/class_faiManagement.inc:434
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:326
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
 msgid "Home"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:326
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
 msgid "Home"
@@ -2975,52 +3053,52 @@ msgid "New Blocklist"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:296
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:296
-#: plugins/admin/fai/class_faiManagement.inc:463
 #: plugins/admin/groups/class_groupManagement.inc:356
 #: plugins/admin/users/class_userManagement.inc:677
 #: plugins/admin/applications/class_applicationManagement.inc:332
 #: plugins/admin/departments/class_departmentManagement.inc:283
 #: plugins/admin/systems/class_systemManagement.inc:576
 #: plugins/admin/ogroups/class_ogroupManagement.inc:366
 #: plugins/admin/groups/class_groupManagement.inc:356
 #: plugins/admin/users/class_userManagement.inc:677
 #: plugins/admin/applications/class_applicationManagement.inc:332
 #: plugins/admin/departments/class_departmentManagement.inc:283
 #: plugins/admin/systems/class_systemManagement.inc:576
 #: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/fai/class_faiManagement.inc:463
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:330
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
 msgid "Current base"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:330
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
 msgid "Current base"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit department"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit department"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
 #: plugins/admin/groups/class_groupManagement.inc:357
 #: plugins/admin/users/class_userManagement.inc:678
 #: plugins/admin/applications/class_applicationManagement.inc:333
 #: plugins/admin/departments/class_departmentManagement.inc:284
 #: plugins/admin/systems/class_systemManagement.inc:577
 #: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:300
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:331
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
 msgid "Submit"
 msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:300
-#: plugins/admin/fai/class_faiManagement.inc:482
 #: plugins/admin/groups/class_groupManagement.inc:361
 #: plugins/admin/users/class_userManagement.inc:681
 #: plugins/admin/applications/class_applicationManagement.inc:337
 #: plugins/admin/departments/class_departmentManagement.inc:291
 #: plugins/admin/systems/class_systemManagement.inc:582
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/groups/class_groupManagement.inc:361
 #: plugins/admin/users/class_userManagement.inc:681
 #: plugins/admin/applications/class_applicationManagement.inc:337
 #: plugins/admin/departments/class_departmentManagement.inc:291
 #: plugins/admin/systems/class_systemManagement.inc:582
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/fai/class_faiManagement.inc:482
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:336
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 msgid "edit"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:336
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 msgid "edit"
@@ -3034,13 +3112,13 @@ msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:301
 #: plugins/addons/mailqueue/contents.tpl:95
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:301
 #: plugins/addons/mailqueue/contents.tpl:95
-#: plugins/admin/fai/class_faiManagement.inc:483
 #: plugins/admin/groups/class_groupManagement.inc:362
 #: plugins/admin/users/class_userManagement.inc:683
 #: plugins/admin/applications/class_applicationManagement.inc:338
 #: plugins/admin/departments/class_departmentManagement.inc:292
 #: plugins/admin/systems/class_systemManagement.inc:583
 #: plugins/admin/ogroups/class_ogroupManagement.inc:372
 #: plugins/admin/groups/class_groupManagement.inc:362
 #: plugins/admin/users/class_userManagement.inc:683
 #: plugins/admin/applications/class_applicationManagement.inc:338
 #: plugins/admin/departments/class_departmentManagement.inc:292
 #: plugins/admin/systems/class_systemManagement.inc:583
 #: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/admin/fai/class_faiManagement.inc:483
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:337
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:337
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
@@ -3059,13 +3137,13 @@ msgstr ""
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:308
 #: plugins/addons/addressbook/contents.tpl:42
 
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:308
 #: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_faiManagement.inc:479
 #: plugins/admin/groups/class_groupManagement.inc:387
 #: plugins/admin/users/class_userManagement.inc:692
 #: plugins/admin/applications/class_applicationManagement.inc:358
 #: plugins/admin/departments/class_departmentManagement.inc:299
 #: plugins/admin/systems/class_systemManagement.inc:590
 #: plugins/admin/ogroups/class_ogroupManagement.inc:393
 #: plugins/admin/groups/class_groupManagement.inc:387
 #: plugins/admin/users/class_userManagement.inc:692
 #: plugins/admin/applications/class_applicationManagement.inc:358
 #: plugins/admin/departments/class_departmentManagement.inc:299
 #: plugins/admin/systems/class_systemManagement.inc:590
 #: plugins/admin/ogroups/class_ogroupManagement.inc:393
+#: plugins/admin/fai/class_faiManagement.inc:479
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:344
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
 msgid "Actions"
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:344
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
 msgid "Actions"
@@ -3095,63 +3173,24 @@ msgstr ""
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:525
 msgid "Required field 'Name' contains invalid characters"
 msgstr ""
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:525
 msgid "Required field 'Name' contains invalid characters"
 msgstr ""
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:533
-msgid "Specified name is already used."
-msgstr ""
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:540
-msgid "No permission to create a blocklist on this base."
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:32
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:39
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
-msgid "Type"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:34
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:43
-msgid "Descriptive text for this blocklist"
-msgstr ""
-
-#: plugins/gofax/blocklists/generic.tpl:56
-msgid "Blocked numbers"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:533
+msgid "Specified name is already used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/generic.tpl:72
-msgid "Numbers can also contain wild cards."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:540
+msgid "No permission to create a blocklist on this base."
 msgstr ""
 
 #: plugins/gofax/blocklists/remove.tpl:2
 msgstr ""
 
 #: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/groups/remove.tpl:2 plugins/admin/users/remove.tpl:2
-#: plugins/admin/applications/remove.tpl:2
+#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/users/remove.tpl:2 plugins/admin/applications/remove.tpl:2
 #: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
 #: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/ogroups/remove.tpl:2 plugins/gofon/macro/remove.tpl:2
-#: plugins/gofon/conference/remove.tpl:2 html/index.php:227 html/index.php:287
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/islocked.tpl:6
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: html/index.php:227 html/index.php:287 ihtml/themes/altlinux/conflict.tpl:6
+#: ihtml/themes/altlinux/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
+#: ihtml/themes/default/islocked.tpl:6
 msgid "Warning"
 msgstr ""
 
 msgid "Warning"
 msgstr ""
 
@@ -3306,8 +3345,8 @@ msgid "FAX settings"
 msgstr ""
 
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
 msgstr ""
 
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
-#: plugins/addons/addressbook/address_info.tpl:88
 #: plugins/addons/addressbook/address_edit.tpl:206
 #: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
 #: plugins/generic/references/class_reference.inc:30
 msgid "FAX"
 msgstr ""
 #: plugins/generic/references/class_reference.inc:30
 msgid "FAX"
 msgstr ""
@@ -3343,8 +3382,7 @@ msgstr ""
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
 #: plugins/addons/mailqueue/header.tpl:5
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
 #: plugins/addons/mailqueue/header.tpl:5
-#: plugins/admin/groups/class_groupApplication.inc:365
-#: plugins/admin/groups/class_groupApplication.inc:416
+#: plugins/admin/groups/class_groupApplication.inc:495
 #: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
 msgid "back"
 msgstr ""
 #: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
 msgid "back"
 msgstr ""
@@ -3385,9 +3423,9 @@ msgstr ""
 
 #: plugins/gofax/faxreports/detail.tpl:22
 #: plugins/gofax/faxreports/contents.tpl:30
 
 #: plugins/gofax/faxreports/detail.tpl:22
 #: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
 #: plugins/admin/systems/class_printGeneric.inc:589
 #: plugins/admin/ogroups/class_ogroupManagement.inc:481
 #: plugins/admin/systems/class_printGeneric.inc:589
 #: plugins/admin/ogroups/class_ogroupManagement.inc:481
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
 msgid "User"
 msgstr ""
 
 msgid "User"
 msgstr ""
 
@@ -3424,45 +3462,6 @@ msgstr ""
 msgid "# pages"
 msgstr ""
 
 msgid "# pages"
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/gofax/faxreports/class_faxreport.inc:119
-#: plugins/gofax/faxreports/class_faxreport.inc:165
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-msgid "Can't connect to fax database, no reports can be shown!"
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:112
-#: plugins/addons/logview/class_logview.inc:66
-#: plugins/gofon/fonreports/class_fonreport.inc:99
-msgid "There is no mysql extension available, please check your php setup."
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:123
-#: plugins/gofax/faxreports/class_faxreport.inc:128
-#: plugins/gofax/faxreports/class_faxreport.inc:169
-#: plugins/gofax/faxreports/class_faxreport.inc:278
-msgid "Can't select fax database for report generation!"
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:286
-msgid "Query for fax database failed!"
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:185
-msgid "You have no permission to retrieve informations about this fax id!"
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:205
-#: plugins/gofax/faxreports/class_faxreport.inc:294
-#: plugins/gofon/fonreports/class_fonreport.inc:220
-msgid "Y-M-D"
-msgstr ""
-
 #: plugins/gofax/faxreports/contents.tpl:2
 #: plugins/addons/logview/contents.tpl:2
 #: plugins/gofon/fonreports/contents.tpl:2
 #: plugins/gofax/faxreports/contents.tpl:2
 #: plugins/addons/logview/contents.tpl:2
 #: plugins/gofon/fonreports/contents.tpl:2
@@ -3471,8 +3470,8 @@ msgstr ""
 
 #: plugins/gofax/faxreports/contents.tpl:6
 #: plugins/addons/addressbook/contents.tpl:102
 
 #: plugins/gofax/faxreports/contents.tpl:6
 #: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:12
 #: plugins/addons/logview/contents.tpl:47
 #: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:12
 #: plugins/gofon/fonreports/contents.tpl:6
 msgid "Search for"
 msgstr ""
 #: plugins/gofon/fonreports/contents.tpl:6
 msgid "Search for"
 msgstr ""
@@ -3500,9 +3499,9 @@ msgid "during"
 msgstr ""
 
 #: plugins/gofax/faxreports/contents.tpl:21
 msgstr ""
 
 #: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/addons/logview/contents.tpl:67
 #: plugins/addons/mailqueue/contents.tpl:11
 #: plugins/addons/mailqueue/contents.tpl:27
 #: plugins/addons/mailqueue/contents.tpl:11
 #: plugins/addons/mailqueue/contents.tpl:27
-#: plugins/addons/logview/contents.tpl:67
 #: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
 msgid "Search"
 msgstr ""
 #: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
 msgid "Search"
 msgstr ""
@@ -3528,444 +3527,281 @@ msgstr ""
 msgid "Search returned no results..."
 msgstr ""
 
 msgid "Search returned no results..."
 msgstr ""
 
-#: plugins/gofax/faxreports/main.inc:5
-msgid "FAX reports"
-msgstr ""
-
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr ""
-
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:361
-#: plugins/addons/addressbook/class_addressbook.inc:368
-#: plugins/addons/addressbook/class_addressbook.inc:372
-#: plugins/addons/addressbook/class_addressbook.inc:455
-msgid "Dial"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
-#: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
-#: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
-#: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
-#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
-#: html/getxls.php:174 html/getxls.php:233
-msgid "Name"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:29
-#: plugins/addons/addressbook/address_edit.tpl:66
-msgid "Private"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:37
-msgid ""
-"The telephone list plugin provides list and search facilities for the people "
-"in your site. You may want to specify the asterisk [*] like in 'Go*us' to "
-"find 'Gonicus'. Use the filters below to narrow down your search."
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:47
-msgid "Add entry"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:50
-msgid "Edit entry"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Select to see users in addressbook"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:93
-msgid "Choose the object that will be searched in"
-msgstr ""
-
-#: plugins/addons/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr ""
-
-#: plugins/addons/addressbook/remove.tpl:6
-msgid ""
-"This includes all addressbook data in this entry. Please double check if "
-"your really want to do this since there is no way for GOsa to get your data "
-"back."
-msgstr ""
-
-#: plugins/addons/addressbook/main.inc:23
-msgid "Address book"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:154
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:158
-msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:187
-#: plugins/addons/addressbook/class_addressbook.inc:288
-msgid "You are not allowed to delete this entry!"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:282
-#, php-format
-msgid "You're about to delete the entry %s."
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:378
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:382
-#, php-format
-msgid "Send mail to %s"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:467
-msgid "global addressbook"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:470
-msgid "user database"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:474
-#, php-format
-msgid "Contact stored in '%s'"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:476
-msgid "Creating new entry in"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/mailqueue/class_mailqueue.inc:281
-#: plugins/addons/mailqueue/class_mailqueue.inc:346
-#: plugins/addons/logview/class_logview.inc:94
-#: plugins/addons/logview/class_logview.inc:111
-msgid "All"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Work phone"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Cell phone"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
-msgid "Home phone"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
-#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
-#: html/getxls.php:299
-msgid "User ID"
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:598
-msgid ""
-"Cannot create a unique DN for your entry. Please fill more formular fields."
-msgstr ""
-
-#: plugins/addons/addressbook/class_addressbook.inc:606
-msgid ""
-"You have no permissions to create or modify a global address book entry."
-msgstr ""
-
-#: plugins/addons/addressbook/address_info.tpl:12
-#: plugins/addons/addressbook/address_edit.tpl:24
-msgid "Personal"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_info.tpl:19
-#: plugins/addons/addressbook/address_edit.tpl:44 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Initials"
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofax/faxreports/class_faxreport.inc:119
+#: plugins/gofax/faxreports/class_faxreport.inc:165
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+msgid "Can't connect to fax database, no reports can be shown!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/addons/addressbook/address_edit.tpl:105
-msgid "Email"
+#: plugins/gofax/faxreports/class_faxreport.inc:112
+#: plugins/addons/logview/class_logview.inc:66
+#: plugins/gofon/fonreports/class_fonreport.inc:99
+msgid "There is no mysql extension available, please check your php setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_info.tpl:53
-#: plugins/addons/addressbook/address_edit.tpl:119
-msgid "Organizational"
+#: plugins/gofax/faxreports/class_faxreport.inc:123
+#: plugins/gofax/faxreports/class_faxreport.inc:128
+#: plugins/gofax/faxreports/class_faxreport.inc:169
+#: plugins/gofax/faxreports/class_faxreport.inc:278
+msgid "Can't select fax database for report generation!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_info.tpl:61
-#: plugins/addons/addressbook/address_edit.tpl:128
-msgid "Company"
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:286
+msgid "Query for fax database failed!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_info.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:148 html/getxls.php:174
-#: html/getxls.php:236
-msgid "City"
+#: plugins/gofax/faxreports/class_faxreport.inc:185
+msgid "You have no permission to retrieve informations about this fax id!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_info.tpl:73
-#: plugins/addons/addressbook/address_edit.tpl:168
-msgid "Country"
+#: plugins/gofax/faxreports/class_faxreport.inc:205
+#: plugins/gofax/faxreports/class_faxreport.inc:294
+#: plugins/gofon/fonreports/class_fonreport.inc:220
+msgid "Y-M-D"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_edit.tpl:7
-msgid "Choose the department to store entry in"
+#: plugins/gofax/faxreports/main.inc:5
+msgid "FAX reports"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:23
-msgid "Mail queue"
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/admin/systems/servnfs.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
+#: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
+#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
+msgid "Name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:53
-msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUE_QUERY_COMMAND' "
-"specified."
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+msgid "Private"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:80
-#: plugins/addons/mailqueue/class_mailqueue.inc:88
-#: plugins/addons/mailqueue/class_mailqueue.inc:107
-#: plugins/addons/mailqueue/class_mailqueue.inc:116
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
-#, php-format
-msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:251
-msgid "up"
+#: plugins/addons/addressbook/contents.tpl:37
+msgid ""
+"The telephone list plugin provides list and search facilities for the people "
+"in your site. You may want to specify the asterisk [*] like in 'Go*us' to "
+"find 'Gonicus'. Use the filters below to narrow down your search."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:253
-msgid "down"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:296
-msgid "no limit"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:587
+msgid "Edit entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:301
-msgid "hours"
+#: plugins/addons/addressbook/contents.tpl:52
+msgid "Remove entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:347
-msgid "Hold"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Select to see regular users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:348
-msgid "Un hold"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:349
-#: plugins/addons/mailqueue/contents.tpl:78
-msgid "Active"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Select to see users in addressbook"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:350
-msgid "Not active"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:13
-msgid "Please enter a search string here."
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:15
-msgid "Select a server"
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:18
-msgid "with status"
+#: plugins/addons/addressbook/contents.tpl:93
+msgid "Choose the object that will be searched in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:22
-msgid "within the last"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:30
-msgid "Remove all messages"
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:31
-msgid "Remove all messages from selected servers queue"
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/class_addressbook.inc:361
+#: plugins/addons/addressbook/class_addressbook.inc:368
+#: plugins/addons/addressbook/class_addressbook.inc:372
+#: plugins/addons/addressbook/class_addressbook.inc:455
+msgid "Dial"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:32
-msgid "Hold all messages"
+#: plugins/addons/addressbook/address_edit.tpl:7
+msgid "Choose the department to store entry in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:33
-msgid "Hold all messages in selected servers queue"
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:34
-msgid "Release all messages"
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Initials"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:35
-msgid "Release all messages in selected servers queue"
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+msgid "Email"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:36
-msgid "Requeue all messages"
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:37
-msgid "Requeue all messages in selected servers queue"
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:48
-msgid "Search returned no results"
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67 html/getxls.php:174
+#: html/getxls.php:236
+msgid "City"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:54
-msgid "ID"
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:57
-msgid "Arrival"
+#: plugins/addons/addressbook/remove.tpl:6
+msgid ""
+"This includes all addressbook data in this entry. Please double check if "
+"your really want to do this since there is no way for GOsa to get your data "
+"back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:59
-msgid "Recipient"
+#: plugins/addons/addressbook/main.inc:23
+msgid "Address book"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:60
-msgid "Error"
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:95
-msgid "Delete this message"
+#: plugins/addons/addressbook/class_addressbook.inc:154
+#, php-format
+msgid "Dial from %s to %s now?"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:99
-msgid "unhold"
+#: plugins/addons/addressbook/class_addressbook.inc:158
+msgid ""
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:99
-msgid "Release message"
+#: plugins/addons/addressbook/class_addressbook.inc:187
+#: plugins/addons/addressbook/class_addressbook.inc:288
+msgid "You are not allowed to delete this entry!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:103
-msgid "hold"
+#: plugins/addons/addressbook/class_addressbook.inc:282
+#, php-format
+msgid "You're about to delete the entry %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:103
-msgid "Hold message"
+#: plugins/addons/addressbook/class_addressbook.inc:378
+#, php-format
+msgid "Save contact for %s as vcard"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:107
-msgid "requeue"
+#: plugins/addons/addressbook/class_addressbook.inc:382
+#, php-format
+msgid "Send mail to %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:107
-msgid "Requeue this message"
+#: plugins/addons/addressbook/class_addressbook.inc:467
+msgid "global addressbook"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:110
-msgid "header"
+#: plugins/addons/addressbook/class_addressbook.inc:470
+msgid "user database"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:110
-msgid "Display header from this message"
+#: plugins/addons/addressbook/class_addressbook.inc:474
+#, php-format
+msgid "Contact stored in '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:3
-msgid ""
-"The XLS export plugin provides methods to download a complete snapshot of "
-"the running LDAP directory as xls. You may save these files for "
-"documentation."
+#: plugins/addons/addressbook/class_addressbook.inc:476
+msgid "Creating new entry in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/addons/logview/class_logview.inc:94
+#: plugins/addons/logview/class_logview.inc:111
+#: plugins/addons/mailqueue/class_mailqueue.inc:281
+#: plugins/addons/mailqueue/class_mailqueue.inc:346
+msgid "All"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-msgid "Choose the data you want to Export"
+#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
+#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
+msgid "Given name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Work phone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:27
-#: plugins/addons/ldapmanager/contentexportxls.tpl:42
-#: plugins/addons/ldapmanager/contentexport.tpl:24
-#: plugins/addons/ldapmanager/contentexport.tpl:39
-msgid "Choose the department you want to Export"
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Cell phone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
+msgid "Home phone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
+#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
+#: html/getxls.php:299
+msgid "User ID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the complete LDAP database to a xls file"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+msgid ""
+"Cannot create a unique DN for your entry. Please fill more formular fields."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the LDAP Export to a xls file"
+#: plugins/addons/addressbook/class_addressbook.inc:606
+msgid ""
+"You have no permissions to create or modify a global address book entry."
 msgstr ""
 
 #: plugins/addons/ldapmanager/class_csvimport.inc:6
 msgstr ""
 
 #: plugins/addons/ldapmanager/class_csvimport.inc:6
@@ -4075,20 +3911,6 @@ msgstr ""
 msgid "Selected Template"
 msgstr ""
 
 msgid "Selected Template"
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-msgid "XLS import"
-msgstr ""
-
-#: plugins/addons/ldapmanager/class_exportxls.inc:39
-#: plugins/addons/ldapmanager/class_export.inc:38
-msgid "You've no permission to do LDAP exports."
-msgstr ""
-
-#: plugins/addons/ldapmanager/class_exportxls.inc:89
-#: plugins/addons/ldapmanager/class_export.inc:83
-msgid "Error while exporting the requested entries!"
-msgstr ""
-
 #: plugins/addons/ldapmanager/class_import.inc:41
 msgid "You've no permission to do LDAP imports."
 msgstr ""
 #: plugins/addons/ldapmanager/class_import.inc:41
 msgid "You've no permission to do LDAP imports."
 msgstr ""
@@ -4104,10 +3926,32 @@ msgid ""
 "purpose or when initializing a new server."
 msgstr ""
 
 "purpose or when initializing a new server."
 msgstr ""
 
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr ""
+
 #: plugins/addons/ldapmanager/contentexport.tpl:21
 msgid "Export complete LDIF for"
 msgstr ""
 
 #: plugins/addons/ldapmanager/contentexport.tpl:21
 msgid "Export complete LDIF for"
 msgstr ""
 
+#: plugins/addons/ldapmanager/contentexport.tpl:24
+#: plugins/addons/ldapmanager/contentexport.tpl:39
+#: plugins/addons/ldapmanager/contentexportxls.tpl:27
+#: plugins/addons/ldapmanager/contentexportxls.tpl:42
+msgid "Choose the department you want to Export"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr ""
+
 #: plugins/addons/ldapmanager/contentexport.tpl:59
 msgid "Click here to save the complete LDAP database to a file"
 msgstr ""
 #: plugins/addons/ldapmanager/contentexport.tpl:59
 msgid "Click here to save the complete LDAP database to a file"
 msgstr ""
@@ -4125,6 +3969,43 @@ msgstr ""
 msgid "CSV import"
 msgstr ""
 
 msgid "CSV import"
 msgstr ""
 
+#: plugins/addons/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
+msgid "You've no permission to do LDAP exports."
+msgstr ""
+
+#: plugins/addons/ldapmanager/class_export.inc:83
+#: plugins/addons/ldapmanager/class_exportxls.inc:89
+msgid "Error while exporting the requested entries!"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:3
+msgid ""
+"The XLS export plugin provides methods to download a complete snapshot of "
+"the running LDAP directory as xls. You may save these files for "
+"documentation."
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:14
+msgid "Choose the data you want to Export"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the complete LDAP database to a xls file"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the LDAP Export to a xls file"
+msgstr ""
+
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+msgid "XLS import"
+msgstr ""
+
 #: plugins/addons/logview/class_logview.inc:6
 msgid "System logs"
 msgstr ""
 #: plugins/addons/logview/class_logview.inc:6
 msgid "System logs"
 msgstr ""
@@ -4216,4125 +4097,4154 @@ msgstr ""
 msgid "System log view"
 msgstr ""
 
 msgid "System log view"
 msgstr ""
 
-#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
-#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
-#: plugins/admin/fai/tabsProfile.inc:30 plugins/admin/fai/tabsScript.inc:30
-#: plugins/admin/fai/tabsTemplate.inc:30
-#: plugins/admin/departments/tabs_department.inc:30
-msgid "Try to move tree failed. Destination tree is subtree of source tree."
+#: plugins/addons/mailqueue/main.inc:23
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
+msgid "Mail queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:31
-msgid "FAI"
+#: plugins/addons/mailqueue/class_mailqueue.inc:53
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUE_QUERY_COMMAND' "
+"specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-msgid "Fully Automatic Installation - management"
+#: plugins/addons/mailqueue/class_mailqueue.inc:80
+#: plugins/addons/mailqueue/class_mailqueue.inc:88
+#: plugins/addons/mailqueue/class_mailqueue.inc:107
+#: plugins/addons/mailqueue/class_mailqueue.inc:116
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#, php-format
+msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:204
-#, php-format
-msgid "You're about to delete all information about the FAI class at '%s'."
+#: plugins/addons/mailqueue/class_mailqueue.inc:251
+msgid "up"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:210
-#: plugins/admin/fai/class_faiManagement.inc:249
-#: plugins/admin/systems/class_systemManagement.inc:413
-#: plugins/admin/systems/class_systemManagement.inc:477
-msgid "You are not allowed to delete this component!"
+#: plugins/addons/mailqueue/class_mailqueue.inc:253
+msgid "down"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:398
-#: plugins/admin/fai/faiPackageNew.tpl:65 plugins/admin/users/template.tpl:44
-#: ihtml/themes/altlinux/setup_introduction.tpl:12
-#: ihtml/themes/altlinux/setup_useradmin.tpl:41
-#: ihtml/themes/altlinux/setup_step2.tpl:13
-#: ihtml/themes/altlinux/setup_step3.tpl:18
-#: ihtml/themes/default/setup_introduction.tpl:12
-#: ihtml/themes/default/setup_useradmin.tpl:41
-#: ihtml/themes/default/setup_step2.tpl:13
-#: ihtml/themes/default/setup_step3.tpl:18
-msgid "Continue"
+#: plugins/addons/mailqueue/class_mailqueue.inc:296
+msgid "no limit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:434
-#: plugins/admin/departments/class_departmentManagement.inc:279
-msgid "Go to users home department"
+#: plugins/addons/mailqueue/class_mailqueue.inc:301
+msgid "hours"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-msgid "New profile"
+#: plugins/addons/mailqueue/class_mailqueue.inc:347
+msgid "Hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-msgid "P"
+#: plugins/addons/mailqueue/class_mailqueue.inc:348
+msgid "Un hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:444
-msgid "New partition table"
+#: plugins/addons/mailqueue/class_mailqueue.inc:349
+#: plugins/addons/mailqueue/contents.tpl:78
+msgid "Active"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:444
-msgid "PT"
+#: plugins/addons/mailqueue/class_mailqueue.inc:350
+msgid "Not active"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-msgid "New scripts"
+#: plugins/addons/mailqueue/contents.tpl:13
+msgid "Please enter a search string here."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-msgid "S"
+#: plugins/addons/mailqueue/contents.tpl:15
+msgid "Select a server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-msgid "New hooks"
+#: plugins/addons/mailqueue/contents.tpl:18
+msgid "with status"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-msgid "H"
+#: plugins/addons/mailqueue/contents.tpl:22
+msgid "within the last"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:453
-msgid "New variables"
+#: plugins/addons/mailqueue/contents.tpl:30
+msgid "Remove all messages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:453
-msgid "V"
+#: plugins/addons/mailqueue/contents.tpl:31
+msgid "Remove all messages from selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-msgid "New templates"
+#: plugins/addons/mailqueue/contents.tpl:32
+msgid "Hold all messages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-msgid "T"
+#: plugins/addons/mailqueue/contents.tpl:33
+msgid "Hold all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:459
-msgid "New package list"
+#: plugins/addons/mailqueue/contents.tpl:34
+msgid "Release all messages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:459
-msgid "PK"
+#: plugins/addons/mailqueue/contents.tpl:35
+msgid "Release all messages in selected servers queue"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:36
+msgid "Requeue all messages"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:37
+msgid "Requeue all messages in selected servers queue"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:48
+msgid "Search returned no results"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:54
+msgid "ID"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:57
+msgid "Arrival"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:59
+msgid "Recipient"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:60
+msgid "Error"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:95
+msgid "Delete this message"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:99
+msgid "unhold"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:99
+msgid "Release message"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:103
+msgid "hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:473
-#: plugins/admin/systems/class_systemManagement.inc:592
-msgid "This table displays all systems, in the selected tree."
+#: plugins/addons/mailqueue/contents.tpl:103
+msgid "Hold message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:477
-msgid "Name of FAI class"
+#: plugins/addons/mailqueue/contents.tpl:107
+msgid "requeue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:478
-msgid "Class type"
+#: plugins/addons/mailqueue/contents.tpl:107
+msgid "Requeue this message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:482
-msgid "Edit class"
+#: plugins/addons/mailqueue/contents.tpl:110
+msgid "header"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:483
-msgid "Delete class"
+#: plugins/addons/mailqueue/contents.tpl:110
+msgid "Display header from this message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:503
-#: plugins/admin/groups/class_groupApplication.inc:371
-#: plugins/admin/departments/class_departmentManagement.inc:315
-msgid "department"
+#: plugins/admin/groups/class_groupGeneric.inc:115
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:525
-#: plugins/admin/fai/class_faiManagement.inc:526
-#: plugins/admin/fai/class_faiProfile.inc:161
-#: plugins/admin/fai/class_faiProfileEntry.inc:123
-msgid "Partition table"
+#: plugins/admin/groups/class_groupGeneric.inc:167
+msgid "This 'dn' is no group."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:532
-#: plugins/admin/fai/class_faiManagement.inc:533
-msgid "Package list"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Samba group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:539
-#: plugins/admin/fai/class_faiManagement.inc:540
-msgid "Scripts"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain admins"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:560
-#: plugins/admin/fai/class_faiManagement.inc:561
-msgid "Profile"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
-msgid "Please enter your search string here"
+#: plugins/admin/groups/class_groupGeneric.inc:285
+msgid "Domain guests"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
-msgid ""
-"This list displays all assigned package names for this repository settings."
+#: plugins/admin/groups/class_groupGeneric.inc:290
+#, php-format
+msgid "Special group (%d)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
-msgid "Fully Automatic Installation"
+#: plugins/admin/groups/class_groupGeneric.inc:626
+#: plugins/admin/ogroups/class_ogroup.inc:541
+msgid "You have no permissions to create a group on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
-#: plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/class_faiProfileEntry.inc:154
-#: plugins/admin/fai/faiHook.tpl:32
-msgid "Objects"
+#: plugins/admin/groups/class_groupGeneric.inc:636
+msgid ""
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
-msgid "Discs"
+#: plugins/admin/groups/class_groupGeneric.inc:647
+#: plugins/admin/groups/class_groupGeneric.inc:654
+msgid "Value specified as 'Name' is already used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
+#: plugins/admin/groups/mail.tpl:11
+msgid "Primary mail address for this shared folder"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:27
-msgid ""
-"This menu allows you to select FAI class names and to add them to the "
-"currently edited profile."
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:40
-msgid "Show only classes with templates"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:42
-msgid "Show only classes with scripts"
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:44
-msgid "Show only classes with hooks"
+#: plugins/admin/groups/mail.tpl:88
+msgid "Forward messages to non group members"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:46
-msgid "Show only classes with variables"
+#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
+msgid "List of groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:48
-msgid "Show only classes with packages"
+#: plugins/admin/groups/headpage.tpl:25
+msgid ""
+"This menu allows you to add, edit and remove selected groups. You may want "
+"to use the range selector on top of the group listbox, when working with a "
+"large number of groups."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:50
-msgid "Show only classes with partitions"
+#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
+msgid "Group administration"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiProfileEntry.tpl:56
-#: plugins/admin/fai/faiPackageEntry.tpl:48 plugins/admin/fai/headpage.tpl:47
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects matching"
+#: plugins/admin/groups/class_groupManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
+#: html/getxls.php:99 html/getxls.php:244
+msgid "Groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:60
-#: plugins/admin/fai/faiPackageEntry.tpl:53 plugins/admin/fai/headpage.tpl:51
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Regular expression for matching object names"
+#: plugins/admin/groups/class_groupManagement.inc:275
+#, php-format
+msgid "You're about to delete the group '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-msgid "Package"
+#: plugins/admin/groups/class_groupManagement.inc:281
+#: plugins/admin/groups/class_groupManagement.inc:307
+msgid "You are not allowed to delete this group!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:51
-#: plugins/admin/fai/class_faiHookEntry.inc:54
-msgid "Please select a valid file."
+#: plugins/admin/groups/class_groupManagement.inc:354
+msgid "Create new group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:54
-#: plugins/admin/fai/class_faiHookEntry.inc:57
-msgid "Selected file is empty."
+#: plugins/admin/groups/class_groupManagement.inc:361
+#: plugins/admin/applications/class_applicationManagement.inc:337
+#: plugins/admin/departments/class_departmentManagement.inc:291
+#: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
+msgid "Edit this entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:99
-#: plugins/admin/fai/class_faiVariableEntry.inc:86
-#: plugins/admin/fai/class_faiHookEntry.inc:112
-#: plugins/admin/fai/class_faiTemplateEntry.inc:164
-msgid "Please enter a name."
+#: plugins/admin/groups/class_groupManagement.inc:362
+#: plugins/admin/applications/class_applicationManagement.inc:338
+#: plugins/admin/departments/class_departmentManagement.inc:292
+#: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+msgid "Delete this entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:103
-msgid "Please enter a script."
+#: plugins/admin/groups/class_groupManagement.inc:372
+#: plugins/admin/users/class_userManagement.inc:728
+msgid "Posix"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiVariable.tpl:34
-msgid "List of assigned variables"
+#: plugins/admin/groups/class_groupManagement.inc:375
+#: plugins/admin/applications/class_applicationManagement.inc:348
+#: plugins/admin/ogroups/class_ogroupManagement.inc:483
+#: plugins/gofon/fonreports/contents.tpl:34
+#: plugins/generic/references/class_reference.inc:42
+msgid "Application"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
+#: plugins/admin/groups/class_groupManagement.inc:385
+msgid "Groupname"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
 #: plugins/admin/groups/class_groupManagement.inc:386
 #: plugins/admin/users/class_userManagement.inc:691
 #: plugins/admin/departments/generic.tpl:4
 #: plugins/admin/systems/terminal.tpl:1
 #: plugins/admin/systems/workstation.tpl:1
 #: plugins/admin/ogroups/class_ogroupManagement.inc:392
 #: plugins/admin/groups/class_groupManagement.inc:386
 #: plugins/admin/users/class_userManagement.inc:691
 #: plugins/admin/departments/generic.tpl:4
 #: plugins/admin/systems/terminal.tpl:1
 #: plugins/admin/systems/workstation.tpl:1
 #: plugins/admin/ogroups/class_ogroupManagement.inc:392
+#: plugins/admin/fai/faiScriptEntry.tpl:29
 #: plugins/gofon/conference/generic.tpl:4
 msgid "Properties"
 msgstr ""
 
 #: plugins/gofon/conference/generic.tpl:4
 msgid "Properties"
 msgstr ""
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-msgid "Script attributes"
-msgstr ""
-
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
-msgid "Choose a priority"
+#: plugins/admin/groups/class_groupManagement.inc:390
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/ogroups/class_ogroupManagement.inc:397
+msgid "This table displays all groups, in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
-msgid "Import script"
+#: plugins/admin/groups/remove.tpl:6
+msgid ""
+"This may be a primary user group. Please double check if you really want to "
+"do this since there is no way for GOsa to get your data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:150
-msgid "There is no useable package list defined."
+#: plugins/admin/groups/application_options.tpl:1
+msgid "Application options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:295
-#, php-format
-msgid "Can't read configuration folder '%s'."
+#: plugins/admin/groups/class_groupMail.inc:158
+msgid "read"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:377
-msgid "Please select a least one Package."
+#: plugins/admin/groups/class_groupMail.inc:159
+msgid "post"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:381
-msgid "Please choose a valid combination for your repository setup."
+#: plugins/admin/groups/class_groupMail.inc:160
+msgid "external post"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:402
-msgid "package is configured"
+#: plugins/admin/groups/class_groupMail.inc:161
+msgid "append"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:426
-#, php-format
-msgid "Package file '%s' does not exist."
+#: plugins/admin/groups/class_groupMail.inc:162
+msgid "write"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:29
-msgid "Repository"
+#: plugins/admin/groups/class_groupMail.inc:187
+msgid "This 'dn' has no valid mail extensions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
-msgid "Release"
+#: plugins/admin/groups/class_groupMail.inc:252
+msgid "You're trying to add an invalid email address "
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:313
-msgid "Section"
+#: plugins/admin/groups/class_groupMail.inc:253
+msgid "to the list of forwarders."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:50
-msgid "Mirror"
+#: plugins/admin/groups/class_groupMail.inc:622
+msgid "Please enter a valid email addres in 'Primary address' field."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
-msgid "mirror"
+#: plugins/admin/groups/class_groupMail.inc:655
+msgid ""
+"Please choose valid permission settings. Default permission can't be emtpy."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
-#: plugins/admin/systems/workstationStartup.tpl:41
-msgid "set"
+#: plugins/admin/groups/class_groupMail.inc:659
+msgid "Please select a valid mail server."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:68
-msgid "Used packages"
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:70
-msgid "Choosen packages"
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+msgid "Choose"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
-msgid "Configure"
+#: plugins/admin/groups/acl.tpl:17
+msgid "Apply this acl only for users own entries"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:145
-#: plugins/admin/fai/class_faiProfileEntry.inc:151
-msgid "This list displays all assigned class names for this profile."
+#: plugins/admin/groups/application.tpl:4
+msgid "Used applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:153
-msgid "Append new class names"
+#: plugins/admin/groups/application.tpl:7
+msgid "Add category"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:156
-#: plugins/admin/fai/class_faiProfileEntry.inc:118
-msgid "Hook bundle"
+#: plugins/admin/groups/application.tpl:12
+msgid "Available applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:157
-#: plugins/admin/fai/class_faiProfileEntry.inc:119
-msgid "Template bundle"
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:158
-#: plugins/admin/fai/class_faiProfileEntry.inc:120
-msgid "Script bundle"
+#: plugins/admin/groups/group_objects.tpl:29
+msgid "Display users of department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:159
-#: plugins/admin/fai/class_faiProfileEntry.inc:121
-msgid "Variable bundle"
+#: plugins/admin/groups/group_objects.tpl:39
+#: plugins/admin/users/headpage.tpl:49
+msgid "Regular expression for matching user names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:160
-msgid "Packages bundle"
+#: plugins/admin/groups/class_groupAcl.inc:58
+msgid "This 'dn' is no acl container."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:163
-msgid "Remove class from profile"
+#: plugins/admin/groups/class_groupAcl.inc:203
+msgid "All fields are writeable"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:226
-msgid "Please assign at least one class to this  profile."
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
+msgid "Group name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:230
-msgid "Please enter a valid name."
+#: plugins/admin/groups/generic.tpl:9
+msgid "Posix name of the group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:238
-msgid "There is already a profile with this class name defined."
+#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
+msgid "Descriptive text for this group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfile.tpl:32
-msgid "FAI classes"
+#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
+msgid "Choose subtree to place group in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
-msgid "FS type"
+#: plugins/admin/groups/generic.tpl:36
+msgid "Normally IDs are autogenerated, select to specify manually"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
-msgid "Mount point"
+#: plugins/admin/groups/generic.tpl:36
+msgid "Force GID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
-msgid "Size in MB"
+#: plugins/admin/groups/generic.tpl:38
+msgid "Forced ID number"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
-msgid "Mount options"
+#: plugins/admin/groups/generic.tpl:45
+msgid "Select to create a samba conform group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
-msgid "FS option"
+#: plugins/admin/groups/generic.tpl:50
+msgid "in domain"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
-msgid "Preserve"
+#: plugins/admin/groups/generic.tpl:67
+msgid "Members are in a phone pickup group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
-#, php-format
-msgid "please enter a unique mount point for partition %s"
+#: plugins/admin/groups/generic.tpl:80
+msgid "Members are in a nagios group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
-#, php-format
-msgid "Please enter a valid mount point for partition %s."
+#: plugins/admin/groups/generic.tpl:96
+msgid "Group members"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
-#, php-format
-msgid ""
-"File system type 'swap' is already used, change file system type for "
-"partition %s."
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
-#, php-format
-msgid "Please enter a valid partition size for partition %s."
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
-#, php-format
-msgid "Please enter a valid range for partition %s."
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
-#, php-format
-msgid "Please enter a range for partition size for partition %s."
+#: plugins/admin/groups/class_groupApplication.inc:299
+msgid "This 'dn' is no appgroup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-msgid "Device"
+#: plugins/admin/groups/class_groupApplication.inc:307
+msgid "Remove applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
-msgid "Partition entries"
+#: plugins/admin/groups/class_groupApplication.inc:308
+msgid ""
+"This group has application features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
-msgid "Add partition"
+#: plugins/admin/groups/class_groupApplication.inc:310
+msgid "Create applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScript.tpl:34
-msgid "List of scripts"
+#: plugins/admin/groups/class_groupApplication.inc:311
+msgid ""
+"This group has application features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScript.tpl:40
-msgid "Choose a script to delete or edit"
+#: plugins/admin/groups/class_groupApplication.inc:323
+msgid "Invalid character in category name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:2
-msgid "Repository settings"
+#: plugins/admin/groups/class_groupApplication.inc:331
+msgid "The specified category already exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:6
-msgid ""
-"To add packages to your package list you have to setup the repository "
-"settings first."
+#: plugins/admin/groups/class_groupApplication.inc:372
+msgid "The selected application name is not uniq. Please check your LDAP."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:8
-msgid ""
-"Packages are usually stored on different servers called mirrors. These "
-"mirrors have different types of releases (for example woody/sarge/etch), "
-"which finally contain packages sorted by section."
+#: plugins/admin/groups/class_groupApplication.inc:408
+msgid "The selected application has no options."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:11
-msgid ""
-"Section and release can't be changed in future dialogs, but the mirror can "
-"be changed by editing the entry."
+#: plugins/admin/groups/class_groupApplication.inc:501
+#: plugins/admin/departments/class_departmentManagement.inc:315
+#: plugins/admin/fai/class_faiManagement.inc:503
+msgid "department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:17
-msgid ""
-"First select the preferred release, then the section and finally the mirror."
+#: plugins/admin/groups/class_groupApplication.inc:509
+msgid "application"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:25
-msgid "Following releases are available"
+#: plugins/admin/groups/class_groupApplication.inc:550
+#: plugins/admin/groups/class_groupApplication.inc:586
+msgid "Delete entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:37
-msgid "Sections for this release"
+#: plugins/admin/groups/class_groupApplication.inc:554
+#: plugins/admin/groups/class_groupApplication.inc:584
+msgid "Move up"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:48
-msgid "Matching mirrors"
+#: plugins/admin/groups/class_groupApplication.inc:555
+#: plugins/admin/groups/class_groupApplication.inc:585
+msgid "Move down"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:82
-msgid "Please specify a value for the attribute 'content'."
+#: plugins/admin/groups/class_groupApplication.inc:582
+msgid "Insert seperator"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-msgid "Variable attributes"
+#: plugins/admin/users/password.tpl:2
+msgid ""
+"To change the user password use the fields below. The changes take effect "
+"immediately. Please memorize the new password, because the user wouldn't be "
+"able to login without it."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-msgid "Variable content"
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplate.tpl:31
-msgid "List of template files"
+#: plugins/admin/users/template.tpl:6
+msgid ""
+"Creating a new user can be assisted by using templates. Many database "
+"records will be filled automatically. Choose 'none' to skip the usage of "
+"templates."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplate.tpl:37
-msgid "Choose a template to delete or edit"
+#: plugins/admin/users/template.tpl:11
+#: plugins/admin/users/class_userManagement.inc:1028
+#: plugins/admin/systems/class_systemManagement.inc:705
+msgid "Template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-msgid "List of available packages"
+#: plugins/admin/users/template.tpl:44
+#: plugins/admin/fai/class_faiManagement.inc:398
+#: plugins/admin/fai/faiPackageNew.tpl:65
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+msgid "Continue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageEntry.tpl:26
-msgid ""
-"This menu allows you to select multiple packages to add them to the "
-"currently edited package list."
+#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
+msgid "User administration"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/remove.tpl:7
-msgid ""
-"This includes 'all' object information. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
+#: plugins/admin/users/class_userManagement.inc:25
+#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
+#: html/getxls.php:243
+msgid "Users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/remove.tpl:11 plugins/admin/departments/remove.tpl:10
-#: plugins/admin/systems/remove.tpl:10 plugins/gofon/conference/remove.tpl:10
-msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your LDAP tree in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
+#: plugins/admin/users/class_userManagement.inc:247
+#: plugins/admin/users/class_userManagement.inc:317
+msgid "You are not allowed to set this users password!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/headpage.tpl:6
-msgid "List of FAI classes"
+#: plugins/admin/users/class_userManagement.inc:353
+#, php-format
+msgid "You're about to delete the user %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/headpage.tpl:24
-msgid "This menu allows you to create, delete and edit FAI classes."
+#: plugins/admin/users/class_userManagement.inc:359
+#: plugins/admin/users/class_userManagement.inc:387
+msgid "You are not allowed to delete this user!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/headpage.tpl:36
-msgid "Show profiles"
+#: plugins/admin/users/class_userManagement.inc:488
+#: plugins/admin/systems/class_workstationStartup.inc:49
+#: plugins/admin/ogroups/class_ogroup.inc:240
+msgid "none"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/headpage.tpl:37 plugins/admin/users/headpage.tpl:38
-msgid "Show templates"
+#: plugins/admin/users/class_userManagement.inc:559
+msgid "A person with the choosen name is already used in this tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/headpage.tpl:38
-msgid "Show scripts"
+#: plugins/admin/users/class_userManagement.inc:674
+msgid "Create new user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/headpage.tpl:39
-msgid "Show hooks"
+#: plugins/admin/users/class_userManagement.inc:674
+msgid "New user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/headpage.tpl:40
-msgid "Show variables"
+#: plugins/admin/users/class_userManagement.inc:675
+msgid "Create new template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/headpage.tpl:41
-msgid "Show packages"
+#: plugins/admin/users/class_userManagement.inc:675
+msgid "New template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/headpage.tpl:42
-msgid "Show partitions"
+#: plugins/admin/users/class_userManagement.inc:682
+msgid "password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:226
-#: plugins/admin/fai/class_faiPartitionTable.inc:232
-#, php-format
-msgid "%s partition"
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
+#: ihtml/themes/default/setup_useradmin.tpl:22
+msgid "Username"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:228
-#: plugins/admin/fai/class_faiPartitionTable.inc:234
-#, php-format
-msgid "%s partition(s)"
+#: plugins/admin/users/class_userManagement.inc:695
+msgid "This table displays all users, in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiHookEntry.inc:108
-msgid "Please enter a value for script."
+#: plugins/admin/users/class_userManagement.inc:726
+msgid "GOsa"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:122
-msgid "Package bundle"
+#: plugins/admin/users/class_userManagement.inc:727
+msgid "Edit generic properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:153
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-msgid "Class name"
+#: plugins/admin/users/class_userManagement.inc:729
+msgid "Edit UNIX properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
-msgid "Hook attributes"
+#: plugins/admin/users/class_userManagement.inc:731
+msgid "Edit environment properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiHookEntry.tpl:34
-msgid "Task"
+#: plugins/admin/users/class_userManagement.inc:733
+msgid "Edit mail properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiHookEntry.tpl:36
-msgid "Choose an existing FAI task"
+#: plugins/admin/users/class_userManagement.inc:735
+msgid "Edit phone properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
-#, php-format
-msgid "Debconf information for package '%s'"
+#: plugins/admin/users/class_userManagement.inc:737
+msgid "Edit fax properies"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:71
-msgid "Create new FAI object - partition table."
+#: plugins/admin/users/class_userManagement.inc:739
+msgid "Edit samba properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:72
-msgid "Create new FAI object - package bundle."
+#: plugins/admin/users/class_userManagement.inc:740
+msgid "Create user from template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:73
-msgid "Create new FAI object - script bundle."
+#: plugins/admin/users/class_userManagement.inc:741
+msgid "Create user with this template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:74
-msgid "Create new FAI object - variable bundle."
+#: plugins/admin/users/class_userManagement.inc:800
+msgid "Online"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:75
-msgid "Create new FAI object - hook bundle."
+#: plugins/admin/users/class_userManagement.inc:807
+msgid "Offline"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:76
-msgid "Create new FAI object - profile."
+#: plugins/admin/users/remove.tpl:6
+msgid ""
+"This includes all account data, system access rules, imap settings, etc. for "
+"this user. Please double check if your really want to do this since there is "
+"no way for GOsa to get your data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:77
-msgid "Create new FAI object - template."
+#: plugins/admin/users/headpage.tpl:6
+msgid "List of users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:78
-msgid "Create new FAI object"
+#: plugins/admin/users/headpage.tpl:24
+msgid ""
+"This menu allows you to create, edit and delete selected users. Having a "
+"great number of users, you may want to use the range selectors on top of the "
+"user list."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:131
-msgid "The given class name is empty."
+#: plugins/admin/users/headpage.tpl:38
+msgid "Select to see template pseudo users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:135
-msgid "The specified class name is already in use for this object type."
+#: plugins/admin/users/headpage.tpl:38 plugins/admin/fai/headpage.tpl:37
+msgid "Show templates"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:6
-msgid ""
-"Adding a new class to the FAI management, requires a class name. You have to "
-"specify a unique class name for unique types of FAI classes, while you can "
-"use the same class name for different types of FAI classes. In the laste "
-"case, FAI will automatically enclose all these different class types to one "
-"unique class name."
+#: plugins/admin/users/headpage.tpl:39
+msgid "Select to see users that have only a GOsa object"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:12
-msgid ""
-"Please use one of the following methods to choose the name for the new FAI "
-"class."
+#: plugins/admin/users/headpage.tpl:39
+msgid "Show functional users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
+#: plugins/admin/users/headpage.tpl:40
+msgid "Select to see users that have posix settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
+#: plugins/admin/users/headpage.tpl:40
+msgid "Show unix users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Choose class name"
+#: plugins/admin/users/headpage.tpl:41
+msgid "Select to see users that have mail settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-msgid "Use"
+#: plugins/admin/users/headpage.tpl:41
+msgid "Show mail users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:74
-msgid "A new class name."
+#: plugins/admin/users/headpage.tpl:42
+msgid "Select to see users that have samba settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:74
-msgid "no file uploaded yet"
+#: plugins/admin/users/headpage.tpl:42
+msgid "Show samba users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:76
-#, php-format
-msgid "exists in database (size: %s bytes)"
+#: plugins/admin/users/headpage.tpl:43
+msgid "Select to see users that have proxy settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:156
-msgid "Please specify a value for attribute 'file'."
+#: plugins/admin/users/headpage.tpl:43
+msgid "Show proxy users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:160
-msgid "Please specify a value for attribute 'path'."
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+#: plugins/admin/applications/class_applicationManagement.inc:357
+msgid "Application name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:168
-msgid "Please enter a user."
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
+msgid "Display name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:171
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:175
-msgid "Please enter a group."
+#: plugins/admin/applications/generic.tpl:17
+#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
+#: plugins/admin/systems/workstation.tpl:88
+#: plugins/admin/ogroups/termgroup.tpl:13
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+msgid "Execute"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:178
-msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:21
-msgid "Template attributes"
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
-msgid "File"
+#: plugins/admin/applications/generic.tpl:48
+msgid "Icon"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:35
-msgid "Save template"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Update"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:92
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-msgid "Upload"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Reload picture from LDAP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:47
-msgid "Destination path"
+#: plugins/admin/applications/generic.tpl:70
+msgid "Only executable for members"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:62
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
-msgid "Owner"
+#: plugins/admin/applications/generic.tpl:72
+msgid "Replace user configuration on startup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:71
-#: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:584
-#: plugins/admin/systems/class_printGeneric.inc:586
-#: plugins/admin/ogroups/class_ogroupManagement.inc:482
-#: plugins/generic/references/class_reference.inc:36
-msgid "Group"
+#: plugins/admin/applications/generic.tpl:76
+msgid "Place icon on members desktop"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:80
-msgid "Access"
+#: plugins/admin/applications/generic.tpl:79
+msgid "Place entry in members startmenu"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:86
-msgid "Class"
+#: plugins/admin/applications/generic.tpl:82
+msgid "Place entry in members launch bar"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:87
-msgid "Read"
+#: plugins/admin/applications/generic.tpl:95
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+msgid "Upload"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-msgid "Write"
+#: plugins/admin/applications/class_applicationParameters.inc:50
+msgid "Remove options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
-#: plugins/admin/systems/workstation.tpl:88
-#: plugins/admin/ogroups/termgroup.tpl:13
-msgid "Execute"
+#: plugins/admin/applications/class_applicationParameters.inc:51
+msgid "This application has options. You can disable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-msgid "Special"
+#: plugins/admin/applications/class_applicationParameters.inc:53
+msgid "Create options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
-msgid "SUID"
+#: plugins/admin/applications/class_applicationParameters.inc:54
+msgid ""
+"This application has options disabled. You can enable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:109
-msgid "SGID"
+#: plugins/admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
-msgid "Others"
+#: plugins/admin/applications/class_applicationParameters.inc:91
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
-msgid "sticky"
+#: plugins/admin/applications/class_applicationParameters.inc:102
+msgid "Add option"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiHook.tpl:34
-msgid "List of hook scripts"
+#: plugins/admin/applications/class_applicationParameters.inc:154
+#, php-format
+msgid "Value '%s' specified as option name is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiHook.tpl:40
-msgid "Choose a hook to delete or edit"
+#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
+msgid ""
+"This may be used by several groups. Please double check if your really want "
+"to do this since there is no way for GOsa to get your data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:11
-msgid "Primary mail address for this shared folder"
+#: plugins/admin/applications/headpage.tpl:6
+msgid "List of applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:16
-msgid "Select mail server to place user on"
+#: plugins/admin/applications/headpage.tpl:24
+msgid ""
+"This menu allows you to add, edit and remove selected applications. You may "
+"want to use the range selector on top of the application listbox, when "
+"working with a large number of applications."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
+#: plugins/admin/applications/headpage.tpl:38
+msgid "Display applications matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
+#: plugins/admin/applications/headpage.tpl:41
+msgid "Regular expression for matching application names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
+#: plugins/admin/applications/main.inc:38
+#: plugins/admin/applications/main.inc:40
+msgid "Application management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:88
-msgid "Forward messages to non group members"
+#: plugins/admin/applications/class_applicationManagement.inc:250
+#, php-format
+msgid "You're about to delete the application '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
+#: plugins/admin/applications/class_applicationManagement.inc:256
+#: plugins/admin/applications/class_applicationManagement.inc:282
+msgid "You are not allowed to delete this application!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:275
-#, php-format
-msgid "You're about to delete the group '%s'."
+#: plugins/admin/applications/class_applicationManagement.inc:330
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+msgid "new"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:281
-#: plugins/admin/groups/class_groupManagement.inc:307
-msgid "You are not allowed to delete this group!"
+#: plugins/admin/applications/class_applicationManagement.inc:330
+msgid "Create new application"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:354
-msgid "Create new group"
+#: plugins/admin/applications/class_applicationGeneric.inc:86
+msgid "no example"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:361
-#: plugins/admin/applications/class_applicationManagement.inc:337
-#: plugins/admin/departments/class_departmentManagement.inc:291
-#: plugins/admin/ogroups/class_ogroupManagement.inc:371
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
-msgid "Edit this entry"
+#: plugins/admin/applications/class_applicationGeneric.inc:106
+msgid "This 'dn' is no application."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:362
-#: plugins/admin/applications/class_applicationManagement.inc:338
-#: plugins/admin/departments/class_departmentManagement.inc:292
-#: plugins/admin/ogroups/class_ogroupManagement.inc:372
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
-msgid "Delete this entry"
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+msgid "The specified picture has not been uploaded correctly."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:372
-#: plugins/admin/users/class_userManagement.inc:728
-msgid "Posix"
+#: plugins/admin/applications/class_applicationGeneric.inc:306
+msgid "You have no permissions to create a application on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:375
-#: plugins/admin/applications/class_applicationManagement.inc:348
-#: plugins/admin/ogroups/class_ogroupManagement.inc:483
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
+#: plugins/admin/applications/class_applicationGeneric.inc:311
+msgid "Required field 'Name' is not filled."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:385
-msgid "Groupname"
+#: plugins/admin/applications/class_applicationGeneric.inc:315
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:390
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/ogroups/class_ogroupManagement.inc:397
-msgid "This table displays all groups, in the selected tree."
+#: plugins/admin/applications/class_applicationGeneric.inc:319
+msgid "Required field 'Execute' is not filled."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:115
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
+#: plugins/admin/applications/class_applicationGeneric.inc:328
+msgid "There's already an application with this 'Name'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:167
-msgid "This 'dn' is no group."
+#: plugins/admin/departments/tabs_department.inc:30
+#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
+#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
+#: plugins/admin/fai/tabsTemplate.inc:30 plugins/admin/fai/tabsProfile.inc:30
+#: plugins/admin/fai/tabsScript.inc:30
+msgid "Try to move tree failed. Destination tree is subtree of source tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Samba group"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain admins"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain users"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:56
+msgid "Descriptive text for department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:285
-msgid "Domain guests"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:290
-#, php-format
-msgid "Special group (%d)"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:626
-#: plugins/admin/ogroups/class_ogroup.inc:541
-msgid "You have no permissions to create a group on this 'Base'."
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:122
+msgid "Choose subtree to place department in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:636
-msgid ""
-"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+#: plugins/admin/departments/generic.tpl:47
+msgid "State where this subtree is located"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:647
-#: plugins/admin/groups/class_groupGeneric.inc:654
-msgid "Value specified as 'Name' is already used."
+#: plugins/admin/departments/generic.tpl:51
+msgid "Location of this subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/remove.tpl:6
-msgid ""
-"This may be a primary user group. Please double check if you really want to "
-"do this since there is no way for GOsa to get your data back."
+#: plugins/admin/departments/generic.tpl:55
+msgid "Postal address of this subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
-msgid "Group administration"
+#: plugins/admin/departments/generic.tpl:59
+msgid "Base telephone number of this subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
-msgid "List of groups"
+#: plugins/admin/departments/generic.tpl:63
+msgid "Base facsimile telephone number of this subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/headpage.tpl:25
+#: plugins/admin/departments/remove.tpl:6
+#: plugins/gofon/conference/remove.tpl:6
 msgid ""
 msgid ""
-"This menu allows you to add, edit and remove selected groups. You may want "
-"to use the range selector on top of the group listbox, when working with a "
-"large number of groups."
+"This includes 'all' accounts, systems, etc. in this subtree. Please double "
+"check if your really want to do this since there is no way for GOsa to get "
+"your data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:158
-msgid "read"
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/systems/remove.tpl:10
+#: plugins/admin/fai/remove.tpl:11 plugins/gofon/conference/remove.tpl:10
+msgid ""
+"Best thing to do before performing this action would be to save the current "
+"contents of your LDAP tree in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:159
-msgid "post"
+#: plugins/admin/departments/headpage.tpl:6
+msgid "List of departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:160
-msgid "external post"
+#: plugins/admin/departments/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected departments. Having "
+"a large size of departments, you might prefer the range selectors on top of "
+"the department list."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:161
-msgid "append"
+#: plugins/admin/departments/headpage.tpl:38
+msgid "Display departments matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:162
-msgid "write"
+#: plugins/admin/departments/headpage.tpl:42
+msgid "Regular expression for matching department names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:187
-msgid "This 'dn' has no valid mail extensions."
+#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
+msgid "Department management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:252
-msgid "You're trying to add an invalid email address "
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:43
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+msgid "Departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:253
-msgid "to the list of forwarders."
+#: plugins/admin/departments/class_departmentManagement.inc:185
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
+#, php-format
+msgid "You're about to delete the whole LDAP subtree placed under '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:622
-msgid "Please enter a valid email addres in 'Primary address' field."
+#: plugins/admin/departments/class_departmentManagement.inc:202
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
+msgid "You have no permission to remove this department."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:655
-msgid ""
-"Please choose valid permission settings. Default permission can't be emtpy."
+#: plugins/admin/departments/class_departmentManagement.inc:279
+#: plugins/admin/fai/class_faiManagement.inc:434
+msgid "Go to users home department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:659
-msgid "Please select a valid mail server."
+#: plugins/admin/departments/class_departmentManagement.inc:281
+msgid "Create new department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/acl.tpl:4
-msgid "Object"
+#: plugins/admin/departments/class_departmentManagement.inc:289
+msgid "This table displays all departments, in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-msgid "Choose"
+#: plugins/admin/departments/class_departmentManagement.inc:298
+msgid "Department name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/acl.tpl:17
-msgid "Apply this acl only for users own entries"
+#: plugins/admin/departments/class_departmentManagement.inc:392
+msgid ".."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/application.tpl:4
-msgid "Used applications"
+#: plugins/admin/departments/class_departmentGeneric.inc:150
+msgid "You have no permissions to create a department on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/application.tpl:6
-msgid "Seperator"
+#: plugins/admin/departments/class_departmentGeneric.inc:157
+#: plugins/admin/departments/class_departmentGeneric.inc:159
+msgid "Department with that 'Name' already exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/application.tpl:11
-msgid "Available applications"
+#: plugins/admin/departments/class_departmentGeneric.inc:167
+msgid "Required field 'Description' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
+#: plugins/admin/departments/class_departmentGeneric.inc:172
+msgid "The field 'Name' contains the reserved word 'incoming'."
 msgstr ""
 msgstr ""
-
-#: plugins/admin/groups/group_objects.tpl:29
-msgid "Display users of department"
+
+#: plugins/admin/departments/class_departmentGeneric.inc:173
+msgid " Please choose another name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/group_objects.tpl:39
-#: plugins/admin/users/headpage.tpl:49
-msgid "Regular expression for matching user names"
+#: plugins/admin/systems/class_terminalInfo.inc:53
+#: plugins/admin/systems/class_terminalInfo.inc:181
+msgid "present"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupAcl.inc:58
-msgid "This 'dn' is no acl container."
+#: plugins/admin/systems/class_terminalInfo.inc:65
+#: plugins/admin/systems/class_terminalService.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:99
+#: plugins/admin/systems/class_terminalGeneric.inc:130
+#: plugins/admin/systems/class_workstationStartup.inc:215
+#: plugins/admin/systems/class_workstationService.inc:124
+msgid "This 'dn' has no terminal features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupAcl.inc:203
-msgid "All fields are writeable"
+#: plugins/admin/systems/class_terminalInfo.inc:72
+msgid "This is a virtual terminal which has no properties to show here."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
-msgid "Group name"
+#: plugins/admin/systems/class_terminalInfo.inc:92
+msgid "online"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:9
-msgid "Posix name of the group"
+#: plugins/admin/systems/class_terminalInfo.inc:144
+msgid "running"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
-msgid "Descriptive text for this group"
+#: plugins/admin/systems/class_terminalInfo.inc:147
+msgid "not running"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
-msgid "Choose subtree to place group in"
+#: plugins/admin/systems/class_terminalInfo.inc:155
+msgid "unknown status"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Normally IDs are autogenerated, select to specify manually"
+#: plugins/admin/systems/class_terminalInfo.inc:173
+msgid "offline"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Force GID"
+#: plugins/admin/systems/network.tpl:1
+msgid "Network settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:38
-msgid "Forced ID number"
+#: plugins/admin/systems/network.tpl:8
+msgid "IP-address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:45
-msgid "Select to create a samba conform group"
+#: plugins/admin/systems/network.tpl:16
+msgid "MAC-address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:50
-msgid "in domain"
+#: plugins/admin/systems/class_servService.inc:264
+msgid "Terminal server, must have fontpath specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:67
-msgid "Members are in a phone pickup group"
+#: plugins/admin/systems/class_winGeneric.inc:73
+#: plugins/admin/systems/class_componentGeneric.inc:51
+msgid "This 'dn' has no network features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:80
-msgid "Members are in a nagios group"
+#: plugins/admin/systems/class_winGeneric.inc:142
+#: plugins/admin/systems/class_componentGeneric.inc:113
+msgid "The required field 'Component name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:96
-msgid "Group members"
+#: plugins/admin/systems/class_winGeneric.inc:156
+#: plugins/admin/systems/class_componentGeneric.inc:126
+msgid "You have no permissions to create a component on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
+#: plugins/admin/systems/class_winGeneric.inc:166
+#: plugins/admin/systems/class_terminalGeneric.inc:260
+#: plugins/admin/systems/class_servGeneric.inc:183
+#: plugins/admin/systems/class_workstationGeneric.inc:221
+#: plugins/admin/systems/class_printGeneric.inc:458
+#: plugins/admin/systems/class_componentGeneric.inc:136
+#: plugins/admin/systems/class_phoneGeneric.inc:307
+#, php-format
+msgid "There is already an entry '%s' in the base choosen by you"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/application_options.tpl:1
-msgid "Application options"
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:202
-msgid "This 'dn' is no appgroup."
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:210
-msgid "Remove applications"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:211
-msgid ""
-"This group has application features enabled. You can disable them by "
-"clicking below."
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:213
-msgid "Create applications"
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:214
-msgid ""
-"This group has application features disabled. You can enable them by "
-"clicking below."
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:242
-msgid "The selected application name is not uniq. Please check your LDAP."
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:278
-msgid "The selected application has no options."
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:379
-msgid "application"
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:595
-#: plugins/admin/applications/class_applicationGeneric.inc:38
-msgid ""
-"There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:603
-#: plugins/admin/groups/class_groupApplication.inc:606
-#: plugins/admin/applications/class_applicationGeneric.inc:46
-#: plugins/admin/applications/class_applicationGeneric.inc:49
-#, php-format
-msgid ""
-"The specified file '%s' for 'KDE_APPLICATIONS_MENU' in your gosa.conf is not "
-"accessable."
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/workstationService.tpl:83
+#: plugins/admin/systems/terminalService.tpl:83
+msgid "Graphic device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/password.tpl:2
-msgid ""
-"To change the user password use the fields below. The changes take effect "
-"immediately. Please memorize the new password, because the user wouldn't be "
-"able to login without it."
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:25
-#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:247
-#: plugins/admin/users/class_userManagement.inc:317
-msgid "You are not allowed to set this users password!"
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:353
-#, php-format
-msgid "You're about to delete the user %s."
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:359
-#: plugins/admin/users/class_userManagement.inc:387
-msgid "You are not allowed to delete this user!"
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:488
-#: plugins/admin/systems/class_workstationStartup.inc:49
-#: plugins/admin/ogroups/class_ogroup.inc:240
-msgid "none"
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:559
-msgid "A person with the choosen name is already used in this tree."
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:674
-msgid "Create new user"
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:674
-msgid "New user"
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:675
-msgid "Create new template"
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:675
-msgid "New template"
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:682
-msgid "password"
+#: plugins/admin/systems/servservice.tpl:11
+msgid "Nfs Export"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
-msgid "Username"
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:695
-msgid "This table displays all users, in the selected tree."
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:726
-msgid "GOsa"
+#: plugins/admin/systems/servservice.tpl:72
+msgid "Terminal Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:727
-msgid "Edit generic properties"
+#: plugins/admin/systems/servservice.tpl:77
+msgid "Temporary disable login"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:729
-msgid "Edit UNIX properties"
+#: plugins/admin/systems/servservice.tpl:80
+msgid "Font path"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:731
-msgid "Edit environment properties"
+#: plugins/admin/systems/servservice.tpl:93
+msgid "Syslog Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:733
-msgid "Edit mail properties"
+#: plugins/admin/systems/servservice.tpl:101
+msgid "Print Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:735
-msgid "Edit phone properties"
+#: plugins/admin/systems/servservice.tpl:109
+msgid "Mail server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:737
-msgid "Edit fax properies"
+#: plugins/admin/systems/class_terminalService.inc:83
+#: plugins/admin/systems/class_workstationService.inc:68
+msgid "default"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:739
-msgid "Edit samba properties"
+#: plugins/admin/systems/class_terminalService.inc:84
+#: plugins/admin/systems/class_workstationService.inc:69
+msgid "show chooser"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:740
-msgid "Create user from template"
+#: plugins/admin/systems/class_terminalService.inc:85
+#: plugins/admin/systems/class_workstationService.inc:70
+msgid "direct"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:741
-msgid "Create user with this template"
+#: plugins/admin/systems/class_terminalService.inc:88
+#: plugins/admin/systems/class_workstationService.inc:73
+msgid "load balanced"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:800
-msgid "Online"
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:76
+msgid "Windows RDP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:807
-msgid "Offline"
+#: plugins/admin/systems/class_terminalService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:77
+msgid "ICA client"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:1028
-#: plugins/admin/users/template.tpl:11
-#: plugins/admin/systems/class_systemManagement.inc:705
-msgid "Template"
+#: plugins/admin/systems/class_terminalService.inc:187
+#: plugins/admin/systems/class_workstationService.inc:171
+msgid "Choose the phone located at the current terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
+#: plugins/admin/systems/class_terminalService.inc:251
+#: plugins/admin/systems/class_terminalService.inc:256
+#: plugins/admin/systems/class_workstationService.inc:236
+#: plugins/admin/systems/class_workstationService.inc:241
+msgid "Please specify a valid VSync range."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/template.tpl:6
-msgid ""
-"Creating a new user can be assisted by using templates. Many database "
-"records will be filled automatically. Choose 'none' to skip the usage of "
-"templates."
+#: plugins/admin/systems/class_terminalService.inc:266
+#: plugins/admin/systems/class_terminalService.inc:271
+#: plugins/admin/systems/class_workstationService.inc:251
+#: plugins/admin/systems/class_workstationService.inc:256
+msgid "Please specify a valid HSync range."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/remove.tpl:6
-msgid ""
-"This includes all account data, system access rules, imap settings, etc. for "
-"this user. Please double check if your really want to do this since there is "
-"no way for GOsa to get your data back."
+#: plugins/admin/systems/class_servDB.inc:134
+#: plugins/admin/systems/class_servDB.inc:150
+#: plugins/admin/systems/class_servDB.inc:160
+#: plugins/admin/systems/class_servDB.inc:165
+#: plugins/admin/systems/class_servDB.inc:171
+#, php-format
+msgid "The attribute '%s' is empty or contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:6
-msgid "List of users"
+#: plugins/admin/systems/class_servDB.inc:140
+#, php-format
+msgid "The imap connect string needs to be in the form '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:24
-msgid ""
-"This menu allows you to create, edit and delete selected users. Having a "
-"great number of users, you may want to use the range selectors on top of the "
-"user list."
+#: plugins/admin/systems/class_servDB.inc:144
+msgid "The sieve port needs to be numeric."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:38
-msgid "Select to see template pseudo users"
+#: plugins/admin/systems/class_servDB.inc:155
+#, php-format
+msgid "The specified kerberos password is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Select to see users that have only a GOsa object"
+#: plugins/admin/systems/class_servDB.inc:179
+#, php-format
+msgid "The imap name string needs to be a hostname or an IP-address."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Show functional users"
+#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
+msgid "Server name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Select to see users that have posix settings"
+#: plugins/admin/systems/server.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/terminal.tpl:20 plugins/admin/systems/printer.tpl:22
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/component.tpl:15
+msgid "Choose subtree to place terminal in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Show unix users"
+#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/ogroups/termgroup.tpl:3
+msgid "Action"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Select to see users that have mail settings"
+#: plugins/admin/systems/server.tpl:42
+msgid "Select action to execute for this server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Show mail users"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Select to see users that have samba settings"
+#: plugins/admin/systems/terminal.tpl:9
+msgid "Terminal template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Show samba users"
+#: plugins/admin/systems/terminal.tpl:11
+msgid "Terminal name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Select to see users that have proxy settings"
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:45
+#: plugins/admin/systems/phonesettings.tpl:21
+msgid "Mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Show proxy users"
+#: plugins/admin/systems/terminal.tpl:38
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Select terminal mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
-msgid "User administration"
+#: plugins/admin/systems/terminal.tpl:52
+msgid "Root server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:50
-msgid "Remove options"
+#: plugins/admin/systems/terminal.tpl:54
+msgid "Select NFS root filesystem to use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:51
-msgid "This application has options. You can disable them by clicking below."
+#: plugins/admin/systems/terminal.tpl:60
+msgid "Swap server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:53
-msgid "Create options"
+#: plugins/admin/systems/terminal.tpl:62
+msgid "Choose NFS filesystem to place swap files on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:54
-msgid ""
-"This application has options disabled. You can enable them by clicking below."
+#: plugins/admin/systems/terminal.tpl:74
+#: plugins/admin/systems/workstation.tpl:54
+msgid "Syslog server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
+#: plugins/admin/systems/terminal.tpl:76
+#: plugins/admin/systems/workstation.tpl:56
+msgid "Choose server to use for logging"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
+#: plugins/admin/systems/terminal.tpl:82
+#: plugins/admin/systems/workstation.tpl:62
+msgid "NTP server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:102
-msgid "Add option"
+#: plugins/admin/systems/terminal.tpl:84
+#: plugins/admin/systems/workstation.tpl:64
+msgid "Choose server to use for synchronizing time"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:154
-#, php-format
-msgid "Value '%s' specified as option name is not valid."
+#: plugins/admin/systems/terminal.tpl:103
+#: plugins/admin/systems/workstation.tpl:82
+msgid "Select action to execute for this terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_applicationManagement.inc:357
-msgid "Application name"
+#: plugins/admin/systems/class_terminalGeneric.inc:63
+msgid "text"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:11
-#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
-msgid "Display name"
+#: plugins/admin/systems/class_terminalGeneric.inc:64
+msgid "graphic"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:13
-msgid "Application name to be displayed (i.e. below icons)"
+#: plugins/admin/systems/class_terminalGeneric.inc:92
+#: plugins/admin/systems/class_servGeneric.inc:62
+#: plugins/admin/ogroups/class_termgroup.inc:62
+msgid "No WAKECMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:19
-msgid "Path and/or binary name of application"
+#: plugins/admin/systems/class_terminalGeneric.inc:96
+#: plugins/admin/systems/class_terminalGeneric.inc:108
+#: plugins/admin/systems/class_terminalGeneric.inc:120
+#: plugins/admin/systems/class_servGeneric.inc:66
+#: plugins/admin/systems/class_servGeneric.inc:78
+#: plugins/admin/systems/class_servGeneric.inc:90
+#: plugins/admin/systems/class_workstationGeneric.inc:104
+#: plugins/admin/ogroups/class_termgroup.inc:66
+#: plugins/admin/ogroups/class_termgroup.inc:78
+#: plugins/admin/ogroups/class_termgroup.inc:90
+#, php-format
+msgid "Execution of '%s' failed!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
+#: plugins/admin/systems/class_terminalGeneric.inc:104
+#: plugins/admin/systems/class_servGeneric.inc:74
+#: plugins/admin/ogroups/class_termgroup.inc:74
+msgid "No REBOOTCMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:48
-msgid "Icon"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_servGeneric.inc:86
+#: plugins/admin/ogroups/class_termgroup.inc:86
+msgid "No HALTCMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Update"
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Switch off"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Reload picture from LDAP"
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Reboot"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:70
-msgid "Only executable for members"
+#: plugins/admin/systems/class_terminalGeneric.inc:149
+#: plugins/admin/systems/class_servGeneric.inc:117
+#: plugins/admin/systems/class_workstationGeneric.inc:137
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Wake up"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:72
-msgid "Replace user configuration on startup"
+#: plugins/admin/systems/class_terminalGeneric.inc:243
+msgid "You have no permissions to create a terminal on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:76
-msgid "Place icon on members desktop"
+#: plugins/admin/systems/class_terminalGeneric.inc:247
+msgid "The required field 'Terminal name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Place entry in members startmenu"
+#: plugins/admin/systems/class_servGeneric.inc:52
+msgid "This 'dn' has no server features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
-msgid ""
-"This may be used by several groups. Please double check if your really want "
-"to do this since there is no way for GOsa to get your data back."
+#: plugins/admin/systems/class_servGeneric.inc:166
+msgid "The required field 'Server name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/headpage.tpl:6
-msgid "List of applications"
+#: plugins/admin/systems/class_servGeneric.inc:173
+msgid "You have no permissions to create a server on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/headpage.tpl:24
-msgid ""
-"This menu allows you to add, edit and remove selected applications. You may "
-"want to use the range selector on top of the application listbox, when "
-"working with a large number of applications."
+#: plugins/admin/systems/class_servDHCP.inc:36
+msgid "Remove DHCP service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/headpage.tpl:38
-msgid "Display applications matching"
+#: plugins/admin/systems/class_servDHCP.inc:37
+msgid ""
+"This server has DHCP features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/headpage.tpl:41
-msgid "Regular expression for matching application names"
+#: plugins/admin/systems/class_servDHCP.inc:39
+msgid "Add DHCP service"
 msgstr ""
 msgstr ""
-
-#: plugins/admin/applications/main.inc:38
-#: plugins/admin/applications/main.inc:40
-msgid "Application management"
+
+#: plugins/admin/systems/class_servDHCP.inc:40
+msgid ""
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:106
-msgid "no example"
+#: plugins/admin/systems/printer.tpl:6
+msgid "General"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:126
-msgid "This 'dn' is no application."
+#: plugins/admin/systems/printer.tpl:9
+msgid "Printer name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:241
-msgid "The specified picture has not been uploaded correctly."
+#: plugins/admin/systems/printer.tpl:30
+msgid "Details"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:322
-msgid "You have no permissions to create a application on this 'Base'."
+#: plugins/admin/systems/printer.tpl:33
+msgid "Printer location"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:327
-msgid "Required field 'Name' is not filled."
+#: plugins/admin/systems/printer.tpl:37
+msgid "Printer URL"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:331
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+#: plugins/admin/systems/printer.tpl:45
+#: plugins/admin/systems/workstationService.tpl:86
+#: plugins/admin/systems/terminalService.tpl:86
+msgid "Driver"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:335
-msgid "Required field 'Execute' is not filled."
+#: plugins/admin/systems/printer.tpl:57
+msgid "Permissions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:344
-msgid "There's already an application with this 'Name'."
+#: plugins/admin/systems/printer.tpl:64
+msgid "Users which are allowed to use this printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationManagement.inc:250
-#, php-format
-msgid "You're about to delete the application '%s'."
+#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
+msgid "Add user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationManagement.inc:256
-#: plugins/admin/applications/class_applicationManagement.inc:282
-msgid "You are not allowed to delete this application!"
+#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
+msgid "Add group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-msgid "new"
+#: plugins/admin/systems/printer.tpl:80
+msgid "Users which are allowed to administrate this printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-msgid "Create new application"
+#: plugins/admin/systems/printer.tpl:81
+msgid "Admins"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
+#: plugins/admin/systems/class_systemManagement.inc:334
+msgid "You can't edit this object type yet!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:56
-msgid "Descriptive text for department"
+#: plugins/admin/systems/class_systemManagement.inc:350
+msgid "Passwords entered as new and repeated do not match!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
+#: plugins/admin/systems/class_systemManagement.inc:363
+msgid "You are not allowed to set this systems password!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
+#: plugins/admin/systems/class_systemManagement.inc:407
+#, php-format
+msgid "You're about to delete all information about the component at '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:122
-msgid "Choose subtree to place department in"
+#: plugins/admin/systems/class_systemManagement.inc:413
+#: plugins/admin/systems/class_systemManagement.inc:477
+#: plugins/admin/fai/class_faiManagement.inc:210
+#: plugins/admin/fai/class_faiManagement.inc:249
+msgid "You are not allowed to delete this component!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:47
-msgid "State where this subtree is located"
+#: plugins/admin/systems/class_systemManagement.inc:569
+msgid "New Terminal template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:51
-msgid "Location of this subtree"
+#: plugins/admin/systems/class_systemManagement.inc:569
+#: plugins/admin/systems/class_systemManagement.inc:710
+msgid "New Terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:55
-msgid "Postal address of this subtree"
+#: plugins/admin/systems/class_systemManagement.inc:570
+msgid "New Workstation template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:59
-msgid "Base telephone number of this subtree"
+#: plugins/admin/systems/class_systemManagement.inc:570
+#: plugins/admin/systems/class_systemManagement.inc:711
+msgid "New Workstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:63
-msgid "Base facsimile telephone number of this subtree"
+#: plugins/admin/systems/class_systemManagement.inc:571
+msgid "New Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/remove.tpl:6
-#: plugins/gofon/conference/remove.tpl:6
-msgid ""
-"This includes 'all' accounts, systems, etc. in this subtree. Please double "
-"check if your really want to do this since there is no way for GOsa to get "
-"your data back."
+#: plugins/admin/systems/class_systemManagement.inc:572
+msgid "New Printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/headpage.tpl:6
-msgid "List of departments"
+#: plugins/admin/systems/class_systemManagement.inc:573
+msgid "New Phone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/headpage.tpl:24
-msgid ""
-"This menu allows you to create, delete and edit selected departments. Having "
-"a large size of departments, you might prefer the range selectors on top of "
-"the department list."
+#: plugins/admin/systems/class_systemManagement.inc:574
+msgid "New Component"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/headpage.tpl:38
-msgid "Display departments matching"
+#: plugins/admin/systems/class_systemManagement.inc:582
+msgid "Edit system"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/headpage.tpl:42
-msgid "Regular expression for matching department names"
+#: plugins/admin/systems/class_systemManagement.inc:583
+msgid "Delete system"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
-msgid "Department management"
+#: plugins/admin/systems/class_systemManagement.inc:589
+msgid "System"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:150
-msgid "You have no permissions to create a department on this 'Base'."
+#: plugins/admin/systems/class_systemManagement.inc:592
+#: plugins/admin/fai/class_faiManagement.inc:473
+msgid "This table displays all systems, in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:157
-#: plugins/admin/departments/class_departmentGeneric.inc:159
-msgid "Department with that 'Name' already exists."
+#: plugins/admin/systems/class_systemManagement.inc:625
+msgid "Cups Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:167
-msgid "Required field 'Description' is not set."
+#: plugins/admin/systems/class_systemManagement.inc:626
+msgid "Log Db"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:172
-msgid "The field 'Name' contains the reserved word 'incoming'."
+#: plugins/admin/systems/class_systemManagement.inc:627
+msgid "Syslog Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:173
-msgid " Please choose another name."
+#: plugins/admin/systems/class_systemManagement.inc:628
+msgid "Mail Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:43
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
-msgid "Departments"
+#: plugins/admin/systems/class_systemManagement.inc:629
+msgid "Imap Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:185
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
-#, php-format
-msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+#: plugins/admin/systems/class_systemManagement.inc:630
+msgid "Nfs Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:202
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
-msgid "You have no permission to remove this department."
+#: plugins/admin/systems/class_systemManagement.inc:631
+msgid "Kerberos Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:281
-msgid "Create new department"
+#: plugins/admin/systems/class_systemManagement.inc:632
+msgid "Asterisk Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:289
-msgid "This table displays all departments, in the selected tree."
+#: plugins/admin/systems/class_systemManagement.inc:633
+msgid "Fax Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:298
-msgid "Department name"
+#: plugins/admin/systems/class_systemManagement.inc:634
+msgid "Ldap Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:392
-msgid ".."
+#: plugins/admin/systems/class_systemManagement.inc:660
+msgid "Set root password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:53
-#: plugins/admin/systems/class_terminalInfo.inc:181
-msgid "present"
+#: plugins/admin/systems/class_systemManagement.inc:706
+#: plugins/admin/ogroups/class_ogroupManagement.inc:488
+msgid "Terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:65
-#: plugins/admin/systems/class_terminalService.inc:139
-#: plugins/admin/systems/class_terminalStartup.inc:99
-#: plugins/admin/systems/class_workstationService.inc:124
-#: plugins/admin/systems/class_workstationStartup.inc:215
-#: plugins/admin/systems/class_terminalGeneric.inc:130
-msgid "This 'dn' has no terminal features."
+#: plugins/admin/systems/class_systemManagement.inc:707
+#: plugins/admin/ogroups/class_ogroupManagement.inc:487
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:72
-msgid "This is a virtual terminal which has no properties to show here."
+#: plugins/admin/systems/class_systemManagement.inc:712
+msgid "Winstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:92
-msgid "online"
+#: plugins/admin/systems/class_systemManagement.inc:713
+msgid "Network Device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:144
-msgid "running"
+#: plugins/admin/systems/class_systemManagement.inc:930
+msgid "New terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:147
-msgid "not running"
+#: plugins/admin/systems/class_systemManagement.inc:933
+msgid "New workstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:155
-msgid "unknown status"
+#: plugins/admin/systems/class_systemManagement.inc:950
+msgid "Terminal template for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:173
-msgid "offline"
+#: plugins/admin/systems/class_systemManagement.inc:962
+msgid "Workstation template for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network settings"
+#: plugins/admin/systems/class_workstationGeneric.inc:70
+msgid "Activated"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:8
-msgid "IP-address"
+#: plugins/admin/systems/class_workstationGeneric.inc:72
+msgid "Memory test"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:16
-msgid "MAC-address"
+#: plugins/admin/systems/class_workstationGeneric.inc:73
+msgid "System analysis"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_winGeneric.inc:73
-#: plugins/admin/systems/class_componentGeneric.inc:51
-msgid "This 'dn' has no network features."
+#: plugins/admin/systems/class_workstationGeneric.inc:100
+msgid "No ACTIONCMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_winGeneric.inc:142
-#: plugins/admin/systems/class_componentGeneric.inc:113
-msgid "The required field 'Component name' is not set."
+#: plugins/admin/systems/class_workstationGeneric.inc:114
+msgid "This 'dn' has no workstation features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_winGeneric.inc:156
-#: plugins/admin/systems/class_componentGeneric.inc:126
-msgid "You have no permissions to create a component on this 'Base'."
+#: plugins/admin/systems/class_workstationGeneric.inc:132
+msgid "Instant update"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_winGeneric.inc:166
-#: plugins/admin/systems/class_phoneGeneric.inc:302
-#: plugins/admin/systems/class_terminalGeneric.inc:260
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/systems/class_workstationGeneric.inc:221
-#: plugins/admin/systems/class_printGeneric.inc:458
-#: plugins/admin/systems/class_componentGeneric.inc:136
-#, php-format
-msgid "There is already an entry '%s' in the base choosen by you"
+#: plugins/admin/systems/class_workstationGeneric.inc:133
+#: plugins/admin/systems/class_workstationGeneric.inc:139
+msgid "Scheduled update"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
+#: plugins/admin/systems/class_workstationGeneric.inc:134
+#: plugins/admin/systems/class_workstationGeneric.inc:138
+msgid "Reinstall"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
+#: plugins/admin/systems/class_workstationGeneric.inc:135
+msgid "Rescan hardware"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
+#: plugins/admin/systems/class_workstationGeneric.inc:204
+msgid "You have no permissions to create a workstation on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
+#: plugins/admin/systems/class_workstationGeneric.inc:208
+msgid "The required field 'Workstation name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
+#: plugins/admin/systems/class_printGeneric.inc:194
+#: plugins/admin/systems/class_printGeneric.inc:215
+#: plugins/admin/systems/class_printGeneric.inc:218
+msgid "Add printer extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
+#: plugins/admin/systems/class_printGeneric.inc:195
+msgid ""
+"This workstation has printer extension disabled. You can't enable it while "
+"'cn' is not present in entry. Possibly you are currently creating a new "
+"terminal template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
+#: plugins/admin/systems/class_printGeneric.inc:207
+#: plugins/admin/systems/class_printGeneric.inc:210
+msgid "Remove printer extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
+#: plugins/admin/systems/class_printGeneric.inc:208
+msgid ""
+"This workstation has printer extension enabled.You can disable it by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
+#: plugins/admin/systems/class_printGeneric.inc:211
+msgid ""
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
+#: plugins/admin/systems/class_printGeneric.inc:216
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
+#: plugins/admin/systems/class_printGeneric.inc:219
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
+#: plugins/admin/systems/class_printGeneric.inc:230
+msgid "This 'dn' has no printer features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
+#: plugins/admin/systems/class_printGeneric.inc:364
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:73
-#: plugins/admin/systems/workstationService.tpl:83
-#: plugins/admin/systems/terminalService.tpl:83
-msgid "Graphic device"
+#: plugins/admin/systems/class_printGeneric.inc:372
+msgid "can't get ppd informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
+#: plugins/admin/systems/class_printGeneric.inc:384
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
+#: plugins/admin/systems/class_printGeneric.inc:386
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
+#: plugins/admin/systems/class_printGeneric.inc:448
+msgid "You have no permissions to create a printer on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
+#: plugins/admin/systems/class_printGeneric.inc:584
+#: plugins/admin/systems/class_printGeneric.inc:586
+#: plugins/admin/ogroups/class_ogroupManagement.inc:482
+#: plugins/admin/fai/faiTemplateEntry.tpl:71
+#: plugins/admin/fai/faiTemplateEntry.tpl:103
+#: plugins/generic/references/class_reference.inc:36
+msgid "Group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
+#: plugins/admin/systems/class_servDNS.inc:36
+msgid "Remove DNS service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
+#: plugins/admin/systems/class_servDNS.inc:37
+msgid ""
+"This server has DNS features enabled. You can disable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
+#: plugins/admin/systems/class_servDNS.inc:39
+msgid "Add DNS service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
+#: plugins/admin/systems/class_servDNS.inc:40
+msgid ""
+"This server has DNS features disabled. You can enable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
+#: plugins/admin/systems/workstation.tpl:9
+msgid "Workstation template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
+#: plugins/admin/systems/workstation.tpl:11
+msgid "Workstation name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:83
-#: plugins/admin/systems/class_workstationService.inc:68
-msgid "default"
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:84
-#: plugins/admin/systems/class_workstationService.inc:69
-msgid "show chooser"
+#: plugins/admin/systems/servdb.tpl:10
+msgid "Kerberos Realm"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:85
-#: plugins/admin/systems/class_workstationService.inc:70
-msgid "direct"
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
+msgid "Admin user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:88
-#: plugins/admin/systems/class_workstationService.inc:73
-msgid "load balanced"
+#: plugins/admin/systems/servdb.tpl:26
+msgid "FAX database"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:91
-#: plugins/admin/systems/class_workstationService.inc:76
-msgid "Windows RDP"
+#: plugins/admin/systems/servdb.tpl:30
+msgid "FAX DB user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:92
-#: plugins/admin/systems/class_workstationService.inc:77
-msgid "ICA client"
+#: plugins/admin/systems/servdb.tpl:42
+msgid "Asterisk management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:187
-#: plugins/admin/systems/class_workstationService.inc:171
-msgid "Choose the phone located at the current terminal"
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:251
-#: plugins/admin/systems/class_terminalService.inc:256
-#: plugins/admin/systems/class_workstationService.inc:236
-#: plugins/admin/systems/class_workstationService.inc:241
-msgid "Please specify a valid VSync range."
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:266
-#: plugins/admin/systems/class_terminalService.inc:271
-#: plugins/admin/systems/class_workstationService.inc:251
-#: plugins/admin/systems/class_workstationService.inc:256
-msgid "Please specify a valid HSync range."
+#: plugins/admin/systems/servdb.tpl:58
+msgid "Local dial prefix"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
+#: plugins/admin/systems/servdb.tpl:70
+msgid "IMAP admin access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:264
-msgid "Terminal server, must have fontpath specified."
+#: plugins/admin/systems/servdb.tpl:74
+msgid "Server identifier"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Nfs Export"
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:72
-msgid "Terminal Service"
+#: plugins/admin/systems/servdb.tpl:104
+msgid "Logging DB user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:77
-msgid "Temporary disable login"
+#: plugins/admin/systems/class_servKolab.inc:115
+msgid "Remove Kolab extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:80
-msgid "Font path"
+#: plugins/admin/systems/class_servKolab.inc:115
+msgid ""
+"This server has kolab features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:93
-msgid "Syslog Service"
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid "Add Kolab service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:101
-msgid "Print Service"
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid ""
+"This server has kolab features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:109
-msgid "Mail server"
+#: plugins/admin/systems/class_servKolab.inc:146
+#, php-format
+msgid "Include data from %s days in the past when creating free/busy lists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
+#: plugins/admin/systems/class_servKolab.inc:152
+#, php-format
+msgid "Warn users when using more than %s%% of their mail quota"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:4
-msgid ""
-"Linux terminals and workstations are autocreated on bootup. For this reason "
-"you're only be able to create templates for a specific tree. Servers are "
-"normally automatically added too, but in some special cases you may need to "
-"create a faked server entry to provide GOsa with some informations. Other "
-"network components may be used for Nagios setups to create component "
-"dependencies."
+#: plugins/admin/systems/class_servKolab.inc:224
+msgid "Future days in Free/Busy settings must be set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:7
-msgid "Linux thin client template"
+#: plugins/admin/systems/class_servKolab.inc:226
+msgid "Future days in Free/Busy settings must be a positive value."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
+#: plugins/admin/systems/class_servKolab.inc:230
+msgid "The given Quota settings value must be a number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
+#: plugins/admin/systems/class_servKolab.inc:232
+msgid "Please choose a value between 1 and 100 for Quota settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
+#: plugins/admin/systems/class_servKolab.inc:234
+msgid "Future days must be a value."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
+#: plugins/admin/systems/class_servKolab.inc:238
+msgid "No SMTP privileged networks set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
+#: plugins/admin/systems/class_servKolab.inc:242
+msgid "No SMTP smarthost/relayhost set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
+#: plugins/admin/systems/servkolab.tpl:14
+msgid "POP3 service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/server.tpl:15
-#: plugins/admin/systems/phone.tpl:15 plugins/admin/systems/terminal.tpl:20
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
+#: plugins/admin/systems/servkolab.tpl:22
+msgid "POP3/SSL service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:4
-#: plugins/admin/systems/terminalService.tpl:4
-msgid "Keyboard"
+#: plugins/admin/systems/servkolab.tpl:30
+msgid "IMAP service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:7
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:210
-msgid "Model"
+#: plugins/admin/systems/servkolab.tpl:38
+msgid "IMAP/SSL service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:9
-#: plugins/admin/systems/terminalService.tpl:9
-msgid "Choose keyboard model"
+#: plugins/admin/systems/servkolab.tpl:46
+msgid "Sieve service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:15
-#: plugins/admin/systems/terminalService.tpl:15
-msgid "Layout"
+#: plugins/admin/systems/servkolab.tpl:54
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:17
-#: plugins/admin/systems/terminalService.tpl:17
-msgid "Choose keyboard layout"
+#: plugins/admin/systems/servkolab.tpl:62
+msgid "HTTP FreeBusy service (legacy)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:23
-#: plugins/admin/systems/terminalService.tpl:23
-msgid "Variant"
+#: plugins/admin/systems/servkolab.tpl:70
+msgid "Amavis email scanning (virus/spam)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:25
-#: plugins/admin/systems/terminalService.tpl:25
-msgid "Choose keyboard variant"
+#: plugins/admin/systems/servkolab.tpl:81
+msgid "Quota settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:39
-#: plugins/admin/systems/terminalService.tpl:39
-msgid "Mouse"
+#: plugins/admin/systems/servkolab.tpl:97
+msgid "Free/Busy settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:44
-#: plugins/admin/systems/terminalService.tpl:44
-msgid "Choose mouse type"
+#: plugins/admin/systems/servkolab.tpl:102
+msgid "Allow unauthenticated downloading of Free/Busy information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:50
-#: plugins/admin/systems/terminalService.tpl:50
-msgid "Port"
+#: plugins/admin/systems/servkolab.tpl:117
+msgid "SMTP privileged networks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:52
-#: plugins/admin/systems/terminalService.tpl:52
-msgid "Choose mouse port"
+#: plugins/admin/systems/servkolab.tpl:122
+msgid "Hosts/networks allowed to relay"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:66
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/gofon/phoneaccount/generic.tpl:24
-msgid "Telephone hardware"
+#: plugins/admin/systems/servkolab.tpl:125
+msgid "Enter multiple values, seperated with"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:69
-#: plugins/admin/systems/terminalService.tpl:69
-#: plugins/gofon/phoneaccount/generic.tpl:26
-#: plugins/gofon/phoneaccount/generic.tpl:28
-msgid "Telephone"
+#: plugins/admin/systems/servkolab.tpl:138
+msgid "SMTP smarthost/relayhost"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/printer.tpl:45
-#: plugins/admin/systems/terminalService.tpl:86
-msgid "Driver"
+#: plugins/admin/systems/servkolab.tpl:144
+msgid "Enable MX lookup for relayhost"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:88
-#: plugins/admin/systems/terminalService.tpl:88
-msgid "Choose graphic driver that is needed by the installed graphic board"
+#: plugins/admin/systems/servkolab.tpl:149
+msgid "Host used to relay mails"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:96
-#: plugins/admin/systems/terminalService.tpl:96
-msgid "Choose screen resolution used in graphic mode"
+#: plugins/admin/systems/servkolab.tpl:163
+msgid "Accept Internet Mail"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:102
-#: plugins/admin/systems/terminalService.tpl:102
-msgid "Color depth"
+#: plugins/admin/systems/servkolab.tpl:169
+msgid "Accept mail from other domains over non-authenticated SMTP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:104
-#: plugins/admin/systems/terminalService.tpl:104
-msgid "Choose colordepth used in graphic mode"
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:117
-#: plugins/admin/systems/terminalService.tpl:117
-msgid "Display device"
+#: plugins/admin/systems/remove.tpl:6
+msgid ""
+"This includes <b>all</b> system and setup informations. Please double check "
+"if your really want to do this since there is no way for GOsa to get your "
+"data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:124
-#: plugins/admin/systems/terminalService.tpl:124
-msgid "HSync"
+#: plugins/admin/systems/headpage.tpl:6
+msgid "List of systems"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:126
-#: plugins/admin/systems/terminalService.tpl:126
-msgid "Horizontal refresh frequency for installed monitor"
+#: plugins/admin/systems/headpage.tpl:24
+msgid ""
+"This menu allows you to add, remove and change the properties of specific "
+"systems. You can only add systems which have already been started once."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:129
-#: plugins/admin/systems/terminalService.tpl:129
-msgid "VSync"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Select to see servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:131
-#: plugins/admin/systems/terminalService.tpl:131
-msgid "Vertical refresh frequency for installed monitor"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Show servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:143
-#: plugins/admin/systems/terminalService.tpl:203
-msgid "Scan device"
+#: plugins/admin/systems/headpage.tpl:39
+msgid "Select to see Linux terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:144
-#: plugins/admin/systems/terminalService.tpl:204
-msgid "Select to start SANE scan service on terminal"
+#: plugins/admin/systems/headpage.tpl:39
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Show terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:145
-#: plugins/admin/systems/terminalService.tpl:205
-msgid "Provide scan services"
+#: plugins/admin/systems/headpage.tpl:40
+msgid "Select to see Linux workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
+#: plugins/admin/systems/headpage.tpl:40
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Show workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-msgid "Display members of department"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Select to see MicroSoft Windows based workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-msgid "Display members matching"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Show windows based workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-msgid "Regular expression for matching member names"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Select to see network printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:197
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Show network printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:251
-msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
+#: plugins/admin/systems/headpage.tpl:43
+msgid "Select to see VOIP phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:105
-msgid "This 'dn' has no phone features."
+#: plugins/admin/systems/headpage.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Show phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
-msgid "yes"
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Select to see network devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
-msgid "no"
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Show network devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:198
-msgid "dynamic"
+#: plugins/admin/systems/headpage.tpl:52
+msgid "Regular expression for matching system names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:198
-msgid "Networksettings"
+#: plugins/admin/systems/headpage.tpl:59
+msgid "Display systems of user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:216
-#, php-format
-msgid ""
-"Can't delete because there are user which are depending on this phone. One "
-"of them is user '%s'."
+#: plugins/admin/systems/headpage.tpl:62
+msgid "User name of which terminal(s) are shown"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:273
-msgid "The required field 'Phone name' is not set."
+#: plugins/admin/systems/password.tpl:2
+msgid ""
+"To change the terminal root password use the fields below. The changes take "
+"effect during the next reboot. Please memorize the new password, because you "
+"wouldn't be able to log in."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:276
-msgid "The 'Phone name' '0' is reserved and cannot be used."
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:279
-#: plugins/admin/systems/class_componentGeneric.inc:116
-msgid "The required field 'MAC-address' is not set."
+#: plugins/admin/systems/password.tpl:9
+msgid "Changing the password impinges on authentification only."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:282
-#: plugins/admin/systems/class_componentGeneric.inc:119
-msgid "The required field 'IP-address' is not set."
+#: plugins/admin/systems/class_servRepositorySetup.inc:115
+msgid "Please enter a value for 'release'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:285
-msgid "Wrong IP format in field IP-address."
+#: plugins/admin/systems/class_servRepositorySetup.inc:146
+msgid "Master"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "You have no permissions to create a phone on this 'Base'."
+#: plugins/admin/systems/class_componentGeneric.inc:116
+#: plugins/admin/systems/class_phoneGeneric.inc:279
+msgid "The required field 'MAC-address' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:64
-#, php-format
-msgid "Can't open '%s', ppd settings resetted."
+#: plugins/admin/systems/class_componentGeneric.inc:119
+#: plugins/admin/systems/class_phoneGeneric.inc:282
+msgid "The required field 'IP-address' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:105
-#, php-format
-msgid ""
-"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
-"informations."
+#: plugins/admin/systems/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:106
-msgid "Can't get ppd informations."
+#: plugins/admin/systems/chooser.tpl:4
+msgid ""
+"Linux terminals and workstations are autocreated on bootup. For this reason "
+"you're only be able to create templates for a specific tree. Servers are "
+"normally automatically added too, but in some special cases you may need to "
+"create a faked server entry to provide GOsa with some informations. Other "
+"network components may be used for Nagios setups to create component "
+"dependencies."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:122
-#, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:135
-#, php-format
-msgid "There is already a ppd file for this kind of printer."
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:143
-#, php-format
-msgid "Can't save file '%s'."
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:162
-#: plugins/admin/systems/class_printerPPDDialog.inc:165
-msgid "Please specify a valid ppd file."
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:189
-msgid "Please select a valid ppd."
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:363
-#: plugins/admin/systems/class_printerPPDDialog.inc:366
-msgid "True"
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:364
-#: plugins/admin/systems/class_printerPPDDialog.inc:367
-msgid "False"
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:372
-#, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
+#: plugins/admin/systems/class_phoneGeneric.inc:105
+msgid "This 'dn' has no phone features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+msgid "yes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/ogroups/termgroup.tpl:3
-msgid "Action"
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+msgid "no"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/server.tpl:42
-msgid "Select action to execute for this server"
+#: plugins/admin/systems/class_phoneGeneric.inc:198
+msgid "dynamic"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:63
-msgid "text"
+#: plugins/admin/systems/class_phoneGeneric.inc:198
+msgid "Networksettings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:64
-msgid "graphic"
+#: plugins/admin/systems/class_phoneGeneric.inc:216
+#, php-format
+msgid ""
+"Can't delete because there are user which are depending on this phone. One "
+"of them is user '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:92
-#: plugins/admin/systems/class_servGeneric.inc:62
-#: plugins/admin/ogroups/class_termgroup.inc:62
-msgid "No WAKECMD definition found in your gosa.conf"
+#: plugins/admin/systems/class_phoneGeneric.inc:273
+msgid "The required field 'Phone name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:96
-#: plugins/admin/systems/class_terminalGeneric.inc:108
-#: plugins/admin/systems/class_terminalGeneric.inc:120
-#: plugins/admin/systems/class_servGeneric.inc:66
-#: plugins/admin/systems/class_servGeneric.inc:78
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/systems/class_workstationGeneric.inc:104
-#: plugins/admin/ogroups/class_termgroup.inc:66
-#: plugins/admin/ogroups/class_termgroup.inc:78
-#: plugins/admin/ogroups/class_termgroup.inc:90
-#, php-format
-msgid "Execution of '%s' failed!"
+#: plugins/admin/systems/class_phoneGeneric.inc:276
+msgid "The 'Phone name' '0' is reserved and cannot be used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: plugins/admin/systems/class_servGeneric.inc:74
-#: plugins/admin/ogroups/class_termgroup.inc:74
-msgid "No REBOOTCMD definition found in your gosa.conf"
+#: plugins/admin/systems/class_phoneGeneric.inc:285
+msgid "Wrong IP format in field IP-address."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:116
-#: plugins/admin/systems/class_servGeneric.inc:86
-#: plugins/admin/ogroups/class_termgroup.inc:86
-msgid "No HALTCMD definition found in your gosa.conf"
+#: plugins/admin/systems/class_phoneGeneric.inc:290
+msgid ""
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Switch off"
+#: plugins/admin/systems/class_phoneGeneric.inc:297
+msgid "You have no permissions to create a phone on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Reboot"
+#: plugins/admin/systems/phonesettings.tpl:1
+msgid "Advanced phone settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:117
-#: plugins/admin/systems/class_workstationGeneric.inc:137
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Wake up"
+#: plugins/admin/systems/phonesettings.tpl:6
+msgid "Phone type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:243
-msgid "You have no permissions to create a terminal on this 'Base'."
+#: plugins/admin/systems/phonesettings.tpl:7
+#: plugins/admin/systems/phonesettings.tpl:25
+#: plugins/admin/systems/phonesettings.tpl:35
+#: plugins/admin/systems/phonesettings.tpl:49
+#: plugins/admin/systems/phonesettings.tpl:78
+#: plugins/admin/systems/phonesettings.tpl:109
+#: plugins/admin/systems/phonesettings.tpl:156
+msgid "Choose a phone type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:247
-msgid "The required field 'Terminal name' is not set."
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-msgid "Printer driver"
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:46
-msgid "Select"
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+msgid "Default IP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
-msgid "New driver"
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "LDAP server"
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:10
-#: plugins/admin/systems/terminalStartup.tpl:10
-msgid "Choose LDAP server to use for accounts and terminal management"
+#: plugins/admin/systems/phonesettings.tpl:116
+msgid "Secret"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Boot kernel"
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
-msgid "Enter the filename of the kernel to use"
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "Custom options"
+#: plugins/admin/systems/phonesettings.tpl:145
+msgid "Account code"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:24
-#: plugins/admin/systems/terminalStartup.tpl:24
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:35
-msgid "FAI server"
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:42
-msgid "Assigned FAI classes"
+#: plugins/admin/systems/phonesettings.tpl:183
+msgid "Hosts that are not allowed to connect"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:62
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:64
-#: plugins/admin/systems/terminalStartup.tpl:55
-msgid "Add additional modules to load on startup"
+#: plugins/admin/systems/workstationService.tpl:4
+#: plugins/admin/systems/terminalService.tpl:4
+msgid "Keyboard"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
+#: plugins/admin/systems/workstationService.tpl:7
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:210
+msgid "Model"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servGeneric.inc:52
-msgid "This 'dn' has no server features."
+#: plugins/admin/systems/workstationService.tpl:9
+#: plugins/admin/systems/terminalService.tpl:9
+msgid "Choose keyboard model"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servGeneric.inc:166
-msgid "The required field 'Server name' is not set."
+#: plugins/admin/systems/workstationService.tpl:15
+#: plugins/admin/systems/terminalService.tpl:15
+msgid "Layout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servGeneric.inc:173
-msgid "You have no permissions to create a server on this 'Base'."
+#: plugins/admin/systems/workstationService.tpl:17
+#: plugins/admin/systems/terminalService.tpl:17
+msgid "Choose keyboard layout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:9
-msgid "Terminal template"
+#: plugins/admin/systems/workstationService.tpl:23
+#: plugins/admin/systems/terminalService.tpl:23
+msgid "Variant"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:11
-msgid "Terminal name"
+#: plugins/admin/systems/workstationService.tpl:25
+#: plugins/admin/systems/terminalService.tpl:25
+msgid "Choose keyboard variant"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:36
-#: plugins/admin/systems/workstation.tpl:45
-#: plugins/admin/systems/phonesettings.tpl:21
-msgid "Mode"
+#: plugins/admin/systems/workstationService.tpl:39
+#: plugins/admin/systems/terminalService.tpl:39
+msgid "Mouse"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:38
-#: plugins/admin/systems/workstation.tpl:47
-msgid "Select terminal mode"
+#: plugins/admin/systems/workstationService.tpl:44
+#: plugins/admin/systems/terminalService.tpl:44
+msgid "Choose mouse type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:52
-msgid "Root server"
+#: plugins/admin/systems/workstationService.tpl:50
+#: plugins/admin/systems/terminalService.tpl:50
+msgid "Port"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:54
-msgid "Select NFS root filesystem to use"
+#: plugins/admin/systems/workstationService.tpl:52
+#: plugins/admin/systems/terminalService.tpl:52
+msgid "Choose mouse port"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:60
-msgid "Swap server"
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+msgid "Telephone hardware"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:62
-msgid "Choose NFS filesystem to place swap files on"
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+msgid "Telephone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:74
-#: plugins/admin/systems/workstation.tpl:54
-msgid "Syslog server"
+#: plugins/admin/systems/workstationService.tpl:88
+#: plugins/admin/systems/terminalService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:76
-#: plugins/admin/systems/workstation.tpl:56
-msgid "Choose server to use for logging"
+#: plugins/admin/systems/workstationService.tpl:96
+#: plugins/admin/systems/terminalService.tpl:96
+msgid "Choose screen resolution used in graphic mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:82
-#: plugins/admin/systems/workstation.tpl:62
-msgid "NTP server"
+#: plugins/admin/systems/workstationService.tpl:102
+#: plugins/admin/systems/terminalService.tpl:102
+msgid "Color depth"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:84
-#: plugins/admin/systems/workstation.tpl:64
-msgid "Choose server to use for synchronizing time"
+#: plugins/admin/systems/workstationService.tpl:104
+#: plugins/admin/systems/terminalService.tpl:104
+msgid "Choose colordepth used in graphic mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:103
-#: plugins/admin/systems/workstation.tpl:82
-msgid "Select action to execute for this terminal"
+#: plugins/admin/systems/workstationService.tpl:117
+#: plugins/admin/systems/terminalService.tpl:117
+msgid "Display device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
+#: plugins/admin/systems/workstationService.tpl:124
+#: plugins/admin/systems/terminalService.tpl:124
+msgid "HSync"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDHCP.inc:37
-msgid ""
-"This server has DHCP features enabled. You can disable them by clicking "
-"below."
+#: plugins/admin/systems/workstationService.tpl:126
+#: plugins/admin/systems/terminalService.tpl:126
+msgid "Horizontal refresh frequency for installed monitor"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDHCP.inc:39
-msgid "Add DHCP service"
+#: plugins/admin/systems/workstationService.tpl:129
+#: plugins/admin/systems/terminalService.tpl:129
+msgid "VSync"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDHCP.inc:40
-msgid ""
-"This server has DHCP features disabled. You can enable them by clicking "
-"below."
+#: plugins/admin/systems/workstationService.tpl:131
+#: plugins/admin/systems/terminalService.tpl:131
+msgid "Vertical refresh frequency for installed monitor"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
-#: plugins/admin/ogroups/ogroup_objects.tpl:6
-msgid "Select objects to add"
+#: plugins/admin/systems/workstationService.tpl:143
+#: plugins/admin/systems/terminalService.tpl:203
+msgid "Scan device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
-msgid "Close"
+#: plugins/admin/systems/workstationService.tpl:144
+#: plugins/admin/systems/terminalService.tpl:204
+msgid "Select to start SANE scan service on terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:70
-msgid "Activated"
+#: plugins/admin/systems/workstationService.tpl:145
+#: plugins/admin/systems/terminalService.tpl:205
+msgid "Provide scan services"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:71
-msgid "Locked"
+#: plugins/admin/systems/class_servNfs.inc:104
+msgid "Please specify a valid path for your setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:72
-msgid "Memory test"
+#: plugins/admin/systems/class_servNfs.inc:110
+msgid "Please specify a valid name for your setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:73
-msgid "System analysis"
+#: plugins/admin/systems/class_servNfs.inc:113
+msgid "Please specify a name for your setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:100
-msgid "No ACTIONCMD definition found in your gosa.conf"
+#: plugins/admin/systems/class_servNfs.inc:118
+msgid "Description contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:114
-msgid "This 'dn' has no workstation features."
+#: plugins/admin/systems/class_servNfs.inc:122
+msgid "Path contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:132
-msgid "Instant update"
+#: plugins/admin/systems/class_servNfs.inc:126
+msgid "Option contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:133
-#: plugins/admin/systems/class_workstationGeneric.inc:139
-msgid "Scheduled update"
+#: plugins/admin/systems/servnfs.tpl:1
+msgid "Edit share"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:134
-#: plugins/admin/systems/class_workstationGeneric.inc:138
-msgid "Reinstall"
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:135
-msgid "Rescan hardware"
+#: plugins/admin/systems/servnfs.tpl:25
+msgid "Path"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:204
-msgid "You have no permissions to create a workstation on this 'Base'."
+#: plugins/admin/systems/servnfs.tpl:49
+msgid "Charset"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:208
-msgid "The required field 'Workstation name' is not set."
+#: plugins/admin/systems/servnfs.tpl:59
+msgid "Option"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
+#: plugins/admin/systems/printerPPDDialog.tpl:1
+msgid "Printer driver"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:334
-msgid "You can't edit this object type yet!"
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:46
+msgid "Select"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:350
-msgid "Passwords entered as new and repeated do not match!"
+#: plugins/admin/systems/printerPPDDialog.tpl:9
+msgid "New driver"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:363
-msgid "You are not allowed to set this systems password!"
+#: plugins/admin/systems/class_printerPPDDialog.inc:64
+#, php-format
+msgid "Can't open '%s', ppd settings resetted."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:407
+#: plugins/admin/systems/class_printerPPDDialog.inc:105
 #, php-format
 #, php-format
-msgid "You're about to delete all information about the component at '%s'."
+msgid ""
+"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
+"informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:569
-msgid "New Terminal template"
+#: plugins/admin/systems/class_printerPPDDialog.inc:106
+msgid "Can't get ppd informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:569
-#: plugins/admin/systems/class_systemManagement.inc:710
-msgid "New Terminal"
+#: plugins/admin/systems/class_printerPPDDialog.inc:122
+#, php-format
+msgid "Can't create folder '%s' for the uploaded ppd file."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:570
-msgid "New Workstation template"
+#: plugins/admin/systems/class_printerPPDDialog.inc:135
+#, php-format
+msgid "There is already a ppd file for this kind of printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:570
-#: plugins/admin/systems/class_systemManagement.inc:711
-msgid "New Workstation"
+#: plugins/admin/systems/class_printerPPDDialog.inc:143
+#, php-format
+msgid "Can't save file '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:571
-msgid "New Server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:162
+#: plugins/admin/systems/class_printerPPDDialog.inc:165
+msgid "Please specify a valid ppd file."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:572
-msgid "New Printer"
+#: plugins/admin/systems/class_printerPPDDialog.inc:189
+msgid "Please select a valid ppd."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:573
-msgid "New Phone"
+#: plugins/admin/systems/class_printerPPDDialog.inc:313
+#: plugins/admin/fai/faiPackage.tpl:41
+msgid "Section"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:574
-msgid "New Component"
+#: plugins/admin/systems/class_printerPPDDialog.inc:363
+#: plugins/admin/systems/class_printerPPDDialog.inc:366
+msgid "True"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:582
-msgid "Edit system"
+#: plugins/admin/systems/class_printerPPDDialog.inc:364
+#: plugins/admin/systems/class_printerPPDDialog.inc:367
+msgid "False"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:583
-msgid "Delete system"
+#: plugins/admin/systems/class_printerPPDDialog.inc:372
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:589
-msgid "System"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
+msgid "Printer ppd selection."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:625
-msgid "Cups Server"
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+msgid "Select objects to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:626
-msgid "Log Db"
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/fai/faiProfileEntry.tpl:56 plugins/admin/fai/headpage.tpl:47
+#: plugins/admin/fai/faiPackageEntry.tpl:48
+msgid "Display objects matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:627
-msgid "Syslog Server"
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:60 plugins/admin/fai/headpage.tpl:51
+#: plugins/admin/fai/faiPackageEntry.tpl:53
+msgid "Regular expression for matching object names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:628
-msgid "Mail Server"
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
+msgid "Close"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:629
-msgid "Imap Server"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:630
-msgid "Nfs Server"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+msgid "Display members of department"
+msgstr ""
+
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+msgid "Display members matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:631
-msgid "Kerberos Server"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+msgid "Regular expression for matching member names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:632
-msgid "Asterisk Server"
+#: plugins/admin/systems/class_workstationStartup.inc:197
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:633
-msgid "Fax Server"
+#: plugins/admin/systems/class_workstationStartup.inc:251
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:634
-msgid "Ldap Server"
+#: plugins/admin/systems/servRepositorySetup.tpl:1
+#: plugins/admin/fai/faiPackage.tpl:29
+msgid "Repository"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:660
-msgid "Set root password"
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
+msgid "Release"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:706
-#: plugins/admin/ogroups/class_ogroupManagement.inc:488
-msgid "Terminal"
+#: plugins/admin/systems/servRepositorySetup.tpl:15
+msgid "Parent server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:707
-#: plugins/admin/ogroups/class_ogroupManagement.inc:487
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+msgid "Url"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:712
-msgid "Winstation"
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:152
+msgid "Sections"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:713
-msgid "Network Device"
+#: plugins/admin/systems/workstationStartup.tpl:4
+#: plugins/admin/systems/terminalStartup.tpl:1
+msgid "Boot parameters"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:930
-msgid "New terminal"
+#: plugins/admin/systems/workstationStartup.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:8
+msgid "LDAP server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:933
-msgid "New workstation"
+#: plugins/admin/systems/workstationStartup.tpl:10
+#: plugins/admin/systems/terminalStartup.tpl:10
+msgid "Choose LDAP server to use for accounts and terminal management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:950
-msgid "Terminal template for"
+#: plugins/admin/systems/workstationStartup.tpl:17
+#: plugins/admin/systems/terminalStartup.tpl:17
+msgid "Boot kernel"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:962
-msgid "Workstation template for"
+#: plugins/admin/systems/workstationStartup.tpl:19
+#: plugins/admin/systems/terminalStartup.tpl:19
+msgid "Enter the filename of the kernel to use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:6
-msgid "General"
+#: plugins/admin/systems/workstationStartup.tpl:22
+#: plugins/admin/systems/terminalStartup.tpl:22
+msgid "Custom options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:9
-msgid "Printer name"
+#: plugins/admin/systems/workstationStartup.tpl:24
+#: plugins/admin/systems/terminalStartup.tpl:24
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:30
-msgid "Details"
+#: plugins/admin/systems/workstationStartup.tpl:35
+msgid "FAI server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:33
-msgid "Printer location"
+#: plugins/admin/systems/workstationStartup.tpl:41
+#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
+msgid "set"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:37
-msgid "Printer URL"
+#: plugins/admin/systems/workstationStartup.tpl:42
+msgid "Assigned FAI classes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:57
-msgid "Permissions"
+#: plugins/admin/systems/workstationStartup.tpl:62
+#: plugins/admin/systems/terminalStartup.tpl:53
+msgid "Kernel modules (format: name parameters)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:64
-msgid "Users which are allowed to use this printer"
+#: plugins/admin/systems/workstationStartup.tpl:64
+#: plugins/admin/systems/terminalStartup.tpl:55
+msgid "Add additional modules to load on startup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
-msgid "Add user"
+#: plugins/admin/systems/terminalService.tpl:141
+msgid "Remote desktop"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
-msgid "Add group"
+#: plugins/admin/systems/terminalService.tpl:145
+msgid "Connect method"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:80
-msgid "Users which are allowed to administrate this printer"
+#: plugins/admin/systems/terminalService.tpl:147
+msgid "Choose method to connect to terminal server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:81
-msgid "Admins"
+#: plugins/admin/systems/terminalService.tpl:154
+msgid "Terminal server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:36
-msgid "Remove DNS service"
+#: plugins/admin/systems/terminalService.tpl:156
+msgid "Select specific terminal server to use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:37
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
+#: plugins/admin/systems/terminalService.tpl:163
+msgid "Font server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:39
-msgid "Add DNS service"
+#: plugins/admin/systems/terminalService.tpl:165
+msgid "Select specific font server to use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:40
-msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
+#: plugins/admin/systems/terminalService.tpl:181
+msgid "Print device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:134
-#: plugins/admin/systems/class_servDB.inc:150
-#: plugins/admin/systems/class_servDB.inc:160
-#: plugins/admin/systems/class_servDB.inc:165
-#: plugins/admin/systems/class_servDB.inc:171
-#, php-format
-msgid "The attribute '%s' is empty or contains invalid characters."
+#: plugins/admin/systems/terminalService.tpl:182
+msgid "Select to start IPP based printing service on terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:140
-#, php-format
-msgid "The imap connect string needs to be in the form '%s'."
+#: plugins/admin/systems/terminalService.tpl:183
+msgid "Provide print services"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:144
-msgid "The sieve port needs to be numeric."
+#: plugins/admin/systems/terminalService.tpl:189
+msgid "Spool server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:155
-#, php-format
-msgid "The specified kerberos password is empty."
+#: plugins/admin/systems/terminalService.tpl:191
+msgid "Select NFS filesystem to place spool files on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:179
-#, php-format
-msgid "The imap name string needs to be a hostname or an IP-address."
+#: plugins/admin/systems/terminalService.tpl:212
+msgid "Select scanner driver to use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstation.tpl:9
-msgid "Workstation template"
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstation.tpl:11
-msgid "Workstation name"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:104
-msgid "Please specify a valid path for your setup."
+#: plugins/admin/systems/terminalStartup.tpl:38
+msgid "Select if terminal should boot in text mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:110
-msgid "Please specify a valid name for your setup."
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:113
-msgid "Please specify a name for your setup."
+#: plugins/admin/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:118
-msgid "Description contains invalid characters."
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:122
-msgid "Path contains invalid characters."
+#: plugins/admin/systems/class_servRepository.inc:73
+msgid "Remove FAI repository extension."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:126
-msgid "Option contains invalid characters."
+#: plugins/admin/systems/class_servRepository.inc:74
+msgid ""
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
+#: plugins/admin/systems/class_servRepository.inc:76
+msgid "Add FAI repository extension."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:10
-msgid "Kerberos Realm"
+#: plugins/admin/systems/class_servRepository.inc:77
+msgid ""
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
-msgid "Admin user"
+#: plugins/admin/systems/class_servRepository.inc:109
+msgid "This name is already in use."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:26
-msgid "FAX database"
+#: plugins/admin/systems/servRepository.tpl:7
+msgid "Repositories"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:30
-msgid "FAX DB user"
+#: plugins/admin/systems/servRepository.tpl:40
+msgid "Search filter"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:42
-msgid "Asterisk management"
+#: plugins/admin/ogroups/tabs_ogroups.inc:59
+#: plugins/admin/ogroups/tabs_ogroups.inc:151
+msgid "Phone queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
+#: plugins/admin/ogroups/tabs_ogroups.inc:84
+#: plugins/admin/ogroups/tabs_ogroups.inc:131
+msgid "Terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
+#: plugins/admin/ogroups/class_mailogroup.inc:41
+msgid ""
+"This group has mail features enabled. You can disable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+msgid ""
+"This group has mail features disabled. You can enable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:104
-msgid "Logging DB user"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:1
-msgid "Edit share"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:49
-msgid "Charset"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:59
-msgid "Option"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid "Remove Kolab extension"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid ""
-"This server has kolab features enabled. You can disable them by clicking "
-"below."
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid "Add Kolab service"
+#: plugins/admin/ogroups/ogroup_objects.tpl:37
+msgid "Display objects of department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/ogroups/termgroup.tpl:1
 msgid ""
 msgid ""
-"This server has kolab features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-
-#: plugins/admin/systems/class_servKolab.inc:146
-#, php-format
-msgid "Include data from %s days in the past when creating free/busy lists"
+"All actions you choose here influence <b>all</b> machines in this object "
+"group. Be aware that rebooting machines may not make people happy who are "
+"currently working at these machines."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:152
-#, php-format
-msgid "Warn users when using more than %s%% of their mail quota"
+#: plugins/admin/ogroups/termgroup.tpl:7
+msgid "Select action to execute for this   group of terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:224
-msgid "Future days in Free/Busy settings must be set."
+#: plugins/admin/ogroups/class_ogroup.inc:132
+msgid "This 'dn' is no object group."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:226
-msgid "Future days in Free/Busy settings must be a positive value."
+#: plugins/admin/ogroups/class_ogroup.inc:242
+msgid "too many different objects!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:230
-msgid "The given Quota settings value must be a number."
+#: plugins/admin/ogroups/class_ogroup.inc:244
+msgid "users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:232
-msgid "Please choose a value between 1 and 100 for Quota settings."
+#: plugins/admin/ogroups/class_ogroup.inc:245
+msgid "groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:234
-msgid "Future days must be a value."
+#: plugins/admin/ogroups/class_ogroup.inc:246
+msgid "applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:238
-msgid "No SMTP privileged networks set."
+#: plugins/admin/ogroups/class_ogroup.inc:247
+msgid "departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:242
-msgid "No SMTP smarthost/relayhost set."
+#: plugins/admin/ogroups/class_ogroup.inc:248
+msgid "servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:194
-#: plugins/admin/systems/class_printGeneric.inc:215
-#: plugins/admin/systems/class_printGeneric.inc:218
-msgid "Add printer extension"
+#: plugins/admin/ogroups/class_ogroup.inc:249
+msgid "workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:195
-msgid ""
-"This workstation has printer extension disabled. You can't enable it while "
-"'cn' is not present in entry. Possibly you are currently creating a new "
-"terminal template"
+#: plugins/admin/ogroups/class_ogroup.inc:250
+msgid "terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:207
-#: plugins/admin/systems/class_printGeneric.inc:210
-msgid "Remove printer extension"
+#: plugins/admin/ogroups/class_ogroup.inc:251
+msgid "phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:208
-msgid ""
-"This workstation has printer extension enabled.You can disable it by "
-"clicking below."
+#: plugins/admin/ogroups/class_ogroup.inc:252
+msgid "printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:211
-msgid ""
-"This terminal has printer extension enabled. You can disable it by clicking "
-"below."
+#: plugins/admin/ogroups/class_ogroup.inc:259
+msgid "and"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:216
-msgid ""
-"This workstation has printer extension disabled. You can enable it by "
-"clicking below."
+#: plugins/admin/ogroups/class_ogroup.inc:410
+msgid "Non existing dn: "
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:219
-msgid ""
-"This terminal has printer extension disabled. You can enable it by clicking "
-"below."
+#: plugins/admin/ogroups/class_ogroup.inc:534
+msgid "There is already an object with this cn."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:230
-msgid "This 'dn' has no printer features."
+#: plugins/admin/ogroups/class_ogroup.inc:551
+msgid "You can combine two different object types at maximum only!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:364
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
+#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+msgid "Object groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:372
-msgid "can't get ppd informations."
+#: plugins/admin/ogroups/class_ogroupManagement.inc:41
+msgid "UNIX accounts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:384
-#, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
+#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
+#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
+#: html/getxls.php:245 html/getxls.php:316
+msgid "Servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:386
-#, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
+#: plugins/admin/ogroups/class_ogroupManagement.inc:46
+msgid "Thin Clients"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:448
-msgid "You have no permissions to create a printer on this 'Base'."
+#: plugins/admin/ogroups/class_ogroupManagement.inc:47
+msgid "Workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:14
-msgid "POP3 service"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:217
+#, php-format
+msgid "You're about to delete the object group '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:22
-msgid "POP3/SSL service"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:223
+#: plugins/admin/ogroups/class_ogroupManagement.inc:249
+msgid "You are not allowed to delete this object group!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:30
-msgid "IMAP service"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+msgid "Create new object group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:38
-msgid "IMAP/SSL service"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+msgid "Name of object groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:46
-msgid "Sieve service"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:440
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:54
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:62
-msgid "HTTP FreeBusy service (legacy)"
+#: plugins/admin/ogroups/generic.tpl:33
+msgid "Member objects"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:70
-msgid "Amavis email scanning (virus/spam)"
+#: plugins/admin/ogroups/remove.tpl:7
+msgid ""
+"Please double check if you really want to do this since there is no way for "
+"GOsa to get your data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:81
-msgid "Quota settings"
+#: plugins/admin/ogroups/headpage.tpl:24
+msgid ""
+"This menu allows you to add, edit or remove selected groups. You may want to "
+"use the range selector on top of the group listbox, when working with a "
+"large number of groups."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:97
-msgid "Free/Busy settings"
+#: plugins/admin/ogroups/headpage.tpl:39
+msgid "Show groups containing users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:102
-msgid "Allow unauthenticated downloading of Free/Busy information"
+#: plugins/admin/ogroups/headpage.tpl:40
+msgid "Show groups containing groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:117
-msgid "SMTP privileged networks"
+#: plugins/admin/ogroups/headpage.tpl:41
+msgid "Show groups containing applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:122
-msgid "Hosts/networks allowed to relay"
+#: plugins/admin/ogroups/headpage.tpl:42
+msgid "Show groups containing departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:125
-msgid "Enter multiple values, seperated with"
+#: plugins/admin/ogroups/headpage.tpl:43
+msgid "Show groups containing servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:138
-msgid "SMTP smarthost/relayhost"
+#: plugins/admin/ogroups/headpage.tpl:44
+msgid "Show groups containing workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:144
-msgid "Enable MX lookup for relayhost"
+#: plugins/admin/ogroups/headpage.tpl:45
+msgid "Show groups containing terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:149
-msgid "Host used to relay mails"
+#: plugins/admin/ogroups/headpage.tpl:46
+msgid "Show groups containing printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:163
-msgid "Accept Internet Mail"
+#: plugins/admin/ogroups/headpage.tpl:51
+msgid "Display object groups matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:169
-msgid "Accept mail from other domains over non-authenticated SMTP"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:1
-msgid "Advanced phone settings"
+#: plugins/admin/ogroups/mail.tpl:11
+msgid "Primary mail address for this distribution list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:6
-msgid "Phone type"
+#: plugins/admin/ogroups/class_phonequeue.inc:79
+msgid "ring all"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:7
-#: plugins/admin/systems/phonesettings.tpl:25
-#: plugins/admin/systems/phonesettings.tpl:35
-#: plugins/admin/systems/phonesettings.tpl:49
-#: plugins/admin/systems/phonesettings.tpl:78
-#: plugins/admin/systems/phonesettings.tpl:109
-#: plugins/admin/systems/phonesettings.tpl:156
-msgid "Choose a phone type"
+#: plugins/admin/ogroups/class_phonequeue.inc:80
+msgid "round robin"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
+#: plugins/admin/ogroups/class_phonequeue.inc:81
+msgid "least recently called"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
+#: plugins/admin/ogroups/class_phonequeue.inc:82
+msgid "fewest completed calls"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-msgid "Default IP"
+#: plugins/admin/ogroups/class_phonequeue.inc:83
+msgid "random"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
+#: plugins/admin/ogroups/class_phonequeue.inc:84
+msgid "round robin with memory"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
+#: plugins/admin/ogroups/class_phonequeue.inc:113
+msgid "Remove the phone queue from this Account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
+#: plugins/admin/ogroups/class_phonequeue.inc:114
+msgid ""
+"Phone queue is enabled for this group. You can disable it by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:116
-msgid "Secret"
+#: plugins/admin/ogroups/class_phonequeue.inc:116
+msgid "Create phone queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
+#: plugins/admin/ogroups/class_phonequeue.inc:117
+msgid ""
+"For this group the phone queues are disabled. You can enable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
+#: plugins/admin/ogroups/class_phonequeue.inc:199
+msgid "Timeout must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:145
-msgid "Account code"
+#: plugins/admin/ogroups/class_phonequeue.inc:202
+msgid "Retry must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:153
-msgid "Trunk lines"
+#: plugins/admin/ogroups/class_phonequeue.inc:205
+msgid "Max queue length must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
+#: plugins/admin/ogroups/class_phonequeue.inc:208
+msgid "Announce frequency must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:183
-msgid "Hosts that are not allowed to connect"
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "There must be least one queue number defined."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
+#: plugins/admin/ogroups/class_phonequeue.inc:225
+msgid ""
+"There is currently no asterisk server defined. Your settings can't be saved."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
+#: plugins/admin/ogroups/class_phonequeue.inc:238
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
+#, php-format
+msgid ""
+"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:141
-msgid "Remote desktop"
+#: plugins/admin/ogroups/class_phonequeue.inc:248
+#: plugins/admin/ogroups/class_phonequeue.inc:622
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1044
+#: plugins/gofon/macro/class_gofonMacro.inc:216
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
+#, php-format
+msgid "Can't select database %s on %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:145
-msgid "Connect method"
+#: plugins/admin/ogroups/class_phonequeue.inc:279
+#: plugins/admin/ogroups/class_phonequeue.inc:493
+#: plugins/admin/ogroups/class_phonequeue.inc:658
+#, php-format
+msgid "Can't delete in Database %s, on Server %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:147
-msgid "Choose method to connect to terminal server"
+#: plugins/admin/ogroups/class_phonequeue.inc:523
+#: plugins/admin/ogroups/class_phonequeue.inc:525
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1145
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1147
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
+#, php-format
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:154
-msgid "Terminal server"
+#: plugins/admin/ogroups/class_phonequeue.inc:612
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1033
+#: plugins/gofon/macro/class_gofonMacro.inc:205
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
+#, php-format
+msgid ""
+"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:156
-msgid "Select specific terminal server to use"
+#: plugins/admin/ogroups/phonequeue.tpl:1
+msgid "Queue Settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:163
-msgid "Font server"
+#: plugins/admin/ogroups/phonequeue.tpl:4
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+msgid "Phone numbers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:165
-msgid "Select specific font server to use"
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/admin/ogroups/phonequeue.tpl:96
+msgid "Generic queue Settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:181
-msgid "Print device"
+#: plugins/admin/ogroups/phonequeue.tpl:18
+msgid "Down"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:182
-msgid "Select to start IPP based printing service on terminal"
+#: plugins/admin/ogroups/phonequeue.tpl:46
+msgid "Timeout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:183
-msgid "Provide print services"
+#: plugins/admin/ogroups/phonequeue.tpl:54
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+msgid "Retry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:189
-msgid "Spool server"
+#: plugins/admin/ogroups/phonequeue.tpl:62
+msgid "Strategy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:191
-msgid "Select NFS filesystem to place spool files on"
+#: plugins/admin/ogroups/phonequeue.tpl:74
+msgid "Max queue length"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:212
-msgid "Select scanner driver to use"
+#: plugins/admin/ogroups/phonequeue.tpl:82
+msgid "Announce frequency"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/remove.tpl:6
-msgid ""
-"This includes <b>all</b> system and setup informations. Please double check "
-"if your really want to do this since there is no way for GOsa to get your "
-"data back."
+#: plugins/admin/ogroups/phonequeue.tpl:86
+msgid "(in seconds)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:6
-msgid "List of systems"
+#: plugins/admin/ogroups/phonequeue.tpl:94
+msgid "Queue sound setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:24
-msgid ""
-"This menu allows you to add, remove and change the properties of specific "
-"systems. You can only add systems which have already been started once."
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "Use music on hold instead of ringing"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
+#: plugins/admin/ogroups/phonequeue.tpl:108
+msgid "Music on hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
+#: plugins/admin/ogroups/phonequeue.tpl:116
+msgid "Welcome sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:39
-msgid "Select to see Linux terminals"
+#: plugins/admin/ogroups/phonequeue.tpl:124
+msgid "Announce message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:39
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
+#: plugins/admin/ogroups/phonequeue.tpl:132
+msgid "Sound file for 'You are next ...'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:40
-msgid "Select to see Linux workstations"
+#: plugins/admin/ogroups/phonequeue.tpl:140
+msgid "'There are ...'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:40
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
+#: plugins/admin/ogroups/phonequeue.tpl:148
+msgid "'... calls waiting'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Select to see MicroSoft Windows based workstations"
+#: plugins/admin/ogroups/phonequeue.tpl:156
+msgid "'Thank you' message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Show windows based workstations"
+#: plugins/admin/ogroups/phonequeue.tpl:164
+msgid "'minutes' sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Select to see network printers"
+#: plugins/admin/ogroups/phonequeue.tpl:172
+msgid "'seconds' sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Show network printers"
+#: plugins/admin/ogroups/phonequeue.tpl:180
+msgid "Hold sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:43
-msgid "Select to see VOIP phones"
+#: plugins/admin/ogroups/phonequeue.tpl:188
+msgid "Less Than sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
+#: plugins/admin/ogroups/phonequeue.tpl:204
+msgid "Phone attributes "
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Select to see network devices"
+#: plugins/admin/ogroups/phonequeue.tpl:212
+msgid "Announce holdtime"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Show network devices"
+#: plugins/admin/ogroups/phonequeue.tpl:218
+msgid "Allow the called user to transfer his call"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:52
-msgid "Regular expression for matching system names"
+#: plugins/admin/ogroups/phonequeue.tpl:224
+msgid "Allows calling user to transfer call"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:59
-msgid "Display systems of user"
+#: plugins/admin/ogroups/phonequeue.tpl:234
+msgid "Allow the called to hangup by pressing *"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/headpage.tpl:62
-msgid "User name of which terminal(s) are shown"
+#: plugins/admin/ogroups/phonequeue.tpl:240
+msgid "Allows calling to hangup by pressing *"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
+#: plugins/admin/ogroups/phonequeue.tpl:246
+msgid "Ring instead of playing background music"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
+#: plugins/admin/fai/remove.tpl:7
+msgid ""
+"This includes 'all' object information. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:38
-msgid "Select if terminal should boot in text mode"
+#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
+msgid "Fully Automatic Installation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
+#: plugins/admin/fai/class_faiManagement.inc:31
+msgid "FAI"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:41
-msgid "Select to get more verbose output during startup"
+#: plugins/admin/fai/class_faiManagement.inc:32
+msgid "Fully Automatic Installation - management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
+#: plugins/admin/fai/class_faiManagement.inc:204
+#, php-format
+msgid "You're about to delete all information about the FAI class at '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/password.tpl:2
-msgid ""
-"To change the terminal root password use the fields below. The changes take "
-"effect during the next reboot. Please memorize the new password, because you "
-"wouldn't be able to log in."
+#: plugins/admin/fai/class_faiManagement.inc:439
+msgid "New profile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
+#: plugins/admin/fai/class_faiManagement.inc:439
+msgid "P"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/password.tpl:9
-msgid "Changing the password impinges on authentification only."
+#: plugins/admin/fai/class_faiManagement.inc:444
+msgid "New partition table"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
-msgid "Printer ppd selection."
+#: plugins/admin/fai/class_faiManagement.inc:444
+msgid "PT"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:59
-#: plugins/admin/ogroups/tabs_ogroups.inc:151
-msgid "Phone queue"
+#: plugins/admin/fai/class_faiManagement.inc:447
+msgid "New scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:84
-#: plugins/admin/ogroups/tabs_ogroups.inc:131
-msgid "Terminals"
+#: plugins/admin/fai/class_faiManagement.inc:447
+msgid "S"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
+#: plugins/admin/fai/class_faiManagement.inc:450
+msgid "New hooks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/mail.tpl:11
-msgid "Primary mail address for this distribution list"
+#: plugins/admin/fai/class_faiManagement.inc:450
+msgid "H"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
+#: plugins/admin/fai/class_faiManagement.inc:453
+msgid "New variables"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
+#: plugins/admin/fai/class_faiManagement.inc:453
+msgid "V"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
+#: plugins/admin/fai/class_faiManagement.inc:456
+msgid "New templates"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
+#: plugins/admin/fai/class_faiManagement.inc:456
+msgid "T"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
+#: plugins/admin/fai/class_faiManagement.inc:459
+msgid "New package list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
+#: plugins/admin/fai/class_faiManagement.inc:459
+msgid "PK"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
+#: plugins/admin/fai/class_faiManagement.inc:477
+msgid "Name of FAI class"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
+#: plugins/admin/fai/class_faiManagement.inc:478
+msgid "Class type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
+#: plugins/admin/fai/class_faiManagement.inc:482
+msgid "Edit class"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
+#: plugins/admin/fai/class_faiManagement.inc:483
+msgid "Delete class"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
+#: plugins/admin/fai/class_faiManagement.inc:525
+#: plugins/admin/fai/class_faiManagement.inc:526
+#: plugins/admin/fai/class_faiProfile.inc:161
+#: plugins/admin/fai/class_faiProfileEntry.inc:123
+msgid "Partition table"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
+#: plugins/admin/fai/class_faiManagement.inc:532
+#: plugins/admin/fai/class_faiManagement.inc:533
+msgid "Package list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
+#: plugins/admin/fai/class_faiManagement.inc:539
+#: plugins/admin/fai/class_faiManagement.inc:540
+msgid "Scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:37
-msgid "Display objects of department"
+#: plugins/admin/fai/class_faiManagement.inc:560
+#: plugins/admin/fai/class_faiManagement.inc:561
+msgid "Profile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/termgroup.tpl:1
-msgid ""
-"All actions you choose here influence <b>all</b> machines in this object "
-"group. Be aware that rebooting machines may not make people happy who are "
-"currently working at these machines."
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+msgid "Device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/termgroup.tpl:7
-msgid "Select action to execute for this   group of terminals"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+msgid "Partition entries"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
-msgid "Object groups"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+msgid "Add partition"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:41
-msgid "UNIX accounts"
+#: plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
+#: plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/class_faiProfileEntry.inc:154
+#: plugins/admin/fai/faiHook.tpl:32
+msgid "Objects"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
-#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
-#: html/getxls.php:245 html/getxls.php:316
-msgid "Servers"
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+msgid "Discs"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:46
-msgid "Thin Clients"
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:47
-msgid "Workstations"
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:217
-#, php-format
-msgid "You're about to delete the object group '%s'."
+#: plugins/admin/fai/faiProfileEntry.tpl:27
+msgid ""
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:223
-#: plugins/admin/ogroups/class_ogroupManagement.inc:249
-msgid "You are not allowed to delete this object group!"
+#: plugins/admin/fai/faiProfileEntry.tpl:40
+msgid "Show only classes with templates"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-msgid "Create new object group"
+#: plugins/admin/fai/faiProfileEntry.tpl:42
+msgid "Show only classes with scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
-msgid "Name of object groups"
+#: plugins/admin/fai/faiProfileEntry.tpl:44
+msgid "Show only classes with hooks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:440
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
+#: plugins/admin/fai/faiProfileEntry.tpl:46
+msgid "Show only classes with variables"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:132
-msgid "This 'dn' is no object group."
+#: plugins/admin/fai/faiProfileEntry.tpl:48
+msgid "Show only classes with packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:242
-msgid "too many different objects!"
+#: plugins/admin/fai/faiProfileEntry.tpl:50
+msgid "Show only classes with partitions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:244
-msgid "users"
+#: plugins/admin/fai/faiVariable.tpl:34
+msgid "List of assigned variables"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:245
-msgid "groups"
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:246
-msgid "applications"
+#: plugins/admin/fai/class_faiScriptEntry.inc:51
+#: plugins/admin/fai/class_faiHookEntry.inc:54
+msgid "Please select a valid file."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:247
-msgid "departments"
+#: plugins/admin/fai/class_faiScriptEntry.inc:54
+#: plugins/admin/fai/class_faiHookEntry.inc:57
+msgid "Selected file is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:248
-msgid "servers"
+#: plugins/admin/fai/class_faiScriptEntry.inc:99
+#: plugins/admin/fai/class_faiVariableEntry.inc:86
+#: plugins/admin/fai/class_faiTemplateEntry.inc:164
+#: plugins/admin/fai/class_faiHookEntry.inc:112
+msgid "Please enter a name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:249
-msgid "workstations"
+#: plugins/admin/fai/class_faiScriptEntry.inc:103
+msgid "Please enter a script."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:250
-msgid "terminals"
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+msgid "Script attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:251
-msgid "phones"
+#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
+msgid "Choose a priority"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:252
-msgid "printers"
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+#: plugins/admin/fai/faiHookEntry.tpl:63
+msgid "Import script"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:259
-msgid "and"
+#: plugins/admin/fai/class_faiPackage.inc:150
+msgid "There is no useable package list defined."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:410
-msgid "Non existing dn: "
+#: plugins/admin/fai/class_faiPackage.inc:295
+#, php-format
+msgid "Can't read configuration folder '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:534
-msgid "There is already an object with this cn."
+#: plugins/admin/fai/class_faiPackage.inc:377
+msgid "Please select a least one Package."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:551
-msgid "You can combine two different object types at maximum only!"
+#: plugins/admin/fai/class_faiPackage.inc:381
+msgid "Please choose a valid combination for your repository setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
+#: plugins/admin/fai/class_faiPackage.inc:402
+msgid "package is configured"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/generic.tpl:33
-msgid "Member objects"
+#: plugins/admin/fai/class_faiPackage.inc:426
+#, php-format
+msgid "Package file '%s' does not exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_mailogroup.inc:41
-msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
+#: plugins/admin/fai/faiPackage.tpl:50
+msgid "Mirror"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
+#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
+msgid "mirror"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:79
-msgid "ring all"
+#: plugins/admin/fai/faiPackage.tpl:68
+msgid "Used packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:80
-msgid "round robin"
+#: plugins/admin/fai/faiPackage.tpl:70
+msgid "Choosen packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:81
-msgid "least recently called"
+#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
+msgid "Configure"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:82
-msgid "fewest completed calls"
+#: plugins/admin/fai/class_faiProfile.inc:145
+#: plugins/admin/fai/class_faiProfileEntry.inc:151
+msgid "This list displays all assigned class names for this profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:83
-msgid "random"
+#: plugins/admin/fai/class_faiProfile.inc:153
+msgid "Append new class names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:84
-msgid "round robin with memory"
+#: plugins/admin/fai/class_faiProfile.inc:156
+#: plugins/admin/fai/class_faiProfileEntry.inc:118
+msgid "Hook bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:113
-msgid "Remove the phone queue from this Account"
+#: plugins/admin/fai/class_faiProfile.inc:157
+#: plugins/admin/fai/class_faiProfileEntry.inc:119
+msgid "Template bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:114
-msgid ""
-"Phone queue is enabled for this group. You can disable it by clicking below."
+#: plugins/admin/fai/class_faiProfile.inc:158
+#: plugins/admin/fai/class_faiProfileEntry.inc:120
+msgid "Script bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:116
-msgid "Create phone queue"
+#: plugins/admin/fai/class_faiProfile.inc:159
+#: plugins/admin/fai/class_faiProfileEntry.inc:121
+msgid "Variable bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:117
-msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
+#: plugins/admin/fai/class_faiProfile.inc:160
+msgid "Packages bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:199
-msgid "Timeout must be numeric"
+#: plugins/admin/fai/class_faiProfile.inc:163
+msgid "Remove class from profile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:202
-msgid "Retry must be numeric"
+#: plugins/admin/fai/class_faiProfile.inc:226
+msgid "Please assign at least one class to this  profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:205
-msgid "Max queue length must be numeric"
+#: plugins/admin/fai/class_faiProfile.inc:230
+msgid "Please enter a valid name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:208
-msgid "Announce frequency must be numeric"
+#: plugins/admin/fai/class_faiProfile.inc:238
+msgid "There is already a profile with this class name defined."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "There must be least one queue number defined."
+#: plugins/admin/fai/faiProfile.tpl:32
+msgid "FAI classes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:225
-msgid ""
-"There is currently no asterisk server defined. Your settings can't be saved."
+#: plugins/admin/fai/headpage.tpl:6
+msgid "List of FAI classes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:238
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
-#, php-format
-msgid ""
-"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
+#: plugins/admin/fai/headpage.tpl:24
+msgid "This menu allows you to create, delete and edit FAI classes."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:248
-#: plugins/admin/ogroups/class_phonequeue.inc:622
-#: plugins/gofon/macro/class_gofonMacro.inc:216
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1045
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
-#, php-format
-msgid "Can't select database %s on %s."
+#: plugins/admin/fai/headpage.tpl:36
+msgid "Show profiles"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:279
-#: plugins/admin/ogroups/class_phonequeue.inc:493
-#: plugins/admin/ogroups/class_phonequeue.inc:658
-#, php-format
-msgid "Can't delete in Database %s, on Server %s."
+#: plugins/admin/fai/headpage.tpl:38
+msgid "Show scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:523
-#: plugins/admin/ogroups/class_phonequeue.inc:525
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1146
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1148
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+#: plugins/admin/fai/headpage.tpl:39
+msgid "Show hooks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:612
-#: plugins/gofon/macro/class_gofonMacro.inc:205
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1034
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
-#, php-format
-msgid ""
-"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
+#: plugins/admin/fai/headpage.tpl:40
+msgid "Show variables"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/remove.tpl:7
-msgid ""
-"Please double check if you really want to do this since there is no way for "
-"GOsa to get your data back."
+#: plugins/admin/fai/headpage.tpl:41
+msgid "Show packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/headpage.tpl:24
-msgid ""
-"This menu allows you to add, edit or remove selected groups. You may want to "
-"use the range selector on top of the group listbox, when working with a "
-"large number of groups."
+#: plugins/admin/fai/headpage.tpl:42
+msgid "Show partitions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/headpage.tpl:39
-msgid "Show groups containing users"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
+msgid "FS type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/headpage.tpl:40
-msgid "Show groups containing groups"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
+msgid "Mount point"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/headpage.tpl:41
-msgid "Show groups containing applications"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
+msgid "Size in MB"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/headpage.tpl:42
-msgid "Show groups containing departments"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
+msgid "Mount options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/headpage.tpl:43
-msgid "Show groups containing servers"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
+msgid "FS option"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/headpage.tpl:44
-msgid "Show groups containing workstations"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
+msgid "Preserve"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/headpage.tpl:45
-msgid "Show groups containing terminals"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
+#, php-format
+msgid "please enter a unique mount point for partition %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/headpage.tpl:46
-msgid "Show groups containing printers"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
+#, php-format
+msgid "Please enter a valid mount point for partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/headpage.tpl:51
-msgid "Display object groups matching"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
+#, php-format
+msgid ""
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:1
-msgid "Queue Settings"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
+msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:4
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-msgid "Phone numbers"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
+#, php-format
+msgid "Please enter a valid partition size for partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/admin/ogroups/phonequeue.tpl:96
-msgid "Generic queue Settings"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
+#, php-format
+msgid "Please enter a valid range for partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:18
-msgid "Down"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
+#, php-format
+msgid "Please enter a range for partition size for partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:46
-msgid "Timeout"
+#: plugins/admin/fai/faiScript.tpl:34
+msgid "List of scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:54
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
+#: plugins/admin/fai/faiScript.tpl:40
+msgid "Choose a script to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:62
-msgid "Strategy"
+#: plugins/admin/fai/class_faiVariableEntry.inc:82
+msgid "Please specify a value for the attribute 'content'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:74
-msgid "Max queue length"
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+msgid "Variable attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:82
-msgid "Announce frequency"
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+msgid "Variable content"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:86
-msgid "(in seconds)"
+#: plugins/admin/fai/faiTemplate.tpl:31
+msgid "List of template files"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:94
-msgid "Queue sound setup"
+#: plugins/admin/fai/faiTemplate.tpl:37
+msgid "Choose a template to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "Use music on hold instead of ringing"
+#: plugins/admin/fai/class_faiPartitionTable.inc:226
+#: plugins/admin/fai/class_faiPartitionTable.inc:232
+#, php-format
+msgid "%s partition"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:108
-msgid "Music on hold"
+#: plugins/admin/fai/class_faiPartitionTable.inc:228
+#: plugins/admin/fai/class_faiPartitionTable.inc:234
+#, php-format
+msgid "%s partition(s)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:116
-msgid "Welcome sound file"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:74
+msgid "no file uploaded yet"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:124
-msgid "Announce message"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:76
+#, php-format
+msgid "exists in database (size: %s bytes)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:132
-msgid "Sound file for 'You are next ...'"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:156
+msgid "Please specify a value for attribute 'file'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:140
-msgid "'There are ...'"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:160
+msgid "Please specify a value for attribute 'path'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:148
-msgid "'... calls waiting'"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:168
+msgid "Please enter a user."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:156
-msgid "'Thank you' message"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:171
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:164
-msgid "'minutes' sound file"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:175
+msgid "Please enter a group."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:172
-msgid "'seconds' sound file"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:178
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+msgstr ""
+
+#: plugins/admin/fai/class_faiHookEntry.inc:108
+msgid "Please enter a value for script."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:180
-msgid "Hold sound file"
+#: plugins/admin/fai/class_faiProfileEntry.inc:122
+msgid "Package bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:188
-msgid "Less Than sound file"
+#: plugins/admin/fai/class_faiProfileEntry.inc:153
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+msgid "Class name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:204
-msgid "Phone attributes "
+#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
+msgid "Hook attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:212
-msgid "Announce holdtime"
+#: plugins/admin/fai/faiHookEntry.tpl:34
+msgid "Task"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:218
-msgid "Allow the called user to transfer his call"
+#: plugins/admin/fai/faiHookEntry.tpl:36
+msgid "Choose an existing FAI task"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:224
-msgid "Allows calling user to transfer call"
+#: plugins/admin/fai/class_askClassName.inc:71
+msgid "Create new FAI object - partition table."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:234
-msgid "Allow the called to hangup by pressing *"
+#: plugins/admin/fai/class_askClassName.inc:72
+msgid "Create new FAI object - package bundle."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:240
-msgid "Allows calling to hangup by pressing *"
+#: plugins/admin/fai/class_askClassName.inc:73
+msgid "Create new FAI object - script bundle."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:246
-msgid "Ring instead of playing background music"
+#: plugins/admin/fai/class_askClassName.inc:74
+msgid "Create new FAI object - variable bundle."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
+#: plugins/admin/fai/class_askClassName.inc:75
+msgid "Create new FAI object - hook bundle."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
-#, php-format
-msgid "You're about to delete the macro '%s'."
+#: plugins/admin/fai/class_askClassName.inc:76
+msgid "Create new FAI object - profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
-msgid "You are not allowed to delete this macro!"
+#: plugins/admin/fai/class_askClassName.inc:77
+msgid "Create new FAI object - template."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-msgid "Create new phone macro"
+#: plugins/admin/fai/class_askClassName.inc:78
+msgid "Create new FAI object"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
-msgid "Visible"
+#: plugins/admin/fai/class_askClassName.inc:131
+msgid "The given class name is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
-msgid "This table displays all phone macros, in the selected tree."
+#: plugins/admin/fai/class_askClassName.inc:135
+msgid "The specified class name is already in use for this object type."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
-msgid "Macro"
+#: plugins/admin/fai/askClassName.tpl:6
+msgid ""
+"Adding a new class to the FAI management, requires a class name. You have to "
+"specify a unique class name for unique types of FAI classes, while you can "
+"use the same class name for different types of FAI classes. In the laste "
+"case, FAI will automatically enclose all these different class types to one "
+"unique class name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
-msgid "visible"
+#: plugins/admin/fai/askClassName.tpl:12
+msgid ""
+"Please use one of the following methods to choose the name for the new FAI "
+"class."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
-msgid "invisible"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:97
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
-msgid ""
-"There is currently no asterisk server defined. Possibly you are missing a "
-"server that handles the asterisk management (goFonServer). Your settings "
-"can't be saved to asterisk database."
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:103
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
-msgid "This 'dn' is no phone macro."
+#: plugins/admin/fai/askClassName.tpl:54
+msgid "Choose class name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:159
-msgid ""
-"This macro ist still in use. To delete this Macro ensure that nobody has "
-"selected this Macro."
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+msgid "Use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:191
-msgid ""
-"There is no mysql extension available in your php setup, can't save any "
-"changes to asterisk db."
+#: plugins/admin/fai/askClassName.tpl:74
+msgid "A new class name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:261
-#, php-format
-msgid "Unable to parse macro contents on line: %s"
+#: plugins/admin/fai/faiTemplateEntry.tpl:21
+msgid "Template attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:279
-#, php-format
-msgid "Can't perform SELECT query in DB '%s'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
+msgid "File"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:288
-#: plugins/gofon/macro/class_gofonMacro.inc:296
-#, php-format
-msgid "Can't perform DELETE query in DB '%s'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:35
+msgid "Save template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:310
-#, php-format
-msgid "Can't perform INSERT query in DB '%s'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:47
+msgid "Destination path"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:357
-#, php-format
-msgid "The given cn '%s' already exists."
+#: plugins/admin/fai/faiTemplateEntry.tpl:62
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
+msgid "Owner"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:362
-msgid "You must specify the 'Display Name' in order to save this macro"
+#: plugins/admin/fai/faiTemplateEntry.tpl:80
+msgid "Access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:366
-msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+#: plugins/admin/fai/faiTemplateEntry.tpl:86
+msgid "Class"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:371
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+#: plugins/admin/fai/faiTemplateEntry.tpl:87
+msgid "Read"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:377
-msgid "Makro length must be lower than 100 lines"
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
+msgid "Write"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:382
-msgid "Please choose a valid  base."
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
+msgid "Special"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
-msgid "Macro name"
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+msgid "SUID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/generic.tpl:12
-msgid "Macro name to be displayed"
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
+msgid "SGID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/generic.tpl:22
-msgid "Choose subtree to place macro in"
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
+msgid "Others"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/generic.tpl:43
-msgid "Visible for user"
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
+msgid "sticky"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/generic.tpl:52
-msgid "Macro text"
+#: plugins/admin/fai/faiHook.tpl:34
+msgid "List of hook scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
-msgid "String"
+#: plugins/admin/fai/faiHook.tpl:40
+msgid "Choose a hook to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
-msgid "Combobox"
+#: plugins/admin/fai/class_faiPackageEntry.inc:35
+msgid "Please enter your search string here"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
-msgid "Bool"
+#: plugins/admin/fai/class_faiPackageEntry.inc:48
+msgid ""
+"This list displays all assigned package names for this repository settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
-msgid "Delete unused"
+#: plugins/admin/fai/faiPackageEntry.tpl:6
+msgid "List of available packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
+#: plugins/admin/fai/faiPackageEntry.tpl:26
+msgid ""
+"This menu allows you to select multiple packages to add them to the "
+"currently edited package list."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:915
-#, php-format
-msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+msgid "Package"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
-#, php-format
-msgid "The parameter %s has incorrect value for type bool."
+#: plugins/admin/fai/faiPackageNew.tpl:2
+msgid "Repository settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
-#, php-format
+#: plugins/admin/fai/faiPackageNew.tpl:6
 msgid ""
 msgid ""
-"Parameter count of the macro changed, you must update each user which are "
-"using this macro '%s'."
+"To add packages to your package list you have to setup the repository "
+"settings first."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:6
-msgid "List of macros"
+#: plugins/admin/fai/faiPackageNew.tpl:8
+msgid ""
+"Packages are usually stored on different servers called mirrors. These "
+"mirrors have different types of releases (for example woody/sarge/etch), "
+"which finally contain packages sorted by section."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:24
+#: plugins/admin/fai/faiPackageNew.tpl:11
 msgid ""
 msgid ""
-"This menu allows you to add, edit and remove selected macros. You may want "
-"to use the range selector on top of the macro listbox, when working with a "
-"large number of macros."
+"Section and release can't be changed in future dialogs, but the mirror can "
+"be changed by editing the entry."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros matching"
+#: plugins/admin/fai/faiPackageNew.tpl:17
+msgid ""
+"First select the preferred release, then the section and finally the mirror."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros  matching"
+#: plugins/admin/fai/faiPackageNew.tpl:25
+msgid "Following releases are available"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:41
-msgid "Regular expression for matching macro names"
+#: plugins/admin/fai/faiPackageNew.tpl:37
+msgid "Sections for this release"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/main.inc:38 plugins/gofon/macro/main.inc:40
-msgid "Phone macro management"
+#: plugins/admin/fai/faiPackageNew.tpl:48
+msgid "Matching mirrors"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/parameter.tpl:3
-msgid "Argument"
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
+#, php-format
+msgid "Debconf information for package '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/parameter.tpl:7
-msgid "type"
+#: plugins/gofon/phoneaccount/main.inc:122
+msgid "Phone settings"
 msgstr ""
 
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
 msgstr ""
 
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
@@ -8345,6 +8255,16 @@ msgstr ""
 msgid "undefined"
 msgstr ""
 
 msgid "undefined"
 msgstr ""
 
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
+#: plugins/gofon/macro/class_gofonMacro.inc:97
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
+msgid ""
+"There is currently no asterisk server defined. Possibly you are missing a "
+"server that handles the asterisk management (goFonServer). Your settings "
+"can't be saved to asterisk database."
+msgstr ""
+
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
@@ -8411,26 +8331,32 @@ msgid ""
 "are allowed here."
 msgstr ""
 
 "are allowed here."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:895
-msgid "Phone PIN must be 4 characters long."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:894
+msgid "Phone PIN must be at least one character long."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:898
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:897
 msgid ""
 msgid ""
-"The specified phone PIN contains invalid characters, only numeric values are "
-"allowed here."
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:908
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:907
 #, php-format
 msgid "You need to specify at least one phone number!"
 msgstr ""
 
 #, php-format
 msgid "You need to specify at least one phone number!"
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1077
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:914
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
+#, php-format
+msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
+msgstr ""
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1076
 msgid "Stop"
 msgstr ""
 
 msgid "Stop"
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1111
 #, php-format
 msgid "Removed user '%s' from phone queue '%s'."
 msgstr ""
 #, php-format
 msgid "Removed user '%s' from phone queue '%s'."
 msgstr ""
@@ -8452,41 +8378,194 @@ msgstr ""
 msgid "Refresh"
 msgstr ""
 
 msgid "Refresh"
 msgstr ""
 
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
+#: plugins/gofon/macro/parameter.tpl:3
+msgid "Argument"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
+#: plugins/gofon/macro/parameter.tpl:7
+msgid "type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
+#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+msgid "Macro name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
-msgid "Create new conference"
+#: plugins/gofon/macro/generic.tpl:12
+msgid "Macro name to be displayed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
-msgid "New conference"
+#: plugins/gofon/macro/generic.tpl:22
+msgid "Choose subtree to place macro in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
-msgid "This table displays all available conference rooms."
+#: plugins/gofon/macro/generic.tpl:43
+msgid "Visible for user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
-msgid "Name - Number"
+#: plugins/gofon/macro/generic.tpl:52
+msgid "Macro text"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
-#: plugins/gofon/conference/generic.tpl:107
-msgid "PIN"
+#: plugins/gofon/macro/headpage.tpl:6
+msgid "List of macros"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
-msgid "Conference"
+#: plugins/gofon/macro/headpage.tpl:24
+msgid ""
+"This menu allows you to add, edit and remove selected macros. You may want "
+"to use the range selector on top of the macro listbox, when working with a "
+"large number of macros."
+msgstr ""
+
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros matching"
+msgstr ""
+
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros  matching"
+msgstr ""
+
+#: plugins/gofon/macro/headpage.tpl:41
+msgid "Regular expression for matching macro names"
+msgstr ""
+
+#: plugins/gofon/macro/main.inc:38 plugins/gofon/macro/main.inc:40
+msgid "Phone macro management"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacro.inc:103
+msgid "This 'dn' is no phone macro."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+msgid "String"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+msgid "Combobox"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+msgid "Bool"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+msgid "Delete unused"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
+#, php-format
+msgid "The parameter %s has incorrect value for type bool."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
+#, php-format
+msgid ""
+"Parameter count of the macro changed, you must update each user which are "
+"using this macro '%s'."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
+#, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
+msgid "You are not allowed to delete this macro!"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+msgid "Create new phone macro"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
+msgid "Visible"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
+msgid "This table displays all phone macros, in the selected tree."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
+msgid "Macro"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+msgid "visible"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+msgid "invisible"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:159
+msgid ""
+"This macro ist still in use. To delete this Macro ensure that nobody has "
+"selected this Macro."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:191
+msgid ""
+"There is no mysql extension available in your php setup, can't save any "
+"changes to asterisk db."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:261
+#, php-format
+msgid "Unable to parse macro contents on line: %s"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:279
+#, php-format
+msgid "Can't perform SELECT query in DB '%s'"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:288
+#: plugins/gofon/macro/class_gofonMacro.inc:296
+#, php-format
+msgid "Can't perform DELETE query in DB '%s'"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:310
+#, php-format
+msgid "Can't perform INSERT query in DB '%s'"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:357
+#, php-format
+msgid "The given cn '%s' already exists."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:362
+msgid "You must specify the 'Display Name' in order to save this macro"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:366
+msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:371
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:377
+msgid "Makro length must be lower than 100 lines"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:382
+msgid "Please choose a valid  base."
 msgstr ""
 
 #: plugins/gofon/conference/generic.tpl:13
 msgstr ""
 
 #: plugins/gofon/conference/generic.tpl:13
@@ -8515,6 +8594,11 @@ msgstr ""
 msgid "Preset PIN"
 msgstr ""
 
 msgid "Preset PIN"
 msgstr ""
 
+#: plugins/gofon/conference/generic.tpl:107
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
+msgid "PIN"
+msgstr ""
+
 #: plugins/gofon/conference/generic.tpl:113
 msgid "Record conference"
 msgstr ""
 #: plugins/gofon/conference/generic.tpl:113
 msgid "Record conference"
 msgstr ""
@@ -8531,12 +8615,55 @@ msgstr ""
 msgid "Activate session menu"
 msgstr ""
 
 msgid "Activate session menu"
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:150
-msgid "Announce users joining or leaving the conference"
+#: plugins/gofon/conference/generic.tpl:150
+msgid "Announce users joining or leaving the conference"
+msgstr ""
+
+#: plugins/gofon/conference/generic.tpl:156
+msgid "Count users"
+msgstr ""
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
+msgstr ""
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
+msgstr ""
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+msgid "Create new conference"
+msgstr ""
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+msgid "New conference"
+msgstr ""
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
+msgid "This table displays all available conference rooms."
+msgstr ""
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
+msgid "Name - Number"
+msgstr ""
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
+msgid "Conference"
+msgstr ""
+
+#: plugins/gofon/conference/headpage.tpl:6
+msgid "List of conference rooms"
+msgstr ""
+
+#: plugins/gofon/conference/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected phone conferences. "
+"Having a large number of phone conferences, you might prefer the range "
+"selectors on top of the conferences list."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:156
-msgid "Count users"
+#: plugins/gofon/conference/headpage.tpl:36
+msgid "Regular expression for        matching user names"
 msgstr ""
 
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgstr ""
 
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
@@ -8568,21 +8695,6 @@ msgid ""
 "extension available in your php setup."
 msgstr ""
 
 "extension available in your php setup."
 msgstr ""
 
-#: plugins/gofon/conference/headpage.tpl:6
-msgid "List of conference rooms"
-msgstr ""
-
-#: plugins/gofon/conference/headpage.tpl:24
-msgid ""
-"This menu allows you to create, delete and edit selected phone conferences. "
-"Having a large number of phone conferences, you might prefer the range "
-"selectors on top of the conferences list."
-msgstr ""
-
-#: plugins/gofon/conference/headpage.tpl:36
-msgid "Regular expression for        matching user names"
-msgstr ""
-
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 msgid "Conference management"
 msgstr ""
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 msgid "Conference management"
 msgstr ""
@@ -8662,6 +8774,46 @@ msgstr ""
 msgid "Welcome %s!"
 msgstr ""
 
 msgid "Welcome %s!"
 msgstr ""
 
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
+msgstr ""
+
+#: include/php_setup.inc:71 html/main.php:316
+msgid "Toggle information"
+msgstr ""
+
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr ""
+
+#: include/php_setup.inc:87
+msgid "class"
+msgstr ""
+
+#: include/php_setup.inc:93
+msgid "function"
+msgstr ""
+
+#: include/php_setup.inc:98
+msgid "static"
+msgstr ""
+
+#: include/php_setup.inc:102
+msgid "method"
+msgstr ""
+
+#: include/php_setup.inc:121
+msgid "Trace"
+msgstr ""
+
+#: include/php_setup.inc:122
+msgid "Line"
+msgstr ""
+
+#: include/php_setup.inc:123
+msgid "Arguments"
+msgstr ""
+
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
@@ -8717,759 +8869,718 @@ msgstr ""
 msgid "Can't activate GOsa sieve script. Server says '%s'."
 msgstr ""
 
 msgid "Can't activate GOsa sieve script. Server says '%s'."
 msgstr ""
 
-#: include/class_xmlParse.inc:42
-#, php-format
-msgid "Could not open XML input '%s'."
-msgstr ""
-
-#: include/class_xmlParse.inc:117
-#, php-format
-msgid "XML error in %s : %s at line %d"
-msgstr ""
-
-#: include/class_plugin.inc:391
-#, php-format
+#: include/class_pluglist.inc:115
 msgid ""
 msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:419 include/class_password-methods.inc:181
-#, php-format
+#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
+#: ihtml/themes/altlinux/framework.tpl:24
+#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
 msgid ""
 msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:447
+#: include/functions.inc:290
 #, php-format
 #, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
+msgid "Error when connecting the LDAP. Server said '%s'."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:98
-msgid "Can't bind to LDAP. No schema check possible!"
+#: include/functions.inc:311
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:107 include/functions_setup.inc:116
-msgid "Can't get schema information from server. No schema check possible!"
+#: include/functions.inc:330
+msgid "Username / UID is not unique. Please check your LDAP database."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:136
-#, php-format
+#: include/functions.inc:368
 msgid ""
 msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:140
+#: include/functions.inc:378
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
-msgstr ""
-
-#: include/functions_setup.inc:145
-#, php-format
-msgid "Support for '%s' enabled"
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:155
+#: include/functions.inc:393
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
+msgid "Adding a lock failed. LDAP server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:159
+#: include/functions.inc:419
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr ""
-
-#: include/functions_setup.inc:170
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
-msgstr ""
-
-#: include/functions_setup.inc:175
-msgid "SAMBA 3 support enabled"
-msgstr ""
-
-#: include/functions_setup.inc:180
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
-msgstr ""
-
-#: include/functions_setup.inc:185
-msgid "SAMBA 2 support enabled"
-msgstr ""
-
-#: include/functions_setup.inc:191
-msgid "Support for pureftp disabled, no schema seems to be installed"
-msgstr ""
-
-#: include/functions_setup.inc:196
-msgid "Support for pureftp enabled"
-msgstr ""
-
-#: include/functions_setup.inc:201
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr ""
-
-#: include/functions_setup.inc:206
-msgid "Support for WebDAV enabled"
+msgid "Removing a lock failed. LDAP server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:211
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
+#: include/functions.inc:449
+msgid ""
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:216
-msgid "Support for phpgroupware enabled"
+#: include/functions.inc:459
+msgid ""
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:221
-msgid "Support for gofon disabled, no schema seems to be installed"
+#: include/functions.inc:467
+msgid ""
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:226
-msgid "Support for gofon enabled"
+#: include/functions.inc:581
+#, php-format
+msgid "The size limit of %d entries is exceed!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:231
-msgid "Support for nagios disabled, no schema seems to be installed"
+#: include/functions.inc:583
+#, php-format
+msgid ""
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:236
-msgid "Support for nagios enabled"
+#: include/functions.inc:600
+msgid "incomplete"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:246
+#: include/functions.inc:1005
+#, php-format
 msgid ""
 msgid ""
-"Support for Kolab disabled, no schema seems to be installed, setting mail-"
-"method to cyrus"
-msgstr ""
-
-#: include/functions_setup.inc:253
-msgid "Support for Kolab enabled"
+"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
+"Please contact the person in order to clarify proceedings."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:271
-msgid "OK"
+#: include/functions.inc:1104
+msgid "LDAP error:"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:274
-msgid "Ignored"
+#: include/functions.inc:1282
+msgid "Entries per page"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:276
-msgid "Failed"
+#: include/functions.inc:1310
+msgid "Apply filter"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:293
-msgid "PHP setup inspection"
+#: include/functions.inc:1584
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:294
-msgid "Checking for PHP version (>=4.1.0)"
+#: include/functions.inc:1627
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:295
+#: include/class_plugin.inc:391
+#, php-format
 msgid ""
 msgid ""
-"PHP must be of version 4.1.0 or above for some functions and known bugs in "
-"PHP language."
-msgstr ""
-
-#: include/functions_setup.inc:298
-msgid "Checking if register_globals is set to 'off'"
+"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:299
+#: include/class_plugin.inc:419 include/class_password-methods.inc:181
+#, php-format
 msgid ""
 msgid ""
-"register_globals is a PHP mechanism to register all global varibales to be "
-"accessible from scripts without changing the scope. This may be a security "
-"risk. GOsa will run in both modes."
+"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:302
-msgid "Checking for ldap module"
+#: include/class_plugin.inc:447
+#, php-format
+msgid ""
+"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:303
-msgid "This is the main module used by GOsa and therefore really required."
+#: include/class_config.inc:69
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:306
-msgid "Checking for XML functions"
+#: include/class_config.inc:195 html/index.php:136
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:307
-msgid "XML functions are required to parse the configuration file."
+#: include/class_config.inc:439
+msgid "SID and/or RIDBASE missing in your configuration!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:310
-msgid "Checking for gettext support"
+#: include/class_password-methods-ssha.inc:51
+msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:311
-msgid "Gettext support is required for internationalized GOsa."
+#: include/class_password-methods.inc:165
+#, php-format
+msgid "Setting the password failed. LDAP server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:314
-msgid "Checking for iconv support"
+#: include/class_password-methods.inc:202
+msgid ""
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:315
+#: include/class_password-methods-kerberos.inc:43
 msgid ""
 msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:318
-msgid "Checking for mhash module"
+#: include/class_password-methods-kerberos.inc:52
+msgid "Kerberos database communication failed!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:319
-msgid ""
-"To use SSHA encryption, you'll need this module. If you are just using crypt "
-"or md5 encryption, ignore this message. GOsa will run without it."
+#: include/class_password-methods-kerberos.inc:59
+msgid "Changing password in kerberos database failed!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:322
-msgid "Checking for imap module"
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:323
+#: include/class_ldap.inc:437
+#, php-format
 msgid ""
 msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:326
-msgid "Checking for getacl in imap"
+#: include/class_ldap.inc:699
+#, php-format
+msgid ""
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:327
-msgid ""
-"The getacl support is needed for shared folder permissions. The standard "
-"IMAP module is not capable of reading acl's. You need a recend PHP version "
-"for this feature."
+#: include/class_ldap.inc:712
+#, php-format
+msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:330
-msgid "Checking for mysql module"
+#: include/class_ldap.inc:728
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:331
-msgid "MySQL support is needed for reading GOfax reports from databases."
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:334
-msgid "Checking for cups module"
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:335
-msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:338
-msgid "Checking for kadm5 module"
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:339
-msgid ""
-"Managing users in kerberos requires the kadm5 module which is downloadable "
-"via PEAR network."
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:342
-msgid "Checking for snmp Module"
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:343
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
+#: include/functions_helpviewer.inc:43
+#, php-format
+msgid "XML error in guide.xml: %s at line %d"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:379
-msgid "PHP detailed function inspection"
+#: include/functions_helpviewer.inc:86
+msgid "No help available for this plugin."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:383
-#, php-format
-msgid "Checking for function %s"
+#: include/functions_helpviewer.inc:95
+msgid "previous"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:384
-#, php-format
-msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
+#: include/functions_helpviewer.inc:99
+msgid "next"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:395
-msgid "Checking for some additional programms"
+#: include/functions_helpviewer.inc:387
+#, php-format
+msgid "%s results for your search with the keyword %s interpreted as %s"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:404
-msgid "Checking for ImageMagick (>=5.4.0)"
+#: include/functions_helpviewer.inc:462
+#, php-format
+msgid "%s%% hit rate in file %s"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:405
-msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
+#: include/functions_setup.inc:98
+msgid "Can't bind to LDAP. No schema check possible!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:408
-msgid "Checking imagick module for PHP"
+#: include/functions_setup.inc:107 include/functions_setup.inc:116
+msgid "Can't get schema information from server. No schema check possible!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:409
+#: include/functions_setup.inc:136
+#, php-format
 msgid ""
 msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:416
-msgid "Checking for fping utility"
+#: include/functions_setup.inc:140
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:417
-msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
+#: include/functions_setup.inc:145
+#, php-format
+msgid "Support for '%s' enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:432
-msgid "Checking for a way to generate LM/NT password hashes"
+#: include/functions_setup.inc:155
+#, php-format
+msgid "Required objectclass '%s' is not present in LDAP setup"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:433
-msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
+#: include/functions_setup.inc:159
+#, php-format
+msgid "Required objectclass '%s' does not have version %s"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:446
-msgid "php.ini check -> session.auto_register"
+#: include/functions_setup.inc:170
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:447
-msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
+#: include/functions_setup.inc:175
+msgid "SAMBA 3 support enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:450
-msgid "php.ini check -> implicit_flush"
+#: include/functions_setup.inc:180
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:451
-msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
+#: include/functions_setup.inc:185
+msgid "SAMBA 2 support enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:458
-msgid "php.ini check -> max_execution_time"
+#: include/functions_setup.inc:191
+msgid "Support for pureftp disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:459
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
+#: include/functions_setup.inc:196
+msgid "Support for pureftp enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:466
-msgid "php.ini check -> memory_limit"
+#: include/functions_setup.inc:201
+msgid "Support for WebDAV disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:467
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
+#: include/functions_setup.inc:206
+msgid "Support for WebDAV enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:471
-msgid "php.ini check -> expose_php"
+#: include/functions_setup.inc:211
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:472
-msgid ""
-"Increase the server security by setting expose_php to 'off'. PHP won't send "
-"any Information about the server you are running in this case."
+#: include/functions_setup.inc:216
+msgid "Support for phpgroupware enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:476
-msgid "php.ini check -> magic_quotes_gpc"
+#: include/functions_setup.inc:221
+msgid "Support for gofon disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:477
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
+#: include/functions_setup.inc:226
+msgid "Support for gofon enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:722
-msgid "You've to specify an ldap server before continuing!"
+#: include/functions_setup.inc:231
+msgid "Support for nagios disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:731 include/functions_setup.inc:814
-msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
+#: include/functions_setup.inc:236
+msgid "Support for nagios enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:745 include/functions_setup.inc:819
-#: include/functions_setup.inc:824
+#: include/functions_setup.inc:246
 msgid ""
 msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:834
-msgid ""
-"Bind to server successful, but the server seems to be completly empty, "
-"please check all informations twice"
+#: include/functions_setup.inc:253
+msgid "Support for Kolab enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:890
-#, php-format
-msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
+#: include/functions_setup.inc:271
+msgid "OK"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:921
-msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
+#: include/functions_setup.inc:274
+msgid "Ignored"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:930
-#, php-format
-msgid "Can't log into LDAP server. Reason was: %s."
+#: include/functions_setup.inc:276
+msgid "Failed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
-#: include/functions_setup.inc:1072 html/index.php:172
-#: ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
-msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
+#: include/functions_setup.inc:293
+msgid "PHP setup inspection"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods.inc:165
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
+#: include/functions_setup.inc:294
+msgid "Checking for PHP version (>=4.1.0)"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods.inc:202
+#: include/functions_setup.inc:295
 msgid ""
 msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+"PHP must be of version 4.1.0 or above for some functions and known bugs in "
+"PHP language."
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+#: include/functions_setup.inc:298
+msgid "Checking if register_globals is set to 'off'"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:43
-#, php-format
-msgid "XML error in guide.xml: %s at line %d"
+#: include/functions_setup.inc:299
+msgid ""
+"register_globals is a PHP mechanism to register all global varibales to be "
+"accessible from scripts without changing the scope. This may be a security "
+"risk. GOsa will run in both modes."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:86
-msgid "No help available for this plugin."
+#: include/functions_setup.inc:302
+msgid "Checking for ldap module"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:95
-msgid "previous"
+#: include/functions_setup.inc:303
+msgid "This is the main module used by GOsa and therefore really required."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:99
-msgid "next"
+#: include/functions_setup.inc:306
+msgid "Checking for XML functions"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:387
-#, php-format
-msgid "%s results for your search with the keyword %s interpreted as %s"
+#: include/functions_setup.inc:307
+msgid "XML functions are required to parse the configuration file."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:462
-#, php-format
-msgid "%s%% hit rate in file %s"
+#: include/functions_setup.inc:310
+msgid "Checking for gettext support"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-kerberos.inc:43
-msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
+#: include/functions_setup.inc:311
+msgid "Gettext support is required for internationalized GOsa."
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-kerberos.inc:52
-msgid "Kerberos database communication failed!"
+#: include/functions_setup.inc:314
+msgid "Checking for iconv support"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-kerberos.inc:59
-msgid "Changing password in kerberos database failed!"
+#: include/functions_setup.inc:315
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:13
-#, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
+#: include/functions_setup.inc:318
+msgid "Checking for mhash module"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
-#, php-format
+#: include/functions_setup.inc:319
 msgid ""
 msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"To use SSHA encryption, you'll need this module. If you are just using crypt "
+"or md5 encryption, ignore this message. GOsa will run without it."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:137
-msgid "Nested groups are not supported!"
+#: include/functions_setup.inc:322
+msgid "Checking for imap module"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:141
-msgid "Group name not unique!"
+#: include/functions_setup.inc:323
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
-msgid "Symbol values are not supported yet!"
+#: include/functions_setup.inc:326
+msgid "Checking for getacl in imap"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:171
-msgid "Nested options are not supported!"
+#: include/functions_setup.inc:327
+msgid ""
+"The getacl support is needed for shared folder permissions. The standard "
+"IMAP module is not capable of reading acl's. You need a recend PHP version "
+"for this feature."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:196
-msgid "PickMany is not supported yet!"
+#: include/functions_setup.inc:330
+msgid "Checking for mysql module"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:268
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
+#: include/functions_setup.inc:331
+msgid "MySQL support is needed for reading GOfax reports from databases."
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
+#: include/functions_setup.inc:334
+msgid "Checking for cups module"
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
+#: include/functions_setup.inc:335
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+#: include/functions_setup.inc:338
+msgid "Checking for kadm5 module"
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
+#: include/functions_setup.inc:339
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
+#: include/functions_setup.inc:342
+msgid "Checking for snmp Module"
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
+#: include/functions_setup.inc:343
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:71
-msgid "Generating this page caused the PHP interpreter to raise some errors!"
+#: include/functions_setup.inc:379
+msgid "PHP detailed function inspection"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:71 html/main.php:316
-msgid "Toggle information"
+#: include/functions_setup.inc:383
+#, php-format
+msgid "Checking for function %s"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:76
-msgid "PHP error"
+#: include/functions_setup.inc:384
+#, php-format
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:87
-msgid "class"
+#: include/functions_setup.inc:395
+msgid "Checking for some additional programms"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:93
-msgid "function"
+#: include/functions_setup.inc:404
+msgid "Checking for ImageMagick (>=5.4.0)"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:98
-msgid "static"
+#: include/functions_setup.inc:405
+msgid ""
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:102
-msgid "method"
+#: include/functions_setup.inc:408
+msgid "Checking imagick module for PHP"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:121
-msgid "Trace"
+#: include/functions_setup.inc:409
+msgid ""
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:122
-msgid "Line"
+#: include/functions_setup.inc:416
+msgid "Checking for fping utility"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:123
-msgid "Arguments"
+#: include/functions_setup.inc:417
+msgid ""
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:290
-#, php-format
-msgid "Error when connecting the LDAP. Server said '%s'."
+#: include/functions_setup.inc:432
+msgid "Checking for a way to generate LM/NT password hashes"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:311
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
+#: include/functions_setup.inc:433
+msgid ""
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:330
-msgid "Username / UID is not unique. Please check your LDAP database."
+#: include/functions_setup.inc:446
+msgid "php.ini check -> session.auto_register"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:368
+#: include/functions_setup.inc:447
 msgid ""
 msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:378
-#, php-format
-msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
+#: include/functions_setup.inc:450
+msgid "php.ini check -> implicit_flush"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:393
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
+#: include/functions_setup.inc:451
+msgid ""
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:419
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
+#: include/functions_setup.inc:458
+msgid "php.ini check -> max_execution_time"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:449
+#: include/functions_setup.inc:459
 msgid ""
 msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:459
-msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
+#: include/functions_setup.inc:466
+msgid "php.ini check -> memory_limit"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:467
+#: include/functions_setup.inc:467
 msgid ""
 msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:581
-#, php-format
-msgid "The size limit of %d entries is exceed!"
+#: include/functions_setup.inc:471
+msgid "php.ini check -> expose_php"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:583
-#, php-format
+#: include/functions_setup.inc:472
 msgid ""
 msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+"Increase the server security by setting expose_php to 'off'. PHP won't send "
+"any Information about the server you are running in this case."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:600
-msgid "incomplete"
+#: include/functions_setup.inc:476
+msgid "php.ini check -> magic_quotes_gpc"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1005
-#, php-format
+#: include/functions_setup.inc:477
 msgid ""
 msgid ""
-"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
-"Please contact the person in order to clarify proceedings."
+"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
+"escape all quotes in strings in this case."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1104
-msgid "LDAP error:"
+#: include/functions_setup.inc:722
+msgid "You've to specify an ldap server before continuing!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1282
-msgid "Entries per page"
+#: include/functions_setup.inc:731 include/functions_setup.inc:814
+msgid ""
+"Can't connect to the specified LDAP server! Please make sure that is "
+"reachable for GOsa."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1310
-msgid "Apply filter"
+#: include/functions_setup.inc:745 include/functions_setup.inc:819
+#: include/functions_setup.inc:824
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1584
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: include/functions_setup.inc:834
+msgid ""
+"Bind to server successful, but the server seems to be completly empty, "
+"please check all informations twice"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1627
+#: include/functions_setup.inc:890
 #, php-format
 #, php-format
-msgid "GOsa development snapshot (Rev %s)"
+msgid ""
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+#: include/functions_setup.inc:921
+msgid ""
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
 msgstr ""
 
 msgstr ""
 
-#: include/class_pluglist.inc:115
-msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+#: include/functions_setup.inc:930
+#, php-format
+msgid "Can't log into LDAP server. Reason was: %s."
 msgstr ""
 
 msgstr ""
 
-#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
-#: ihtml/themes/altlinux/framework.tpl:24
-#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
+#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
+#: include/functions_setup.inc:1072 html/index.php:172
+#: ihtml/themes/altlinux/setup_useradmin.tpl:6
+#: ihtml/themes/default/setup_useradmin.tpl:6
 msgid ""
 msgid ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
+"You're missing an administrative account for GOsa, you'll not be able to "
+"administrate anything!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_config.inc:69
+#: include/class_ppdManager.inc:13
 #, php-format
 #, php-format
-msgid "XML error in gosa.conf: %s at line %d"
+msgid "PPD manager : The specified path '%s' doesn't exists."
 msgstr ""
 
 msgstr ""
 
-#: include/class_config.inc:195 html/index.php:136
-msgid "Can't bind to LDAP. Please contact the system administrator."
+#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
 msgstr ""
 
 msgstr ""
 
-#: include/class_config.inc:433
-msgid "SID and/or RIDBASE missing in your configuration!"
+#: include/class_ppdManager.inc:137
+msgid "Nested groups are not supported!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:437
-#, php-format
-msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
+#: include/class_ppdManager.inc:141
+msgid "Group name not unique!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:699
-#, php-format
-msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
+#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
+msgid "Symbol values are not supported yet!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:712
-#, php-format
-msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+#: include/class_ppdManager.inc:171
+msgid "Nested options are not supported!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:728
+#: include/class_ppdManager.inc:196
+msgid "PickMany is not supported yet!"
+msgstr ""
+
+#: include/class_ppdManager.inc:268
 #, php-format
 #, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgid "Parsing PPD file %s failed - no information found."
 msgstr ""
 
 #: include/class_debconfTemplate.inc:251
 msgid "This package has no debconf options."
 msgstr ""
 
 msgstr ""
 
 #: include/class_debconfTemplate.inc:251
 msgid "This package has no debconf options."
 msgstr ""
 
+#: html/helpviewer.php:116
+msgid "There is no helpfile specified for this class."
+msgstr ""
+
+#: html/helpviewer.php:226
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+msgstr ""
+
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
@@ -9626,15 +9737,6 @@ msgstr ""
 msgid "Enter SSL session"
 msgstr ""
 
 msgid "Enter SSL session"
 msgstr ""
 
-#: html/helpviewer.php:116
-msgid "There is no helpfile specified for this class."
-msgstr ""
-
-#: html/helpviewer.php:226
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
-msgstr ""
-
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr ""
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr ""
@@ -9667,6 +9769,29 @@ msgid ""
 "Generating this page caused the W3C conformance checker to raise some errors!"
 msgstr ""
 
 "Generating this page caused the W3C conformance checker to raise some errors!"
 msgstr ""
 
+#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
+msgid ""
+"The size limit option makes LDAP operations faster and saves the LDAP server "
+"from getting too much load. The easiest way to handle big databases without "
+"long timeouts would be to limit your search to smaller values and use "
+"filters to get the entries you are looking for."
+msgstr ""
+
+#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
+msgid "Please choose the way to react for this session"
+msgstr ""
+
+#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
+msgid "ignore this error and show all entries the LDAP server returns"
+msgstr ""
+
+#: ihtml/themes/altlinux/sizelimit.tpl:10
+#: ihtml/themes/default/sizelimit.tpl:10
+msgid ""
+"ignore this error and show all entries that fit into the defined sizelimit "
+"and let me use filters instead"
+msgstr ""
+
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr ""
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr ""
@@ -9689,6 +9814,23 @@ msgstr ""
 msgid "Logout"
 msgstr ""
 
 msgid "Logout"
 msgstr ""
 
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+msgid "Please use your <i>username</i> and <i>password</i> to log in"
+msgstr ""
+
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
+msgid "Directory"
+msgstr ""
+
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
+msgid "Sign in"
+msgstr ""
+
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
+msgid "Click here to log in"
+msgstr ""
+
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
@@ -9719,46 +9861,6 @@ msgid ""
 "create the missing entries."
 msgstr ""
 
 "create the missing entries."
 msgstr ""
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-msgid "Please use your <i>username</i> and <i>password</i> to log in"
-msgstr ""
-
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
-msgid "Directory"
-msgstr ""
-
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
-msgid "Sign in"
-msgstr ""
-
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
-msgid "Click here to log in"
-msgstr ""
-
-#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
-msgid ""
-"The size limit option makes LDAP operations faster and saves the LDAP server "
-"from getting too much load. The easiest way to handle big databases without "
-"long timeouts would be to limit your search to smaller values and use "
-"filters to get the entries you are looking for."
-msgstr ""
-
-#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
-msgid "Please choose the way to react for this session"
-msgstr ""
-
-#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
-msgid "ignore this error and show all entries the LDAP server returns"
-msgstr ""
-
-#: ihtml/themes/altlinux/sizelimit.tpl:10
-#: ihtml/themes/default/sizelimit.tpl:10
-msgid ""
-"ignore this error and show all entries that fit into the defined sizelimit "
-"and let me use filters instead"
-msgstr ""
-
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
@@ -9779,17 +9881,6 @@ msgstr ""
 msgid "Signed in:"
 msgstr ""
 
 msgid "Signed in:"
 msgstr ""
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr ""
-
-#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
-msgid ""
-"If this lock detection is false, the other person has obviously closed the "
-"webbrowser during the edit operation. You may delete the lockfile in this "
-"case by pressing the <i>Remove</i> button."
-msgstr ""
-
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
@@ -9806,6 +9897,17 @@ msgid ""
 "correct minimum version."
 msgstr ""
 
 "correct minimum version."
 msgstr ""
 
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr ""
+
+#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
+msgid ""
+"If this lock detection is false, the other person has obviously closed the "
+"webbrowser during the edit operation. You may delete the lockfile in this "
+"case by pressing the <i>Remove</i> button."
+msgstr ""
+
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
@@ -9987,6 +10089,14 @@ msgid ""
 "execute these commands to achieve this requirement:"
 msgstr ""
 
 "execute these commands to achieve this requirement:"
 msgstr ""
 
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr ""
+
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr ""
+
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
@@ -9999,12 +10109,19 @@ msgstr ""
 msgid "Toggle Show/Hide"
 msgstr ""
 
 msgid "Toggle Show/Hide"
 msgstr ""
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
+#: ihtml/themes/default/logout.tpl:7
+msgid ""
+"The last interaction with the GOsa web interface has been some time ago in "
+"the past. For security reasons, the session has been closed. To continue "
+"with administrative tasks, please sign in again."
+msgstr ""
+
+#: ihtml/themes/default/logout.tpl:10
+msgid "Sign in again"
 msgstr ""
 
 #: ihtml/themes/default/setup_step4.tpl:100
 msgstr ""
 
 #: ihtml/themes/default/setup_step4.tpl:100
index 9bb1617ef52a02d12f0f97373c7c22f5122281ed..b8b62b5196a32401ca87acad4450ebf3ea38d800 100644 (file)
@@ -40,16 +40,15 @@ msgstr "Toevoegingen"
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
-#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/generic.tpl:6 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
-#: plugins/admin/fai/faiProfile.tpl:32
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
+#: plugins/admin/fai/faiProfile.tpl:32 plugins/admin/fai/faiScript.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/groups/mail.tpl:7
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Algemeen"
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Algemeen"
@@ -84,7 +83,7 @@ msgstr "E-mail"
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:136
+#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:139
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Verbindingen"
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Verbindingen"
@@ -102,15 +101,15 @@ msgstr "Fax"
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_info.tpl:37
-#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
+#: plugins/addons/addressbook/address_info.tpl:37
+#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
-#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/systems/class_systemManagement.inc:708
 #: plugins/admin/systems/class_systemManagement.inc:708
+#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
@@ -174,12 +173,12 @@ msgstr "Printer"
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
-#: plugins/admin/fai/faiProfileEntry.tpl:22
-#: plugins/admin/fai/faiPackageEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
+#: plugins/admin/fai/faiProfileEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
+#: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
@@ -193,375 +192,258 @@ msgstr "Databases"
 msgid "Services"
 msgstr "Services"
 
 msgid "Services"
 msgstr "Services"
 
-#: contrib/gosa.conf:177 plugins/addons/ldapmanager/contentexportxls.tpl:19
-#: plugins/addons/ldapmanager/contentexportxls.tpl:32
-#: plugins/addons/ldapmanager/contentexportxls.tpl:47
-#: plugins/addons/ldapmanager/contentexport.tpl:16
+#: contrib/gosa.conf:178 plugins/addons/ldapmanager/contentexport.tpl:16
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
+#: plugins/addons/ldapmanager/contentexportxls.tpl:19
+#: plugins/addons/ldapmanager/contentexportxls.tpl:32
+#: plugins/addons/ldapmanager/contentexportxls.tpl:47
 msgid "Export"
 msgstr "Exporteer"
 
 msgid "Export"
 msgstr "Exporteer"
 
-#: contrib/gosa.conf:178
+#: contrib/gosa.conf:179
 msgid "Excel Export"
 msgstr "Excel Export"
 
 msgid "Excel Export"
 msgstr "Excel Export"
 
-#: contrib/gosa.conf:179 plugins/personal/mail/generic.tpl:113
+#: contrib/gosa.conf:180 plugins/personal/mail/generic.tpl:113
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
-#: plugins/admin/applications/generic.tpl:91
+#: plugins/admin/applications/generic.tpl:94
 msgid "Import"
 msgstr "Importeren"
 
 msgid "Import"
 msgstr "Importeren"
 
-#: contrib/gosa.conf:180
+#: contrib/gosa.conf:181
 msgid "CSV Import"
 msgstr "CSV Import"
 
 msgid "CSV Import"
 msgstr "CSV Import"
 
-#: contrib/gosa.conf:184
+#: contrib/gosa.conf:185
 msgid "Partitions"
 msgstr "Partities"
 
 msgid "Partitions"
 msgstr "Partities"
 
-#: contrib/gosa.conf:188 plugins/personal/environment/logonManagement.tpl:55
+#: contrib/gosa.conf:189 plugins/personal/environment/logonManagement.tpl:55
+#: plugins/admin/applications/generic.tpl:92
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:89
 msgid "Script"
 msgstr "Script"
 
 msgid "Script"
 msgstr "Script"
 
-#: contrib/gosa.conf:192 plugins/admin/fai/class_faiManagement.inc:553
+#: contrib/gosa.conf:193 plugins/admin/fai/class_faiManagement.inc:553
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr "Inhakers"
 
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr "Inhakers"
 
-#: contrib/gosa.conf:196 plugins/admin/fai/class_faiManagement.inc:546
+#: contrib/gosa.conf:197 plugins/admin/fai/class_faiManagement.inc:546
 #: plugins/admin/fai/class_faiManagement.inc:547
 msgid "Variables"
 msgstr "Variabelen"
 
 #: plugins/admin/fai/class_faiManagement.inc:547
 msgid "Variables"
 msgstr "Variabelen"
 
-#: contrib/gosa.conf:200 plugins/admin/fai/class_faiManagement.inc:567
+#: contrib/gosa.conf:201 plugins/admin/fai/class_faiManagement.inc:567
 #: plugins/admin/fai/class_faiManagement.inc:568
 msgid "Templates"
 msgstr "Sjablonen"
 
 #: plugins/admin/fai/class_faiManagement.inc:568
 msgid "Templates"
 msgstr "Sjablonen"
 
-#: contrib/gosa.conf:204 plugins/personal/environment/environment.tpl:7
+#: contrib/gosa.conf:205 plugins/personal/environment/environment.tpl:7
 msgid "Profiles"
 msgstr "Profielen"
 
 msgid "Profiles"
 msgstr "Profielen"
 
-#: contrib/gosa.conf:208
+#: contrib/gosa.conf:209
 msgid "Packages"
 msgstr "Pakketten"
 
 msgid "Packages"
 msgstr "Pakketten"
 
-#: contrib/gosa.conf:226
+#: contrib/gosa.conf:227
 msgid "{LOCATIONNAME}"
 msgstr "{LOCATIONNAME}"
 
 msgid "{LOCATIONNAME}"
 msgstr "{LOCATIONNAME}"
 
-#: contrib/gosa.conf:243 plugins/admin/ogroups/class_phonequeue.inc:164
+#: contrib/gosa.conf:244 plugins/admin/ogroups/class_phonequeue.inc:164
 msgid "German"
 msgstr "Duits"
 
 msgid "German"
 msgstr "Duits"
 
-#: contrib/gosa.conf:244
+#: contrib/gosa.conf:245
 msgid "Russian"
 msgstr "Russisch"
 
 msgid "Russian"
 msgstr "Russisch"
 
-#: contrib/gosa.conf:245
+#: contrib/gosa.conf:246
 msgid "Spanish"
 msgstr "Spaans"
 
 msgid "Spanish"
 msgstr "Spaans"
 
-#: contrib/gosa.conf:246
+#: contrib/gosa.conf:247
 msgid "French"
 msgstr "Frans"
 
 msgid "French"
 msgstr "Frans"
 
-#: contrib/gosa.conf:247
+#: contrib/gosa.conf:248
 msgid "Dutch"
 msgstr "Nederlands"
 
 msgid "Dutch"
 msgstr "Nederlands"
 
-#: contrib/gosa.conf:248
+#: contrib/gosa.conf:249
 msgid "English"
 msgstr "Engels"
 
 msgid "English"
 msgstr "Engels"
 
-#: contrib/gosa.conf:249
+#: contrib/gosa.conf:250
 msgid "Italian"
 msgstr "Italiaans"
 
 msgid "Italian"
 msgstr "Italiaans"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
-#: plugins/personal/environment/class_environment.inc:13
 #: plugins/personal/generic/class_user.inc:17
 #: plugins/personal/generic/class_user.inc:17
-#: plugins/personal/connectivity/class_webdavAccount.inc:7
-#: plugins/personal/connectivity/class_proxyAccount.inc:6
-#: plugins/personal/connectivity/class_pptpAccount.inc:27
-#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_glpiAccount.inc:26
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
 #: plugins/personal/connectivity/class_connectivity.inc:16
 #: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_glpiAccount.inc:26
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/environment/class_environment.inc:13
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
-#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
-#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
+#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/logview/class_logview.inc:7
 #: plugins/addons/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Dit doet iets"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Dit doet iets"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:92
-msgid "This account has no nagios extensions."
-msgstr "Dit account heeft nagios mogelijkheden uitgeschakeld."
+#: plugins/personal/mail/class_mailAccount.inc:79
+#: plugins/admin/groups/class_groupMail.inc:59
+#, php-format
+msgid "There is no mail method '%s' specified in your gosa.conf available."
+msgstr "De E-mail methode '%s' opgegeven in uw gosa.conf is niet beschikbaar."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:101
-msgid "Remove nagios account"
-msgstr "Nagios account verwijderen"
+#: plugins/personal/mail/class_mailAccount.inc:170
+msgid "No DESC tag in vacation file:"
+msgstr "Er is geen DESC variabele aanwezig in het afwezigheidsbestand:"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:102
+#: plugins/personal/mail/class_mailAccount.inc:210
+msgid "This account has no mail extensions."
+msgstr "Dit account heeft E-mail mogelijkheden uitgeschakeld."
+
+#: plugins/personal/mail/class_mailAccount.inc:219
+#: plugins/admin/groups/class_groupMail.inc:195
+#: plugins/admin/ogroups/class_mailogroup.inc:40
+msgid "Remove mail account"
+msgstr "E-mail account verwijderen"
+
+#: plugins/personal/mail/class_mailAccount.inc:220
+#: plugins/admin/groups/class_groupMail.inc:196
 msgid ""
 msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
+"This account has mail features enabled. You can disable them by clicking "
 "below."
 msgstr ""
 "below."
 msgstr ""
-"Dit account heeft Nagios mogelijkheden ingeschakeld. U kunt deze "
+"Dit account heeft E-mail mogelijkheden ingeschakeld. U kunt deze "
 "uitschakelen door de knop hieronder te gebruiken."
 
 "uitschakelen door de knop hieronder te gebruiken."
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
-msgid "Create nagios account"
-msgstr "Nagios account aanmaken"
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:198
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+msgid "Create mail account"
+msgstr "E-mail account aanmaken"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:199
 msgid ""
 msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
+"This account has mail features disabled. You can enable them by clicking "
 "below."
 msgstr ""
 "below."
 msgstr ""
-"Dit account heeft geen Nagios mogelijkheden. U kunt deze inschakelen door de "
+"Dit account heeft geen E-mail mogelijkheden. U kunt deze inschakelen door de "
 "knop hieronder te gebruiken."
 
 "knop hieronder te gebruiken."
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:163
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "Het vereiste veld 'NagiosAlias' is leeg."
-
-#: plugins/personal/nagios/class_nagiosAccount.inc:166
-msgid "The required field 'NagiosMail' is not set."
-msgstr "Het vereiste veld 'NagiosMail' is leeg."
+#: plugins/personal/mail/class_mailAccount.inc:270
+msgid ""
+"You're trying to add an invalid email address to the list of forwarders."
+msgstr ""
+"U probeert een ongeldig email adres toe te voegen aan de doorstuurlijst."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:170
-#: plugins/personal/nagios/class_nagiosAccount.inc:174
-msgid "Please enter a valid email address in 'NagiosMail' field."
-msgstr "Geef a.u.b. een geldig E-mail adres voor het 'NagiosMail' veld op."
+#: plugins/personal/mail/class_mailAccount.inc:276
+#: plugins/admin/groups/class_groupMail.inc:258
+msgid "Adding your one of your own addresses to the forwarders makes no sense."
+msgstr ""
+"Het toevoegen van een van uw eigen adressen aan de lijst met doorstuur "
+"adressen is niet logisch."
 
 
-#: plugins/personal/nagios/main.inc:104 plugins/personal/mail/main.inc:104
-#: plugins/personal/posix/main.inc:110 plugins/personal/samba/main.inc:104
-#: plugins/personal/environment/main.inc:104
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/generic/main.inc:158
-#: plugins/personal/connectivity/main.inc:115
-#: plugins/gofax/blocklists/generic.tpl:80
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/admin/fai/class_faiManagement.inc:392
-#: plugins/admin/groups/class_groupManagement.inc:330
-#: plugins/admin/users/class_userManagement.inc:633
-#: plugins/admin/applications/class_applicationManagement.inc:304
-#: plugins/admin/departments/class_departmentManagement.inc:347
-#: plugins/admin/systems/class_systemManagement.inc:539
-#: plugins/admin/ogroups/class_ogroupManagement.inc:338
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
-msgid "Finish"
-msgstr "Opslaan"
+#: plugins/personal/mail/class_mailAccount.inc:311
+#: plugins/personal/mail/class_mailAccount.inc:316
+#: plugins/admin/groups/class_groupMail.inc:286
+msgid ""
+"You're trying to add an invalid email address to the list of alternate "
+"addresses."
+msgstr ""
+"U probeert een ongeldig E-mail adres toe te voegen aan de lijst met "
+"alternatieve adressen."
 
 
-#: plugins/personal/nagios/main.inc:106 plugins/personal/mail/main.inc:106
-#: plugins/personal/mail/mail_locals.tpl:43
-#: plugins/personal/posix/posix_groups.tpl:74
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:112
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/main.inc:106
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:39
-#: plugins/personal/environment/main.inc:106
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:31
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/generic/main.inc:160
-#: plugins/personal/connectivity/main.inc:117
-#: plugins/gofax/blocklists/generic.tpl:82
-#: plugins/gofax/blocklists/remove.tpl:16
-#: plugins/gofax/faxaccount/locals.tpl:62
-#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/remove.tpl:16
-#: plugins/addons/addressbook/address_edit.tpl:234
-#: plugins/admin/fai/class_faiManagement.inc:394
-#: plugins/admin/fai/class_faiManagement.inc:399
-#: plugins/admin/fai/faiProfileEntry.tpl:72
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiPackageNew.tpl:66
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:64 plugins/admin/fai/remove.tpl:17
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:133
-#: plugins/admin/groups/class_groupManagement.inc:332
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/group_objects.tpl:49
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/application_options.tpl:10
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:635
-#: plugins/admin/users/template.tpl:46 plugins/admin/users/remove.tpl:16
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:306
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:349
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/class_systemManagement.inc:541
-#: plugins/admin/systems/servnfs.tpl:76 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/password.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:52
-#: plugins/admin/ogroups/class_ogroupManagement.inc:340
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-msgid "Cancel"
-msgstr "Annuleren"
+#: plugins/personal/mail/class_mailAccount.inc:326
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "The address you're trying to add is already used by user"
+msgstr ""
+"Het adres dat u probeert toe te voegen wordt al gebruikt door gebruiker"
 
 
-#: plugins/personal/nagios/main.inc:114 plugins/personal/mail/main.inc:114
-#: plugins/personal/posix/main.inc:120 plugins/personal/samba/main.inc:114
-#: plugins/personal/environment/main.inc:114
-#: plugins/personal/generic/main.inc:179
-#: plugins/personal/connectivity/main.inc:125
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
+#: plugins/personal/mail/class_mailAccount.inc:700
+msgid ""
+"There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 msgstr ""
-"Gebruik de 'Bewerk' knop hieronder om de informatie in deze dialoog te "
-"veranderen"
+"Er is geen geldige mailserver gespecificeerd. Voeg er a.u.b. een toe in de "
+"systeem instellingen."
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:122 plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:172
-#: plugins/personal/connectivity/main.inc:126
-#: plugins/gofax/faxaccount/generic.tpl:86
-#: plugins/gofax/faxaccount/generic.tpl:92
-#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
-#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/printer.tpl:46
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Bewerken"
+#: plugins/personal/mail/class_mailAccount.inc:705
+#: plugins/admin/groups/class_groupMail.inc:619
+msgid "The required field 'Primary address' is not set."
+msgstr "Het vereiste veld 'Primair adres' is leeg."
 
 
-#: plugins/personal/nagios/main.inc:124
-msgid "Nagios settings"
-msgstr "Nagios instellingen"
+#: plugins/personal/mail/class_mailAccount.inc:709
+#: plugins/personal/mail/class_mailAccount.inc:713
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/admin/ogroups/class_mailogroup.inc:70
+msgid "Please enter a valid email address in 'Primary address' field."
+msgstr "Geef a.u.b. een geldig E-mail adres voor het 'Primair adres' op."
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-msgid "Nagios Account"
-msgstr "Nagios account"
+#: plugins/personal/mail/class_mailAccount.inc:720
+#: plugins/admin/groups/class_groupMail.inc:628
+#: plugins/admin/ogroups/class_mailogroup.inc:77
+msgid "The primary address you've entered is already in use."
+msgstr "Het primaire adres dat u opgegeven heeft wordt al gebruikt."
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-msgid "Alias"
-msgstr "Alias"
+#: plugins/personal/mail/class_mailAccount.inc:726
+#: plugins/admin/groups/class_groupMail.inc:634
+msgid "Value in 'Quota size' is not valid."
+msgstr "De waarde opgegeven bij 'Quota grootte' is niet geldig."
 
 
-#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
-msgid "Mail address"
-msgstr "E-mail adres"
+#: plugins/personal/mail/class_mailAccount.inc:735
+#: plugins/admin/groups/class_groupMail.inc:643
+msgid "Please specify a vaild mail size for mails to be rejected."
+msgstr "Geef a.u.b. een geldige E-mail grootte op voor af te wijzen E-mails."
 
 
-#: plugins/personal/nagios/nagios.tpl:17
-msgid "Host notification period"
-msgstr "Host notificatie periode"
-
-#: plugins/personal/nagios/nagios.tpl:25
-msgid "Service notification period"
-msgstr "Service notificatie periode"
-
-#: plugins/personal/nagios/nagios.tpl:32
-msgid "Service notification options"
-msgstr "Service notificatie opties"
-
-#: plugins/personal/nagios/nagios.tpl:41
-msgid "Host notification options"
-msgstr "Host notificatie opties"
-
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:242
-#: plugins/addons/addressbook/address_info.tpl:91
-#: plugins/addons/addressbook/address_edit.tpl:217 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Pager"
-msgstr "Pieper"
-
-#: plugins/personal/nagios/nagios.tpl:53
-msgid "Service notification commands"
-msgstr "Service notificatie commando's"
-
-#: plugins/personal/nagios/nagios.tpl:57
-msgid "Host notification commands"
-msgstr "Host notificatie commando's"
-
-#: plugins/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
-msgstr "Nagios authenticatie"
-
-#: plugins/personal/nagios/nagios.tpl:69
-msgid "view system informations"
-msgstr "systeem informatie bekijken"
-
-#: plugins/personal/nagios/nagios.tpl:72
-msgid "view configuration information"
-msgstr "configuratie informatie bekijken"
-
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr "systeem commando's activeren"
-
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
-msgstr "alle services bekijken"
-
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr "alle hosts bekijken"
-
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr "alle service commando's activeren"
+#: plugins/personal/mail/class_mailAccount.inc:745
+#: plugins/admin/groups/class_groupMail.inc:651
+msgid "You need to set the maximum mail size in order to reject anything."
+msgstr ""
+"U moet de maximale E-mail grootte instellen om uberhaupt iets af te kunnen "
+"afwijzen."
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
-msgstr "alle host commando's activeren"
+#: plugins/personal/mail/class_mailAccount.inc:749
+msgid "You specified Spam settings, but there is no Folder specified."
+msgstr "U heeft Spam instellingen opgegeven, maar geen mailfolder opgegeven."
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
 #: plugins/admin/ogroups/mail.tpl:10
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
 #: plugins/admin/ogroups/mail.tpl:10
@@ -606,48 +488,50 @@ msgstr "Lijst met alternatieve E-mail adressen"
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
-#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/trust_machines.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/connectivity/class_kolabAccount.inc:203
+#: plugins/personal/connectivity/kolab.tpl:18
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
 #: plugins/personal/environment/kioskManagement.tpl:13
 #: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/personal/connectivity/kolab.tpl:18
-#: plugins/personal/connectivity/class_kolabAccount.inc:203
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
-#: plugins/admin/fai/class_faiProfile.inc:153
-#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
-#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
+#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95
 #: plugins/admin/groups/class_groupMail.inc:413
 #: plugins/admin/groups/class_groupMail.inc:413
-#: plugins/admin/groups/application.tpl:14
+#: plugins/admin/groups/application.tpl:15
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servRepositorySetup.tpl:36
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/servRepository.tpl:14
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
+#: plugins/admin/fai/class_faiProfile.inc:153
+#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Toevoegen"
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Toevoegen"
@@ -656,36 +540,35 @@ msgstr "Toevoegen"
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
+#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
-#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
-#: plugins/addons/addressbook/remove.tpl:14
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
-#: plugins/admin/fai/remove.tpl:15 plugins/admin/fai/faiHook.tpl:45
-#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
-#: plugins/admin/groups/remove.tpl:14 plugins/admin/groups/generic.tpl:105
-#: plugins/admin/users/remove.tpl:14 plugins/admin/applications/remove.tpl:13
+#: plugins/addons/addressbook/remove.tpl:14 plugins/admin/groups/mail.tpl:52
+#: plugins/admin/groups/mail.tpl:97 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/groups/generic.tpl:105 plugins/admin/users/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/workstationStartup.tpl:51
-#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
+#: plugins/admin/systems/remove.tpl:14
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/workstationStartup.tpl:51
+#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
-#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/gofon/macro/remove.tpl:13
-#: plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/conference/remove.tpl:14
+#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
+#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
+#: plugins/admin/fai/faiHook.tpl:45 plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/conference/remove.tpl:14
 msgid "Delete"
 msgstr "Verwijderen"
 
 msgid "Delete"
 msgstr "Verwijderen"
 
@@ -733,9 +616,9 @@ msgid "Reject mails bigger than"
 msgstr "Wijs E-mail af indien groter dan"
 
 #: plugins/personal/mail/generic.tpl:96
 msgstr "Wijs E-mail af indien groter dan"
 
 #: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:71
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
+#: plugins/personal/environment/environment.tpl:71
 msgid "MB"
 msgstr "MB"
 
 msgid "MB"
 msgstr "MB"
 
@@ -774,133 +657,128 @@ msgstr "Gebruik een eigen sieve script"
 msgid "disables all Mail options!"
 msgstr "schakelt alle E-mail opties uit!"
 
 msgid "disables all Mail options!"
 msgstr "schakelt alle E-mail opties uit!"
 
-#: plugins/personal/mail/class_mailAccount.inc:79
-#: plugins/admin/groups/class_groupMail.inc:59
-#, php-format
-msgid "There is no mail method '%s' specified in your gosa.conf available."
-msgstr "De E-mail methode '%s' opgegeven in uw gosa.conf is niet beschikbaar."
-
-#: plugins/personal/mail/class_mailAccount.inc:170
-msgid "No DESC tag in vacation file:"
-msgstr "Er is geen DESC variabele aanwezig in het afwezigheidsbestand:"
-
-#: plugins/personal/mail/class_mailAccount.inc:210
-msgid "This account has no mail extensions."
-msgstr "Dit account heeft E-mail mogelijkheden uitgeschakeld."
+#: plugins/personal/mail/main.inc:104 plugins/personal/posix/main.inc:110
+#: plugins/personal/samba/main.inc:104
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/main.inc:158
+#: plugins/personal/connectivity/main.inc:118
+#: plugins/personal/environment/main.inc:104
+#: plugins/personal/nagios/main.inc:104
+#: plugins/gofax/blocklists/generic.tpl:80
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/admin/groups/class_groupManagement.inc:330
+#: plugins/admin/users/class_userManagement.inc:633
+#: plugins/admin/applications/class_applicationManagement.inc:304
+#: plugins/admin/departments/class_departmentManagement.inc:347
+#: plugins/admin/systems/class_systemManagement.inc:539
+#: plugins/admin/ogroups/class_ogroupManagement.inc:338
+#: plugins/admin/fai/class_faiManagement.inc:392
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
+msgid "Finish"
+msgstr "Opslaan"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:219
-#: plugins/admin/groups/class_groupMail.inc:195
-#: plugins/admin/ogroups/class_mailogroup.inc:40
-msgid "Remove mail account"
-msgstr "E-mail account verwijderen"
+#: plugins/personal/mail/main.inc:106 plugins/personal/mail/mail_locals.tpl:43
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/posix/posix_groups.tpl:74
+#: plugins/personal/posix/main.inc:112 plugins/personal/samba/main.inc:106
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/generic/generic_picture.tpl:31
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/main.inc:160
+#: plugins/personal/connectivity/main.inc:120
+#: plugins/personal/environment/main.inc:106
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:39
+#: plugins/personal/nagios/main.inc:106
+#: plugins/gofax/blocklists/generic.tpl:82
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/locals.tpl:62
+#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/admin/groups/class_groupManagement.inc:332
+#: plugins/admin/groups/remove.tpl:16
+#: plugins/admin/groups/application_options.tpl:10
+#: plugins/admin/groups/group_objects.tpl:49
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
+#: plugins/admin/users/template.tpl:46
+#: plugins/admin/users/class_userManagement.inc:635
+#: plugins/admin/users/remove.tpl:16 plugins/admin/applications/remove.tpl:15
+#: plugins/admin/applications/class_applicationManagement.inc:306
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/departments/class_departmentManagement.inc:349
+#: plugins/admin/systems/class_systemManagement.inc:541
+#: plugins/admin/systems/remove.tpl:16 plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/chooser.tpl:18 plugins/admin/systems/servnfs.tpl:76
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:52
+#: plugins/admin/ogroups/class_ogroupManagement.inc:340
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:394
+#: plugins/admin/fai/class_faiManagement.inc:399
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:72
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiVariableEntry.tpl:49
+#: plugins/admin/fai/faiHookEntry.tpl:70
+#: plugins/admin/fai/faiTemplateEntry.tpl:133
+#: plugins/admin/fai/faiPackageEntry.tpl:64
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageNew.tpl:66
+#: plugins/gofon/phoneaccount/main.inc:107 plugins/gofon/macro/remove.tpl:15
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
+#: plugins/gofon/conference/remove.tpl:16
+#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
+msgid "Cancel"
+msgstr "Annuleren"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:220
-#: plugins/admin/groups/class_groupMail.inc:196
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
+#: plugins/personal/mail/main.inc:114 plugins/personal/posix/main.inc:120
+#: plugins/personal/samba/main.inc:114 plugins/personal/generic/main.inc:179
+#: plugins/personal/connectivity/main.inc:128
+#: plugins/personal/environment/main.inc:114
+#: plugins/personal/nagios/main.inc:114 plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+msgid "Click the 'Edit' button below to change informations in this dialog"
 msgstr ""
 msgstr ""
-"Dit account heeft E-mail mogelijkheden ingeschakeld. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
-
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:198
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid "Create mail account"
-msgstr "E-mail account aanmaken"
+"Gebruik de 'Bewerk' knop hieronder om de informatie in deze dialoog te "
+"veranderen"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:199
-msgid ""
-"This account has mail features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Dit account heeft geen E-mail mogelijkheden. U kunt deze inschakelen door de "
-"knop hieronder te gebruiken."
+#: plugins/personal/mail/main.inc:115 plugins/personal/posix/main.inc:122
+#: plugins/personal/samba/main.inc:115 plugins/personal/generic/main.inc:172
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/nagios/main.inc:115
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/admin/systems/printer.tpl:46
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
+#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
+#: plugins/gofon/phoneaccount/main.inc:113
+msgid "Edit"
+msgstr "Bewerken"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:270
-msgid ""
-"You're trying to add an invalid email address to the list of forwarders."
-msgstr ""
-"U probeert een ongeldig email adres toe te voegen aan de doorstuurlijst."
+#: plugins/personal/mail/main.inc:124
+msgid "User mail settings"
+msgstr "Gebruikers E-mail instellingen"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:276
-#: plugins/admin/groups/class_groupMail.inc:258
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
-msgstr ""
-"Het toevoegen van een van uw eigen adressen aan de lijst met doorstuur "
-"adressen is niet logisch."
-
-#: plugins/personal/mail/class_mailAccount.inc:311
-#: plugins/personal/mail/class_mailAccount.inc:316
-#: plugins/admin/groups/class_groupMail.inc:286
-msgid ""
-"You're trying to add an invalid email address to the list of alternate "
-"addresses."
-msgstr ""
-"U probeert een ongeldig E-mail adres toe te voegen aan de lijst met "
-"alternatieve adressen."
-
-#: plugins/personal/mail/class_mailAccount.inc:326
-#: plugins/admin/groups/class_groupMail.inc:291
-msgid "The address you're trying to add is already used by user"
-msgstr ""
-"Het adres dat u probeert toe te voegen wordt al gebruikt door gebruiker"
-
-#: plugins/personal/mail/class_mailAccount.inc:700
-msgid ""
-"There is no valid mailserver specified, please add one in the system setup."
-msgstr ""
-"Er is geen geldige mailserver gespecificeerd. Voeg er a.u.b. een toe in de "
-"systeem instellingen."
-
-#: plugins/personal/mail/class_mailAccount.inc:705
-#: plugins/admin/groups/class_groupMail.inc:619
-msgid "The required field 'Primary address' is not set."
-msgstr "Het vereiste veld 'Primair adres' is leeg."
-
-#: plugins/personal/mail/class_mailAccount.inc:709
-#: plugins/personal/mail/class_mailAccount.inc:713
-#: plugins/addons/addressbook/class_addressbook.inc:590
-#: plugins/admin/ogroups/class_mailogroup.inc:70
-msgid "Please enter a valid email address in 'Primary address' field."
-msgstr "Geef a.u.b. een geldig E-mail adres voor het 'Primair adres' op."
-
-#: plugins/personal/mail/class_mailAccount.inc:720
-#: plugins/admin/groups/class_groupMail.inc:628
-#: plugins/admin/ogroups/class_mailogroup.inc:77
-msgid "The primary address you've entered is already in use."
-msgstr "Het primaire adres dat u opgegeven heeft wordt al gebruikt."
-
-#: plugins/personal/mail/class_mailAccount.inc:726
-#: plugins/admin/groups/class_groupMail.inc:634
-msgid "Value in 'Quota size' is not valid."
-msgstr "De waarde opgegeven bij 'Quota grootte' is niet geldig."
-
-#: plugins/personal/mail/class_mailAccount.inc:735
-#: plugins/admin/groups/class_groupMail.inc:643
-msgid "Please specify a vaild mail size for mails to be rejected."
-msgstr "Geef a.u.b. een geldige E-mail grootte op voor af te wijzen E-mails."
-
-#: plugins/personal/mail/class_mailAccount.inc:745
-#: plugins/admin/groups/class_groupMail.inc:651
-msgid "You need to set the maximum mail size in order to reject anything."
-msgstr ""
-"U moet de maximale E-mail grootte instellen om uberhaupt iets af te kunnen "
-"afwijzen."
-
-#: plugins/personal/mail/class_mailAccount.inc:749
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr "U heeft Spam instellingen opgegeven, maar geen mailfolder opgegeven."
-
-#: plugins/personal/mail/main.inc:124
-msgid "User mail settings"
-msgstr "Gebruikers E-mail instellingen"
-
-#: plugins/personal/mail/mail_locals.tpl:6
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Selecteer de toe te voegen adressen"
+#: plugins/personal/mail/mail_locals.tpl:6
+#: plugins/admin/groups/mail_locals.tpl:6
+msgid "Select addresses to add"
+msgstr "Selecteer de toe te voegen adressen"
 
 #: plugins/personal/mail/mail_locals.tpl:20
 #: plugins/personal/posix/posix_groups.tpl:20
 
 #: plugins/personal/mail/mail_locals.tpl:20
 #: plugins/personal/posix/posix_groups.tpl:20
@@ -910,25 +788,27 @@ msgstr "Selecteer de toe te voegen adressen"
 #: plugins/gofax/blocklists/headpage.tpl:29
 #: plugins/gofax/faxaccount/locals.tpl:19
 #: plugins/addons/addressbook/contents.tpl:58
 #: plugins/gofax/blocklists/headpage.tpl:29
 #: plugins/gofax/faxaccount/locals.tpl:19
 #: plugins/addons/addressbook/contents.tpl:58
-#: plugins/admin/fai/faiProfileEntry.tpl:32
-#: plugins/admin/fai/faiPackageEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
 #: plugins/admin/groups/headpage.tpl:30
 #: plugins/admin/groups/group_objects.tpl:20
 #: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
 #: plugins/admin/applications/headpage.tpl:29
 #: plugins/admin/departments/headpage.tpl:29
 #: plugins/admin/groups/headpage.tpl:30
 #: plugins/admin/groups/group_objects.tpl:20
 #: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
 #: plugins/admin/applications/headpage.tpl:29
 #: plugins/admin/departments/headpage.tpl:29
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
 #: plugins/admin/systems/headpage.tpl:29
 #: plugins/admin/systems/headpage.tpl:29
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:20
 #: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/admin/ogroups/headpage.tpl:29 plugins/gofon/macro/headpage.tpl:29
+#: plugins/admin/ogroups/headpage.tpl:29
+#: plugins/admin/fai/faiProfileEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/gofon/macro/headpage.tpl:29
 #: plugins/gofon/conference/headpage.tpl:29
 msgid "Filters"
 msgstr "Filters"
 
 #: plugins/personal/mail/mail_locals.tpl:27
 #: plugins/gofon/conference/headpage.tpl:29
 msgid "Filters"
 msgstr "Filters"
 
 #: plugins/personal/mail/mail_locals.tpl:27
-#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:27
 #: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
@@ -961,11 +841,11 @@ msgstr "Gebruikersnaam van wie de adressen getoond worden"
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
-#: plugins/admin/systems/servdb.tpl:109
+#: plugins/admin/systems/servdb.tpl:109 ihtml/themes/altlinux/login.tpl:35
+#: ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
-#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
-#: ihtml/themes/default/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
+#: ihtml/themes/default/setup_useradmin.tpl:30
 msgid "Password"
 msgstr "Wachtwoord"
 
 msgid "Password"
 msgstr "Wachtwoord"
 
@@ -1031,11 +911,11 @@ msgstr ""
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66 include/functions.inc:1319
-#: ihtml/themes/altlinux/setup_useradmin.tpl:40
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: include/functions.inc:1319 ihtml/themes/altlinux/setup_useradmin.tpl:40
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
@@ -1091,6 +971,19 @@ msgstr "U heeft geen toestemming om uw wachtwoord te veranderen."
 msgid "External password changer reported a problem: "
 msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:"
 
 msgid "External password changer reported a problem: "
 msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:"
 
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
+msgstr "Selecteer de toe te voegen systemen"
+
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
+msgstr "Toon systemen van afdeling"
+
+#: plugins/personal/posix/trust_machines.tpl:30
+#: plugins/admin/systems/headpage.tpl:50
+msgid "Display systems matching"
+msgstr "Toon de overeenkomende systemen"
+
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Selecteer de toe te voegen groepen"
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Selecteer de toe te voegen groepen"
@@ -1163,6 +1056,7 @@ msgstr "Reguliere expressie voor overeenkomende groepnamen"
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
+#: plugins/admin/systems/servRepository.tpl:36
 msgid "Display groups of user"
 msgstr "Toon groepen van gebruiker"
 
 msgid "Display groups of user"
 msgstr "Toon groepen van gebruiker"
 
@@ -1180,19 +1074,6 @@ msgstr "Het wachtwoord moet bij de eerste aanmelding gewijzigd worden"
 msgid "Password expires on"
 msgstr "Wachtwoord verloopt op"
 
 msgid "Password expires on"
 msgstr "Wachtwoord verloopt op"
 
-#: plugins/personal/posix/trust_machines.tpl:6
-msgid "Select systems to add"
-msgstr "Selecteer de toe te voegen systemen"
-
-#: plugins/personal/posix/trust_machines.tpl:26
-msgid "Display systems of department"
-msgstr "Toon systemen van afdeling"
-
-#: plugins/personal/posix/trust_machines.tpl:30
-#: plugins/admin/systems/headpage.tpl:50
-msgid "Display systems matching"
-msgstr "Toon de overeenkomende systemen"
-
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
@@ -1246,6 +1127,10 @@ msgstr "Systeem vertrouwen"
 msgid "Trust mode"
 msgstr "Vertrouwensmodus"
 
 msgid "Trust mode"
 msgstr "Vertrouwensmodus"
 
+#: plugins/personal/posix/main.inc:131
+msgid "Unix settings"
+msgstr "Unix instellingen"
+
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
@@ -1550,10 +1435,6 @@ msgid "Too many users, can't allocate a free ID!"
 msgstr ""
 "Er zitten te veel gebruikers in de database. Kan geen vrij ID toewijzen!"
 
 msgstr ""
 "Er zitten te veel gebruikers in de database. Kan geen vrij ID toewijzen!"
 
-#: plugins/personal/posix/main.inc:131
-msgid "Unix settings"
-msgstr "Unix instellingen"
-
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Samba home"
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Samba home"
@@ -1680,6 +1561,10 @@ msgstr "Het account verloopt op"
 msgid "Allow connection from these workstations only"
 msgstr "Sta alleen verbindingen vanaf deze werkstations toe"
 
 msgid "Allow connection from these workstations only"
 msgstr "Sta alleen verbindingen vanaf deze werkstations toe"
 
+#: plugins/personal/samba/main.inc:123
+msgid "Samba settings"
+msgstr "Samba Instellingen"
+
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Selecteer de toe te voegen werkstations"
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Selecteer de toe te voegen werkstations"
@@ -1688,10 +1573,6 @@ msgstr "Selecteer de toe te voegen werkstations"
 msgid "Display workstations of department"
 msgstr "Toon werkstations van afdeling"
 
 msgid "Display workstations of department"
 msgstr "Toon werkstations van afdeling"
 
-#: plugins/personal/samba/main.inc:123
-msgid "Samba settings"
-msgstr "Samba Instellingen"
-
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "Dit account heeft geen samba extensies."
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "Dit account heeft geen samba extensies."
@@ -1797,422 +1678,403 @@ msgstr ""
 "Waarschuwing: Kan de primaire groep van de gebruiker niet identificeren - Er "
 "is geen conversie naar een Samba groep mogelijk!"
 
 "Waarschuwing: Kan de primaire groep van de gebruiker niet identificeren - Er "
 "is geen conversie naar een Samba groep mogelijk!"
 
-#: plugins/personal/environment/class_hotplugDialog.inc:111
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
-msgstr "Geef a.u.b. een geldige naam op. Alleen a-Z 0-9 zijn toegestaan."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:114
-msgid "Invalid character in description. Please specify a valid description."
-msgstr ""
-"Ongeldig karakter in omschrijving. Geef a.u.b. een geldige omschrijving op."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:117
-msgid "Please specify a valid id."
-msgstr "Geef a.u.b. een geldige id op."
+#: plugins/personal/generic/class_user.inc:251
+msgid "female"
+msgstr "vrouw"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:123
-msgid "An Entry with this name already exists."
-msgstr "Er bestaat al een invoer met deze naam."
+#: plugins/personal/generic/class_user.inc:251
+msgid "male"
+msgstr "man"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:128
-msgid "Please select an entry or press cancel."
-msgstr "Selecteer a.u.b. een regel of druk op annuleren."
+#: plugins/personal/generic/class_user.inc:265
+msgid "This account has no valid GOsa extensions."
+msgstr "Dit account heeft geen geldige GOsa extensies."
 
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:67
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
-msgid "Please select a printer or press cancel."
-msgstr "Selecteer a.u.b. een printer of druk annuleren in"
+#: plugins/personal/generic/class_user.inc:294
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+msgstr ""
+"Het opgegeven bestand is niet opgestuurd via HTTP POST! Aktie afgebroken."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Hotplug apparaten toevoegen"
+#: plugins/personal/generic/class_user.inc:390
+msgid "Please enter a valid serial number"
+msgstr "Geef a.u.b. een geldig serienummer op"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Hotplug beheer"
+#: plugins/personal/generic/class_user.inc:427
+#, php-format
+msgid "Certificate is valid from %s to %s and is currently %s."
+msgstr "Certificaat is geldig van '%s' tot '%s' en de huidige status is '%s'."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Selecteer toe te voegen hotplug apparaat"
+#: plugins/personal/generic/class_user.inc:427
+msgid "valid"
+msgstr "geldig"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
-msgstr "Selecteer de afdeling waarbinnen gezocht zal    worden"
+#: plugins/personal/generic/class_user.inc:427
+msgid "invalid"
+msgstr "ongeldig"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/groups/group_objects.tpl:38
-#: plugins/admin/users/headpage.tpl:48
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Toon overeenkomende gebruikers"
+#: plugins/personal/generic/class_user.inc:431
+msgid "No certificate installed"
+msgstr "Geen certificaat geinstalleerd"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr "Reguliere expressie voor      overeenkomende hotplugs"
+#: plugins/personal/generic/class_user.inc:840
+msgid "Kerberos database communication failed"
+msgstr "Kerberos database communicatie is mislukt"
 
 
-#: plugins/personal/environment/class_environment.inc:246
-#: plugins/personal/environment/class_environment.inc:282
-msgid "Remove environment extension"
-msgstr "Verwijder omgevingsmogelijkheden"
+#: plugins/personal/generic/class_user.inc:857
+msgid "Can't remove user from kerberos database."
+msgstr "Kan de gebruiker niet verwijderen uit de kerberos database."
 
 
-#: plugins/personal/environment/class_environment.inc:247
-#: plugins/personal/environment/class_environment.inc:283
-msgid "Environment extension enabled. You can disable it by clicking below."
-msgstr ""
-"Omgevingsmogelijkheden zijn ingeschakeld. U kunt deze uitschakelen door de "
-"knop hieronder te gebruiken."
+#: plugins/personal/generic/class_user.inc:868
+msgid "Can't add user to kerberos database."
+msgstr "Kan de gebruiker niet toevoegen aan de kerberos database."
 
 
-#: plugins/personal/environment/class_environment.inc:256
-#: plugins/personal/environment/class_environment.inc:261
-#: plugins/personal/environment/class_environment.inc:289
-#: plugins/personal/environment/class_environment.inc:294
-msgid "Add environment extension"
-msgstr "Voeg omgevingsmogelijkheden toe"
+#: plugins/personal/generic/class_user.inc:898
+msgid "Invalid characters in uid."
+msgstr "Het veld 'uid' bevat ongeldige karakters."
 
 
-#: plugins/personal/environment/class_environment.inc:257
-#: plugins/personal/environment/class_environment.inc:290
-msgid "Environment extension disabled. You can enable it by clicking below."
+#: plugins/personal/generic/class_user.inc:912
+msgid "You have no permissions to create a user on this 'Base'."
 msgstr ""
 msgstr ""
-"Omgevingsmogelijkheden zijn uitgeschakeld. U kunt deze inschakelen door de "
-"knop hieronder te gebruiken."
+"U heeft geen toestemming om een gebruiker aan te maken onder deze 'Basis'."
 
 
-#: plugins/personal/environment/class_environment.inc:262
-#: plugins/personal/environment/class_environment.inc:295
-msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
+#: plugins/personal/generic/class_user.inc:917
+msgid "You have no permissions to move a user from the original 'Base'."
 msgstr ""
 msgstr ""
-"Omgevingsmogelijkheden zijn uitgeschakeld. U dient een posix account aan te "
-"maken voordat u deze mogelijkheid in kunt schakelen."
+"U heeft geen toestemming om een gebruiker te verplaatsen vanuit de originale "
+"'Basis'."
 
 
-#: plugins/personal/environment/class_environment.inc:486
-#: plugins/personal/environment/class_environment.inc:488
-#: plugins/admin/systems/class_terminalStartup.inc:134
-#: plugins/admin/systems/class_workstationStartup.inc:345
-msgid "You must specify a valid mount point."
-msgstr "U moet een geldig mountpunt opgeven."
+#: plugins/personal/generic/class_user.inc:923
+#: plugins/addons/addressbook/class_addressbook.inc:547
+#: plugins/admin/users/class_userManagement.inc:547
+msgid "The required field 'Name' is not set."
+msgstr "Het vereiste veld '(Achter)naam' is leeg."
 
 
-#: plugins/personal/environment/class_environment.inc:717
-msgid "Please set a valid profile quota size."
-msgstr "Geef a.u.b. een geldige profiel quota grootte op."
+#: plugins/personal/generic/class_user.inc:932
+msgid "There's already a person with this 'Login' in the database."
+msgstr "Er bestaat al een account met deze 'Inlog naam' in de database."
 
 
-#: plugins/personal/environment/class_environment.inc:724
-msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
-msgstr ""
-"U dient posix mogelijkheden in te schakelen om omgevingsmogelijkheden in te "
-"kunnen schakelen."
+#: plugins/personal/generic/class_user.inc:938
+#: plugins/addons/addressbook/class_addressbook.inc:551
+#: plugins/admin/users/class_userManagement.inc:550
+msgid "The required field 'Given name' is not set."
+msgstr "Het vereiste veld 'Voornaam' is leeg."
 
 
-#: plugins/personal/environment/class_environment.inc:746
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+#: plugins/personal/generic/class_user.inc:941
+msgid "The required field 'Login' is not set."
+msgstr "Het vereiste veld 'Inlog naam' is leeg."
+
+#: plugins/personal/generic/class_user.inc:948
+msgid ""
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
 msgstr ""
 msgstr ""
-"Kan de nieuwe kios profielen niet opslaan. Mogelijk is de toegang geweigerd "
-"tot de directory"
+"Er bestaat al een persoon met deze '(Achter)naam'/'Voornaam' combinatie in "
+"de database."
 
 
-#: plugins/personal/environment/class_environment.inc:839
-msgid "Error while writing printer"
-msgstr "Fout bij het schrijven van de printer"
+#: plugins/personal/generic/class_user.inc:955
+msgid ""
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
+msgstr ""
+"Het veld 'Inlog naam' bevat ongeldige karakters. Kleine letters, nummers en "
+"liggende streepjes zijn toegestaan."
 
 
-#: plugins/personal/environment/class_environment.inc:909
-msgid "Error while writing printer settings"
-msgstr "Fout bij het schrijven van de printer instellingen"
+#: plugins/personal/generic/class_user.inc:958
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "Het veld 'Website' bevat een ongeldige URL."
 
 
-#: plugins/personal/environment/class_environment.inc:1031
-msgid "Admin"
-msgstr "Beheerder"
+#: plugins/personal/generic/class_user.inc:961
+#: plugins/personal/generic/class_user.inc:989
+#: plugins/addons/addressbook/class_addressbook.inc:557
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/admin/departments/class_departmentGeneric.inc:176
+msgid "The field 'Name' contains invalid characters."
+msgstr "Het veld 'Naam' bevat ongeldige karakters."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Voeg printer toe"
+#: plugins/personal/generic/class_user.inc:964
+#: plugins/personal/generic/class_user.inc:986
+#: plugins/addons/addressbook/class_addressbook.inc:560
+#: plugins/addons/addressbook/class_addressbook.inc:582
+msgid "The field 'Given name' contains invalid characters."
+msgstr "Het veld 'Voornaam' bevat ongeldige karakters."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:5
-#: plugins/personal/environment/selectPrinterDialog.tpl:10
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
-msgstr "Selecteer de toe te voegen printer"
+#: plugins/personal/generic/class_user.inc:969
+#: plugins/personal/generic/class_user.inc:972
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/admin/departments/class_departmentGeneric.inc:179
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "Het veld 'Telefoon' bevat een ongeldig telefoonnummer."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-msgid "Display printers matching"
-msgstr "Toon de overeenkomende printers"
+#: plugins/personal/generic/class_user.inc:975
+#: plugins/addons/addressbook/class_addressbook.inc:571
+#: plugins/admin/departments/class_departmentGeneric.inc:182
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "Het veld 'Fax' bevat een ongeldig Faxnummer."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-msgid "Regular expression for matching printer names"
-msgstr "Reguliere expressie voor overeenkomende printernamen"
+#: plugins/personal/generic/class_user.inc:978
+#: plugins/addons/addressbook/class_addressbook.inc:574
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr "Het veld 'GSM' bevat een ongeldig telefoonnummer"
 
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "De omgevings extensie is momenteel uitgeschakeld."
+#: plugins/personal/generic/class_user.inc:981
+#: plugins/addons/addressbook/class_addressbook.inc:577
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr "Het veld 'Pieper' bevat een ongeldig telefoonnummer."
 
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:100
-#: plugins/personal/environment/environment.tpl:146
-msgid "Environment managment settings"
-msgstr "Omgevingsbeheer instellingen"
+#: plugins/personal/generic/class_user.inc:1108
+msgid "Could not open specified certificate!"
+msgstr "Het opgegeven certificaat kon geopend worden!"
 
 
-#: plugins/personal/environment/environment.tpl:11
-msgid "Profile managment"
-msgstr "Profiel beheer"
+#: plugins/personal/generic/password.tpl:2
+msgid ""
+"You have changed the method your password is stored in the ldap database. "
+"For that reason you've to enter your password at this point again. GOsa will "
+"then encode it with the selected method."
+msgstr ""
+"U heeft de manier waarop uw wachtwoord wordt opgeslagen in de LDAP database "
+"veranderd. Daarom moet u het wachtwoord op dit moment opnieuw invoeren. GOsa "
+"zal dan het wachtwoord versleutelen op de door u geselecteerde methode."
 
 
-#: plugins/personal/environment/environment.tpl:18
-msgid "Use profile managment"
-msgstr "Gebruik profielbeheer"
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Persoonlijke informatie"
 
 
-#: plugins/personal/environment/environment.tpl:25
-msgid "Profile server managment"
-msgstr "Profielserver beheer"
+#: plugins/personal/generic/generic.tpl:15
+#: plugins/personal/generic/generic_picture.tpl:6
+msgid "Personal picture"
+msgstr "Persoonlijk plaatje"
 
 
-#: plugins/personal/environment/environment.tpl:28
-msgid "Profil path"
-msgstr "Profielpad"
+#: plugins/personal/generic/generic.tpl:17
+msgid "Change picture"
+msgstr "Verander plaatje"
 
 
-#: plugins/personal/environment/environment.tpl:42
-msgid "Cache profile localy"
-msgstr "Profiel lokaal cachen"
+#: plugins/personal/generic/generic.tpl:25
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:23
+msgid "Last name"
+msgstr "Achternaam"
 
 
-#: plugins/personal/environment/environment.tpl:51
-msgid "Kiosk profile settings"
-msgstr "Kiosk profiel instellingen"
+#: plugins/personal/generic/generic.tpl:30
+msgid "Template name"
+msgstr "Sjabloon naam"
 
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Kiosk profile"
-msgstr "Kiosk profiel"
+#: plugins/personal/generic/generic.tpl:37
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:19
+msgid "First name"
+msgstr "Voornaam"
 
 
-#: plugins/personal/environment/environment.tpl:60
-msgid "Manage"
-msgstr "Beheer"
+#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
+msgid "Login"
+msgstr "Inlognaam"
 
 
-#: plugins/personal/environment/environment.tpl:65
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Quota"
+#: plugins/personal/generic/generic.tpl:49
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+msgid "Personal title"
+msgstr "Persoonlijke titel"
 
 
-#: plugins/personal/environment/environment.tpl:79
-msgid "Resolution changeable on runtime"
-msgstr "Resolutie is door gebruiker te veranderen"
+#: plugins/personal/generic/generic.tpl:57
+msgid "Academic title"
+msgstr "Academische titel"
 
 
-#: plugins/personal/environment/environment.tpl:84
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr "Resolutie"
+#: plugins/personal/generic/generic.tpl:65
+msgid "Date of birth"
+msgstr "Geboortedatum"
 
 
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/admin/systems/workstationStartup.tpl:75
-#: plugins/admin/systems/terminalStartup.tpl:66
-msgid "Shares"
-msgstr "Shares"
+#: plugins/personal/generic/generic.tpl:82
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+msgid "Set"
+msgstr "Stel in"
 
 
-#: plugins/personal/environment/environment.tpl:116
-#: plugins/admin/systems/workstationStartup.tpl:88
-#: plugins/admin/systems/terminalStartup.tpl:79
-msgid "Mountpoint"
-msgstr "Koppelpunt"
+#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
+#: html/getxls.php:224
+msgid "Sex"
+msgstr "Geslacht"
 
 
-#: plugins/personal/environment/environment.tpl:118
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/generic/generic_certs.tpl:17
-#: plugins/personal/generic/generic_certs.tpl:37
-#: plugins/personal/generic/generic_certs.tpl:57
-#: plugins/personal/connectivity/class_kolabAccount.inc:206
-#: plugins/admin/fai/faiPackage.tpl:75
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
-#: plugins/admin/groups/class_groupMail.inc:417
-#: plugins/admin/applications/class_applicationParameters.inc:98
-#: plugins/admin/systems/workstationStartup.tpl:90
-#: plugins/admin/systems/printer.tpl:47
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
-msgid "Remove"
-msgstr "Verwijderen"
+#: plugins/personal/generic/generic.tpl:98
+msgid "Preferred langage"
+msgstr "Voorkeurstaal"
 
 
-#: plugins/personal/environment/environment.tpl:124
-msgid "Logon scripts"
-msgstr "Login scripts"
+#: plugins/personal/generic/generic.tpl:109
+#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/systems/server.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/terminal.tpl:18 plugins/admin/systems/printer.tpl:20
+#: plugins/admin/systems/workstation.tpl:27
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/component.tpl:13 plugins/admin/ogroups/generic.tpl:22
+#: plugins/gofon/macro/generic.tpl:20 plugins/gofon/conference/generic.tpl:33
+msgid "Base"
+msgstr "Basis"
 
 
-#: plugins/personal/environment/environment.tpl:125
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-msgid "Logon script management"
-msgstr "Login script beheer"
+#: plugins/personal/generic/generic.tpl:113
+msgid "Choose subtree to place user in"
+msgstr "Kies de subtree waaronder de gebruiker geplaatst wordt"
 
 
-#: plugins/personal/environment/environment.tpl:149
-msgid "Hotplug devices"
-msgstr "Hotplug apparaten"
+#: plugins/personal/generic/generic.tpl:128
+#: plugins/personal/generic/generic.tpl:272
+#: plugins/addons/addressbook/address_edit.tpl:72
+#: plugins/addons/addressbook/address_edit.tpl:182
+#: plugins/addons/addressbook/address_info.tpl:33
+#: plugins/addons/addressbook/address_info.tpl:82
+#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
+msgid "Address"
+msgstr "Adres"
 
 
-#: plugins/personal/environment/environment.tpl:150
-msgid "Hotplug device settings"
-msgstr "Hotplug apparaat instellingen"
+#: plugins/personal/generic/generic.tpl:132
+msgid "Private phone"
+msgstr "Telefoon privé"
 
 
-#: plugins/personal/environment/environment.tpl:160
-#: plugins/admin/groups/class_groupManagement.inc:354
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-msgid "New"
-msgstr "Nieuw"
+#: plugins/personal/generic/generic.tpl:136
+msgid "Homepage"
+msgstr "Homepage"
 
 
-#: plugins/personal/environment/environment.tpl:161
-msgid "Existing"
-msgstr "Bestaande"
+#: plugins/personal/generic/generic.tpl:145
+msgid "Password storage"
+msgstr "Wachtwoord encryptie"
 
 
-#: plugins/personal/environment/environment.tpl:169
-msgid "Printer settings"
-msgstr "Printer instellingen"
+#: plugins/personal/generic/generic.tpl:155
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "Certificaten"
 
 
-#: plugins/personal/environment/environment.tpl:179
-msgid "Admin Toggle"
-msgstr "Beheerder omschakeling"
+#: plugins/personal/generic/generic.tpl:157
+msgid "Edit certificates"
+msgstr "Bewerk certificaten"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:96
-msgid "Specified name is invalid."
-msgstr "De opgegeven naam is ongeldig."
+#: plugins/personal/generic/generic.tpl:161
+msgid "Kerberos"
+msgstr "Kerberos"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified description contains invalid characters."
-msgstr "De opgegeven omschrijving bevat ongeldige karakters!"
+#: plugins/personal/generic/generic.tpl:162
+msgid "Edit properties"
+msgstr "Bewerk eigenschappen"
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Login script instellingen"
+#: plugins/personal/generic/generic.tpl:178
+msgid "Organizational information"
+msgstr "Organisatie informatie"
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Scriptnaam"
+#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
+msgid "Organization"
+msgstr "Organisatie"
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:41
-#: plugins/admin/fai/faiPartitionTable.tpl:19
-#: plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
-#: plugins/admin/fai/faiProfile.tpl:19
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
-#: plugins/admin/fai/faiScript.tpl:19
-#: plugins/admin/fai/faiVariableEntry.tpl:17
-#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/server.tpl:24
-#: plugins/admin/systems/phone.tpl:24 plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/wingeneric.tpl:24
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:36
-#: plugins/gofon/conference/generic.tpl:51
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Omschrijving"
+#: plugins/personal/generic/generic.tpl:194
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/groups/class_groupManagement.inc:385
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/admin/applications/class_applicationManagement.inc:357
+#: plugins/admin/systems/class_systemManagement.inc:589
+#: plugins/admin/ogroups/class_ogroupManagement.inc:416
+#: plugins/admin/ogroups/class_ogroupManagement.inc:484
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: plugins/generic/references/class_reference.inc:38
+msgid "Department"
+msgstr "Afdeling"
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-msgid "Priority"
-msgstr "Prioriteit"
+#: plugins/personal/generic/generic.tpl:198
+msgid "Department No."
+msgstr "Afdeling nr."
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Login script kenmerken"
+#: plugins/personal/generic/generic.tpl:204
+msgid "Employee No."
+msgstr "Personeel nr."
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Laatste script"
+#: plugins/personal/generic/generic.tpl:210
+msgid "Employee type"
+msgstr "Functie"
 
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Script kan vervangen worden door gebruiker"
+#: plugins/personal/generic/generic.tpl:226
+#: plugins/personal/generic/generic.tpl:365
+msgid "Room No."
+msgstr "Kamer nr."
 
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Login script"
+#: plugins/personal/generic/generic.tpl:238
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40 html/getxls.php:236
+msgid "Mobile"
+msgstr "GSM"
 
 
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/personal/environment/kioskManagement.tpl:24
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:67
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:69
-#: plugins/admin/fai/faiTemplateEntry.tpl:132
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:8
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-msgid "Apply"
-msgstr "Toepassen"
+#: plugins/personal/generic/generic.tpl:242
+#: plugins/personal/nagios/nagios.tpl:48
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Pager"
+msgstr "Pieper"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:61
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
-msgstr "Kan '%s' niet verwijderen. De foutmelding was: toegang geweigerd."
+#: plugins/personal/generic/generic.tpl:264
+#: plugins/admin/departments/generic.tpl:42
+#: plugins/admin/departments/generic.tpl:50
+#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
+msgid "Location"
+msgstr "Plaats"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:64
-#, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
-msgstr "Kan '%s' niet verwijderen. De foutmelding was: bestand bestaat niet."
+#: plugins/personal/generic/generic.tpl:268
+#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
+#: html/getxls.php:236
+msgid "State"
+msgstr "Provincie"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:88
-msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
-msgstr ""
-"Er is geen KIOSKPATH gedefinieerd in uw gosa.conf. Kiosk profielen kunnen "
-"niet beheerd worden!"
+#: plugins/personal/generic/generic.tpl:286
+msgid "Vocation"
+msgstr "Beroep"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
-msgstr "Kioskpad '%s' is niet toegankelijk. Controleer de permissies."
+#: plugins/personal/generic/generic.tpl:290
+msgid "Unit description"
+msgstr "Eenheid omschrijving"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-msgid "Create new hotplug entry"
-msgstr "Maak nieuwe hotplug regel aan"
+#: plugins/personal/generic/generic.tpl:298
+msgid "Subject area"
+msgstr "Werkgebied"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-msgid "Create new hotplug device"
-msgstr "Maak nieuw hotplug apparaat aan"
+#: plugins/personal/generic/generic.tpl:306
+msgid "Functional title"
+msgstr "Functionele titel"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
-msgstr "Apparaat naam"
+#: plugins/personal/generic/generic.tpl:313
+msgid "Role"
+msgstr "Funktie"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-msgid "Device ID"
-msgstr "Apparaat ID"
+#: plugins/personal/generic/generic.tpl:325
+msgid "Person locality"
+msgstr "Werkplaats"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:38
-msgid "save"
-msgstr "Opslaan"
+#: plugins/personal/generic/generic.tpl:333
+msgid "Unit"
+msgstr "Eenheid"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-msgid "Kiosk profile management"
-msgstr "Kiosk profiel beheer"
+#: plugins/personal/generic/generic.tpl:340
+msgid "Street"
+msgstr "Straat"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:12
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Doorzoek"
+#: plugins/personal/generic/generic.tpl:346
+#: plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
+msgid "Postal code"
+msgstr "Postcode"
 
 
-#: plugins/personal/environment/main.inc:124
-msgid "User environment settings"
-msgstr "Gebruikersomgeving instellingen"
+#: plugins/personal/generic/generic.tpl:352
+msgid "House identifier"
+msgstr "Huis identificatie"
 
 
-#: plugins/personal/generic/password.tpl:2
-msgid ""
-"You have changed the method your password is stored in the ldap database. "
-"For that reason you've to enter your password at this point again. GOsa will "
-"then encode it with the selected method."
-msgstr ""
-"U heeft de manier waarop uw wachtwoord wordt opgeslagen in de LDAP database "
-"veranderd. Daarom moet u het wachtwoord op dit moment opnieuw invoeren. GOsa "
-"zal dan het wachtwoord versleutelen op de door u geselecteerde methode."
+#: plugins/personal/generic/generic.tpl:374
+msgid "Please use the phone tab"
+msgstr "Gebruik a.u.b. de telefoon tab"
 
 
-#: plugins/personal/generic/generic_picture.tpl:6
-#: plugins/personal/generic/generic.tpl:15
-msgid "Personal picture"
-msgstr "Persoonlijk plaatje"
+#: plugins/personal/generic/generic.tpl:387
+msgid "Last delivery"
+msgstr "Laatste levering"
+
+#: plugins/personal/generic/generic.tpl:394
+msgid "Public visible"
+msgstr "Publiek zichtbaar"
 
 #: plugins/personal/generic/generic_picture.tpl:23
 msgid "Remove picture"
 
 #: plugins/personal/generic/generic_picture.tpl:23
 msgid "Remove picture"
@@ -2220,444 +2082,167 @@ msgstr "Plaatje verwijderen"
 
 #: plugins/personal/generic/generic_picture.tpl:29
 #: plugins/addons/addressbook/address_edit.tpl:233
 
 #: plugins/personal/generic/generic_picture.tpl:29
 #: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
 #: plugins/admin/systems/servnfs.tpl:75
 #: plugins/admin/systems/servnfs.tpl:75
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
 msgid "Save"
 msgstr "Opslaan"
 
 msgid "Save"
 msgstr "Opslaan"
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Persoonlijke informatie"
-
-#: plugins/personal/generic/generic.tpl:17
-msgid "Change picture"
-msgstr "Verander plaatje"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Standaard certificaat"
 
 
-#: plugins/personal/generic/generic.tpl:25
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:23
-msgid "Last name"
-msgstr "Achternaam"
+#: plugins/personal/generic/generic_certs.tpl:17
+#: plugins/personal/generic/generic_certs.tpl:37
+#: plugins/personal/generic/generic_certs.tpl:57
+#: plugins/personal/connectivity/class_kolabAccount.inc:206
+#: plugins/personal/environment/environment.tpl:118
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/admin/groups/class_groupMail.inc:417
+#: plugins/admin/applications/class_applicationParameters.inc:98
+#: plugins/admin/systems/printer.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:90
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/fai/faiPackage.tpl:75
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
+#: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
+msgid "Remove"
+msgstr "Verwijderen"
 
 
-#: plugins/personal/generic/generic.tpl:30
-msgid "Template name"
-msgstr "Sjabloon naam"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "S/MIME certificaat"
 
 
-#: plugins/personal/generic/generic.tpl:37
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:19
-msgid "First name"
-msgstr "Voornaam"
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "PKCS12 certificaat"
 
 
-#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
-msgid "Login"
-msgstr "Inlognaam"
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Certificaat serienummer"
 
 
-#: plugins/personal/generic/generic.tpl:49
-#: plugins/addons/addressbook/address_info.tpl:22
-#: plugins/addons/addressbook/address_edit.tpl:54
-msgid "Personal title"
-msgstr "Persoonlijke titel"
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
+msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!"
 
 
-#: plugins/personal/generic/generic.tpl:57
-msgid "Academic title"
-msgstr "Academische titel"
+#: plugins/personal/generic/main.inc:189
+msgid "Generic user information"
+msgstr "Algemene gebruikersinformatie"
 
 
-#: plugins/personal/generic/generic.tpl:65
-msgid "Date of birth"
-msgstr "Geboortedatum"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+#: plugins/generic/references/class_reference.inc:34
+msgid "FTP"
+msgstr "Ftp"
 
 
-#: plugins/personal/generic/generic.tpl:82
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "Stel in"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
+msgid "Value specified as 'Upload bandwidth' is not valid."
+msgstr "De opgegeven waarde voor 'Verstuur Bandbreedte' is niet geldig."
 
 
-#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Geslacht"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr "De opgegeven waarde voor 'Ontvangst bandbreedte' is niet geldig."
 
 
-#: plugins/personal/generic/generic.tpl:98
-msgid "Preferred langage"
-msgstr "Voorkeurstaal"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
+msgid "Value specified as 'Files' is not valid."
+msgstr "De opgegeven waarde voor 'Bestanden' is niet geldig."
 
 
-#: plugins/personal/generic/generic.tpl:109
-#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/server.tpl:13
-#: plugins/admin/systems/phone.tpl:13 plugins/admin/systems/terminal.tpl:18
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/workstation.tpl:27
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:22 plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/conference/generic.tpl:33
-msgid "Base"
-msgstr "Basis"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
+msgid "Value specified as 'Size' is not valid."
+msgstr "De opgegeven waarde voor 'Grootte' is niet geldig."
 
 
-#: plugins/personal/generic/generic.tpl:113
-msgid "Choose subtree to place user in"
-msgstr "Kies de subtree waaronder de gebruiker geplaatst wordt"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "De opgegeven waarde voor 'Verhouding' is niet geldig."
 
 
-#: plugins/personal/generic/generic.tpl:128
-#: plugins/personal/generic/generic.tpl:272
-#: plugins/addons/addressbook/address_info.tpl:33
-#: plugins/addons/addressbook/address_info.tpl:82
-#: plugins/addons/addressbook/address_edit.tpl:72
-#: plugins/addons/addressbook/address_edit.tpl:182
-#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
-msgid "Address"
-msgstr "Adres"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "PHPGroupware"
 
 
-#: plugins/personal/generic/generic.tpl:132
-msgid "Private phone"
-msgstr "Telefoon privé"
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr "Proxy account"
 
 
-#: plugins/personal/generic/generic.tpl:136
-msgid "Homepage"
-msgstr "Homepage"
+#: plugins/personal/connectivity/proxy.tpl:18
+msgid "Filter unwanted content (i.e. pornographic or violence related)"
+msgstr ""
+"Filter ongewilde inhoud (bijvoorbeeld pornografische of geweld gerelateerde "
+"inhoud)"
 
 
-#: plugins/personal/generic/generic.tpl:145
-msgid "Password storage"
-msgstr "Wachtwoord encryptie"
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Beperk proxy gebruik tot tijd"
 
 
-#: plugins/personal/generic/generic.tpl:155
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Certificaten"
+#: plugins/personal/connectivity/proxy.tpl:54
+msgid "Restrict proxy usage by quota"
+msgstr "Beperk proxy gebruik met quota"
 
 
-#: plugins/personal/generic/generic.tpl:157
-msgid "Edit certificates"
-msgstr "Bewerk certificaten"
+#: plugins/personal/connectivity/proxy.tpl:65
+msgid "per"
+msgstr "per"
 
 
-#: plugins/personal/generic/generic.tpl:161
-msgid "Kerberos"
-msgstr "Kerberos"
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr "Kolab"
 
 
-#: plugins/personal/generic/generic.tpl:162
-msgid "Edit properties"
-msgstr "Bewerk eigenschappen"
+#: plugins/personal/connectivity/class_kolabAccount.inc:105
+msgid ""
+"You're trying to add an invalid email address to the list of delegations."
+msgstr ""
+"U probeert een ongeldig email adres toe te voegen aan de delegatielijst."
 
 
-#: plugins/personal/generic/generic.tpl:178
-msgid "Organizational information"
-msgstr "Organisatie informatie"
+#: plugins/personal/connectivity/class_kolabAccount.inc:113
+msgid ""
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
+msgstr ""
+"Het E-mail adres dat u probeert toe te voegen is geen primair E-mail adres "
+"van een bestaande gebruiker."
 
 
-#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
-msgid "Organization"
-msgstr "Organisatie"
+#: plugins/personal/connectivity/class_kolabAccount.inc:140
+msgid "Always accept"
+msgstr "Altijd accepteren"
 
 
-#: plugins/personal/generic/generic.tpl:194
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/admin/groups/class_groupManagement.inc:385
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/admin/applications/class_applicationManagement.inc:357
-#: plugins/admin/systems/class_systemManagement.inc:589
-#: plugins/admin/ogroups/class_ogroupManagement.inc:416
-#: plugins/admin/ogroups/class_ogroupManagement.inc:484
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
-msgstr "Afdeling"
+#: plugins/personal/connectivity/class_kolabAccount.inc:141
+msgid "Always reject"
+msgstr "Altijd afwijzen"
 
 
-#: plugins/personal/generic/generic.tpl:198
-msgid "Department No."
-msgstr "Afdeling nr."
+#: plugins/personal/connectivity/class_kolabAccount.inc:142
+msgid "Reject if conflicts"
+msgstr "Afwijzen bij conflicten"
 
 
-#: plugins/personal/generic/generic.tpl:204
-msgid "Employee No."
-msgstr "Personeel nr."
+#: plugins/personal/connectivity/class_kolabAccount.inc:143
+msgid "Manual if conflicts"
+msgstr "Handmatig bij conflicten"
 
 
-#: plugins/personal/generic/generic.tpl:210
-msgid "Employee type"
-msgstr "Functie"
+#: plugins/personal/connectivity/class_kolabAccount.inc:144
+msgid "Manual"
+msgstr "Handmatig"
 
 
-#: plugins/personal/generic/generic.tpl:226
-#: plugins/personal/generic/generic.tpl:365
-msgid "Room No."
-msgstr "Kamer nr."
+#: plugins/personal/connectivity/class_kolabAccount.inc:180
+msgid "Anonymous"
+msgstr "Anoniem"
 
 
-#: plugins/personal/generic/generic.tpl:238
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:40
-#: plugins/addons/addressbook/address_edit.tpl:95 html/getxls.php:236
-msgid "Mobile"
-msgstr "GSM"
+#: plugins/personal/connectivity/class_kolabAccount.inc:232
+msgid "The value specified as Free Busy future needs to be an integer."
+msgstr "De waarde opgegeven als Free Busy toekomst dient een integer te zijn"
 
 
-#: plugins/personal/generic/generic.tpl:264
-#: plugins/admin/departments/generic.tpl:42
-#: plugins/admin/departments/generic.tpl:50
-#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
-msgid "Location"
-msgstr "Plaats"
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+msgid "The value specified as Free Busy Information URL is invalid."
+msgstr "De opgegeven waarde voor de Free Busy informatie URL is niet geldig."
 
 
-#: plugins/personal/generic/generic.tpl:268
-#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Provincie"
+#: plugins/personal/connectivity/class_kolabAccount.inc:251
+#, php-format
+msgid "The invitation policy entry for address '%s' is not valid."
+msgstr "Het uitnodigingsbeleid invoer voor adres '%s' is niet geldig"
 
 
-#: plugins/personal/generic/generic.tpl:286
-msgid "Vocation"
-msgstr "Beroep"
+#: plugins/personal/connectivity/class_kolabAccount.inc:259
+#, php-format
+msgid "There's no mail user with address '%s' for your invitation policy!"
+msgstr "Er is geen E-mail gebruiker met adres '%s' voor uw uitwisselingsbeleid"
 
 
-#: plugins/personal/generic/generic.tpl:290
-msgid "Unit description"
-msgstr "Eenheid omschrijving"
-
-#: plugins/personal/generic/generic.tpl:298
-msgid "Subject area"
-msgstr "Werkgebied"
-
-#: plugins/personal/generic/generic.tpl:306
-msgid "Functional title"
-msgstr "Functionele titel"
-
-#: plugins/personal/generic/generic.tpl:313
-msgid "Role"
-msgstr "Funktie"
-
-#: plugins/personal/generic/generic.tpl:325
-msgid "Person locality"
-msgstr "Werkplaats"
-
-#: plugins/personal/generic/generic.tpl:333
-msgid "Unit"
-msgstr "Eenheid"
-
-#: plugins/personal/generic/generic.tpl:340
-msgid "Street"
-msgstr "Straat"
-
-#: plugins/personal/generic/generic.tpl:346
-#: plugins/addons/addressbook/address_info.tpl:70
-#: plugins/addons/addressbook/address_edit.tpl:158 html/getxls.php:174
-msgid "Postal code"
-msgstr "Postcode"
-
-#: plugins/personal/generic/generic.tpl:352
-msgid "House identifier"
-msgstr "Huis identificatie"
-
-#: plugins/personal/generic/generic.tpl:374
-msgid "Please use the phone tab"
-msgstr "Gebruik a.u.b. de telefoon tab"
-
-#: plugins/personal/generic/generic.tpl:387
-msgid "Last delivery"
-msgstr "Laatste levering"
-
-#: plugins/personal/generic/generic.tpl:394
-msgid "Public visible"
-msgstr "Publiek zichtbaar"
-
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Standaard certificaat"
-
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "S/MIME certificaat"
-
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "PKCS12 certificaat"
-
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Certificaat serienummer"
-
-#: plugins/personal/generic/class_user.inc:251
-msgid "female"
-msgstr "vrouw"
-
-#: plugins/personal/generic/class_user.inc:251
-msgid "male"
-msgstr "man"
-
-#: plugins/personal/generic/class_user.inc:265
-msgid "This account has no valid GOsa extensions."
-msgstr "Dit account heeft geen geldige GOsa extensies."
-
-#: plugins/personal/generic/class_user.inc:294
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
-msgstr ""
-"Het opgegeven bestand is niet opgestuurd via HTTP POST! Aktie afgebroken."
-
-#: plugins/personal/generic/class_user.inc:390
-msgid "Please enter a valid serial number"
-msgstr "Geef a.u.b. een geldig serienummer op"
-
-#: plugins/personal/generic/class_user.inc:427
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
-msgstr "Certificaat is geldig van '%s' tot '%s' en de huidige status is '%s'."
-
-#: plugins/personal/generic/class_user.inc:427
-msgid "valid"
-msgstr "geldig"
-
-#: plugins/personal/generic/class_user.inc:427
-msgid "invalid"
-msgstr "ongeldig"
-
-#: plugins/personal/generic/class_user.inc:431
-msgid "No certificate installed"
-msgstr "Geen certificaat geinstalleerd"
-
-#: plugins/personal/generic/class_user.inc:840
-msgid "Kerberos database communication failed"
-msgstr "Kerberos database communicatie is mislukt"
-
-#: plugins/personal/generic/class_user.inc:857
-msgid "Can't remove user from kerberos database."
-msgstr "Kan de gebruiker niet verwijderen uit de kerberos database."
-
-#: plugins/personal/generic/class_user.inc:868
-msgid "Can't add user to kerberos database."
-msgstr "Kan de gebruiker niet toevoegen aan de kerberos database."
-
-#: plugins/personal/generic/class_user.inc:898
-msgid "Invalid characters in uid."
-msgstr "Het veld 'uid' bevat ongeldige karakters."
-
-#: plugins/personal/generic/class_user.inc:912
-msgid "You have no permissions to create a user on this 'Base'."
-msgstr ""
-"U heeft geen toestemming om een gebruiker aan te maken onder deze 'Basis'."
-
-#: plugins/personal/generic/class_user.inc:917
-msgid "You have no permissions to move a user from the original 'Base'."
-msgstr ""
-"U heeft geen toestemming om een gebruiker te verplaatsen vanuit de originale "
-"'Basis'."
-
-#: plugins/personal/generic/class_user.inc:923
-#: plugins/addons/addressbook/class_addressbook.inc:547
-#: plugins/admin/users/class_userManagement.inc:547
-msgid "The required field 'Name' is not set."
-msgstr "Het vereiste veld '(Achter)naam' is leeg."
-
-#: plugins/personal/generic/class_user.inc:932
-msgid "There's already a person with this 'Login' in the database."
-msgstr "Er bestaat al een account met deze 'Inlog naam' in de database."
-
-#: plugins/personal/generic/class_user.inc:938
-#: plugins/addons/addressbook/class_addressbook.inc:551
-#: plugins/admin/users/class_userManagement.inc:550
-msgid "The required field 'Given name' is not set."
-msgstr "Het vereiste veld 'Voornaam' is leeg."
-
-#: plugins/personal/generic/class_user.inc:941
-msgid "The required field 'Login' is not set."
-msgstr "Het vereiste veld 'Inlog naam' is leeg."
-
-#: plugins/personal/generic/class_user.inc:948
-msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
-msgstr ""
-"Er bestaat al een persoon met deze '(Achter)naam'/'Voornaam' combinatie in "
-"de database."
-
-#: plugins/personal/generic/class_user.inc:955
-msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
-"Het veld 'Inlog naam' bevat ongeldige karakters. Kleine letters, nummers en "
-"liggende streepjes zijn toegestaan."
-
-#: plugins/personal/generic/class_user.inc:958
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr "Het veld 'Website' bevat een ongeldige URL."
-
-#: plugins/personal/generic/class_user.inc:961
-#: plugins/personal/generic/class_user.inc:989
-#: plugins/addons/addressbook/class_addressbook.inc:557
-#: plugins/addons/addressbook/class_addressbook.inc:585
-#: plugins/admin/departments/class_departmentGeneric.inc:176
-msgid "The field 'Name' contains invalid characters."
-msgstr "Het veld 'Naam' bevat ongeldige karakters."
-
-#: plugins/personal/generic/class_user.inc:964
-#: plugins/personal/generic/class_user.inc:986
-#: plugins/addons/addressbook/class_addressbook.inc:560
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Given name' contains invalid characters."
-msgstr "Het veld 'Voornaam' bevat ongeldige karakters."
-
-#: plugins/personal/generic/class_user.inc:969
-#: plugins/personal/generic/class_user.inc:972
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/admin/departments/class_departmentGeneric.inc:179
-msgid "The field 'Phone' contains an invalid phone number."
-msgstr "Het veld 'Telefoon' bevat een ongeldig telefoonnummer."
-
-#: plugins/personal/generic/class_user.inc:975
-#: plugins/addons/addressbook/class_addressbook.inc:571
-#: plugins/admin/departments/class_departmentGeneric.inc:182
-msgid "The field 'Fax' contains an invalid phone number."
-msgstr "Het veld 'Fax' bevat een ongeldig Faxnummer."
-
-#: plugins/personal/generic/class_user.inc:978
-#: plugins/addons/addressbook/class_addressbook.inc:574
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "Het veld 'GSM' bevat een ongeldig telefoonnummer"
-
-#: plugins/personal/generic/class_user.inc:981
-#: plugins/addons/addressbook/class_addressbook.inc:577
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr "Het veld 'Pieper' bevat een ongeldig telefoonnummer."
-
-#: plugins/personal/generic/class_user.inc:1108
-msgid "Could not open specified certificate!"
-msgstr "Het opgegeven certificaat kon geopend worden!"
-
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
-msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!"
-
-#: plugins/personal/generic/main.inc:189
-msgid "Generic user information"
-msgstr "Algemene gebruikersinformatie"
-
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Proxy account"
-
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
-msgstr ""
-"Filter ongewilde inhoud (bijvoorbeeld pornografische of geweld gerelateerde "
-"inhoud)"
-
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Beperk proxy gebruik tot tijd"
-
-#: plugins/personal/connectivity/proxy.tpl:54
-msgid "Restrict proxy usage by quota"
-msgstr "Beperk proxy gebruik met quota"
-
-#: plugins/personal/connectivity/proxy.tpl:65
-msgid "per"
-msgstr "per"
-
-#: plugins/personal/connectivity/pptp.tpl:3
-msgid "PPTP account"
-msgstr "PPTP account"
-
-#: plugins/personal/connectivity/intranet.tpl:3
-msgid "Intranet account"
-msgstr "Intranet account"
-
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 #: plugins/personal/connectivity/phpgw.tpl:3
 msgid "PHPGroupware account"
 
 #: plugins/personal/connectivity/phpgw.tpl:3
 msgid "PHPGroupware account"
@@ -2709,11 +2294,57 @@ msgstr "dagen"
 msgid "Invitation policy"
 msgstr "Uitnodigingsbeleid"
 
 msgid "Invitation policy"
 msgstr "Uitnodigingsbeleid"
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "FTP account"
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "WebDAV Account"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr "Open-Xchange"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#, php-format
+msgid ""
+"This account has %s features disabled. Posix features are needed for "
+"openXchange accounts, enable them first."
+msgstr ""
+"Dit account heeft '%s' morgelijkheden uitgeschakeld. Posix mogelijkheden "
+"zijn noodzakelijk voor Open-Xchange accounts. Schakel deze eerst in."
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+msgid "OpenXchange"
+msgstr "Open-Xchange"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+#, php-format
+msgid ""
+"This account has %s features disabled. Mail features are needed for "
+"openXchange accounts, enable them first."
+msgstr ""
+"Dit account heeft '%s' mogelijkheden uitgeschakeld. E-mail mogelijkheden "
+"zijn noodzakelijk voor Open-Xchange accounts. Schakel deze eerst in."
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
+msgid "Couldn't connect to postgresql database!"
+msgstr "Kan niet verbinden met de Postgresql Database!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
+msgstr "Vereiste parameters voor Open-Xchange verbindingsmodule ontbreken!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "PHP4 module voor Postgresql Database ontbreekt!"
+
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "FTP account"
+
+#: plugins/personal/connectivity/pureftpd.tpl:15
 msgid "Bandwidth"
 msgstr "Bandbreedte"
 
 msgid "Bandwidth"
 msgstr "Bandbreedte"
 
@@ -2730,6 +2361,11 @@ msgstr "kb/sec"
 msgid "Download bandwidth"
 msgstr "Ontvangst bandbreedte"
 
 msgid "Download bandwidth"
 msgstr "Ontvangst bandbreedte"
 
+#: plugins/personal/connectivity/pureftpd.tpl:35
+#: plugins/personal/environment/environment.tpl:65
+msgid "Quota"
+msgstr "Quota"
+
 #: plugins/personal/connectivity/pureftpd.tpl:39
 msgid "Files"
 msgstr "Bestanden"
 #: plugins/personal/connectivity/pureftpd.tpl:39
 msgid "Files"
 msgstr "Bestanden"
@@ -2755,10 +2391,6 @@ msgstr "Selecteer om Ftp toegang uit te schakelen"
 msgid "Temporary disable FTP access"
 msgstr "Schakel FTP toegang tijdelijk uit"
 
 msgid "Temporary disable FTP access"
 msgstr "Schakel FTP toegang tijdelijk uit"
 
-#: plugins/personal/connectivity/glpi.tpl:1
-msgid "GLPI account"
-msgstr "GLPI account"
-
 #: plugins/personal/connectivity/oxchange.tpl:2
 msgid "Open-Xchange Account"
 msgstr "Open-Xchange Account"
 #: plugins/personal/connectivity/oxchange.tpl:2
 msgid "Open-Xchange Account"
 msgstr "Open-Xchange Account"
@@ -2791,6 +2423,10 @@ msgstr "Gebruikers informatie"
 msgid "User Timezone"
 msgstr "Gebruikers tijdzone"
 
 msgid "User Timezone"
 msgstr "Gebruikers tijdzone"
 
+#: plugins/personal/connectivity/class_connectivity.inc:63
+msgid "This account has no connectivity extensions."
+msgstr "Dit account heeft geen verbindings mogelijkheden."
+
 #: plugins/personal/connectivity/class_proxyAccount.inc:5
 #: plugins/generic/references/class_reference.inc:32
 msgid "Proxy"
 #: plugins/personal/connectivity/class_proxyAccount.inc:5
 #: plugins/generic/references/class_reference.inc:32
 msgid "Proxy"
@@ -2829,1094 +2465,1813 @@ msgstr "De nummerieke waarde opgegeven voor Quota Instellingen is leeg."
 msgid "Numerical value for Quota Setting is not valid."
 msgstr "De nummerieke waarde opgegeven voor Quota Instellingen is niet geldig."
 
 msgid "Numerical value for Quota Setting is not valid."
 msgstr "De nummerieke waarde opgegeven voor Quota Instellingen is niet geldig."
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr "PPTP"
+#: plugins/personal/connectivity/intranet.tpl:3
+msgid "Intranet account"
+msgstr "Intranet account"
 
 #: plugins/personal/connectivity/class_intranetAccount.inc:14
 msgid "Intranet"
 msgstr "Intranet"
 
 
 #: plugins/personal/connectivity/class_intranetAccount.inc:14
 msgid "Intranet"
 msgstr "Intranet"
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "PHPGroupware"
+#: plugins/personal/connectivity/opengw.tpl:1
+#, fuzzy
+msgid "Opengroupware"
+msgstr "PHPGroupware account"
+
+#: plugins/personal/connectivity/opengw.tpl:8
+#, fuzzy
+msgid "Location team"
+msgstr "Naam van de locatie"
+
+#: plugins/personal/connectivity/opengw.tpl:18
+#, fuzzy
+msgid "Template user"
+msgstr "Sjablonen"
+
+#: plugins/personal/connectivity/opengw.tpl:28
+#: plugins/admin/systems/class_workstationGeneric.inc:71
+msgid "Locked"
+msgstr "Geblokkeerd"
+
+#: plugins/personal/connectivity/opengw.tpl:40
+#, fuzzy
+msgid "Teams"
+msgstr "Taak"
+
+#: plugins/personal/connectivity/pptp.tpl:3
+msgid "PPTP account"
+msgstr "PPTP account"
+
+#: plugins/personal/connectivity/glpi.tpl:1
+msgid "GLPI account"
+msgstr "GLPI account"
+
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
+msgstr "PPTP"
 
 #: plugins/personal/connectivity/phpscheduleit.tpl:3
 msgid "PHPscheduleit account"
 msgstr "PHPScheduleIt account"
 
 
 #: plugins/personal/connectivity/phpscheduleit.tpl:3
 msgid "PHPscheduleit account"
 msgstr "PHPScheduleIt account"
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
-msgstr "Kolab"
+#: plugins/personal/connectivity/class_glpiAccount.inc:25
+msgid "GLPI"
+msgstr "GLPI"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:105
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+#, fuzzy
+msgid "Opengroupware account"
+msgstr "PHPGroupware account"
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:123
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of delegations."
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
 msgstr ""
 msgstr ""
-"U probeert een ongeldig email adres toe te voegen aan de delegatielijst."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:113
+#: plugins/personal/connectivity/class_opengwAccount.inc:128
 msgid ""
 msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
 msgstr ""
 msgstr ""
-"Het E-mail adres dat u probeert toe te voegen is geen primair E-mail adres "
-"van een bestaande gebruiker."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:140
-msgid "Always accept"
-msgstr "Altijd accepteren"
+#: plugins/personal/connectivity/class_opengwAccount.inc:137
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:141
-msgid "Always reject"
-msgstr "Altijd afwijzen"
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+msgid "PHPscheduleit"
+msgstr "PHPScheduleIt"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:142
-msgid "Reject if conflicts"
-msgstr "Afwijzen bij conflicten"
+#: plugins/personal/environment/main.inc:124
+msgid "User environment settings"
+msgstr "Gebruikersomgeving instellingen"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:143
-msgid "Manual if conflicts"
-msgstr "Handmatig bij conflicten"
+#: plugins/personal/environment/class_hotplugDialog.inc:111
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+msgstr "Geef a.u.b. een geldige naam op. Alleen a-Z 0-9 zijn toegestaan."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:144
-msgid "Manual"
-msgstr "Handmatig"
+#: plugins/personal/environment/class_hotplugDialog.inc:114
+msgid "Invalid character in description. Please specify a valid description."
+msgstr ""
+"Ongeldig karakter in omschrijving. Geef a.u.b. een geldige omschrijving op."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:180
-msgid "Anonymous"
-msgstr "Anoniem"
+#: plugins/personal/environment/class_hotplugDialog.inc:117
+msgid "Please specify a valid id."
+msgstr "Geef a.u.b. een geldige id op."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:232
-msgid "The value specified as Free Busy future needs to be an integer."
-msgstr "De waarde opgegeven als Free Busy toekomst dient een integer te zijn"
+#: plugins/personal/environment/class_hotplugDialog.inc:123
+msgid "An Entry with this name already exists."
+msgstr "Er bestaat al een invoer met deze naam."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:237
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr "De opgegeven waarde voor de Free Busy informatie URL is niet geldig."
+#: plugins/personal/environment/class_hotplugDialog.inc:128
+msgid "Please select an entry or press cancel."
+msgstr "Selecteer a.u.b. een regel of druk op annuleren."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:251
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
-msgstr "Het uitnodigingsbeleid invoer voor adres '%s' is niet geldig"
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "De omgevings extensie is momenteel uitgeschakeld."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:259
-#, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
-msgstr "Er is geen E-mail gebruiker met adres '%s' voor uw uitwisselingsbeleid"
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:100
+#: plugins/personal/environment/environment.tpl:146
+msgid "Environment managment settings"
+msgstr "Omgevingsbeheer instellingen"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "Ftp"
+#: plugins/personal/environment/environment.tpl:11
+msgid "Profile managment"
+msgstr "Profiel beheer"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
-msgid "Value specified as 'Upload bandwidth' is not valid."
-msgstr "De opgegeven waarde voor 'Verstuur Bandbreedte' is niet geldig."
+#: plugins/personal/environment/environment.tpl:18
+msgid "Use profile managment"
+msgstr "Gebruik profielbeheer"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr "De opgegeven waarde voor 'Ontvangst bandbreedte' is niet geldig."
+#: plugins/personal/environment/environment.tpl:25
+msgid "Profile server managment"
+msgstr "Profielserver beheer"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
-msgid "Value specified as 'Files' is not valid."
-msgstr "De opgegeven waarde voor 'Bestanden' is niet geldig."
+#: plugins/personal/environment/environment.tpl:28
+msgid "Profil path"
+msgstr "Profielpad"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
-msgid "Value specified as 'Size' is not valid."
-msgstr "De opgegeven waarde voor 'Grootte' is niet geldig."
+#: plugins/personal/environment/environment.tpl:42
+msgid "Cache profile localy"
+msgstr "Profiel lokaal cachen"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "De opgegeven waarde voor 'Verhouding' is niet geldig."
+#: plugins/personal/environment/environment.tpl:51
+msgid "Kiosk profile settings"
+msgstr "Kiosk profiel instellingen"
 
 
-#: plugins/personal/connectivity/class_glpiAccount.inc:25
-msgid "GLPI"
-msgstr "GLPI"
+#: plugins/personal/environment/environment.tpl:54
+msgid "Kiosk profile"
+msgstr "Kiosk profiel"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr "Open-Xchange"
+#: plugins/personal/environment/environment.tpl:60
+msgid "Manage"
+msgstr "Beheer"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#, php-format
-msgid ""
-"This account has %s features disabled. Posix features are needed for "
-"openXchange accounts, enable them first."
-msgstr ""
-"Dit account heeft '%s' morgelijkheden uitgeschakeld. Posix mogelijkheden "
-"zijn noodzakelijk voor Open-Xchange accounts. Schakel deze eerst in."
+#: plugins/personal/environment/environment.tpl:79
+msgid "Resolution changeable on runtime"
+msgstr "Resolutie is door gebruiker te veranderen"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-msgid "OpenXchange"
-msgstr "Open-Xchange"
+#: plugins/personal/environment/environment.tpl:84
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/admin/systems/terminalService.tpl:94
+msgid "Resolution"
+msgstr "Resolutie"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-#, php-format
-msgid ""
-"This account has %s features disabled. Mail features are needed for "
-"openXchange accounts, enable them first."
-msgstr ""
-"Dit account heeft '%s' mogelijkheden uitgeschakeld. E-mail mogelijkheden "
-"zijn noodzakelijk voor Open-Xchange accounts. Schakel deze eerst in."
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/admin/systems/workstationStartup.tpl:75
+#: plugins/admin/systems/terminalStartup.tpl:66
+msgid "Shares"
+msgstr "Shares"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
-msgid "Couldn't connect to postgresql database!"
-msgstr "Kan niet verbinden met de Postgresql Database!"
+#: plugins/personal/environment/environment.tpl:116
+#: plugins/admin/systems/workstationStartup.tpl:88
+#: plugins/admin/systems/terminalStartup.tpl:79
+msgid "Mountpoint"
+msgstr "Koppelpunt"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
-msgstr "Vereiste parameters voor Open-Xchange verbindingsmodule ontbreken!"
+#: plugins/personal/environment/environment.tpl:124
+msgid "Logon scripts"
+msgstr "Login scripts"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "PHP4 module voor Postgresql Database ontbreekt!"
+#: plugins/personal/environment/environment.tpl:125
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+msgid "Logon script management"
+msgstr "Login script beheer"
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "WebDAV Account"
+#: plugins/personal/environment/environment.tpl:149
+msgid "Hotplug devices"
+msgstr "Hotplug apparaten"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-msgid "PHPscheduleit"
-msgstr "PHPScheduleIt"
+#: plugins/personal/environment/environment.tpl:150
+msgid "Hotplug device settings"
+msgstr "Hotplug apparaat instellingen"
 
 
-#: plugins/personal/connectivity/class_connectivity.inc:63
-msgid "This account has no connectivity extensions."
-msgstr "Dit account heeft geen verbindings mogelijkheden."
+#: plugins/personal/environment/environment.tpl:160
+#: plugins/admin/groups/class_groupManagement.inc:354
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+msgid "New"
+msgstr "Nieuw"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-#, fuzzy
-msgid "Opengroupware account"
-msgstr "PHPGroupware account"
+#: plugins/personal/environment/environment.tpl:161
+msgid "Existing"
+msgstr "Bestaande"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
-msgid "FAX Blocklists"
-msgstr "Fax blokkeerlijsten"
+#: plugins/personal/environment/environment.tpl:169
+msgid "Printer settings"
+msgstr "Printer instellingen"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:206
-#, php-format
-msgid "You're about to delete the blocklist '%s'."
-msgstr "U staat op het punt blokkeerlijst '%s' te verwijderen."
+#: plugins/personal/environment/environment.tpl:179
+msgid "Admin Toggle"
+msgstr "Beheerder omschakeling"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:218
-msgid "You have no permission to remove this blocklist."
-msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen."
+#: plugins/personal/environment/class_environment.inc:246
+#: plugins/personal/environment/class_environment.inc:282
+msgid "Remove environment extension"
+msgstr "Verwijder omgevingsmogelijkheden"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:236
-msgid "Please specify a valid phone number."
-msgstr "Geef a.u.b. een geldig telefoonnummer op."
+#: plugins/personal/environment/class_environment.inc:247
+#: plugins/personal/environment/class_environment.inc:283
+msgid "Environment extension enabled. You can disable it by clicking below."
+msgstr ""
+"Omgevingsmogelijkheden zijn ingeschakeld. U kunt deze uitschakelen door de "
+"knop hieronder te gebruiken."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
-#: plugins/admin/groups/class_groupManagement.inc:350
-#: plugins/admin/users/class_userManagement.inc:670
-#: plugins/admin/applications/class_applicationManagement.inc:326
-#: plugins/admin/departments/class_departmentManagement.inc:277
-#: plugins/admin/systems/class_systemManagement.inc:565
-#: plugins/admin/ogroups/class_ogroupManagement.inc:358
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
-msgid "Go up one department"
-msgstr "Ga een afdeling omhoog"
+#: plugins/personal/environment/class_environment.inc:256
+#: plugins/personal/environment/class_environment.inc:261
+#: plugins/personal/environment/class_environment.inc:289
+#: plugins/personal/environment/class_environment.inc:294
+msgid "Add environment extension"
+msgstr "Voeg omgevingsmogelijkheden toe"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
-#: plugins/admin/groups/class_groupManagement.inc:350
-#: plugins/admin/users/class_userManagement.inc:670
-#: plugins/admin/applications/class_applicationManagement.inc:326
-#: plugins/admin/departments/class_departmentManagement.inc:277
-#: plugins/admin/systems/class_systemManagement.inc:565
-#: plugins/admin/ogroups/class_ogroupManagement.inc:358
-#: plugins/admin/ogroups/phonequeue.tpl:17
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
-msgid "Up"
-msgstr "Omhoog"
+#: plugins/personal/environment/class_environment.inc:257
+#: plugins/personal/environment/class_environment.inc:290
+msgid "Environment extension disabled. You can enable it by clicking below."
+msgstr ""
+"Omgevingsmogelijkheden zijn uitgeschakeld. U kunt deze inschakelen door de "
+"knop hieronder te gebruiken."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
-#: plugins/admin/groups/class_groupManagement.inc:351
-#: plugins/admin/users/class_userManagement.inc:671
-#: plugins/admin/applications/class_applicationManagement.inc:327
-#: plugins/admin/departments/class_departmentManagement.inc:278
-#: plugins/admin/systems/class_systemManagement.inc:566
-#: plugins/admin/ogroups/class_ogroupManagement.inc:359
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
-msgid "Go to root department"
-msgstr "Ga naar basis afdelingen"
+#: plugins/personal/environment/class_environment.inc:262
+#: plugins/personal/environment/class_environment.inc:295
+msgid ""
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
+msgstr ""
+"Omgevingsmogelijkheden zijn uitgeschakeld. U dient een posix account aan te "
+"maken voordat u deze mogelijkheid in kunt schakelen."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
-#: plugins/admin/groups/class_groupManagement.inc:351
-#: plugins/admin/users/class_userManagement.inc:671
-#: plugins/admin/applications/class_applicationManagement.inc:327
-#: plugins/admin/departments/class_departmentManagement.inc:278
-#: plugins/admin/systems/class_systemManagement.inc:566
-#: plugins/admin/ogroups/class_ogroupManagement.inc:360
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
-msgid "Root"
-msgstr "Basis"
+#: plugins/personal/environment/class_environment.inc:486
+#: plugins/personal/environment/class_environment.inc:488
+#: plugins/admin/systems/class_terminalStartup.inc:134
+#: plugins/admin/systems/class_workstationStartup.inc:345
+msgid "You must specify a valid mount point."
+msgstr "U moet een geldig mountpunt opgeven."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
-#: plugins/admin/groups/class_groupManagement.inc:352
-#: plugins/admin/users/class_userManagement.inc:672
-#: plugins/admin/applications/class_applicationManagement.inc:328
-#: plugins/admin/systems/class_systemManagement.inc:567
-#: plugins/admin/ogroups/class_ogroupManagement.inc:361
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
-msgid "Go to users department"
-msgstr "Ga naar gebruikers afdeling"
+#: plugins/personal/environment/class_environment.inc:717
+msgid "Please set a valid profile quota size."
+msgstr "Geef a.u.b. een geldige profiel quota grootte op."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
-#: plugins/admin/fai/class_faiManagement.inc:434
-#: plugins/admin/groups/class_groupManagement.inc:352
-#: plugins/admin/users/class_userManagement.inc:672
-#: plugins/admin/applications/class_applicationManagement.inc:328
-#: plugins/admin/departments/class_departmentManagement.inc:279
-#: plugins/admin/systems/class_systemManagement.inc:567
-#: plugins/admin/ogroups/class_ogroupManagement.inc:362
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
-msgid "Home"
-msgstr "Home"
+#: plugins/personal/environment/class_environment.inc:724
+msgid ""
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
+msgstr ""
+"U dient posix mogelijkheden in te schakelen om omgevingsmogelijkheden in te "
+"kunnen schakelen."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
-msgid "Create new blocklist"
-msgstr "Nieuwe blokkeerlijst aanmaken"
+#: plugins/personal/environment/class_environment.inc:746
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+msgstr ""
+"Kan de nieuwe kios profielen niet opslaan. Mogelijk is de toegang geweigerd "
+"tot de directory"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
-msgid "New Blocklist"
-msgstr "Nieuwe Blokkeerlijst"
+#: plugins/personal/environment/class_environment.inc:839
+msgid "Error while writing printer"
+msgstr "Fout bij het schrijven van de printer"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:296
-#: plugins/admin/fai/class_faiManagement.inc:463
-#: plugins/admin/groups/class_groupManagement.inc:356
-#: plugins/admin/users/class_userManagement.inc:677
-#: plugins/admin/applications/class_applicationManagement.inc:332
-#: plugins/admin/departments/class_departmentManagement.inc:283
-#: plugins/admin/systems/class_systemManagement.inc:576
-#: plugins/admin/ogroups/class_ogroupManagement.inc:366
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:330
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
-msgid "Current base"
-msgstr "Huidige basis"
+#: plugins/personal/environment/class_environment.inc:909
+msgid "Error while writing printer settings"
+msgstr "Fout bij het schrijven van de printer instellingen"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
-#: plugins/admin/groups/class_groupManagement.inc:357
-#: plugins/admin/users/class_userManagement.inc:678
-#: plugins/admin/applications/class_applicationManagement.inc:333
-#: plugins/admin/departments/class_departmentManagement.inc:284
-#: plugins/admin/systems/class_systemManagement.inc:577
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
-msgid "Submit department"
-msgstr "Verwerk afdeling"
+#: plugins/personal/environment/class_environment.inc:1033
+msgid "Admin"
+msgstr "Beheerder"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
-#: plugins/admin/groups/class_groupManagement.inc:357
-#: plugins/admin/users/class_userManagement.inc:678
-#: plugins/admin/applications/class_applicationManagement.inc:333
-#: plugins/admin/departments/class_departmentManagement.inc:284
-#: plugins/admin/systems/class_systemManagement.inc:577
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
-msgid "Submit"
-msgstr "Verwerk"
+#: plugins/personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Hotplug apparaten toevoegen"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
-#: plugins/admin/fai/class_faiManagement.inc:482
-#: plugins/admin/groups/class_groupManagement.inc:361
-#: plugins/admin/users/class_userManagement.inc:681
-#: plugins/admin/applications/class_applicationManagement.inc:337
+#: plugins/personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Hotplug beheer"
+
+#: plugins/personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Selecteer toe te voegen hotplug apparaat"
+
+#: plugins/personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
+msgstr "Selecteer de afdeling waarbinnen gezocht zal    worden"
+
+#: plugins/personal/environment/hotplugDialog.tpl:43
+#: plugins/admin/groups/group_objects.tpl:38
+#: plugins/admin/users/headpage.tpl:48
+#: plugins/gofon/conference/headpage.tpl:35
+msgid "Display users matching"
+msgstr "Toon overeenkomende gebruikers"
+
+#: plugins/personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr "Reguliere expressie voor      overeenkomende hotplugs"
+
+#: plugins/personal/environment/class_selectPrinterDialog.inc:67
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
+msgid "Please select a printer or press cancel."
+msgstr "Selecteer a.u.b. een printer of druk annuleren in"
+
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Voeg printer toe"
+
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+msgid "Select printer to add"
+msgstr "Selecteer de toe te voegen printer"
+
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+msgid "Display printers matching"
+msgstr "Toon de overeenkomende printers"
+
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+msgid "Regular expression for matching printer names"
+msgstr "Reguliere expressie voor overeenkomende printernamen"
+
+#: plugins/personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Login script instellingen"
+
+#: plugins/personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Scriptnaam"
+
+#: plugins/personal/environment/logonManagement.tpl:17
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/gofax/blocklists/generic.tpl:41 plugins/admin/groups/generic.tpl:13
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12
+#: plugins/admin/systems/server.tpl:24 plugins/admin/systems/phone.tpl:24
+#: plugins/admin/systems/printer.tpl:13
+#: plugins/admin/systems/wingeneric.tpl:24
+#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
+#: plugins/gofon/macro/generic.tpl:36 plugins/gofon/conference/generic.tpl:51
+#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
+#: html/getxls.php:230
+msgid "Description"
+msgstr "Omschrijving"
+
+#: plugins/personal/environment/logonManagement.tpl:24
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+msgid "Priority"
+msgstr "Prioriteit"
+
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Login script kenmerken"
+
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Laatste script"
+
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Script kan vervangen worden door gebruiker"
+
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Login script"
+
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/environment/kioskManagement.tpl:24
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/admin/groups/application_options.tpl:8
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:67
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/fai/faiHookEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:132
+#: plugins/admin/fai/faiPackageEntry.tpl:63
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+msgid "Apply"
+msgstr "Toepassen"
+
+#: plugins/personal/environment/class_logonManagementDialog.inc:96
+msgid "Specified name is invalid."
+msgstr "De opgegeven naam is ongeldig."
+
+#: plugins/personal/environment/class_logonManagementDialog.inc:100
+msgid "Specified description contains invalid characters."
+msgstr "De opgegeven omschrijving bevat ongeldige karakters!"
+
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+msgid "Create new hotplug entry"
+msgstr "Maak nieuwe hotplug regel aan"
+
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+msgid "Create new hotplug device"
+msgstr "Maak nieuw hotplug apparaat aan"
+
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+#: plugins/admin/systems/component.tpl:6
+msgid "Device name"
+msgstr "Apparaat naam"
+
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "Device ID"
+msgstr "Apparaat ID"
+
+#: plugins/personal/environment/hotplugDialogNew.tpl:38
+msgid "save"
+msgstr "Opslaan"
+
+#: plugins/personal/environment/class_kioskManagementDialog.inc:61
+#, php-format
+msgid "Can't delete '%s'. Error was: permission denied."
+msgstr "Kan '%s' niet verwijderen. De foutmelding was: toegang geweigerd."
+
+#: plugins/personal/environment/class_kioskManagementDialog.inc:64
+#, php-format
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
+msgstr "Kan '%s' niet verwijderen. De foutmelding was: bestand bestaat niet."
+
+#: plugins/personal/environment/class_kioskManagementDialog.inc:88
+msgid ""
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+msgstr ""
+"Er is geen KIOSKPATH gedefinieerd in uw gosa.conf. Kiosk profielen kunnen "
+"niet beheerd worden!"
+
+#: plugins/personal/environment/class_kioskManagementDialog.inc:94
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+msgstr "Kioskpad '%s' is niet toegankelijk. Controleer de permissies."
+
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+msgid "Kiosk profile management"
+msgstr "Kiosk profiel beheer"
+
+#: plugins/personal/environment/kioskManagement.tpl:12
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+msgid "Browse"
+msgstr "Doorzoek"
+
+#: plugins/personal/nagios/nagios.tpl:4
+msgid "Nagios Account"
+msgstr "Nagios account"
+
+#: plugins/personal/nagios/nagios.tpl:7
+msgid "Alias"
+msgstr "Alias"
+
+#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
+msgid "Mail address"
+msgstr "E-mail adres"
+
+#: plugins/personal/nagios/nagios.tpl:17
+msgid "Host notification period"
+msgstr "Host notificatie periode"
+
+#: plugins/personal/nagios/nagios.tpl:25
+msgid "Service notification period"
+msgstr "Service notificatie periode"
+
+#: plugins/personal/nagios/nagios.tpl:32
+msgid "Service notification options"
+msgstr "Service notificatie opties"
+
+#: plugins/personal/nagios/nagios.tpl:41
+msgid "Host notification options"
+msgstr "Host notificatie opties"
+
+#: plugins/personal/nagios/nagios.tpl:53
+msgid "Service notification commands"
+msgstr "Service notificatie commando's"
+
+#: plugins/personal/nagios/nagios.tpl:57
+msgid "Host notification commands"
+msgstr "Host notificatie commando's"
+
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
+msgstr "Nagios authenticatie"
+
+#: plugins/personal/nagios/nagios.tpl:69
+msgid "view system informations"
+msgstr "systeem informatie bekijken"
+
+#: plugins/personal/nagios/nagios.tpl:72
+msgid "view configuration information"
+msgstr "configuratie informatie bekijken"
+
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
+msgstr "systeem commando's activeren"
+
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
+msgstr "alle services bekijken"
+
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
+msgstr "alle hosts bekijken"
+
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
+msgstr "alle service commando's activeren"
+
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
+msgstr "alle host commando's activeren"
+
+#: plugins/personal/nagios/main.inc:124
+msgid "Nagios settings"
+msgstr "Nagios instellingen"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:92
+msgid "This account has no nagios extensions."
+msgstr "Dit account heeft nagios mogelijkheden uitgeschakeld."
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:101
+msgid "Remove nagios account"
+msgstr "Nagios account verwijderen"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:102
+msgid ""
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Dit account heeft Nagios mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
+msgid "Create nagios account"
+msgstr "Nagios account aanmaken"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
+msgid ""
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Dit account heeft geen Nagios mogelijkheden. U kunt deze inschakelen door de "
+"knop hieronder te gebruiken."
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:163
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "Het vereiste veld 'NagiosAlias' is leeg."
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:166
+msgid "The required field 'NagiosMail' is not set."
+msgstr "Het vereiste veld 'NagiosMail' is leeg."
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:170
+#: plugins/personal/nagios/class_nagiosAccount.inc:174
+msgid "Please enter a valid email address in 'NagiosMail' field."
+msgstr "Geef a.u.b. een geldig E-mail adres voor het 'NagiosMail' veld op."
+
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Lijstnaam"
+
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Naam van de blokkeerlijst"
+
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
+msgstr "Selecteer de subtree waaronder de blokkeerlijst geplaatst wordt"
+
+#: plugins/gofax/blocklists/generic.tpl:32
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/admin/systems/servnfs.tpl:39
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
+#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
+msgid "Type"
+msgstr "Type"
+
+#: plugins/gofax/blocklists/generic.tpl:34
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr "Selecteer of inkomende en uitgaande gesprekken gefilterd moeten worden"
+
+#: plugins/gofax/blocklists/generic.tpl:43
+msgid "Descriptive text for this blocklist"
+msgstr "Beschrijving van deze blokkeerlijst"
+
+#: plugins/gofax/blocklists/generic.tpl:56
+msgid "Blocked numbers"
+msgstr "Geblokkeerde nummers"
+
+#: plugins/gofax/blocklists/generic.tpl:72
+msgid "Numbers can also contain wild cards."
+msgstr "Nummers kunnen ook wildcards (*?) bevatten."
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
+msgid "FAX Blocklists"
+msgstr "Fax blokkeerlijsten"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:206
+#, php-format
+msgid "You're about to delete the blocklist '%s'."
+msgstr "U staat op het punt blokkeerlijst '%s' te verwijderen."
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:218
+msgid "You have no permission to remove this blocklist."
+msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen."
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:236
+msgid "Please specify a valid phone number."
+msgstr "Geef a.u.b. een geldig telefoonnummer op."
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
+#: plugins/admin/groups/class_groupManagement.inc:350
+#: plugins/admin/users/class_userManagement.inc:670
+#: plugins/admin/applications/class_applicationManagement.inc:326
+#: plugins/admin/departments/class_departmentManagement.inc:277
+#: plugins/admin/systems/class_systemManagement.inc:565
+#: plugins/admin/ogroups/class_ogroupManagement.inc:358
+#: plugins/admin/fai/class_faiManagement.inc:428
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
+msgid "Go up one department"
+msgstr "Ga een afdeling omhoog"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
+#: plugins/admin/groups/class_groupManagement.inc:350
+#: plugins/admin/users/class_userManagement.inc:670
+#: plugins/admin/applications/class_applicationManagement.inc:326
+#: plugins/admin/departments/class_departmentManagement.inc:277
+#: plugins/admin/systems/class_systemManagement.inc:565
+#: plugins/admin/ogroups/class_ogroupManagement.inc:358
+#: plugins/admin/ogroups/phonequeue.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:428
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
+msgid "Up"
+msgstr "Omhoog"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
+#: plugins/admin/groups/class_groupManagement.inc:351
+#: plugins/admin/users/class_userManagement.inc:671
+#: plugins/admin/applications/class_applicationManagement.inc:327
+#: plugins/admin/departments/class_departmentManagement.inc:278
+#: plugins/admin/systems/class_systemManagement.inc:566
+#: plugins/admin/ogroups/class_ogroupManagement.inc:359
+#: plugins/admin/fai/class_faiManagement.inc:431
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
+msgid "Go to root department"
+msgstr "Ga naar basis afdelingen"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
+#: plugins/admin/groups/class_groupManagement.inc:351
+#: plugins/admin/users/class_userManagement.inc:671
+#: plugins/admin/applications/class_applicationManagement.inc:327
+#: plugins/admin/departments/class_departmentManagement.inc:278
+#: plugins/admin/systems/class_systemManagement.inc:566
+#: plugins/admin/ogroups/class_ogroupManagement.inc:360
+#: plugins/admin/fai/class_faiManagement.inc:431
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
+msgid "Root"
+msgstr "Basis"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
+#: plugins/admin/groups/class_groupManagement.inc:352
+#: plugins/admin/users/class_userManagement.inc:672
+#: plugins/admin/applications/class_applicationManagement.inc:328
+#: plugins/admin/systems/class_systemManagement.inc:567
+#: plugins/admin/ogroups/class_ogroupManagement.inc:361
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
+msgid "Go to users department"
+msgstr "Ga naar gebruikers afdeling"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
+#: plugins/admin/groups/class_groupManagement.inc:352
+#: plugins/admin/users/class_userManagement.inc:672
+#: plugins/admin/applications/class_applicationManagement.inc:328
+#: plugins/admin/departments/class_departmentManagement.inc:279
+#: plugins/admin/systems/class_systemManagement.inc:567
+#: plugins/admin/ogroups/class_ogroupManagement.inc:362
+#: plugins/admin/fai/class_faiManagement.inc:434
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
+msgid "Home"
+msgstr "Home"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
+msgid "Create new blocklist"
+msgstr "Nieuwe blokkeerlijst aanmaken"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
+msgid "New Blocklist"
+msgstr "Nieuwe Blokkeerlijst"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:296
+#: plugins/admin/groups/class_groupManagement.inc:356
+#: plugins/admin/users/class_userManagement.inc:677
+#: plugins/admin/applications/class_applicationManagement.inc:332
+#: plugins/admin/departments/class_departmentManagement.inc:283
+#: plugins/admin/systems/class_systemManagement.inc:576
+#: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/fai/class_faiManagement.inc:463
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:330
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
+msgid "Current base"
+msgstr "Huidige basis"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
+#: plugins/admin/groups/class_groupManagement.inc:357
+#: plugins/admin/users/class_userManagement.inc:678
+#: plugins/admin/applications/class_applicationManagement.inc:333
+#: plugins/admin/departments/class_departmentManagement.inc:284
+#: plugins/admin/systems/class_systemManagement.inc:577
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
+msgid "Submit department"
+msgstr "Verwerk afdeling"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
+#: plugins/admin/groups/class_groupManagement.inc:357
+#: plugins/admin/users/class_userManagement.inc:678
+#: plugins/admin/applications/class_applicationManagement.inc:333
+#: plugins/admin/departments/class_departmentManagement.inc:284
+#: plugins/admin/systems/class_systemManagement.inc:577
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
+msgid "Submit"
+msgstr "Verwerk"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
+#: plugins/admin/groups/class_groupManagement.inc:361
+#: plugins/admin/users/class_userManagement.inc:681
+#: plugins/admin/applications/class_applicationManagement.inc:337
 #: plugins/admin/departments/class_departmentManagement.inc:291
 #: plugins/admin/systems/class_systemManagement.inc:582
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/departments/class_departmentManagement.inc:291
 #: plugins/admin/systems/class_systemManagement.inc:582
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/fai/class_faiManagement.inc:482
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:336
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 msgid "edit"
 msgstr "Bewerk"
 
 #: plugins/gofon/macro/class_gofonMacroManagement.inc:336
 #: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 msgid "edit"
 msgstr "Bewerk"
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
-#: plugins/admin/users/class_userManagement.inc:681
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:336
-msgid "Edit user"
-msgstr "Bewerk gebruiker"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
+#: plugins/admin/users/class_userManagement.inc:681
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:336
+msgid "Edit user"
+msgstr "Bewerk gebruiker"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
+#: plugins/addons/mailqueue/contents.tpl:95
+#: plugins/admin/groups/class_groupManagement.inc:362
+#: plugins/admin/users/class_userManagement.inc:683
+#: plugins/admin/applications/class_applicationManagement.inc:338
+#: plugins/admin/departments/class_departmentManagement.inc:292
+#: plugins/admin/systems/class_systemManagement.inc:583
+#: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/admin/fai/class_faiManagement.inc:483
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+msgid "delete"
+msgstr "Verwijder"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
+#: plugins/admin/users/class_userManagement.inc:683
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
+msgid "Delete user"
+msgstr "Verwijder gebruiker"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
+msgid "Blocklist name"
+msgstr "Blokkeerlijst naam"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:308
+#: plugins/addons/addressbook/contents.tpl:42
+#: plugins/admin/groups/class_groupManagement.inc:387
+#: plugins/admin/users/class_userManagement.inc:692
+#: plugins/admin/applications/class_applicationManagement.inc:358
+#: plugins/admin/departments/class_departmentManagement.inc:299
+#: plugins/admin/systems/class_systemManagement.inc:590
+#: plugins/admin/ogroups/class_ogroupManagement.inc:393
+#: plugins/admin/fai/class_faiManagement.inc:479
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:344
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
+msgid "Actions"
+msgstr "Acties"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:311
+msgid "This table displays faxblocklists for the selected tree."
+msgstr "Deze tabel toont Fax blokeerlijsten voor de geselecteerde tree"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
+msgid "send"
+msgstr "versturen"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
+msgid "receive"
+msgstr "ontvangen"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:516
+msgid "You have no permissions to create a blocklist on this 'Base'."
+msgstr ""
+"U heeft geen toestemming een blokkeerlijst aan te maken onder deze 'basis'."
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:522
+#: plugins/admin/departments/class_departmentGeneric.inc:164
+msgid "Required field 'Name' is not set."
+msgstr "Vereist veld 'Naam' is leeg."
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:525
+msgid "Required field 'Name' contains invalid characters"
+msgstr "Vereist veld 'Naam' bevat ongeldige karakters"
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:533
+msgid "Specified name is already used."
+msgstr "De opgegeven naam wordt al gebruikt."
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:540
+msgid "No permission to create a blocklist on this base."
+msgstr "Geen toestemming om een blokkeerlijst aan te maken onder deze basis."
+
+#: plugins/gofax/blocklists/remove.tpl:2
+#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/users/remove.tpl:2 plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: html/index.php:227 html/index.php:287 ihtml/themes/altlinux/conflict.tpl:6
+#: ihtml/themes/altlinux/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
+#: ihtml/themes/default/islocked.tpl:6
+msgid "Warning"
+msgstr "Waarschuwing"
+
+#: plugins/gofax/blocklists/remove.tpl:6
+msgid ""
+"Please double check if your really want to do this since there is no way for "
+"GOsa to get your data back."
+msgstr ""
+"Verzeker u ervan dat u dit daadwerkelijk wil doorvoeren, aangezien het "
+"onmogelijk is voor GOsa om de data terug te halen."
+
+#: plugins/gofax/blocklists/remove.tpl:10
+#: plugins/addons/addressbook/remove.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/users/remove.tpl:10 plugins/admin/applications/remove.tpl:9
+#: plugins/admin/ogroups/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
+msgstr ""
+"Indien u zeker bent drukt u dan 'Verwijderen' om door te gaan of 'Annuleren' "
+"om te annuleren."
+
+#: plugins/gofax/blocklists/headpage.tpl:6
+msgid "List of blocklists"
+msgstr "Lijst met blokkeerlijsten"
+
+#: plugins/gofax/blocklists/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected blocklists. Having "
+"a large size of lists, you might prefer the range selectors on top of the "
+"select box."
+msgstr ""
+"Dit menu maakt het mogelijk om blokkeerlijsten toe te voegen, bewerken of "
+"verwijderen. Indien u een grote lijst heeft is het aan te raden de selectie "
+"mogelijkheden te gebruiken."
+
+#: plugins/gofax/blocklists/headpage.tpl:38
+msgid "Select to see send blocklists"
+msgstr "Selecteer om de verstuur blokkeerlijsten te zien"
+
+#: plugins/gofax/blocklists/headpage.tpl:38
+msgid "Show send blocklists"
+msgstr "Toon verstuur blokkeerlijsten"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
-#: plugins/addons/mailqueue/contents.tpl:95
-#: plugins/admin/fai/class_faiManagement.inc:483
-#: plugins/admin/groups/class_groupManagement.inc:362
-#: plugins/admin/users/class_userManagement.inc:683
-#: plugins/admin/applications/class_applicationManagement.inc:338
-#: plugins/admin/departments/class_departmentManagement.inc:292
-#: plugins/admin/systems/class_systemManagement.inc:583
-#: plugins/admin/ogroups/class_ogroupManagement.inc:372
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
-msgid "delete"
-msgstr "Verwijder"
+#: plugins/gofax/blocklists/headpage.tpl:39
+msgid "Select to see receive blocklists"
+msgstr "Selecteer om de ontvangst blokkeerlijsten te zien"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
-#: plugins/admin/users/class_userManagement.inc:683
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
-msgid "Delete user"
-msgstr "Verwijder gebruiker"
+#: plugins/gofax/blocklists/headpage.tpl:39
+msgid "Show receive blocklists"
+msgstr "Toon ontvangst blokkeerlijsten"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
-msgid "Blocklist name"
-msgstr "Blokkeerlijst naam"
+#: plugins/gofax/blocklists/headpage.tpl:45
+msgid "Display lists matching"
+msgstr "Toon overeenkomende blokkeerlijsten"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:308
-#: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_faiManagement.inc:479
-#: plugins/admin/groups/class_groupManagement.inc:387
-#: plugins/admin/users/class_userManagement.inc:692
-#: plugins/admin/applications/class_applicationManagement.inc:358
-#: plugins/admin/departments/class_departmentManagement.inc:299
-#: plugins/admin/systems/class_systemManagement.inc:590
-#: plugins/admin/ogroups/class_ogroupManagement.inc:393
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:344
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
-msgid "Actions"
-msgstr "Acties"
+#: plugins/gofax/blocklists/headpage.tpl:48
+msgid "Regular expression for matching list names"
+msgstr "Reguliere expressie voor overeenkomende lijstnamen"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:311
-msgid "This table displays faxblocklists for the selected tree."
-msgstr "Deze tabel toont Fax blokeerlijsten voor de geselecteerde tree"
+#: plugins/gofax/blocklists/main.inc:20 plugins/gofax/blocklists/main.inc:22
+msgid "Blocklist management"
+msgstr "Blokkeerlijst beheer"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
-msgid "send"
-msgstr "versturen"
+#: plugins/gofax/faxaccount/generic.tpl:12
+msgid "Fax number for GOfax to trigger on"
+msgstr "Fax nummer waarop GOfax moet reageren"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
-msgid "receive"
-msgstr "ontvangen"
+#: plugins/gofax/faxaccount/generic.tpl:16
+#: plugins/admin/ogroups/phonequeue.tpl:35 html/getxls.php:65
+#: html/getxls.php:224
+msgid "Language"
+msgstr "Taal"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:516
-msgid "You have no permissions to create a blocklist on this 'Base'."
+#: plugins/gofax/faxaccount/generic.tpl:18
+msgid "Specify the GOfax communication language for fax to mail gateway"
+msgstr "Specificeer de GOfax communicatie taal voor de Fax naar E-mail gateway"
+
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
+msgstr "Aflever formaat"
+
+#: plugins/gofax/faxaccount/generic.tpl:26
+msgid "Specify delivery format for fax to mail gateway"
+msgstr "Specificeer het aflever formaat voor de Fax naar E-mail gateway"
+
+#: plugins/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
+msgstr "Aflever methodes"
+
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
+msgstr "Schakel Fax gebruik tijdelijk uit"
+
+#: plugins/gofax/faxaccount/generic.tpl:45
+msgid "Deliver fax as mail to"
+msgstr "Lever Fax als E-mail af aan"
+
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
+msgstr "Lever Fax als E-mail af"
+
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
+msgstr "Lever Fax af op printer"
+
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
+msgstr "Alternatieve Fax nummers"
+
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
+msgstr "Blokkeerlijsten"
+
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
+msgstr "Blokkeerlijsten voor te ontvangen Faxen"
+
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
+msgstr "Blokkeerlijsten voor te versturen Faxen"
+
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
+msgstr "Selecteer de toe te voegen nummers"
+
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
+msgstr "Toon nummers van afdeling"
+
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
+msgstr "Toon de overeenkomende nummers"
+
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
+msgstr "Reguliere expressie voor overeenkomende nummers"
+
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
+msgstr "Toon nummers van gebruiker"
+
+#: plugins/gofax/faxaccount/locals.tpl:50
+msgid "User name of which numbers are shown"
+msgstr "Gebruikersnaam van de gebruiker wiens nummers getoond worden"
+
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
+msgstr "Geblokkeerde nummers/lijsten"
+
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
+msgstr "Lijst met voorgedefiniëerde blokkeerlijstn"
+
+#: plugins/gofax/faxaccount/lists.tpl:25
+msgid "Add the list to the blocklists"
+msgstr "Voeg de lijst toe aan de blokkeerlijsten"
+
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
+msgstr "Fax instellingen"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+msgid "FAX"
+msgstr "Fax"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:137
+msgid "This account has no fax extensions."
+msgstr "Dit account heeft geen Fax mogelijkheden."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:146
+msgid "Remove fax account"
+msgstr "Fax account verwijderen"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:147
+msgid ""
+"This account has fax features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"U heeft geen toestemming een blokkeerlijst aan te maken onder deze 'basis'."
+"Dit account heeft Fax mogelijkheden ingeschakeld. U kunt deze uitschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:522
-#: plugins/admin/departments/class_departmentGeneric.inc:164
-msgid "Required field 'Name' is not set."
-msgstr "Vereist veld 'Naam' is leeg."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:149
+msgid "Create fax account"
+msgstr "Fax account aanmaken"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:150
+msgid ""
+"This account has fax features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Dit account heeft Fax mogelijkheden uitgeschakeld. U kunt deze inschakelen "
+"door de knop hieronder te gebruiken."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:218
+msgid "You're trying to add an invalid phone number."
+msgstr "U probeert een ongeldig telefoonnummer toe te voegen."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/groups/class_groupApplication.inc:495
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
+msgid "back"
+msgstr "terug"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:637
+msgid "The required field 'Fax' is not set."
+msgstr "Het vereiste veld 'Fax' is leeg."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:641
+msgid "Please enter a valid telephone number in the 'Fax' field."
+msgstr "Voer a.u.b. een geldig Fax nummer bij het 'Fax' veld in."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:649
+msgid "Mail delivery is checked, but no address has been specified."
+msgstr "E-mail aflevering staat aan, alleen is er geen adres opgegeven."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+msgid "The mail address you've entered is invalid."
+msgstr "Het E-mail adres dat u opgegeven heeft is ongeldig."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
+msgid ""
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
+msgstr ""
+"Fax afleveren op een printer is alleen mogelijk indien een geldige printer "
+"is opgegeven. Corrigeer uw keuze a.u.b."
+
+#: plugins/gofax/faxreports/detail.tpl:6
+msgid "FAX preview - please wait"
+msgstr "Fax voorbeeld - even geduld a.u.b."
+
+#: plugins/gofax/faxreports/detail.tpl:9
+msgid "Click on fax to download"
+msgstr "Klik op de Fax om deze te downloaden"
+
+#: plugins/gofax/faxreports/detail.tpl:18
+msgid "FAX ID"
+msgstr "Fax ID"
+
+#: plugins/gofax/faxreports/detail.tpl:22
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/admin/systems/class_printGeneric.inc:589
+#: plugins/admin/ogroups/class_ogroupManagement.inc:481
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+msgid "User"
+msgstr "Gebruiker"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:525
-msgid "Required field 'Name' contains invalid characters"
-msgstr "Vereist veld 'Naam' bevat ongeldige karakters"
+#: plugins/gofax/faxreports/detail.tpl:26
+msgid "Date / Time"
+msgstr "Datum / Tijd"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:533
-msgid "Specified name is already used."
-msgstr "De opgegeven naam wordt al gebruikt."
+#: plugins/gofax/faxreports/detail.tpl:30
+msgid "Sender MSN"
+msgstr "Afzender MSN"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:540
-msgid "No permission to create a blocklist on this base."
-msgstr "Geen toestemming om een blokkeerlijst aan te maken onder deze basis."
+#: plugins/gofax/faxreports/detail.tpl:34
+msgid "Sender ID"
+msgstr "Afzender ID"
 
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
-msgstr "Lijstnaam"
+#: plugins/gofax/faxreports/detail.tpl:38
+msgid "Receiver MSN"
+msgstr "Ontvanger MSN"
 
 
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr "Naam van de blokkeerlijst"
+#: plugins/gofax/faxreports/detail.tpl:42
+msgid "Receiver ID"
+msgstr "Ontvanger ID"
 
 
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
-msgstr "Selecteer de subtree waaronder de blokkeerlijst geplaatst wordt"
+#: plugins/gofax/faxreports/detail.tpl:50
+msgid "Status message"
+msgstr "Status bericht"
 
 
-#: plugins/gofax/blocklists/generic.tpl:32
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:39
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
-msgid "Type"
-msgstr "Type"
+#: plugins/gofax/faxreports/detail.tpl:54
+msgid "Transfer time"
+msgstr "Overdrachtstijd"
 
 
-#: plugins/gofax/blocklists/generic.tpl:34
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr "Selecteer of inkomende en uitgaande gesprekken gefilterd moeten worden"
+#: plugins/gofax/faxreports/detail.tpl:58
+#: plugins/gofax/faxreports/contents.tpl:35
+msgid "# pages"
+msgstr "# pagina's"
 
 
-#: plugins/gofax/blocklists/generic.tpl:43
-msgid "Descriptive text for this blocklist"
-msgstr "Beschrijving van deze blokkeerlijst"
+#: plugins/gofax/faxreports/contents.tpl:2
+#: plugins/addons/logview/contents.tpl:2
+#: plugins/gofon/fonreports/contents.tpl:2
+msgid "Filter"
+msgstr "Filter"
 
 
-#: plugins/gofax/blocklists/generic.tpl:56
-msgid "Blocked numbers"
-msgstr "Geblokkeerde nummers"
+#: plugins/gofax/faxreports/contents.tpl:6
+#: plugins/addons/addressbook/contents.tpl:102
+#: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:6
+msgid "Search for"
+msgstr "Zoek naar"
 
 
-#: plugins/gofax/blocklists/generic.tpl:72
-msgid "Numbers can also contain wild cards."
-msgstr "Nummers kunnen ook wildcards (*?) bevatten."
+#: plugins/gofax/faxreports/contents.tpl:7
+#: plugins/gofon/fonreports/contents.tpl:7
+msgid "Enter user name to search for"
+msgstr "Voer de te zoeken gebruikersnaam in"
 
 
-#: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/groups/remove.tpl:2 plugins/admin/users/remove.tpl:2
-#: plugins/admin/applications/remove.tpl:2
-#: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/ogroups/remove.tpl:2 plugins/gofon/macro/remove.tpl:2
-#: plugins/gofon/conference/remove.tpl:2 html/index.php:227 html/index.php:287
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/islocked.tpl:6
-msgid "Warning"
-msgstr "Waarschuwing"
+#: plugins/gofax/faxreports/contents.tpl:8
+#: plugins/gofax/faxreports/contents.tpl:16
+#: plugins/gofon/fonreports/contents.tpl:8
+#: plugins/gofon/fonreports/contents.tpl:16
+msgid "in"
+msgstr "in"
 
 
-#: plugins/gofax/blocklists/remove.tpl:6
-msgid ""
-"Please double check if your really want to do this since there is no way for "
-"GOsa to get your data back."
-msgstr ""
-"Verzeker u ervan dat u dit daadwerkelijk wil doorvoeren, aangezien het "
-"onmogelijk is voor GOsa om de data terug te halen."
+#: plugins/gofax/faxreports/contents.tpl:9
+#: plugins/gofon/fonreports/contents.tpl:9
+msgid "Select subtree to base search on"
+msgstr "Selecteer de subtree waarbinnen de zoekopdracht plaatsvindt"
 
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/addons/addressbook/remove.tpl:10 plugins/admin/groups/remove.tpl:10
-#: plugins/admin/users/remove.tpl:10 plugins/admin/applications/remove.tpl:9
-#: plugins/admin/ogroups/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
-msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
-msgstr ""
-"Indien u zeker bent drukt u dan 'Verwijderen' om door te gaan of 'Annuleren' "
-"om te annuleren."
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
+msgstr "gedurende"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:6
-msgid "List of blocklists"
-msgstr "Lijst met blokkeerlijsten"
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/addons/mailqueue/contents.tpl:27
+#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
+msgid "Search"
+msgstr "Zoeken"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:24
-msgid ""
-"This menu allows you to create, delete and edit selected blocklists. Having "
-"a large size of lists, you might prefer the range selectors on top of the "
-"select box."
-msgstr ""
-"Dit menu maakt het mogelijk om blokkeerlijsten toe te voegen, bewerken of "
-"verwijderen. Indien u een grote lijst heeft is het aan te raden de selectie "
-"mogelijkheden te gebruiken."
+#: plugins/gofax/faxreports/contents.tpl:31
+#: plugins/addons/logview/contents.tpl:84
+#: plugins/gofon/fonreports/contents.tpl:30
+msgid "Date"
+msgstr "Datum"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:38
-msgid "Select to see send blocklists"
-msgstr "Selecteer om de verstuur blokkeerlijsten te zien"
+#: plugins/gofax/faxreports/contents.tpl:33
+#: plugins/addons/mailqueue/contents.tpl:58
+msgid "Sender"
+msgstr "Afzender"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:38
-msgid "Show send blocklists"
-msgstr "Toon verstuur blokkeerlijsten"
+#: plugins/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
+msgstr "Ontvanger"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:39
-msgid "Select to see receive blocklists"
-msgstr "Selecteer om de ontvangst blokkeerlijsten te zien"
+#: plugins/gofax/faxreports/contents.tpl:50
+#: plugins/addons/logview/contents.tpl:97
+#: plugins/gofon/fonreports/contents.tpl:51
+msgid "Search returned no results..."
+msgstr "De zoekopdracht gaf geen resultaten terug..."
 
 
-#: plugins/gofax/blocklists/headpage.tpl:39
-msgid "Show receive blocklists"
-msgstr "Toon ontvangst blokkeerlijsten"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
+msgstr "Fax rapporten"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:45
-msgid "Display lists matching"
-msgstr "Toon overeenkomende blokkeerlijsten"
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofax/faxreports/class_faxreport.inc:119
+#: plugins/gofax/faxreports/class_faxreport.inc:165
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+msgid "Can't connect to fax database, no reports can be shown!"
+msgstr ""
+"Kan niet verbinden met de Fax database. Rapporten kunnen niet getoond worden!"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:48
-msgid "Regular expression for matching list names"
-msgstr "Reguliere expressie voor overeenkomende lijstnamen"
+#: plugins/gofax/faxreports/class_faxreport.inc:112
+#: plugins/addons/logview/class_logview.inc:66
+#: plugins/gofon/fonreports/class_fonreport.inc:99
+msgid "There is no mysql extension available, please check your php setup."
+msgstr ""
+"Er is geen MySQL extensie beschikbaar. Controleer uw PHP installatie a.u.b."
 
 
-#: plugins/gofax/blocklists/main.inc:20 plugins/gofax/blocklists/main.inc:22
-msgid "Blocklist management"
-msgstr "Blokkeerlijst beheer"
+#: plugins/gofax/faxreports/class_faxreport.inc:123
+#: plugins/gofax/faxreports/class_faxreport.inc:128
+#: plugins/gofax/faxreports/class_faxreport.inc:169
+#: plugins/gofax/faxreports/class_faxreport.inc:278
+msgid "Can't select fax database for report generation!"
+msgstr "Kan de Fax database voor rapportage niet selecteren!"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:12
-msgid "Fax number for GOfax to trigger on"
-msgstr "Fax nummer waarop GOfax moet reageren"
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:286
+msgid "Query for fax database failed!"
+msgstr "De zoekopdracht op de Fax database is mislukt!"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:35 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Language"
-msgstr "Taal"
+#: plugins/gofax/faxreports/class_faxreport.inc:185
+msgid "You have no permission to retrieve informations about this fax id!"
+msgstr "U heeft geen toestemming om informatie over dit Fax ID op te vragen!"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:18
-msgid "Specify the GOfax communication language for fax to mail gateway"
-msgstr "Specificeer de GOfax communicatie taal voor de Fax naar E-mail gateway"
+#: plugins/gofax/faxreports/class_faxreport.inc:205
+#: plugins/gofax/faxreports/class_faxreport.inc:294
+#: plugins/gofon/fonreports/class_fonreport.inc:220
+msgid "Y-M-D"
+msgstr "J-M-D"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
-msgstr "Aflever formaat"
+#: plugins/gofax/faxreports/main.inc:5
+msgid "FAX reports"
+msgstr "Fax rapporten"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:26
-msgid "Specify delivery format for fax to mail gateway"
-msgstr "Specificeer het aflever formaat voor de Fax naar E-mail gateway"
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/admin/systems/servnfs.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
+#: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
+#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
+msgid "Name"
+msgstr "Naam"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
-msgstr "Aflever methodes"
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+msgid "Private"
+msgstr "Privé"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
-msgstr "Schakel Fax gebruik tijdelijk uit"
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
+msgstr "Contact"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:45
-msgid "Deliver fax as mail to"
-msgstr "Lever Fax als E-mail af aan"
+#: plugins/addons/addressbook/contents.tpl:37
+msgid ""
+"The telephone list plugin provides list and search facilities for the people "
+"in your site. You may want to specify the asterisk [*] like in 'Go*us' to "
+"find 'Gonicus'. Use the filters below to narrow down your search."
+msgstr ""
+"De telefoonlijst module biedt zoek en weergave mogelijkheden binnen uw "
+"organisatie. U kunt een asterisk (*) gebruiken als wildcard. 'Go*us' zal "
+"bijvoorbeeld 'Gonicus' vinden. Gebruik de selectie mogelijkheden om uw "
+"zoekopdracht verder te verfijnen."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
-msgstr "Lever Fax als E-mail af"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
+msgstr "Record toevoegen"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
-msgstr "Lever Fax af op printer"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:587
+msgid "Edit entry"
+msgstr "Record bewerken"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
-msgstr "Alternatieve Fax nummers"
+#: plugins/addons/addressbook/contents.tpl:52
+msgid "Remove entry"
+msgstr "Record verwijderen"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
-msgstr "Blokkeerlijsten"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Select to see regular users"
+msgstr "Selecteer om gewone gebruikers te tonen"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
-msgstr "Blokkeerlijsten voor te ontvangen Faxen"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
+msgstr "Toon gebruikers binnen de organisatie"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
-msgstr "Blokkeerlijsten voor te versturen Faxen"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Select to see users in addressbook"
+msgstr "Selecteer om gebruikers in het adresboek te zien"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
-msgstr "Selecteer de toe te voegen nummers"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
+msgstr "Toon adresboek records"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
-msgstr "Toon nummers van afdeling"
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
+msgstr "Toon resultaten voor afdeling"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
-msgstr "Toon de overeenkomende nummers"
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
+msgstr "Zoek op"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
-msgstr "Reguliere expressie voor overeenkomende nummers"
+#: plugins/addons/addressbook/contents.tpl:93
+msgid "Choose the object that will be searched in"
+msgstr "Selecteer het object waarbinnen gezocht zal worden"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
-msgstr "Toon nummers van gebruiker"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
+msgstr "Zoekstring"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:50
-msgid "User name of which numbers are shown"
-msgstr "Gebruikersnaam van de gebruiker wiens nummers getoond worden"
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Bel..."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
-msgstr "Geblokkeerde nummers/lijsten"
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/class_addressbook.inc:361
+#: plugins/addons/addressbook/class_addressbook.inc:368
+#: plugins/addons/addressbook/class_addressbook.inc:372
+#: plugins/addons/addressbook/class_addressbook.inc:455
+msgid "Dial"
+msgstr "Kies"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:17
-msgid "List of predefined blocklists"
-msgstr "Lijst met voorgedefiniëerde blokkeerlijstn"
+#: plugins/addons/addressbook/address_edit.tpl:7
+msgid "Choose the department to store entry in"
+msgstr "Selecteer de afdeling waarin de invoer bewaard wordt."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:25
-msgid "Add the list to the blocklists"
-msgstr "Voeg de lijst toe aan de blokkeerlijsten"
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Persoonlijk"
 
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
-msgstr "Fax instellingen"
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Initials"
+msgstr "Initialen"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
-#: plugins/addons/addressbook/address_info.tpl:88
-#: plugins/addons/addressbook/address_edit.tpl:206
-#: plugins/generic/references/class_reference.inc:30
-msgid "FAX"
-msgstr "Fax"
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+msgid "Email"
+msgstr "E-mail"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:137
-msgid "This account has no fax extensions."
-msgstr "Dit account heeft geen Fax mogelijkheden."
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
+msgstr "Bedrijfsmatig"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:146
-msgid "Remove fax account"
-msgstr "Fax account verwijderen"
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
+msgstr "Bedrijf"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:147
-msgid ""
-"This account has fax features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Dit account heeft Fax mogelijkheden ingeschakeld. U kunt deze uitschakelen "
-"door de knop hieronder te gebruiken."
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67 html/getxls.php:174
+#: html/getxls.php:236
+msgid "City"
+msgstr "Plaats"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:149
-msgid "Create fax account"
-msgstr "Fax account aanmaken"
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Land"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:150
+#: plugins/addons/addressbook/remove.tpl:6
 msgid ""
 msgid ""
-"This account has fax features disabled. You can enable them by clicking "
-"below."
+"This includes all addressbook data in this entry. Please double check if "
+"your really want to do this since there is no way for GOsa to get your data "
+"back."
 msgstr ""
 msgstr ""
-"Dit account heeft Fax mogelijkheden uitgeschakeld. U kunt deze inschakelen "
-"door de knop hieronder te gebruiken."
-
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:218
-msgid "You're trying to add an invalid phone number."
-msgstr "U probeert een ongeldig telefoonnummer toe te voegen."
-
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/admin/groups/class_groupApplication.inc:365
-#: plugins/admin/groups/class_groupApplication.inc:416
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
-msgid "back"
-msgstr "terug"
-
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:637
-msgid "The required field 'Fax' is not set."
-msgstr "Het vereiste veld 'Fax' is leeg."
+"Dit omvat alle adresboek data in dit record. Verzeker uzelf ervan dat dit "
+"hetgeen is dat u wenst, aangezien er geen manier voor GOsa is om deze data "
+"terug te halen."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:641
-msgid "Please enter a valid telephone number in the 'Fax' field."
-msgstr "Voer a.u.b. een geldig Fax nummer bij het 'Fax' veld in."
+#: plugins/addons/addressbook/main.inc:23
+msgid "Address book"
+msgstr "Adresboek"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:649
-msgid "Mail delivery is checked, but no address has been specified."
-msgstr "E-mail aflevering staat aan, alleen is er geen adres opgegeven."
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Adresboek"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
-msgid "The mail address you've entered is invalid."
-msgstr "Het E-mail adres dat u opgegeven heeft is ongeldig."
+#: plugins/addons/addressbook/class_addressbook.inc:154
+#, php-format
+msgid "Dial from %s to %s now?"
+msgstr "Nu van %s naar %s bellen?"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
+#: plugins/addons/addressbook/class_addressbook.inc:158
 msgid ""
 msgid ""
-"Deliver fax to printer, is only possible if valid printer is given. Please "
-"correct your choice."
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
 msgstr ""
 msgstr ""
-"Fax afleveren op een printer is alleen mogelijk indien een geldige printer "
-"is opgegeven. Corrigeer uw keuze a.u.b."
+"U heeft geen privé telefoonnummer opgegeven. Verander dit a.u.b. om direkt "
+"te kunnen kiezen"
 
 
-#: plugins/gofax/faxreports/detail.tpl:6
-msgid "FAX preview - please wait"
-msgstr "Fax voorbeeld - even geduld a.u.b."
+#: plugins/addons/addressbook/class_addressbook.inc:187
+#: plugins/addons/addressbook/class_addressbook.inc:288
+msgid "You are not allowed to delete this entry!"
+msgstr "U heeft geen toestemming om deze gegevens te verwijderen!"
 
 
-#: plugins/gofax/faxreports/detail.tpl:9
-msgid "Click on fax to download"
-msgstr "Klik op de Fax om deze te downloaden"
+#: plugins/addons/addressbook/class_addressbook.inc:282
+#, php-format
+msgid "You're about to delete the entry %s."
+msgstr "U staat op het punt de invoer %s te verwijderen."
 
 
-#: plugins/gofax/faxreports/detail.tpl:18
-msgid "FAX ID"
-msgstr "Fax ID"
+#: plugins/addons/addressbook/class_addressbook.inc:378
+#, php-format
+msgid "Save contact for %s as vcard"
+msgstr "Sla contact voor %s op als vcard"
 
 
-#: plugins/gofax/faxreports/detail.tpl:22
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/systems/class_printGeneric.inc:589
-#: plugins/admin/ogroups/class_ogroupManagement.inc:481
-msgid "User"
-msgstr "Gebruiker"
+#: plugins/addons/addressbook/class_addressbook.inc:382
+#, php-format
+msgid "Send mail to %s"
+msgstr "Stuur E-mail naar %s"
 
 
-#: plugins/gofax/faxreports/detail.tpl:26
-msgid "Date / Time"
-msgstr "Datum / Tijd"
+#: plugins/addons/addressbook/class_addressbook.inc:467
+msgid "global addressbook"
+msgstr "globaal adresboek"
 
 
-#: plugins/gofax/faxreports/detail.tpl:30
-msgid "Sender MSN"
-msgstr "Afzender MSN"
+#: plugins/addons/addressbook/class_addressbook.inc:470
+msgid "user database"
+msgstr "gebruiker database"
+
+#: plugins/addons/addressbook/class_addressbook.inc:474
+#, php-format
+msgid "Contact stored in '%s'"
+msgstr "Contact opgeslagen in '%s'"
 
 
-#: plugins/gofax/faxreports/detail.tpl:34
-msgid "Sender ID"
-msgstr "Afzender ID"
+#: plugins/addons/addressbook/class_addressbook.inc:476
+msgid "Creating new entry in"
+msgstr "Maak record aan in"
 
 
-#: plugins/gofax/faxreports/detail.tpl:38
-msgid "Receiver MSN"
-msgstr "Ontvanger MSN"
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/addons/logview/class_logview.inc:94
+#: plugins/addons/logview/class_logview.inc:111
+#: plugins/addons/mailqueue/class_mailqueue.inc:281
+#: plugins/addons/mailqueue/class_mailqueue.inc:346
+msgid "All"
+msgstr "Alle"
 
 
-#: plugins/gofax/faxreports/detail.tpl:42
-msgid "Receiver ID"
-msgstr "Ontvanger ID"
+#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
+#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
+msgid "Given name"
+msgstr "Naam"
 
 
-#: plugins/gofax/faxreports/detail.tpl:50
-msgid "Status message"
-msgstr "Status bericht"
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Work phone"
+msgstr "Telefoon Werk"
 
 
-#: plugins/gofax/faxreports/detail.tpl:54
-msgid "Transfer time"
-msgstr "Overdrachtstijd"
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Cell phone"
+msgstr "GSM"
 
 
-#: plugins/gofax/faxreports/detail.tpl:58
-#: plugins/gofax/faxreports/contents.tpl:35
-msgid "# pages"
-msgstr "# pagina's"
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
+msgid "Home phone"
+msgstr "Telefoon Privé"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Fax rapporten"
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
+#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
+#: html/getxls.php:299
+msgid "User ID"
+msgstr "Gebruikers ID"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/gofax/faxreports/class_faxreport.inc:119
-#: plugins/gofax/faxreports/class_faxreport.inc:165
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-msgid "Can't connect to fax database, no reports can be shown!"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+msgid ""
+"Cannot create a unique DN for your entry. Please fill more formular fields."
 msgstr ""
 msgstr ""
-"Kan niet verbinden met de Fax database. Rapporten kunnen niet getoond worden!"
+"Kan geen unieke DN aanmaken voor uw invoer. Vul a.u.b. meer formulier velden "
+"in."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:112
-#: plugins/addons/logview/class_logview.inc:66
-#: plugins/gofon/fonreports/class_fonreport.inc:99
-msgid "There is no mysql extension available, please check your php setup."
+#: plugins/addons/addressbook/class_addressbook.inc:606
+msgid ""
+"You have no permissions to create or modify a global address book entry."
 msgstr ""
 msgstr ""
-"Er is geen MySQL extensie beschikbaar. Controleer uw PHP installatie a.u.b."
+"U heeft geen toestemming om globale adresboek invoeren te wijzigen of aan te "
+"maken."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:123
-#: plugins/gofax/faxreports/class_faxreport.inc:128
-#: plugins/gofax/faxreports/class_faxreport.inc:169
-#: plugins/gofax/faxreports/class_faxreport.inc:278
-msgid "Can't select fax database for report generation!"
-msgstr "Kan de Fax database voor rapportage niet selecteren!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
+msgstr "LDIF export"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:286
-msgid "Query for fax database failed!"
-msgstr "De zoekopdracht op de Fax database is mislukt!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:101
+msgid "You've no permission to do CSV imports."
+msgstr "U heeft geen toestemming om CSV gegevens te importeren."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:185
-msgid "You have no permission to retrieve informations about this fax id!"
-msgstr "U heeft geen toestemming om informatie over dit Fax ID op te vragen!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:161
+msgid "Need 'sn','givenName' and 'uid' to create user."
+msgstr "'sn', 'givenName' en 'uid' zijn nodig om een gebruiker aan te maken"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:205
-#: plugins/gofax/faxreports/class_faxreport.inc:294
-#: plugins/gofon/fonreports/class_fonreport.inc:220
-msgid "Y-M-D"
-msgstr "J-M-D"
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
+msgid "failed"
+msgstr "mislukt"
 
 
-#: plugins/gofax/faxreports/contents.tpl:2
-#: plugins/addons/logview/contents.tpl:2
-#: plugins/gofon/fonreports/contents.tpl:2
-msgid "Filter"
-msgstr "Filter"
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
+msgstr "okee"
 
 
-#: plugins/gofax/faxreports/contents.tpl:6
-#: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:12
-#: plugins/addons/logview/contents.tpl:47
-#: plugins/gofon/fonreports/contents.tpl:6
-msgid "Search for"
-msgstr "Zoek naar"
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
+msgid "status"
+msgstr "status"
 
 
-#: plugins/gofax/faxreports/contents.tpl:7
-#: plugins/gofon/fonreports/contents.tpl:7
-msgid "Enter user name to search for"
-msgstr "Voer de te zoeken gebruikersnaam in"
+#: plugins/addons/ldapmanager/class_csvimport.inc:281
+#, php-format
+msgid "An Error Occured while inserting entry %s - process aborted"
+msgstr ""
+"Er is een fout opgetreden bij het invoegen van invoer %s - Het proces is "
+"afgebroken"
 
 
-#: plugins/gofax/faxreports/contents.tpl:8
-#: plugins/gofax/faxreports/contents.tpl:16
-#: plugins/gofon/fonreports/contents.tpl:8
-#: plugins/gofon/fonreports/contents.tpl:16
-msgid "in"
-msgstr "in"
+#: plugins/addons/ldapmanager/class_csvimport.inc:319
+msgid "Nothing to import!"
+msgstr "Er is niets te importeren!"
 
 
-#: plugins/gofax/faxreports/contents.tpl:9
-#: plugins/gofon/fonreports/contents.tpl:9
-msgid "Select subtree to base search on"
-msgstr "Selecteer de subtree waarbinnen de zoekopdracht plaatsvindt"
+#: plugins/addons/ldapmanager/class_csvimport.inc:331
+#: plugins/addons/ldapmanager/class_csvimport.inc:342
+#: plugins/addons/ldapmanager/class_csvimport.inc:347
+#: plugins/addons/ldapmanager/class_import.inc:62
+#: plugins/addons/ldapmanager/class_import.inc:70
+msgid "There is no file uploaded."
+msgstr "Er is geen bestand ge-upload."
 
 
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
-msgstr "gedurende"
+#: plugins/addons/ldapmanager/class_csvimport.inc:336
+#: plugins/addons/ldapmanager/class_import.inc:55
+msgid "The specified file is empty."
+msgstr "Het opgegeven bestand is leeg."
 
 
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:27
-#: plugins/addons/logview/contents.tpl:67
-#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
-msgid "Search"
-msgstr "Zoeken"
+#: plugins/addons/ldapmanager/class_csvimport.inc:490
+msgid "The selected file does not contain any CSV Data..."
+msgstr "Het geselecteerde bestand bevat geen enkele CSV data..."
 
 
-#: plugins/gofax/faxreports/contents.tpl:31
-#: plugins/addons/logview/contents.tpl:84
-#: plugins/gofon/fonreports/contents.tpl:30
-msgid "Date"
-msgstr "Datum"
+#: plugins/addons/ldapmanager/contentimport.tpl:3
+msgid ""
+"The LDIF import plugin provides methods to upload a set of entries to your "
+"running LDAP directory as ldif. You may use this to add new or modify "
+"existing entries. Remember that GOsa will not check your ldifs for GOsa "
+"conformance."
+msgstr ""
+"De LDIF import module biedt mogelijkheden om gegevens binnen uw draaiende "
+"LDAP database te importeren als een LDIF bestand. U kunt deze "
+"functionaliteit gebruiken om gegevens toe te voegen of veranderen. Let op, "
+"GOsa zal uw LDIF bestanden niet controleren op GOsa conformiteit!"
 
 
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:58
-msgid "Sender"
-msgstr "Afzender"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
+msgstr "Importeer LDIF bestand"
 
 
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
-msgstr "Ontvanger"
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
+msgstr "Verander bestaand atribuut"
 
 
-#: plugins/gofax/faxreports/contents.tpl:50
-#: plugins/addons/logview/contents.tpl:97
-#: plugins/gofon/fonreports/contents.tpl:51
-msgid "Search returned no results..."
-msgstr "De zoekopdracht gaf geen resultaten terug..."
+#: plugins/addons/ldapmanager/contentimport.tpl:33
+msgid "Overwrite existing entry"
+msgstr "Overschrijf bestaande gegevens"
 
 
-#: plugins/gofax/faxreports/main.inc:5
-msgid "FAX reports"
-msgstr "Fax rapporten"
+#: plugins/addons/ldapmanager/contentimport.tpl:40
+msgid "Import successful"
+msgstr "Import was succesvol"
 
 
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Bel..."
+#: plugins/addons/ldapmanager/contentcsv.tpl:2
+msgid ""
+"The CSV import plugin provides methods to generate user accounts from a file "
+"containing Comma Seperated Values. The administrator can decide which "
+"columns should be transfered to which attribute. Note that you must have at "
+"least the UID, GIVENNAME and SURENAME set."
+msgstr ""
+"De CSV import module bevat mothodes om gebruikers accounts aan te maken "
+"vanuit een bestand met komma gescheiden waardes. De beheerder kan bepalen "
+"welke kolommen vertaald moeten worden naar welke atributen. Merk op dat u "
+"tenminste het UID, GIVENNAME en SURNAME atribuut dient in te stellen."
 
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:361
-#: plugins/addons/addressbook/class_addressbook.inc:368
-#: plugins/addons/addressbook/class_addressbook.inc:372
-#: plugins/addons/addressbook/class_addressbook.inc:455
-msgid "Dial"
-msgstr "Kies"
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
+msgstr "Selecteer het te importeren CSV bestand"
 
 
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
-#: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
-#: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
-#: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
-#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
-#: html/getxls.php:174 html/getxls.php:233
-msgid "Name"
-msgstr "Naam"
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
+msgid "Select template"
+msgstr "Selecteer sjabloon"
+
+#: plugins/addons/ldapmanager/contentcsv.tpl:34
+msgid "All entries have been written to the LDAP database successfully."
+msgstr "Alle gegevens zijn succesvol naar de LDAP database weggeschreven."
+
+#: plugins/addons/ldapmanager/contentcsv.tpl:36
+msgid "Oups. There was an error during the import of your data."
+msgstr "Oeps. Er is een fout opgetreden bij het importeren van uw data."
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:29
-#: plugins/addons/addressbook/address_edit.tpl:66
-msgid "Private"
-msgstr "Privé"
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
+#, fuzzy
+msgid "Here is the status report for the import:"
+msgstr "Hier is het status raport voor de import"
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr "Contact"
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+msgid "Selected Template"
+msgstr "Geselecteerd Sjabloon"
 
 
-#: plugins/addons/addressbook/contents.tpl:37
+#: plugins/addons/ldapmanager/class_import.inc:41
+msgid "You've no permission to do LDAP imports."
+msgstr "U heeft geen toestemming om LDAP gegevens te importeren."
+
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr "Onbekende fout"
+
+#: plugins/addons/ldapmanager/contentexport.tpl:3
 msgid ""
 msgid ""
-"The telephone list plugin provides list and search facilities for the people "
-"in your site. You may want to specify the asterisk [*] like in 'Go*us' to "
-"find 'Gonicus'. Use the filters below to narrow down your search."
+"The LDIF export plugin provides methods to download a complete snapshot of "
+"the running LDAP directory as ldif. You may save these files for backup "
+"purpose or when initializing a new server."
 msgstr ""
 msgstr ""
-"De telefoonlijst module biedt zoek en weergave mogelijkheden binnen uw "
-"organisatie. U kunt een asterisk (*) gebruiken als wildcard. 'Go*us' zal "
-"bijvoorbeeld 'Gonicus' vinden. Gebruik de selectie mogelijkheden om uw "
-"zoekopdracht verder te verfijnen."
+"De LDIF export module biedt mogelijkheden om de complete inhoud van uw LDAP "
+"database te downloaden als een LDIF bestand. U kunt deze bestanden voor "
+"backup doeleinden opslaan of gebruiken voor het initialiseren van een nieuwe "
+"server."
 
 
-#: plugins/addons/addressbook/contents.tpl:47
-msgid "Add entry"
-msgstr "Record toevoegen"
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "Exporteer een enkel record"
 
 
-#: plugins/addons/addressbook/contents.tpl:50
-msgid "Edit entry"
-msgstr "Record bewerken"
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
+msgstr "Exporteer een complete LDIF voor"
 
 
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr "Record verwijderen"
+#: plugins/addons/ldapmanager/contentexport.tpl:24
+#: plugins/addons/ldapmanager/contentexport.tpl:39
+#: plugins/addons/ldapmanager/contentexportxls.tpl:27
+#: plugins/addons/ldapmanager/contentexportxls.tpl:42
+msgid "Choose the department you want to Export"
+msgstr "Selecteer de afdeling die u wilt exporteren"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr "Selecteer om gewone gebruikers te tonen"
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr "Exporteer IVBB LDIF voor"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr "Toon gebruikers binnen de organisatie"
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr "Export was succesvol"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Select to see users in addressbook"
-msgstr "Selecteer om gebruikers in het adresboek te zien"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the complete LDAP database to a file"
+msgstr "Klik hier om de complete LDAP database op te slaan in een bestand."
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr "Toon adresboek records"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the LDAP Export "
+msgstr "Klik hier om de LDAP export op te slaan in een bestand."
 
 
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr "Toon resultaten voor afdeling"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:23
+msgid "LDAP manager"
+msgstr "LDAP beheer"
 
 
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr "Zoek op"
+#: plugins/addons/ldapmanager/class_export.inc:6
+msgid "CSV import"
+msgstr "CSV import"
 
 
-#: plugins/addons/addressbook/contents.tpl:93
-msgid "Choose the object that will be searched in"
-msgstr "Selecteer het object waarbinnen gezocht zal worden"
+#: plugins/addons/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
+msgid "You've no permission to do LDAP exports."
+msgstr "U heeft geen toestemming om LDAP gegevens te exporteren."
 
 
-#: plugins/addons/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr "Zoekstring"
+#: plugins/addons/ldapmanager/class_export.inc:83
+#: plugins/addons/ldapmanager/class_exportxls.inc:89
+msgid "Error while exporting the requested entries!"
+msgstr "Fout bij het exporteren van de gevraagde gegevens!"
 
 
-#: plugins/addons/addressbook/remove.tpl:6
+#: plugins/addons/ldapmanager/contentexportxls.tpl:3
 msgid ""
 msgid ""
-"This includes all addressbook data in this entry. Please double check if "
-"your really want to do this since there is no way for GOsa to get your data "
-"back."
+"The XLS export plugin provides methods to download a complete snapshot of "
+"the running LDAP directory as xls. You may save these files for "
+"documentation."
 msgstr ""
 msgstr ""
-"Dit omvat alle adresboek data in dit record. Verzeker uzelf ervan dat dit "
-"hetgeen is dat u wenst, aangezien er geen manier voor GOsa is om deze data "
-"terug te halen."
-
-#: plugins/addons/addressbook/main.inc:23
-msgid "Address book"
-msgstr "Adresboek"
+"De XLS export module biedt mogelijkheden om de complete inhoud van uw LDAP "
+"database te downloaden als een xls (Excel) bestand. U kunt deze bestanden "
+"voor documentatie doeleinden opslaan."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Adresboek"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:14
+msgid "Choose the data you want to Export"
+msgstr "Selecteer de data die u wilt exporteren"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:154
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr "Nu van %s naar %s bellen?"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
+msgstr "Exporteer een compleet XLS voor"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:158
-msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
-msgstr ""
-"U heeft geen privé telefoonnummer opgegeven. Verander dit a.u.b. om direkt "
-"te kunnen kiezen"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the complete LDAP database to a xls file"
+msgstr "Klik hier om de complete LDAP database op te slaan in een xls-bestand."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:187
-#: plugins/addons/addressbook/class_addressbook.inc:288
-msgid "You are not allowed to delete this entry!"
-msgstr "U heeft geen toestemming om deze gegevens te verwijderen!"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the LDAP Export to a xls file"
+msgstr "Klik hier om de LDAP export op te slaan in een xls-bestand."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:282
-#, php-format
-msgid "You're about to delete the entry %s."
-msgstr "U staat op het punt de invoer %s te verwijderen."
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+msgid "XLS import"
+msgstr "XLS import"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:378
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr "Sla contact voor %s op als vcard"
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Systeem logs"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:382
-#, php-format
-msgid "Send mail to %s"
-msgstr "Stuur E-mail naar %s"
+#: plugins/addons/logview/class_logview.inc:63
+msgid "No LOG servers defined!"
+msgstr "Geen LOG servers gedefiniëerd!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:467
-msgid "global addressbook"
-msgstr "globaal adresboek"
+#: plugins/addons/logview/class_logview.inc:73
+#: plugins/addons/logview/class_logview.inc:168
+msgid "Can't connect to log database, no logs can be shown!"
+msgstr ""
+"Kan niet met de log database verbinden. Logs kunnen niet getoond worden!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:470
-msgid "user database"
-msgstr "gebruiker database"
+#: plugins/addons/logview/class_logview.inc:77
+#: plugins/addons/logview/class_logview.inc:171
+msgid "Can't select log database for log generation!"
+msgstr "Kan de log database voor log generatie niet selecteren!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:474
-#, php-format
-msgid "Contact stored in '%s'"
-msgstr "Contact opgeslagen in '%s'"
+#: plugins/addons/logview/class_logview.inc:86
+#: plugins/addons/logview/class_logview.inc:103
+msgid "Query for log database failed!"
+msgstr "Zoekopdracht binnen de log database is mislukt!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:476
-msgid "Creating new entry in"
-msgstr "Maak record aan in"
+#: plugins/addons/logview/class_logview.inc:118
+msgid "one hour"
+msgstr "1 uur"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/mailqueue/class_mailqueue.inc:281
-#: plugins/addons/mailqueue/class_mailqueue.inc:346
-#: plugins/addons/logview/class_logview.inc:94
-#: plugins/addons/logview/class_logview.inc:111
-msgid "All"
-msgstr "Alle"
+#: plugins/addons/logview/class_logview.inc:118
+msgid "6 hours"
+msgstr "6 uur"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
-msgstr "Naam"
+#: plugins/addons/logview/class_logview.inc:119
+msgid "12 hours"
+msgstr "12 uur"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Work phone"
-msgstr "Telefoon Werk"
+#: plugins/addons/logview/class_logview.inc:119
+msgid "24 hours"
+msgstr "24 uur"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Cell phone"
-msgstr "GSM"
+#: plugins/addons/logview/class_logview.inc:120
+msgid "2 days"
+msgstr "2 dagen"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
-msgid "Home phone"
-msgstr "Telefoon Privé"
+#: plugins/addons/logview/class_logview.inc:120
+msgid "one week"
+msgstr "1 week"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
-#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
-#: html/getxls.php:299
-msgid "User ID"
-msgstr "Gebruikers ID"
+#: plugins/addons/logview/class_logview.inc:121
+msgid "2 weeks"
+msgstr "2 weken"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:598
-msgid ""
-"Cannot create a unique DN for your entry. Please fill more formular fields."
-msgstr ""
-"Kan geen unieke DN aanmaken voor uw invoer. Vul a.u.b. meer formulier velden "
-"in."
+#: plugins/addons/logview/class_logview.inc:121
+msgid "one month"
+msgstr "1 maand"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
-msgid ""
-"You have no permissions to create or modify a global address book entry."
-msgstr ""
-"U heeft geen toestemming om globale adresboek invoeren te wijzigen of aan te "
-"maken."
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Toon computers"
 
 
-#: plugins/addons/addressbook/address_info.tpl:12
-#: plugins/addons/addressbook/address_edit.tpl:24
-msgid "Personal"
-msgstr "Persoonlijk"
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Log prioriteit"
 
 
-#: plugins/addons/addressbook/address_info.tpl:19
-#: plugins/addons/addressbook/address_edit.tpl:44 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Initials"
-msgstr "Initialen"
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Tijd interval"
 
 
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/addons/addressbook/address_edit.tpl:105
-msgid "Email"
-msgstr "E-mail"
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Voer de te zoeken string in"
 
 
-#: plugins/addons/addressbook/address_info.tpl:53
-#: plugins/addons/addressbook/address_edit.tpl:119
-msgid "Organizational"
-msgstr "Bedrijfsmatig"
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Ruleset"
 
 
-#: plugins/addons/addressbook/address_info.tpl:61
-#: plugins/addons/addressbook/address_edit.tpl:128
-msgid "Company"
-msgstr "Bedrijf"
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Prioriteit"
 
 
-#: plugins/addons/addressbook/address_info.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:148 html/getxls.php:174
-#: html/getxls.php:236
-msgid "City"
-msgstr "Plaats"
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Computernaam"
 
 
-#: plugins/addons/addressbook/address_info.tpl:73
-#: plugins/addons/addressbook/address_edit.tpl:168
-msgid "Country"
-msgstr "Land"
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Bericht"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:7
-msgid "Choose the department to store entry in"
-msgstr "Selecteer de afdeling waarin de invoer bewaard wordt."
+#: plugins/addons/logview/main.inc:23
+msgid "System log view"
+msgstr "Systeem log weergave"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
 #: plugins/addons/mailqueue/main.inc:23
 #: plugins/addons/mailqueue/main.inc:23
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
 msgid "Mail queue"
 msgstr "Mail wachtrij"
 
 msgid "Mail queue"
 msgstr "Mail wachtrij"
 
@@ -4024,2439 +4379,2283 @@ msgstr "Plaats alle berichten in de geselecteerde server opnieuw in wachtrij"
 
 #: plugins/addons/mailqueue/contents.tpl:48
 msgid "Search returned no results"
 
 #: plugins/addons/mailqueue/contents.tpl:48
 msgid "Search returned no results"
-msgstr "De zoekopdracht gaf geen resultaten terug"
-
-#: plugins/addons/mailqueue/contents.tpl:54
-msgid "ID"
-msgstr "ID"
-
-#: plugins/addons/mailqueue/contents.tpl:57
-msgid "Arrival"
-msgstr "Aankomst"
-
-#: plugins/addons/mailqueue/contents.tpl:59
-msgid "Recipient"
-msgstr "Ontvanger"
-
-#: plugins/addons/mailqueue/contents.tpl:60
-msgid "Error"
-msgstr "Fout"
-
-#: plugins/addons/mailqueue/contents.tpl:95
-msgid "Delete this message"
-msgstr "Verwijder dit bericht"
-
-#: plugins/addons/mailqueue/contents.tpl:99
-msgid "unhold"
-msgstr "uit wachtstand"
-
-#: plugins/addons/mailqueue/contents.tpl:99
-msgid "Release message"
-msgstr "Bericht vrijgeven"
-
-#: plugins/addons/mailqueue/contents.tpl:103
-msgid "hold"
-msgstr "wachtstand"
-
-#: plugins/addons/mailqueue/contents.tpl:103
-msgid "Hold message"
-msgstr "Bericht in wachtstand plaatsen"
-
-#: plugins/addons/mailqueue/contents.tpl:107
-msgid "requeue"
-msgstr "herplaatsen"
-
-#: plugins/addons/mailqueue/contents.tpl:107
-msgid "Requeue this message"
-msgstr "Herplaats dit bericht"
-
-#: plugins/addons/mailqueue/contents.tpl:110
-msgid "header"
-msgstr "header"
-
-#: plugins/addons/mailqueue/contents.tpl:110
-msgid "Display header from this message"
-msgstr "Toon de header van dit bericht"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:3
-msgid ""
-"The XLS export plugin provides methods to download a complete snapshot of "
-"the running LDAP directory as xls. You may save these files for "
-"documentation."
-msgstr ""
-"De XLS export module biedt mogelijkheden om de complete inhoud van uw LDAP "
-"database te downloaden als een xls (Excel) bestand. U kunt deze bestanden "
-"voor documentatie doeleinden opslaan."
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
-msgstr "Exporteer een enkel record"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-msgid "Choose the data you want to Export"
-msgstr "Selecteer de data die u wilt exporteren"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
-msgstr "Exporteer een compleet XLS voor"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:27
-#: plugins/addons/ldapmanager/contentexportxls.tpl:42
-#: plugins/addons/ldapmanager/contentexport.tpl:24
-#: plugins/addons/ldapmanager/contentexport.tpl:39
-msgid "Choose the department you want to Export"
-msgstr "Selecteer de afdeling die u wilt exporteren"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
-msgstr "Exporteer IVBB LDIF voor"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
-msgstr "Export was succesvol"
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the complete LDAP database to a xls file"
-msgstr "Klik hier om de complete LDAP database op te slaan in een xls-bestand."
-
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the LDAP Export to a xls file"
-msgstr "Klik hier om de LDAP export op te slaan in een xls-bestand."
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
-msgstr "LDIF export"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:101
-msgid "You've no permission to do CSV imports."
-msgstr "U heeft geen toestemming om CSV gegevens te importeren."
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:161
-msgid "Need 'sn','givenName' and 'uid' to create user."
-msgstr "'sn', 'givenName' en 'uid' zijn nodig om een gebruiker aan te maken"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-msgid "failed"
-msgstr "mislukt"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
-msgstr "okee"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
-msgid "status"
-msgstr "status"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:281
-#, php-format
-msgid "An Error Occured while inserting entry %s - process aborted"
-msgstr ""
-"Er is een fout opgetreden bij het invoegen van invoer %s - Het proces is "
-"afgebroken"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr "Er is niets te importeren!"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:331
-#: plugins/addons/ldapmanager/class_csvimport.inc:342
-#: plugins/addons/ldapmanager/class_csvimport.inc:347
-#: plugins/addons/ldapmanager/class_import.inc:62
-#: plugins/addons/ldapmanager/class_import.inc:70
-msgid "There is no file uploaded."
-msgstr "Er is geen bestand ge-upload."
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:336
-#: plugins/addons/ldapmanager/class_import.inc:55
-msgid "The specified file is empty."
-msgstr "Het opgegeven bestand is leeg."
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:490
-msgid "The selected file does not contain any CSV Data..."
-msgstr "Het geselecteerde bestand bevat geen enkele CSV data..."
-
-#: plugins/addons/ldapmanager/contentimport.tpl:3
-msgid ""
-"The LDIF import plugin provides methods to upload a set of entries to your "
-"running LDAP directory as ldif. You may use this to add new or modify "
-"existing entries. Remember that GOsa will not check your ldifs for GOsa "
-"conformance."
-msgstr ""
-"De LDIF import module biedt mogelijkheden om gegevens binnen uw draaiende "
-"LDAP database te importeren als een LDIF bestand. U kunt deze "
-"functionaliteit gebruiken om gegevens toe te voegen of veranderen. Let op, "
-"GOsa zal uw LDIF bestanden niet controleren op GOsa conformiteit!"
-
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr "Importeer LDIF bestand"
-
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr "Verander bestaand atribuut"
-
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-msgid "Overwrite existing entry"
-msgstr "Overschrijf bestaande gegevens"
-
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-msgid "Import successful"
-msgstr "Import was succesvol"
+msgstr "De zoekopdracht gaf geen resultaten terug"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:2
-msgid ""
-"The CSV import plugin provides methods to generate user accounts from a file "
-"containing Comma Seperated Values. The administrator can decide which "
-"columns should be transfered to which attribute. Note that you must have at "
-"least the UID, GIVENNAME and SURENAME set."
-msgstr ""
-"De CSV import module bevat mothodes om gebruikers accounts aan te maken "
-"vanuit een bestand met komma gescheiden waardes. De beheerder kan bepalen "
-"welke kolommen vertaald moeten worden naar welke atributen. Merk op dat u "
-"tenminste het UID, GIVENNAME en SURNAME atribuut dient in te stellen."
+#: plugins/addons/mailqueue/contents.tpl:54
+msgid "ID"
+msgstr "ID"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
-msgstr "Selecteer het te importeren CSV bestand"
+#: plugins/addons/mailqueue/contents.tpl:57
+msgid "Arrival"
+msgstr "Aankomst"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-msgid "Select template"
-msgstr "Selecteer sjabloon"
+#: plugins/addons/mailqueue/contents.tpl:59
+msgid "Recipient"
+msgstr "Ontvanger"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:34
-msgid "All entries have been written to the LDAP database successfully."
-msgstr "Alle gegevens zijn succesvol naar de LDAP database weggeschreven."
+#: plugins/addons/mailqueue/contents.tpl:60
+msgid "Error"
+msgstr "Fout"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:36
-msgid "Oups. There was an error during the import of your data."
-msgstr "Oeps. Er is een fout opgetreden bij het importeren van uw data."
+#: plugins/addons/mailqueue/contents.tpl:95
+msgid "Delete this message"
+msgstr "Verwijder dit bericht"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-#, fuzzy
-msgid "Here is the status report for the import:"
-msgstr "Hier is het status raport voor de import"
+#: plugins/addons/mailqueue/contents.tpl:99
+msgid "unhold"
+msgstr "uit wachtstand"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-msgid "Selected Template"
-msgstr "Geselecteerd Sjabloon"
+#: plugins/addons/mailqueue/contents.tpl:99
+msgid "Release message"
+msgstr "Bericht vrijgeven"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-msgid "XLS import"
-msgstr "XLS import"
+#: plugins/addons/mailqueue/contents.tpl:103
+msgid "hold"
+msgstr "wachtstand"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:39
-#: plugins/addons/ldapmanager/class_export.inc:38
-msgid "You've no permission to do LDAP exports."
-msgstr "U heeft geen toestemming om LDAP gegevens te exporteren."
+#: plugins/addons/mailqueue/contents.tpl:103
+msgid "Hold message"
+msgstr "Bericht in wachtstand plaatsen"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:89
-#: plugins/addons/ldapmanager/class_export.inc:83
-msgid "Error while exporting the requested entries!"
-msgstr "Fout bij het exporteren van de gevraagde gegevens!"
+#: plugins/addons/mailqueue/contents.tpl:107
+msgid "requeue"
+msgstr "herplaatsen"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:41
-msgid "You've no permission to do LDAP imports."
-msgstr "U heeft geen toestemming om LDAP gegevens te importeren."
+#: plugins/addons/mailqueue/contents.tpl:107
+msgid "Requeue this message"
+msgstr "Herplaats dit bericht"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr "Onbekende fout"
+#: plugins/addons/mailqueue/contents.tpl:110
+msgid "header"
+msgstr "header"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:3
-msgid ""
-"The LDIF export plugin provides methods to download a complete snapshot of "
-"the running LDAP directory as ldif. You may save these files for backup "
-"purpose or when initializing a new server."
+#: plugins/addons/mailqueue/contents.tpl:110
+msgid "Display header from this message"
+msgstr "Toon de header van dit bericht"
+
+#: plugins/admin/groups/class_groupGeneric.inc:115
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
 msgstr ""
 msgstr ""
-"De LDIF export module biedt mogelijkheden om de complete inhoud van uw LDAP "
-"database te downloaden als een LDIF bestand. U kunt deze bestanden voor "
-"backup doeleinden opslaan of gebruiken voor het initialiseren van een nieuwe "
-"server."
+"Kan de SID van deze groep niet vinden in de LDAP database of in uw "
+"configuratie bestand."
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
-msgstr "Exporteer een complete LDIF voor"
+#: plugins/admin/groups/class_groupGeneric.inc:167
+msgid "This 'dn' is no group."
+msgstr "Deze 'dn' is geen groep."
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the complete LDAP database to a file"
-msgstr "Klik hier om de complete LDAP database op te slaan in een bestand."
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Samba group"
+msgstr "Samba groep"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the LDAP Export "
-msgstr "Klik hier om de LDAP export op te slaan in een bestand."
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain admins"
+msgstr "Windows beheerders"
 
 
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-#: plugins/addons/ldapmanager/main.inc:23
-msgid "LDAP manager"
-msgstr "LDAP beheer"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain users"
+msgstr "Windows gebruikers"
 
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-msgid "CSV import"
-msgstr "CSV import"
+#: plugins/admin/groups/class_groupGeneric.inc:285
+msgid "Domain guests"
+msgstr "Windows gasten"
 
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "Systeem logs"
+#: plugins/admin/groups/class_groupGeneric.inc:290
+#, php-format
+msgid "Special group (%d)"
+msgstr "Speciale groep (%d)"
 
 
-#: plugins/addons/logview/class_logview.inc:63
-msgid "No LOG servers defined!"
-msgstr "Geen LOG servers gedefiniëerd!"
+#: plugins/admin/groups/class_groupGeneric.inc:626
+#: plugins/admin/ogroups/class_ogroup.inc:541
+msgid "You have no permissions to create a group on this 'Base'."
+msgstr "U heeft geen toestemming een groep aan te maken onder deze 'Basis'."
 
 
-#: plugins/addons/logview/class_logview.inc:73
-#: plugins/addons/logview/class_logview.inc:168
-msgid "Can't connect to log database, no logs can be shown!"
+#: plugins/admin/groups/class_groupGeneric.inc:636
+msgid ""
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
-"Kan niet met de log database verbinden. Logs kunnen niet getoond worden!"
-
-#: plugins/addons/logview/class_logview.inc:77
-#: plugins/addons/logview/class_logview.inc:171
-msgid "Can't select log database for log generation!"
-msgstr "Kan de log database voor log generatie niet selecteren!"
+"Het veld 'Naam' bevat ongeldige karakters. Kleine letters, cijfers en "
+"liggende streepjes zijn toegestaan."
 
 
-#: plugins/addons/logview/class_logview.inc:86
-#: plugins/addons/logview/class_logview.inc:103
-msgid "Query for log database failed!"
-msgstr "Zoekopdracht binnen de log database is mislukt!"
+#: plugins/admin/groups/class_groupGeneric.inc:647
+#: plugins/admin/groups/class_groupGeneric.inc:654
+msgid "Value specified as 'Name' is already used."
+msgstr "De waarde die opgegeven is voor de naam wordt al gebruikt."
 
 
-#: plugins/addons/logview/class_logview.inc:118
-msgid "one hour"
-msgstr "1 uur"
+#: plugins/admin/groups/mail.tpl:11
+msgid "Primary mail address for this shared folder"
+msgstr "Primair E-mail adres voor deze gedeelde map"
 
 
-#: plugins/addons/logview/class_logview.inc:118
-msgid "6 hours"
-msgstr "6 uur"
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
+msgstr "Selecteer de mail server waarop de gebruiker ondergebracht wordt"
 
 
-#: plugins/addons/logview/class_logview.inc:119
-msgid "12 hours"
-msgstr "12 uur"
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "IMAP gedeelde mappen"
 
 
-#: plugins/addons/logview/class_logview.inc:119
-msgid "24 hours"
-msgstr "24 uur"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Algemene rechten"
 
 
-#: plugins/addons/logview/class_logview.inc:120
-msgid "2 days"
-msgstr "2 dagen"
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Groepslid rechten"
 
 
-#: plugins/addons/logview/class_logview.inc:120
-msgid "one week"
-msgstr "1 week"
+#: plugins/admin/groups/mail.tpl:88
+msgid "Forward messages to non group members"
+msgstr "Stuur berichten door naar niet groepsleden"
 
 
-#: plugins/addons/logview/class_logview.inc:121
-msgid "2 weeks"
-msgstr "2 weken"
+#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
+msgid "List of groups"
+msgstr "Lijst met groepen"
 
 
-#: plugins/addons/logview/class_logview.inc:121
-msgid "one month"
-msgstr "1 maand"
+#: plugins/admin/groups/headpage.tpl:25
+msgid ""
+"This menu allows you to add, edit and remove selected groups. You may want "
+"to use the range selector on top of the group listbox, when working with a "
+"large number of groups."
+msgstr ""
+"Dit menu maakt het mogelijk om geselecteerde groepen toe te voegen, bewerken "
+"of verwijderen. Indien u veel groepen heeft, dan is het aan te raden de "
+"selectie mogelijkheden te gebruiken."
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Toon computers"
+#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
+msgid "Group administration"
+msgstr "Groepen beheer"
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "Log prioriteit"
+#: plugins/admin/groups/class_groupManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
+#: html/getxls.php:99 html/getxls.php:244
+msgid "Groups"
+msgstr "Groepen"
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Tijd interval"
+#: plugins/admin/groups/class_groupManagement.inc:275
+#, php-format
+msgid "You're about to delete the group '%s'."
+msgstr "U staat op het punt de groep '%s' te verwijderen."
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Voer de te zoeken string in"
+#: plugins/admin/groups/class_groupManagement.inc:281
+#: plugins/admin/groups/class_groupManagement.inc:307
+msgid "You are not allowed to delete this group!"
+msgstr "U heeft geen toestemming om deze groep te verwijderen!"
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Ruleset"
+#: plugins/admin/groups/class_groupManagement.inc:354
+msgid "Create new group"
+msgstr "Nieuwe groep aanmaken"
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "Prioriteit"
+#: plugins/admin/groups/class_groupManagement.inc:361
+#: plugins/admin/applications/class_applicationManagement.inc:337
+#: plugins/admin/departments/class_departmentManagement.inc:291
+#: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
+msgid "Edit this entry"
+msgstr "Bewerk deze invoer"
 
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Computernaam"
+#: plugins/admin/groups/class_groupManagement.inc:362
+#: plugins/admin/applications/class_applicationManagement.inc:338
+#: plugins/admin/departments/class_departmentManagement.inc:292
+#: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+msgid "Delete this entry"
+msgstr "Verwijder deze invoer"
 
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "Bericht"
+#: plugins/admin/groups/class_groupManagement.inc:372
+#: plugins/admin/users/class_userManagement.inc:728
+msgid "Posix"
+msgstr "Posix"
 
 
-#: plugins/addons/logview/main.inc:23
-msgid "System log view"
-msgstr "Systeem log weergave"
+#: plugins/admin/groups/class_groupManagement.inc:375
+#: plugins/admin/applications/class_applicationManagement.inc:348
+#: plugins/admin/ogroups/class_ogroupManagement.inc:483
+#: plugins/gofon/fonreports/contents.tpl:34
+#: plugins/generic/references/class_reference.inc:42
+msgid "Application"
+msgstr "Programma"
 
 
-#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
-#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
-#: plugins/admin/fai/tabsProfile.inc:30 plugins/admin/fai/tabsScript.inc:30
-#: plugins/admin/fai/tabsTemplate.inc:30
-#: plugins/admin/departments/tabs_department.inc:30
-msgid "Try to move tree failed. Destination tree is subtree of source tree."
-msgstr ""
-"Het verplaatsen van de tree is mislukt. Bestemmings-tree is een subtree van "
-"de bron-tree."
+#: plugins/admin/groups/class_groupManagement.inc:385
+msgid "Groupname"
+msgstr "Groepnaam"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:31
-msgid "FAI"
-msgstr "FAI"
+#: plugins/admin/groups/class_groupManagement.inc:386
+#: plugins/admin/users/class_userManagement.inc:691
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/ogroups/class_ogroupManagement.inc:392
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Eigenschappen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-msgid "Fully Automatic Installation - management"
-msgstr "Fully Automatic Installation - beheer"
+#: plugins/admin/groups/class_groupManagement.inc:390
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/ogroups/class_ogroupManagement.inc:397
+msgid "This table displays all groups, in the selected tree."
+msgstr "Deze tabel geeft alle groepen binnen de geselecteerde tree weer"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:204
-#, php-format
-msgid "You're about to delete all information about the FAI class at '%s'."
+#: plugins/admin/groups/remove.tpl:6
+msgid ""
+"This may be a primary user group. Please double check if you really want to "
+"do this since there is no way for GOsa to get your data back."
 msgstr ""
 msgstr ""
-"U staat op het punt alle informatie over deze FAI klasse op '%s' te "
-"verwijderen."
-
-#: plugins/admin/fai/class_faiManagement.inc:210
-#: plugins/admin/fai/class_faiManagement.inc:249
-#: plugins/admin/systems/class_systemManagement.inc:413
-#: plugins/admin/systems/class_systemManagement.inc:477
-msgid "You are not allowed to delete this component!"
-msgstr "U heeft geen toestemming om dit component te verwijderen!"
+"Dit kan een primaire groep zijn. Verzeker uzelf ervan dat dit is wat u wilt, "
+"aangezien er geen mogelijkheid voor GOsa is om deze gegevens terug te halen."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:398
-#: plugins/admin/fai/faiPackageNew.tpl:65 plugins/admin/users/template.tpl:44
-#: ihtml/themes/altlinux/setup_introduction.tpl:12
-#: ihtml/themes/altlinux/setup_useradmin.tpl:41
-#: ihtml/themes/altlinux/setup_step2.tpl:13
-#: ihtml/themes/altlinux/setup_step3.tpl:18
-#: ihtml/themes/default/setup_introduction.tpl:12
-#: ihtml/themes/default/setup_useradmin.tpl:41
-#: ihtml/themes/default/setup_step2.tpl:13
-#: ihtml/themes/default/setup_step3.tpl:18
-msgid "Continue"
-msgstr "Doorgaan"
+#: plugins/admin/groups/application_options.tpl:1
+msgid "Application options"
+msgstr "Programma opties"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:434
-#: plugins/admin/departments/class_departmentManagement.inc:279
-msgid "Go to users home department"
-msgstr "Ga naar de afdeling van de gebruiker"
+#: plugins/admin/groups/class_groupMail.inc:158
+msgid "read"
+msgstr "lezen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-msgid "New profile"
-msgstr "Nieuw profiel"
+#: plugins/admin/groups/class_groupMail.inc:159
+msgid "post"
+msgstr "plaatsen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-msgid "P"
-msgstr "PR"
+#: plugins/admin/groups/class_groupMail.inc:160
+msgid "external post"
+msgstr "extern plaatsen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:444
-msgid "New partition table"
-msgstr "Nieuwe partitietabel"
+#: plugins/admin/groups/class_groupMail.inc:161
+msgid "append"
+msgstr "toevoegen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:444
-msgid "PT"
-msgstr "PT"
+#: plugins/admin/groups/class_groupMail.inc:162
+msgid "write"
+msgstr "schrijven"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-msgid "New scripts"
-msgstr "Nieuwe scripts"
+#: plugins/admin/groups/class_groupMail.inc:187
+msgid "This 'dn' has no valid mail extensions."
+msgstr "Deze 'dn' heeft geen geldige E-mail mogelijkheden."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-msgid "S"
-msgstr "SC"
+#: plugins/admin/groups/class_groupMail.inc:252
+msgid "You're trying to add an invalid email address "
+msgstr "U probeert een ongeldig E-mail adres toe te voegen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-msgid "New hooks"
-msgstr "Nieuwe inhakers"
+#: plugins/admin/groups/class_groupMail.inc:253
+msgid "to the list of forwarders."
+msgstr "aan de lijst met doorstuur adressen."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-msgid "H"
-msgstr "H"
+#: plugins/admin/groups/class_groupMail.inc:622
+msgid "Please enter a valid email addres in 'Primary address' field."
+msgstr "Geef a.u.b. een geldig email adres op in het 'Primair adres' veld."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:453
-msgid "New variables"
-msgstr "Nieuwe variabelen"
+#: plugins/admin/groups/class_groupMail.inc:655
+msgid ""
+"Please choose valid permission settings. Default permission can't be emtpy."
+msgstr ""
+"Kies a.u.b. geldige permissie instellingen. Standaard permissies kunnen niet "
+"leeg zijn."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:453
-msgid "V"
-msgstr "V"
+#: plugins/admin/groups/class_groupMail.inc:659
+msgid "Please select a valid mail server."
+msgstr "Selecteer a.u.b. een geldig mailserver"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-msgid "New templates"
-msgstr "Nieuwe sjablonen"
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Object"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-msgid "T"
-msgstr "SJ"
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+msgid "Choose"
+msgstr "Kies"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:459
-msgid "New package list"
-msgstr "Nieuwe pakketlijst"
+#: plugins/admin/groups/acl.tpl:17
+msgid "Apply this acl only for users own entries"
+msgstr "Pas toegangsbeheer alleen toe op gegevens van de gebruiker zelf"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:459
-msgid "PK"
-msgstr "PK"
+#: plugins/admin/groups/application.tpl:4
+msgid "Used applications"
+msgstr "Gebruikte programma's"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:473
-#: plugins/admin/systems/class_systemManagement.inc:592
-msgid "This table displays all systems, in the selected tree."
-msgstr "Deze tabel toont alle systemen in de geselecteerde tree"
+#: plugins/admin/groups/application.tpl:7
+#, fuzzy
+msgid "Add category"
+msgstr "Categorie"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:477
-msgid "Name of FAI class"
-msgstr "Naam van de FAI klasse"
+#: plugins/admin/groups/application.tpl:12
+msgid "Available applications"
+msgstr "Beschikbare programma's"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:478
-msgid "Class type"
-msgstr "Klasse type"
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Selecteer de toe te voegen gebruikers"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:482
-msgid "Edit class"
-msgstr "Bewerk klasse"
+#: plugins/admin/groups/group_objects.tpl:29
+msgid "Display users of department"
+msgstr "Toon gebruikers van afdeling"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:483
-msgid "Delete class"
-msgstr "Verwijder klasse"
+#: plugins/admin/groups/group_objects.tpl:39
+#: plugins/admin/users/headpage.tpl:49
+msgid "Regular expression for matching user names"
+msgstr "Reguliere expressie voor overeenkomende gebruikersnamen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:503
-#: plugins/admin/groups/class_groupApplication.inc:371
-#: plugins/admin/departments/class_departmentManagement.inc:315
-msgid "department"
-msgstr "afdeling"
+#: plugins/admin/groups/class_groupAcl.inc:58
+msgid "This 'dn' is no acl container."
+msgstr "Deze 'dn' bevat geen toegangsbeheer."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:525
-#: plugins/admin/fai/class_faiManagement.inc:526
-#: plugins/admin/fai/class_faiProfile.inc:161
-#: plugins/admin/fai/class_faiProfileEntry.inc:123
-msgid "Partition table"
-msgstr "Partitietabel"
+#: plugins/admin/groups/class_groupAcl.inc:203
+msgid "All fields are writeable"
+msgstr "Alle velden zijn aanpasbaar"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:532
-#: plugins/admin/fai/class_faiManagement.inc:533
-msgid "Package list"
-msgstr "Pakketlijst"
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
+msgid "Group name"
+msgstr "Groepnaam"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:539
-#: plugins/admin/fai/class_faiManagement.inc:540
-msgid "Scripts"
-msgstr "Scripts"
+#: plugins/admin/groups/generic.tpl:9
+msgid "Posix name of the group"
+msgstr "POSIX naam van de groep"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:560
-#: plugins/admin/fai/class_faiManagement.inc:561
-msgid "Profile"
-msgstr "Profiel"
+#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
+msgid "Descriptive text for this group"
+msgstr "Omschrijving voor deze groep"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
-msgid "Please enter your search string here"
-msgstr "Geef hier uw zoekwaarde op"
+#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
+msgid "Choose subtree to place group in"
+msgstr "Selecteer de subtree waaronder deze groep geplaatst wordt"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
-msgid ""
-"This list displays all assigned package names for this repository settings."
+#: plugins/admin/groups/generic.tpl:36
+msgid "Normally IDs are autogenerated, select to specify manually"
 msgstr ""
 msgstr ""
-"Deze lijst toont alle toegekende pakketnamen voor deze verzamelplaats "
-"instellingen."
+"Normaliter worden IDs automatisch gegenereerd. Selecteer om handmatig te "
+"specificeren"
 
 
-#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
-msgid "Fully Automatic Installation"
-msgstr "Fully Automatic Installation"
+#: plugins/admin/groups/generic.tpl:36
+msgid "Force GID"
+msgstr "Forceer GID"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
-#: plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/class_faiProfileEntry.inc:154
-#: plugins/admin/fai/faiHook.tpl:32
-msgid "Objects"
-msgstr "Objecten"
+#: plugins/admin/groups/generic.tpl:38
+msgid "Forced ID number"
+msgstr "Geforceerd ID nummer"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
-msgid "Discs"
-msgstr "Schijven"
+#: plugins/admin/groups/generic.tpl:45
+msgid "Select to create a samba conform group"
+msgstr "Selecteer om een samba conforme groep te maken"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
-msgstr "Kies een te bewerken of verwijderen hardeschijf"
+#: plugins/admin/groups/generic.tpl:50
+msgid "in domain"
+msgstr "in domein"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
-msgstr "Lijst met FAI objecten (Fully Automatic Installation)"
+#: plugins/admin/groups/generic.tpl:67
+msgid "Members are in a phone pickup group"
+msgstr "Leden zitten in een telefoon beantwoordgroep"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:27
-msgid ""
-"This menu allows you to select FAI class names and to add them to the "
-"currently edited profile."
-msgstr ""
-"Dit menu maakt het mogelijk ok FAI klassenamen te selecteren en deze toe te "
-"voegen aan het profiel dat op dit moment bewerkt wordt."
+#: plugins/admin/groups/generic.tpl:80
+msgid "Members are in a nagios group"
+msgstr "Leden zitten in een systeeminformatie groep (Nagios)"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:40
-msgid "Show only classes with templates"
-msgstr "Toon alleen klassen met sjablonen"
+#: plugins/admin/groups/generic.tpl:96
+msgid "Group members"
+msgstr "Groepsleden"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:42
-msgid "Show only classes with scripts"
-msgstr "Toon alleen klassen met scripts"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Map beheerders"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:44
-msgid "Show only classes with hooks"
-msgstr "Toon alleen klassen met inhakers"
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Selecteer een specifieke afdeling"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:46
-msgid "Show only classes with variables"
-msgstr "Toon alleen klassen met variabelen"
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Toon adressen van afdeling"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:48
-msgid "Show only classes with packages"
-msgstr "Toon alleen klassen met pakketten"
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Toon overeenkomende adressen"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:50
-msgid "Show only classes with partitions"
-msgstr "Toon alleen klassen met partities"
+#: plugins/admin/groups/class_groupApplication.inc:299
+msgid "This 'dn' is no appgroup."
+msgstr "Deze 'dn' is geen programmagroep"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiProfileEntry.tpl:56
-#: plugins/admin/fai/faiPackageEntry.tpl:48 plugins/admin/fai/headpage.tpl:47
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects matching"
-msgstr "Toon overeenkomende objecten"
+#: plugins/admin/groups/class_groupApplication.inc:307
+msgid "Remove applications"
+msgstr "Programma's verwijderen"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:60
-#: plugins/admin/fai/faiPackageEntry.tpl:53 plugins/admin/fai/headpage.tpl:51
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Regular expression for matching object names"
-msgstr "Reguliere expressie voor overeenkomende objectnamen"
+#: plugins/admin/groups/class_groupApplication.inc:308
+msgid ""
+"This group has application features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Deze groep heeft programma mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-msgid "Package"
-msgstr "Pakket"
+#: plugins/admin/groups/class_groupApplication.inc:310
+msgid "Create applications"
+msgstr "Programma's aanmaken"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:51
-#: plugins/admin/fai/class_faiHookEntry.inc:54
-msgid "Please select a valid file."
-msgstr "Selecteer a.u.b. een geldig bestand."
+#: plugins/admin/groups/class_groupApplication.inc:311
+msgid ""
+"This group has application features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Deze groep heeft programma mogelijkheden uitgeschakeld. U kunt deze "
+"inschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:54
-#: plugins/admin/fai/class_faiHookEntry.inc:57
-msgid "Selected file is empty."
-msgstr "Het opgegeven bestand is leeg."
+#: plugins/admin/groups/class_groupApplication.inc:323
+#, fuzzy
+msgid "Invalid character in category name."
+msgstr "Het veld 'uid' bevat ongeldige karakters."
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:99
-#: plugins/admin/fai/class_faiVariableEntry.inc:86
-#: plugins/admin/fai/class_faiHookEntry.inc:112
-#: plugins/admin/fai/class_faiTemplateEntry.inc:164
-msgid "Please enter a name."
-msgstr "Kies a.u.b. een naam."
+#: plugins/admin/groups/class_groupApplication.inc:331
+#, fuzzy
+msgid "The specified category already exists."
+msgstr "De opgegeven cn '%s' bestaat al."
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:103
-msgid "Please enter a script."
-msgstr "Geef a.u.b. een scripts op."
+#: plugins/admin/groups/class_groupApplication.inc:372
+msgid "The selected application name is not uniq. Please check your LDAP."
+msgstr ""
+"De geselecteerde programma naam is niet uniek. Controleeer uw LDAP database."
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
-msgid "List of assigned variables"
-msgstr "Lijst met toegekende variabelen"
+#: plugins/admin/groups/class_groupApplication.inc:408
+msgid "The selected application has no options."
+msgstr "Het geselecteerde programma heeft geen opties."
 
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
-msgstr "Kies een te bewerken of verwijderen variabele"
+#: plugins/admin/groups/class_groupApplication.inc:501
+#: plugins/admin/departments/class_departmentManagement.inc:315
+#: plugins/admin/fai/class_faiManagement.inc:503
+msgid "department"
+msgstr "afdeling"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:386
-#: plugins/admin/users/class_userManagement.inc:691
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_ogroupManagement.inc:392
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
-msgstr "Eigenschappen"
+#: plugins/admin/groups/class_groupApplication.inc:509
+msgid "application"
+msgstr "programma"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-msgid "Script attributes"
-msgstr "Script attributen"
+#: plugins/admin/groups/class_groupApplication.inc:550
+#: plugins/admin/groups/class_groupApplication.inc:586
+#, fuzzy
+msgid "Delete entry"
+msgstr "Verwijder deze invoer"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
-msgid "Choose a priority"
-msgstr "Kies een prioriteit"
+#: plugins/admin/groups/class_groupApplication.inc:554
+#: plugins/admin/groups/class_groupApplication.inc:584
+msgid "Move up"
+msgstr ""
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
-msgid "Import script"
-msgstr "Importeer script"
+#: plugins/admin/groups/class_groupApplication.inc:555
+#: plugins/admin/groups/class_groupApplication.inc:585
+#, fuzzy
+msgid "Move down"
+msgstr "omlaag"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:150
-msgid "There is no useable package list defined."
-msgstr "Er is geen bruikbare pakketlijst gedefinieerd."
+#: plugins/admin/groups/class_groupApplication.inc:582
+#, fuzzy
+msgid "Insert seperator"
+msgstr "Scheidingsteken"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:295
-#, php-format
-msgid "Can't read configuration folder '%s'."
-msgstr "Kan configuratie directory '%s' niet lezen."
+#: plugins/admin/users/password.tpl:2
+msgid ""
+"To change the user password use the fields below. The changes take effect "
+"immediately. Please memorize the new password, because the user wouldn't be "
+"able to login without it."
+msgstr ""
+"Gebruik de velden hieronder om het gebruikers wachtwoord te veranderen. De "
+"veranderingen worden onmiddelijk doorgevoerd. Onthoud het nieuwe wachtwoord "
+"a.u.b. aangezien de gebruiker niet in kan loggen zonder dit wachtwoord."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:377
-msgid "Please select a least one Package."
-msgstr "Selecteer a.u.b. tenminste een pakket."
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
+msgstr "Een nieuwe gebruiker aanmaken m.b.v. een sjabloon"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:381
-msgid "Please choose a valid combination for your repository setup."
+#: plugins/admin/users/template.tpl:6
+msgid ""
+"Creating a new user can be assisted by using templates. Many database "
+"records will be filled automatically. Choose 'none' to skip the usage of "
+"templates."
 msgstr ""
 msgstr ""
-"Kies a.u.b. een geldige combinatie voor uw verzamelplaats instellingen."
+"Het aanmaken van een nieuwe gebruiker kan m.b.v. sjablonen gebeuren. Veel "
+"database records zullen dan automatisch gevuld worden. Kies 'geen' om het "
+"gebruik van sjablonen over te slaan."
+
+#: plugins/admin/users/template.tpl:11
+#: plugins/admin/users/class_userManagement.inc:1028
+#: plugins/admin/systems/class_systemManagement.inc:705
+msgid "Template"
+msgstr "Sjabloon"
+
+#: plugins/admin/users/template.tpl:44
+#: plugins/admin/fai/class_faiManagement.inc:398
+#: plugins/admin/fai/faiPackageNew.tpl:65
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+msgid "Continue"
+msgstr "Doorgaan"
+
+#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
+msgid "User administration"
+msgstr "Gebruikersbeheer"
+
+#: plugins/admin/users/class_userManagement.inc:25
+#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
+#: html/getxls.php:243
+msgid "Users"
+msgstr "Gebruikers"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:402
-msgid "package is configured"
-msgstr "pakket is geconfigureerd"
+#: plugins/admin/users/class_userManagement.inc:247
+#: plugins/admin/users/class_userManagement.inc:317
+msgid "You are not allowed to set this users password!"
+msgstr ""
+"U heeft geen toestemming om het wachtwoord van deze gebruiker veranderen!"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:426
+#: plugins/admin/users/class_userManagement.inc:353
 #, php-format
 #, php-format
-msgid "Package file '%s' does not exist."
-msgstr "Pakketbestand '%s' bestaat niet."
+msgid "You're about to delete the user %s."
+msgstr "U staat op het punt gebruiker %s te verwijderen."
 
 
-#: plugins/admin/fai/faiPackage.tpl:29
-msgid "Repository"
-msgstr "Verzamelplaats"
+#: plugins/admin/users/class_userManagement.inc:359
+#: plugins/admin/users/class_userManagement.inc:387
+msgid "You are not allowed to delete this user!"
+msgstr "U heeft geen toestemming om deze gebruiker te verwijderen!"
 
 
-#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
-msgid "Release"
-msgstr "Distributie versie"
+#: plugins/admin/users/class_userManagement.inc:488
+#: plugins/admin/systems/class_workstationStartup.inc:49
+#: plugins/admin/ogroups/class_ogroup.inc:240
+msgid "none"
+msgstr "geen"
 
 
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:313
-msgid "Section"
-msgstr "Sectie"
+#: plugins/admin/users/class_userManagement.inc:559
+msgid "A person with the choosen name is already used in this tree."
+msgstr "Er bestaat al een persoon met deze naam in deze tree."
 
 
-#: plugins/admin/fai/faiPackage.tpl:50
-msgid "Mirror"
-msgstr "Mirror"
+#: plugins/admin/users/class_userManagement.inc:674
+msgid "Create new user"
+msgstr "Maak nieuwe gebruiker aan"
 
 
-#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
-msgid "mirror"
-msgstr "mirror"
+#: plugins/admin/users/class_userManagement.inc:674
+msgid "New user"
+msgstr "Nieuwe gebruiker"
 
 
-#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
-#: plugins/admin/systems/workstationStartup.tpl:41
-msgid "set"
-msgstr "stel in"
+#: plugins/admin/users/class_userManagement.inc:675
+msgid "Create new template"
+msgstr "Maak nieuw sjabloon"
 
 
-#: plugins/admin/fai/faiPackage.tpl:68
-msgid "Used packages"
-msgstr "Gebruikte pakketten"
+#: plugins/admin/users/class_userManagement.inc:675
+msgid "New template"
+msgstr "Nieuw sjabloon"
 
 
-#: plugins/admin/fai/faiPackage.tpl:70
-msgid "Choosen packages"
-msgstr "Gekozen pakketten"
+#: plugins/admin/users/class_userManagement.inc:682
+msgid "password"
+msgstr "wachtwoord"
 
 
-#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
-msgid "Configure"
-msgstr "Instellen"
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
+#: ihtml/themes/default/setup_useradmin.tpl:22
+msgid "Username"
+msgstr "Gebruikersnaam"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:145
-#: plugins/admin/fai/class_faiProfileEntry.inc:151
-msgid "This list displays all assigned class names for this profile."
-msgstr "Deze lijst toont alle toegekende klassenamen voor dit profiel."
+#: plugins/admin/users/class_userManagement.inc:695
+msgid "This table displays all users, in the selected tree."
+msgstr "Deze tabel geeft alle gebruikers in de geselecteerde tree weer"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:153
-msgid "Append new class names"
-msgstr "Voeg nieuwe klassenamen toe"
+#: plugins/admin/users/class_userManagement.inc:726
+msgid "GOsa"
+msgstr "GOsa"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:156
-#: plugins/admin/fai/class_faiProfileEntry.inc:118
-msgid "Hook bundle"
-msgstr "Inhakers bundel"
+#: plugins/admin/users/class_userManagement.inc:727
+msgid "Edit generic properties"
+msgstr "Bewerk algemene eigenschappen"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:157
-#: plugins/admin/fai/class_faiProfileEntry.inc:119
-msgid "Template bundle"
-msgstr "Sjabloon bundel"
+#: plugins/admin/users/class_userManagement.inc:729
+msgid "Edit UNIX properties"
+msgstr "Bewerk UNIX eigenschappen"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:158
-#: plugins/admin/fai/class_faiProfileEntry.inc:120
-msgid "Script bundle"
-msgstr "Script bundel"
+#: plugins/admin/users/class_userManagement.inc:731
+msgid "Edit environment properties"
+msgstr "Bewerk omgeving eigenschappen"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:159
-#: plugins/admin/fai/class_faiProfileEntry.inc:121
-msgid "Variable bundle"
-msgstr "Variabele bundel"
+#: plugins/admin/users/class_userManagement.inc:733
+msgid "Edit mail properties"
+msgstr "Bewerk E-mail eigenschappen"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:160
-msgid "Packages bundle"
-msgstr "Pakketbundel"
+#: plugins/admin/users/class_userManagement.inc:735
+msgid "Edit phone properties"
+msgstr "Bewerk telefoon eigenschappen"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:163
-msgid "Remove class from profile"
-msgstr "Verwijder klasse uit profiel"
+#: plugins/admin/users/class_userManagement.inc:737
+msgid "Edit fax properies"
+msgstr "Bewerk Fax eigenschappen"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:226
-msgid "Please assign at least one class to this  profile."
-msgstr "Ken a.u.b. tenminste een klasse toe aan dit profiel."
+#: plugins/admin/users/class_userManagement.inc:739
+msgid "Edit samba properties"
+msgstr "Bewerk Samba eigenschappen"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:230
-msgid "Please enter a valid name."
-msgstr "Geef a.u.b. een geldige naam op"
+#: plugins/admin/users/class_userManagement.inc:740
+msgid "Create user from template"
+msgstr "Maak gebruiker aan vanuit sjabloon"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:238
-msgid "There is already a profile with this class name defined."
-msgstr "Er bestaat al een profiel met deze klassenaam."
+#: plugins/admin/users/class_userManagement.inc:741
+msgid "Create user with this template"
+msgstr "Maak gebruiker aan met dit sjabloon"
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
-msgid "FAI classes"
-msgstr "FAI klassen"
+#: plugins/admin/users/class_userManagement.inc:800
+msgid "Online"
+msgstr "Online"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
-msgid "FS type"
-msgstr "FS type"
+#: plugins/admin/users/class_userManagement.inc:807
+msgid "Offline"
+msgstr "Offline"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
-msgid "Mount point"
-msgstr "Koppelpunt"
+#: plugins/admin/users/remove.tpl:6
+msgid ""
+"This includes all account data, system access rules, imap settings, etc. for "
+"this user. Please double check if your really want to do this since there is "
+"no way for GOsa to get your data back."
+msgstr ""
+"Dit omvat alle account gegevens, systeem toegangsregels, imap instellingen "
+"etc. voor deze gebruiker. Verzeker uzelf hiervan, aangezien er geen "
+"mogelijkheid voor GOsa is om deze informatie terug te halen."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
-msgid "Size in MB"
-msgstr "Grootte in MB"
+#: plugins/admin/users/headpage.tpl:6
+msgid "List of users"
+msgstr "Lijst met gebruikers"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
-msgid "Mount options"
-msgstr "Koppelopties"
+#: plugins/admin/users/headpage.tpl:24
+msgid ""
+"This menu allows you to create, edit and delete selected users. Having a "
+"great number of users, you may want to use the range selectors on top of the "
+"user list."
+msgstr ""
+"Dit menu maakt het mogelijk om geselecteerde gebruikers toe te voegen, "
+"bewerken of verwijderen. Indien u veel gebruikers heeft, dan is het aan te "
+"raden de selectie mogelijkheden te gebruiken."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
-msgid "FS option"
-msgstr "FS opties"
+#: plugins/admin/users/headpage.tpl:38
+msgid "Select to see template pseudo users"
+msgstr "Selecteer om sjabloon pseudo gebruikers te zien"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
-msgid "Preserve"
-msgstr "Bewaar"
+#: plugins/admin/users/headpage.tpl:38 plugins/admin/fai/headpage.tpl:37
+msgid "Show templates"
+msgstr "Toon sjablonen"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
-#, php-format
-msgid "please enter a unique mount point for partition %s"
-msgstr "Geef a.u.b. een uniek koppelpunt op voor partitie %s"
+#: plugins/admin/users/headpage.tpl:39
+msgid "Select to see users that have only a GOsa object"
+msgstr "Selecteer om gebruikers te zien die alleen een GOsa LDAP object hebben"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
-#, php-format
-msgid "Please enter a valid mount point for partition %s."
-msgstr "Geef a.u.b. een geldig koppelpunt op voor partitie %s."
+#: plugins/admin/users/headpage.tpl:39
+msgid "Show functional users"
+msgstr "Toon functionele gebruikers"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
-#, php-format
-msgid ""
-"File system type 'swap' is already used, change file system type for "
-"partition %s."
-msgstr ""
-"Bestandssysteem type 'swap' wordt al gebruikt. Verander bestandssysteem type "
-"voor partitie %s."
+#: plugins/admin/users/headpage.tpl:40
+msgid "Select to see users that have posix settings"
+msgstr "Selecteer om gebruikers te zien die POSIX instellingen hebben"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
-msgstr ""
-"Gebruik a.u.b. 'swap' als koppelpunt indien 'swap' gebruikt wordt als fs-"
-"type."
+#: plugins/admin/users/headpage.tpl:40
+msgid "Show unix users"
+msgstr "Toon Unix gebruikers"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
-#, php-format
-msgid "Please enter a valid partition size for partition %s."
-msgstr "Geef a.u.b. een geldige partitie grootte op voor partitie %s."
+#: plugins/admin/users/headpage.tpl:41
+msgid "Select to see users that have mail settings"
+msgstr "Selecteer om gebruikers te zien die E-mail instellingen hebben"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
-#, php-format
-msgid "Please enter a valid range for partition %s."
-msgstr "Geef a.u.b. een geldig bereik op voor partitie %s."
+#: plugins/admin/users/headpage.tpl:41
+msgid "Show mail users"
+msgstr "Toon E-mail gebruikers"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
-#, php-format
-msgid "Please enter a range for partition size for partition %s."
-msgstr "Geef a.u.b. een bereik op voor de partitie grootte van partitie %s."
+#: plugins/admin/users/headpage.tpl:42
+msgid "Select to see users that have samba settings"
+msgstr "Selecteer om gebruikers te zien die Samba instellingen hebben"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-msgid "Device"
-msgstr "Apparaat"
+#: plugins/admin/users/headpage.tpl:42
+msgid "Show samba users"
+msgstr "Toon Samba gebruikers"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
-msgid "Partition entries"
-msgstr "Partitie regels"
+#: plugins/admin/users/headpage.tpl:43
+msgid "Select to see users that have proxy settings"
+msgstr "Selecteer om gebruikers te zien die Proxy instellingen hebben"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
-msgid "Add partition"
-msgstr "Partitie toevoegen"
+#: plugins/admin/users/headpage.tpl:43
+msgid "Show proxy users"
+msgstr "Toon Proxy gebruikers"
 
 
-#: plugins/admin/fai/faiScript.tpl:34
-msgid "List of scripts"
-msgstr "Lijst met scripts"
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+#: plugins/admin/applications/class_applicationManagement.inc:357
+msgid "Application name"
+msgstr "Programmanaam"
 
 
-#: plugins/admin/fai/faiScript.tpl:40
-msgid "Choose a script to delete or edit"
-msgstr "Selecteer een te bewerken of verwijderen script"
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
+msgid "Display name"
+msgstr "Getoonde naam"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:2
-msgid "Repository settings"
-msgstr "Verzamelplaats instellingen"
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr "Te tonen programma naam (bv. onder iconen)"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:6
-msgid ""
-"To add packages to your package list you have to setup the repository "
-"settings first."
-msgstr ""
-"U dient eerst de verzamelplaats in te stellen om pakketten aan uw "
-"pakketlijst toe te voegen."
+#: plugins/admin/applications/generic.tpl:17
+#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
+#: plugins/admin/systems/workstation.tpl:88
+#: plugins/admin/ogroups/termgroup.tpl:13
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+msgid "Execute"
+msgstr "Commando"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:8
-msgid ""
-"Packages are usually stored on different servers called mirrors. These "
-"mirrors have different types of releases (for example woody/sarge/etch), "
-"which finally contain packages sorted by section."
-msgstr ""
-"Pakketten worden normaliter op verschillende servers geplaatst, die mirrors "
-"genoemd worden. Deze mirrors hebben verschillende distributie versies "
-"(bijvoorbeeld woody/sarge/etch), welke pakketten gesorteerd op sectie "
-"bevatten."
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr "Directory en/of bestandsnaam van het programma"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:11
-msgid ""
-"Section and release can't be changed in future dialogs, but the mirror can "
-"be changed by editing the entry."
-msgstr ""
-"Sectie en distributie versie kunnen niet veranderd worden in de komende "
-"dialoogvensters, maar de mirror kan veranderd worden door de invoer te "
-"bewerken."
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
+msgstr "Selecteer de subtree waaronder het programma geplaatst zal worden."
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:17
-msgid ""
-"First select the preferred release, then the section and finally the mirror."
-msgstr ""
-"Selecteer eerste de gewenste distributie versie, daarna de sectie en "
-"tenslotte de mirror."
+#: plugins/admin/applications/generic.tpl:48
+msgid "Icon"
+msgstr "Icoon"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:25
-msgid "Following releases are available"
-msgstr "De volgende distributie versies zijn beschikbaar"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Update"
+msgstr "Bijwerken"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:37
-msgid "Sections for this release"
-msgstr "Secties voor deze versie"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Reload picture from LDAP"
+msgstr "Herlaad plaatje vanuit LDAP"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:48
-msgid "Matching mirrors"
-msgstr "Overeenkomende mirrors"
+#: plugins/admin/applications/generic.tpl:70
+msgid "Only executable for members"
+msgstr "Alleen uitvoerbaar voor groepsleden"
 
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:82
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Geef a.u.b. een waarde op voor het atribuut 'inhoud'."
+#: plugins/admin/applications/generic.tpl:72
+msgid "Replace user configuration on startup"
+msgstr "Vervang gebruikers configuratie bij opstarten"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-msgid "Variable attributes"
-msgstr "Variabele attributen"
+#: plugins/admin/applications/generic.tpl:76
+msgid "Place icon on members desktop"
+msgstr "Plaats icoon op de desktop van groepsleden"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-msgid "Variable content"
-msgstr "Variabele inhoud"
+#: plugins/admin/applications/generic.tpl:79
+msgid "Place entry in members startmenu"
+msgstr "Plaats programma in het startmenu van groepsleden"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:31
-msgid "List of template files"
-msgstr "Lijst met sjabloonbestanden"
+#: plugins/admin/applications/generic.tpl:82
+#, fuzzy
+msgid "Place entry in members launch bar"
+msgstr "Plaats programma in het startmenu van groepsleden"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:37
-msgid "Choose a template to delete or edit"
-msgstr "Selecteer een te bewerken of verwijderen sjabloon"
+#: plugins/admin/applications/generic.tpl:95
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+msgid "Upload"
+msgstr "Uploaden"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-msgid "List of available packages"
-msgstr "Lijst met beschikbare pakketten"
+#: plugins/admin/applications/class_applicationParameters.inc:50
+msgid "Remove options"
+msgstr "Opties verwijderen"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:26
-msgid ""
-"This menu allows you to select multiple packages to add them to the "
-"currently edited package list."
+#: plugins/admin/applications/class_applicationParameters.inc:51
+msgid "This application has options. You can disable them by clicking below."
 msgstr ""
 msgstr ""
-"Dit menu maakt het mogelijk om meerdere pakketten toe te voegen aan de op "
-"dit moment bewerkte pakketlijst."
+"Dit programma heeft opties ingeschakeld. U kunt deze uitschakelen door de "
+"knop hieronder te gebruiken."
 
 
-#: plugins/admin/fai/remove.tpl:7
+#: plugins/admin/applications/class_applicationParameters.inc:53
+msgid "Create options"
+msgstr "Opties aanmaken"
+
+#: plugins/admin/applications/class_applicationParameters.inc:54
 msgid ""
 msgid ""
-"This includes 'all' object information. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
+"This application has options disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"Dit omvat 'alle' object informatie. Verzeker uzelf hiervan, aangezien er "
-"geen manier is voor GOsa om deze gegevens terug te halen."
+"Dit programma heeft opties uitgeschakeld. U kunt deze inschakelen door de "
+"knop hieronder te gebruiken."
+
+#: plugins/admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "Variabele"
+
+#: plugins/admin/applications/class_applicationParameters.inc:91
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "Standaard waarde"
+
+#: plugins/admin/applications/class_applicationParameters.inc:102
+msgid "Add option"
+msgstr "Optie toevoegen"
+
+#: plugins/admin/applications/class_applicationParameters.inc:154
+#, php-format
+msgid "Value '%s' specified as option name is not valid."
+msgstr "Waarde '%s' die opgegeven is als optienaam is niet geldig."
 
 
-#: plugins/admin/fai/remove.tpl:11 plugins/admin/departments/remove.tpl:10
-#: plugins/admin/systems/remove.tpl:10 plugins/gofon/conference/remove.tpl:10
+#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
 msgid ""
 msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your LDAP tree in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
+"This may be used by several groups. Please double check if your really want "
+"to do this since there is no way for GOsa to get your data back."
 msgstr ""
 msgstr ""
-"Het is aan te raden de huidige inhoud van uw LDAP database op te slaan "
-"alvorens u doorgaat. Indien u dat gedaan heeft drukt u op 'Verwijderen' om "
-"door te gaan of op 'Annuleren' om te annuleren."
+"Dit kan gebruikt worden door meerdere groepen. Verzeker uzelf ervan dat dit "
+"is wat u wil, aangezien er geen mogelijkheid voor GOsa is om uw date terug "
+"te halen."
 
 
-#: plugins/admin/fai/headpage.tpl:6
-msgid "List of FAI classes"
-msgstr "Lijst met FAI klassen"
+#: plugins/admin/applications/headpage.tpl:6
+msgid "List of applications"
+msgstr "Lijst met programma's"
 
 
-#: plugins/admin/fai/headpage.tpl:24
-msgid "This menu allows you to create, delete and edit FAI classes."
+#: plugins/admin/applications/headpage.tpl:24
+msgid ""
+"This menu allows you to add, edit and remove selected applications. You may "
+"want to use the range selector on top of the application listbox, when "
+"working with a large number of applications."
 msgstr ""
 msgstr ""
-"Dit menu maakt het mogelijk om FAI klassen aan te maken, bewerken en "
-"verwijderen."
+"Dit menu maakt het mogelijk om geselecteerde programma's toe te voegen, "
+"bewerken of verwijderen. Indien u veel programma's heeft is het aan te raden "
+"de selectie mogelijkheden te gebruiken."
 
 
-#: plugins/admin/fai/headpage.tpl:36
-msgid "Show profiles"
-msgstr "Toon profielen"
+#: plugins/admin/applications/headpage.tpl:38
+msgid "Display applications matching"
+msgstr "Toon overeenkomende programma's"
 
 
-#: plugins/admin/fai/headpage.tpl:37 plugins/admin/users/headpage.tpl:38
-msgid "Show templates"
-msgstr "Toon sjablonen"
+#: plugins/admin/applications/headpage.tpl:41
+msgid "Regular expression for matching application names"
+msgstr "Reguliere expressie voor overeenkomende programma namen"
 
 
-#: plugins/admin/fai/headpage.tpl:38
-msgid "Show scripts"
-msgstr "Toon scripts"
+#: plugins/admin/applications/main.inc:38
+#: plugins/admin/applications/main.inc:40
+msgid "Application management"
+msgstr "Programma beheer"
 
 
-#: plugins/admin/fai/headpage.tpl:39
-msgid "Show hooks"
-msgstr "Toon inhakers"
+#: plugins/admin/applications/class_applicationManagement.inc:250
+#, php-format
+msgid "You're about to delete the application '%s'."
+msgstr "U staat op het punt de programma '%s' te verwijderen."
 
 
-#: plugins/admin/fai/headpage.tpl:40
-msgid "Show variables"
-msgstr "Toon variabelen"
+#: plugins/admin/applications/class_applicationManagement.inc:256
+#: plugins/admin/applications/class_applicationManagement.inc:282
+msgid "You are not allowed to delete this application!"
+msgstr "U heeft geen toestemming dit programma te verwijderen"
 
 
-#: plugins/admin/fai/headpage.tpl:41
-msgid "Show packages"
-msgstr "Toon pakketten"
+#: plugins/admin/applications/class_applicationManagement.inc:330
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+msgid "new"
+msgstr "nieuw"
+
+#: plugins/admin/applications/class_applicationManagement.inc:330
+msgid "Create new application"
+msgstr "Nieuw programma aanmaken"
 
 
-#: plugins/admin/fai/headpage.tpl:42
-msgid "Show partitions"
-msgstr "Toon partities"
+#: plugins/admin/applications/class_applicationGeneric.inc:86
+msgid "no example"
+msgstr "geen voorbeeld"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:226
-#: plugins/admin/fai/class_faiPartitionTable.inc:232
-#, php-format
-msgid "%s partition"
-msgstr "%s partitie"
+#: plugins/admin/applications/class_applicationGeneric.inc:106
+msgid "This 'dn' is no application."
+msgstr "Deze 'dn' is geen programma."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:228
-#: plugins/admin/fai/class_faiPartitionTable.inc:234
-#, php-format
-msgid "%s partition(s)"
-msgstr "%s partitie(s)"
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+msgid "The specified picture has not been uploaded correctly."
+msgstr "Het opgegeven plaatje is niet correct ge-upload"
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:108
-msgid "Please enter a value for script."
-msgstr "Geef a.u.b. een waarde voor script op"
+#: plugins/admin/applications/class_applicationGeneric.inc:306
+msgid "You have no permissions to create a application on this 'Base'."
+msgstr ""
+"U heeft geen toestemming een programma aan te maken onder deze 'Basis'."
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:122
-msgid "Package bundle"
-msgstr "Pakket bundel"
+#: plugins/admin/applications/class_applicationGeneric.inc:311
+msgid "Required field 'Name' is not filled."
+msgstr "Vereiste veld 'Naam' is leeg."
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:153
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-msgid "Class name"
-msgstr "Klassenaam"
+#: plugins/admin/applications/class_applicationGeneric.inc:315
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+msgstr "Ongeldig karakter in programmanaam. Alleen a-Z 0-9 zijn toegestaan."
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
-msgid "Hook attributes"
-msgstr "Inhakers atributen"
+#: plugins/admin/applications/class_applicationGeneric.inc:319
+msgid "Required field 'Execute' is not filled."
+msgstr "Vereist veld 'Uitvoeren' is leeg."
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:34
-msgid "Task"
-msgstr "Taak"
+#: plugins/admin/applications/class_applicationGeneric.inc:328
+msgid "There's already an application with this 'Name'."
+msgstr "Er is al een programma met deze 'Naam'."
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:36
-msgid "Choose an existing FAI task"
-msgstr "Kies een bestaande FAI taak"
+#: plugins/admin/departments/tabs_department.inc:30
+#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
+#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
+#: plugins/admin/fai/tabsTemplate.inc:30 plugins/admin/fai/tabsProfile.inc:30
+#: plugins/admin/fai/tabsScript.inc:30
+msgid "Try to move tree failed. Destination tree is subtree of source tree."
+msgstr ""
+"Het verplaatsen van de tree is mislukt. Bestemmings-tree is een subtree van "
+"de bron-tree."
 
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
-#, php-format
-msgid "Debconf information for package '%s'"
-msgstr "Debconf informatie voor pakket '%s'"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Naam van de afdeling"
 
 
-#: plugins/admin/fai/class_askClassName.inc:71
-msgid "Create new FAI object - partition table."
-msgstr "Nieuw FAI object - partitie tabel aanmaken."
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Naam van de aan te maken subtree"
 
 
-#: plugins/admin/fai/class_askClassName.inc:72
-msgid "Create new FAI object - package bundle."
-msgstr "Nieuw FAI object - pakketbundel aanmaken."
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:56
+msgid "Descriptive text for department"
+msgstr "Omschrijving voor de afdeling"
 
 
-#: plugins/admin/fai/class_askClassName.inc:73
-msgid "Create new FAI object - script bundle."
-msgstr "Nieuw FAI object - scriptbundel aanmaken."
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Categorie"
 
 
-#: plugins/admin/fai/class_askClassName.inc:74
-msgid "Create new FAI object - variable bundle."
-msgstr "Nieuw FAI object - variabelebundel aanmaken."
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Categorie voor deze subtree"
 
 
-#: plugins/admin/fai/class_askClassName.inc:75
-msgid "Create new FAI object - hook bundle."
-msgstr "Nieuw FAI object - inhakerbundel aanmaken."
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:122
+msgid "Choose subtree to place department in"
+msgstr "Selecteer de subtree waaronder deze afdeling geplaatst wordt"
 
 
-#: plugins/admin/fai/class_askClassName.inc:76
-msgid "Create new FAI object - profile."
-msgstr "Nieuw FAI object - profiel aanmaken."
+#: plugins/admin/departments/generic.tpl:47
+msgid "State where this subtree is located"
+msgstr "Provincie waar deze subtree zich bevindt"
 
 
-#: plugins/admin/fai/class_askClassName.inc:77
-msgid "Create new FAI object - template."
-msgstr "Nieuw FAI object - sjabloon aanmaken."
+#: plugins/admin/departments/generic.tpl:51
+msgid "Location of this subtree"
+msgstr "Plaats van deze subtree"
 
 
-#: plugins/admin/fai/class_askClassName.inc:78
-msgid "Create new FAI object"
-msgstr "Nieuw FAI object aanmaken"
+#: plugins/admin/departments/generic.tpl:55
+msgid "Postal address of this subtree"
+msgstr "Post adres van deze subtree"
 
 
-#: plugins/admin/fai/class_askClassName.inc:131
-msgid "The given class name is empty."
-msgstr "De opgegeven klassenaam is leeg."
+#: plugins/admin/departments/generic.tpl:59
+msgid "Base telephone number of this subtree"
+msgstr "Basis telefoonnummer van deze subtree"
 
 
-#: plugins/admin/fai/class_askClassName.inc:135
-msgid "The specified class name is already in use for this object type."
-msgstr ""
-"De waarde die opgegeven is voor de klassenaam is al in gebruik voor dit "
-"objecttype."
+#: plugins/admin/departments/generic.tpl:63
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Basis Fax nummer van deze subtree"
 
 
-#: plugins/admin/fai/askClassName.tpl:6
+#: plugins/admin/departments/remove.tpl:6
+#: plugins/gofon/conference/remove.tpl:6
 msgid ""
 msgid ""
-"Adding a new class to the FAI management, requires a class name. You have to "
-"specify a unique class name for unique types of FAI classes, while you can "
-"use the same class name for different types of FAI classes. In the laste "
-"case, FAI will automatically enclose all these different class types to one "
-"unique class name."
+"This includes 'all' accounts, systems, etc. in this subtree. Please double "
+"check if your really want to do this since there is no way for GOsa to get "
+"your data back."
 msgstr ""
 msgstr ""
-"Het toevoegen van een nieuwe klasse aan FAI beheer, vereist een klassenaam. "
-"U dient een unieke klassenaam binnen een FAI klassetype te gebruiken. Het is "
-"mogelijk dezelfde klassenaam voor verschillende FAI klassetypes te "
-"gebruiken. In het laatste geval zal FAI automatisch alle verschillende "
-"klassetypes onderbrengen binnen een unieke klassenaam."
+"Dit omvat 'alle' accounts, systemen etc. in deze subtree. Verzeker uzelf er "
+"van dat dit is wat u wilt, aangezien er geen mogelijkheid voor GOsa is om "
+"deze gegevens terug te halen."
 
 
-#: plugins/admin/fai/askClassName.tpl:12
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/systems/remove.tpl:10
+#: plugins/admin/fai/remove.tpl:11 plugins/gofon/conference/remove.tpl:10
 msgid ""
 msgid ""
-"Please use one of the following methods to choose the name for the new FAI "
-"class."
+"Best thing to do before performing this action would be to save the current "
+"contents of your LDAP tree in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 msgstr ""
-"Gebruik a.u.b. een van de volgende methodes om de naam voor de nieuwe FAI "
-"klasse te kiezen."
+"Het is aan te raden de huidige inhoud van uw LDAP database op te slaan "
+"alvorens u doorgaat. Indien u dat gedaan heeft drukt u op 'Verwijderen' om "
+"door te gaan of op 'Annuleren' om te annuleren."
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr "Voer FAI klassenaam handmatig in"
+#: plugins/admin/departments/headpage.tpl:6
+msgid "List of departments"
+msgstr "Lijst met afdelingen"
 
 
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
-msgstr "Kies FAI klassenaam uit een lijst met bestaande klasses"
+#: plugins/admin/departments/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected departments. Having "
+"a large size of departments, you might prefer the range selectors on top of "
+"the department list."
+msgstr ""
+"Dit menu maakt het mogelijk om geselecteerde afdelingen toe te voegen, "
+"bewerken of verwijderen. Indien u veel afdelingen heeft is het aan te raden "
+"de selectie mogelijkheden te gebruiken."
 
 
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Choose class name"
-msgstr "Kies een klassenaam"
+#: plugins/admin/departments/headpage.tpl:38
+msgid "Display departments matching"
+msgstr "Toon overeenkomende afdelingen"
 
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-msgid "Use"
-msgstr "Gebruik"
+#: plugins/admin/departments/headpage.tpl:42
+msgid "Regular expression for matching department names"
+msgstr "Reguliere expressie voor overeenkomende afdelingen"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
-msgid "A new class name."
-msgstr "Een nieuwe klassenaam."
+#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
+msgid "Department management"
+msgstr "Afdeling beheer"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:74
-msgid "no file uploaded yet"
-msgstr "nog geen bestand ge-upload."
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:43
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+msgid "Departments"
+msgstr "Afdelingen"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:76
+#: plugins/admin/departments/class_departmentManagement.inc:185
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
 #, php-format
 #, php-format
-msgid "exists in database (size: %s bytes)"
-msgstr "bestaat in database (grootte: %s bytes)"
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:156
-msgid "Please specify a value for attribute 'file'."
-msgstr "Geef a.u.b. een waarde op voor het atribuut 'bestand'."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:160
-msgid "Please specify a value for attribute 'path'."
-msgstr "Geef a.u.b. een waarde op voor het atribuut 'pad'."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:168
-msgid "Please enter a user."
-msgstr "Geef a.u.b. een gebruiker op."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:171
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
-msgstr "Geef a.u.b. een geldige gebruiker op! Alleen a-z/0-9 zijn toegestaan."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:175
-msgid "Please enter a group."
-msgstr "Geef a.u.b. een groep op."
-
-#: plugins/admin/fai/class_faiTemplateEntry.inc:178
-msgid "Please enter a valid group. Only a-z/0-9 are allowed."
-msgstr "Geef a.u.b. een geldige groep op! Alleen a-z/0-9 zijn toegestaan."
-
-#: plugins/admin/fai/faiTemplateEntry.tpl:21
-msgid "Template attributes"
-msgstr "Sjabloon atributen"
-
-#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
-msgid "File"
-msgstr "Bestand"
+msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+msgstr "U staat op het punt de hele LDAP subtree onder '%s' te verwijderen."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:35
-msgid "Save template"
-msgstr "Sjabloon opslaan"
+#: plugins/admin/departments/class_departmentManagement.inc:202
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
+msgid "You have no permission to remove this department."
+msgstr "U heeft geen toestemming om deze afdeling te verwijderen."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:92
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Uploaden"
+#: plugins/admin/departments/class_departmentManagement.inc:279
+#: plugins/admin/fai/class_faiManagement.inc:434
+msgid "Go to users home department"
+msgstr "Ga naar de afdeling van de gebruiker"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:47
-msgid "Destination path"
-msgstr "Doelpad"
+#: plugins/admin/departments/class_departmentManagement.inc:281
+msgid "Create new department"
+msgstr "Nieuwe afdeling aanmaken"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:62
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
-msgid "Owner"
-msgstr "Eigenaar"
+#: plugins/admin/departments/class_departmentManagement.inc:289
+msgid "This table displays all departments, in the selected tree."
+msgstr "Deze tabel toont alle afdelingen in de geselecteerde tree."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:71
-#: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:584
-#: plugins/admin/systems/class_printGeneric.inc:586
-#: plugins/admin/ogroups/class_ogroupManagement.inc:482
-#: plugins/generic/references/class_reference.inc:36
-msgid "Group"
-msgstr "Groep"
+#: plugins/admin/departments/class_departmentManagement.inc:298
+msgid "Department name"
+msgstr "Afdelingnaam"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:80
-msgid "Access"
-msgstr "Toegang"
+#: plugins/admin/departments/class_departmentManagement.inc:392
+msgid ".."
+msgstr ".."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:86
-msgid "Class"
-msgstr "Klasse"
+#: plugins/admin/departments/class_departmentGeneric.inc:150
+msgid "You have no permissions to create a department on this 'Base'."
+msgstr ""
+"U heeft geen toestemming om een afdeling aan te maken onder deze 'Basis'."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:87
-msgid "Read"
-msgstr "Lezen"
+#: plugins/admin/departments/class_departmentGeneric.inc:157
+#: plugins/admin/departments/class_departmentGeneric.inc:159
+msgid "Department with that 'Name' already exists."
+msgstr "Er bestaat al een afdeling met deze 'Naam'."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-msgid "Write"
-msgstr "Schrijven"
+#: plugins/admin/departments/class_departmentGeneric.inc:167
+msgid "Required field 'Description' is not set."
+msgstr "Vereist veld 'Omschrijving' is leeg."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
-#: plugins/admin/systems/workstation.tpl:88
-#: plugins/admin/ogroups/termgroup.tpl:13
-msgid "Execute"
-msgstr "Commando"
+#: plugins/admin/departments/class_departmentGeneric.inc:172
+msgid "The field 'Name' contains the reserved word 'incoming'."
+msgstr "Het veld 'Naam' bevat het gereserveerde woord 'incoming'."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-msgid "Special"
-msgstr "Speciaal"
+#: plugins/admin/departments/class_departmentGeneric.inc:173
+msgid " Please choose another name."
+msgstr "Kies a.u.b. een andere naam."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
-msgid "SUID"
-msgstr "SUID"
+#: plugins/admin/systems/class_terminalInfo.inc:53
+#: plugins/admin/systems/class_terminalInfo.inc:181
+msgid "present"
+msgstr "aanwezig"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:109
-msgid "SGID"
-msgstr "SGID"
+#: plugins/admin/systems/class_terminalInfo.inc:65
+#: plugins/admin/systems/class_terminalService.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:99
+#: plugins/admin/systems/class_terminalGeneric.inc:130
+#: plugins/admin/systems/class_workstationStartup.inc:215
+#: plugins/admin/systems/class_workstationService.inc:124
+msgid "This 'dn' has no terminal features."
+msgstr "Deze 'dn' heeft geen terminal mogelijkheden."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
-msgid "Others"
-msgstr "Anderen"
+#: plugins/admin/systems/class_terminalInfo.inc:72
+msgid "This is a virtual terminal which has no properties to show here."
+msgstr ""
+"Dit is een virtuele terminal die geen eigenschappen voorhanden heeft die "
+"hier getoond kunnen worden."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
-msgid "sticky"
-msgstr "sticky"
+#: plugins/admin/systems/class_terminalInfo.inc:92
+msgid "online"
+msgstr "online"
 
 
-#: plugins/admin/fai/faiHook.tpl:34
-msgid "List of hook scripts"
-msgstr "Lijst met inhakers scripts"
+#: plugins/admin/systems/class_terminalInfo.inc:144
+msgid "running"
+msgstr "draait"
 
 
-#: plugins/admin/fai/faiHook.tpl:40
-msgid "Choose a hook to delete or edit"
-msgstr "Selecteer een te bewerken of verwijderen inhaker"
+#: plugins/admin/systems/class_terminalInfo.inc:147
+msgid "not running"
+msgstr "draait niet"
 
 
-#: plugins/admin/groups/mail.tpl:11
-msgid "Primary mail address for this shared folder"
-msgstr "Primair E-mail adres voor deze gedeelde map"
+#: plugins/admin/systems/class_terminalInfo.inc:155
+msgid "unknown status"
+msgstr "onbekende status"
 
 
-#: plugins/admin/groups/mail.tpl:16
-msgid "Select mail server to place user on"
-msgstr "Selecteer de mail server waarop de gebruiker ondergebracht wordt"
+#: plugins/admin/systems/class_terminalInfo.inc:173
+msgid "offline"
+msgstr "offline"
 
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "IMAP gedeelde mappen"
+#: plugins/admin/systems/network.tpl:1
+msgid "Network settings"
+msgstr "Netwerk instellingen"
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Algemene rechten"
+#: plugins/admin/systems/network.tpl:8
+msgid "IP-address"
+msgstr "IP adres"
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Groepslid rechten"
+#: plugins/admin/systems/network.tpl:16
+msgid "MAC-address"
+msgstr "Hardware adres (MAC)"
 
 
-#: plugins/admin/groups/mail.tpl:88
-msgid "Forward messages to non group members"
-msgstr "Stuur berichten door naar niet groepsleden"
+#: plugins/admin/systems/class_servService.inc:264
+msgid "Terminal server, must have fontpath specified."
+msgstr "Terminal server moet een fontpath hebben."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Groepen"
+#: plugins/admin/systems/class_winGeneric.inc:73
+#: plugins/admin/systems/class_componentGeneric.inc:51
+msgid "This 'dn' has no network features."
+msgstr "Deze 'dn' heeft geen netwerk mogelijkheden."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:275
-#, php-format
-msgid "You're about to delete the group '%s'."
-msgstr "U staat op het punt de groep '%s' te verwijderen."
+#: plugins/admin/systems/class_winGeneric.inc:142
+#: plugins/admin/systems/class_componentGeneric.inc:113
+msgid "The required field 'Component name' is not set."
+msgstr "Het vereiste veld 'Component naam' is leeg."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:281
-#: plugins/admin/groups/class_groupManagement.inc:307
-msgid "You are not allowed to delete this group!"
-msgstr "U heeft geen toestemming om deze groep te verwijderen!"
+#: plugins/admin/systems/class_winGeneric.inc:156
+#: plugins/admin/systems/class_componentGeneric.inc:126
+msgid "You have no permissions to create a component on this 'Base'."
+msgstr ""
+"U heeft geen toestemming om een component aan te maken onder deze 'Basis'."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:354
-msgid "Create new group"
-msgstr "Nieuwe groep aanmaken"
+#: plugins/admin/systems/class_winGeneric.inc:166
+#: plugins/admin/systems/class_terminalGeneric.inc:260
+#: plugins/admin/systems/class_servGeneric.inc:183
+#: plugins/admin/systems/class_workstationGeneric.inc:221
+#: plugins/admin/systems/class_printGeneric.inc:458
+#: plugins/admin/systems/class_componentGeneric.inc:136
+#: plugins/admin/systems/class_phoneGeneric.inc:307
+#, php-format
+msgid "There is already an entry '%s' in the base choosen by you"
+msgstr "Er is al een invoer '%s' onder de basis die u gekozen heeft"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:361
-#: plugins/admin/applications/class_applicationManagement.inc:337
-#: plugins/admin/departments/class_departmentManagement.inc:291
-#: plugins/admin/ogroups/class_ogroupManagement.inc:371
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
-msgid "Edit this entry"
-msgstr "Bewerk deze invoer"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "Systeem informatie"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:362
-#: plugins/admin/applications/class_applicationManagement.inc:338
-#: plugins/admin/departments/class_departmentManagement.inc:292
-#: plugins/admin/ogroups/class_ogroupManagement.inc:372
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
-msgid "Delete this entry"
-msgstr "Verwijder deze invoer"
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "Processor"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:372
-#: plugins/admin/users/class_userManagement.inc:728
-msgid "Posix"
-msgstr "Posix"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "Geheugen"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:375
-#: plugins/admin/applications/class_applicationManagement.inc:348
-#: plugins/admin/ogroups/class_ogroupManagement.inc:483
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Programma"
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr "Hardware Adres (MAC)"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:385
-msgid "Groupname"
-msgstr "Groepnaam"
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "USB ondersteuning"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:390
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/ogroups/class_ogroupManagement.inc:397
-msgid "This table displays all groups, in the selected tree."
-msgstr "Deze tabel geeft alle groepen binnen de geselecteerde tree weer"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "Systeem status"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:115
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
-msgstr ""
-"Kan de SID van deze groep niet vinden in de LDAP database of in uw "
-"configuratie bestand."
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
+msgstr "Inventaris nummer"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:167
-msgid "This 'dn' is no group."
-msgstr "Deze 'dn' is geen groep."
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Laatste aanmelding"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Samba group"
-msgstr "Samba groep"
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "Netwerk apparaten"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain admins"
-msgstr "Windows beheerders"
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "IDE apparaten"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain users"
-msgstr "Windows gebruikers"
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "SCSI apparaten"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:285
-msgid "Domain guests"
-msgstr "Windows gasten"
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Diskdrive"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:290
-#, php-format
-msgid "Special group (%d)"
-msgstr "Speciale groep (%d)"
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "CDROM speler"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:626
-#: plugins/admin/ogroups/class_ogroup.inc:541
-msgid "You have no permissions to create a group on this 'Base'."
-msgstr "U heeft geen toestemming een groep aan te maken onder deze 'Basis'."
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/workstationService.tpl:83
+#: plugins/admin/systems/terminalService.tpl:83
+msgid "Graphic device"
+msgstr "Grafische kaart"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:636
-msgid ""
-"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
-"Het veld 'Naam' bevat ongeldige karakters. Kleine letters, cijfers en "
-"liggende streepjes zijn toegestaan."
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Geluidskaart"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:647
-#: plugins/admin/groups/class_groupGeneric.inc:654
-msgid "Value specified as 'Name' is already used."
-msgstr "De waarde die opgegeven is voor de naam wordt al gebruikt."
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "Staat aan sinds"
 
 
-#: plugins/admin/groups/remove.tpl:6
-msgid ""
-"This may be a primary user group. Please double check if you really want to "
-"do this since there is no way for GOsa to get your data back."
-msgstr ""
-"Dit kan een primaire groep zijn. Verzeker uzelf ervan dat dit is wat u wilt, "
-"aangezien er geen mogelijkheid voor GOsa is om deze gegevens terug te halen."
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr "Processor belasting"
 
 
-#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
-msgid "Group administration"
-msgstr "Groepen beheer"
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
+msgstr "Geheugen gebruik"
 
 
-#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
-msgid "List of groups"
-msgstr "Lijst met groepen"
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
+msgstr "Swap gebruik"
 
 
-#: plugins/admin/groups/headpage.tpl:25
-msgid ""
-"This menu allows you to add, edit and remove selected groups. You may want "
-"to use the range selector on top of the group listbox, when working with a "
-"large number of groups."
-msgstr ""
-"Dit menu maakt het mogelijk om geselecteerde groepen toe te voegen, bewerken "
-"of verwijderen. Indien u veel groepen heeft, dan is het aan te raden de "
-"selectie mogelijkheden te gebruiken."
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr "SSH service"
 
 
-#: plugins/admin/groups/class_groupMail.inc:158
-msgid "read"
-msgstr "lezen"
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
+msgstr "Print service"
 
 
-#: plugins/admin/groups/class_groupMail.inc:159
-msgid "post"
-msgstr "plaatsen"
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "Scan service"
 
 
-#: plugins/admin/groups/class_groupMail.inc:160
-msgid "external post"
-msgstr "extern plaatsen"
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
+msgstr "Audio service"
 
 
-#: plugins/admin/groups/class_groupMail.inc:161
-msgid "append"
-msgstr "toevoegen"
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
 
 
-#: plugins/admin/groups/class_groupMail.inc:162
-msgid "write"
-msgstr "schrijven"
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "Systeembeheer"
 
 
-#: plugins/admin/groups/class_groupMail.inc:187
-msgid "This 'dn' has no valid mail extensions."
-msgstr "Deze 'dn' heeft geen geldige E-mail mogelijkheden."
+#: plugins/admin/systems/servservice.tpl:11
+msgid "Nfs Export"
+msgstr "NFS Export"
 
 
-#: plugins/admin/groups/class_groupMail.inc:252
-msgid "You're trying to add an invalid email address "
-msgstr "U probeert een ongeldig E-mail adres toe te voegen"
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
+msgstr "Tijd Service"
 
 
-#: plugins/admin/groups/class_groupMail.inc:253
-msgid "to the list of forwarders."
-msgstr "aan de lijst met doorstuur adressen."
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
+msgstr "LDAP Service"
 
 
-#: plugins/admin/groups/class_groupMail.inc:622
-msgid "Please enter a valid email addres in 'Primary address' field."
-msgstr "Geef a.u.b. een geldig email adres op in het 'Primair adres' veld."
+#: plugins/admin/systems/servservice.tpl:72
+msgid "Terminal Service"
+msgstr "Terminal Service"
 
 
-#: plugins/admin/groups/class_groupMail.inc:655
-msgid ""
-"Please choose valid permission settings. Default permission can't be emtpy."
-msgstr ""
-"Kies a.u.b. geldige permissie instellingen. Standaard permissies kunnen niet "
-"leeg zijn."
+#: plugins/admin/systems/servservice.tpl:77
+msgid "Temporary disable login"
+msgstr "Schakel inlog mogelijkheid tijdelijk uit"
 
 
-#: plugins/admin/groups/class_groupMail.inc:659
-msgid "Please select a valid mail server."
-msgstr "Selecteer a.u.b. een geldig mailserver"
+#: plugins/admin/systems/servservice.tpl:80
+msgid "Font path"
+msgstr "Fontpad"
 
 
-#: plugins/admin/groups/acl.tpl:4
-msgid "Object"
-msgstr "Object"
+#: plugins/admin/systems/servservice.tpl:93
+msgid "Syslog Service"
+msgstr "Syslog Service"
 
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-msgid "Choose"
-msgstr "Kies"
+#: plugins/admin/systems/servservice.tpl:101
+msgid "Print Service"
+msgstr "Print Service"
 
 
-#: plugins/admin/groups/acl.tpl:17
-msgid "Apply this acl only for users own entries"
-msgstr "Pas toegangsbeheer alleen toe op gegevens van de gebruiker zelf"
+#: plugins/admin/systems/servservice.tpl:109
+msgid "Mail server"
+msgstr "Mail server"
 
 
-#: plugins/admin/groups/application.tpl:4
-msgid "Used applications"
-msgstr "Gebruikte programma's"
+#: plugins/admin/systems/class_terminalService.inc:83
+#: plugins/admin/systems/class_workstationService.inc:68
+msgid "default"
+msgstr "standaard"
 
 
-#: plugins/admin/groups/application.tpl:6
-msgid "Seperator"
-msgstr "Scheidingsteken"
+#: plugins/admin/systems/class_terminalService.inc:84
+#: plugins/admin/systems/class_workstationService.inc:69
+msgid "show chooser"
+msgstr "toon keuze-mogelijkheid"
 
 
-#: plugins/admin/groups/application.tpl:11
-msgid "Available applications"
-msgstr "Beschikbare programma's"
+#: plugins/admin/systems/class_terminalService.inc:85
+#: plugins/admin/systems/class_workstationService.inc:70
+msgid "direct"
+msgstr "direkt"
 
 
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
-msgstr "Selecteer de toe te voegen gebruikers"
+#: plugins/admin/systems/class_terminalService.inc:88
+#: plugins/admin/systems/class_workstationService.inc:73
+msgid "load balanced"
+msgstr "load balanced"
 
 
-#: plugins/admin/groups/group_objects.tpl:29
-msgid "Display users of department"
-msgstr "Toon gebruikers van afdeling"
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:76
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
 
-#: plugins/admin/groups/group_objects.tpl:39
-#: plugins/admin/users/headpage.tpl:49
-msgid "Regular expression for matching user names"
-msgstr "Reguliere expressie voor overeenkomende gebruikersnamen"
+#: plugins/admin/systems/class_terminalService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:77
+msgid "ICA client"
+msgstr "ICA client"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:58
-msgid "This 'dn' is no acl container."
-msgstr "Deze 'dn' bevat geen toegangsbeheer."
+#: plugins/admin/systems/class_terminalService.inc:187
+#: plugins/admin/systems/class_workstationService.inc:171
+msgid "Choose the phone located at the current terminal"
+msgstr "Selecteer de telefoon die zich bij de huidige terminal bevindt."
 
 
-#: plugins/admin/groups/class_groupAcl.inc:203
-msgid "All fields are writeable"
-msgstr "Alle velden zijn aanpasbaar"
+#: plugins/admin/systems/class_terminalService.inc:251
+#: plugins/admin/systems/class_terminalService.inc:256
+#: plugins/admin/systems/class_workstationService.inc:236
+#: plugins/admin/systems/class_workstationService.inc:241
+msgid "Please specify a valid VSync range."
+msgstr "Geef a.u.b. een geldig VSync bereik op."
 
 
-#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
-msgid "Group name"
-msgstr "Groepnaam"
+#: plugins/admin/systems/class_terminalService.inc:266
+#: plugins/admin/systems/class_terminalService.inc:271
+#: plugins/admin/systems/class_workstationService.inc:251
+#: plugins/admin/systems/class_workstationService.inc:256
+msgid "Please specify a valid HSync range."
+msgstr "Geef a.u.b. een geldig HSync bereik op."
 
 
-#: plugins/admin/groups/generic.tpl:9
-msgid "Posix name of the group"
-msgstr "POSIX naam van de groep"
+#: plugins/admin/systems/class_servDB.inc:134
+#: plugins/admin/systems/class_servDB.inc:150
+#: plugins/admin/systems/class_servDB.inc:160
+#: plugins/admin/systems/class_servDB.inc:165
+#: plugins/admin/systems/class_servDB.inc:171
+#, php-format
+msgid "The attribute '%s' is empty or contains invalid characters."
+msgstr "Het atribuut '%s' is leeg of bevat ongeldige karakters!"
 
 
-#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
-msgid "Descriptive text for this group"
-msgstr "Omschrijving voor deze groep"
+#: plugins/admin/systems/class_servDB.inc:140
+#, php-format
+msgid "The imap connect string needs to be in the form '%s'."
+msgstr "De imap verbindings string dient in eruit te zien als '%s'."
 
 
-#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
-msgid "Choose subtree to place group in"
-msgstr "Selecteer de subtree waaronder deze groep geplaatst wordt"
+#: plugins/admin/systems/class_servDB.inc:144
+msgid "The sieve port needs to be numeric."
+msgstr "De sieve poort dient nummeriek te zijn."
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Normally IDs are autogenerated, select to specify manually"
-msgstr ""
-"Normaliter worden IDs automatisch gegenereerd. Selecteer om handmatig te "
-"specificeren"
+#: plugins/admin/systems/class_servDB.inc:155
+#, php-format
+msgid "The specified kerberos password is empty."
+msgstr "Het opgegeven kerberos wachtwoord is leeg."
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Force GID"
-msgstr "Forceer GID"
+#: plugins/admin/systems/class_servDB.inc:179
+#, php-format
+msgid "The imap name string needs to be a hostname or an IP-address."
+msgstr "De imap naam dient een hostnaam of een IP adres te zijn."
 
 
-#: plugins/admin/groups/generic.tpl:38
-msgid "Forced ID number"
-msgstr "Geforceerd ID nummer"
+#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
+msgid "Server name"
+msgstr "Servernaam"
 
 
-#: plugins/admin/groups/generic.tpl:45
-msgid "Select to create a samba conform group"
-msgstr "Selecteer om een samba conforme groep te maken"
+#: plugins/admin/systems/server.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/terminal.tpl:20 plugins/admin/systems/printer.tpl:22
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/component.tpl:15
+msgid "Choose subtree to place terminal in"
+msgstr "Selecteer de subtree waar de terminal onder geplaatst zal worden"
 
 
-#: plugins/admin/groups/generic.tpl:50
-msgid "in domain"
-msgstr "in domein"
+#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/ogroups/termgroup.tpl:3
+msgid "Action"
+msgstr "Actie"
 
 
-#: plugins/admin/groups/generic.tpl:67
-msgid "Members are in a phone pickup group"
-msgstr "Leden zitten in een telefoon beantwoordgroep"
+#: plugins/admin/systems/server.tpl:42
+msgid "Select action to execute for this server"
+msgstr "Selecteer de voor deze server uit te voeren actie"
 
 
-#: plugins/admin/groups/generic.tpl:80
-msgid "Members are in a nagios group"
-msgstr "Leden zitten in een systeeminformatie groep (Nagios)"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Telefoonnaam"
 
 
-#: plugins/admin/groups/generic.tpl:96
-msgid "Group members"
-msgstr "Groepsleden"
+#: plugins/admin/systems/terminal.tpl:9
+msgid "Terminal template"
+msgstr "Terminal sjabloon"
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Map beheerders"
+#: plugins/admin/systems/terminal.tpl:11
+msgid "Terminal name"
+msgstr "Terminal naam"
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Selecteer een specifieke afdeling"
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:45
+#: plugins/admin/systems/phonesettings.tpl:21
+msgid "Mode"
+msgstr "Modus"
 
 
-#: plugins/admin/groups/application_options.tpl:1
-msgid "Application options"
-msgstr "Programma opties"
+#: plugins/admin/systems/terminal.tpl:38
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Select terminal mode"
+msgstr "Selecteer terminal modus"
 
 
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Toon adressen van afdeling"
+#: plugins/admin/systems/terminal.tpl:52
+msgid "Root server"
+msgstr "Root server"
 
 
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Toon overeenkomende adressen"
+#: plugins/admin/systems/terminal.tpl:54
+msgid "Select NFS root filesystem to use"
+msgstr "Selecteer het te gebruiken NFS root bestandssysteem"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:202
-msgid "This 'dn' is no appgroup."
-msgstr "Deze 'dn' is geen programmagroep"
+#: plugins/admin/systems/terminal.tpl:60
+msgid "Swap server"
+msgstr "Swap server"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:210
-msgid "Remove applications"
-msgstr "Programma's verwijderen"
+#: plugins/admin/systems/terminal.tpl:62
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "Kies het NFS bestandssysteem waarop de swapbestanden geplaatst worden"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:211
-msgid ""
-"This group has application features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Deze groep heeft programma mogelijkheden ingeschakeld. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
+#: plugins/admin/systems/terminal.tpl:74
+#: plugins/admin/systems/workstation.tpl:54
+msgid "Syslog server"
+msgstr "Syslog server"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:213
-msgid "Create applications"
-msgstr "Programma's aanmaken"
+#: plugins/admin/systems/terminal.tpl:76
+#: plugins/admin/systems/workstation.tpl:56
+msgid "Choose server to use for logging"
+msgstr "Selecteer de server die gebruikt wordt voor log doeleinden"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:214
-msgid ""
-"This group has application features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Deze groep heeft programma mogelijkheden uitgeschakeld. U kunt deze "
-"inschakelen door de knop hieronder te gebruiken."
+#: plugins/admin/systems/terminal.tpl:82
+#: plugins/admin/systems/workstation.tpl:62
+msgid "NTP server"
+msgstr "NTP tijdserver"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:242
-msgid "The selected application name is not uniq. Please check your LDAP."
-msgstr ""
-"De geselecteerde programma naam is niet uniek. Controleeer uw LDAP database."
+#: plugins/admin/systems/terminal.tpl:84
+#: plugins/admin/systems/workstation.tpl:64
+msgid "Choose server to use for synchronizing time"
+msgstr "Selecteer de server die gebruikt wordt voor tijdsynchronisatie"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:278
-msgid "The selected application has no options."
-msgstr "Het geselecteerde programma heeft geen opties."
+#: plugins/admin/systems/terminal.tpl:103
+#: plugins/admin/systems/workstation.tpl:82
+msgid "Select action to execute for this terminal"
+msgstr "Selecteer de voor deze terminal uit te voeren actie"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:379
-msgid "application"
-msgstr "programma"
+#: plugins/admin/systems/class_terminalGeneric.inc:63
+msgid "text"
+msgstr "tekst"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:595
-#: plugins/admin/applications/class_applicationGeneric.inc:38
-msgid ""
-"There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
-msgstr ""
-"Er is geen waarde voor 'KDE_APPLICATIONS_MENU' opgegeven in uw gosa.conf."
+#: plugins/admin/systems/class_terminalGeneric.inc:64
+msgid "graphic"
+msgstr "grafisch"
+
+#: plugins/admin/systems/class_terminalGeneric.inc:92
+#: plugins/admin/systems/class_servGeneric.inc:62
+#: plugins/admin/ogroups/class_termgroup.inc:62
+msgid "No WAKECMD definition found in your gosa.conf"
+msgstr "Er is geen 'WAKECMD' gedefiniëerd in uw gosa.conf"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:603
-#: plugins/admin/groups/class_groupApplication.inc:606
-#: plugins/admin/applications/class_applicationGeneric.inc:46
-#: plugins/admin/applications/class_applicationGeneric.inc:49
+#: plugins/admin/systems/class_terminalGeneric.inc:96
+#: plugins/admin/systems/class_terminalGeneric.inc:108
+#: plugins/admin/systems/class_terminalGeneric.inc:120
+#: plugins/admin/systems/class_servGeneric.inc:66
+#: plugins/admin/systems/class_servGeneric.inc:78
+#: plugins/admin/systems/class_servGeneric.inc:90
+#: plugins/admin/systems/class_workstationGeneric.inc:104
+#: plugins/admin/ogroups/class_termgroup.inc:66
+#: plugins/admin/ogroups/class_termgroup.inc:78
+#: plugins/admin/ogroups/class_termgroup.inc:90
 #, php-format
 #, php-format
-msgid ""
-"The specified file '%s' for 'KDE_APPLICATIONS_MENU' in your gosa.conf is not "
-"accessable."
-msgstr ""
-"Het bestand '%s', dat u opgegeven heeft voor 'KDE_APPLICATIONS_MENU' in uw "
-"gosa.conf is niet toegankelijk."
+msgid "Execution of '%s' failed!"
+msgstr "Uitvoer van '%s' is mislukt!"
 
 
-#: plugins/admin/users/password.tpl:2
-msgid ""
-"To change the user password use the fields below. The changes take effect "
-"immediately. Please memorize the new password, because the user wouldn't be "
-"able to login without it."
-msgstr ""
-"Gebruik de velden hieronder om het gebruikers wachtwoord te veranderen. De "
-"veranderingen worden onmiddelijk doorgevoerd. Onthoud het nieuwe wachtwoord "
-"a.u.b. aangezien de gebruiker niet in kan loggen zonder dit wachtwoord."
+#: plugins/admin/systems/class_terminalGeneric.inc:104
+#: plugins/admin/systems/class_servGeneric.inc:74
+#: plugins/admin/ogroups/class_termgroup.inc:74
+msgid "No REBOOTCMD definition found in your gosa.conf"
+msgstr "Er is geen 'REBOOTCMD' in uw gosa.conf gedefiniëerd"
 
 
-#: plugins/admin/users/class_userManagement.inc:25
-#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Gebruikers"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_servGeneric.inc:86
+#: plugins/admin/ogroups/class_termgroup.inc:86
+msgid "No HALTCMD definition found in your gosa.conf"
+msgstr "Er is geen 'HALTCMD' in uw gosa.conf gedefiniëerd"
 
 
-#: plugins/admin/users/class_userManagement.inc:247
-#: plugins/admin/users/class_userManagement.inc:317
-msgid "You are not allowed to set this users password!"
-msgstr ""
-"U heeft geen toestemming om het wachtwoord van deze gebruiker veranderen!"
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Switch off"
+msgstr "Uitschakelen"
 
 
-#: plugins/admin/users/class_userManagement.inc:353
-#, php-format
-msgid "You're about to delete the user %s."
-msgstr "U staat op het punt gebruiker %s te verwijderen."
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Reboot"
+msgstr "Herstarten"
 
 
-#: plugins/admin/users/class_userManagement.inc:359
-#: plugins/admin/users/class_userManagement.inc:387
-msgid "You are not allowed to delete this user!"
-msgstr "U heeft geen toestemming om deze gebruiker te verwijderen!"
+#: plugins/admin/systems/class_terminalGeneric.inc:149
+#: plugins/admin/systems/class_servGeneric.inc:117
+#: plugins/admin/systems/class_workstationGeneric.inc:137
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Wake up"
+msgstr "Aanzetten"
 
 
-#: plugins/admin/users/class_userManagement.inc:488
-#: plugins/admin/systems/class_workstationStartup.inc:49
-#: plugins/admin/ogroups/class_ogroup.inc:240
-msgid "none"
-msgstr "geen"
+#: plugins/admin/systems/class_terminalGeneric.inc:243
+msgid "You have no permissions to create a terminal on this 'Base'."
+msgstr ""
+"U heeft geen toestemming om een nieuwe terminal aan te maken onder deze "
+"'basis'"
 
 
-#: plugins/admin/users/class_userManagement.inc:559
-msgid "A person with the choosen name is already used in this tree."
-msgstr "Er bestaat al een persoon met deze naam in deze tree."
+#: plugins/admin/systems/class_terminalGeneric.inc:247
+msgid "The required field 'Terminal name' is not set."
+msgstr "Het vereiste veld 'Terminal naam' is leeg."
 
 
-#: plugins/admin/users/class_userManagement.inc:674
-msgid "Create new user"
-msgstr "Maak nieuwe gebruiker aan"
+#: plugins/admin/systems/class_servGeneric.inc:52
+msgid "This 'dn' has no server features."
+msgstr "Deze 'dn' heeft geen server mogelijkheden."
 
 
-#: plugins/admin/users/class_userManagement.inc:674
-msgid "New user"
-msgstr "Nieuwe gebruiker"
+#: plugins/admin/systems/class_servGeneric.inc:166
+msgid "The required field 'Server name' is not set."
+msgstr "Het vereiste veld 'Servernaam' is leeg."
 
 
-#: plugins/admin/users/class_userManagement.inc:675
-msgid "Create new template"
-msgstr "Maak nieuw sjabloon"
+#: plugins/admin/systems/class_servGeneric.inc:173
+msgid "You have no permissions to create a server on this 'Base'."
+msgstr ""
+"U heeft geen toestemming om een server aan te maken onder deze 'Basis'."
 
 
-#: plugins/admin/users/class_userManagement.inc:675
-msgid "New template"
-msgstr "Nieuw sjabloon"
+#: plugins/admin/systems/class_servDHCP.inc:36
+msgid "Remove DHCP service"
+msgstr "Verwijder DHCP service"
 
 
-#: plugins/admin/users/class_userManagement.inc:682
-msgid "password"
-msgstr "wachtwoord"
+#: plugins/admin/systems/class_servDHCP.inc:37
+msgid ""
+"This server has DHCP features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Deze server heeft DHCP mogelijkheden ingeschakeld. U kunt deze uitschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
-msgid "Username"
-msgstr "Gebruikersnaam"
+#: plugins/admin/systems/class_servDHCP.inc:39
+msgid "Add DHCP service"
+msgstr "Voeg DHCP service toe"
 
 
-#: plugins/admin/users/class_userManagement.inc:695
-msgid "This table displays all users, in the selected tree."
-msgstr "Deze tabel geeft alle gebruikers in de geselecteerde tree weer"
+#: plugins/admin/systems/class_servDHCP.inc:40
+msgid ""
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Deze server heeft DHCP mogelijkheden uitgeschakeld. U kunt deze inschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/users/class_userManagement.inc:726
-msgid "GOsa"
-msgstr "GOsa"
+#: plugins/admin/systems/printer.tpl:6
+msgid "General"
+msgstr "Algemeen"
 
 
-#: plugins/admin/users/class_userManagement.inc:727
-msgid "Edit generic properties"
-msgstr "Bewerk algemene eigenschappen"
+#: plugins/admin/systems/printer.tpl:9
+msgid "Printer name"
+msgstr "Printernaam"
 
 
-#: plugins/admin/users/class_userManagement.inc:729
-msgid "Edit UNIX properties"
-msgstr "Bewerk UNIX eigenschappen"
+#: plugins/admin/systems/printer.tpl:30
+msgid "Details"
+msgstr "Details"
 
 
-#: plugins/admin/users/class_userManagement.inc:731
-msgid "Edit environment properties"
-msgstr "Bewerk omgeving eigenschappen"
+#: plugins/admin/systems/printer.tpl:33
+msgid "Printer location"
+msgstr "Printer locatie"
 
 
-#: plugins/admin/users/class_userManagement.inc:733
-msgid "Edit mail properties"
-msgstr "Bewerk E-mail eigenschappen"
+#: plugins/admin/systems/printer.tpl:37
+msgid "Printer URL"
+msgstr "Printer URL"
 
 
-#: plugins/admin/users/class_userManagement.inc:735
-msgid "Edit phone properties"
-msgstr "Bewerk telefoon eigenschappen"
+#: plugins/admin/systems/printer.tpl:45
+#: plugins/admin/systems/workstationService.tpl:86
+#: plugins/admin/systems/terminalService.tpl:86
+msgid "Driver"
+msgstr "Stuurprogramma"
 
 
-#: plugins/admin/users/class_userManagement.inc:737
-msgid "Edit fax properies"
-msgstr "Bewerk Fax eigenschappen"
+#: plugins/admin/systems/printer.tpl:57
+msgid "Permissions"
+msgstr "Rechten"
 
 
-#: plugins/admin/users/class_userManagement.inc:739
-msgid "Edit samba properties"
-msgstr "Bewerk Samba eigenschappen"
+#: plugins/admin/systems/printer.tpl:64
+msgid "Users which are allowed to use this printer"
+msgstr "Gebruikers die deze printer mogen gebruiken"
 
 
-#: plugins/admin/users/class_userManagement.inc:740
-msgid "Create user from template"
-msgstr "Maak gebruiker aan vanuit sjabloon"
+#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
+msgid "Add user"
+msgstr "Gebruiker toevoegen"
 
 
-#: plugins/admin/users/class_userManagement.inc:741
-msgid "Create user with this template"
-msgstr "Maak gebruiker aan met dit sjabloon"
+#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
+msgid "Add group"
+msgstr "Groep toevoegen"
 
 
-#: plugins/admin/users/class_userManagement.inc:800
-msgid "Online"
-msgstr "Online"
+#: plugins/admin/systems/printer.tpl:80
+msgid "Users which are allowed to administrate this printer"
+msgstr "Gebruikers die deze printer mogen beheren"
 
 
-#: plugins/admin/users/class_userManagement.inc:807
-msgid "Offline"
-msgstr "Offline"
+#: plugins/admin/systems/printer.tpl:81
+msgid "Admins"
+msgstr "Beheerders"
 
 
-#: plugins/admin/users/class_userManagement.inc:1028
-#: plugins/admin/users/template.tpl:11
-#: plugins/admin/systems/class_systemManagement.inc:705
-msgid "Template"
-msgstr "Sjabloon"
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Systemen"
 
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
-msgstr "Een nieuwe gebruiker aanmaken m.b.v. een sjabloon"
+#: plugins/admin/systems/class_systemManagement.inc:334
+msgid "You can't edit this object type yet!"
+msgstr "U kunt dit object type nog niet bewerken!"
 
 
-#: plugins/admin/users/template.tpl:6
-msgid ""
-"Creating a new user can be assisted by using templates. Many database "
-"records will be filled automatically. Choose 'none' to skip the usage of "
-"templates."
+#: plugins/admin/systems/class_systemManagement.inc:350
+msgid "Passwords entered as new and repeated do not match!"
 msgstr ""
 msgstr ""
-"Het aanmaken van een nieuwe gebruiker kan m.b.v. sjablonen gebeuren. Veel "
-"database records zullen dan automatisch gevuld worden. Kies 'geen' om het "
-"gebruik van sjablonen over te slaan."
+"Het nieuwe wachtwoord en het herhaalde wachtwoord komen niet met elkaar "
+"overeen!"
 
 
-#: plugins/admin/users/remove.tpl:6
-msgid ""
-"This includes all account data, system access rules, imap settings, etc. for "
-"this user. Please double check if your really want to do this since there is "
-"no way for GOsa to get your data back."
+#: plugins/admin/systems/class_systemManagement.inc:363
+msgid "You are not allowed to set this systems password!"
 msgstr ""
 msgstr ""
-"Dit omvat alle account gegevens, systeem toegangsregels, imap instellingen "
-"etc. voor deze gebruiker. Verzeker uzelf hiervan, aangezien er geen "
-"mogelijkheid voor GOsa is om deze informatie terug te halen."
-
-#: plugins/admin/users/headpage.tpl:6
-msgid "List of users"
-msgstr "Lijst met gebruikers"
+"U heeft geen toestemming om het wachtwoord van dit systeem in te stellen!"
 
 
-#: plugins/admin/users/headpage.tpl:24
-msgid ""
-"This menu allows you to create, edit and delete selected users. Having a "
-"great number of users, you may want to use the range selectors on top of the "
-"user list."
+#: plugins/admin/systems/class_systemManagement.inc:407
+#, php-format
+msgid "You're about to delete all information about the component at '%s'."
 msgstr ""
 msgstr ""
-"Dit menu maakt het mogelijk om geselecteerde gebruikers toe te voegen, "
-"bewerken of verwijderen. Indien u veel gebruikers heeft, dan is het aan te "
-"raden de selectie mogelijkheden te gebruiken."
-
-#: plugins/admin/users/headpage.tpl:38
-msgid "Select to see template pseudo users"
-msgstr "Selecteer om sjabloon pseudo gebruikers te zien"
-
-#: plugins/admin/users/headpage.tpl:39
-msgid "Select to see users that have only a GOsa object"
-msgstr "Selecteer om gebruikers te zien die alleen een GOsa LDAP object hebben"
+"U staat op het punt alle informatie over dit component op '%s' te "
+"verwijderen."
 
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Show functional users"
-msgstr "Toon functionele gebruikers"
+#: plugins/admin/systems/class_systemManagement.inc:413
+#: plugins/admin/systems/class_systemManagement.inc:477
+#: plugins/admin/fai/class_faiManagement.inc:210
+#: plugins/admin/fai/class_faiManagement.inc:249
+msgid "You are not allowed to delete this component!"
+msgstr "U heeft geen toestemming om dit component te verwijderen!"
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Select to see users that have posix settings"
-msgstr "Selecteer om gebruikers te zien die POSIX instellingen hebben"
+#: plugins/admin/systems/class_systemManagement.inc:569
+msgid "New Terminal template"
+msgstr "Nieuw terminal sjabloon"
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Show unix users"
-msgstr "Toon Unix gebruikers"
+#: plugins/admin/systems/class_systemManagement.inc:569
+#: plugins/admin/systems/class_systemManagement.inc:710
+msgid "New Terminal"
+msgstr "Nieuwe terminal"
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Select to see users that have mail settings"
-msgstr "Selecteer om gebruikers te zien die E-mail instellingen hebben"
+#: plugins/admin/systems/class_systemManagement.inc:570
+msgid "New Workstation template"
+msgstr "Nieuw werkstation sjabloon"
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Show mail users"
-msgstr "Toon E-mail gebruikers"
+#: plugins/admin/systems/class_systemManagement.inc:570
+#: plugins/admin/systems/class_systemManagement.inc:711
+msgid "New Workstation"
+msgstr "Nieuw werkstation"
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Select to see users that have samba settings"
-msgstr "Selecteer om gebruikers te zien die Samba instellingen hebben"
+#: plugins/admin/systems/class_systemManagement.inc:571
+msgid "New Server"
+msgstr "Nieuwe server"
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Show samba users"
-msgstr "Toon Samba gebruikers"
+#: plugins/admin/systems/class_systemManagement.inc:572
+msgid "New Printer"
+msgstr "Nieuwe printer"
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Select to see users that have proxy settings"
-msgstr "Selecteer om gebruikers te zien die Proxy instellingen hebben"
+#: plugins/admin/systems/class_systemManagement.inc:573
+msgid "New Phone"
+msgstr "Nieuwe telefoon"
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Show proxy users"
-msgstr "Toon Proxy gebruikers"
+#: plugins/admin/systems/class_systemManagement.inc:574
+msgid "New Component"
+msgstr "Nieuw component"
 
 
-#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
-msgid "User administration"
-msgstr "Gebruikersbeheer"
+#: plugins/admin/systems/class_systemManagement.inc:582
+msgid "Edit system"
+msgstr "Bewerk systeem"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:50
-msgid "Remove options"
-msgstr "Opties verwijderen"
+#: plugins/admin/systems/class_systemManagement.inc:583
+msgid "Delete system"
+msgstr "Verwijder systeem"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:51
-msgid "This application has options. You can disable them by clicking below."
-msgstr ""
-"Dit programma heeft opties ingeschakeld. U kunt deze uitschakelen door de "
-"knop hieronder te gebruiken."
+#: plugins/admin/systems/class_systemManagement.inc:589
+msgid "System"
+msgstr "Systeem"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:53
-msgid "Create options"
-msgstr "Opties aanmaken"
+#: plugins/admin/systems/class_systemManagement.inc:592
+#: plugins/admin/fai/class_faiManagement.inc:473
+msgid "This table displays all systems, in the selected tree."
+msgstr "Deze tabel toont alle systemen in de geselecteerde tree"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:54
-msgid ""
-"This application has options disabled. You can enable them by clicking below."
-msgstr ""
-"Dit programma heeft opties uitgeschakeld. U kunt deze inschakelen door de "
-"knop hieronder te gebruiken."
+#: plugins/admin/systems/class_systemManagement.inc:625
+msgid "Cups Server"
+msgstr "Cups server"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "Variabele"
+#: plugins/admin/systems/class_systemManagement.inc:626
+msgid "Log Db"
+msgstr "Log DB"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
-msgstr "Standaard waarde"
+#: plugins/admin/systems/class_systemManagement.inc:627
+msgid "Syslog Server"
+msgstr "Syslog server"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:102
-msgid "Add option"
-msgstr "Optie toevoegen"
+#: plugins/admin/systems/class_systemManagement.inc:628
+msgid "Mail Server"
+msgstr "Mail server"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:154
-#, php-format
-msgid "Value '%s' specified as option name is not valid."
-msgstr "Waarde '%s' die opgegeven is als optienaam is niet geldig."
+#: plugins/admin/systems/class_systemManagement.inc:629
+msgid "Imap Server"
+msgstr "Imap server"
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_applicationManagement.inc:357
-msgid "Application name"
-msgstr "Programmanaam"
+#: plugins/admin/systems/class_systemManagement.inc:630
+msgid "Nfs Server"
+msgstr "Nfs server"
 
 
-#: plugins/admin/applications/generic.tpl:11
-#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
-msgid "Display name"
-msgstr "Getoonde naam"
+#: plugins/admin/systems/class_systemManagement.inc:631
+msgid "Kerberos Server"
+msgstr "Kerberos server"
 
 
-#: plugins/admin/applications/generic.tpl:13
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "Te tonen programma naam (bv. onder iconen)"
+#: plugins/admin/systems/class_systemManagement.inc:632
+msgid "Asterisk Server"
+msgstr "Asterisk server"
 
 
-#: plugins/admin/applications/generic.tpl:19
-msgid "Path and/or binary name of application"
-msgstr "Directory en/of bestandsnaam van het programma"
+#: plugins/admin/systems/class_systemManagement.inc:633
+msgid "Fax Server"
+msgstr "Fax server"
 
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
-msgstr "Selecteer de subtree waaronder het programma geplaatst zal worden."
+#: plugins/admin/systems/class_systemManagement.inc:634
+msgid "Ldap Server"
+msgstr "Ldap server"
 
 
-#: plugins/admin/applications/generic.tpl:48
-msgid "Icon"
-msgstr "Icoon"
+#: plugins/admin/systems/class_systemManagement.inc:660
+msgid "Set root password"
+msgstr "root wachtwoord instellen"
 
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Update"
-msgstr "Bijwerken"
+#: plugins/admin/systems/class_systemManagement.inc:706
+#: plugins/admin/ogroups/class_ogroupManagement.inc:488
+msgid "Terminal"
+msgstr "Terminal"
 
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Reload picture from LDAP"
-msgstr "Herlaad plaatje vanuit LDAP"
+#: plugins/admin/systems/class_systemManagement.inc:707
+#: plugins/admin/ogroups/class_ogroupManagement.inc:487
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Werkstation"
 
 
-#: plugins/admin/applications/generic.tpl:70
-msgid "Only executable for members"
-msgstr "Alleen uitvoerbaar voor groepsleden"
+#: plugins/admin/systems/class_systemManagement.inc:712
+msgid "Winstation"
+msgstr "Windows werkstation"
 
 
-#: plugins/admin/applications/generic.tpl:72
-msgid "Replace user configuration on startup"
-msgstr "Vervang gebruikers configuratie bij opstarten"
+#: plugins/admin/systems/class_systemManagement.inc:713
+msgid "Network Device"
+msgstr "Netwerk apparaat"
 
 
-#: plugins/admin/applications/generic.tpl:76
-msgid "Place icon on members desktop"
-msgstr "Plaats icoon op de desktop van groepsleden"
+#: plugins/admin/systems/class_systemManagement.inc:930
+msgid "New terminal"
+msgstr "Nieuwe terminal"
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Place entry in members startmenu"
-msgstr "Plaats programma in het startmenu van groepsleden"
+#: plugins/admin/systems/class_systemManagement.inc:933
+msgid "New workstation"
+msgstr "Nieuw werkstation"
 
 
-#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
-msgid ""
-"This may be used by several groups. Please double check if your really want "
-"to do this since there is no way for GOsa to get your data back."
-msgstr ""
-"Dit kan gebruikt worden door meerdere groepen. Verzeker uzelf ervan dat dit "
-"is wat u wil, aangezien er geen mogelijkheid voor GOsa is om uw date terug "
-"te halen."
+#: plugins/admin/systems/class_systemManagement.inc:950
+msgid "Terminal template for"
+msgstr "Terminal sjabloon voor"
 
 
-#: plugins/admin/applications/headpage.tpl:6
-msgid "List of applications"
-msgstr "Lijst met programma's"
+#: plugins/admin/systems/class_systemManagement.inc:962
+msgid "Workstation template for"
+msgstr "Werkstation sjabloon voor"
 
 
-#: plugins/admin/applications/headpage.tpl:24
-msgid ""
-"This menu allows you to add, edit and remove selected applications. You may "
-"want to use the range selector on top of the application listbox, when "
-"working with a large number of applications."
-msgstr ""
-"Dit menu maakt het mogelijk om geselecteerde programma's toe te voegen, "
-"bewerken of verwijderen. Indien u veel programma's heeft is het aan te raden "
-"de selectie mogelijkheden te gebruiken."
+#: plugins/admin/systems/class_workstationGeneric.inc:70
+msgid "Activated"
+msgstr "Geactiveerd"
 
 
-#: plugins/admin/applications/headpage.tpl:38
-msgid "Display applications matching"
-msgstr "Toon overeenkomende programma's"
+#: plugins/admin/systems/class_workstationGeneric.inc:72
+msgid "Memory test"
+msgstr "Geheugentest"
 
 
-#: plugins/admin/applications/headpage.tpl:41
-msgid "Regular expression for matching application names"
-msgstr "Reguliere expressie voor overeenkomende programma namen"
+#: plugins/admin/systems/class_workstationGeneric.inc:73
+#, fuzzy
+msgid "System analysis"
+msgstr "Systeem logs"
 
 
-#: plugins/admin/applications/main.inc:38
-#: plugins/admin/applications/main.inc:40
-msgid "Application management"
-msgstr "Programma beheer"
+#: plugins/admin/systems/class_workstationGeneric.inc:100
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "Es is geen ACTIONCMD definitie in uw gosa.conf gedefiniëerd"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:106
-msgid "no example"
-msgstr "geen voorbeeld"
+#: plugins/admin/systems/class_workstationGeneric.inc:114
+msgid "This 'dn' has no workstation features."
+msgstr "Deze 'dn' heeft geen werkstation mogelijkheden."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:126
-msgid "This 'dn' is no application."
-msgstr "Deze 'dn' is geen programma."
+#: plugins/admin/systems/class_workstationGeneric.inc:132
+msgid "Instant update"
+msgstr "Onmiddelijk bijwerken"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:241
-msgid "The specified picture has not been uploaded correctly."
-msgstr "Het opgegeven plaatje is niet correct ge-upload"
+#: plugins/admin/systems/class_workstationGeneric.inc:133
+#: plugins/admin/systems/class_workstationGeneric.inc:139
+msgid "Scheduled update"
+msgstr "Geplande bijwerking"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:322
-msgid "You have no permissions to create a application on this 'Base'."
+#: plugins/admin/systems/class_workstationGeneric.inc:134
+#: plugins/admin/systems/class_workstationGeneric.inc:138
+msgid "Reinstall"
 msgstr ""
 msgstr ""
-"U heeft geen toestemming een programma aan te maken onder deze 'Basis'."
-
-#: plugins/admin/applications/class_applicationGeneric.inc:327
-msgid "Required field 'Name' is not filled."
-msgstr "Vereiste veld 'Naam' is leeg."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:331
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
-msgstr "Ongeldig karakter in programmanaam. Alleen a-Z 0-9 zijn toegestaan."
+#: plugins/admin/systems/class_workstationGeneric.inc:135
+msgid "Rescan hardware"
+msgstr "Hardware opnieuw scannen"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:335
-msgid "Required field 'Execute' is not filled."
-msgstr "Vereist veld 'Uitvoeren' is leeg."
+#: plugins/admin/systems/class_workstationGeneric.inc:204
+msgid "You have no permissions to create a workstation on this 'Base'."
+msgstr ""
+"U heeft geen toestemming om een werkstation aan te maken onder deze 'basis'"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:344
-msgid "There's already an application with this 'Name'."
-msgstr "Er is al een programma met deze 'Naam'."
+#: plugins/admin/systems/class_workstationGeneric.inc:208
+msgid "The required field 'Workstation name' is not set."
+msgstr "Het vereiste veld 'Werkstation naam' is leeg."
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:250
-#, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "U staat op het punt de programma '%s' te verwijderen."
+#: plugins/admin/systems/class_printGeneric.inc:194
+#: plugins/admin/systems/class_printGeneric.inc:215
+#: plugins/admin/systems/class_printGeneric.inc:218
+msgid "Add printer extension"
+msgstr "Voeg printer extensie toe"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:256
-#: plugins/admin/applications/class_applicationManagement.inc:282
-msgid "You are not allowed to delete this application!"
-msgstr "U heeft geen toestemming dit programma te verwijderen"
+#: plugins/admin/systems/class_printGeneric.inc:195
+msgid ""
+"This workstation has printer extension disabled. You can't enable it while "
+"'cn' is not present in entry. Possibly you are currently creating a new "
+"terminal template"
+msgstr ""
+"Dit werkstation heeft printer mogelijkheden uitgeschakeld. U kunt deze niet "
+"inschakelen zolang 'cn' niet aanwezig is in de invoer. Het kan mogelijk zijn "
+"dat u een nieuwe terminal sjabloon aan het maken bent."
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-msgid "new"
-msgstr "nieuw"
+#: plugins/admin/systems/class_printGeneric.inc:207
+#: plugins/admin/systems/class_printGeneric.inc:210
+msgid "Remove printer extension"
+msgstr "Verwijder printer mogelijkheden"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-msgid "Create new application"
-msgstr "Nieuw programma aanmaken"
+#: plugins/admin/systems/class_printGeneric.inc:208
+msgid ""
+"This workstation has printer extension enabled.You can disable it by "
+"clicking below."
+msgstr ""
+"Dit werkstation heeft printer mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Naam van de afdeling"
+#: plugins/admin/systems/class_printGeneric.inc:211
+msgid ""
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
+msgstr ""
+"Deze terminal heeft printer mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Naam van de aan te maken subtree"
+#: plugins/admin/systems/class_printGeneric.inc:216
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
+msgstr ""
+"Dit werkstation heeft printer mogelijkheden uitgeschakeld. U kunt deze "
+"inschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:56
-msgid "Descriptive text for department"
-msgstr "Omschrijving voor de afdeling"
+#: plugins/admin/systems/class_printGeneric.inc:219
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
+msgstr ""
+"Deze terminal heeft printer mogelijkheden uitgeschakeld. U kunt deze "
+"inschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Categorie"
+#: plugins/admin/systems/class_printGeneric.inc:230
+msgid "This 'dn' has no printer features."
+msgstr "Deze 'dn' heeft geen printer mogelijkheden."
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Categorie voor deze subtree"
+#: plugins/admin/systems/class_printGeneric.inc:364
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "Uw huidig geselecteerde PPD bestand '%s' bestaat niet."
 
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:122
-msgid "Choose subtree to place department in"
-msgstr "Selecteer de subtree waaronder deze afdeling geplaatst wordt"
+#: plugins/admin/systems/class_printGeneric.inc:372
+msgid "can't get ppd informations."
+msgstr "kan de PPD informatie niet ophalen"
 
 
-#: plugins/admin/departments/generic.tpl:47
-msgid "State where this subtree is located"
-msgstr "Provincie waar deze subtree zich bevindt"
+#: plugins/admin/systems/class_printGeneric.inc:384
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
+msgstr ""
+"Deze printer behoort bij terminal %s. U kunt deze printer niet hernoemen."
 
 
-#: plugins/admin/departments/generic.tpl:51
-msgid "Location of this subtree"
-msgstr "Plaats van deze subtree"
+#: plugins/admin/systems/class_printGeneric.inc:386
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
+msgstr ""
+"Deze printer behoort bij werkstation %s. U kunt deze printer niet hernoemen."
 
 
-#: plugins/admin/departments/generic.tpl:55
-msgid "Postal address of this subtree"
-msgstr "Post adres van deze subtree"
+#: plugins/admin/systems/class_printGeneric.inc:448
+msgid "You have no permissions to create a printer on this 'Base'."
+msgstr ""
+"U heeft geen toestemming om een printer aan te maken onder deze 'Basis'."
 
 
-#: plugins/admin/departments/generic.tpl:59
-msgid "Base telephone number of this subtree"
-msgstr "Basis telefoonnummer van deze subtree"
+#: plugins/admin/systems/class_printGeneric.inc:584
+#: plugins/admin/systems/class_printGeneric.inc:586
+#: plugins/admin/ogroups/class_ogroupManagement.inc:482
+#: plugins/admin/fai/faiTemplateEntry.tpl:71
+#: plugins/admin/fai/faiTemplateEntry.tpl:103
+#: plugins/generic/references/class_reference.inc:36
+msgid "Group"
+msgstr "Groep"
 
 
-#: plugins/admin/departments/generic.tpl:63
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Basis Fax nummer van deze subtree"
+#: plugins/admin/systems/class_servDNS.inc:36
+msgid "Remove DNS service"
+msgstr "Verwijder DNS service"
 
 
-#: plugins/admin/departments/remove.tpl:6
-#: plugins/gofon/conference/remove.tpl:6
+#: plugins/admin/systems/class_servDNS.inc:37
 msgid ""
 msgid ""
-"This includes 'all' accounts, systems, etc. in this subtree. Please double "
-"check if your really want to do this since there is no way for GOsa to get "
-"your data back."
+"This server has DNS features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
-"Dit omvat 'alle' accounts, systemen etc. in deze subtree. Verzeker uzelf er "
-"van dat dit is wat u wilt, aangezien er geen mogelijkheid voor GOsa is om "
-"deze gegevens terug te halen."
+"Deze server heeft DNS mogelijkheden ingeschakeld. U kunt deze uitschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/departments/headpage.tpl:6
-msgid "List of departments"
-msgstr "Lijst met afdelingen"
+#: plugins/admin/systems/class_servDNS.inc:39
+msgid "Add DNS service"
+msgstr "Voeg DNS service toe"
 
 
-#: plugins/admin/departments/headpage.tpl:24
+#: plugins/admin/systems/class_servDNS.inc:40
 msgid ""
 msgid ""
-"This menu allows you to create, delete and edit selected departments. Having "
-"a large size of departments, you might prefer the range selectors on top of "
-"the department list."
+"This server has DNS features disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"Dit menu maakt het mogelijk om geselecteerde afdelingen toe te voegen, "
-"bewerken of verwijderen. Indien u veel afdelingen heeft is het aan te raden "
-"de selectie mogelijkheden te gebruiken."
+"Deze server heeft DNS mogelijkheden uitgeschakeld. U kunt deze inschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/departments/headpage.tpl:38
-msgid "Display departments matching"
-msgstr "Toon overeenkomende afdelingen"
+#: plugins/admin/systems/workstation.tpl:9
+msgid "Workstation template"
+msgstr "Werkstation sjabloon"
 
 
-#: plugins/admin/departments/headpage.tpl:42
-msgid "Regular expression for matching department names"
-msgstr "Reguliere expressie voor overeenkomende afdelingen"
+#: plugins/admin/systems/workstation.tpl:11
+msgid "Workstation name"
+msgstr "Werkstation naam"
 
 
-#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
-msgid "Department management"
-msgstr "Afdeling beheer"
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
+msgstr "Kerberos kadmin toegang"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:150
-msgid "You have no permissions to create a department on this 'Base'."
-msgstr ""
-"U heeft geen toestemming om een afdeling aan te maken onder deze 'Basis'."
+#: plugins/admin/systems/servdb.tpl:10
+msgid "Kerberos Realm"
+msgstr "Kerberos Realm"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:157
-#: plugins/admin/departments/class_departmentGeneric.inc:159
-msgid "Department with that 'Name' already exists."
-msgstr "Er bestaat al een afdeling met deze 'Naam'."
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
+msgid "Admin user"
+msgstr "Beheerder"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:167
-msgid "Required field 'Description' is not set."
-msgstr "Vereist veld 'Omschrijving' is leeg."
+#: plugins/admin/systems/servdb.tpl:26
+msgid "FAX database"
+msgstr "FAX database"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:172
-msgid "The field 'Name' contains the reserved word 'incoming'."
-msgstr "Het veld 'Naam' bevat het gereserveerde woord 'incoming'."
+#: plugins/admin/systems/servdb.tpl:30
+msgid "FAX DB user"
+msgstr "FAX DB gebruiker"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:173
-msgid " Please choose another name."
-msgstr "Kies a.u.b. een andere naam."
+#: plugins/admin/systems/servdb.tpl:42
+msgid "Asterisk management"
+msgstr "Asterisk beheer"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:43
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
-msgid "Departments"
-msgstr "Afdelingen"
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
+msgstr "Asterisk DB gebruiker"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:185
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
-#, php-format
-msgid "You're about to delete the whole LDAP subtree placed under '%s'."
-msgstr "U staat op het punt de hele LDAP subtree onder '%s' te verwijderen."
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
+msgstr "Internationale telefoon prefix"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:202
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
-msgid "You have no permission to remove this department."
-msgstr "U heeft geen toestemming om deze afdeling te verwijderen."
+#: plugins/admin/systems/servdb.tpl:58
+msgid "Local dial prefix"
+msgstr "Lokale telefoon prefix"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:281
-msgid "Create new department"
-msgstr "Nieuwe afdeling aanmaken"
+#: plugins/admin/systems/servdb.tpl:70
+msgid "IMAP admin access"
+msgstr "IMAP beheerder toegang"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:289
-msgid "This table displays all departments, in the selected tree."
-msgstr "Deze tabel toont alle afdelingen in de geselecteerde tree."
+#: plugins/admin/systems/servdb.tpl:74
+msgid "Server identifier"
+msgstr "Server identificatie"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:298
-msgid "Department name"
-msgstr "Afdelingnaam"
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
+msgstr "Verbindingings URL"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:392
-msgid ".."
-msgstr ".."
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
+msgstr "Sieve poort"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:53
-#: plugins/admin/systems/class_terminalInfo.inc:181
-msgid "present"
-msgstr "aanwezig"
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
+msgstr "Log database"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:65
-#: plugins/admin/systems/class_terminalService.inc:139
-#: plugins/admin/systems/class_terminalStartup.inc:99
-#: plugins/admin/systems/class_workstationService.inc:124
-#: plugins/admin/systems/class_workstationStartup.inc:215
-#: plugins/admin/systems/class_terminalGeneric.inc:130
-msgid "This 'dn' has no terminal features."
-msgstr "Deze 'dn' heeft geen terminal mogelijkheden."
+#: plugins/admin/systems/servdb.tpl:104
+msgid "Logging DB user"
+msgstr "Log DB gebruiker"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:72
-msgid "This is a virtual terminal which has no properties to show here."
+#: plugins/admin/systems/class_servKolab.inc:115
+msgid "Remove Kolab extension"
+msgstr "Verwijder Kolab mogelijkheden"
+
+#: plugins/admin/systems/class_servKolab.inc:115
+msgid ""
+"This server has kolab features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Dit is een virtuele terminal die geen eigenschappen voorhanden heeft die "
-"hier getoond kunnen worden."
+"Deze server heeft Kolab mogelijkheden ingeschakeld. U kunt deze uitschakelen "
+"door de knop hieronder te gebruiken."
+
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid "Add Kolab service"
+msgstr "Voeg Kolab service toe"
+
+#: plugins/admin/systems/class_servKolab.inc:118
+msgid ""
+"This server has kolab features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Deze server heeft Kolab mogelijkheden uitgeschakeld. U kunt deze inschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:92
-msgid "online"
-msgstr "online"
+#: plugins/admin/systems/class_servKolab.inc:146
+#, php-format
+msgid "Include data from %s days in the past when creating free/busy lists"
+msgstr ""
+"Gebruik data van %s dagen geleden wanneer free/busy lijsten worden aangemaakt"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:144
-msgid "running"
-msgstr "draait"
+#: plugins/admin/systems/class_servKolab.inc:152
+#, php-format
+msgid "Warn users when using more than %s%% of their mail quota"
+msgstr ""
+"Waarschuw gebruikers wanneer meer dan %s%% van hun E-mail quota gebruikt "
+"wordt"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:147
-msgid "not running"
-msgstr "draait niet"
+#: plugins/admin/systems/class_servKolab.inc:224
+msgid "Future days in Free/Busy settings must be set."
+msgstr "Toekomstige dagen moet ingesteld zijn in de Free/Busy instellingen."
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:155
-msgid "unknown status"
-msgstr "onbekende status"
+#: plugins/admin/systems/class_servKolab.inc:226
+msgid "Future days in Free/Busy settings must be a positive value."
+msgstr ""
+"Toekomstige dagen moet een positieve waarde bevatten in de Free/Busy "
+"instellingen."
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:173
-msgid "offline"
-msgstr "offline"
+#: plugins/admin/systems/class_servKolab.inc:230
+msgid "The given Quota settings value must be a number."
+msgstr "De opgegeven Quota instellingen moeten nummeriek zijn."
 
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network settings"
-msgstr "Netwerk instellingen"
+#: plugins/admin/systems/class_servKolab.inc:232
+msgid "Please choose a value between 1 and 100 for Quota settings."
+msgstr "Kies a.u.b. een waarde tussen 1 en 100 voor de Quota instellingen."
 
 
-#: plugins/admin/systems/network.tpl:8
-msgid "IP-address"
-msgstr "IP adres"
+#: plugins/admin/systems/class_servKolab.inc:234
+msgid "Future days must be a value."
+msgstr "Toekomstige dagen moet een waarde bevatten."
 
 
-#: plugins/admin/systems/network.tpl:16
-msgid "MAC-address"
-msgstr "Hardware adres (MAC)"
+#: plugins/admin/systems/class_servKolab.inc:238
+msgid "No SMTP privileged networks set."
+msgstr "Er zijn geen netwerken met SMTP privileges ingesteld"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:73
-#: plugins/admin/systems/class_componentGeneric.inc:51
-msgid "This 'dn' has no network features."
-msgstr "Deze 'dn' heeft geen netwerk mogelijkheden."
+#: plugins/admin/systems/class_servKolab.inc:242
+msgid "No SMTP smarthost/relayhost set."
+msgstr "Er is geen SMTP smarthost/relayhost ingesteld"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:142
-#: plugins/admin/systems/class_componentGeneric.inc:113
-msgid "The required field 'Component name' is not set."
-msgstr "Het vereiste veld 'Component naam' is leeg."
+#: plugins/admin/systems/servkolab.tpl:14
+msgid "POP3 service"
+msgstr "POP3 service"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:156
-#: plugins/admin/systems/class_componentGeneric.inc:126
-msgid "You have no permissions to create a component on this 'Base'."
-msgstr ""
-"U heeft geen toestemming om een component aan te maken onder deze 'Basis'."
+#: plugins/admin/systems/servkolab.tpl:22
+msgid "POP3/SSL service"
+msgstr "POP3/SSL service"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:166
-#: plugins/admin/systems/class_phoneGeneric.inc:302
-#: plugins/admin/systems/class_terminalGeneric.inc:260
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/systems/class_workstationGeneric.inc:221
-#: plugins/admin/systems/class_printGeneric.inc:458
-#: plugins/admin/systems/class_componentGeneric.inc:136
-#, php-format
-msgid "There is already an entry '%s' in the base choosen by you"
-msgstr "Er is al een invoer '%s' onder de basis die u gekozen heeft"
+#: plugins/admin/systems/servkolab.tpl:30
+msgid "IMAP service"
+msgstr "IMAP Service"
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "Systeem informatie"
+#: plugins/admin/systems/servkolab.tpl:38
+msgid "IMAP/SSL service"
+msgstr "IMAP/SSL service"
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "Processor"
+#: plugins/admin/systems/servkolab.tpl:46
+msgid "Sieve service"
+msgstr "Sieve service"
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "Geheugen"
+#: plugins/admin/systems/servkolab.tpl:54
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+msgstr ""
+"FTP Free/Busy service (vervallen, niet compatibel met Kolab2 Free/Busy)"
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "Hardware Adres (MAC)"
+#: plugins/admin/systems/servkolab.tpl:62
+msgid "HTTP FreeBusy service (legacy)"
+msgstr "HTTP Free/Busy service (vervallen)"
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "USB ondersteuning"
+#: plugins/admin/systems/servkolab.tpl:70
+msgid "Amavis email scanning (virus/spam)"
+msgstr "Amavis email scannen (virus/anti-spam)"
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "Systeem status"
+#: plugins/admin/systems/servkolab.tpl:81
+msgid "Quota settings"
+msgstr "Quota instellingen"
 
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
-msgstr "Inventaris nummer"
+#: plugins/admin/systems/servkolab.tpl:97
+msgid "Free/Busy settings"
+msgstr "Free/Busy instellingen"
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Laatste aanmelding"
+#: plugins/admin/systems/servkolab.tpl:102
+msgid "Allow unauthenticated downloading of Free/Busy information"
+msgstr "Sta ongeauthoriseerd downloaden van Free/Busy informatie toe"
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Netwerk apparaten"
+#: plugins/admin/systems/servkolab.tpl:117
+msgid "SMTP privileged networks"
+msgstr "SMTP toegestane netwerken"
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "IDE apparaten"
+#: plugins/admin/systems/servkolab.tpl:122
+msgid "Hosts/networks allowed to relay"
+msgstr "Hosts/netwerken die E-mail mogen ralayen"
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "SCSI apparaten"
+#: plugins/admin/systems/servkolab.tpl:125
+msgid "Enter multiple values, seperated with"
+msgstr "Voor meerdere waardes in, gescheiden door"
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Diskdrive"
+#: plugins/admin/systems/servkolab.tpl:138
+msgid "SMTP smarthost/relayhost"
+msgstr "SMTP smarthost/relayhost"
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "CDROM speler"
+#: plugins/admin/systems/servkolab.tpl:144
+msgid "Enable MX lookup for relayhost"
+msgstr "Sta MX record opzoeken voor relayhost toe"
 
 
-#: plugins/admin/systems/info.tpl:73
-#: plugins/admin/systems/workstationService.tpl:83
-#: plugins/admin/systems/terminalService.tpl:83
-msgid "Graphic device"
-msgstr "Grafische kaart"
+#: plugins/admin/systems/servkolab.tpl:149
+msgid "Host used to relay mails"
+msgstr "Host die gebruikt wordt om E-mails te relayen"
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Geluidskaart"
+#: plugins/admin/systems/servkolab.tpl:163
+msgid "Accept Internet Mail"
+msgstr "Accepteer Internet E-mail"
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "Staat aan sinds"
+#: plugins/admin/systems/servkolab.tpl:169
+msgid "Accept mail from other domains over non-authenticated SMTP"
+msgstr "Accepteer E-mail van andere domeinen over niet geauthenticeerde SMTP"
 
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
-msgstr "Processor belasting"
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
+msgstr "Machinenaam"
 
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
-msgstr "Geheugen gebruik"
+#: plugins/admin/systems/remove.tpl:6
+msgid ""
+"This includes <b>all</b> system and setup informations. Please double check "
+"if your really want to do this since there is no way for GOsa to get your "
+"data back."
+msgstr ""
+"Dit omvat <b>alle</b> systeem en configuratie informatie. Verzeker uzelf "
+"hiervan, aangezien er geen manier is voor GOsa om deze gegevens terug te "
+"halen."
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Swap gebruik"
+#: plugins/admin/systems/headpage.tpl:6
+msgid "List of systems"
+msgstr "Lijst met systemen"
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "SSH service"
+#: plugins/admin/systems/headpage.tpl:24
+msgid ""
+"This menu allows you to add, remove and change the properties of specific "
+"systems. You can only add systems which have already been started once."
+msgstr ""
+"Dit menu maakt het mogelijk om specifieke systemen toe te voegen, bewerken "
+"en verwijderen. U kunt alleen systemen toevoegen die al eens opgestart "
+"geweest zijn."
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "Print service"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Select to see servers"
+msgstr "Selecteer om servers te zien"
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Scan service"
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Show servers"
+msgstr "Toon servers"
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Audio service"
+#: plugins/admin/systems/headpage.tpl:39
+msgid "Select to see Linux terminals"
+msgstr "Selecteer om Linux terminals te zien"
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: plugins/admin/systems/headpage.tpl:39
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Show terminals"
+msgstr "Toon terminals"
 
 
-#: plugins/admin/systems/class_terminalService.inc:83
-#: plugins/admin/systems/class_workstationService.inc:68
-msgid "default"
-msgstr "standaard"
+#: plugins/admin/systems/headpage.tpl:40
+msgid "Select to see Linux workstations"
+msgstr "Selecteer om Linux werkstations te zien"
 
 
-#: plugins/admin/systems/class_terminalService.inc:84
-#: plugins/admin/systems/class_workstationService.inc:69
-msgid "show chooser"
-msgstr "toon keuze-mogelijkheid"
+#: plugins/admin/systems/headpage.tpl:40
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Show workstations"
+msgstr "Toon werkstations"
 
 
-#: plugins/admin/systems/class_terminalService.inc:85
-#: plugins/admin/systems/class_workstationService.inc:70
-msgid "direct"
-msgstr "direkt"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Selecteer om Microsoft Windows werkstations te zien"
 
 
-#: plugins/admin/systems/class_terminalService.inc:88
-#: plugins/admin/systems/class_workstationService.inc:73
-msgid "load balanced"
-msgstr "load balanced"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Show windows based workstations"
+msgstr "Toon Windows werkstations"
 
 
-#: plugins/admin/systems/class_terminalService.inc:91
-#: plugins/admin/systems/class_workstationService.inc:76
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Select to see network printers"
+msgstr "Selecteer om netwerk printers te zien"
 
 
-#: plugins/admin/systems/class_terminalService.inc:92
-#: plugins/admin/systems/class_workstationService.inc:77
-msgid "ICA client"
-msgstr "ICA client"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Show network printers"
+msgstr "Toon netwerk printers"
 
 
-#: plugins/admin/systems/class_terminalService.inc:187
-#: plugins/admin/systems/class_workstationService.inc:171
-msgid "Choose the phone located at the current terminal"
-msgstr "Selecteer de telefoon die zich bij de huidige terminal bevindt."
+#: plugins/admin/systems/headpage.tpl:43
+msgid "Select to see VOIP phones"
+msgstr "Selecteer om VOIP telefoons te zien"
 
 
-#: plugins/admin/systems/class_terminalService.inc:251
-#: plugins/admin/systems/class_terminalService.inc:256
-#: plugins/admin/systems/class_workstationService.inc:236
-#: plugins/admin/systems/class_workstationService.inc:241
-msgid "Please specify a valid VSync range."
-msgstr "Geef a.u.b. een geldig VSync bereik op."
+#: plugins/admin/systems/headpage.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Show phones"
+msgstr "Toon telefoons"
 
 
-#: plugins/admin/systems/class_terminalService.inc:266
-#: plugins/admin/systems/class_terminalService.inc:271
-#: plugins/admin/systems/class_workstationService.inc:251
-#: plugins/admin/systems/class_workstationService.inc:256
-msgid "Please specify a valid HSync range."
-msgstr "Geef a.u.b. een geldig HSync bereik op."
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Select to see network devices"
+msgstr "Selecteer om netwerk apparaten te zien"
 
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Systeembeheer"
+#: plugins/admin/systems/headpage.tpl:44
+msgid "Show network devices"
+msgstr "Toon netwerk apparaten"
 
 
-#: plugins/admin/systems/class_servService.inc:264
-msgid "Terminal server, must have fontpath specified."
-msgstr "Terminal server moet een fontpath hebben."
+#: plugins/admin/systems/headpage.tpl:52
+msgid "Regular expression for matching system names"
+msgstr "Reguliere expressie voor overeenkomende systeemnamen"
 
 
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Nfs Export"
-msgstr "NFS Export"
+#: plugins/admin/systems/headpage.tpl:59
+msgid "Display systems of user"
+msgstr "Toon systemen van gebruiker"
 
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
-msgstr "Tijd Service"
+#: plugins/admin/systems/headpage.tpl:62
+msgid "User name of which terminal(s) are shown"
+msgstr "Gebruikersnaam van wie de terminal(s) getoond worden"
 
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
-msgstr "LDAP Service"
+#: plugins/admin/systems/password.tpl:2
+msgid ""
+"To change the terminal root password use the fields below. The changes take "
+"effect during the next reboot. Please memorize the new password, because you "
+"wouldn't be able to log in."
+msgstr ""
+"Gebruik de velden hieronder om het terminal root wachtwoord te veranderen. "
+"De veranderingen worden onmiddelijk doorgevoerd. Onthoud het nieuwe "
+"wachtwoord a.u.b. aangezien u niet in kan loggen zonder dit wachtwoord."
 
 
-#: plugins/admin/systems/servservice.tpl:72
-msgid "Terminal Service"
-msgstr "Terminal Service"
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
+msgstr "Laat velden leeg voor wachtwoord overerving vanuit standaard waarden."
 
 
-#: plugins/admin/systems/servservice.tpl:77
-msgid "Temporary disable login"
-msgstr "Schakel inlog mogelijkheid tijdelijk uit"
+#: plugins/admin/systems/password.tpl:9
+msgid "Changing the password impinges on authentification only."
+msgstr ""
+"Het veranderen van het wachtwoord is alleen van toepassing op authenticatie."
 
 
-#: plugins/admin/systems/servservice.tpl:80
-msgid "Font path"
-msgstr "Fontpad"
+#: plugins/admin/systems/class_servRepositorySetup.inc:115
+#, fuzzy
+msgid "Please enter a value for 'release'."
+msgstr "Geef a.u.b. een waarde voor script op"
 
 
-#: plugins/admin/systems/servservice.tpl:93
-msgid "Syslog Service"
-msgstr "Syslog Service"
+#: plugins/admin/systems/class_servRepositorySetup.inc:146
+#, fuzzy
+msgid "Master"
+msgstr "Datum"
 
 
-#: plugins/admin/systems/servservice.tpl:101
-msgid "Print Service"
-msgstr "Print Service"
+#: plugins/admin/systems/class_componentGeneric.inc:116
+#: plugins/admin/systems/class_phoneGeneric.inc:279
+msgid "The required field 'MAC-address' is not set."
+msgstr "Het vereiste veld 'Hardware adres (MAC)' is leeg."
 
 
-#: plugins/admin/systems/servservice.tpl:109
-msgid "Mail server"
-msgstr "Mail server"
+#: plugins/admin/systems/class_componentGeneric.inc:119
+#: plugins/admin/systems/class_phoneGeneric.inc:282
+msgid "The required field 'IP-address' is not set."
+msgstr "Het vereiste veld 'IP adres' is leeg."
 
 #: plugins/admin/systems/chooser.tpl:1
 msgid "Choose the kind of system component you want to create"
 
 #: plugins/admin/systems/chooser.tpl:1
 msgid "Choose the kind of system component you want to create"
@@ -6479,41 +6678,163 @@ msgstr ""
 "gebruikt worden binnen Nagios omgevingen om component afhankelijkheden te "
 "kunnen creëren."
 
 "gebruikt worden binnen Nagios omgevingen om component afhankelijkheden te "
 "kunnen creëren."
 
-#: plugins/admin/systems/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Linux thin client sjabloon"
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Linux thin client sjabloon"
+
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Linux werkstation sjabloon"
+
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Linux server"
+
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Windows werkstation"
+
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
+msgstr "Netwerk printer"
+
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
+msgstr "Ander netwerk component"
+
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
+msgstr "Aanmaken"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:105
+msgid "This 'dn' has no phone features."
+msgstr "Deze 'dn' heeft geen telefoon mogelijkheden."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+msgid "yes"
+msgstr "ja"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+msgid "no"
+msgstr "nee"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:198
+msgid "dynamic"
+msgstr "dynamisch"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:198
+msgid "Networksettings"
+msgstr "Netwerk instellingen"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:216
+#, php-format
+msgid ""
+"Can't delete because there are user which are depending on this phone. One "
+"of them is user '%s'."
+msgstr ""
+"Kan niet verwijderd worden, aangezien er een gebruiker is die afhankelijkis "
+"van deze telefoon. Een van deze gebruiker(s) is '%s'."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:273
+msgid "The required field 'Phone name' is not set."
+msgstr "Het vereiste veld 'Telefoonnaam' is leeg."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:276
+msgid "The 'Phone name' '0' is reserved and cannot be used."
+msgstr "De 'Telefoonnaam' '0' is gereserveerd en kan niet gebruikt worden."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:285
+msgid "Wrong IP format in field IP-address."
+msgstr "Verkeerd IP formaat in het veld IP adres"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:290
+msgid ""
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
+msgstr ""
+
+#: plugins/admin/systems/class_phoneGeneric.inc:297
+msgid "You have no permissions to create a phone on this 'Base'."
+msgstr ""
+"U heeft geen toestemming om een telefoon aan te maken onder deze 'Basis'."
+
+#: plugins/admin/systems/phonesettings.tpl:1
+msgid "Advanced phone settings"
+msgstr "Geavanceerde telefoon instellingen"
+
+#: plugins/admin/systems/phonesettings.tpl:6
+msgid "Phone type"
+msgstr "Telefoontype"
+
+#: plugins/admin/systems/phonesettings.tpl:7
+#: plugins/admin/systems/phonesettings.tpl:25
+#: plugins/admin/systems/phonesettings.tpl:35
+#: plugins/admin/systems/phonesettings.tpl:49
+#: plugins/admin/systems/phonesettings.tpl:78
+#: plugins/admin/systems/phonesettings.tpl:109
+#: plugins/admin/systems/phonesettings.tpl:156
+msgid "Choose a phone type"
+msgstr "Kies een telefoontype"
+
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
+msgstr "ververs"
+
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
+msgstr "DTMF modus"
+
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+msgid "Default IP"
+msgstr "Standaard IP"
+
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
+msgstr "Reageer timeout"
+
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
+msgstr "Modus"
+
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr "Authorisatietype"
 
 
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Linux werkstation sjabloon"
+#: plugins/admin/systems/phonesettings.tpl:116
+msgid "Secret"
+msgstr "Wachtwoord"
 
 
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Linux server"
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr "GOFonInKeys"
 
 
-#: plugins/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Windows werkstation"
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
+msgstr "GoFonOutKeys"
 
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
-msgstr "Netwerk printer"
+#: plugins/admin/systems/phonesettings.tpl:145
+msgid "Account code"
+msgstr "Account code"
 
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
-msgstr "Ander netwerk component"
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
+msgstr "Trunk lijnen"
 
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
-msgstr "Aanmaken"
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
+msgstr "Hosts die mogen verbinden"
 
 
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/server.tpl:15
-#: plugins/admin/systems/phone.tpl:15 plugins/admin/systems/terminal.tpl:20
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
-msgstr "Selecteer de subtree waar de terminal onder geplaatst zal worden"
+#: plugins/admin/systems/phonesettings.tpl:183
+msgid "Hosts that are not allowed to connect"
+msgstr "Hosts die niet mogen verbinden"
+
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
+msgstr "MSN"
 
 #: plugins/admin/systems/workstationService.tpl:4
 #: plugins/admin/systems/terminalService.tpl:4
 
 #: plugins/admin/systems/workstationService.tpl:4
 #: plugins/admin/systems/terminalService.tpl:4
@@ -6585,12 +6906,6 @@ msgstr "Telefoon hardware"
 msgid "Telephone"
 msgstr "Telefoon"
 
 msgid "Telephone"
 msgstr "Telefoon"
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/printer.tpl:45
-#: plugins/admin/systems/terminalService.tpl:86
-msgid "Driver"
-msgstr "Stuurprogramma"
-
 #: plugins/admin/systems/workstationService.tpl:88
 #: plugins/admin/systems/terminalService.tpl:88
 msgid "Choose graphic driver that is needed by the installed graphic board"
 #: plugins/admin/systems/workstationService.tpl:88
 #: plugins/admin/systems/terminalService.tpl:88
 msgid "Choose graphic driver that is needed by the installed graphic board"
@@ -6652,233 +6967,50 @@ msgstr "Selecteer om de SANE scan service te starten op de terminal"
 msgid "Provide scan services"
 msgstr "Lever scan diensten"
 
 msgid "Provide scan services"
 msgstr "Lever scan diensten"
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Selecteer de toe te voegen regels"
-
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-msgid "Display members of department"
-msgstr "Toon leden van afdeling"
-
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-msgid "Display members matching"
-msgstr "Toon de overeenkomende leden"
-
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-msgid "Regular expression for matching member names"
-msgstr "Reguliere expressie voor overeenkomende lidnamen"
-
-#: plugins/admin/systems/class_workstationStartup.inc:197
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Selecteer a.u.b. een 'FAI server' of  verwijder de 'FAI klasses'."
-
-#: plugins/admin/systems/class_workstationStartup.inc:251
-msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
-msgstr ""
-"Er bestaat al een profiel in uw selectie die partitietabel configuraties "
-"bevat."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:105
-msgid "This 'dn' has no phone features."
-msgstr "Deze 'dn' heeft geen telefoon mogelijkheden."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
-msgid "yes"
-msgstr "ja"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
-msgid "no"
-msgstr "nee"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:198
-msgid "dynamic"
-msgstr "dynamisch"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:198
-msgid "Networksettings"
-msgstr "Netwerk instellingen"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:216
-#, php-format
-msgid ""
-"Can't delete because there are user which are depending on this phone. One "
-"of them is user '%s'."
-msgstr ""
-"Kan niet verwijderd worden, aangezien er een gebruiker is die afhankelijkis "
-"van deze telefoon. Een van deze gebruiker(s) is '%s'."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:273
-msgid "The required field 'Phone name' is not set."
-msgstr "Het vereiste veld 'Telefoonnaam' is leeg."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:276
-msgid "The 'Phone name' '0' is reserved and cannot be used."
-msgstr "De 'Telefoonnaam' '0' is gereserveerd en kan niet gebruikt worden."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:279
-#: plugins/admin/systems/class_componentGeneric.inc:116
-msgid "The required field 'MAC-address' is not set."
-msgstr "Het vereiste veld 'Hardware adres (MAC)' is leeg."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:282
-#: plugins/admin/systems/class_componentGeneric.inc:119
-msgid "The required field 'IP-address' is not set."
-msgstr "Het vereiste veld 'IP adres' is leeg."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:285
-msgid "Wrong IP format in field IP-address."
-msgstr "Verkeerd IP formaat in het veld IP adres"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "You have no permissions to create a phone on this 'Base'."
-msgstr ""
-"U heeft geen toestemming om een telefoon aan te maken onder deze 'Basis'."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:64
-#, php-format
-msgid "Can't open '%s', ppd settings resetted."
-msgstr "Kon '%s' niet openen. PPD instellingen zijn teruggezet."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:105
-#, php-format
-msgid ""
-"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
-"informations."
-msgstr ""
-"Het opgegeven PPD_PATH='%s' in uw gosa.conf is ongeldig. Kan geen PPD "
-"informatie lezen."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:106
-msgid "Can't get ppd informations."
-msgstr "Kan de PPD informatie niet ophalen."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:122
-#, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
-msgstr "Kan directory '%s',voor het verstuurde PPD bestand, niet aanmaken."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:135
-#, php-format
-msgid "There is already a ppd file for this kind of printer."
-msgstr "Er bestaat al een PPD bestand voor dit type printer."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:143
-#, php-format
-msgid "Can't save file '%s'."
-msgstr "Kan bestand '%s' niet opslaan."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:162
-#: plugins/admin/systems/class_printerPPDDialog.inc:165
-msgid "Please specify a valid ppd file."
-msgstr "Geef a.u.b. een geldige PPD bestand op."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:189
-msgid "Please select a valid ppd."
-msgstr "Selecteer a.u.b. een geldig PPD bestand."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:363
-#: plugins/admin/systems/class_printerPPDDialog.inc:366
-msgid "True"
-msgstr "Ja"
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:364
-#: plugins/admin/systems/class_printerPPDDialog.inc:367
-msgid "False"
-msgstr "Nee"
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:372
-#, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
-msgstr "PPD type '%s', gebruikt voor '%s', wordt niet ondersteund "
-
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
-msgstr "Servernaam"
-
-#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/ogroups/termgroup.tpl:3
-msgid "Action"
-msgstr "Actie"
-
-#: plugins/admin/systems/server.tpl:42
-msgid "Select action to execute for this server"
-msgstr "Selecteer de voor deze server uit te voeren actie"
-
-#: plugins/admin/systems/class_terminalGeneric.inc:63
-msgid "text"
-msgstr "tekst"
+#: plugins/admin/systems/class_servNfs.inc:104
+msgid "Please specify a valid path for your setup."
+msgstr "Geef a.u.b. een geldig pad op voor uw instellingen."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:64
-msgid "graphic"
-msgstr "grafisch"
+#: plugins/admin/systems/class_servNfs.inc:110
+msgid "Please specify a valid name for your setup."
+msgstr "Geef a.u.b. een geldige naam op voor uw instellingen."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:92
-#: plugins/admin/systems/class_servGeneric.inc:62
-#: plugins/admin/ogroups/class_termgroup.inc:62
-msgid "No WAKECMD definition found in your gosa.conf"
-msgstr "Er is geen 'WAKECMD' gedefiniëerd in uw gosa.conf"
+#: plugins/admin/systems/class_servNfs.inc:113
+msgid "Please specify a name for your setup."
+msgstr "Geef a.u.b. een naam op voor uw instellingen."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:96
-#: plugins/admin/systems/class_terminalGeneric.inc:108
-#: plugins/admin/systems/class_terminalGeneric.inc:120
-#: plugins/admin/systems/class_servGeneric.inc:66
-#: plugins/admin/systems/class_servGeneric.inc:78
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/systems/class_workstationGeneric.inc:104
-#: plugins/admin/ogroups/class_termgroup.inc:66
-#: plugins/admin/ogroups/class_termgroup.inc:78
-#: plugins/admin/ogroups/class_termgroup.inc:90
-#, php-format
-msgid "Execution of '%s' failed!"
-msgstr "Uitvoer van '%s' is mislukt!"
+#: plugins/admin/systems/class_servNfs.inc:118
+msgid "Description contains invalid characters."
+msgstr "De omschrijving bevat ongeldige karakters."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: plugins/admin/systems/class_servGeneric.inc:74
-#: plugins/admin/ogroups/class_termgroup.inc:74
-msgid "No REBOOTCMD definition found in your gosa.conf"
-msgstr "Er is geen 'REBOOTCMD' in uw gosa.conf gedefiniëerd"
+#: plugins/admin/systems/class_servNfs.inc:122
+msgid "Path contains invalid characters."
+msgstr "Het pad bevat ongeldige karakters."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:116
-#: plugins/admin/systems/class_servGeneric.inc:86
-#: plugins/admin/ogroups/class_termgroup.inc:86
-msgid "No HALTCMD definition found in your gosa.conf"
-msgstr "Er is geen 'HALTCMD' in uw gosa.conf gedefiniëerd"
+#: plugins/admin/systems/class_servNfs.inc:126
+msgid "Option contains invalid characters."
+msgstr "De optie bevat ongeldige karakters."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Switch off"
-msgstr "Uitschakelen"
+#: plugins/admin/systems/servnfs.tpl:1
+#, fuzzy
+msgid "Edit share"
+msgstr "Bewerk gebruiker"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Reboot"
-msgstr "Herstarten"
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "NFS instellingen"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:117
-#: plugins/admin/systems/class_workstationGeneric.inc:137
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Wake up"
-msgstr "Aanzetten"
+#: plugins/admin/systems/servnfs.tpl:25
+msgid "Path"
+msgstr "Pad"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:243
-msgid "You have no permissions to create a terminal on this 'Base'."
-msgstr ""
-"U heeft geen toestemming om een nieuwe terminal aan te maken onder deze "
-"'basis'"
+#: plugins/admin/systems/servnfs.tpl:49
+msgid "Charset"
+msgstr "Karakterset"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:247
-msgid "The required field 'Terminal name' is not set."
-msgstr "Het vereiste veld 'Terminal naam' is leeg."
+#: plugins/admin/systems/servnfs.tpl:59
+msgid "Option"
+msgstr "Optie"
 
 #: plugins/admin/systems/printerPPDDialog.tpl:1
 msgid "Printer driver"
 
 #: plugins/admin/systems/printerPPDDialog.tpl:1
 msgid "Printer driver"
@@ -6893,1651 +7025,1628 @@ msgstr "Selecteer"
 msgid "New driver"
 msgstr "Nieuw stuurprogramma"
 
 msgid "New driver"
 msgstr "Nieuw stuurprogramma"
 
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
-msgstr "Opstart parameters"
-
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "LDAP server"
-msgstr "LDAP server"
-
-#: plugins/admin/systems/workstationStartup.tpl:10
-#: plugins/admin/systems/terminalStartup.tpl:10
-msgid "Choose LDAP server to use for accounts and terminal management"
-msgstr "Selecteer de te gebruiken LDAP server voor account en terminal beheer"
-
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Boot kernel"
-msgstr "Boot kernel"
-
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
-msgid "Enter the filename of the kernel to use"
-msgstr "Geef de bestandsnaam op van de te gebruiken kernel"
-
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "Custom options"
-msgstr "Aangepaste opties"
+#: plugins/admin/systems/class_printerPPDDialog.inc:64
+#, php-format
+msgid "Can't open '%s', ppd settings resetted."
+msgstr "Kon '%s' niet openen. PPD instellingen zijn teruggezet."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:24
-#: plugins/admin/systems/terminalStartup.tpl:24
+#: plugins/admin/systems/class_printerPPDDialog.inc:105
+#, php-format
 msgid ""
 msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
-msgstr ""
-"Geef parameters op die meegeven worden aan de kernel als append regel "
-"tijdens het opstarten"
-
-#: plugins/admin/systems/workstationStartup.tpl:35
-msgid "FAI server"
-msgstr "FAI server"
-
-#: plugins/admin/systems/workstationStartup.tpl:42
-msgid "Assigned FAI classes"
-msgstr "Toegekende FAI klasses"
-
-#: plugins/admin/systems/workstationStartup.tpl:62
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
-msgstr "Kernel modules (formaat: naam parameters)"
-
-#: plugins/admin/systems/workstationStartup.tpl:64
-#: plugins/admin/systems/terminalStartup.tpl:55
-msgid "Add additional modules to load on startup"
-msgstr "Voeg additioneel te laden modules toe bij het opstarten"
-
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
-msgstr "Telefoonnaam"
-
-#: plugins/admin/systems/class_servGeneric.inc:52
-msgid "This 'dn' has no server features."
-msgstr "Deze 'dn' heeft geen server mogelijkheden."
-
-#: plugins/admin/systems/class_servGeneric.inc:166
-msgid "The required field 'Server name' is not set."
-msgstr "Het vereiste veld 'Servernaam' is leeg."
-
-#: plugins/admin/systems/class_servGeneric.inc:173
-msgid "You have no permissions to create a server on this 'Base'."
+"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
+"informations."
 msgstr ""
 msgstr ""
-"U heeft geen toestemming om een server aan te maken onder deze 'Basis'."
-
-#: plugins/admin/systems/terminal.tpl:9
-msgid "Terminal template"
-msgstr "Terminal sjabloon"
-
-#: plugins/admin/systems/terminal.tpl:11
-msgid "Terminal name"
-msgstr "Terminal naam"
-
-#: plugins/admin/systems/terminal.tpl:36
-#: plugins/admin/systems/workstation.tpl:45
-#: plugins/admin/systems/phonesettings.tpl:21
-msgid "Mode"
-msgstr "Modus"
-
-#: plugins/admin/systems/terminal.tpl:38
-#: plugins/admin/systems/workstation.tpl:47
-msgid "Select terminal mode"
-msgstr "Selecteer terminal modus"
-
-#: plugins/admin/systems/terminal.tpl:52
-msgid "Root server"
-msgstr "Root server"
-
-#: plugins/admin/systems/terminal.tpl:54
-msgid "Select NFS root filesystem to use"
-msgstr "Selecteer het te gebruiken NFS root bestandssysteem"
+"Het opgegeven PPD_PATH='%s' in uw gosa.conf is ongeldig. Kan geen PPD "
+"informatie lezen."
 
 
-#: plugins/admin/systems/terminal.tpl:60
-msgid "Swap server"
-msgstr "Swap server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:106
+msgid "Can't get ppd informations."
+msgstr "Kan de PPD informatie niet ophalen."
 
 
-#: plugins/admin/systems/terminal.tpl:62
-msgid "Choose NFS filesystem to place swap files on"
-msgstr "Kies het NFS bestandssysteem waarop de swapbestanden geplaatst worden"
+#: plugins/admin/systems/class_printerPPDDialog.inc:122
+#, php-format
+msgid "Can't create folder '%s' for the uploaded ppd file."
+msgstr "Kan directory '%s',voor het verstuurde PPD bestand, niet aanmaken."
 
 
-#: plugins/admin/systems/terminal.tpl:74
-#: plugins/admin/systems/workstation.tpl:54
-msgid "Syslog server"
-msgstr "Syslog server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:135
+#, php-format
+msgid "There is already a ppd file for this kind of printer."
+msgstr "Er bestaat al een PPD bestand voor dit type printer."
 
 
-#: plugins/admin/systems/terminal.tpl:76
-#: plugins/admin/systems/workstation.tpl:56
-msgid "Choose server to use for logging"
-msgstr "Selecteer de server die gebruikt wordt voor log doeleinden"
+#: plugins/admin/systems/class_printerPPDDialog.inc:143
+#, php-format
+msgid "Can't save file '%s'."
+msgstr "Kan bestand '%s' niet opslaan."
 
 
-#: plugins/admin/systems/terminal.tpl:82
-#: plugins/admin/systems/workstation.tpl:62
-msgid "NTP server"
-msgstr "NTP tijdserver"
+#: plugins/admin/systems/class_printerPPDDialog.inc:162
+#: plugins/admin/systems/class_printerPPDDialog.inc:165
+msgid "Please specify a valid ppd file."
+msgstr "Geef a.u.b. een geldige PPD bestand op."
 
 
-#: plugins/admin/systems/terminal.tpl:84
-#: plugins/admin/systems/workstation.tpl:64
-msgid "Choose server to use for synchronizing time"
-msgstr "Selecteer de server die gebruikt wordt voor tijdsynchronisatie"
+#: plugins/admin/systems/class_printerPPDDialog.inc:189
+msgid "Please select a valid ppd."
+msgstr "Selecteer a.u.b. een geldig PPD bestand."
 
 
-#: plugins/admin/systems/terminal.tpl:103
-#: plugins/admin/systems/workstation.tpl:82
-msgid "Select action to execute for this terminal"
-msgstr "Selecteer de voor deze terminal uit te voeren actie"
+#: plugins/admin/systems/class_printerPPDDialog.inc:313
+#: plugins/admin/fai/faiPackage.tpl:41
+msgid "Section"
+msgstr "Sectie"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr "Verwijder DHCP service"
+#: plugins/admin/systems/class_printerPPDDialog.inc:363
+#: plugins/admin/systems/class_printerPPDDialog.inc:366
+msgid "True"
+msgstr "Ja"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:37
-msgid ""
-"This server has DHCP features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Deze server heeft DHCP mogelijkheden ingeschakeld. U kunt deze uitschakelen "
-"door de knop hieronder te gebruiken."
+#: plugins/admin/systems/class_printerPPDDialog.inc:364
+#: plugins/admin/systems/class_printerPPDDialog.inc:367
+msgid "False"
+msgstr "Nee"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:39
-msgid "Add DHCP service"
-msgstr "Voeg DHCP service toe"
+#: plugins/admin/systems/class_printerPPDDialog.inc:372
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
+msgstr "PPD type '%s', gebruikt voor '%s', wordt niet ondersteund "
 
 
-#: plugins/admin/systems/class_servDHCP.inc:40
-msgid ""
-"This server has DHCP features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Deze server heeft DHCP mogelijkheden uitgeschakeld. U kunt deze inschakelen "
-"door de knop hieronder te gebruiken."
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
+msgid "Printer ppd selection."
+msgstr "Printer PPD selectie"
 
 #: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
 #: plugins/admin/ogroups/ogroup_objects.tpl:6
 msgid "Select objects to add"
 msgstr "Selecteer de toe te voegen objecten"
 
 
 #: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
 #: plugins/admin/ogroups/ogroup_objects.tpl:6
 msgid "Select objects to add"
 msgstr "Selecteer de toe te voegen objecten"
 
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/fai/faiProfileEntry.tpl:56 plugins/admin/fai/headpage.tpl:47
+#: plugins/admin/fai/faiPackageEntry.tpl:48
+msgid "Display objects matching"
+msgstr "Toon overeenkomende objecten"
+
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:60 plugins/admin/fai/headpage.tpl:51
+#: plugins/admin/fai/faiPackageEntry.tpl:53
+msgid "Regular expression for matching object names"
+msgstr "Reguliere expressie voor overeenkomende objectnamen"
+
 #: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
 msgid "Close"
 msgstr "Sluiten"
 
 #: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
 msgid "Close"
 msgstr "Sluiten"
 
-#: plugins/admin/systems/class_workstationGeneric.inc:70
-msgid "Activated"
-msgstr "Geactiveerd"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:71
-msgid "Locked"
-msgstr "Geblokkeerd"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:72
-msgid "Memory test"
-msgstr "Geheugentest"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:73
-#, fuzzy
-msgid "System analysis"
-msgstr "Systeem logs"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:100
-msgid "No ACTIONCMD definition found in your gosa.conf"
-msgstr "Es is geen ACTIONCMD definitie in uw gosa.conf gedefiniëerd"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:114
-msgid "This 'dn' has no workstation features."
-msgstr "Deze 'dn' heeft geen werkstation mogelijkheden."
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Selecteer de toe te voegen regels"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:132
-msgid "Instant update"
-msgstr "Onmiddelijk bijwerken"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+msgid "Display members of department"
+msgstr "Toon leden van afdeling"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:133
-#: plugins/admin/systems/class_workstationGeneric.inc:139
-msgid "Scheduled update"
-msgstr "Geplande bijwerking"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+msgid "Display members matching"
+msgstr "Toon de overeenkomende leden"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:134
-#: plugins/admin/systems/class_workstationGeneric.inc:138
-msgid "Reinstall"
-msgstr ""
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+msgid "Regular expression for matching member names"
+msgstr "Reguliere expressie voor overeenkomende lidnamen"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:135
-msgid "Rescan hardware"
-msgstr "Hardware opnieuw scannen"
+#: plugins/admin/systems/class_workstationStartup.inc:197
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Selecteer a.u.b. een 'FAI server' of  verwijder de 'FAI klasses'."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:204
-msgid "You have no permissions to create a workstation on this 'Base'."
+#: plugins/admin/systems/class_workstationStartup.inc:251
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
 msgstr ""
 msgstr ""
-"U heeft geen toestemming om een werkstation aan te maken onder deze 'basis'"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:208
-msgid "The required field 'Workstation name' is not set."
-msgstr "Het vereiste veld 'Werkstation naam' is leeg."
-
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Systemen"
+"Er bestaat al een profiel in uw selectie die partitietabel configuraties "
+"bevat."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:334
-msgid "You can't edit this object type yet!"
-msgstr "U kunt dit object type nog niet bewerken!"
+#: plugins/admin/systems/servRepositorySetup.tpl:1
+#: plugins/admin/fai/faiPackage.tpl:29
+msgid "Repository"
+msgstr "Verzamelplaats"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:350
-msgid "Passwords entered as new and repeated do not match!"
-msgstr ""
-"Het nieuwe wachtwoord en het herhaalde wachtwoord komen niet met elkaar "
-"overeen!"
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
+msgid "Release"
+msgstr "Distributie versie"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:363
-msgid "You are not allowed to set this systems password!"
-msgstr ""
-"U heeft geen toestemming om het wachtwoord van dit systeem in te stellen!"
+#: plugins/admin/systems/servRepositorySetup.tpl:15
+#, fuzzy
+msgid "Parent server"
+msgstr "Print service"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:407
-#, php-format
-msgid "You're about to delete all information about the component at '%s'."
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+msgid "Url"
 msgstr ""
 msgstr ""
-"U staat op het punt alle informatie over dit component op '%s' te "
-"verwijderen."
-
-#: plugins/admin/systems/class_systemManagement.inc:569
-msgid "New Terminal template"
-msgstr "Nieuw terminal sjabloon"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:569
-#: plugins/admin/systems/class_systemManagement.inc:710
-msgid "New Terminal"
-msgstr "Nieuwe terminal"
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:152
+#, fuzzy
+msgid "Sections"
+msgstr "Sectie"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:570
-msgid "New Workstation template"
-msgstr "Nieuw werkstation sjabloon"
+#: plugins/admin/systems/workstationStartup.tpl:4
+#: plugins/admin/systems/terminalStartup.tpl:1
+msgid "Boot parameters"
+msgstr "Opstart parameters"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:570
-#: plugins/admin/systems/class_systemManagement.inc:711
-msgid "New Workstation"
-msgstr "Nieuw werkstation"
+#: plugins/admin/systems/workstationStartup.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:8
+msgid "LDAP server"
+msgstr "LDAP server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:571
-msgid "New Server"
-msgstr "Nieuwe server"
+#: plugins/admin/systems/workstationStartup.tpl:10
+#: plugins/admin/systems/terminalStartup.tpl:10
+msgid "Choose LDAP server to use for accounts and terminal management"
+msgstr "Selecteer de te gebruiken LDAP server voor account en terminal beheer"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:572
-msgid "New Printer"
-msgstr "Nieuwe printer"
+#: plugins/admin/systems/workstationStartup.tpl:17
+#: plugins/admin/systems/terminalStartup.tpl:17
+msgid "Boot kernel"
+msgstr "Boot kernel"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:573
-msgid "New Phone"
-msgstr "Nieuwe telefoon"
+#: plugins/admin/systems/workstationStartup.tpl:19
+#: plugins/admin/systems/terminalStartup.tpl:19
+msgid "Enter the filename of the kernel to use"
+msgstr "Geef de bestandsnaam op van de te gebruiken kernel"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:574
-msgid "New Component"
-msgstr "Nieuw component"
+#: plugins/admin/systems/workstationStartup.tpl:22
+#: plugins/admin/systems/terminalStartup.tpl:22
+msgid "Custom options"
+msgstr "Aangepaste opties"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:582
-msgid "Edit system"
-msgstr "Bewerk systeem"
+#: plugins/admin/systems/workstationStartup.tpl:24
+#: plugins/admin/systems/terminalStartup.tpl:24
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
+msgstr ""
+"Geef parameters op die meegeven worden aan de kernel als append regel "
+"tijdens het opstarten"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:583
-msgid "Delete system"
-msgstr "Verwijder systeem"
+#: plugins/admin/systems/workstationStartup.tpl:35
+msgid "FAI server"
+msgstr "FAI server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:589
-msgid "System"
-msgstr "Systeem"
+#: plugins/admin/systems/workstationStartup.tpl:41
+#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
+msgid "set"
+msgstr "stel in"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:625
-msgid "Cups Server"
-msgstr "Cups server"
+#: plugins/admin/systems/workstationStartup.tpl:42
+msgid "Assigned FAI classes"
+msgstr "Toegekende FAI klasses"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:626
-msgid "Log Db"
-msgstr "Log DB"
+#: plugins/admin/systems/workstationStartup.tpl:62
+#: plugins/admin/systems/terminalStartup.tpl:53
+msgid "Kernel modules (format: name parameters)"
+msgstr "Kernel modules (formaat: naam parameters)"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:627
-msgid "Syslog Server"
-msgstr "Syslog server"
+#: plugins/admin/systems/workstationStartup.tpl:64
+#: plugins/admin/systems/terminalStartup.tpl:55
+msgid "Add additional modules to load on startup"
+msgstr "Voeg additioneel te laden modules toe bij het opstarten"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:628
-msgid "Mail Server"
-msgstr "Mail server"
+#: plugins/admin/systems/terminalService.tpl:141
+msgid "Remote desktop"
+msgstr "Remote desktop"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:629
-msgid "Imap Server"
-msgstr "Imap server"
+#: plugins/admin/systems/terminalService.tpl:145
+msgid "Connect method"
+msgstr "Verbindings methode"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:630
-msgid "Nfs Server"
-msgstr "Nfs server"
+#: plugins/admin/systems/terminalService.tpl:147
+msgid "Choose method to connect to terminal server"
+msgstr "Kies de methode om te verbinden met de terminal server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:631
-msgid "Kerberos Server"
-msgstr "Kerberos server"
+#: plugins/admin/systems/terminalService.tpl:154
+msgid "Terminal server"
+msgstr "Terminal server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:632
-msgid "Asterisk Server"
-msgstr "Asterisk server"
+#: plugins/admin/systems/terminalService.tpl:156
+msgid "Select specific terminal server to use"
+msgstr "Selecteer de te gebruiken terminal server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:633
-msgid "Fax Server"
-msgstr "Fax server"
+#: plugins/admin/systems/terminalService.tpl:163
+msgid "Font server"
+msgstr "Font server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:634
-msgid "Ldap Server"
-msgstr "Ldap server"
+#: plugins/admin/systems/terminalService.tpl:165
+msgid "Select specific font server to use"
+msgstr "Selecteer de te gebruiken font server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:660
-msgid "Set root password"
-msgstr "root wachtwoord instellen"
+#: plugins/admin/systems/terminalService.tpl:181
+msgid "Print device"
+msgstr "Printer"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:706
-#: plugins/admin/ogroups/class_ogroupManagement.inc:488
-msgid "Terminal"
-msgstr "Terminal"
+#: plugins/admin/systems/terminalService.tpl:182
+msgid "Select to start IPP based printing service on terminal"
+msgstr "Selecteer om de IPP gebaseerde print service te starten op de terminal"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:707
-#: plugins/admin/ogroups/class_ogroupManagement.inc:487
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
-msgstr "Werkstation"
+#: plugins/admin/systems/terminalService.tpl:183
+msgid "Provide print services"
+msgstr "Lever print diensten"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:712
-msgid "Winstation"
-msgstr "Windows werkstation"
+#: plugins/admin/systems/terminalService.tpl:189
+msgid "Spool server"
+msgstr "Spool server"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:713
-msgid "Network Device"
-msgstr "Netwerk apparaat"
+#: plugins/admin/systems/terminalService.tpl:191
+msgid "Select NFS filesystem to place spool files on"
+msgstr "Selecteer NFS bestandssysteem waarop spool bestanden geplaatst worden"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:930
-msgid "New terminal"
-msgstr "Nieuwe terminal"
+#: plugins/admin/systems/terminalService.tpl:212
+msgid "Select scanner driver to use"
+msgstr "Selecteer de te gebruiken scanner driver"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:933
-msgid "New workstation"
-msgstr "Nieuw werkstation"
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
+msgstr ""
+"Selecteer indien de terminal een grafische start met voortgangsstatus "
+"ondersteunt"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:950
-msgid "Terminal template for"
-msgstr "Terminal sjabloon voor"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "Gebruik grafische boot"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:962
-msgid "Workstation template for"
-msgstr "Werkstation sjabloon voor"
+#: plugins/admin/systems/terminalStartup.tpl:38
+msgid "Select if terminal should boot in text mode"
+msgstr "Selecteer wanneer de terminal op moet starten in tekstmodus"
 
 
-#: plugins/admin/systems/printer.tpl:6
-msgid "General"
-msgstr "Algemeen"
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "Gebruik standaard linux tekstuele boot"
 
 
-#: plugins/admin/systems/printer.tpl:9
-msgid "Printer name"
-msgstr "Printernaam"
+#: plugins/admin/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
+msgstr "Selecteer om meer uitvoer te produceren tijdens opstarten"
 
 
-#: plugins/admin/systems/printer.tpl:30
-msgid "Details"
-msgstr "Details"
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
+msgstr "Gebruik debug modus bij boot"
 
 
-#: plugins/admin/systems/printer.tpl:33
-msgid "Printer location"
-msgstr "Printer locatie"
+#: plugins/admin/systems/class_servRepository.inc:73
+#, fuzzy
+msgid "Remove FAI repository extension."
+msgstr "Verwijder printer mogelijkheden"
 
 
-#: plugins/admin/systems/printer.tpl:37
-msgid "Printer URL"
-msgstr "Printer URL"
+#: plugins/admin/systems/class_servRepository.inc:74
+#, fuzzy
+msgid ""
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Deze server heeft Kolab mogelijkheden ingeschakeld. U kunt deze uitschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/printer.tpl:57
-msgid "Permissions"
-msgstr "Rechten"
+#: plugins/admin/systems/class_servRepository.inc:76
+#, fuzzy
+msgid "Add FAI repository extension."
+msgstr "Voeg printer extensie toe"
 
 
-#: plugins/admin/systems/printer.tpl:64
-msgid "Users which are allowed to use this printer"
-msgstr "Gebruikers die deze printer mogen gebruiken"
+#: plugins/admin/systems/class_servRepository.inc:77
+#, fuzzy
+msgid ""
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Deze server heeft Kolab mogelijkheden uitgeschakeld. U kunt deze inschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
-msgid "Add user"
-msgstr "Gebruiker toevoegen"
+#: plugins/admin/systems/class_servRepository.inc:109
+#, fuzzy
+msgid "This name is already in use."
+msgstr "De opgegeven naam wordt al gebruikt."
 
 
-#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
-msgid "Add group"
-msgstr "Groep toevoegen"
+#: plugins/admin/systems/servRepository.tpl:7
+#, fuzzy
+msgid "Repositories"
+msgstr "Verzamelplaats"
 
 
-#: plugins/admin/systems/printer.tpl:80
-msgid "Users which are allowed to administrate this printer"
-msgstr "Gebruikers die deze printer mogen beheren"
+#: plugins/admin/systems/servRepository.tpl:40
+#, fuzzy
+msgid "Search filter"
+msgstr "Zoek naar"
 
 
-#: plugins/admin/systems/printer.tpl:81
-msgid "Admins"
-msgstr "Beheerders"
+#: plugins/admin/ogroups/tabs_ogroups.inc:59
+#: plugins/admin/ogroups/tabs_ogroups.inc:151
+msgid "Phone queue"
+msgstr "Telefoonwachtrij"
 
 
-#: plugins/admin/systems/class_servDNS.inc:36
-msgid "Remove DNS service"
-msgstr "Verwijder DNS service"
+#: plugins/admin/ogroups/tabs_ogroups.inc:84
+#: plugins/admin/ogroups/tabs_ogroups.inc:131
+msgid "Terminals"
+msgstr "Terminals"
 
 
-#: plugins/admin/systems/class_servDNS.inc:37
+#: plugins/admin/ogroups/class_mailogroup.inc:41
 msgid ""
 msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
+"This group has mail features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
-"Deze server heeft DNS mogelijkheden ingeschakeld. U kunt deze uitschakelen "
+"Deze groep heeft E-mail mogelijkheden ingeschakeld. U kunt deze uitschakelen "
 "door de knop hieronder te gebruiken."
 
 "door de knop hieronder te gebruiken."
 
-#: plugins/admin/systems/class_servDNS.inc:39
-msgid "Add DNS service"
-msgstr "Voeg DNS service toe"
-
-#: plugins/admin/systems/class_servDNS.inc:40
+#: plugins/admin/ogroups/class_mailogroup.inc:43
 msgid ""
 msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
+"This group has mail features disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"Deze server heeft DNS mogelijkheden uitgeschakeld. U kunt deze inschakelen "
-"door de knop hieronder te gebruiken."
+"Deze groep heeft geen E-mail mogelijkheden. U kunt deze inschakelen door de "
+"knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_servDB.inc:134
-#: plugins/admin/systems/class_servDB.inc:150
-#: plugins/admin/systems/class_servDB.inc:160
-#: plugins/admin/systems/class_servDB.inc:165
-#: plugins/admin/systems/class_servDB.inc:171
-#, php-format
-msgid "The attribute '%s' is empty or contains invalid characters."
-msgstr "Het atribuut '%s' is leeg of bevat ongeldige karakters!"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Selecteer om afdelingen te zien"
 
 
-#: plugins/admin/systems/class_servDB.inc:140
-#, php-format
-msgid "The imap connect string needs to be in the form '%s'."
-msgstr "De imap verbindings string dient in eruit te zien als '%s'."
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Toon afdelingen"
 
 
-#: plugins/admin/systems/class_servDB.inc:144
-msgid "The sieve port needs to be numeric."
-msgstr "De sieve poort dient nummeriek te zijn."
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Selecteer om GOsa accounts te zien"
 
 
-#: plugins/admin/systems/class_servDB.inc:155
-#, php-format
-msgid "The specified kerberos password is empty."
-msgstr "Het opgegeven kerberos wachtwoord is leeg."
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Toon personen"
 
 
-#: plugins/admin/systems/class_servDB.inc:179
-#, php-format
-msgid "The imap name string needs to be a hostname or an IP-address."
-msgstr "De imap naam dient een hostnaam of een IP adres te zijn."
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Selecteer om GOsa groepen te zien"
 
 
-#: plugins/admin/systems/workstation.tpl:9
-msgid "Workstation template"
-msgstr "Werkstation sjabloon"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Toon groepen"
 
 
-#: plugins/admin/systems/workstation.tpl:11
-msgid "Workstation name"
-msgstr "Werkstation naam"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Selecteer om programma's te zien"
 
 
-#: plugins/admin/systems/class_servNfs.inc:104
-msgid "Please specify a valid path for your setup."
-msgstr "Geef a.u.b. een geldig pad op voor uw instellingen."
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Toon programma's"
 
 
-#: plugins/admin/systems/class_servNfs.inc:110
-msgid "Please specify a valid name for your setup."
-msgstr "Geef a.u.b. een geldige naam op voor uw instellingen."
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Selecteer om werkstations te zien"
 
 
-#: plugins/admin/systems/class_servNfs.inc:113
-msgid "Please specify a name for your setup."
-msgstr "Geef a.u.b. een naam op voor uw instellingen."
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Selecteer om terminals te zien"
 
 
-#: plugins/admin/systems/class_servNfs.inc:118
-msgid "Description contains invalid characters."
-msgstr "De omschrijving bevat ongeldige karakters."
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Selecteer om printers te zien"
 
 
-#: plugins/admin/systems/class_servNfs.inc:122
-msgid "Path contains invalid characters."
-msgstr "Het pad bevat ongeldige karakters."
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Toon printers"
 
 
-#: plugins/admin/systems/class_servNfs.inc:126
-msgid "Option contains invalid characters."
-msgstr "De optie bevat ongeldige karakters."
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Selecteer om telefoons te zien"
 
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
-msgstr "Kerberos kadmin toegang"
+#: plugins/admin/ogroups/ogroup_objects.tpl:37
+msgid "Display objects of department"
+msgstr "Toon objecten van afdeling"
+
+#: plugins/admin/ogroups/termgroup.tpl:1
+msgid ""
+"All actions you choose here influence <b>all</b> machines in this object "
+"group. Be aware that rebooting machines may not make people happy who are "
+"currently working at these machines."
+msgstr ""
+"Alle acties die u hier kiest, beinvloeden <b>alle</b> machines in deze "
+"objectgroep. Let op dat het herstarten van machines waarop mensen werken tot "
+"irritatie kan leiden"
+
+#: plugins/admin/ogroups/termgroup.tpl:7
+msgid "Select action to execute for this   group of terminals"
+msgstr "Selecteer de voor deze terminal-groep uit te voeren actie"
+
+#: plugins/admin/ogroups/class_ogroup.inc:132
+msgid "This 'dn' is no object group."
+msgstr "Deze 'dn' is geen objectgroep."
+
+#: plugins/admin/ogroups/class_ogroup.inc:242
+msgid "too many different objects!"
+msgstr "te veel verschillende object tpyes!"
+
+#: plugins/admin/ogroups/class_ogroup.inc:244
+msgid "users"
+msgstr "gebruikers"
+
+#: plugins/admin/ogroups/class_ogroup.inc:245
+msgid "groups"
+msgstr "groepen"
+
+#: plugins/admin/ogroups/class_ogroup.inc:246
+msgid "applications"
+msgstr "programma's"
 
 
-#: plugins/admin/systems/servdb.tpl:10
-msgid "Kerberos Realm"
-msgstr "Kerberos Realm"
+#: plugins/admin/ogroups/class_ogroup.inc:247
+msgid "departments"
+msgstr "afdelingen"
 
 
-#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
-msgid "Admin user"
-msgstr "Beheerder"
+#: plugins/admin/ogroups/class_ogroup.inc:248
+msgid "servers"
+msgstr "servers"
 
 
-#: plugins/admin/systems/servdb.tpl:26
-msgid "FAX database"
-msgstr "FAX database"
+#: plugins/admin/ogroups/class_ogroup.inc:249
+msgid "workstations"
+msgstr "werkstations"
 
 
-#: plugins/admin/systems/servdb.tpl:30
-msgid "FAX DB user"
-msgstr "FAX DB gebruiker"
+#: plugins/admin/ogroups/class_ogroup.inc:250
+msgid "terminals"
+msgstr "terminals"
 
 
-#: plugins/admin/systems/servdb.tpl:42
-msgid "Asterisk management"
-msgstr "Asterisk beheer"
+#: plugins/admin/ogroups/class_ogroup.inc:251
+msgid "phones"
+msgstr "telefoons"
 
 
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
-msgstr "Asterisk DB gebruiker"
+#: plugins/admin/ogroups/class_ogroup.inc:252
+msgid "printers"
+msgstr "printers"
 
 
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
-msgstr "Internationale telefoon prefix"
+#: plugins/admin/ogroups/class_ogroup.inc:259
+msgid "and"
+msgstr "en"
 
 
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
-msgstr "Lokale telefoon prefix"
+#: plugins/admin/ogroups/class_ogroup.inc:410
+msgid "Non existing dn: "
+msgstr "Niet bestaande dn: "
 
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
-msgstr "IMAP beheerder toegang"
+#: plugins/admin/ogroups/class_ogroup.inc:534
+#, fuzzy
+msgid "There is already an object with this cn."
+msgstr "Er bestaat al een profiel met deze klassenaam."
 
 
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
-msgstr "Server identificatie"
+#: plugins/admin/ogroups/class_ogroup.inc:551
+msgid "You can combine two different object types at maximum only!"
+msgstr "U kunt maximaal twee verschillende object types tegelijk combineren!"
 
 
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
-msgstr "Verbindingings URL"
+#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+msgid "Object groups"
+msgstr "Objectgroepen"
 
 
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
-msgstr "Sieve poort"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:41
+msgid "UNIX accounts"
+msgstr "Unix accounts"
 
 
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
-msgstr "Log database"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
+#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
+#: html/getxls.php:245 html/getxls.php:316
+msgid "Servers"
+msgstr "Servers"
 
 
-#: plugins/admin/systems/servdb.tpl:104
-msgid "Logging DB user"
-msgstr "Log DB gebruiker"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:46
+msgid "Thin Clients"
+msgstr "Thin Clients"
 
 
-#: plugins/admin/systems/servnfs.tpl:1
-#, fuzzy
-msgid "Edit share"
-msgstr "Bewerk gebruiker"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:47
+msgid "Workstations"
+msgstr "Werkstations"
 
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "NFS instellingen"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:217
+#, php-format
+msgid "You're about to delete the object group '%s'."
+msgstr "U staat op het punt de objectgroep '%s' te verwijderen."
 
 
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr "Pad"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:223
+#: plugins/admin/ogroups/class_ogroupManagement.inc:249
+msgid "You are not allowed to delete this object group!"
+msgstr "U heeft geen toestemming deze objectgroep te verwijderen!"
 
 
-#: plugins/admin/systems/servnfs.tpl:49
-msgid "Charset"
-msgstr "Karakterset"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+msgid "Create new object group"
+msgstr "Nieuwe objectgroep aanmaken"
 
 
-#: plugins/admin/systems/servnfs.tpl:59
-msgid "Option"
-msgstr "Optie"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+msgid "Name of object groups"
+msgstr "Naam van objectgroepen"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid "Remove Kolab extension"
-msgstr "Verwijder Kolab mogelijkheden"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:440
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Objectgroep"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid ""
-"This server has kolab features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Deze server heeft Kolab mogelijkheden ingeschakeld. U kunt deze uitschakelen "
-"door de knop hieronder te gebruiken."
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Naam van de groep"
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid "Add Kolab service"
-msgstr "Voeg Kolab service toe"
+#: plugins/admin/ogroups/generic.tpl:33
+msgid "Member objects"
+msgstr "Lidmaatschap objecten"
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/ogroups/remove.tpl:7
 msgid ""
 msgid ""
-"This server has kolab features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Deze server heeft Kolab mogelijkheden uitgeschakeld. U kunt deze inschakelen "
-"door de knop hieronder te gebruiken."
-
-#: plugins/admin/systems/class_servKolab.inc:146
-#, php-format
-msgid "Include data from %s days in the past when creating free/busy lists"
+"Please double check if you really want to do this since there is no way for "
+"GOsa to get your data back."
 msgstr ""
 msgstr ""
-"Gebruik data van %s dagen geleden wanneer free/busy lijsten worden aangemaakt"
+"Controleer a.u.b. of u dit daadwerkelijk wil doen, aangezien er geen "
+"mogelijkheid voor GOsa is om uw data terug te krijgen."
 
 
-#: plugins/admin/systems/class_servKolab.inc:152
-#, php-format
-msgid "Warn users when using more than %s%% of their mail quota"
+#: plugins/admin/ogroups/headpage.tpl:24
+msgid ""
+"This menu allows you to add, edit or remove selected groups. You may want to "
+"use the range selector on top of the group listbox, when working with a "
+"large number of groups."
 msgstr ""
 msgstr ""
-"Waarschuw gebruikers wanneer meer dan %s%% van hun E-mail quota gebruikt "
-"wordt"
+"Dit menu maakt het mogelijk om geselecteerde groepen toe te voegen, bewerken "
+"of verwijderen. Indien u veel groepen heeft is het aan te raden de selectie "
+"mogelijkheden te gebruiken."
 
 
-#: plugins/admin/systems/class_servKolab.inc:224
-msgid "Future days in Free/Busy settings must be set."
-msgstr "Toekomstige dagen moet ingesteld zijn in de Free/Busy instellingen."
+#: plugins/admin/ogroups/headpage.tpl:39
+msgid "Show groups containing users"
+msgstr "Toon groepen die gebruikers bevatten"
 
 
-#: plugins/admin/systems/class_servKolab.inc:226
-msgid "Future days in Free/Busy settings must be a positive value."
-msgstr ""
-"Toekomstige dagen moet een positieve waarde bevatten in de Free/Busy "
-"instellingen."
+#: plugins/admin/ogroups/headpage.tpl:40
+msgid "Show groups containing groups"
+msgstr "Toon groepen die groepen bevatten"
 
 
-#: plugins/admin/systems/class_servKolab.inc:230
-msgid "The given Quota settings value must be a number."
-msgstr "De opgegeven Quota instellingen moeten nummeriek zijn."
+#: plugins/admin/ogroups/headpage.tpl:41
+msgid "Show groups containing applications"
+msgstr "Toon groepen die programma's bevatten"
 
 
-#: plugins/admin/systems/class_servKolab.inc:232
-msgid "Please choose a value between 1 and 100 for Quota settings."
-msgstr "Kies a.u.b. een waarde tussen 1 en 100 voor de Quota instellingen."
+#: plugins/admin/ogroups/headpage.tpl:42
+msgid "Show groups containing departments"
+msgstr "Toon groepen die afdelingen bevatten"
 
 
-#: plugins/admin/systems/class_servKolab.inc:234
-msgid "Future days must be a value."
-msgstr "Toekomstige dagen moet een waarde bevatten."
+#: plugins/admin/ogroups/headpage.tpl:43
+msgid "Show groups containing servers"
+msgstr "Toon groepen die servers bevatten"
 
 
-#: plugins/admin/systems/class_servKolab.inc:238
-msgid "No SMTP privileged networks set."
-msgstr "Er zijn geen netwerken met SMTP privileges ingesteld"
+#: plugins/admin/ogroups/headpage.tpl:44
+msgid "Show groups containing workstations"
+msgstr "Toon groepen die werkstations bevatten"
 
 
-#: plugins/admin/systems/class_servKolab.inc:242
-msgid "No SMTP smarthost/relayhost set."
-msgstr "Er is geen SMTP smarthost/relayhost ingesteld"
+#: plugins/admin/ogroups/headpage.tpl:45
+msgid "Show groups containing terminals"
+msgstr "Toon groepen die terminals bevatten"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:194
-#: plugins/admin/systems/class_printGeneric.inc:215
-#: plugins/admin/systems/class_printGeneric.inc:218
-msgid "Add printer extension"
-msgstr "Voeg printer extensie toe"
+#: plugins/admin/ogroups/headpage.tpl:46
+msgid "Show groups containing printers"
+msgstr "Toon groepen die printers bevatten"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:195
-msgid ""
-"This workstation has printer extension disabled. You can't enable it while "
-"'cn' is not present in entry. Possibly you are currently creating a new "
-"terminal template"
-msgstr ""
-"Dit werkstation heeft printer mogelijkheden uitgeschakeld. U kunt deze niet "
-"inschakelen zolang 'cn' niet aanwezig is in de invoer. Het kan mogelijk zijn "
-"dat u een nieuwe terminal sjabloon aan het maken bent."
+#: plugins/admin/ogroups/headpage.tpl:51
+msgid "Display object groups matching"
+msgstr "Toon overeenkomende objectgroepen"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:207
-#: plugins/admin/systems/class_printGeneric.inc:210
-msgid "Remove printer extension"
-msgstr "Verwijder printer mogelijkheden"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
+msgstr "Mail distributielijst"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:208
-msgid ""
-"This workstation has printer extension enabled.You can disable it by "
-"clicking below."
-msgstr ""
-"Dit werkstation heeft printer mogelijkheden ingeschakeld. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
+#: plugins/admin/ogroups/mail.tpl:11
+msgid "Primary mail address for this distribution list"
+msgstr "Primair E-mail adres voor deze distributielijst"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:211
-msgid ""
-"This terminal has printer extension enabled. You can disable it by clicking "
-"below."
-msgstr ""
-"Deze terminal heeft printer mogelijkheden ingeschakeld. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
+#: plugins/admin/ogroups/class_phonequeue.inc:79
+msgid "ring all"
+msgstr "rinkel allemaal"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:216
-msgid ""
-"This workstation has printer extension disabled. You can enable it by "
-"clicking below."
-msgstr ""
-"Dit werkstation heeft printer mogelijkheden uitgeschakeld. U kunt deze "
-"inschakelen door de knop hieronder te gebruiken."
+#: plugins/admin/ogroups/class_phonequeue.inc:80
+msgid "round robin"
+msgstr "om en om"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:219
-msgid ""
-"This terminal has printer extension disabled. You can enable it by clicking "
-"below."
-msgstr ""
-"Deze terminal heeft printer mogelijkheden uitgeschakeld. U kunt deze "
-"inschakelen door de knop hieronder te gebruiken."
+#: plugins/admin/ogroups/class_phonequeue.inc:81
+msgid "least recently called"
+msgstr "minst recent gebelde"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:230
-msgid "This 'dn' has no printer features."
-msgstr "Deze 'dn' heeft geen printer mogelijkheden."
+#: plugins/admin/ogroups/class_phonequeue.inc:82
+msgid "fewest completed calls"
+msgstr "minst afgeronde gesprekken"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:364
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "Uw huidig geselecteerde PPD bestand '%s' bestaat niet."
+#: plugins/admin/ogroups/class_phonequeue.inc:83
+msgid "random"
+msgstr "willekeurig"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:372
-msgid "can't get ppd informations."
-msgstr "kan de PPD informatie niet ophalen"
+#: plugins/admin/ogroups/class_phonequeue.inc:84
+msgid "round robin with memory"
+msgstr "om en om met geheugen"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:384
-#, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
-msgstr ""
-"Deze printer behoort bij terminal %s. U kunt deze printer niet hernoemen."
+#: plugins/admin/ogroups/class_phonequeue.inc:113
+msgid "Remove the phone queue from this Account"
+msgstr "Verwijder telefoonwachtrij van dit account"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:386
-#, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
+#: plugins/admin/ogroups/class_phonequeue.inc:114
+msgid ""
+"Phone queue is enabled for this group. You can disable it by clicking below."
 msgstr ""
 msgstr ""
-"Deze printer behoort bij werkstation %s. U kunt deze printer niet hernoemen."
+"Dit account heeft telefoonwachtrijen ingeschakeld. U kunt deze uitschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:448
-msgid "You have no permissions to create a printer on this 'Base'."
+#: plugins/admin/ogroups/class_phonequeue.inc:116
+msgid "Create phone queue"
+msgstr "Telefoonwachtrij aanmaken"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:117
+msgid ""
+"For this group the phone queues are disabled. You can enable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"U heeft geen toestemming om een printer aan te maken onder deze 'Basis'."
+"Dit account heeft telefoonwachtrijen uitgeschakeld. U kunt deze inschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/servkolab.tpl:14
-msgid "POP3 service"
-msgstr "POP3 service"
+#: plugins/admin/ogroups/class_phonequeue.inc:199
+msgid "Timeout must be numeric"
+msgstr "Timeout dient nummeriek te zijn"
 
 
-#: plugins/admin/systems/servkolab.tpl:22
-msgid "POP3/SSL service"
-msgstr "POP3/SSL service"
+#: plugins/admin/ogroups/class_phonequeue.inc:202
+msgid "Retry must be numeric"
+msgstr "Herhalen moet nummeriek zijn"
 
 
-#: plugins/admin/systems/servkolab.tpl:30
-msgid "IMAP service"
-msgstr "IMAP Service"
+#: plugins/admin/ogroups/class_phonequeue.inc:205
+msgid "Max queue length must be numeric"
+msgstr "Maximale wachtrijlengte moet nummeriek zijn"
 
 
-#: plugins/admin/systems/servkolab.tpl:38
-msgid "IMAP/SSL service"
-msgstr "IMAP/SSL service"
+#: plugins/admin/ogroups/class_phonequeue.inc:208
+msgid "Announce frequency must be numeric"
+msgstr "Aankondiginsfrequentie moet nummeriek zijn"
 
 
-#: plugins/admin/systems/servkolab.tpl:46
-msgid "Sieve service"
-msgstr "Sieve service"
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "There must be least one queue number defined."
+msgstr "Er moet tenminste een wachtrijnummer gedefinieerd zijn."
 
 
-#: plugins/admin/systems/servkolab.tpl:54
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+#: plugins/admin/ogroups/class_phonequeue.inc:225
+msgid ""
+"There is currently no asterisk server defined. Your settings can't be saved."
 msgstr ""
 msgstr ""
-"FTP Free/Busy service (vervallen, niet compatibel met Kolab2 Free/Busy)"
-
-#: plugins/admin/systems/servkolab.tpl:62
-msgid "HTTP FreeBusy service (legacy)"
-msgstr "HTTP Free/Busy service (vervallen)"
+"Er is momenteel geen Asterisk server gedefinieer. Uw instellingen kunnen "
+"niet opgeslagen worden."
 
 
-#: plugins/admin/systems/servkolab.tpl:70
-msgid "Amavis email scanning (virus/spam)"
-msgstr "Amavis email scannen (virus/anti-spam)"
+#: plugins/admin/ogroups/class_phonequeue.inc:238
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
+#, php-format
+msgid ""
+"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
+msgstr ""
+"De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
+"GOsa logbestand voor de mysql fout."
 
 
-#: plugins/admin/systems/servkolab.tpl:81
-msgid "Quota settings"
-msgstr "Quota instellingen"
+#: plugins/admin/ogroups/class_phonequeue.inc:248
+#: plugins/admin/ogroups/class_phonequeue.inc:622
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1044
+#: plugins/gofon/macro/class_gofonMacro.inc:216
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
+#, php-format
+msgid "Can't select database %s on %s."
+msgstr "Kan de database %s op %s niet selecteren."
 
 
-#: plugins/admin/systems/servkolab.tpl:97
-msgid "Free/Busy settings"
-msgstr "Free/Busy instellingen"
+#: plugins/admin/ogroups/class_phonequeue.inc:279
+#: plugins/admin/ogroups/class_phonequeue.inc:493
+#: plugins/admin/ogroups/class_phonequeue.inc:658
+#, php-format
+msgid "Can't delete in Database %s, on Server %s."
+msgstr "Kan de database %s op Server %s niet verwijderen."
 
 
-#: plugins/admin/systems/servkolab.tpl:102
-msgid "Allow unauthenticated downloading of Free/Busy information"
-msgstr "Sta ongeauthoriseerd downloaden van Free/Busy informatie toe"
+#: plugins/admin/ogroups/class_phonequeue.inc:523
+#: plugins/admin/ogroups/class_phonequeue.inc:525
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1145
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1147
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
+#, php-format
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+msgstr "Het opgegeven telefoonnummer '%s' is al toegekend aan '%s'."
 
 
-#: plugins/admin/systems/servkolab.tpl:117
-msgid "SMTP privileged networks"
-msgstr "SMTP toegestane netwerken"
+#: plugins/admin/ogroups/class_phonequeue.inc:612
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1033
+#: plugins/gofon/macro/class_gofonMacro.inc:205
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
+#, php-format
+msgid ""
+"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
+msgstr ""
+"De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
+"GOsa logbestand op mysql fouten."
 
 
-#: plugins/admin/systems/servkolab.tpl:122
-msgid "Hosts/networks allowed to relay"
-msgstr "Hosts/netwerken die E-mail mogen ralayen"
+#: plugins/admin/ogroups/phonequeue.tpl:1
+msgid "Queue Settings"
+msgstr "Wachtrij instellingen"
 
 
-#: plugins/admin/systems/servkolab.tpl:125
-msgid "Enter multiple values, seperated with"
-msgstr "Voor meerdere waardes in, gescheiden door"
+#: plugins/admin/ogroups/phonequeue.tpl:4
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+msgid "Phone numbers"
+msgstr "Telefoonnummers"
 
 
-#: plugins/admin/systems/servkolab.tpl:138
-msgid "SMTP smarthost/relayhost"
-msgstr "SMTP smarthost/relayhost"
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/admin/ogroups/phonequeue.tpl:96
+msgid "Generic queue Settings"
+msgstr "Algemene wachtrij instellingen"
 
 
-#: plugins/admin/systems/servkolab.tpl:144
-msgid "Enable MX lookup for relayhost"
-msgstr "Sta MX record opzoeken voor relayhost toe"
+#: plugins/admin/ogroups/phonequeue.tpl:18
+msgid "Down"
+msgstr "Omlaag"
 
 
-#: plugins/admin/systems/servkolab.tpl:149
-msgid "Host used to relay mails"
-msgstr "Host die gebruikt wordt om E-mails te relayen"
+#: plugins/admin/ogroups/phonequeue.tpl:46
+msgid "Timeout"
+msgstr "Timeout"
 
 
-#: plugins/admin/systems/servkolab.tpl:163
-msgid "Accept Internet Mail"
-msgstr "Accepteer Internet E-mail"
+#: plugins/admin/ogroups/phonequeue.tpl:54
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+msgid "Retry"
+msgstr "Opnieuw proberen"
 
 
-#: plugins/admin/systems/servkolab.tpl:169
-msgid "Accept mail from other domains over non-authenticated SMTP"
-msgstr "Accepteer E-mail van andere domeinen over niet geauthenticeerde SMTP"
+#: plugins/admin/ogroups/phonequeue.tpl:62
+msgid "Strategy"
+msgstr "Strategie"
 
 
-#: plugins/admin/systems/phonesettings.tpl:1
-msgid "Advanced phone settings"
-msgstr "Geavanceerde telefoon instellingen"
+#: plugins/admin/ogroups/phonequeue.tpl:74
+msgid "Max queue length"
+msgstr "Maximale wachtrij lengte"
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
-msgid "Phone type"
-msgstr "Telefoontype"
+#: plugins/admin/ogroups/phonequeue.tpl:82
+msgid "Announce frequency"
+msgstr "Aankondigingsfrequentie"
 
 
-#: plugins/admin/systems/phonesettings.tpl:7
-#: plugins/admin/systems/phonesettings.tpl:25
-#: plugins/admin/systems/phonesettings.tpl:35
-#: plugins/admin/systems/phonesettings.tpl:49
-#: plugins/admin/systems/phonesettings.tpl:78
-#: plugins/admin/systems/phonesettings.tpl:109
-#: plugins/admin/systems/phonesettings.tpl:156
-msgid "Choose a phone type"
-msgstr "Kies een telefoontype"
+#: plugins/admin/ogroups/phonequeue.tpl:86
+msgid "(in seconds)"
+msgstr "(in seconden)"
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr "ververs"
+#: plugins/admin/ogroups/phonequeue.tpl:94
+msgid "Queue sound setup"
+msgstr "Wachtrij geluidsinstellingen"
 
 
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
-msgstr "DTMF modus"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "Use music on hold instead of ringing"
+msgstr "Gebruik wachtstand muziek i.p.v. rinkelen"
 
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-msgid "Default IP"
-msgstr "Standaard IP"
+#: plugins/admin/ogroups/phonequeue.tpl:108
+msgid "Music on hold"
+msgstr "Wachtstand muziek"
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
-msgstr "Reageer timeout"
+#: plugins/admin/ogroups/phonequeue.tpl:116
+msgid "Welcome sound file"
+msgstr "Welkomst geluidsbestand"
 
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
-msgstr "Modus"
+#: plugins/admin/ogroups/phonequeue.tpl:124
+msgid "Announce message"
+msgstr "Aankondigings bericht"
 
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
-msgstr "Authorisatietype"
+#: plugins/admin/ogroups/phonequeue.tpl:132
+msgid "Sound file for 'You are next ...'"
+msgstr "Geluidsbestand voor 'U bent de volgende ...'"
 
 
-#: plugins/admin/systems/phonesettings.tpl:116
-msgid "Secret"
-msgstr "Wachtwoord"
+#: plugins/admin/ogroups/phonequeue.tpl:140
+msgid "'There are ...'"
+msgstr "'Er zijn ...'"
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
-msgstr "GOFonInKeys"
+#: plugins/admin/ogroups/phonequeue.tpl:148
+msgid "'... calls waiting'"
+msgstr "'...oproepen wachtend'"
 
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
-msgstr "GoFonOutKeys"
+#: plugins/admin/ogroups/phonequeue.tpl:156
+msgid "'Thank you' message"
+msgstr "'Dank U' bericht"
 
 
-#: plugins/admin/systems/phonesettings.tpl:145
-msgid "Account code"
-msgstr "Account code"
+#: plugins/admin/ogroups/phonequeue.tpl:164
+msgid "'minutes' sound file"
+msgstr "'minuten' geluidsbestand"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-msgid "Trunk lines"
-msgstr "Trunk lijnen"
+#: plugins/admin/ogroups/phonequeue.tpl:172
+msgid "'seconds' sound file"
+msgstr "'seconden' geluidsbestand"
 
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
-msgstr "Hosts die mogen verbinden"
+#: plugins/admin/ogroups/phonequeue.tpl:180
+msgid "Hold sound file"
+msgstr "Wachtstand geluidsbestand"
 
 
-#: plugins/admin/systems/phonesettings.tpl:183
-msgid "Hosts that are not allowed to connect"
-msgstr "Hosts die niet mogen verbinden"
+#: plugins/admin/ogroups/phonequeue.tpl:188
+msgid "Less Than sound file"
+msgstr "Minder Dan geluidsbestand"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
-msgstr "MSN"
+#: plugins/admin/ogroups/phonequeue.tpl:204
+msgid "Phone attributes "
+msgstr "Telefoon attributen "
 
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
-msgstr "Machinenaam"
+#: plugins/admin/ogroups/phonequeue.tpl:212
+msgid "Announce holdtime"
+msgstr "Aankondigings wachttijd"
 
 
-#: plugins/admin/systems/terminalService.tpl:141
-msgid "Remote desktop"
-msgstr "Remote desktop"
+#: plugins/admin/ogroups/phonequeue.tpl:218
+msgid "Allow the called user to transfer his call"
+msgstr "Sta de gebelde gebruiker toe het gesprek over te zetten"
 
 
-#: plugins/admin/systems/terminalService.tpl:145
-msgid "Connect method"
-msgstr "Verbindings methode"
+#: plugins/admin/ogroups/phonequeue.tpl:224
+msgid "Allows calling user to transfer call"
+msgstr "Sta de bellende gebruiker toe het gesprek over te zetten"
 
 
-#: plugins/admin/systems/terminalService.tpl:147
-msgid "Choose method to connect to terminal server"
-msgstr "Kies de methode om te verbinden met de terminal server"
+#: plugins/admin/ogroups/phonequeue.tpl:234
+msgid "Allow the called to hangup by pressing *"
+msgstr "Sta de gebelde gebruiker toe op te hangen door * in te drukken"
 
 
-#: plugins/admin/systems/terminalService.tpl:154
-msgid "Terminal server"
-msgstr "Terminal server"
+#: plugins/admin/ogroups/phonequeue.tpl:240
+msgid "Allows calling to hangup by pressing *"
+msgstr "Sta de bellende gebruiker toe op te hangen door * in te drukken"
 
 
-#: plugins/admin/systems/terminalService.tpl:156
-msgid "Select specific terminal server to use"
-msgstr "Selecteer de te gebruiken terminal server"
+#: plugins/admin/ogroups/phonequeue.tpl:246
+msgid "Ring instead of playing background music"
+msgstr "Rinkel i.p.v. achtergrond muziek afspelen"
 
 
-#: plugins/admin/systems/terminalService.tpl:163
-msgid "Font server"
-msgstr "Font server"
+#: plugins/admin/fai/remove.tpl:7
+msgid ""
+"This includes 'all' object information. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
+msgstr ""
+"Dit omvat 'alle' object informatie. Verzeker uzelf hiervan, aangezien er "
+"geen manier is voor GOsa om deze gegevens terug te halen."
 
 
-#: plugins/admin/systems/terminalService.tpl:165
-msgid "Select specific font server to use"
-msgstr "Selecteer de te gebruiken font server"
+#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
+msgid "Fully Automatic Installation"
+msgstr "Fully Automatic Installation"
 
 
-#: plugins/admin/systems/terminalService.tpl:181
-msgid "Print device"
-msgstr "Printer"
+#: plugins/admin/fai/class_faiManagement.inc:31
+msgid "FAI"
+msgstr "FAI"
 
 
-#: plugins/admin/systems/terminalService.tpl:182
-msgid "Select to start IPP based printing service on terminal"
-msgstr "Selecteer om de IPP gebaseerde print service te starten op de terminal"
+#: plugins/admin/fai/class_faiManagement.inc:32
+msgid "Fully Automatic Installation - management"
+msgstr "Fully Automatic Installation - beheer"
 
 
-#: plugins/admin/systems/terminalService.tpl:183
-msgid "Provide print services"
-msgstr "Lever print diensten"
+#: plugins/admin/fai/class_faiManagement.inc:204
+#, php-format
+msgid "You're about to delete all information about the FAI class at '%s'."
+msgstr ""
+"U staat op het punt alle informatie over deze FAI klasse op '%s' te "
+"verwijderen."
 
 
-#: plugins/admin/systems/terminalService.tpl:189
-msgid "Spool server"
-msgstr "Spool server"
+#: plugins/admin/fai/class_faiManagement.inc:439
+msgid "New profile"
+msgstr "Nieuw profiel"
 
 
-#: plugins/admin/systems/terminalService.tpl:191
-msgid "Select NFS filesystem to place spool files on"
-msgstr "Selecteer NFS bestandssysteem waarop spool bestanden geplaatst worden"
+#: plugins/admin/fai/class_faiManagement.inc:439
+msgid "P"
+msgstr "PR"
 
 
-#: plugins/admin/systems/terminalService.tpl:212
-msgid "Select scanner driver to use"
-msgstr "Selecteer de te gebruiken scanner driver"
+#: plugins/admin/fai/class_faiManagement.inc:444
+msgid "New partition table"
+msgstr "Nieuwe partitietabel"
 
 
-#: plugins/admin/systems/remove.tpl:6
-msgid ""
-"This includes <b>all</b> system and setup informations. Please double check "
-"if your really want to do this since there is no way for GOsa to get your "
-"data back."
-msgstr ""
-"Dit omvat <b>alle</b> systeem en configuratie informatie. Verzeker uzelf "
-"hiervan, aangezien er geen manier is voor GOsa om deze gegevens terug te "
-"halen."
+#: plugins/admin/fai/class_faiManagement.inc:444
+msgid "PT"
+msgstr "PT"
 
 
-#: plugins/admin/systems/headpage.tpl:6
-msgid "List of systems"
-msgstr "Lijst met systemen"
+#: plugins/admin/fai/class_faiManagement.inc:447
+msgid "New scripts"
+msgstr "Nieuwe scripts"
 
 
-#: plugins/admin/systems/headpage.tpl:24
-msgid ""
-"This menu allows you to add, remove and change the properties of specific "
-"systems. You can only add systems which have already been started once."
-msgstr ""
-"Dit menu maakt het mogelijk om specifieke systemen toe te voegen, bewerken "
-"en verwijderen. U kunt alleen systemen toevoegen die al eens opgestart "
-"geweest zijn."
+#: plugins/admin/fai/class_faiManagement.inc:447
+msgid "S"
+msgstr "SC"
 
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
-msgstr "Selecteer om servers te zien"
+#: plugins/admin/fai/class_faiManagement.inc:450
+msgid "New hooks"
+msgstr "Nieuwe inhakers"
 
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Toon servers"
+#: plugins/admin/fai/class_faiManagement.inc:450
+msgid "H"
+msgstr "H"
 
 
-#: plugins/admin/systems/headpage.tpl:39
-msgid "Select to see Linux terminals"
-msgstr "Selecteer om Linux terminals te zien"
+#: plugins/admin/fai/class_faiManagement.inc:453
+msgid "New variables"
+msgstr "Nieuwe variabelen"
 
 
-#: plugins/admin/systems/headpage.tpl:39
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Toon terminals"
+#: plugins/admin/fai/class_faiManagement.inc:453
+msgid "V"
+msgstr "V"
 
 
-#: plugins/admin/systems/headpage.tpl:40
-msgid "Select to see Linux workstations"
-msgstr "Selecteer om Linux werkstations te zien"
+#: plugins/admin/fai/class_faiManagement.inc:456
+msgid "New templates"
+msgstr "Nieuwe sjablonen"
 
 
-#: plugins/admin/systems/headpage.tpl:40
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Toon werkstations"
+#: plugins/admin/fai/class_faiManagement.inc:456
+msgid "T"
+msgstr "SJ"
 
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Selecteer om Microsoft Windows werkstations te zien"
+#: plugins/admin/fai/class_faiManagement.inc:459
+msgid "New package list"
+msgstr "Nieuwe pakketlijst"
 
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Show windows based workstations"
-msgstr "Toon Windows werkstations"
+#: plugins/admin/fai/class_faiManagement.inc:459
+msgid "PK"
+msgstr "PK"
 
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Select to see network printers"
-msgstr "Selecteer om netwerk printers te zien"
+#: plugins/admin/fai/class_faiManagement.inc:477
+msgid "Name of FAI class"
+msgstr "Naam van de FAI klasse"
 
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Show network printers"
-msgstr "Toon netwerk printers"
+#: plugins/admin/fai/class_faiManagement.inc:478
+msgid "Class type"
+msgstr "Klasse type"
 
 
-#: plugins/admin/systems/headpage.tpl:43
-msgid "Select to see VOIP phones"
-msgstr "Selecteer om VOIP telefoons te zien"
+#: plugins/admin/fai/class_faiManagement.inc:482
+msgid "Edit class"
+msgstr "Bewerk klasse"
 
 
-#: plugins/admin/systems/headpage.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Toon telefoons"
+#: plugins/admin/fai/class_faiManagement.inc:483
+msgid "Delete class"
+msgstr "Verwijder klasse"
 
 
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Select to see network devices"
-msgstr "Selecteer om netwerk apparaten te zien"
+#: plugins/admin/fai/class_faiManagement.inc:525
+#: plugins/admin/fai/class_faiManagement.inc:526
+#: plugins/admin/fai/class_faiProfile.inc:161
+#: plugins/admin/fai/class_faiProfileEntry.inc:123
+msgid "Partition table"
+msgstr "Partitietabel"
 
 
-#: plugins/admin/systems/headpage.tpl:44
-msgid "Show network devices"
-msgstr "Toon netwerk apparaten"
+#: plugins/admin/fai/class_faiManagement.inc:532
+#: plugins/admin/fai/class_faiManagement.inc:533
+msgid "Package list"
+msgstr "Pakketlijst"
 
 
-#: plugins/admin/systems/headpage.tpl:52
-msgid "Regular expression for matching system names"
-msgstr "Reguliere expressie voor overeenkomende systeemnamen"
+#: plugins/admin/fai/class_faiManagement.inc:539
+#: plugins/admin/fai/class_faiManagement.inc:540
+msgid "Scripts"
+msgstr "Scripts"
 
 
-#: plugins/admin/systems/headpage.tpl:59
-msgid "Display systems of user"
-msgstr "Toon systemen van gebruiker"
+#: plugins/admin/fai/class_faiManagement.inc:560
+#: plugins/admin/fai/class_faiManagement.inc:561
+msgid "Profile"
+msgstr "Profiel"
 
 
-#: plugins/admin/systems/headpage.tpl:62
-msgid "User name of which terminal(s) are shown"
-msgstr "Gebruikersnaam van wie de terminal(s) getoond worden"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+msgid "Device"
+msgstr "Apparaat"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
-msgstr ""
-"Selecteer indien de terminal een grafische start met voortgangsstatus "
-"ondersteunt"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+msgid "Partition entries"
+msgstr "Partitie regels"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr "Gebruik grafische boot"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+msgid "Add partition"
+msgstr "Partitie toevoegen"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:38
-msgid "Select if terminal should boot in text mode"
-msgstr "Selecteer wanneer de terminal op moet starten in tekstmodus"
+#: plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
+#: plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/class_faiProfileEntry.inc:154
+#: plugins/admin/fai/faiHook.tpl:32
+msgid "Objects"
+msgstr "Objecten"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
-msgstr "Gebruik standaard linux tekstuele boot"
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+msgid "Discs"
+msgstr "Schijven"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:41
-msgid "Select to get more verbose output during startup"
-msgstr "Selecteer om meer uitvoer te produceren tijdens opstarten"
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
+msgstr "Kies een te bewerken of verwijderen hardeschijf"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
-msgstr "Gebruik debug modus bij boot"
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
+msgstr "Lijst met FAI objecten (Fully Automatic Installation)"
 
 
-#: plugins/admin/systems/password.tpl:2
+#: plugins/admin/fai/faiProfileEntry.tpl:27
 msgid ""
 msgid ""
-"To change the terminal root password use the fields below. The changes take "
-"effect during the next reboot. Please memorize the new password, because you "
-"wouldn't be able to log in."
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
 msgstr ""
 msgstr ""
-"Gebruik de velden hieronder om het terminal root wachtwoord te veranderen. "
-"De veranderingen worden onmiddelijk doorgevoerd. Onthoud het nieuwe "
-"wachtwoord a.u.b. aangezien u niet in kan loggen zonder dit wachtwoord."
+"Dit menu maakt het mogelijk ok FAI klassenamen te selecteren en deze toe te "
+"voegen aan het profiel dat op dit moment bewerkt wordt."
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
-msgstr "Laat velden leeg voor wachtwoord overerving vanuit standaard waarden."
+#: plugins/admin/fai/faiProfileEntry.tpl:40
+msgid "Show only classes with templates"
+msgstr "Toon alleen klassen met sjablonen"
 
 
-#: plugins/admin/systems/password.tpl:9
-msgid "Changing the password impinges on authentification only."
-msgstr ""
-"Het veranderen van het wachtwoord is alleen van toepassing op authenticatie."
+#: plugins/admin/fai/faiProfileEntry.tpl:42
+msgid "Show only classes with scripts"
+msgstr "Toon alleen klassen met scripts"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
-msgid "Printer ppd selection."
-msgstr "Printer PPD selectie"
+#: plugins/admin/fai/faiProfileEntry.tpl:44
+msgid "Show only classes with hooks"
+msgstr "Toon alleen klassen met inhakers"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:59
-#: plugins/admin/ogroups/tabs_ogroups.inc:151
-msgid "Phone queue"
-msgstr "Telefoonwachtrij"
+#: plugins/admin/fai/faiProfileEntry.tpl:46
+msgid "Show only classes with variables"
+msgstr "Toon alleen klassen met variabelen"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:84
-#: plugins/admin/ogroups/tabs_ogroups.inc:131
-msgid "Terminals"
-msgstr "Terminals"
+#: plugins/admin/fai/faiProfileEntry.tpl:48
+msgid "Show only classes with packages"
+msgstr "Toon alleen klassen met pakketten"
 
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
-msgstr "Mail distributielijst"
+#: plugins/admin/fai/faiProfileEntry.tpl:50
+msgid "Show only classes with partitions"
+msgstr "Toon alleen klassen met partities"
 
 
-#: plugins/admin/ogroups/mail.tpl:11
-msgid "Primary mail address for this distribution list"
-msgstr "Primair E-mail adres voor deze distributielijst"
+#: plugins/admin/fai/faiVariable.tpl:34
+msgid "List of assigned variables"
+msgstr "Lijst met toegekende variabelen"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Selecteer om afdelingen te zien"
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
+msgstr "Kies een te bewerken of verwijderen variabele"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Toon afdelingen"
+#: plugins/admin/fai/class_faiScriptEntry.inc:51
+#: plugins/admin/fai/class_faiHookEntry.inc:54
+msgid "Please select a valid file."
+msgstr "Selecteer a.u.b. een geldig bestand."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Selecteer om GOsa accounts te zien"
+#: plugins/admin/fai/class_faiScriptEntry.inc:54
+#: plugins/admin/fai/class_faiHookEntry.inc:57
+msgid "Selected file is empty."
+msgstr "Het opgegeven bestand is leeg."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Toon personen"
+#: plugins/admin/fai/class_faiScriptEntry.inc:99
+#: plugins/admin/fai/class_faiVariableEntry.inc:86
+#: plugins/admin/fai/class_faiTemplateEntry.inc:164
+#: plugins/admin/fai/class_faiHookEntry.inc:112
+msgid "Please enter a name."
+msgstr "Kies a.u.b. een naam."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Selecteer om GOsa groepen te zien"
+#: plugins/admin/fai/class_faiScriptEntry.inc:103
+msgid "Please enter a script."
+msgstr "Geef a.u.b. een scripts op."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Toon groepen"
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+msgid "Script attributes"
+msgstr "Script attributen"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Selecteer om programma's te zien"
+#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
+msgid "Choose a priority"
+msgstr "Kies een prioriteit"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Toon programma's"
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+#: plugins/admin/fai/faiHookEntry.tpl:63
+msgid "Import script"
+msgstr "Importeer script"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Selecteer om werkstations te zien"
+#: plugins/admin/fai/class_faiPackage.inc:150
+msgid "There is no useable package list defined."
+msgstr "Er is geen bruikbare pakketlijst gedefinieerd."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Selecteer om terminals te zien"
+#: plugins/admin/fai/class_faiPackage.inc:295
+#, php-format
+msgid "Can't read configuration folder '%s'."
+msgstr "Kan configuratie directory '%s' niet lezen."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Selecteer om printers te zien"
+#: plugins/admin/fai/class_faiPackage.inc:377
+msgid "Please select a least one Package."
+msgstr "Selecteer a.u.b. tenminste een pakket."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Toon printers"
+#: plugins/admin/fai/class_faiPackage.inc:381
+msgid "Please choose a valid combination for your repository setup."
+msgstr ""
+"Kies a.u.b. een geldige combinatie voor uw verzamelplaats instellingen."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Selecteer om telefoons te zien"
+#: plugins/admin/fai/class_faiPackage.inc:402
+msgid "package is configured"
+msgstr "pakket is geconfigureerd"
+
+#: plugins/admin/fai/class_faiPackage.inc:426
+#, php-format
+msgid "Package file '%s' does not exist."
+msgstr "Pakketbestand '%s' bestaat niet."
+
+#: plugins/admin/fai/faiPackage.tpl:50
+msgid "Mirror"
+msgstr "Mirror"
+
+#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
+msgid "mirror"
+msgstr "mirror"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:37
-msgid "Display objects of department"
-msgstr "Toon objecten van afdeling"
+#: plugins/admin/fai/faiPackage.tpl:68
+msgid "Used packages"
+msgstr "Gebruikte pakketten"
 
 
-#: plugins/admin/ogroups/termgroup.tpl:1
-msgid ""
-"All actions you choose here influence <b>all</b> machines in this object "
-"group. Be aware that rebooting machines may not make people happy who are "
-"currently working at these machines."
-msgstr ""
-"Alle acties die u hier kiest, beinvloeden <b>alle</b> machines in deze "
-"objectgroep. Let op dat het herstarten van machines waarop mensen werken tot "
-"irritatie kan leiden"
+#: plugins/admin/fai/faiPackage.tpl:70
+msgid "Choosen packages"
+msgstr "Gekozen pakketten"
 
 
-#: plugins/admin/ogroups/termgroup.tpl:7
-msgid "Select action to execute for this   group of terminals"
-msgstr "Selecteer de voor deze terminal-groep uit te voeren actie"
+#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
+msgid "Configure"
+msgstr "Instellen"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
-msgid "Object groups"
-msgstr "Objectgroepen"
+#: plugins/admin/fai/class_faiProfile.inc:145
+#: plugins/admin/fai/class_faiProfileEntry.inc:151
+msgid "This list displays all assigned class names for this profile."
+msgstr "Deze lijst toont alle toegekende klassenamen voor dit profiel."
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:41
-msgid "UNIX accounts"
-msgstr "Unix accounts"
+#: plugins/admin/fai/class_faiProfile.inc:153
+msgid "Append new class names"
+msgstr "Voeg nieuwe klassenamen toe"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
-#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
-#: html/getxls.php:245 html/getxls.php:316
-msgid "Servers"
-msgstr "Servers"
+#: plugins/admin/fai/class_faiProfile.inc:156
+#: plugins/admin/fai/class_faiProfileEntry.inc:118
+msgid "Hook bundle"
+msgstr "Inhakers bundel"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:46
-msgid "Thin Clients"
-msgstr "Thin Clients"
+#: plugins/admin/fai/class_faiProfile.inc:157
+#: plugins/admin/fai/class_faiProfileEntry.inc:119
+msgid "Template bundle"
+msgstr "Sjabloon bundel"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:47
-msgid "Workstations"
-msgstr "Werkstations"
+#: plugins/admin/fai/class_faiProfile.inc:158
+#: plugins/admin/fai/class_faiProfileEntry.inc:120
+msgid "Script bundle"
+msgstr "Script bundel"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:217
-#, php-format
-msgid "You're about to delete the object group '%s'."
-msgstr "U staat op het punt de objectgroep '%s' te verwijderen."
+#: plugins/admin/fai/class_faiProfile.inc:159
+#: plugins/admin/fai/class_faiProfileEntry.inc:121
+msgid "Variable bundle"
+msgstr "Variabele bundel"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:223
-#: plugins/admin/ogroups/class_ogroupManagement.inc:249
-msgid "You are not allowed to delete this object group!"
-msgstr "U heeft geen toestemming deze objectgroep te verwijderen!"
+#: plugins/admin/fai/class_faiProfile.inc:160
+msgid "Packages bundle"
+msgstr "Pakketbundel"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-msgid "Create new object group"
-msgstr "Nieuwe objectgroep aanmaken"
+#: plugins/admin/fai/class_faiProfile.inc:163
+msgid "Remove class from profile"
+msgstr "Verwijder klasse uit profiel"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
-msgid "Name of object groups"
-msgstr "Naam van objectgroepen"
+#: plugins/admin/fai/class_faiProfile.inc:226
+msgid "Please assign at least one class to this  profile."
+msgstr "Ken a.u.b. tenminste een klasse toe aan dit profiel."
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:440
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Objectgroep"
+#: plugins/admin/fai/class_faiProfile.inc:230
+msgid "Please enter a valid name."
+msgstr "Geef a.u.b. een geldige naam op"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:132
-msgid "This 'dn' is no object group."
-msgstr "Deze 'dn' is geen objectgroep."
+#: plugins/admin/fai/class_faiProfile.inc:238
+msgid "There is already a profile with this class name defined."
+msgstr "Er bestaat al een profiel met deze klassenaam."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:242
-msgid "too many different objects!"
-msgstr "te veel verschillende object tpyes!"
+#: plugins/admin/fai/faiProfile.tpl:32
+msgid "FAI classes"
+msgstr "FAI klassen"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:244
-msgid "users"
-msgstr "gebruikers"
+#: plugins/admin/fai/headpage.tpl:6
+msgid "List of FAI classes"
+msgstr "Lijst met FAI klassen"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:245
-msgid "groups"
-msgstr "groepen"
+#: plugins/admin/fai/headpage.tpl:24
+msgid "This menu allows you to create, delete and edit FAI classes."
+msgstr ""
+"Dit menu maakt het mogelijk om FAI klassen aan te maken, bewerken en "
+"verwijderen."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:246
-msgid "applications"
-msgstr "programma's"
+#: plugins/admin/fai/headpage.tpl:36
+msgid "Show profiles"
+msgstr "Toon profielen"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:247
-msgid "departments"
-msgstr "afdelingen"
+#: plugins/admin/fai/headpage.tpl:38
+msgid "Show scripts"
+msgstr "Toon scripts"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:248
-msgid "servers"
-msgstr "servers"
+#: plugins/admin/fai/headpage.tpl:39
+msgid "Show hooks"
+msgstr "Toon inhakers"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:249
-msgid "workstations"
-msgstr "werkstations"
+#: plugins/admin/fai/headpage.tpl:40
+msgid "Show variables"
+msgstr "Toon variabelen"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:250
-msgid "terminals"
-msgstr "terminals"
+#: plugins/admin/fai/headpage.tpl:41
+msgid "Show packages"
+msgstr "Toon pakketten"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:251
-msgid "phones"
-msgstr "telefoons"
+#: plugins/admin/fai/headpage.tpl:42
+msgid "Show partitions"
+msgstr "Toon partities"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:252
-msgid "printers"
-msgstr "printers"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
+msgid "FS type"
+msgstr "FS type"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:259
-msgid "and"
-msgstr "en"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
+msgid "Mount point"
+msgstr "Koppelpunt"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:410
-msgid "Non existing dn: "
-msgstr "Niet bestaande dn: "
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
+msgid "Size in MB"
+msgstr "Grootte in MB"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:534
-#, fuzzy
-msgid "There is already an object with this cn."
-msgstr "Er bestaat al een profiel met deze klassenaam."
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
+msgid "Mount options"
+msgstr "Koppelopties"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:551
-msgid "You can combine two different object types at maximum only!"
-msgstr "U kunt maximaal twee verschillende object types tegelijk combineren!"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
+msgid "FS option"
+msgstr "FS opties"
 
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Naam van de groep"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
+msgid "Preserve"
+msgstr "Bewaar"
 
 
-#: plugins/admin/ogroups/generic.tpl:33
-msgid "Member objects"
-msgstr "Lidmaatschap objecten"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
+#, php-format
+msgid "please enter a unique mount point for partition %s"
+msgstr "Geef a.u.b. een uniek koppelpunt op voor partitie %s"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:41
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
+#, php-format
+msgid "Please enter a valid mount point for partition %s."
+msgstr "Geef a.u.b. een geldig koppelpunt op voor partitie %s."
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
+#, php-format
 msgid ""
 msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
 msgstr ""
 msgstr ""
-"Deze groep heeft E-mail mogelijkheden ingeschakeld. U kunt deze uitschakelen "
-"door de knop hieronder te gebruiken."
+"Bestandssysteem type 'swap' wordt al gebruikt. Verander bestandssysteem type "
+"voor partitie %s."
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
+msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
 msgstr ""
 msgstr ""
-"Deze groep heeft geen E-mail mogelijkheden. U kunt deze inschakelen door de "
-"knop hieronder te gebruiken."
+"Gebruik a.u.b. 'swap' als koppelpunt indien 'swap' gebruikt wordt als fs-"
+"type."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:79
-msgid "ring all"
-msgstr "rinkel allemaal"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
+#, php-format
+msgid "Please enter a valid partition size for partition %s."
+msgstr "Geef a.u.b. een geldige partitie grootte op voor partitie %s."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:80
-msgid "round robin"
-msgstr "om en om"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
+#, php-format
+msgid "Please enter a valid range for partition %s."
+msgstr "Geef a.u.b. een geldig bereik op voor partitie %s."
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
+#, php-format
+msgid "Please enter a range for partition size for partition %s."
+msgstr "Geef a.u.b. een bereik op voor de partitie grootte van partitie %s."
+
+#: plugins/admin/fai/faiScript.tpl:34
+msgid "List of scripts"
+msgstr "Lijst met scripts"
+
+#: plugins/admin/fai/faiScript.tpl:40
+msgid "Choose a script to delete or edit"
+msgstr "Selecteer een te bewerken of verwijderen script"
+
+#: plugins/admin/fai/class_faiVariableEntry.inc:82
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Geef a.u.b. een waarde op voor het atribuut 'inhoud'."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:81
-msgid "least recently called"
-msgstr "minst recent gebelde"
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+msgid "Variable attributes"
+msgstr "Variabele attributen"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:82
-msgid "fewest completed calls"
-msgstr "minst afgeronde gesprekken"
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+msgid "Variable content"
+msgstr "Variabele inhoud"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:83
-msgid "random"
-msgstr "willekeurig"
+#: plugins/admin/fai/faiTemplate.tpl:31
+msgid "List of template files"
+msgstr "Lijst met sjabloonbestanden"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:84
-msgid "round robin with memory"
-msgstr "om en om met geheugen"
+#: plugins/admin/fai/faiTemplate.tpl:37
+msgid "Choose a template to delete or edit"
+msgstr "Selecteer een te bewerken of verwijderen sjabloon"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:113
-msgid "Remove the phone queue from this Account"
-msgstr "Verwijder telefoonwachtrij van dit account"
+#: plugins/admin/fai/class_faiPartitionTable.inc:226
+#: plugins/admin/fai/class_faiPartitionTable.inc:232
+#, php-format
+msgid "%s partition"
+msgstr "%s partitie"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:114
-msgid ""
-"Phone queue is enabled for this group. You can disable it by clicking below."
-msgstr ""
-"Dit account heeft telefoonwachtrijen ingeschakeld. U kunt deze uitschakelen "
-"door de knop hieronder te gebruiken."
+#: plugins/admin/fai/class_faiPartitionTable.inc:228
+#: plugins/admin/fai/class_faiPartitionTable.inc:234
+#, php-format
+msgid "%s partition(s)"
+msgstr "%s partitie(s)"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:116
-msgid "Create phone queue"
-msgstr "Telefoonwachtrij aanmaken"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:74
+msgid "no file uploaded yet"
+msgstr "nog geen bestand ge-upload."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:117
-msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Dit account heeft telefoonwachtrijen uitgeschakeld. U kunt deze inschakelen "
-"door de knop hieronder te gebruiken."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:76
+#, php-format
+msgid "exists in database (size: %s bytes)"
+msgstr "bestaat in database (grootte: %s bytes)"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:199
-msgid "Timeout must be numeric"
-msgstr "Timeout dient nummeriek te zijn"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:156
+msgid "Please specify a value for attribute 'file'."
+msgstr "Geef a.u.b. een waarde op voor het atribuut 'bestand'."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:202
-msgid "Retry must be numeric"
-msgstr "Herhalen moet nummeriek zijn"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:160
+msgid "Please specify a value for attribute 'path'."
+msgstr "Geef a.u.b. een waarde op voor het atribuut 'pad'."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:205
-msgid "Max queue length must be numeric"
-msgstr "Maximale wachtrijlengte moet nummeriek zijn"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:168
+msgid "Please enter a user."
+msgstr "Geef a.u.b. een gebruiker op."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:208
-msgid "Announce frequency must be numeric"
-msgstr "Aankondiginsfrequentie moet nummeriek zijn"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:171
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+msgstr "Geef a.u.b. een geldige gebruiker op! Alleen a-z/0-9 zijn toegestaan."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "There must be least one queue number defined."
-msgstr "Er moet tenminste een wachtrijnummer gedefinieerd zijn."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:175
+msgid "Please enter a group."
+msgstr "Geef a.u.b. een groep op."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:225
-msgid ""
-"There is currently no asterisk server defined. Your settings can't be saved."
-msgstr ""
-"Er is momenteel geen Asterisk server gedefinieer. Uw instellingen kunnen "
-"niet opgeslagen worden."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:178
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+msgstr "Geef a.u.b. een geldige groep op! Alleen a-z/0-9 zijn toegestaan."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:238
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
-#, php-format
-msgid ""
-"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
-msgstr ""
-"De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
-"GOsa logbestand voor de mysql fout."
+#: plugins/admin/fai/class_faiHookEntry.inc:108
+msgid "Please enter a value for script."
+msgstr "Geef a.u.b. een waarde voor script op"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:248
-#: plugins/admin/ogroups/class_phonequeue.inc:622
-#: plugins/gofon/macro/class_gofonMacro.inc:216
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1045
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
-#, php-format
-msgid "Can't select database %s on %s."
-msgstr "Kan de database %s op %s niet selecteren."
+#: plugins/admin/fai/class_faiProfileEntry.inc:122
+msgid "Package bundle"
+msgstr "Pakket bundel"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:279
-#: plugins/admin/ogroups/class_phonequeue.inc:493
-#: plugins/admin/ogroups/class_phonequeue.inc:658
-#, php-format
-msgid "Can't delete in Database %s, on Server %s."
-msgstr "Kan de database %s op Server %s niet verwijderen."
+#: plugins/admin/fai/class_faiProfileEntry.inc:153
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+msgid "Class name"
+msgstr "Klassenaam"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:523
-#: plugins/admin/ogroups/class_phonequeue.inc:525
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1146
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1148
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
-msgstr "Het opgegeven telefoonnummer '%s' is al toegekend aan '%s'."
+#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
+msgid "Hook attributes"
+msgstr "Inhakers atributen"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:612
-#: plugins/gofon/macro/class_gofonMacro.inc:205
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1034
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
-#, php-format
-msgid ""
-"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
-msgstr ""
-"De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
-"GOsa logbestand op mysql fouten."
+#: plugins/admin/fai/faiHookEntry.tpl:34
+msgid "Task"
+msgstr "Taak"
 
 
-#: plugins/admin/ogroups/remove.tpl:7
-msgid ""
-"Please double check if you really want to do this since there is no way for "
-"GOsa to get your data back."
-msgstr ""
-"Controleer a.u.b. of u dit daadwerkelijk wil doen, aangezien er geen "
-"mogelijkheid voor GOsa is om uw data terug te krijgen."
+#: plugins/admin/fai/faiHookEntry.tpl:36
+msgid "Choose an existing FAI task"
+msgstr "Kies een bestaande FAI taak"
 
 
-#: plugins/admin/ogroups/headpage.tpl:24
-msgid ""
-"This menu allows you to add, edit or remove selected groups. You may want to "
-"use the range selector on top of the group listbox, when working with a "
-"large number of groups."
-msgstr ""
-"Dit menu maakt het mogelijk om geselecteerde groepen toe te voegen, bewerken "
-"of verwijderen. Indien u veel groepen heeft is het aan te raden de selectie "
-"mogelijkheden te gebruiken."
+#: plugins/admin/fai/class_askClassName.inc:71
+msgid "Create new FAI object - partition table."
+msgstr "Nieuw FAI object - partitie tabel aanmaken."
 
 
-#: plugins/admin/ogroups/headpage.tpl:39
-msgid "Show groups containing users"
-msgstr "Toon groepen die gebruikers bevatten"
+#: plugins/admin/fai/class_askClassName.inc:72
+msgid "Create new FAI object - package bundle."
+msgstr "Nieuw FAI object - pakketbundel aanmaken."
 
 
-#: plugins/admin/ogroups/headpage.tpl:40
-msgid "Show groups containing groups"
-msgstr "Toon groepen die groepen bevatten"
+#: plugins/admin/fai/class_askClassName.inc:73
+msgid "Create new FAI object - script bundle."
+msgstr "Nieuw FAI object - scriptbundel aanmaken."
 
 
-#: plugins/admin/ogroups/headpage.tpl:41
-msgid "Show groups containing applications"
-msgstr "Toon groepen die programma's bevatten"
+#: plugins/admin/fai/class_askClassName.inc:74
+msgid "Create new FAI object - variable bundle."
+msgstr "Nieuw FAI object - variabelebundel aanmaken."
 
 
-#: plugins/admin/ogroups/headpage.tpl:42
-msgid "Show groups containing departments"
-msgstr "Toon groepen die afdelingen bevatten"
+#: plugins/admin/fai/class_askClassName.inc:75
+msgid "Create new FAI object - hook bundle."
+msgstr "Nieuw FAI object - inhakerbundel aanmaken."
 
 
-#: plugins/admin/ogroups/headpage.tpl:43
-msgid "Show groups containing servers"
-msgstr "Toon groepen die servers bevatten"
+#: plugins/admin/fai/class_askClassName.inc:76
+msgid "Create new FAI object - profile."
+msgstr "Nieuw FAI object - profiel aanmaken."
 
 
-#: plugins/admin/ogroups/headpage.tpl:44
-msgid "Show groups containing workstations"
-msgstr "Toon groepen die werkstations bevatten"
+#: plugins/admin/fai/class_askClassName.inc:77
+msgid "Create new FAI object - template."
+msgstr "Nieuw FAI object - sjabloon aanmaken."
 
 
-#: plugins/admin/ogroups/headpage.tpl:45
-msgid "Show groups containing terminals"
-msgstr "Toon groepen die terminals bevatten"
+#: plugins/admin/fai/class_askClassName.inc:78
+msgid "Create new FAI object"
+msgstr "Nieuw FAI object aanmaken"
 
 
-#: plugins/admin/ogroups/headpage.tpl:46
-msgid "Show groups containing printers"
-msgstr "Toon groepen die printers bevatten"
+#: plugins/admin/fai/class_askClassName.inc:131
+msgid "The given class name is empty."
+msgstr "De opgegeven klassenaam is leeg."
 
 
-#: plugins/admin/ogroups/headpage.tpl:51
-msgid "Display object groups matching"
-msgstr "Toon overeenkomende objectgroepen"
+#: plugins/admin/fai/class_askClassName.inc:135
+msgid "The specified class name is already in use for this object type."
+msgstr ""
+"De waarde die opgegeven is voor de klassenaam is al in gebruik voor dit "
+"objecttype."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:1
-msgid "Queue Settings"
-msgstr "Wachtrij instellingen"
+#: plugins/admin/fai/askClassName.tpl:6
+msgid ""
+"Adding a new class to the FAI management, requires a class name. You have to "
+"specify a unique class name for unique types of FAI classes, while you can "
+"use the same class name for different types of FAI classes. In the laste "
+"case, FAI will automatically enclose all these different class types to one "
+"unique class name."
+msgstr ""
+"Het toevoegen van een nieuwe klasse aan FAI beheer, vereist een klassenaam. "
+"U dient een unieke klassenaam binnen een FAI klassetype te gebruiken. Het is "
+"mogelijk dezelfde klassenaam voor verschillende FAI klassetypes te "
+"gebruiken. In het laatste geval zal FAI automatisch alle verschillende "
+"klassetypes onderbrengen binnen een unieke klassenaam."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:4
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-msgid "Phone numbers"
-msgstr "Telefoonnummers"
+#: plugins/admin/fai/askClassName.tpl:12
+msgid ""
+"Please use one of the following methods to choose the name for the new FAI "
+"class."
+msgstr ""
+"Gebruik a.u.b. een van de volgende methodes om de naam voor de nieuwe FAI "
+"klasse te kiezen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/admin/ogroups/phonequeue.tpl:96
-msgid "Generic queue Settings"
-msgstr "Algemene wachtrij instellingen"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
+msgstr "Voer FAI klassenaam handmatig in"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:18
-msgid "Down"
-msgstr "Omlaag"
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
+msgstr "Kies FAI klassenaam uit een lijst met bestaande klasses"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:46
-msgid "Timeout"
-msgstr "Timeout"
+#: plugins/admin/fai/askClassName.tpl:54
+msgid "Choose class name"
+msgstr "Kies een klassenaam"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:54
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Opnieuw proberen"
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+msgid "Use"
+msgstr "Gebruik"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:62
-msgid "Strategy"
-msgstr "Strategie"
+#: plugins/admin/fai/askClassName.tpl:74
+msgid "A new class name."
+msgstr "Een nieuwe klassenaam."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:74
-msgid "Max queue length"
-msgstr "Maximale wachtrij lengte"
+#: plugins/admin/fai/faiTemplateEntry.tpl:21
+msgid "Template attributes"
+msgstr "Sjabloon atributen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:82
-msgid "Announce frequency"
-msgstr "Aankondigingsfrequentie"
+#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
+msgid "File"
+msgstr "Bestand"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:86
-msgid "(in seconds)"
-msgstr "(in seconden)"
+#: plugins/admin/fai/faiTemplateEntry.tpl:35
+msgid "Save template"
+msgstr "Sjabloon opslaan"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:94
-msgid "Queue sound setup"
-msgstr "Wachtrij geluidsinstellingen"
+#: plugins/admin/fai/faiTemplateEntry.tpl:47
+msgid "Destination path"
+msgstr "Doelpad"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "Use music on hold instead of ringing"
-msgstr "Gebruik wachtstand muziek i.p.v. rinkelen"
+#: plugins/admin/fai/faiTemplateEntry.tpl:62
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
+msgid "Owner"
+msgstr "Eigenaar"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:108
-msgid "Music on hold"
-msgstr "Wachtstand muziek"
+#: plugins/admin/fai/faiTemplateEntry.tpl:80
+msgid "Access"
+msgstr "Toegang"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:116
-msgid "Welcome sound file"
-msgstr "Welkomst geluidsbestand"
+#: plugins/admin/fai/faiTemplateEntry.tpl:86
+msgid "Class"
+msgstr "Klasse"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:124
-msgid "Announce message"
-msgstr "Aankondigings bericht"
+#: plugins/admin/fai/faiTemplateEntry.tpl:87
+msgid "Read"
+msgstr "Lezen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:132
-msgid "Sound file for 'You are next ...'"
-msgstr "Geluidsbestand voor 'U bent de volgende ...'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
+msgid "Write"
+msgstr "Schrijven"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:140
-msgid "'There are ...'"
-msgstr "'Er zijn ...'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
+msgid "Special"
+msgstr "Speciaal"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:148
-msgid "'... calls waiting'"
-msgstr "'...oproepen wachtend'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+msgid "SUID"
+msgstr "SUID"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:156
-msgid "'Thank you' message"
-msgstr "'Dank U' bericht"
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
+msgid "SGID"
+msgstr "SGID"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:164
-msgid "'minutes' sound file"
-msgstr "'minuten' geluidsbestand"
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
+msgid "Others"
+msgstr "Anderen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:172
-msgid "'seconds' sound file"
-msgstr "'seconden' geluidsbestand"
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
+msgid "sticky"
+msgstr "sticky"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:180
-msgid "Hold sound file"
-msgstr "Wachtstand geluidsbestand"
+#: plugins/admin/fai/faiHook.tpl:34
+msgid "List of hook scripts"
+msgstr "Lijst met inhakers scripts"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:188
-msgid "Less Than sound file"
-msgstr "Minder Dan geluidsbestand"
+#: plugins/admin/fai/faiHook.tpl:40
+msgid "Choose a hook to delete or edit"
+msgstr "Selecteer een te bewerken of verwijderen inhaker"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:204
-msgid "Phone attributes "
-msgstr "Telefoon attributen "
+#: plugins/admin/fai/class_faiPackageEntry.inc:35
+msgid "Please enter your search string here"
+msgstr "Geef hier uw zoekwaarde op"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:212
-msgid "Announce holdtime"
-msgstr "Aankondigings wachttijd"
+#: plugins/admin/fai/class_faiPackageEntry.inc:48
+msgid ""
+"This list displays all assigned package names for this repository settings."
+msgstr ""
+"Deze lijst toont alle toegekende pakketnamen voor deze verzamelplaats "
+"instellingen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:218
-msgid "Allow the called user to transfer his call"
-msgstr "Sta de gebelde gebruiker toe het gesprek over te zetten"
+#: plugins/admin/fai/faiPackageEntry.tpl:6
+msgid "List of available packages"
+msgstr "Lijst met beschikbare pakketten"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:224
-msgid "Allows calling user to transfer call"
-msgstr "Sta de bellende gebruiker toe het gesprek over te zetten"
+#: plugins/admin/fai/faiPackageEntry.tpl:26
+msgid ""
+"This menu allows you to select multiple packages to add them to the "
+"currently edited package list."
+msgstr ""
+"Dit menu maakt het mogelijk om meerdere pakketten toe te voegen aan de op "
+"dit moment bewerkte pakketlijst."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:234
-msgid "Allow the called to hangup by pressing *"
-msgstr "Sta de gebelde gebruiker toe op te hangen door * in te drukken"
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+msgid "Package"
+msgstr "Pakket"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:240
-msgid "Allows calling to hangup by pressing *"
-msgstr "Sta de bellende gebruiker toe op te hangen door * in te drukken"
+#: plugins/admin/fai/faiPackageNew.tpl:2
+msgid "Repository settings"
+msgstr "Verzamelplaats instellingen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:246
-msgid "Ring instead of playing background music"
-msgstr "Rinkel i.p.v. achtergrond muziek afspelen"
+#: plugins/admin/fai/faiPackageNew.tpl:6
+msgid ""
+"To add packages to your package list you have to setup the repository "
+"settings first."
+msgstr ""
+"U dient eerst de verzamelplaats in te stellen om pakketten aan uw "
+"pakketlijst toe te voegen."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
-msgstr "Telefoon macro's"
+#: plugins/admin/fai/faiPackageNew.tpl:8
+msgid ""
+"Packages are usually stored on different servers called mirrors. These "
+"mirrors have different types of releases (for example woody/sarge/etch), "
+"which finally contain packages sorted by section."
+msgstr ""
+"Pakketten worden normaliter op verschillende servers geplaatst, die mirrors "
+"genoemd worden. Deze mirrors hebben verschillende distributie versies "
+"(bijvoorbeeld woody/sarge/etch), welke pakketten gesorteerd op sectie "
+"bevatten."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
-#, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "U staat op het punt de macro '%s' te verwijderen."
+#: plugins/admin/fai/faiPackageNew.tpl:11
+msgid ""
+"Section and release can't be changed in future dialogs, but the mirror can "
+"be changed by editing the entry."
+msgstr ""
+"Sectie en distributie versie kunnen niet veranderd worden in de komende "
+"dialoogvensters, maar de mirror kan veranderd worden door de invoer te "
+"bewerken."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
-msgid "You are not allowed to delete this macro!"
-msgstr "U heeft geen toestemming om deze macro te verwijderen!"
+#: plugins/admin/fai/faiPackageNew.tpl:17
+msgid ""
+"First select the preferred release, then the section and finally the mirror."
+msgstr ""
+"Selecteer eerste de gewenste distributie versie, daarna de sectie en "
+"tenslotte de mirror."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-msgid "Create new phone macro"
-msgstr "Nieuwe telefoonmacro aanmaken"
+#: plugins/admin/fai/faiPackageNew.tpl:25
+msgid "Following releases are available"
+msgstr "De volgende distributie versies zijn beschikbaar"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
-msgid "Visible"
-msgstr "Zichtbaar"
+#: plugins/admin/fai/faiPackageNew.tpl:37
+msgid "Sections for this release"
+msgstr "Secties voor deze versie"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
-msgid "This table displays all phone macros, in the selected tree."
-msgstr "Deze tabel toont alle telefoonmacro's in de geselecteerde tree"
+#: plugins/admin/fai/faiPackageNew.tpl:48
+msgid "Matching mirrors"
+msgstr "Overeenkomende mirrors"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
-msgid "Macro"
-msgstr "Macro"
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
+#, php-format
+msgid "Debconf information for package '%s'"
+msgstr "Debconf informatie voor pakket '%s'"
+
+#: plugins/gofon/phoneaccount/main.inc:122
+msgid "Phone settings"
+msgstr "Telefoon instellingen"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
-msgid "visible"
-msgstr "zichtbaar"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
+msgid "no macro"
+msgstr "geen macro"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
-msgid "invisible"
-msgstr "onzichtbaar"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:135
+msgid "undefined"
+msgstr "niet gedefiniëerd"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:97
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
+#: plugins/gofon/macro/class_gofonMacro.inc:97
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
 msgid ""
 "There is currently no asterisk server defined. Possibly you are missing a "
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
 msgid ""
 "There is currently no asterisk server defined. Possibly you are missing a "
@@ -8548,76 +8657,144 @@ msgstr ""
 "server ontbreekt die asterisk management beheert (goFonServer). Uw "
 "instellingen kunnen niet opgeslagen worden in de asterisk database."
 
 "server ontbreekt die asterisk management beheert (goFonServer). Uw "
 "instellingen kunnen niet opgeslagen worden in de asterisk database."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:103
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
-msgid "This 'dn' is no phone macro."
-msgstr "Deze 'dn' is geen telefoonmacro."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
+msgid ""
+"Can't save any changes to asterisk database, there is no mysql extension "
+"available."
+msgstr ""
+"Kan geen veranderingen in de Asterisk database opslaan. Er is geen MySQL "
+"extensie beschikbaar. Controleer uw PHP installatie."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:159
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:559
+msgid "Error while performing query:"
+msgstr "Fout bij het uitvoeren van zoekopdracht:"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:615
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:739
+msgid "This account has no phone extensions."
+msgstr "Dit account heeft geen telefoon mogelijkheden."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:635
 msgid ""
 msgid ""
-"This macro ist still in use. To delete this Macro ensure that nobody has "
-"selected this Macro."
+"The macro you selected, is no longer available for you, please choose "
+"another one."
 msgstr ""
 msgstr ""
-"Deze macro is nog steeds in gebruik. Verzeker uzelf ervan dat geen enkele "
-"gebruiker deze macro geselecteerd heeft."
+"De macro die u geselecteerd heeft, is niet meer beschikbaar voor u. "
+"Selecteer a.u.b. een andere macro."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:191
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:749
+msgid "Remove phone account"
+msgstr "Verwijder telefoon account"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:750
 msgid ""
 msgid ""
-"There is no mysql extension available in your php setup, can't save any "
-"changes to asterisk db."
+"This account has phone features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Kan geen veranderingen opslaan in de Asterisk database. Er is geen MySQL "
-"extensie beschikbaar. Controleer uw PHP installatie."
+"Dit account heeft telefoon mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:261
-#, php-format
-msgid "Unable to parse macro contents on line: %s"
-msgstr "Kon de macro-inhoud op regel %s niet verwerken"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:753
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:756
+msgid "Create phone account"
+msgstr "Telefoon account aanmaken"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:279
-#, php-format
-msgid "Can't perform SELECT query in DB '%s'"
-msgstr "Kan SELECT zoekopdracht in DB '%s' niet uitvoeren"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
+msgid ""
+"This account has phone features disabled. You can't enable them while no uid "
+"is set."
+msgstr ""
+"Dit account heeft telefoon mogelijkheden uitgeschakeld. U kunt ze niet "
+"inschakelen zolang geen uid ingesteld is."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:288
-#: plugins/gofon/macro/class_gofonMacro.inc:296
-#, php-format
-msgid "Can't perform DELETE query in DB '%s'"
-msgstr "Kan DELETE opdracht in DB '%s' niet uitvoeren"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
+msgid ""
+"This account has phone features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Dit account heeft telefoon mogelijkheden uitgeschakeld. U kunt deze "
+"inschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:310
-#, php-format
-msgid "Can't perform INSERT query in DB '%s'"
-msgstr "Kan INSERT opdracht in DB '%s' niet uitvoeren"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
+msgid "Please enter a valid phone number!"
+msgstr "Voer a.u.b. een geldig telefoonnummer in!"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:357
-#, php-format
-msgid "The given cn '%s' already exists."
-msgstr "De opgegeven cn '%s' bestaat al."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
+msgid "Choose your private phone"
+msgstr "Kies uw privé telefoon"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:362
-msgid "You must specify the 'Display Name' in order to save this macro"
-msgstr "U moet de 'Display Naam' opgeven om deze macro op te slaan"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
+msgid "Voicemail PIN must be between 1-4 characters."
+msgstr "Voicemail PIN-code moet tussen 1 en 4 karakters zijn"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:366
-msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
+msgid ""
+"The specified Voicemail PIN contains invalid characters, only numeric values "
+"are allowed here."
 msgstr ""
 msgstr ""
-"De opgegeven cn is te lang om een Macro invoer te maken. Maximaal 20 "
-"karakters."
+"De opgegeven Voicemail PIN-code bevat ongeldige karakters. Alleen nummerieke "
+"waardes zijn toegestaan."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:371
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:894
+#, fuzzy
+msgid "Phone PIN must be at least one character long."
+msgstr "Telefoon PIN-code moet uit 4 karakters bestaan."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:897
+#, fuzzy
+msgid ""
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
+msgstr ""
+"De opgegeven telefoon PIN-code bevat ongeldige karakters. Alleen nummerieke "
+"waardes zijn toegestaan."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:907
 #, php-format
 #, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+msgid "You need to specify at least one phone number!"
+msgstr "U dient tenminste één telefoonnummer op te geven!"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:914
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
+#, php-format
+msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
 msgstr ""
 msgstr ""
-"Onvoldoende permissies. Kan attribuut '%s' in goFonMacro niet veranderen."
+"De bevat '%s' bevat ongeldige karakters. '!,#' worden gebruikt als "
+"scheidingstekens"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:377
-msgid "Makro length must be lower than 100 lines"
-msgstr "De macro lengte moet minder dan 100 regels zijn"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1076
+msgid "Stop"
+msgstr "Stop"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:382
-msgid "Please choose a valid  base."
-msgstr "Geef a.u.b. een geldige basis op."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1111
+#, php-format
+msgid "Removed user '%s' from phone queue '%s'."
+msgstr "Gebruiker '%s' is van telefoonwachtrij '%s' verwijderd"
+
+#: plugins/gofon/phoneaccount/generic.tpl:33
+msgid "Voicemail PIN"
+msgstr "Voicemail PIN-code"
+
+#: plugins/gofon/phoneaccount/generic.tpl:41
+msgid "Phone PIN"
+msgstr "Telefoon PIN-code"
+
+#: plugins/gofon/phoneaccount/generic.tpl:59
+#: plugins/gofon/phoneaccount/generic.tpl:60
+msgid "Phone macro"
+msgstr "Telefoon macro"
+
+#: plugins/gofon/phoneaccount/generic.tpl:67
+msgid "Refresh"
+msgstr "Ververs"
+
+#: plugins/gofon/macro/parameter.tpl:3
+msgid "Argument"
+msgstr "Argument"
+
+#: plugins/gofon/macro/parameter.tpl:7
+msgid "type"
+msgstr "type"
 
 #: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
 msgid "Macro name"
 
 #: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
 msgid "Macro name"
@@ -8639,50 +8816,6 @@ msgstr "Zichtbaar voor gebruikers"
 msgid "Macro text"
 msgstr "Macro tekst"
 
 msgid "Macro text"
 msgstr "Macro tekst"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
-msgid "String"
-msgstr "Tekstregel"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
-msgid "Combobox"
-msgstr "Combobox"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
-msgid "Bool"
-msgstr "Bool"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
-msgid "Delete unused"
-msgstr "Verwijder ongebruikte"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
-msgstr ""
-"Onvoldoende permissies. Kan attribuut '%s' in goFonMacro niet veranderen."
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:915
-#, php-format
-msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
-msgstr ""
-"De bevat '%s' bevat ongeldige karakters. '!,#' worden gebruikt als "
-"scheidingstekens"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
-#, php-format
-msgid "The parameter %s has incorrect value for type bool."
-msgstr "De parameter %s heeft een incorrecte waarde voor het type boolean."
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
-#, php-format
-msgid ""
-"Parameter count of the macro changed, you must update each user which are "
-"using this macro '%s'."
-msgstr ""
-"Parameter hoeveelheid van de macro is veranderd. U dient elke gebruiker, die "
-"deze macro '%s' gebruik, bij te werken."
-
 #: plugins/gofon/macro/headpage.tpl:6
 msgid "List of macros"
 msgstr "Lijst met macro's"
 #: plugins/gofon/macro/headpage.tpl:6
 msgid "List of macros"
 msgstr "Lijst met macro's"
@@ -8713,179 +8846,150 @@ msgstr "Reguliere expressie voor overeenkomende macronamen"
 msgid "Phone macro management"
 msgstr "Telefoon macrobeheer"
 
 msgid "Phone macro management"
 msgstr "Telefoon macrobeheer"
 
-#: plugins/gofon/macro/parameter.tpl:3
-msgid "Argument"
-msgstr "Argument"
-
-#: plugins/gofon/macro/parameter.tpl:7
-msgid "type"
-msgstr "type"
-
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
-msgid "no macro"
-msgstr "geen macro"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacro.inc:103
+msgid "This 'dn' is no phone macro."
+msgstr "Deze 'dn' is geen telefoonmacro."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:135
-msgid "undefined"
-msgstr "niet gedefiniëerd"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+msgid "String"
+msgstr "Tekstregel"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
-msgid ""
-"Can't save any changes to asterisk database, there is no mysql extension "
-"available."
-msgstr ""
-"Kan geen veranderingen in de Asterisk database opslaan. Er is geen MySQL "
-"extensie beschikbaar. Controleer uw PHP installatie."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+msgid "Combobox"
+msgstr "Combobox"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:559
-msgid "Error while performing query:"
-msgstr "Fout bij het uitvoeren van zoekopdracht:"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+msgid "Bool"
+msgstr "Bool"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:615
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:739
-msgid "This account has no phone extensions."
-msgstr "Dit account heeft geen telefoon mogelijkheden."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+msgid "Delete unused"
+msgstr "Verwijder ongebruikte"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:635
-msgid ""
-"The macro you selected, is no longer available for you, please choose "
-"another one."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
 msgstr ""
 msgstr ""
-"De macro die u geselecteerd heeft, is niet meer beschikbaar voor u. "
-"Selecteer a.u.b. een andere macro."
+"Onvoldoende permissies. Kan attribuut '%s' in goFonMacro niet veranderen."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:749
-msgid "Remove phone account"
-msgstr "Verwijder telefoon account"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
+#, php-format
+msgid "The parameter %s has incorrect value for type bool."
+msgstr "De parameter %s heeft een incorrecte waarde voor het type boolean."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:750
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
+#, php-format
 msgid ""
 msgid ""
-"This account has phone features enabled. You can disable them by clicking "
-"below."
+"Parameter count of the macro changed, you must update each user which are "
+"using this macro '%s'."
 msgstr ""
 msgstr ""
-"Dit account heeft telefoon mogelijkheden ingeschakeld. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
+"Parameter hoeveelheid van de macro is veranderd. U dient elke gebruiker, die "
+"deze macro '%s' gebruik, bij te werken."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:753
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:756
-msgid "Create phone account"
-msgstr "Telefoon account aanmaken"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr "Telefoon macro's"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
-msgid ""
-"This account has phone features disabled. You can't enable them while no uid "
-"is set."
-msgstr ""
-"Dit account heeft telefoon mogelijkheden uitgeschakeld. U kunt ze niet "
-"inschakelen zolang geen uid ingesteld is."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
+#, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "U staat op het punt de macro '%s' te verwijderen."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
-msgid ""
-"This account has phone features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Dit account heeft telefoon mogelijkheden uitgeschakeld. U kunt deze "
-"inschakelen door de knop hieronder te gebruiken."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
+msgid "You are not allowed to delete this macro!"
+msgstr "U heeft geen toestemming om deze macro te verwijderen!"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
-msgid "Please enter a valid phone number!"
-msgstr "Voer a.u.b. een geldig telefoonnummer in!"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+msgid "Create new phone macro"
+msgstr "Nieuwe telefoonmacro aanmaken"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
-msgid "Choose your private phone"
-msgstr "Kies uw privé telefoon"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
+msgid "Visible"
+msgstr "Zichtbaar"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
-msgid "Voicemail PIN must be between 1-4 characters."
-msgstr "Voicemail PIN-code moet tussen 1 en 4 karakters zijn"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
+msgid "This table displays all phone macros, in the selected tree."
+msgstr "Deze tabel toont alle telefoonmacro's in de geselecteerde tree"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
+msgid "Macro"
+msgstr "Macro"
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+msgid "visible"
+msgstr "zichtbaar"
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+msgid "invisible"
+msgstr "onzichtbaar"
+
+#: plugins/gofon/macro/class_gofonMacro.inc:159
 msgid ""
 msgid ""
-"The specified Voicemail PIN contains invalid characters, only numeric values "
-"are allowed here."
+"This macro ist still in use. To delete this Macro ensure that nobody has "
+"selected this Macro."
 msgstr ""
 msgstr ""
-"De opgegeven Voicemail PIN-code bevat ongeldige karakters. Alleen nummerieke "
-"waardes zijn toegestaan."
-
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:895
-msgid "Phone PIN must be 4 characters long."
-msgstr "Telefoon PIN-code moet uit 4 karakters bestaan."
+"Deze macro is nog steeds in gebruik. Verzeker uzelf ervan dat geen enkele "
+"gebruiker deze macro geselecteerd heeft."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:898
+#: plugins/gofon/macro/class_gofonMacro.inc:191
 msgid ""
 msgid ""
-"The specified phone PIN contains invalid characters, only numeric values are "
-"allowed here."
+"There is no mysql extension available in your php setup, can't save any "
+"changes to asterisk db."
 msgstr ""
 msgstr ""
-"De opgegeven telefoon PIN-code bevat ongeldige karakters. Alleen nummerieke "
-"waardes zijn toegestaan."
+"Kan geen veranderingen opslaan in de Asterisk database. Er is geen MySQL "
+"extensie beschikbaar. Controleer uw PHP installatie."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:908
+#: plugins/gofon/macro/class_gofonMacro.inc:261
 #, php-format
 #, php-format
-msgid "You need to specify at least one phone number!"
-msgstr "U dient tenminste één telefoonnummer op te geven!"
-
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1077
-msgid "Stop"
-msgstr "Stop"
+msgid "Unable to parse macro contents on line: %s"
+msgstr "Kon de macro-inhoud op regel %s niet verwerken"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+#: plugins/gofon/macro/class_gofonMacro.inc:279
 #, php-format
 #, php-format
-msgid "Removed user '%s' from phone queue '%s'."
-msgstr "Gebruiker '%s' is van telefoonwachtrij '%s' verwijderd"
-
-#: plugins/gofon/phoneaccount/generic.tpl:33
-msgid "Voicemail PIN"
-msgstr "Voicemail PIN-code"
-
-#: plugins/gofon/phoneaccount/generic.tpl:41
-msgid "Phone PIN"
-msgstr "Telefoon PIN-code"
-
-#: plugins/gofon/phoneaccount/generic.tpl:59
-#: plugins/gofon/phoneaccount/generic.tpl:60
-msgid "Phone macro"
-msgstr "Telefoon macro"
-
-#: plugins/gofon/phoneaccount/generic.tpl:67
-msgid "Refresh"
-msgstr "Ververs"
-
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
-msgstr "Telefoon instellingen"
+msgid "Can't perform SELECT query in DB '%s'"
+msgstr "Kan SELECT zoekopdracht in DB '%s' niet uitvoeren"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
-msgstr "Telefoon conferenties"
+#: plugins/gofon/macro/class_gofonMacro.inc:288
+#: plugins/gofon/macro/class_gofonMacro.inc:296
+#, php-format
+msgid "Can't perform DELETE query in DB '%s'"
+msgstr "Kan DELETE opdracht in DB '%s' niet uitvoeren"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
-msgstr "Beheer"
+#: plugins/gofon/macro/class_gofonMacro.inc:310
+#, php-format
+msgid "Can't perform INSERT query in DB '%s'"
+msgstr "Kan INSERT opdracht in DB '%s' niet uitvoeren"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
-msgid "Create new conference"
-msgstr "Maak nieuwe conferentie aan"
+#: plugins/gofon/macro/class_gofonMacro.inc:357
+#, php-format
+msgid "The given cn '%s' already exists."
+msgstr "De opgegeven cn '%s' bestaat al."
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
-msgid "New conference"
-msgstr "Nieuwe conferentie"
+#: plugins/gofon/macro/class_gofonMacro.inc:362
+msgid "You must specify the 'Display Name' in order to save this macro"
+msgstr "U moet de 'Display Naam' opgeven om deze macro op te slaan"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
-msgid "This table displays all available conference rooms."
-msgstr "Deze tabel geeft alle beschikbaare conferentie-kamers weer"
+#: plugins/gofon/macro/class_gofonMacro.inc:366
+msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+msgstr ""
+"De opgegeven cn is te lang om een Macro invoer te maken. Maximaal 20 "
+"karakters."
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
-msgid "Name - Number"
-msgstr "Naam - nummer"
+#: plugins/gofon/macro/class_gofonMacro.inc:371
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+msgstr ""
+"Onvoldoende permissies. Kan attribuut '%s' in goFonMacro niet veranderen."
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
-#: plugins/gofon/conference/generic.tpl:107
-msgid "PIN"
-msgstr "PIN-code"
+#: plugins/gofon/macro/class_gofonMacro.inc:377
+msgid "Makro length must be lower than 100 lines"
+msgstr "De macro lengte moet minder dan 100 regels zijn"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
-msgid "Conference"
-msgstr "Conferentie"
+#: plugins/gofon/macro/class_gofonMacro.inc:382
+msgid "Please choose a valid  base."
+msgstr "Geef a.u.b. een geldige basis op."
 
 #: plugins/gofon/conference/generic.tpl:13
 msgid "Conference name"
 
 #: plugins/gofon/conference/generic.tpl:13
 msgid "Conference name"
@@ -8913,6 +9017,11 @@ msgstr "Telefoonnummer"
 msgid "Preset PIN"
 msgstr "Voorgedefinieerde PIN-code"
 
 msgid "Preset PIN"
 msgstr "Voorgedefinieerde PIN-code"
 
+#: plugins/gofon/conference/generic.tpl:107
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
+msgid "PIN"
+msgstr "PIN-code"
+
 #: plugins/gofon/conference/generic.tpl:113
 msgid "Record conference"
 msgstr "Conferentie opnemen"
 #: plugins/gofon/conference/generic.tpl:113
 msgid "Record conference"
 msgstr "Conferentie opnemen"
@@ -8933,9 +9042,55 @@ msgstr "Activeer sessiemenu"
 msgid "Announce users joining or leaving the conference"
 msgstr "Kondig binnenkomende en verlatende gebruikers aan"
 
 msgid "Announce users joining or leaving the conference"
 msgstr "Kondig binnenkomende en verlatende gebruikers aan"
 
-#: plugins/gofon/conference/generic.tpl:156
-msgid "Count users"
-msgstr "Tel het aantal gebruikers"
+#: plugins/gofon/conference/generic.tpl:156
+msgid "Count users"
+msgstr "Tel het aantal gebruikers"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
+msgstr "Telefoon conferenties"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
+msgstr "Beheer"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+msgid "Create new conference"
+msgstr "Maak nieuwe conferentie aan"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+msgid "New conference"
+msgstr "Nieuwe conferentie"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
+msgid "This table displays all available conference rooms."
+msgstr "Deze tabel geeft alle beschikbaare conferentie-kamers weer"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
+msgid "Name - Number"
+msgstr "Naam - nummer"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
+msgid "Conference"
+msgstr "Conferentie"
+
+#: plugins/gofon/conference/headpage.tpl:6
+msgid "List of conference rooms"
+msgstr "Lijst met conferentie-kamers"
+
+#: plugins/gofon/conference/headpage.tpl:24
+msgid ""
+"This menu allows you to create, delete and edit selected phone conferences. "
+"Having a large number of phone conferences, you might prefer the range "
+"selectors on top of the conferences list."
+msgstr ""
+"Dit menu maakt het mogelijk om geselecteerde telefoon conferenties toe te "
+"voegen, bewerken of verwijderen. Indien u veel conferenties heeft is het aan "
+"te raden de selectie mogelijkheden te gebruiken."
+
+#: plugins/gofon/conference/headpage.tpl:36
+msgid "Regular expression for        matching user names"
+msgstr "Reguliere expressie voor       overeenkomende gebruikersnamen"
 
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
 
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
@@ -8970,24 +9125,6 @@ msgstr ""
 "Kan geen veranderingen opslaan in de Asterisk database. Er is geen MySQL "
 "extensie beschikbaar. Controleer uw PHP installatie."
 
 "Kan geen veranderingen opslaan in de Asterisk database. Er is geen MySQL "
 "extensie beschikbaar. Controleer uw PHP installatie."
 
-#: plugins/gofon/conference/headpage.tpl:6
-msgid "List of conference rooms"
-msgstr "Lijst met conferentie-kamers"
-
-#: plugins/gofon/conference/headpage.tpl:24
-msgid ""
-"This menu allows you to create, delete and edit selected phone conferences. "
-"Having a large number of phone conferences, you might prefer the range "
-"selectors on top of the conferences list."
-msgstr ""
-"Dit menu maakt het mogelijk om geselecteerde telefoon conferenties toe te "
-"voegen, bewerken of verwijderen. Indien u veel conferenties heeft is het aan "
-"te raden de selectie mogelijkheden te gebruiken."
-
-#: plugins/gofon/conference/headpage.tpl:36
-msgid "Regular expression for        matching user names"
-msgstr "Reguliere expressie voor       overeenkomende gebruikersnamen"
-
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 msgid "Conference management"
 msgstr "Conferentie beheer"
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 msgid "Conference management"
 msgstr "Conferentie beheer"
@@ -9076,6 +9213,47 @@ msgstr "Het GOsa team"
 msgid "Welcome %s!"
 msgstr "Welkom %s!"
 
 msgid "Welcome %s!"
 msgstr "Welkom %s!"
 
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
+msgstr ""
+"Er is minimaal één PHP fout opgetreden bij het genereren van deze pagina!"
+
+#: include/php_setup.inc:71 html/main.php:316
+msgid "Toggle information"
+msgstr "Informatie weergeven/verbergen"
+
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr "PHP fout"
+
+#: include/php_setup.inc:87
+msgid "class"
+msgstr "klasse"
+
+#: include/php_setup.inc:93
+msgid "function"
+msgstr "functie"
+
+#: include/php_setup.inc:98
+msgid "static"
+msgstr "statisch"
+
+#: include/php_setup.inc:102
+msgid "method"
+msgstr "methode"
+
+#: include/php_setup.inc:121
+msgid "Trace"
+msgstr "Trace"
+
+#: include/php_setup.inc:122
+msgid "Line"
+msgstr "Regel"
+
+#: include/php_setup.inc:123
+msgid "Arguments"
+msgstr "Argumenten"
+
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
 #: include/class_mail-methods-cyrus.inc:39
 msgid ""
 "Warning: Account has an invalid mailserver string! Please check the mail "
@@ -9141,890 +9319,850 @@ msgstr "Kan het SIEVE script niet versturen. De server meldt: '%s'."
 msgid "Can't activate GOsa sieve script. Server says '%s'."
 msgstr "Kan het GOsa SIEVE script niet activeren. De server meldt: '%s'."
 
 msgid "Can't activate GOsa sieve script. Server says '%s'."
 msgstr "Kan het GOsa SIEVE script niet activeren. De server meldt: '%s'."
 
-#: include/class_xmlParse.inc:42
-#, php-format
-msgid "Could not open XML input '%s'."
-msgstr "Kon XML invoer '%s' niet openen."
-
-#: include/class_xmlParse.inc:117
-#, php-format
-msgid "XML error in %s : %s at line %d"
-msgstr "XML fout in %s: %s op regel %d"
-
-#: include/class_plugin.inc:391
-#, php-format
-msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Het commando '%s' dat gespecificeerd is als POSTCREATE voor module '%s' "
-"bestaat niet."
-
-#: include/class_plugin.inc:419 include/class_password-methods.inc:181
-#, php-format
-msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Het commando '%s' dat gespecificeerd is als POSTMODIFY voor module '%s' "
-"bestaat niet."
-
-#: include/class_plugin.inc:447
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Het commando '%s' dat gespecificeerd is als POSTREMOVE voor module '%s' "
-"bestaat niet."
-
-#: include/functions_setup.inc:98
-msgid "Can't bind to LDAP. No schema check possible!"
-msgstr "Kan niet verbinden met de LDAP server. Schema controle is onmogelijk!"
-
-#: include/functions_setup.inc:107 include/functions_setup.inc:116
-msgid "Can't get schema information from server. No schema check possible!"
-msgstr ""
-"Kan de schema informatie niet ophalen van de server. Schema controle is "
-"onmogelijk!"
-
-#: include/functions_setup.inc:136
-#, php-format
+#: include/class_pluglist.inc:115
 msgid ""
 msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
 msgstr ""
 msgstr ""
-"De optionele objectklasse '%s' die benodigd is door module '%s' is niet "
-"aanwezig in de LDAP configuratie"
+"Uw gosa.conf is gedeeltelijk veranderd. Converteer het a.u.b. met het "
+"meegeleverde script fix_config.sh!"
 
 
-#: include/functions_setup.inc:140
-#, php-format
+#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
+#: ihtml/themes/altlinux/framework.tpl:24
+#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
 msgid ""
 msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
 msgstr ""
 msgstr ""
-"De optionele objectklasse '%s' die benodigd is door module '%s' heeft niet "
-"versienummer %s"
-
-#: include/functions_setup.inc:145
-#, php-format
-msgid "Support for '%s' enabled"
-msgstr "Ondersteuning voor '%s' is ingeschakeld"
+"U bent momenteel database gegevens aan het bewerken. Wilt u eventuele "
+"wijzigingen ongedaan maken?"
 
 
-#: include/functions_setup.inc:155
+#: include/functions.inc:290
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
-msgstr "Vereiste objectklasse '%s' is niet voorhanden in de LDAP configuratie"
+msgid "Error when connecting the LDAP. Server said '%s'."
+msgstr "Fout bij het verbinden met de LDAP server. De server meldt: '%s'."
 
 
-#: include/functions_setup.inc:159
+#: include/functions.inc:311
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr "Vereiste objectklasse '%s' heeft niet versienummer %s"
-
-#: include/functions_setup.inc:170
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
-msgstr ""
-"SAMBA 3 ondersteuning is uitgeschakeld. Het LDAP schema is niet "
-"geïnstalleerd."
-
-#: include/functions_setup.inc:175
-msgid "SAMBA 3 support enabled"
-msgstr "SAMBA 3 ondersteuning is ingeschakeld"
-
-#: include/functions_setup.inc:180
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
-msgstr ""
-"SAMBA 2 ondersteuning is uitgeschakeld. Het LDAP schema is niet "
-"geïnstalleerd."
-
-#: include/functions_setup.inc:185
-msgid "SAMBA 2 support enabled"
-msgstr "SAMBA 2 ondersteuning is ingeschakeld"
-
-#: include/functions_setup.inc:191
-msgid "Support for pureftp disabled, no schema seems to be installed"
-msgstr ""
-"PureFtp ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstallerd."
-
-#: include/functions_setup.inc:196
-msgid "Support for pureftp enabled"
-msgstr "PureFtp ondersteuning is ingeschakeld"
-
-#: include/functions_setup.inc:201
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr ""
-"WebDAV ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleer."
-
-#: include/functions_setup.inc:206
-msgid "Support for WebDAV enabled"
-msgstr "WebDAV ondersteuning is ingeschakeld"
-
-#: include/functions_setup.inc:211
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
-msgstr ""
-"Phpgroupware ondersteuning is uitgeschakeld. Het LDAP schema is niet "
-"geïnstalleerd."
-
-#: include/functions_setup.inc:216
-msgid "Support for phpgroupware enabled"
-msgstr "Phpgroupware ondersteuning is ingeschakeld"
-
-#: include/functions_setup.inc:221
-msgid "Support for gofon disabled, no schema seems to be installed"
-msgstr ""
-"Gofon ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleerd."
-
-#: include/functions_setup.inc:226
-msgid "Support for gofon enabled"
-msgstr "Gofon ondersteuning is ingeschakeld"
-
-#: include/functions_setup.inc:231
-msgid "Support for nagios disabled, no schema seems to be installed"
-msgstr ""
-"Nagios ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleerd."
-
-#: include/functions_setup.inc:236
-msgid "Support for nagios enabled"
-msgstr "Nagios ondersteuning is ingeschakeld"
-
-#: include/functions_setup.inc:246
-msgid ""
-"Support for Kolab disabled, no schema seems to be installed, setting mail-"
-"method to cyrus"
-msgstr ""
-"Kolab ondersteuning is uitgeschakeld. Aangezien het LDAP schema niet "
-"geïnstalleed is, zal deE-mail methode op Cyrus ingesteld worden."
-
-#: include/functions_setup.inc:253
-msgid "Support for Kolab enabled"
-msgstr "Kolab ondersteuning is ingeschakeld"
-
-#: include/functions_setup.inc:271
-msgid "OK"
-msgstr "OK"
-
-#: include/functions_setup.inc:274
-msgid "Ignored"
-msgstr "Genegeerd"
-
-#: include/functions_setup.inc:276
-msgid "Failed"
-msgstr "Mislukt"
-
-#: include/functions_setup.inc:293
-msgid "PHP setup inspection"
-msgstr "PHP configuratie inspectie"
-
-#: include/functions_setup.inc:294
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Controle op PHP versie (>=4.1.0)"
-
-#: include/functions_setup.inc:295
-msgid ""
-"PHP must be of version 4.1.0 or above for some functions and known bugs in "
-"PHP language."
-msgstr ""
-"PHP moet minimaal versienummer 4.1.0 hebben. GOsa gebruikt bepaalde "
-"functionaliteit die in voorgaande versies niet goed of helemaal niet "
-"voorhanden is."
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'."
 
 
-#: include/functions_setup.inc:298
-msgid "Checking if register_globals is set to 'off'"
-msgstr "Controle of 'register_globals' ingesteld staat op 'off'"
+#: include/functions.inc:330
+msgid "Username / UID is not unique. Please check your LDAP database."
+msgstr "Gebruikersnaam / UID is niet uniek. Controleer uw LDAP database a.u.b."
 
 
-#: include/functions_setup.inc:299
+#: include/functions.inc:368
 msgid ""
 msgid ""
-"register_globals is a PHP mechanism to register all global varibales to be "
-"accessible from scripts without changing the scope. This may be a security "
-"risk. GOsa will run in both modes."
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
 msgstr ""
 msgstr ""
-"'register_globals' is een PHP mechanisme om alle globale variabelen te "
-"registreren zodat deze toegankelijk zijn voor scripts zonder dat de scope "
-"veranderd hoeft te worden. Dit is een veiligheidsrisico. GOsa zal in beide "
-"modi draaien."
+"Fout bij het plaatsen van een blokkade. Parameters zijn niet goed ingesteld. "
+"Controleer de bron!"
 
 
-#: include/functions_setup.inc:302
-msgid "Checking for ldap module"
-msgstr "Zoeken naar de LDAP module"
+#: include/functions.inc:378
+#, php-format
+msgid ""
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
+msgstr ""
+"Kan de blokkade informatie niet instellen in de LDAP database. Controleer a."
+"u.b. de 'config' regel in gosa.conf! De LDAP server meldt: '%s'."
 
 
-#: include/functions_setup.inc:303
-msgid "This is the main module used by GOsa and therefore really required."
-msgstr "Dit is hoofd module die GOsa nodig heeft en is daarom noodzakelijk."
+#: include/functions.inc:393
+#, php-format
+msgid "Adding a lock failed. LDAP server says '%s'."
+msgstr "Plaatsen van een blokkade mislukt. De LDAP server meldt: '%s'."
 
 
-#: include/functions_setup.inc:306
-msgid "Checking for XML functions"
-msgstr "Zoeken naar XML functies"
+#: include/functions.inc:419
+#, php-format
+msgid "Removing a lock failed. LDAP server says '%s'."
+msgstr "Verwijderen van een blokkade mislukt. De LDAP server meldt: '%s'."
 
 
-#: include/functions_setup.inc:307
-msgid "XML functions are required to parse the configuration file."
+#: include/functions.inc:449
+msgid ""
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
 msgstr ""
 msgstr ""
-"XML functies zijn vereist om het configuratie bestand in te kunnen lezen."
-
-#: include/functions_setup.inc:310
-msgid "Checking for gettext support"
-msgstr "Zoeken naar gettext ondersteuning"
+"Ophalen van de blokkade uit de LDAP database is mislukt. Parameters zijn "
+"niet goed ingesteld. Controleer de bron!"
 
 
-#: include/functions_setup.inc:311
-msgid "Gettext support is required for internationalized GOsa."
+#: include/functions.inc:459
+msgid ""
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
 msgstr ""
 msgstr ""
-"Gettext ondersteuning is vereist voor ondersteuning van meerdere talen in "
-"GOsa."
-
-#: include/functions_setup.inc:314
-msgid "Checking for iconv support"
-msgstr "Zoeken naar iconv ondersteuning"
+"Kan de blokkade informatie niet ophalen uit de LDAP database. Controleer a.u."
+"b. de 'config' regel in gosa.conf!"
 
 
-#: include/functions_setup.inc:315
+#: include/functions.inc:467
 msgid ""
 msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
 msgstr ""
 msgstr ""
-"Deze module wordt gebruikt door GOsa om samba munged dial informatie "
-"(terminal server) te converteren en is daarom vereist."
+"Er zijn meerdere blokkades voor het te blokkeren object gevonden. Dat zou "
+"niet mogelijk moeten zijn. Meervoudige verwijzingen worden opgeschoond."
 
 
-#: include/functions_setup.inc:318
-msgid "Checking for mhash module"
-msgstr "Zoeken naar de mhash module"
+#: include/functions.inc:581
+#, php-format
+msgid "The size limit of %d entries is exceed!"
+msgstr "De hoeveelheidslimiet van %d invoeren is overschreden!"
 
 
-#: include/functions_setup.inc:319
+#: include/functions.inc:583
+#, php-format
 msgid ""
 msgid ""
-"To use SSHA encryption, you'll need this module. If you are just using crypt "
-"or md5 encryption, ignore this message. GOsa will run without it."
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
 msgstr ""
 msgstr ""
-"Om SSHA encryptie te gebruiken heeft u deze module nodig. U kunt deze "
-"melding negeren indien u gewoon crypt of md5 encryptie gebruikt."
+"Stel de nieuwe hoeveelheidslimiet in op %s en toon me dit bericht indien de "
+"limiet nog steeds overschreden wordt."
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for imap module"
-msgstr "Zoeken naar de IMAP module"
+#: include/functions.inc:600
+msgid "incomplete"
+msgstr "onvolledig"
 
 
-#: include/functions_setup.inc:323
+#: include/functions.inc:1005
+#, php-format
 msgid ""
 msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
+"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
+"Please contact the person in order to clarify proceedings."
 msgstr ""
 msgstr ""
-"De IMAP module is benodigd om met de IMAP server te communiceren. Het "
-"ontvangt status informatie, maakt E-mail gebruikers aan en verwijdert E-mail "
-"gebruikers."
+"U gaat de LDAP invoer '%s' bewerken, welke in gebruikt lijkt te zijn door "
+"gebruiker '%s'. Neem a.u.b. contact op met deze persoon om eea kort te "
+"sluiten."
 
 
-#: include/functions_setup.inc:326
-msgid "Checking for getacl in imap"
-msgstr "Controle op getacl in imap"
+#: include/functions.inc:1104
+msgid "LDAP error:"
+msgstr "LDAP fout:"
 
 
-#: include/functions_setup.inc:327
-msgid ""
-"The getacl support is needed for shared folder permissions. The standard "
-"IMAP module is not capable of reading acl's. You need a recend PHP version "
-"for this feature."
-msgstr ""
-"De getacl ondersteuning is nodig voor gedeelde map permissies. De standaard "
-"IMAP module is niet in staat om acl's te lezen. U heeft een recente PHP "
-"versie nodig voor deze mogelijkheid."
+#: include/functions.inc:1282
+msgid "Entries per page"
+msgstr "Regels per pagina"
 
 
-#: include/functions_setup.inc:330
-msgid "Checking for mysql module"
-msgstr "Zoeken naar MySQL module"
+#: include/functions.inc:1310
+msgid "Apply filter"
+msgstr "Filter toepassen"
 
 
-#: include/functions_setup.inc:331
-msgid "MySQL support is needed for reading GOfax reports from databases."
-msgstr ""
-"MySQL ondersteuning is nodig voor het lezen van GOfax rapporten uit "
-"databases."
+#: include/functions.inc:1584
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 
 
-#: include/functions_setup.inc:334
-msgid "Checking for cups module"
-msgstr "Zoeken naar CUPS module"
+#: include/functions.inc:1627
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
+msgstr "GOsa ontwikkelversie (Revisie %s)"
 
 
-#: include/functions_setup.inc:335
+#: include/class_plugin.inc:391
+#, php-format
 msgid ""
 msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
+"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"U moet de CUPS module installeren om beschikbare printers via het IPP "
-"protocol te kunnen aflezen i.p.v. via printcap bestanden."
+"Het commando '%s' dat gespecificeerd is als POSTCREATE voor module '%s' "
+"bestaat niet."
 
 
-#: include/functions_setup.inc:338
-msgid "Checking for kadm5 module"
-msgstr "Zoeken naar kadm5 module"
+#: include/class_plugin.inc:419 include/class_password-methods.inc:181
+#, php-format
+msgid ""
+"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Het commando '%s' dat gespecificeerd is als POSTMODIFY voor module '%s' "
+"bestaat niet."
 
 
-#: include/functions_setup.inc:339
+#: include/class_plugin.inc:447
+#, php-format
 msgid ""
 msgid ""
-"Managing users in kerberos requires the kadm5 module which is downloadable "
-"via PEAR network."
+"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"Het beheren van gebruikers in kerberos vereist de kadm5 module welke via het "
-"PEAR netwerk te downloaden is."
+"Het commando '%s' dat gespecificeerd is als POSTREMOVE voor module '%s' "
+"bestaat niet."
 
 
-#: include/functions_setup.inc:342
-msgid "Checking for snmp Module"
-msgstr "Zoeken naar de SNMP module"
+#: include/class_config.inc:69
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "XML fout in gosa.conf: %s op regel %d"
 
 
-#: include/functions_setup.inc:343
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
+#: include/class_config.inc:195 html/index.php:136
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 msgstr ""
-"Het Simple Network Management Protocol (SNMP) is vereist voor werkstation "
-"monitoring."
+"Kan niet verbinden met de LDAP server. Neem a.u.b. contact op met de "
+"systeembeheerder."
 
 
-#: include/functions_setup.inc:379
-msgid "PHP detailed function inspection"
-msgstr "Gedteaileerde PHP functie inspectie"
+#: include/class_config.inc:439
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "SID en/of RIDBASE ontbreken in uw configuratie!"
 
 
-#: include/functions_setup.inc:383
-#, php-format
-msgid "Checking for function %s"
-msgstr "Zoeken naar functie %s"
+#: include/class_password-methods-ssha.inc:51
+msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+msgstr ""
+"Kan SSHA niet gebruiken voor encryptie. (Ontbrekende functie mhash / sha1)"
 
 
-#: include/functions_setup.inc:384
+#: include/class_password-methods.inc:165
 #, php-format
 #, php-format
+msgid "Setting the password failed. LDAP server says '%s'."
+msgstr "Instellen van het wachtwoord is mislukt. De LDAP server meldt: '%s'."
+
+#: include/class_password-methods.inc:202
 msgid ""
 msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
 msgstr ""
 msgstr ""
-"De functie '%s' wordt gebruikt door GOsa. Er is nog geen informatie "
-"voorhanden of deze functie optioneel of vereist is."
-
-#: include/functions_setup.inc:395
-msgid "Checking for some additional programms"
-msgstr "Zoeken naar enkele additionele programma's"
-
-#: include/functions_setup.inc:404
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Zoeken naar ImageMagick (>=5.4.0)"
+"De instelling voor 'SMBHASH' in gosa.conf is niet correct. Kan het samba "
+"wachtwoord niet veranderen."
 
 
-#: include/functions_setup.inc:405
+#: include/class_password-methods-kerberos.inc:43
 msgid ""
 msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
 msgstr ""
 msgstr ""
-"ImageMagick wordt gebruikt om gebruikers aangeleverde plaatjes te laten "
-"passen binnen de voorgestelde grootte en het uniforme JPEG formaat."
+"Waarschuwing: Kan het kerberos wachtwoord niet instellen. Uw PHP versie "
+"heeft geen kerberos ondersteuning. Wachtwoord is niet veranderd."
 
 
-#: include/functions_setup.inc:408
-msgid "Checking imagick module for PHP"
-msgstr "Zoeken naar de imagick module voor PHP"
+#: include/class_password-methods-kerberos.inc:52
+msgid "Kerberos database communication failed!"
+msgstr "De kerberos database communicatie is mislukt!"
+
+#: include/class_password-methods-kerberos.inc:59
+msgid "Changing password in kerberos database failed!"
+msgstr "Het veranderen van het wachtwoord in de kerberos database is mislukt!"
+
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+msgstr ""
+"Kan SHA niet gebruiken voor encryptie. Functie sha1 / mhash / crypt "
+"ontbreekt."
 
 
-#: include/functions_setup.inc:409
+#: include/class_ldap.inc:437
+#, php-format
 msgid ""
 msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
 msgstr ""
 msgstr ""
-"Imagick wordt gebruikt om gebruikers aangeleverde plaatjes te laten passen "
-"binnen de voorgestelde grootte en het uniforme JPEG formaat."
-
-#: include/functions_setup.inc:416
-msgid "Checking for fping utility"
-msgstr "Zoeken naar het fping programma"
+"Automatische aanmaak van object type '%s' wordt momenteel niet ondersteund. "
+"Rapporteer dit a.u.b. aan het GOsa team."
 
 
-#: include/functions_setup.inc:417
+#: include/class_ldap.inc:699
+#, php-format
 msgid ""
 msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
 msgstr ""
 msgstr ""
-"Het fping programma wordt alleen gebruikt indien u een thin client "
-"gebaseerde terminal omgeving heeft draaien."
+"Dit is geen geldige DN: '%s'. Een blok dat geïmporteerd wordt, dient te "
+"beginnen met 'dn: ...' op regel %s"
 
 
-#: include/functions_setup.inc:432
-msgid "Checking for a way to generate LM/NT password hashes"
-msgstr "Zoeken naar een manier om LM/NT wachtwoord hashes te genereren"
+#: include/class_ldap.inc:712
+#, php-format
+msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+msgstr "De dn: '%s' (op regel %s) bestaat al in de LDAP database."
 
 
-#: include/functions_setup.inc:433
-msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
+#: include/class_ldap.inc:728
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
 msgstr ""
 msgstr ""
-"Om Samba 2.x/3.x te gebruiken moet u enkele additionele pakketten "
-"installeren om wachtwoord hashes te genereren"
-
-#: include/functions_setup.inc:446
-msgid "php.ini check -> session.auto_register"
-msgstr "php.ini controle -> session.auto_register"
+"Fout bij het importeren van dn: '%s', controleer uw LDIF bestand a.u.b. "
+"vanaf regel %s!"
 
 
-#: include/functions_setup.inc:447
-msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
 msgstr ""
 msgstr ""
-"Om GOsa zonder problemen te gebruiken, moet de session.auto_register optie "
-"in uw php.ini ingesteld zijn op 'Off'."
+"Kan het opgegeven bestand niet openen. Controleer of het bestand bestaat en "
+"toegankelijk is."
 
 
-#: include/functions_setup.inc:450
-msgid "php.ini check -> implicit_flush"
-msgstr "php.ini controle -> implicit_flush"
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
+msgstr ""
+"Kan het opgegeven certificaat niet lezen of er is een lege string opgegeven."
 
 
-#: include/functions_setup.inc:451
-msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
 msgstr ""
 msgstr ""
-"Deze Optie definieert Uitvoer afhandeling. Zet deze Optie uit om "
-"snelheiswinst te behalen"
+"Kan het certificaat niet laden. Mogelijk is een niet ondersteund formaat "
+"gebruikt (gebruik PEM/DER)."
 
 
-#: include/functions_setup.inc:458
-msgid "php.ini check -> max_execution_time"
-msgstr "php.ini controle -> max_execution_time"
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
+msgstr "Het formaat moet PEM zijn om certificaat informatie te tonen"
 
 
-#: include/functions_setup.inc:459
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
-msgstr ""
-"De uitvoer tijd moet minimaal 30 seconden zijn, omdat sommige acties lang "
-"kunnen duren."
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
+msgstr "Kan bestand niet aanmaken/openen"
 
 
-#: include/functions_setup.inc:466
-msgid "php.ini check -> memory_limit"
-msgstr "php.ini controle -> memory_limit"
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
+msgstr "Geen geldig certificaat geladen"
 
 
-#: include/functions_setup.inc:467
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
-msgstr ""
-"GOsa heeft tenminste 16MB geheugen nodig. Minder geheugen kan diverse "
-"onvoorspelbare fouten opleveren!.Verhoog deze waarde nog verder voor zeer "
-"grote omgevingen."
+#: include/functions_helpviewer.inc:43
+#, php-format
+msgid "XML error in guide.xml: %s at line %d"
+msgstr "XML fout in guide.conf: %s op regel %d"
 
 
-#: include/functions_setup.inc:471
-msgid "php.ini check -> expose_php"
-msgstr "php.ini controle -> expose_php"
+#: include/functions_helpviewer.inc:86
+msgid "No help available for this plugin."
+msgstr "Help is (nog) niet beschikbaar voor deze module."
 
 
-#: include/functions_setup.inc:472
-msgid ""
-"Increase the server security by setting expose_php to 'off'. PHP won't send "
-"any Information about the server you are running in this case."
-msgstr ""
-"Verhoog de server veiligheid door 'expose_php' op 'Off' in te stellen. PHP "
-"zal dan geen enkele informatie over de Server die u gebruikt weergeven."
+#: include/functions_helpviewer.inc:95
+msgid "previous"
+msgstr "vorige"
 
 
-#: include/functions_setup.inc:476
-msgid "php.ini check -> magic_quotes_gpc"
-msgstr "php.ini check -> magic_quotes_gpc"
+#: include/functions_helpviewer.inc:99
+msgid "next"
+msgstr "volgende"
 
 
-#: include/functions_setup.inc:477
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
+#: include/functions_helpviewer.inc:387
+#, php-format
+msgid "%s results for your search with the keyword %s interpreted as %s"
 msgstr ""
 msgstr ""
-"Verhoog de server veiligheid door 'magic_quotes_gpc op 'On' in te stellen."
-"PHP zal dan alle aanhalingstekens in strings omzetten."
+"%s resultaten voor uw zoekopdracht met sleutelwoord %s geinterpreteerd als %s"
 
 
-#: include/functions_setup.inc:722
-msgid "You've to specify an ldap server before continuing!"
-msgstr "U moet een LDAP server specificeren voordat u verder gaat!"
+#: include/functions_helpviewer.inc:462
+#, php-format
+msgid "%s%% hit rate in file %s"
+msgstr "%s%% resultaat in bestand %s"
 
 
-#: include/functions_setup.inc:731 include/functions_setup.inc:814
-msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
-msgstr ""
-"Kan niet met de opgegeven LDAP server verbinden! Controleer a.u.b. dat deze "
-"bereikbaar is voor GOsa."
+#: include/functions_setup.inc:98
+msgid "Can't bind to LDAP. No schema check possible!"
+msgstr "Kan niet verbinden met de LDAP server. Schema controle is onmogelijk!"
 
 
-#: include/functions_setup.inc:745 include/functions_setup.inc:819
-#: include/functions_setup.inc:824
-msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+#: include/functions_setup.inc:107 include/functions_setup.inc:116
+msgid "Can't get schema information from server. No schema check possible!"
 msgstr ""
 msgstr ""
-"De aanmelding op de LDAP server is mislukt! Controleer a.u.b. dat deze "
-"bereikbaar is voor GOsa."
+"Kan de schema informatie niet ophalen van de server. Schema controle is "
+"onmogelijk!"
 
 
-#: include/functions_setup.inc:834
+#: include/functions_setup.inc:136
+#, php-format
 msgid ""
 msgid ""
-"Bind to server successful, but the server seems to be completly empty, "
-"please check all informations twice"
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
 msgstr ""
 msgstr ""
-"Verbinding met de server is succesvol uitgevoerd, maar de server lijkt geen "
-"informatie te bevatten. Controleer alle informatie a.u.b. nogmaals."
+"De optionele objectklasse '%s' die benodigd is door module '%s' is niet "
+"aanwezig in de LDAP configuratie"
 
 
-#: include/functions_setup.inc:890
+#: include/functions_setup.inc:140
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
 msgstr ""
 msgstr ""
-"Het vereiste atribuut '%s' uit dit formulier ontbreekt. Maak a.u.b. uw "
-"invoer af!"
+"De optionele objectklasse '%s' die benodigd is door module '%s' heeft niet "
+"versienummer %s"
 
 
-#: include/functions_setup.inc:921
-msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
-msgstr ""
-"Kan schema informatie niet lezen. GOsa moet uw schema installatie kennen. "
-"Controleer a.u.b. dat deze leesbaar is voor GOsa."
+#: include/functions_setup.inc:145
+#, php-format
+msgid "Support for '%s' enabled"
+msgstr "Ondersteuning voor '%s' is ingeschakeld"
 
 
-#: include/functions_setup.inc:930
+#: include/functions_setup.inc:155
 #, php-format
 #, php-format
-msgid "Can't log into LDAP server. Reason was: %s."
-msgstr "De aanmelding op de LDAP server is mislukt. De reden was: '%s'."
+msgid "Required objectclass '%s' is not present in LDAP setup"
+msgstr "Vereiste objectklasse '%s' is niet voorhanden in de LDAP configuratie"
 
 
-#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
-#: include/functions_setup.inc:1072 html/index.php:172
-#: ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
-msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
+#: include/functions_setup.inc:159
+#, php-format
+msgid "Required objectclass '%s' does not have version %s"
+msgstr "Vereiste objectklasse '%s' heeft niet versienummer %s"
+
+#: include/functions_setup.inc:170
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"Er is geen beheerders account voor GOsa. U zal niets kunnen beheren op dit "
-"moment!"
+"SAMBA 3 ondersteuning is uitgeschakeld. Het LDAP schema is niet "
+"geïnstalleerd."
 
 
-#: include/class_password-methods.inc:165
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
-msgstr "Instellen van het wachtwoord is mislukt. De LDAP server meldt: '%s'."
+#: include/functions_setup.inc:175
+msgid "SAMBA 3 support enabled"
+msgstr "SAMBA 3 ondersteuning is ingeschakeld"
 
 
-#: include/class_password-methods.inc:202
-msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+#: include/functions_setup.inc:180
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"De instelling voor 'SMBHASH' in gosa.conf is niet correct. Kan het samba "
-"wachtwoord niet veranderen."
+"SAMBA 2 ondersteuning is uitgeschakeld. Het LDAP schema is niet "
+"geïnstalleerd."
+
+#: include/functions_setup.inc:185
+msgid "SAMBA 2 support enabled"
+msgstr "SAMBA 2 ondersteuning is ingeschakeld"
+
+#: include/functions_setup.inc:191
+msgid "Support for pureftp disabled, no schema seems to be installed"
+msgstr ""
+"PureFtp ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstallerd."
+
+#: include/functions_setup.inc:196
+msgid "Support for pureftp enabled"
+msgstr "PureFtp ondersteuning is ingeschakeld"
 
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+#: include/functions_setup.inc:201
+msgid "Support for WebDAV disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"Kan SHA niet gebruiken voor encryptie. Functie sha1 / mhash / crypt "
-"ontbreekt."
+"WebDAV ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleer."
 
 
-#: include/functions_helpviewer.inc:43
-#, php-format
-msgid "XML error in guide.xml: %s at line %d"
-msgstr "XML fout in guide.conf: %s op regel %d"
+#: include/functions_setup.inc:206
+msgid "Support for WebDAV enabled"
+msgstr "WebDAV ondersteuning is ingeschakeld"
 
 
-#: include/functions_helpviewer.inc:86
-msgid "No help available for this plugin."
-msgstr "Help is (nog) niet beschikbaar voor deze module."
+#: include/functions_setup.inc:211
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
+msgstr ""
+"Phpgroupware ondersteuning is uitgeschakeld. Het LDAP schema is niet "
+"geïnstalleerd."
 
 
-#: include/functions_helpviewer.inc:95
-msgid "previous"
-msgstr "vorige"
+#: include/functions_setup.inc:216
+msgid "Support for phpgroupware enabled"
+msgstr "Phpgroupware ondersteuning is ingeschakeld"
 
 
-#: include/functions_helpviewer.inc:99
-msgid "next"
-msgstr "volgende"
+#: include/functions_setup.inc:221
+msgid "Support for gofon disabled, no schema seems to be installed"
+msgstr ""
+"Gofon ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleerd."
 
 
-#: include/functions_helpviewer.inc:387
-#, php-format
-msgid "%s results for your search with the keyword %s interpreted as %s"
+#: include/functions_setup.inc:226
+msgid "Support for gofon enabled"
+msgstr "Gofon ondersteuning is ingeschakeld"
+
+#: include/functions_setup.inc:231
+msgid "Support for nagios disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
-"%s resultaten voor uw zoekopdracht met sleutelwoord %s geinterpreteerd als %s"
+"Nagios ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleerd."
 
 
-#: include/functions_helpviewer.inc:462
-#, php-format
-msgid "%s%% hit rate in file %s"
-msgstr "%s%% resultaat in bestand %s"
+#: include/functions_setup.inc:236
+msgid "Support for nagios enabled"
+msgstr "Nagios ondersteuning is ingeschakeld"
 
 
-#: include/class_password-methods-kerberos.inc:43
+#: include/functions_setup.inc:246
 msgid ""
 msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
 msgstr ""
 msgstr ""
-"Waarschuwing: Kan het kerberos wachtwoord niet instellen. Uw PHP versie "
-"heeft geen kerberos ondersteuning. Wachtwoord is niet veranderd."
+"Kolab ondersteuning is uitgeschakeld. Aangezien het LDAP schema niet "
+"geïnstalleed is, zal deE-mail methode op Cyrus ingesteld worden."
 
 
-#: include/class_password-methods-kerberos.inc:52
-msgid "Kerberos database communication failed!"
-msgstr "De kerberos database communicatie is mislukt!"
+#: include/functions_setup.inc:253
+msgid "Support for Kolab enabled"
+msgstr "Kolab ondersteuning is ingeschakeld"
 
 
-#: include/class_password-methods-kerberos.inc:59
-msgid "Changing password in kerberos database failed!"
-msgstr "Het veranderen van het wachtwoord in de kerberos database is mislukt!"
+#: include/functions_setup.inc:271
+msgid "OK"
+msgstr "OK"
 
 
-#: include/class_ppdManager.inc:13
-#, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
-msgstr "PPD beheerder : Het opgegeven pad '%s' bestaat niet."
+#: include/functions_setup.inc:274
+msgid "Ignored"
+msgstr "Genegeerd"
 
 
-#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
-#, php-format
+#: include/functions_setup.inc:276
+msgid "Failed"
+msgstr "Mislukt"
+
+#: include/functions_setup.inc:293
+msgid "PHP setup inspection"
+msgstr "PHP configuratie inspectie"
+
+#: include/functions_setup.inc:294
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Controle op PHP versie (>=4.1.0)"
+
+#: include/functions_setup.inc:295
 msgid ""
 msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"PHP must be of version 4.1.0 or above for some functions and known bugs in "
+"PHP language."
 msgstr ""
 msgstr ""
-"Het parsen van PPD bestand %s is mislukt - regel was te lang. Resterende "
-"karakters zijn genegeerd."
+"PHP moet minimaal versienummer 4.1.0 hebben. GOsa gebruikt bepaalde "
+"functionaliteit die in voorgaande versies niet goed of helemaal niet "
+"voorhanden is."
 
 
-#: include/class_ppdManager.inc:137
-msgid "Nested groups are not supported!"
-msgstr "Geneste groepen worden niet ondersteund!"
+#: include/functions_setup.inc:298
+msgid "Checking if register_globals is set to 'off'"
+msgstr "Controle of 'register_globals' ingesteld staat op 'off'"
 
 
-#: include/class_ppdManager.inc:141
-msgid "Group name not unique!"
-msgstr "Groepnaam is niet uniek!"
+#: include/functions_setup.inc:299
+msgid ""
+"register_globals is a PHP mechanism to register all global varibales to be "
+"accessible from scripts without changing the scope. This may be a security "
+"risk. GOsa will run in both modes."
+msgstr ""
+"'register_globals' is een PHP mechanisme om alle globale variabelen te "
+"registreren zodat deze toegankelijk zijn voor scripts zonder dat de scope "
+"veranderd hoeft te worden. Dit is een veiligheidsrisico. GOsa zal in beide "
+"modi draaien."
 
 
-#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
-msgid "Symbol values are not supported yet!"
-msgstr "Symbool waardes worden nog niet ondersteund!"
+#: include/functions_setup.inc:302
+msgid "Checking for ldap module"
+msgstr "Zoeken naar de LDAP module"
 
 
-#: include/class_ppdManager.inc:171
-msgid "Nested options are not supported!"
-msgstr "Geneste opties worden niet ondersteund!"
+#: include/functions_setup.inc:303
+msgid "This is the main module used by GOsa and therefore really required."
+msgstr "Dit is hoofd module die GOsa nodig heeft en is daarom noodzakelijk."
 
 
-#: include/class_ppdManager.inc:196
-msgid "PickMany is not supported yet!"
-msgstr "PickMany wordt nog niet ondersteund!"
+#: include/functions_setup.inc:306
+msgid "Checking for XML functions"
+msgstr "Zoeken naar XML functies"
 
 
-#: include/class_ppdManager.inc:268
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
+#: include/functions_setup.inc:307
+msgid "XML functions are required to parse the configuration file."
 msgstr ""
 msgstr ""
-"Het parsen van PPD bestand %s is mislukt - er is geen informatie gevonden."
+"XML functies zijn vereist om het configuratie bestand in te kunnen lezen."
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
+#: include/functions_setup.inc:310
+msgid "Checking for gettext support"
+msgstr "Zoeken naar gettext ondersteuning"
+
+#: include/functions_setup.inc:311
+msgid "Gettext support is required for internationalized GOsa."
 msgstr ""
 msgstr ""
-"Kan het opgegeven bestand niet openen. Controleer of het bestand bestaat en "
-"toegankelijk is."
+"Gettext ondersteuning is vereist voor ondersteuning van meerdere talen in "
+"GOsa."
 
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
+#: include/functions_setup.inc:314
+msgid "Checking for iconv support"
+msgstr "Zoeken naar iconv ondersteuning"
+
+#: include/functions_setup.inc:315
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
 msgstr ""
 msgstr ""
-"Kan het opgegeven certificaat niet lezen of er is een lege string opgegeven."
+"Deze module wordt gebruikt door GOsa om samba munged dial informatie "
+"(terminal server) te converteren en is daarom vereist."
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+#: include/functions_setup.inc:318
+msgid "Checking for mhash module"
+msgstr "Zoeken naar de mhash module"
+
+#: include/functions_setup.inc:319
+msgid ""
+"To use SSHA encryption, you'll need this module. If you are just using crypt "
+"or md5 encryption, ignore this message. GOsa will run without it."
 msgstr ""
 msgstr ""
-"Kan het certificaat niet laden. Mogelijk is een niet ondersteund formaat "
-"gebruikt (gebruik PEM/DER)."
+"Om SSHA encryptie te gebruiken heeft u deze module nodig. U kunt deze "
+"melding negeren indien u gewoon crypt of md5 encryptie gebruikt."
 
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
-msgstr "Het formaat moet PEM zijn om certificaat informatie te tonen"
+#: include/functions_setup.inc:322
+msgid "Checking for imap module"
+msgstr "Zoeken naar de IMAP module"
 
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
-msgstr "Kan bestand niet aanmaken/openen"
+#: include/functions_setup.inc:323
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
+msgstr ""
+"De IMAP module is benodigd om met de IMAP server te communiceren. Het "
+"ontvangt status informatie, maakt E-mail gebruikers aan en verwijdert E-mail "
+"gebruikers."
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
-msgstr "Geen geldig certificaat geladen"
+#: include/functions_setup.inc:326
+msgid "Checking for getacl in imap"
+msgstr "Controle op getacl in imap"
 
 
-#: include/php_setup.inc:71
-msgid "Generating this page caused the PHP interpreter to raise some errors!"
+#: include/functions_setup.inc:327
+msgid ""
+"The getacl support is needed for shared folder permissions. The standard "
+"IMAP module is not capable of reading acl's. You need a recend PHP version "
+"for this feature."
 msgstr ""
 msgstr ""
-"Er is minimaal één PHP fout opgetreden bij het genereren van deze pagina!"
+"De getacl ondersteuning is nodig voor gedeelde map permissies. De standaard "
+"IMAP module is niet in staat om acl's te lezen. U heeft een recente PHP "
+"versie nodig voor deze mogelijkheid."
 
 
-#: include/php_setup.inc:71 html/main.php:316
-msgid "Toggle information"
-msgstr "Informatie weergeven/verbergen"
+#: include/functions_setup.inc:330
+msgid "Checking for mysql module"
+msgstr "Zoeken naar MySQL module"
 
 
-#: include/php_setup.inc:76
-msgid "PHP error"
-msgstr "PHP fout"
+#: include/functions_setup.inc:331
+msgid "MySQL support is needed for reading GOfax reports from databases."
+msgstr ""
+"MySQL ondersteuning is nodig voor het lezen van GOfax rapporten uit "
+"databases."
 
 
-#: include/php_setup.inc:87
-msgid "class"
-msgstr "klasse"
+#: include/functions_setup.inc:334
+msgid "Checking for cups module"
+msgstr "Zoeken naar CUPS module"
 
 
-#: include/php_setup.inc:93
-msgid "function"
-msgstr "functie"
+#: include/functions_setup.inc:335
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
+msgstr ""
+"U moet de CUPS module installeren om beschikbare printers via het IPP "
+"protocol te kunnen aflezen i.p.v. via printcap bestanden."
 
 
-#: include/php_setup.inc:98
-msgid "static"
-msgstr "statisch"
+#: include/functions_setup.inc:338
+msgid "Checking for kadm5 module"
+msgstr "Zoeken naar kadm5 module"
 
 
-#: include/php_setup.inc:102
-msgid "method"
-msgstr "methode"
+#: include/functions_setup.inc:339
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
+msgstr ""
+"Het beheren van gebruikers in kerberos vereist de kadm5 module welke via het "
+"PEAR netwerk te downloaden is."
 
 
-#: include/php_setup.inc:121
-msgid "Trace"
-msgstr "Trace"
+#: include/functions_setup.inc:342
+msgid "Checking for snmp Module"
+msgstr "Zoeken naar de SNMP module"
 
 
-#: include/php_setup.inc:122
-msgid "Line"
-msgstr "Regel"
+#: include/functions_setup.inc:343
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
+msgstr ""
+"Het Simple Network Management Protocol (SNMP) is vereist voor werkstation "
+"monitoring."
 
 
-#: include/php_setup.inc:123
-msgid "Arguments"
-msgstr "Argumenten"
+#: include/functions_setup.inc:379
+msgid "PHP detailed function inspection"
+msgstr "Gedteaileerde PHP functie inspectie"
 
 
-#: include/functions.inc:290
+#: include/functions_setup.inc:383
 #, php-format
 #, php-format
-msgid "Error when connecting the LDAP. Server said '%s'."
-msgstr "Fout bij het verbinden met de LDAP server. De server meldt: '%s'."
+msgid "Checking for function %s"
+msgstr "Zoeken naar functie %s"
 
 
-#: include/functions.inc:311
+#: include/functions_setup.inc:384
 #, php-format
 #, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'."
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
+msgstr ""
+"De functie '%s' wordt gebruikt door GOsa. Er is nog geen informatie "
+"voorhanden of deze functie optioneel of vereist is."
 
 
-#: include/functions.inc:330
-msgid "Username / UID is not unique. Please check your LDAP database."
-msgstr "Gebruikersnaam / UID is niet uniek. Controleer uw LDAP database a.u.b."
+#: include/functions_setup.inc:395
+msgid "Checking for some additional programms"
+msgstr "Zoeken naar enkele additionele programma's"
 
 
-#: include/functions.inc:368
+#: include/functions_setup.inc:404
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Zoeken naar ImageMagick (>=5.4.0)"
+
+#: include/functions_setup.inc:405
 msgid ""
 msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 msgstr ""
 msgstr ""
-"Fout bij het plaatsen van een blokkade. Parameters zijn niet goed ingesteld. "
-"Controleer de bron!"
+"ImageMagick wordt gebruikt om gebruikers aangeleverde plaatjes te laten "
+"passen binnen de voorgestelde grootte en het uniforme JPEG formaat."
 
 
-#: include/functions.inc:378
-#, php-format
+#: include/functions_setup.inc:408
+msgid "Checking imagick module for PHP"
+msgstr "Zoeken naar de imagick module voor PHP"
+
+#: include/functions_setup.inc:409
 msgid ""
 msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
 msgstr ""
 msgstr ""
-"Kan de blokkade informatie niet instellen in de LDAP database. Controleer a."
-"u.b. de 'config' regel in gosa.conf! De LDAP server meldt: '%s'."
+"Imagick wordt gebruikt om gebruikers aangeleverde plaatjes te laten passen "
+"binnen de voorgestelde grootte en het uniforme JPEG formaat."
 
 
-#: include/functions.inc:393
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr "Plaatsen van een blokkade mislukt. De LDAP server meldt: '%s'."
+#: include/functions_setup.inc:416
+msgid "Checking for fping utility"
+msgstr "Zoeken naar het fping programma"
 
 
-#: include/functions.inc:419
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
-msgstr "Verwijderen van een blokkade mislukt. De LDAP server meldt: '%s'."
+#: include/functions_setup.inc:417
+msgid ""
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
+msgstr ""
+"Het fping programma wordt alleen gebruikt indien u een thin client "
+"gebaseerde terminal omgeving heeft draaien."
 
 
-#: include/functions.inc:449
+#: include/functions_setup.inc:432
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr "Zoeken naar een manier om LM/NT wachtwoord hashes te genereren"
+
+#: include/functions_setup.inc:433
 msgid ""
 msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
 msgstr ""
 msgstr ""
-"Ophalen van de blokkade uit de LDAP database is mislukt. Parameters zijn "
-"niet goed ingesteld. Controleer de bron!"
+"Om Samba 2.x/3.x te gebruiken moet u enkele additionele pakketten "
+"installeren om wachtwoord hashes te genereren"
 
 
-#: include/functions.inc:459
+#: include/functions_setup.inc:446
+msgid "php.ini check -> session.auto_register"
+msgstr "php.ini controle -> session.auto_register"
+
+#: include/functions_setup.inc:447
 msgid ""
 msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
 msgstr ""
 msgstr ""
-"Kan de blokkade informatie niet ophalen uit de LDAP database. Controleer a.u."
-"b. de 'config' regel in gosa.conf!"
+"Om GOsa zonder problemen te gebruiken, moet de session.auto_register optie "
+"in uw php.ini ingesteld zijn op 'Off'."
 
 
-#: include/functions.inc:467
+#: include/functions_setup.inc:450
+msgid "php.ini check -> implicit_flush"
+msgstr "php.ini controle -> implicit_flush"
+
+#: include/functions_setup.inc:451
 msgid ""
 msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
 msgstr ""
 msgstr ""
-"Er zijn meerdere blokkades voor het te blokkeren object gevonden. Dat zou "
-"niet mogelijk moeten zijn. Meervoudige verwijzingen worden opgeschoond."
+"Deze Optie definieert Uitvoer afhandeling. Zet deze Optie uit om "
+"snelheiswinst te behalen"
 
 
-#: include/functions.inc:581
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "De hoeveelheidslimiet van %d invoeren is overschreden!"
+#: include/functions_setup.inc:458
+msgid "php.ini check -> max_execution_time"
+msgstr "php.ini controle -> max_execution_time"
 
 
-#: include/functions.inc:583
-#, php-format
+#: include/functions_setup.inc:459
 msgid ""
 msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
 msgstr ""
 msgstr ""
-"Stel de nieuwe hoeveelheidslimiet in op %s en toon me dit bericht indien de "
-"limiet nog steeds overschreden wordt."
+"De uitvoer tijd moet minimaal 30 seconden zijn, omdat sommige acties lang "
+"kunnen duren."
 
 
-#: include/functions.inc:600
-msgid "incomplete"
-msgstr "onvolledig"
+#: include/functions_setup.inc:466
+msgid "php.ini check -> memory_limit"
+msgstr "php.ini controle -> memory_limit"
 
 
-#: include/functions.inc:1005
-#, php-format
+#: include/functions_setup.inc:467
 msgid ""
 msgid ""
-"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
-"Please contact the person in order to clarify proceedings."
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
 msgstr ""
 msgstr ""
-"U gaat de LDAP invoer '%s' bewerken, welke in gebruikt lijkt te zijn door "
-"gebruiker '%s'. Neem a.u.b. contact op met deze persoon om eea kort te "
-"sluiten."
+"GOsa heeft tenminste 16MB geheugen nodig. Minder geheugen kan diverse "
+"onvoorspelbare fouten opleveren!.Verhoog deze waarde nog verder voor zeer "
+"grote omgevingen."
 
 
-#: include/functions.inc:1104
-msgid "LDAP error:"
-msgstr "LDAP fout:"
+#: include/functions_setup.inc:471
+msgid "php.ini check -> expose_php"
+msgstr "php.ini controle -> expose_php"
 
 
-#: include/functions.inc:1282
-msgid "Entries per page"
-msgstr "Regels per pagina"
+#: include/functions_setup.inc:472
+msgid ""
+"Increase the server security by setting expose_php to 'off'. PHP won't send "
+"any Information about the server you are running in this case."
+msgstr ""
+"Verhoog de server veiligheid door 'expose_php' op 'Off' in te stellen. PHP "
+"zal dan geen enkele informatie over de Server die u gebruikt weergeven."
 
 
-#: include/functions.inc:1310
-msgid "Apply filter"
-msgstr "Filter toepassen"
+#: include/functions_setup.inc:476
+msgid "php.ini check -> magic_quotes_gpc"
+msgstr "php.ini check -> magic_quotes_gpc"
 
 
-#: include/functions.inc:1584
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: include/functions_setup.inc:477
+msgid ""
+"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
+"escape all quotes in strings in this case."
+msgstr ""
+"Verhoog de server veiligheid door 'magic_quotes_gpc op 'On' in te stellen."
+"PHP zal dan alle aanhalingstekens in strings omzetten."
 
 
-#: include/functions.inc:1627
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr "GOsa ontwikkelversie (Revisie %s)"
+#: include/functions_setup.inc:722
+msgid "You've to specify an ldap server before continuing!"
+msgstr "U moet een LDAP server specificeren voordat u verder gaat!"
 
 
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+#: include/functions_setup.inc:731 include/functions_setup.inc:814
+msgid ""
+"Can't connect to the specified LDAP server! Please make sure that is "
+"reachable for GOsa."
 msgstr ""
 msgstr ""
-"Kan SSHA niet gebruiken voor encryptie. (Ontbrekende functie mhash / sha1)"
+"Kan niet met de opgegeven LDAP server verbinden! Controleer a.u.b. dat deze "
+"bereikbaar is voor GOsa."
 
 
-#: include/class_pluglist.inc:115
+#: include/functions_setup.inc:745 include/functions_setup.inc:819
+#: include/functions_setup.inc:824
 msgid ""
 msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
 msgstr ""
 msgstr ""
-"Uw gosa.conf is gedeeltelijk veranderd. Converteer het a.u.b. met het "
-"meegeleverde script fix_config.sh!"
+"De aanmelding op de LDAP server is mislukt! Controleer a.u.b. dat deze "
+"bereikbaar is voor GOsa."
+
+#: include/functions_setup.inc:834
+msgid ""
+"Bind to server successful, but the server seems to be completly empty, "
+"please check all informations twice"
+msgstr ""
+"Verbinding met de server is succesvol uitgevoerd, maar de server lijkt geen "
+"informatie te bevatten. Controleer alle informatie a.u.b. nogmaals."
+
+#: include/functions_setup.inc:890
+#, php-format
+msgid ""
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
+msgstr ""
+"Het vereiste atribuut '%s' uit dit formulier ontbreekt. Maak a.u.b. uw "
+"invoer af!"
 
 
-#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
-#: ihtml/themes/altlinux/framework.tpl:24
-#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
+#: include/functions_setup.inc:921
 msgid ""
 msgid ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
 msgstr ""
 msgstr ""
-"U bent momenteel database gegevens aan het bewerken. Wilt u eventuele "
-"wijzigingen ongedaan maken?"
+"Kan schema informatie niet lezen. GOsa moet uw schema installatie kennen. "
+"Controleer a.u.b. dat deze leesbaar is voor GOsa."
 
 
-#: include/class_config.inc:69
+#: include/functions_setup.inc:930
 #, php-format
 #, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "XML fout in gosa.conf: %s op regel %d"
+msgid "Can't log into LDAP server. Reason was: %s."
+msgstr "De aanmelding op de LDAP server is mislukt. De reden was: '%s'."
 
 
-#: include/class_config.inc:195 html/index.php:136
-msgid "Can't bind to LDAP. Please contact the system administrator."
+#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
+#: include/functions_setup.inc:1072 html/index.php:172
+#: ihtml/themes/altlinux/setup_useradmin.tpl:6
+#: ihtml/themes/default/setup_useradmin.tpl:6
+msgid ""
+"You're missing an administrative account for GOsa, you'll not be able to "
+"administrate anything!"
 msgstr ""
 msgstr ""
-"Kan niet verbinden met de LDAP server. Neem a.u.b. contact op met de "
-"systeembeheerder."
-
-#: include/class_config.inc:433
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "SID en/of RIDBASE ontbreken in uw configuratie!"
+"Er is geen beheerders account voor GOsa. U zal niets kunnen beheren op dit "
+"moment!"
 
 
-#: include/class_ldap.inc:437
+#: include/class_ppdManager.inc:13
 #, php-format
 #, php-format
-msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
-msgstr ""
-"Automatische aanmaak van object type '%s' wordt momenteel niet ondersteund. "
-"Rapporteer dit a.u.b. aan het GOsa team."
+msgid "PPD manager : The specified path '%s' doesn't exists."
+msgstr "PPD beheerder : Het opgegeven pad '%s' bestaat niet."
 
 
-#: include/class_ldap.inc:699
+#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
 msgstr ""
 msgstr ""
-"Dit is geen geldige DN: '%s'. Een blok dat geïmporteerd wordt, dient te "
-"beginnen met 'dn: ...' op regel %s"
+"Het parsen van PPD bestand %s is mislukt - regel was te lang. Resterende "
+"karakters zijn genegeerd."
 
 
-#: include/class_ldap.inc:712
-#, php-format
-msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
-msgstr "De dn: '%s' (op regel %s) bestaat al in de LDAP database."
+#: include/class_ppdManager.inc:137
+msgid "Nested groups are not supported!"
+msgstr "Geneste groepen worden niet ondersteund!"
 
 
-#: include/class_ldap.inc:728
+#: include/class_ppdManager.inc:141
+msgid "Group name not unique!"
+msgstr "Groepnaam is niet uniek!"
+
+#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
+msgid "Symbol values are not supported yet!"
+msgstr "Symbool waardes worden nog niet ondersteund!"
+
+#: include/class_ppdManager.inc:171
+msgid "Nested options are not supported!"
+msgstr "Geneste opties worden niet ondersteund!"
+
+#: include/class_ppdManager.inc:196
+msgid "PickMany is not supported yet!"
+msgstr "PickMany wordt nog niet ondersteund!"
+
+#: include/class_ppdManager.inc:268
 #, php-format
 #, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgid "Parsing PPD file %s failed - no information found."
 msgstr ""
 msgstr ""
-"Fout bij het importeren van dn: '%s', controleer uw LDIF bestand a.u.b. "
-"vanaf regel %s!"
+"Het parsen van PPD bestand %s is mislukt - er is geen informatie gevonden."
 
 #: include/class_debconfTemplate.inc:251
 msgid "This package has no debconf options."
 msgstr "Dit pakket heeft geen debconf mogelijkheden."
 
 
 #: include/class_debconfTemplate.inc:251
 msgid "This package has no debconf options."
 msgstr "Dit pakket heeft geen debconf mogelijkheden."
 
+#: html/helpviewer.php:116
+msgid "There is no helpfile specified for this class."
+msgstr "Er is geen help-bestand aanwezig voor deze klasse."
+
+#: html/helpviewer.php:226
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+msgstr ""
+"Help directory '%s' is niet toegankelijk. Er kunnen geen helpbestanden "
+"gelezen worden."
+
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
@@ -10190,17 +10328,6 @@ msgstr "De sessie zal niet versleuteld zijn."
 msgid "Enter SSL session"
 msgstr "Gebruik een SSL sessie"
 
 msgid "Enter SSL session"
 msgstr "Gebruik een SSL sessie"
 
-#: html/helpviewer.php:116
-msgid "There is no helpfile specified for this class."
-msgstr "Er is geen help-bestand aanwezig voor deze klasse."
-
-#: html/helpviewer.php:226
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
-msgstr ""
-"Help directory '%s' is niet toegankelijk. Er kunnen geen helpbestanden "
-"gelezen worden."
-
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "Kan niet verbinden met de database server!"
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "Kan niet verbinden met de database server!"
@@ -10239,6 +10366,35 @@ msgstr ""
 "Bij het genereren van deze pagina zijn er fouten geconstateerd bij de W3C "
 "controle!"
 
 "Bij het genereren van deze pagina zijn er fouten geconstateerd bij de W3C "
 "controle!"
 
+#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
+msgid ""
+"The size limit option makes LDAP operations faster and saves the LDAP server "
+"from getting too much load. The easiest way to handle big databases without "
+"long timeouts would be to limit your search to smaller values and use "
+"filters to get the entries you are looking for."
+msgstr ""
+"De grootte limiet optie maakt LDAP bewerkingen sneller en behoedt de LDAP "
+"server voor een te grote werkdruk. De eenvoudigste manier om met grote "
+"databases te werken zonder lange timeouts is door zoekopdrachten in grootte "
+"te beperken en door filters te gebruiken voor de informatie die u zoekt."
+
+#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
+msgid "Please choose the way to react for this session"
+msgstr "Kies a.u.b. de manier waarop gereageerd moet worden voor deze sessie"
+
+#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
+msgid "ignore this error and show all entries the LDAP server returns"
+msgstr "Negeer deze fout en toon alle gegevens die de LDAP server teruggeeft"
+
+#: ihtml/themes/altlinux/sizelimit.tpl:10
+#: ihtml/themes/default/sizelimit.tpl:10
+msgid ""
+"ignore this error and show all entries that fit into the defined sizelimit "
+"and let me use filters instead"
+msgstr ""
+"Negeer deze fout en toon alle gegevens die passen binnen de gedefiniëerde "
+"grootte limiet en laat me daarvoor in de plaats filters gebruiken"
+
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Er is een sessie conflict gedetecteerd"
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Er is een sessie conflict gedetecteerd"
@@ -10269,6 +10425,23 @@ msgstr ""
 msgid "Logout"
 msgstr "Uitloggen"
 
 msgid "Logout"
 msgstr "Uitloggen"
 
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+msgid "Please use your <i>username</i> and <i>password</i> to log in"
+msgstr "Voer uw <i>gebruikersnaam</i> en <i>wachtwoord</i> in"
+
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
+msgid "Directory"
+msgstr "Directory"
+
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
+msgid "Sign in"
+msgstr "Inloggen"
+
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
+msgid "Click here to log in"
+msgstr "Klik hier om in te loggen"
+
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
@@ -10310,52 +10483,6 @@ msgstr ""
 "installatie programma kan u bij deze taak helpen. Voer hieronder de gewenste "
 "gebruikersnaam en wachtwoord in om de ontbrekende gegevens aan te maken."
 
 "installatie programma kan u bij deze taak helpen. Voer hieronder de gewenste "
 "gebruikersnaam en wachtwoord in om de ontbrekende gegevens aan te maken."
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-msgid "Please use your <i>username</i> and <i>password</i> to log in"
-msgstr "Voer uw <i>gebruikersnaam</i> en <i>wachtwoord</i> in"
-
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
-msgid "Directory"
-msgstr "Directory"
-
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
-msgid "Sign in"
-msgstr "Inloggen"
-
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
-msgid "Click here to log in"
-msgstr "Klik hier om in te loggen"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
-msgid ""
-"The size limit option makes LDAP operations faster and saves the LDAP server "
-"from getting too much load. The easiest way to handle big databases without "
-"long timeouts would be to limit your search to smaller values and use "
-"filters to get the entries you are looking for."
-msgstr ""
-"De grootte limiet optie maakt LDAP bewerkingen sneller en behoedt de LDAP "
-"server voor een te grote werkdruk. De eenvoudigste manier om met grote "
-"databases te werken zonder lange timeouts is door zoekopdrachten in grootte "
-"te beperken en door filters te gebruiken voor de informatie die u zoekt."
-
-#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
-msgid "Please choose the way to react for this session"
-msgstr "Kies a.u.b. de manier waarop gereageerd moet worden voor deze sessie"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
-msgid "ignore this error and show all entries the LDAP server returns"
-msgstr "Negeer deze fout en toon alle gegevens die de LDAP server teruggeeft"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:10
-#: ihtml/themes/default/sizelimit.tpl:10
-msgid ""
-"ignore this error and show all entries that fit into the defined sizelimit "
-"and let me use filters instead"
-msgstr ""
-"Negeer deze fout en toon alle gegevens die passen binnen de gedefiniëerde "
-"grootte limiet en laat me daarvoor in de plaats filters gebruiken"
-
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
@@ -10376,20 +10503,6 @@ msgstr "Uitloggen"
 msgid "Signed in:"
 msgstr "Aangemeld:"
 
 msgid "Signed in:"
 msgstr "Aangemeld:"
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Er is een blokkade conflict gedetecteerd"
-
-#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
-msgid ""
-"If this lock detection is false, the other person has obviously closed the "
-"webbrowser during the edit operation. You may delete the lockfile in this "
-"case by pressing the <i>Remove</i> button."
-msgstr ""
-"Indien deze blokkade detectie foutief is dan heeft de andere persoon de "
-"webbrowser afgesloten tijdens de bewerking. U kunt de blokkade in dit geval "
-"verwijderen door de <i>Verwijderen</i> knop te gebruiken."
-
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
@@ -10408,6 +10521,20 @@ msgstr ""
 "Stap twee zoekt naar een collectie hulpprogramma's en controleert of deze "
 "programma's de correcte minimum versies hebben."
 
 "Stap twee zoekt naar een collectie hulpprogramma's en controleert of deze "
 "programma's de correcte minimum versies hebben."
 
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr "Er is een blokkade conflict gedetecteerd"
+
+#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
+msgid ""
+"If this lock detection is false, the other person has obviously closed the "
+"webbrowser during the edit operation. You may delete the lockfile in this "
+"case by pressing the <i>Remove</i> button."
+msgstr ""
+"Indien deze blokkade detectie foutief is dan heeft de andere persoon de "
+"webbrowser afgesloten tijdens de bewerking. U kunt de blokkade in dit geval "
+"verwijderen door de <i>Verwijderen</i> knop te gebruiken."
+
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
@@ -10628,6 +10755,14 @@ msgstr ""
 "geplaatst heeft. U wil misschien de volgende commando's uitvoeren om aan "
 "deze vereiste te voldoen: "
 
 "geplaatst heeft. U wil misschien de volgende commando's uitvoeren om aan "
 "deze vereiste te voldoen: "
 
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr "GOsa help"
+
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr "Index"
+
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
@@ -10644,13 +10779,21 @@ msgstr ""
 msgid "Toggle Show/Hide"
 msgstr "Wissel tonen/verbergen"
 
 msgid "Toggle Show/Hide"
 msgstr "Wissel tonen/verbergen"
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
-msgstr "GOsa help"
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
+msgstr ""
 
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
-msgstr "Index"
+#: ihtml/themes/default/logout.tpl:7
+msgid ""
+"The last interaction with the GOsa web interface has been some time ago in "
+"the past. For security reasons, the session has been closed. To continue "
+"with administrative tasks, please sign in again."
+msgstr ""
+
+#: ihtml/themes/default/logout.tpl:10
+#, fuzzy
+msgid "Sign in again"
+msgstr "Inloggen"
 
 #: ihtml/themes/default/setup_step4.tpl:100
 #, fuzzy
 
 #: ihtml/themes/default/setup_step4.tpl:100
 #, fuzzy
@@ -10662,6 +10805,24 @@ msgstr ""
 "In sommige gevallen kan het handig zijn om foutrapportage aan te zetten "
 "(maar dit kan een veiligheidsrisico vormen) "
 
 "In sommige gevallen kan het handig zijn om foutrapportage aan te zetten "
 "(maar dit kan een veiligheidsrisico vormen) "
 
+#~ msgid ""
+#~ "There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
+#~ msgstr ""
+#~ "Er is geen waarde voor 'KDE_APPLICATIONS_MENU' opgegeven in uw gosa.conf."
+
+#~ msgid ""
+#~ "The specified file '%s' for 'KDE_APPLICATIONS_MENU' in your gosa.conf is "
+#~ "not accessable."
+#~ msgstr ""
+#~ "Het bestand '%s', dat u opgegeven heeft voor 'KDE_APPLICATIONS_MENU' in "
+#~ "uw gosa.conf is niet toegankelijk."
+
+#~ msgid "Could not open XML input '%s'."
+#~ msgstr "Kon XML invoer '%s' niet openen."
+
+#~ msgid "XML error in %s : %s at line %d"
+#~ msgstr "XML fout in %s: %s op regel %d"
+
 #, fuzzy
 #~ msgid ""
 #~ "Can't connect to fax database, no reports can be shown!. Check username, "
 #, fuzzy
 #~ msgid ""
 #~ "Can't connect to fax database, no reports can be shown!. Check username, "
index e5364a616096d5cb9eab0bbb301237cdd509c472..8b527969fd62d179db6a3b193e3de2b31d1d70a0 100644 (file)
@@ -35,16 +35,15 @@ msgstr "Дополнительно"
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
 #: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 #: plugins/personal/generic/class_user.inc:16
 #: plugins/gofax/blocklists/generic.tpl:1
-#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/generic.tpl:6 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiVariable.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
 #: plugins/admin/fai/faiPackage.tpl:4 plugins/admin/fai/faiProfile.tpl:4
-#: plugins/admin/fai/faiProfile.tpl:32
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
+#: plugins/admin/fai/faiProfile.tpl:32 plugins/admin/fai/faiScript.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
 #: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHookEntry.tpl:5
 #: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/groups/mail.tpl:7
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Общее"
 #: plugins/generic/references/class_reference.inc:20
 msgid "Generic"
 msgstr "Общее"
@@ -79,7 +78,7 @@ msgstr "Почта"
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:136
+#: contrib/gosa.conf:75 plugins/personal/connectivity/main.inc:139
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Подключение"
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Connectivity"
 msgstr "Подключение"
@@ -97,15 +96,15 @@ msgstr "Факс"
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
 #: contrib/gosa.conf:77 plugins/personal/generic/generic.tpl:231
 #: plugins/personal/generic/generic.tpl:369
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_info.tpl:37
-#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_edit.tpl:85
 #: plugins/addons/addressbook/address_edit.tpl:195
+#: plugins/addons/addressbook/address_info.tpl:37
+#: plugins/addons/addressbook/address_info.tpl:85
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
 #: plugins/admin/groups/class_groupManagement.inc:376
 #: plugins/admin/users/class_userManagement.inc:734
 #: plugins/admin/departments/generic.tpl:58
-#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/systems/class_systemManagement.inc:708
 #: plugins/admin/systems/class_systemManagement.inc:708
+#: plugins/admin/systems/chooser.tpl:12
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
 #: plugins/admin/ogroups/class_ogroupManagement.inc:48
 #: plugins/admin/ogroups/class_ogroupManagement.inc:486
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
@@ -170,12 +169,12 @@ msgstr "Принтер"
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/gofax/blocklists/generic.tpl:70
 #: plugins/gofax/blocklists/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
-#: plugins/admin/fai/faiProfileEntry.tpl:22
-#: plugins/admin/fai/faiPackageEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
 #: plugins/admin/groups/headpage.tpl:21 plugins/admin/users/headpage.tpl:20
 #: plugins/admin/applications/headpage.tpl:20
 #: plugins/admin/departments/headpage.tpl:20
 #: plugins/admin/systems/headpage.tpl:20 plugins/admin/ogroups/headpage.tpl:20
+#: plugins/admin/fai/faiProfileEntry.tpl:22 plugins/admin/fai/headpage.tpl:20
+#: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
 #: plugins/gofon/macro/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
 msgid "Information"
@@ -189,402 +188,260 @@ msgstr "Базы данных"
 msgid "Services"
 msgstr "Сервисы"
 
 msgid "Services"
 msgstr "Сервисы"
 
-#: contrib/gosa.conf:177 plugins/addons/ldapmanager/contentexportxls.tpl:19
-#: plugins/addons/ldapmanager/contentexportxls.tpl:32
-#: plugins/addons/ldapmanager/contentexportxls.tpl:47
-#: plugins/addons/ldapmanager/contentexport.tpl:16
+#: contrib/gosa.conf:178 plugins/addons/ldapmanager/contentexport.tpl:16
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
+#: plugins/addons/ldapmanager/contentexportxls.tpl:19
+#: plugins/addons/ldapmanager/contentexportxls.tpl:32
+#: plugins/addons/ldapmanager/contentexportxls.tpl:47
 msgid "Export"
 msgstr "Экспорт"
 
 msgid "Export"
 msgstr "Экспорт"
 
-#: contrib/gosa.conf:178
+#: contrib/gosa.conf:179
 #, fuzzy
 msgid "Excel Export"
 msgstr "Экспорт"
 
 #, fuzzy
 msgid "Excel Export"
 msgstr "Экспорт"
 
-#: contrib/gosa.conf:179 plugins/personal/mail/generic.tpl:113
+#: contrib/gosa.conf:180 plugins/personal/mail/generic.tpl:113
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/personal/environment/logonManagement.tpl:65
 #: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
-#: plugins/admin/applications/generic.tpl:91
+#: plugins/admin/applications/generic.tpl:94
 msgid "Import"
 msgstr "Импортировать"
 
 msgid "Import"
 msgstr "Импортировать"
 
-#: contrib/gosa.conf:180
+#: contrib/gosa.conf:181
 #, fuzzy
 msgid "CSV Import"
 msgstr "Импортировать"
 
 #, fuzzy
 msgid "CSV Import"
 msgstr "Импортировать"
 
-#: contrib/gosa.conf:184
+#: contrib/gosa.conf:185
 #, fuzzy
 msgid "Partitions"
 msgstr "Назначение"
 
 #, fuzzy
 msgid "Partitions"
 msgstr "Назначение"
 
-#: contrib/gosa.conf:188 plugins/personal/environment/logonManagement.tpl:55
+#: contrib/gosa.conf:189 plugins/personal/environment/logonManagement.tpl:55
+#: plugins/admin/applications/generic.tpl:92
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:89
 #, fuzzy
 msgid "Script"
 msgstr "Путь к сценариям"
 
 #, fuzzy
 msgid "Script"
 msgstr "Путь к сценариям"
 
-#: contrib/gosa.conf:192 plugins/admin/fai/class_faiManagement.inc:553
+#: contrib/gosa.conf:193 plugins/admin/fai/class_faiManagement.inc:553
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr ""
 
 #: plugins/admin/fai/class_faiManagement.inc:554
 msgid "Hooks"
 msgstr ""
 
-#: contrib/gosa.conf:196 plugins/admin/fai/class_faiManagement.inc:546
+#: contrib/gosa.conf:197 plugins/admin/fai/class_faiManagement.inc:546
 #: plugins/admin/fai/class_faiManagement.inc:547
 #, fuzzy
 msgid "Variables"
 msgstr "Переменная"
 
 #: plugins/admin/fai/class_faiManagement.inc:547
 #, fuzzy
 msgid "Variables"
 msgstr "Переменная"
 
-#: contrib/gosa.conf:200 plugins/admin/fai/class_faiManagement.inc:567
+#: contrib/gosa.conf:201 plugins/admin/fai/class_faiManagement.inc:567
 #: plugins/admin/fai/class_faiManagement.inc:568
 #, fuzzy
 msgid "Templates"
 msgstr "Шаблон"
 
 #: plugins/admin/fai/class_faiManagement.inc:568
 #, fuzzy
 msgid "Templates"
 msgstr "Шаблон"
 
-#: contrib/gosa.conf:204 plugins/personal/environment/environment.tpl:7
+#: contrib/gosa.conf:205 plugins/personal/environment/environment.tpl:7
 #, fuzzy
 msgid "Profiles"
 msgstr "Путь к профилю"
 
 #, fuzzy
 msgid "Profiles"
 msgstr "Путь к профилю"
 
-#: contrib/gosa.conf:208
+#: contrib/gosa.conf:209
 #, fuzzy
 msgid "Packages"
 msgstr "Показать телефоны"
 
 #, fuzzy
 msgid "Packages"
 msgstr "Показать телефоны"
 
-#: contrib/gosa.conf:226
+#: contrib/gosa.conf:227
 msgid "{LOCATIONNAME}"
 msgstr ""
 
 msgid "{LOCATIONNAME}"
 msgstr ""
 
-#: contrib/gosa.conf:243 plugins/admin/ogroups/class_phonequeue.inc:164
+#: contrib/gosa.conf:244 plugins/admin/ogroups/class_phonequeue.inc:164
 msgid "German"
 msgstr "Немецкий"
 
 msgid "German"
 msgstr "Немецкий"
 
-#: contrib/gosa.conf:244
+#: contrib/gosa.conf:245
 msgid "Russian"
 msgstr "Русский"
 
 msgid "Russian"
 msgstr "Русский"
 
-#: contrib/gosa.conf:245
+#: contrib/gosa.conf:246
 msgid "Spanish"
 msgstr "Испанский"
 
 msgid "Spanish"
 msgstr "Испанский"
 
-#: contrib/gosa.conf:246
+#: contrib/gosa.conf:247
 msgid "French"
 msgstr "Французский"
 
 msgid "French"
 msgstr "Французский"
 
-#: contrib/gosa.conf:247
+#: contrib/gosa.conf:248
 msgid "Dutch"
 msgstr "Датский"
 
 msgid "Dutch"
 msgstr "Датский"
 
-#: contrib/gosa.conf:248
+#: contrib/gosa.conf:249
 msgid "English"
 msgstr "Английский"
 
 msgid "English"
 msgstr "Английский"
 
-#: contrib/gosa.conf:249
+#: contrib/gosa.conf:250
 msgid "Italian"
 msgstr ""
 
 msgid "Italian"
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
 #: plugins/personal/mail/class_mailAccount.inc:23
 #: plugins/personal/password/class_password.inc:6
 #: plugins/personal/posix/class_posixAccount.inc:17
 #: plugins/personal/samba/class_sambaAccount.inc:25
-#: plugins/personal/environment/class_environment.inc:13
 #: plugins/personal/generic/class_user.inc:17
 #: plugins/personal/generic/class_user.inc:17
-#: plugins/personal/connectivity/class_webdavAccount.inc:7
-#: plugins/personal/connectivity/class_proxyAccount.inc:6
-#: plugins/personal/connectivity/class_pptpAccount.inc:27
-#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
 #: plugins/personal/connectivity/class_phpgwAccount.inc:6
 #: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_glpiAccount.inc:26
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
 #: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
 #: plugins/personal/connectivity/class_connectivity.inc:16
 #: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_glpiAccount.inc:26
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
 #: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/environment/class_environment.inc:13
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
 #: plugins/gofax/blocklists/class_blocklistManagement.inc:6
 #: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
 #: plugins/gofax/faxreports/class_faxreport.inc:7
 #: plugins/addons/addressbook/class_addressbook.inc:7
-#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
 #: plugins/addons/ldapmanager/class_csvimport.inc:7
-#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
 #: plugins/addons/ldapmanager/class_import.inc:7
 #: plugins/addons/ldapmanager/class_ldif.inc:8
 #: plugins/addons/ldapmanager/class_export.inc:7
+#: plugins/addons/ldapmanager/class_exportxls.inc:8
 #: plugins/addons/logview/class_logview.inc:7
 #: plugins/addons/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
 #: plugins/admin/groups/class_groupManagement.inc:26
 #: plugins/admin/users/class_userManagement.inc:26
 #: plugins/admin/applications/class_applicationManagement.inc:26
 #: plugins/admin/departments/class_departmentManagement.inc:26
 #: plugins/admin/systems/class_systemManagement.inc:33
 #: plugins/admin/ogroups/class_ogroupManagement.inc:26
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Что-то будет"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:7
 msgid "This does something"
 msgstr "Что-то будет"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:92
-#, fuzzy
-msgid "This account has no nagios extensions."
+#: plugins/personal/mail/class_mailAccount.inc:79
+#: plugins/admin/groups/class_groupMail.inc:59
+#, php-format
+msgid "There is no mail method '%s' specified in your gosa.conf available."
+msgstr "Метод '%s' не описан в вашем файле конфигурации."
+
+#: plugins/personal/mail/class_mailAccount.inc:170
+msgid "No DESC tag in vacation file:"
+msgstr "В файле сообщения автоответчика отсутствует тег DESC:"
+
+#: plugins/personal/mail/class_mailAccount.inc:210
+msgid "This account has no mail extensions."
 msgstr "В этой учетной записи нет почтовых расширений."
 
 msgstr "В этой учетной записи нет почтовых расширений."
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:101
-#, fuzzy
-msgid "Remove nagios account"
+#: plugins/personal/mail/class_mailAccount.inc:219
+#: plugins/admin/groups/class_groupMail.inc:195
+#: plugins/admin/ogroups/class_mailogroup.inc:40
+msgid "Remove mail account"
 msgstr "Удалить настройки эл. почты"
 
 msgstr "Удалить настройки эл. почты"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:102
-#, fuzzy
+#: plugins/personal/mail/class_mailAccount.inc:220
+#: plugins/admin/groups/class_groupMail.inc:196
 msgid ""
 msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
+"This account has mail features enabled. You can disable them by clicking "
 "below."
 msgstr ""
 "В этой учетной записи есть настройки электронной почты. Вы можете удалить "
 "их, щелкнув ниже."
 
 "below."
 msgstr ""
 "В этой учетной записи есть настройки электронной почты. Вы можете удалить "
 "их, щелкнув ниже."
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
-#, fuzzy
-msgid "Create nagios account"
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:198
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+msgid "Create mail account"
 msgstr "Создать настройки запись эл. почты"
 
 msgstr "Создать настройки запись эл. почты"
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:104
-#, fuzzy
+#: plugins/personal/mail/class_mailAccount.inc:222
+#: plugins/admin/groups/class_groupMail.inc:199
 msgid ""
 msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
+"This account has mail features disabled. You can enable them by clicking "
 "below."
 msgstr ""
 "В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
 "щелкнув ниже."
 
 "below."
 msgstr ""
 "В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
 "щелкнув ниже."
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:163
-#, fuzzy
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "Обязательное поле \"Имя\" не заполнено."
-
-#: plugins/personal/nagios/class_nagiosAccount.inc:166
-#, fuzzy
-msgid "The required field 'NagiosMail' is not set."
-msgstr "Обязательное поле \"Имя\" не заполнено."
+#: plugins/personal/mail/class_mailAccount.inc:270
+msgid ""
+"You're trying to add an invalid email address to the list of forwarders."
+msgstr ""
+"Вы пытаетесь добавить некорректный адрес электронной почты к списку тех, "
+"кому должны пересылаться сообщения."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:170
-#: plugins/personal/nagios/class_nagiosAccount.inc:174
-#, fuzzy
-msgid "Please enter a valid email address in 'NagiosMail' field."
-msgstr "Введите корректное значение в поле \"Основной адрес\"."
+#: plugins/personal/mail/class_mailAccount.inc:276
+#: plugins/admin/groups/class_groupMail.inc:258
+msgid "Adding your one of your own addresses to the forwarders makes no sense."
+msgstr ""
+"Добавление своего единственного адреса к списку пересылки не имеет смысла."
 
 
-#: plugins/personal/nagios/main.inc:104 plugins/personal/mail/main.inc:104
-#: plugins/personal/posix/main.inc:110 plugins/personal/samba/main.inc:104
-#: plugins/personal/environment/main.inc:104
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/generic/main.inc:158
-#: plugins/personal/connectivity/main.inc:115
-#: plugins/gofax/blocklists/generic.tpl:80
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/admin/fai/class_faiManagement.inc:392
-#: plugins/admin/groups/class_groupManagement.inc:330
-#: plugins/admin/users/class_userManagement.inc:633
-#: plugins/admin/applications/class_applicationManagement.inc:304
-#: plugins/admin/departments/class_departmentManagement.inc:347
-#: plugins/admin/systems/class_systemManagement.inc:539
-#: plugins/admin/ogroups/class_ogroupManagement.inc:338
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
-msgid "Finish"
-msgstr "Готово"
+#: plugins/personal/mail/class_mailAccount.inc:311
+#: plugins/personal/mail/class_mailAccount.inc:316
+#: plugins/admin/groups/class_groupMail.inc:286
+msgid ""
+"You're trying to add an invalid email address to the list of alternate "
+"addresses."
+msgstr ""
+"Вы пытаетесь добавить некорректный адрес электронной почты к списку "
+"альтернативных адресов."
 
 
-#: plugins/personal/nagios/main.inc:106 plugins/personal/mail/main.inc:106
-#: plugins/personal/mail/mail_locals.tpl:43
-#: plugins/personal/posix/posix_groups.tpl:74
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:112
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/main.inc:106
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:39
-#: plugins/personal/environment/main.inc:106
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:31
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/generic/main.inc:160
-#: plugins/personal/connectivity/main.inc:117
-#: plugins/gofax/blocklists/generic.tpl:82
-#: plugins/gofax/blocklists/remove.tpl:16
-#: plugins/gofax/faxaccount/locals.tpl:62
-#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/remove.tpl:16
-#: plugins/addons/addressbook/address_edit.tpl:234
-#: plugins/admin/fai/class_faiManagement.inc:394
-#: plugins/admin/fai/class_faiManagement.inc:399
-#: plugins/admin/fai/faiProfileEntry.tpl:72
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiPackageNew.tpl:66
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:64 plugins/admin/fai/remove.tpl:17
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:133
-#: plugins/admin/groups/class_groupManagement.inc:332
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/group_objects.tpl:49
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/application_options.tpl:10
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:635
-#: plugins/admin/users/template.tpl:46 plugins/admin/users/remove.tpl:16
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:306
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:349
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/class_systemManagement.inc:541
-#: plugins/admin/systems/servnfs.tpl:76 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/password.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:52
-#: plugins/admin/ogroups/class_ogroupManagement.inc:340
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-msgid "Cancel"
-msgstr "Отмена"
+#: plugins/personal/mail/class_mailAccount.inc:326
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "The address you're trying to add is already used by user"
+msgstr "Добавляемый вами адрес уже используется пользователем"
 
 
-#: plugins/personal/nagios/main.inc:114 plugins/personal/mail/main.inc:114
-#: plugins/personal/posix/main.inc:120 plugins/personal/samba/main.inc:114
-#: plugins/personal/environment/main.inc:114
-#: plugins/personal/generic/main.inc:179
-#: plugins/personal/connectivity/main.inc:125
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
-msgstr "Нажмите 'Изменить' чтобы отредактировать данные в этой форме."
+#: plugins/personal/mail/class_mailAccount.inc:700
+msgid ""
+"There is no valid mailserver specified, please add one in the system setup."
+msgstr ""
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:122 plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:172
-#: plugins/personal/connectivity/main.inc:126
-#: plugins/gofax/faxaccount/generic.tpl:86
-#: plugins/gofax/faxaccount/generic.tpl:92
-#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
-#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/printer.tpl:46
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Изменить"
+#: plugins/personal/mail/class_mailAccount.inc:705
+#: plugins/admin/groups/class_groupMail.inc:619
+msgid "The required field 'Primary address' is not set."
+msgstr "Обязательное поле \"Основной адрес\" не заполнено."
 
 
-#: plugins/personal/nagios/main.inc:124
-#, fuzzy
-msgid "Nagios settings"
-msgstr "Почтовые настройки пользователя"
+#: plugins/personal/mail/class_mailAccount.inc:709
+#: plugins/personal/mail/class_mailAccount.inc:713
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/admin/ogroups/class_mailogroup.inc:70
+msgid "Please enter a valid email address in 'Primary address' field."
+msgstr "Введите корректное значение в поле \"Основной адрес\"."
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-#, fuzzy
-msgid "Nagios Account"
-msgstr "Контакт"
+#: plugins/personal/mail/class_mailAccount.inc:720
+#: plugins/admin/groups/class_groupMail.inc:628
+#: plugins/admin/ogroups/class_mailogroup.inc:77
+msgid "The primary address you've entered is already in use."
+msgstr "Введенный вами адрес уже используется."
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-#, fuzzy
-msgid "Alias"
-msgstr "женÑ\81кий"
+#: plugins/personal/mail/class_mailAccount.inc:726
+#: plugins/admin/groups/class_groupMail.inc:634
+msgid "Value in 'Quota size' is not valid."
+msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"Ð\9aвоÑ\82а\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
 
 
-#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
-#, fuzzy
-msgid "Mail address"
-msgstr "MAC-адрес"
+#: plugins/personal/mail/class_mailAccount.inc:735
+#: plugins/admin/groups/class_groupMail.inc:643
+msgid "Please specify a vaild mail size for mails to be rejected."
+msgstr "Укажите корректный размер сообщений, которые будут отклоняться."
 
 
-#: plugins/personal/nagios/nagios.tpl:17
-#, fuzzy
-msgid "Host notification period"
-msgstr "Параметры приложения"
-
-#: plugins/personal/nagios/nagios.tpl:25
-#, fuzzy
-msgid "Service notification period"
-msgstr "Параметры приложения"
-
-#: plugins/personal/nagios/nagios.tpl:32
-#, fuzzy
-msgid "Service notification options"
-msgstr "Параметры приложения"
-
-#: plugins/personal/nagios/nagios.tpl:41
-#, fuzzy
-msgid "Host notification options"
-msgstr "Параметры приложения"
-
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:242
-#: plugins/addons/addressbook/address_info.tpl:91
-#: plugins/addons/addressbook/address_edit.tpl:217 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Pager"
-msgstr "Пейджер"
-
-#: plugins/personal/nagios/nagios.tpl:53
-#, fuzzy
-msgid "Service notification commands"
-msgstr "Параметры приложения"
-
-#: plugins/personal/nagios/nagios.tpl:57
-#, fuzzy
-msgid "Host notification commands"
-msgstr "Параметры приложения"
-
-#: plugins/personal/nagios/nagios.tpl:66
-#, fuzzy
-msgid "Nagios authentification"
-msgstr "Рабочая станция Windows"
-
-#: plugins/personal/nagios/nagios.tpl:69
-#, fuzzy
-msgid "view system informations"
-msgstr "Системная информация"
-
-#: plugins/personal/nagios/nagios.tpl:72
-#, fuzzy
-msgid "view configuration information"
-msgstr "Информация об организации"
-
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:78
-#, fuzzy
-msgid "view all services"
-msgstr "Предоставлять службу сканирования"
-
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr ""
-
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr ""
+#: plugins/personal/mail/class_mailAccount.inc:745
+#: plugins/admin/groups/class_groupMail.inc:651
+msgid "You need to set the maximum mail size in order to reject anything."
+msgstr "Помните, что указывать нужно максимальный допустимый размер сообщений."
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
+#: plugins/personal/mail/class_mailAccount.inc:749
+msgid "You specified Spam settings, but there is no Folder specified."
 msgstr ""
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
 msgstr ""
 
 #: plugins/personal/mail/generic.tpl:7 plugins/admin/groups/mail.tpl:10
@@ -631,48 +488,50 @@ msgstr "Список альтернативных адресов эл. почт
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
 
 #: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:128
 #: plugins/personal/mail/mail_locals.tpl:41
-#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/trust_machines.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/posix/posix_groups.tpl:72
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
 #: plugins/personal/posix/generic.tpl:73
 #: plugins/personal/posix/generic.tpl:102
 #: plugins/personal/samba/samba3.tpl:319
 #: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/connectivity/class_kolabAccount.inc:203
+#: plugins/personal/connectivity/kolab.tpl:18
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
 #: plugins/personal/environment/environment.tpl:117
 #: plugins/personal/environment/environment.tpl:134
 #: plugins/personal/environment/environment.tpl:177
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
 #: plugins/personal/environment/kioskManagement.tpl:13
 #: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/personal/connectivity/kolab.tpl:18
-#: plugins/personal/connectivity/class_kolabAccount.inc:203
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
 #: plugins/gofax/blocklists/generic.tpl:63
 #: plugins/gofax/faxaccount/generic.tpl:76
 #: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
-#: plugins/admin/fai/class_faiProfile.inc:153
-#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
-#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
+#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95
 #: plugins/admin/groups/class_groupMail.inc:413
 #: plugins/admin/groups/class_groupMail.inc:413
-#: plugins/admin/groups/application.tpl:14
+#: plugins/admin/groups/application.tpl:15
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
 #: plugins/admin/groups/group_objects.tpl:47
 #: plugins/admin/groups/generic.tpl:103
 #: plugins/admin/groups/mail_locals.tpl:66
 #: plugins/admin/systems/servservice.tpl:20
 #: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
 #: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servRepositorySetup.tpl:36
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
 #: plugins/admin/systems/workstationStartup.tpl:50
 #: plugins/admin/systems/workstationStartup.tpl:70
 #: plugins/admin/systems/workstationStartup.tpl:89
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
 #: plugins/admin/systems/terminalStartup.tpl:61
 #: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/servRepository.tpl:14
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:50
 #: plugins/admin/ogroups/generic.tpl:39
 #: plugins/admin/ogroups/phonequeue.tpl:24
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiVariable.tpl:43 plugins/admin/fai/faiPackage.tpl:74
+#: plugins/admin/fai/class_faiProfile.inc:153
+#: plugins/admin/fai/faiProfile.tpl:37 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:40 plugins/admin/fai/faiHook.tpl:43
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Добавить"
 #: plugins/gofon/phoneaccount/generic.tpl:13
 msgid "Add"
 msgstr "Добавить"
@@ -681,36 +540,35 @@ msgstr "Добавить"
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
 #: plugins/personal/posix/generic.tpl:74
 #: plugins/personal/posix/generic.tpl:104
 #: plugins/personal/samba/samba3.tpl:321
+#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
 #: plugins/personal/environment/environment.tpl:135
 #: plugins/personal/environment/environment.tpl:162
 #: plugins/personal/environment/environment.tpl:178
-#: plugins/personal/connectivity/kolab.tpl:20
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
 #: plugins/gofax/blocklists/generic.tpl:64
 #: plugins/gofax/blocklists/remove.tpl:14
 #: plugins/gofax/faxaccount/generic.tpl:78
 #: plugins/gofax/faxaccount/lists.tpl:14
-#: plugins/addons/addressbook/remove.tpl:14
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
-#: plugins/admin/fai/remove.tpl:15 plugins/admin/fai/faiHook.tpl:45
-#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
-#: plugins/admin/groups/remove.tpl:14 plugins/admin/groups/generic.tpl:105
-#: plugins/admin/users/remove.tpl:14 plugins/admin/applications/remove.tpl:13
+#: plugins/addons/addressbook/remove.tpl:14 plugins/admin/groups/mail.tpl:52
+#: plugins/admin/groups/mail.tpl:97 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/groups/generic.tpl:105 plugins/admin/users/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
 #: plugins/admin/departments/remove.tpl:14
 #: plugins/admin/systems/servservice.tpl:22
 #: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/workstationStartup.tpl:51
-#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
 #: plugins/admin/systems/printer.tpl:70 plugins/admin/systems/printer.tpl:86
+#: plugins/admin/systems/remove.tpl:14
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
 #: plugins/admin/systems/phonesettings.tpl:177
 #: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/workstationStartup.tpl:51
+#: plugins/admin/systems/workstationStartup.tpl:71
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
 #: plugins/admin/systems/terminalStartup.tpl:62
 #: plugins/admin/ogroups/generic.tpl:40 plugins/admin/ogroups/remove.tpl:14
-#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/gofon/macro/remove.tpl:13
-#: plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/conference/remove.tpl:14
+#: plugins/admin/ogroups/phonequeue.tpl:25 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:45 plugins/admin/fai/faiProfile.tpl:38
+#: plugins/admin/fai/faiScript.tpl:45 plugins/admin/fai/faiTemplate.tpl:42
+#: plugins/admin/fai/faiHook.tpl:45 plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/conference/remove.tpl:14
 msgid "Delete"
 msgstr "Удалить"
 
 msgid "Delete"
 msgstr "Удалить"
 
@@ -758,9 +616,9 @@ msgid "Reject mails bigger than"
 msgstr "Отклонять сообщения размером больше"
 
 #: plugins/personal/mail/generic.tpl:96
 msgstr "Отклонять сообщения размером больше"
 
 #: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:71
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
 #: plugins/personal/connectivity/pureftpd.tpl:44
 #: plugins/personal/connectivity/class_proxyAccount.inc:79
+#: plugins/personal/environment/environment.tpl:71
 msgid "MB"
 msgstr "Мб"
 
 msgid "MB"
 msgstr "Мб"
 
@@ -799,128 +657,126 @@ msgstr "Использовать другой сценарий SIEVE"
 msgid "disables all Mail options!"
 msgstr "отключает все почтовые настройки!"
 
 msgid "disables all Mail options!"
 msgstr "отключает все почтовые настройки!"
 
-#: plugins/personal/mail/class_mailAccount.inc:79
-#: plugins/admin/groups/class_groupMail.inc:59
-#, php-format
-msgid "There is no mail method '%s' specified in your gosa.conf available."
-msgstr "Метод '%s' не описан в вашем файле конфигурации."
-
-#: plugins/personal/mail/class_mailAccount.inc:170
-msgid "No DESC tag in vacation file:"
-msgstr "В файле сообщения автоответчика отсутствует тег DESC:"
-
-#: plugins/personal/mail/class_mailAccount.inc:210
-msgid "This account has no mail extensions."
-msgstr "В этой учетной записи нет почтовых расширений."
-
-#: plugins/personal/mail/class_mailAccount.inc:219
-#: plugins/admin/groups/class_groupMail.inc:195
-#: plugins/admin/ogroups/class_mailogroup.inc:40
-msgid "Remove mail account"
-msgstr "Удалить настройки эл. почты"
+#: plugins/personal/mail/main.inc:104 plugins/personal/posix/main.inc:110
+#: plugins/personal/samba/main.inc:104
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/main.inc:158
+#: plugins/personal/connectivity/main.inc:118
+#: plugins/personal/environment/main.inc:104
+#: plugins/personal/nagios/main.inc:104
+#: plugins/gofax/blocklists/generic.tpl:80
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/admin/groups/class_groupManagement.inc:330
+#: plugins/admin/users/class_userManagement.inc:633
+#: plugins/admin/applications/class_applicationManagement.inc:304
+#: plugins/admin/departments/class_departmentManagement.inc:347
+#: plugins/admin/systems/class_systemManagement.inc:539
+#: plugins/admin/ogroups/class_ogroupManagement.inc:338
+#: plugins/admin/fai/class_faiManagement.inc:392
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:300
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:266
+msgid "Finish"
+msgstr "Готово"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:220
-#: plugins/admin/groups/class_groupMail.inc:196
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
-"их, щелкнув ниже."
+#: plugins/personal/mail/main.inc:106 plugins/personal/mail/mail_locals.tpl:43
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/posix/posix_groups.tpl:74
+#: plugins/personal/posix/main.inc:112 plugins/personal/samba/main.inc:106
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/generic/generic_picture.tpl:31
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/main.inc:160
+#: plugins/personal/connectivity/main.inc:120
+#: plugins/personal/environment/main.inc:106
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:39
+#: plugins/personal/nagios/main.inc:106
+#: plugins/gofax/blocklists/generic.tpl:82
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/locals.tpl:62
+#: plugins/gofax/faxaccount/lists.tpl:33 plugins/gofax/faxaccount/main.inc:91
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/admin/groups/class_groupManagement.inc:332
+#: plugins/admin/groups/remove.tpl:16
+#: plugins/admin/groups/application_options.tpl:10
+#: plugins/admin/groups/group_objects.tpl:49
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/password.tpl:23
+#: plugins/admin/users/template.tpl:46
+#: plugins/admin/users/class_userManagement.inc:635
+#: plugins/admin/users/remove.tpl:16 plugins/admin/applications/remove.tpl:15
+#: plugins/admin/applications/class_applicationManagement.inc:306
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/departments/class_departmentManagement.inc:349
+#: plugins/admin/systems/class_systemManagement.inc:541
+#: plugins/admin/systems/remove.tpl:16 plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/chooser.tpl:18 plugins/admin/systems/servnfs.tpl:76
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:52
+#: plugins/admin/ogroups/class_ogroupManagement.inc:340
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:394
+#: plugins/admin/fai/class_faiManagement.inc:399
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:72
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiVariableEntry.tpl:49
+#: plugins/admin/fai/faiHookEntry.tpl:70
+#: plugins/admin/fai/faiTemplateEntry.tpl:133
+#: plugins/admin/fai/faiPackageEntry.tpl:64
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageNew.tpl:66
+#: plugins/gofon/phoneaccount/main.inc:107 plugins/gofon/macro/remove.tpl:15
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:302
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:268
+#: plugins/gofon/conference/remove.tpl:16
+#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
+msgid "Cancel"
+msgstr "Отмена"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:198
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid "Create mail account"
-msgstr "Создать настройки запись эл. почты"
+#: plugins/personal/mail/main.inc:114 plugins/personal/posix/main.inc:120
+#: plugins/personal/samba/main.inc:114 plugins/personal/generic/main.inc:179
+#: plugins/personal/connectivity/main.inc:128
+#: plugins/personal/environment/main.inc:114
+#: plugins/personal/nagios/main.inc:114 plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+msgid "Click the 'Edit' button below to change informations in this dialog"
+msgstr "Нажмите 'Изменить' чтобы отредактировать данные в этой форме."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:222
-#: plugins/admin/groups/class_groupMail.inc:199
-msgid ""
-"This account has mail features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
-"щелкнув ниже."
+#: plugins/personal/mail/main.inc:115 plugins/personal/posix/main.inc:122
+#: plugins/personal/samba/main.inc:115 plugins/personal/generic/main.inc:172
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/nagios/main.inc:115
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97 plugins/addons/logview/contents.tpl:62
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/admin/systems/printer.tpl:46
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:44 plugins/admin/fai/faiScript.tpl:44
+#: plugins/admin/fai/faiTemplate.tpl:41 plugins/admin/fai/faiHook.tpl:44
+#: plugins/gofon/phoneaccount/main.inc:113
+msgid "Edit"
+msgstr "Изменить"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:270
-msgid ""
-"You're trying to add an invalid email address to the list of forwarders."
-msgstr ""
-"Вы пытаетесь добавить некорректный адрес электронной почты к списку тех, "
-"кому должны пересылаться сообщения."
+#: plugins/personal/mail/main.inc:124
+msgid "User mail settings"
+msgstr "Почтовые настройки пользователя"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:276
-#: plugins/admin/groups/class_groupMail.inc:258
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
-msgstr ""
-"Добавление своего единственного адреса к списку пересылки не имеет смысла."
-
-#: plugins/personal/mail/class_mailAccount.inc:311
-#: plugins/personal/mail/class_mailAccount.inc:316
-#: plugins/admin/groups/class_groupMail.inc:286
-msgid ""
-"You're trying to add an invalid email address to the list of alternate "
-"addresses."
-msgstr ""
-"Вы пытаетесь добавить некорректный адрес электронной почты к списку "
-"альтернативных адресов."
-
-#: plugins/personal/mail/class_mailAccount.inc:326
-#: plugins/admin/groups/class_groupMail.inc:291
-msgid "The address you're trying to add is already used by user"
-msgstr "Добавляемый вами адрес уже используется пользователем"
-
-#: plugins/personal/mail/class_mailAccount.inc:700
-msgid ""
-"There is no valid mailserver specified, please add one in the system setup."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:705
-#: plugins/admin/groups/class_groupMail.inc:619
-msgid "The required field 'Primary address' is not set."
-msgstr "Обязательное поле \"Основной адрес\" не заполнено."
-
-#: plugins/personal/mail/class_mailAccount.inc:709
-#: plugins/personal/mail/class_mailAccount.inc:713
-#: plugins/addons/addressbook/class_addressbook.inc:590
-#: plugins/admin/ogroups/class_mailogroup.inc:70
-msgid "Please enter a valid email address in 'Primary address' field."
-msgstr "Введите корректное значение в поле \"Основной адрес\"."
-
-#: plugins/personal/mail/class_mailAccount.inc:720
-#: plugins/admin/groups/class_groupMail.inc:628
-#: plugins/admin/ogroups/class_mailogroup.inc:77
-msgid "The primary address you've entered is already in use."
-msgstr "Введенный вами адрес уже используется."
-
-#: plugins/personal/mail/class_mailAccount.inc:726
-#: plugins/admin/groups/class_groupMail.inc:634
-msgid "Value in 'Quota size' is not valid."
-msgstr "Значение поля \"Квота\" некорректно."
-
-#: plugins/personal/mail/class_mailAccount.inc:735
-#: plugins/admin/groups/class_groupMail.inc:643
-msgid "Please specify a vaild mail size for mails to be rejected."
-msgstr "Укажите корректный размер сообщений, которые будут отклоняться."
-
-#: plugins/personal/mail/class_mailAccount.inc:745
-#: plugins/admin/groups/class_groupMail.inc:651
-msgid "You need to set the maximum mail size in order to reject anything."
-msgstr "Помните, что указывать нужно максимальный допустимый размер сообщений."
-
-#: plugins/personal/mail/class_mailAccount.inc:749
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr ""
-
-#: plugins/personal/mail/main.inc:124
-msgid "User mail settings"
-msgstr "Почтовые настройки пользователя"
-
-#: plugins/personal/mail/mail_locals.tpl:6
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Выберите адреса для добавления"
+#: plugins/personal/mail/mail_locals.tpl:6
+#: plugins/admin/groups/mail_locals.tpl:6
+msgid "Select addresses to add"
+msgstr "Выберите адреса для добавления"
 
 #: plugins/personal/mail/mail_locals.tpl:20
 #: plugins/personal/posix/posix_groups.tpl:20
 
 #: plugins/personal/mail/mail_locals.tpl:20
 #: plugins/personal/posix/posix_groups.tpl:20
@@ -930,25 +786,27 @@ msgstr "Выберите адреса для добавления"
 #: plugins/gofax/blocklists/headpage.tpl:29
 #: plugins/gofax/faxaccount/locals.tpl:19
 #: plugins/addons/addressbook/contents.tpl:58
 #: plugins/gofax/blocklists/headpage.tpl:29
 #: plugins/gofax/faxaccount/locals.tpl:19
 #: plugins/addons/addressbook/contents.tpl:58
-#: plugins/admin/fai/faiProfileEntry.tpl:32
-#: plugins/admin/fai/faiPackageEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
 #: plugins/admin/groups/headpage.tpl:30
 #: plugins/admin/groups/group_objects.tpl:20
 #: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
 #: plugins/admin/applications/headpage.tpl:29
 #: plugins/admin/departments/headpage.tpl:29
 #: plugins/admin/groups/headpage.tpl:30
 #: plugins/admin/groups/group_objects.tpl:20
 #: plugins/admin/groups/mail_locals.tpl:22 plugins/admin/users/headpage.tpl:29
 #: plugins/admin/applications/headpage.tpl:29
 #: plugins/admin/departments/headpage.tpl:29
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
 #: plugins/admin/systems/headpage.tpl:29
 #: plugins/admin/systems/headpage.tpl:29
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:20
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:24
 #: plugins/admin/ogroups/ogroup_objects.tpl:20
 #: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/admin/ogroups/headpage.tpl:29 plugins/gofon/macro/headpage.tpl:29
+#: plugins/admin/ogroups/headpage.tpl:29
+#: plugins/admin/fai/faiProfileEntry.tpl:32 plugins/admin/fai/headpage.tpl:29
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/gofon/macro/headpage.tpl:29
 #: plugins/gofon/conference/headpage.tpl:29
 msgid "Filters"
 msgstr "Фильтры"
 
 #: plugins/personal/mail/mail_locals.tpl:27
 #: plugins/gofon/conference/headpage.tpl:29
 msgid "Filters"
 msgstr "Фильтры"
 
 #: plugins/personal/mail/mail_locals.tpl:27
-#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/posix/trust_machines.tpl:27
 #: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/posix/posix_groups.tpl:39
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
 #: plugins/personal/samba/samba3_workstations.tpl:27
 #: plugins/personal/environment/selectPrinterDialog.tpl:34
 #: plugins/gofax/faxaccount/locals.tpl:29
@@ -981,11 +839,11 @@ msgstr "Имя пользователя, адрес которого показ
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
 #: plugins/admin/systems/class_systemManagement.inc:660
 #: plugins/admin/systems/servdb.tpl:18 plugins/admin/systems/servdb.tpl:34
 #: plugins/admin/systems/servdb.tpl:50 plugins/admin/systems/servdb.tpl:86
-#: plugins/admin/systems/servdb.tpl:109
+#: plugins/admin/systems/servdb.tpl:109 ihtml/themes/altlinux/login.tpl:35
+#: ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
-#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
-#: ihtml/themes/default/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
 #: ihtml/themes/default/login.tpl:35 ihtml/themes/default/login.tpl:39
+#: ihtml/themes/default/setup_useradmin.tpl:30
 msgid "Password"
 msgstr "Пароль"
 
 msgid "Password"
 msgstr "Пароль"
 
@@ -1053,11 +911,11 @@ msgstr ""
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
 #: plugins/personal/password/changed.tpl:12
 #: plugins/personal/generic/main.inc:169
 #: plugins/gofax/faxreports/detail.tpl:68
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
 #: plugins/addons/ldapmanager/contentimport.tpl:44
 #: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66 include/functions.inc:1319
-#: ihtml/themes/altlinux/setup_useradmin.tpl:40
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: include/functions.inc:1319 ihtml/themes/altlinux/setup_useradmin.tpl:40
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
 #: ihtml/themes/altlinux/setup_step2.tpl:12
 #: ihtml/themes/altlinux/setup_step3.tpl:17
 #: ihtml/themes/altlinux/setup_step4.tpl:114
@@ -1108,6 +966,19 @@ msgstr "У вас недостаточно прав для смены своег
 msgid "External password changer reported a problem: "
 msgstr "При попытке сменить пароль извне возникла проблема: "
 
 msgid "External password changer reported a problem: "
 msgstr "При попытке сменить пароль извне возникла проблема: "
 
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
+msgstr "Выберите системы для добавления"
+
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
+msgstr "Показать системы в подразделении"
+
+#: plugins/personal/posix/trust_machines.tpl:30
+#: plugins/admin/systems/headpage.tpl:50
+msgid "Display systems matching"
+msgstr "Показать подходяшие системы"
+
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Выберите группы для добавления"
 #: plugins/personal/posix/posix_groups.tpl:6
 msgid "Select groups to add"
 msgstr "Выберите группы для добавления"
@@ -1179,6 +1050,7 @@ msgstr "Регулярное выражение, соответствующее
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
 
 #: plugins/personal/posix/posix_groups.tpl:58
 #: plugins/admin/groups/headpage.tpl:73
+#: plugins/admin/systems/servRepository.tpl:36
 msgid "Display groups of user"
 msgstr "Показать группы пользователей"
 
 msgid "Display groups of user"
 msgstr "Показать группы пользователей"
 
@@ -1196,19 +1068,6 @@ msgstr "Пользователь должен сменить пароль при
 msgid "Password expires on"
 msgstr "Срок действия пароля истекает"
 
 msgid "Password expires on"
 msgstr "Срок действия пароля истекает"
 
-#: plugins/personal/posix/trust_machines.tpl:6
-msgid "Select systems to add"
-msgstr "Выберите системы для добавления"
-
-#: plugins/personal/posix/trust_machines.tpl:26
-msgid "Display systems of department"
-msgstr "Показать системы в подразделении"
-
-#: plugins/personal/posix/trust_machines.tpl:30
-#: plugins/admin/systems/headpage.tpl:50
-msgid "Display systems matching"
-msgstr "Показать подходяшие системы"
-
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
 #: plugins/personal/posix/generic.tpl:7 plugins/personal/samba/samba3.tpl:13
 #: plugins/personal/samba/samba3.tpl:94
 #: plugins/personal/samba/class_sambaAccount.inc:638
@@ -1264,6 +1123,10 @@ msgstr "Системные доверия"
 msgid "Trust mode"
 msgstr "Режим"
 
 msgid "Trust mode"
 msgstr "Режим"
 
+#: plugins/personal/posix/main.inc:131
+msgid "Unix settings"
+msgstr "Атрибуты UNIX"
+
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
 #: plugins/personal/posix/class_posixAccount.inc:16
 #: plugins/generic/references/class_reference.inc:22
 msgid "UNIX"
@@ -1571,10 +1434,6 @@ msgstr ""
 msgid "Too many users, can't allocate a free ID!"
 msgstr "Слишком много пользователей, невозможно создать идентификатор!"
 
 msgid "Too many users, can't allocate a free ID!"
 msgstr "Слишком много пользователей, невозможно создать идентификатор!"
 
-#: plugins/personal/posix/main.inc:131
-msgid "Unix settings"
-msgstr "Атрибуты UNIX"
-
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Домашний каталог Samba"
 #: plugins/personal/samba/samba2.tpl:13
 msgid "Samba home"
 msgstr "Домашний каталог Samba"
@@ -1702,6 +1561,10 @@ msgstr ""
 msgid "Allow connection from these workstations only"
 msgstr "Разрешить подключения только от этой рабочей станции"
 
 msgid "Allow connection from these workstations only"
 msgstr "Разрешить подключения только от этой рабочей станции"
 
+#: plugins/personal/samba/main.inc:123
+msgid "Samba settings"
+msgstr "Настройки Samba"
+
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Выберите рабочие станции для добавления"
 #: plugins/personal/samba/samba3_workstations.tpl:6
 msgid "Select workstations to add"
 msgstr "Выберите рабочие станции для добавления"
@@ -1710,10 +1573,6 @@ msgstr "Выберите рабочие станции для добавлени
 msgid "Display workstations of department"
 msgstr "Показать рабочие станции подразделения"
 
 msgid "Display workstations of department"
 msgstr "Показать рабочие станции подразделения"
 
-#: plugins/personal/samba/main.inc:123
-msgid "Samba settings"
-msgstr "Настройки Samba"
-
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "В этой учетной записи нет расширений Samba."
 #: plugins/personal/samba/class_sambaAccount.inc:196
 msgid "This account has no samba extensions."
 msgstr "В этой учетной записи нет расширений Samba."
@@ -1818,463 +1677,410 @@ msgstr ""
 "Предупреждение: не удается идентифицировать основную группу, преобразование "
 "в группу Samba невозможно!"
 
 "Предупреждение: не удается идентифицировать основную группу, преобразование "
 "в группу Samba невозможно!"
 
-#: plugins/personal/environment/class_hotplugDialog.inc:111
-#, fuzzy
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
-msgstr "Введите корректное имя пользователя!"
-
-#: plugins/personal/environment/class_hotplugDialog.inc:114
-#, fuzzy
-msgid "Invalid character in description. Please specify a valid description."
-msgstr "Введите корректное имя пользователя!"
+#: plugins/personal/generic/class_user.inc:251
+msgid "female"
+msgstr "женский"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:117
-#, fuzzy
-msgid "Please specify a valid id."
-msgstr "Введите корректное имя пользователя!"
+#: plugins/personal/generic/class_user.inc:251
+msgid "male"
+msgstr "мужской"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:123
-#, fuzzy
-msgid "An Entry with this name already exists."
-msgstr "Подразделение с таким именем уже существует."
+#: plugins/personal/generic/class_user.inc:265
+msgid "This account has no valid GOsa extensions."
+msgstr "Для этой учетной записи нет корректных расширений GOsa."
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:128
-#, fuzzy
-msgid "Please select an entry or press cancel."
-msgstr "Введите корректный номер телефона!"
+#: plugins/personal/generic/class_user.inc:294
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+msgstr ""
+"Указанный файл не был загружен на сервер (метод HTTP POST)! Операция "
+"прервана."
 
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:67
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
-#, fuzzy
-msgid "Please select a printer or press cancel."
-msgstr "Введите корректный номер телефона!"
+#: plugins/personal/generic/class_user.inc:390
+msgid "Please enter a valid serial number"
+msgstr "Введите корректный серийный номер"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-#, fuzzy
-msgid "Add hotplug devices"
-msgstr "Дисковод"
+#: plugins/personal/generic/class_user.inc:427
+#, php-format
+msgid "Certificate is valid from %s to %s and is currently %s."
+msgstr ""
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-#, fuzzy
-msgid "Hotplug management"
-msgstr "Управление подразделениями"
+#: plugins/personal/generic/class_user.inc:427
+msgid "valid"
+msgstr ""
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-#, fuzzy
-msgid "Select hotplug device to add"
-msgstr "Удалить"
+#: plugins/personal/generic/class_user.inc:427
+msgid "invalid"
+msgstr ""
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
+#: plugins/personal/generic/class_user.inc:431
 #, fuzzy
 #, fuzzy
-msgid "Choose the department the search will be based    on"
-msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ñ\80аздел, Ð´Ð»Ñ\8f ÐºÐ¾Ñ\82оÑ\80ого Ð±Ñ\83деÑ\82 Ð¾Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82влен Ð¿Ð¾Ð¸Ñ\81к"
+msgid "No certificate installed"
+msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81еÑ\80Ñ\82иÑ\84икаÑ\82Ñ\8b"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/groups/group_objects.tpl:38
-#: plugins/admin/users/headpage.tpl:48
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Фильтр"
+#: plugins/personal/generic/class_user.inc:840
+msgid "Kerberos database communication failed"
+msgstr "Ошибка соединения с базой данных Kerberos"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-#, fuzzy
-msgid "Regular expression for        matching hotplugs"
-msgstr "Регулярное выражение, соответствующее именам пользователей"
+#: plugins/personal/generic/class_user.inc:857
+msgid "Can't remove user from kerberos database."
+msgstr "Не удается удалить пользователя из базы данных Kerberos."
 
 
-#: plugins/personal/environment/class_environment.inc:246
-#: plugins/personal/environment/class_environment.inc:282
-#, fuzzy
-msgid "Remove environment extension"
-msgstr "Удалить параметры"
+#: plugins/personal/generic/class_user.inc:868
+msgid "Can't add user to kerberos database."
+msgstr "Не удается добавить пользователя в базу данных Kerberos."
 
 
-#: plugins/personal/environment/class_environment.inc:247
-#: plugins/personal/environment/class_environment.inc:283
+#: plugins/personal/generic/class_user.inc:898
 #, fuzzy
 #, fuzzy
-msgid "Environment extension enabled. You can disable it by clicking below."
-msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
+msgid "Invalid characters in uid."
+msgstr "Значение поля \"Имя\" содержит недопустимые символы."
 
 
-#: plugins/personal/environment/class_environment.inc:256
-#: plugins/personal/environment/class_environment.inc:261
-#: plugins/personal/environment/class_environment.inc:289
-#: plugins/personal/environment/class_environment.inc:294
-msgid "Add environment extension"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:912
+msgid "You have no permissions to create a user on this 'Base'."
+msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
 
 
-#: plugins/personal/environment/class_environment.inc:257
-#: plugins/personal/environment/class_environment.inc:290
+#: plugins/personal/generic/class_user.inc:917
 #, fuzzy
 #, fuzzy
-msgid "Environment extension disabled. You can enable it by clicking below."
-msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+msgid "You have no permissions to move a user from the original 'Base'."
+msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
 
 
-#: plugins/personal/environment/class_environment.inc:262
-#: plugins/personal/environment/class_environment.inc:295
-#, fuzzy
-msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
+#: plugins/personal/generic/class_user.inc:923
+#: plugins/addons/addressbook/class_addressbook.inc:547
+#: plugins/admin/users/class_userManagement.inc:547
+msgid "The required field 'Name' is not set."
+msgstr "Обязательное поле \"Имя\" не заполнено."
+
+#: plugins/personal/generic/class_user.inc:932
+msgid "There's already a person with this 'Login' in the database."
 msgstr ""
 msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/personal/environment/class_environment.inc:486
-#: plugins/personal/environment/class_environment.inc:488
-#: plugins/admin/systems/class_terminalStartup.inc:134
-#: plugins/admin/systems/class_workstationStartup.inc:345
-#, fuzzy
-msgid "You must specify a valid mount point."
-msgstr "Введите корректное имя пользователя!"
+#: plugins/personal/generic/class_user.inc:938
+#: plugins/addons/addressbook/class_addressbook.inc:551
+#: plugins/admin/users/class_userManagement.inc:550
+msgid "The required field 'Given name' is not set."
+msgstr "Обязательное поле \"Личное имя\" не заполнено."
 
 
-#: plugins/personal/environment/class_environment.inc:717
-#, fuzzy
-msgid "Please set a valid profile quota size."
-msgstr "Пожалуйста, укажите корректную кадровую синхронизацию."
+#: plugins/personal/generic/class_user.inc:941
+msgid "The required field 'Login' is not set."
+msgstr "Обязательное поле \"Регистрационное имя\" не заполнено."
 
 
-#: plugins/personal/environment/class_environment.inc:724
+#: plugins/personal/generic/class_user.inc:948
 msgid ""
 msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
 msgstr ""
 msgstr ""
+"Пользователь с такой комбинацией имени и личного имени в базе данных уже "
+"существует."
 
 
-#: plugins/personal/environment/class_environment.inc:746
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+#: plugins/personal/generic/class_user.inc:955
+msgid ""
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
+"Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
+"Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
 
 
-#: plugins/personal/environment/class_environment.inc:839
-msgid "Error while writing printer"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:958
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "Значение поля \"Домашняя страница\" содержит некорректный URL."
 
 
-#: plugins/personal/environment/class_environment.inc:909
-msgid "Error while writing printer settings"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:961
+#: plugins/personal/generic/class_user.inc:989
+#: plugins/addons/addressbook/class_addressbook.inc:557
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/admin/departments/class_departmentGeneric.inc:176
+msgid "The field 'Name' contains invalid characters."
+msgstr "Значение поля \"Имя\" содержит недопустимые символы."
 
 
-#: plugins/personal/environment/class_environment.inc:1031
-#, fuzzy
-msgid "Admin"
-msgstr "DN администратора"
+#: plugins/personal/generic/class_user.inc:964
+#: plugins/personal/generic/class_user.inc:986
+#: plugins/addons/addressbook/class_addressbook.inc:560
+#: plugins/addons/addressbook/class_addressbook.inc:582
+msgid "The field 'Given name' contains invalid characters."
+msgstr "Значение поля \"Личное имя\" содержит недопустимые символы."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-#, fuzzy
-msgid "Add printer devcies"
-msgstr "Устройство печати"
+#: plugins/personal/generic/class_user.inc:969
+#: plugins/personal/generic/class_user.inc:972
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/admin/departments/class_departmentGeneric.inc:179
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "Значение поля \"Телефон\" содержит недопустимый номер телефона."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:5
-#: plugins/personal/environment/selectPrinterDialog.tpl:10
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
-#, fuzzy
-msgid "Select printer to add"
-msgstr "Выбрать номера для добавления"
+#: plugins/personal/generic/class_user.inc:975
+#: plugins/addons/addressbook/class_addressbook.inc:571
+#: plugins/admin/departments/class_departmentGeneric.inc:182
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "Значение поля \"Факс\" содержит недопустимый номер телефона."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-#, fuzzy
-msgid "Display printers matching"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð½Ð¾Ð¼ÐµÑ\80ов"
+#: plugins/personal/generic/class_user.inc:978
+#: plugins/addons/addressbook/class_addressbook.inc:574
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"Ð\9cобилÑ\8cнÑ\8bй\" Ñ\81одеÑ\80жиÑ\82 Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
+#: plugins/personal/generic/class_user.inc:981
+#: plugins/addons/addressbook/class_addressbook.inc:577
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr "Значение поля \"Пейджер\" содержит некорректный номер телефона."
+
+#: plugins/personal/generic/class_user.inc:1108
 #, fuzzy
 #, fuzzy
-msgid "Regular expression for matching printer names"
-msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ð¸Ð¼ÐµÐ½Ð°Ð¼ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "Could not open specified certificate!"
+msgstr "Ð\9dевозможно Ð²Ñ\8bбÑ\80аÑ\82Ñ\8c Ð±Ð°Ð·Ñ\83 Ð´Ð°Ð½Ð½Ñ\8bÑ\85!"
 
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
+#: plugins/personal/generic/password.tpl:2
+msgid ""
+"You have changed the method your password is stored in the ldap database. "
+"For that reason you've to enter your password at this point again. GOsa will "
+"then encode it with the selected method."
 msgstr ""
 msgstr ""
+"Вы изменили метод шифрования паролей в базе LDAP. В связи с этим введите "
+"свой пароль снова. GOsa произведет шифрование в соответствии с выбраной "
+"схемой."
 
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:100
-#: plugins/personal/environment/environment.tpl:146
-#, fuzzy
-msgid "Environment managment settings"
-msgstr "Почтовые настройки пользователя"
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Личная информация"
 
 
-#: plugins/personal/environment/environment.tpl:11
-#, fuzzy
-msgid "Profile managment"
-msgstr "УпÑ\80авление Ð¿Ð¾Ð´Ñ\80азделениÑ\8fми"
+#: plugins/personal/generic/generic.tpl:15
+#: plugins/personal/generic/generic_picture.tpl:6
+msgid "Personal picture"
+msgstr "Ð\98зобÑ\80ажение"
 
 
-#: plugins/personal/environment/environment.tpl:18
-#, fuzzy
-msgid "Use profile managment"
-msgstr "Управление системами"
+#: plugins/personal/generic/generic.tpl:17
+msgid "Change picture"
+msgstr "Сменить изображение"
 
 
-#: plugins/personal/environment/environment.tpl:25
+#: plugins/personal/generic/generic.tpl:25
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:23
 #, fuzzy
 #, fuzzy
-msgid "Profile server managment"
-msgstr "УпÑ\80авление Ð¿Ð¾Ð´Ñ\80азделениÑ\8fми"
+msgid "Last name"
+msgstr "СпиÑ\81ок"
 
 
-#: plugins/personal/environment/environment.tpl:28
+#: plugins/personal/generic/generic.tpl:30
 #, fuzzy
 #, fuzzy
-msgid "Profil path"
-msgstr "Путь к профилю"
-
-#: plugins/personal/environment/environment.tpl:42
-msgid "Cache profile localy"
-msgstr ""
+msgid "Template name"
+msgstr "Шаблон"
 
 
-#: plugins/personal/environment/environment.tpl:51
+#: plugins/personal/generic/generic.tpl:37
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:19
 #, fuzzy
 #, fuzzy
-msgid "Kiosk profile settings"
-msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
+msgid "First name"
+msgstr "СпиÑ\81ок"
 
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Kiosk profile"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
+msgid "Login"
+msgstr "Имя пользователя"
 
 
-#: plugins/personal/environment/environment.tpl:60
-#, fuzzy
-msgid "Manage"
-msgstr "Название"
+#: plugins/personal/generic/generic.tpl:49
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+msgid "Personal title"
+msgstr "Обращение"
 
 
-#: plugins/personal/environment/environment.tpl:65
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Квота"
+#: plugins/personal/generic/generic.tpl:57
+msgid "Academic title"
+msgstr "Академическое звание"
 
 
-#: plugins/personal/environment/environment.tpl:79
-msgid "Resolution changeable on runtime"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:65
+msgid "Date of birth"
+msgstr "Дата рождения"
 
 
-#: plugins/personal/environment/environment.tpl:84
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr "РазÑ\80еÑ\88ение"
+#: plugins/personal/generic/generic.tpl:82
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+msgid "Set"
+msgstr "УÑ\81Ñ\82ановиÑ\82Ñ\8c"
 
 
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/admin/systems/workstationStartup.tpl:75
-#: plugins/admin/systems/terminalStartup.tpl:66
-#, fuzzy
-msgid "Shares"
-msgstr "сброс"
+#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
+#: html/getxls.php:224
+msgid "Sex"
+msgstr "Пол"
 
 
-#: plugins/personal/environment/environment.tpl:116
-#: plugins/admin/systems/workstationStartup.tpl:88
-#: plugins/admin/systems/terminalStartup.tpl:79
+#: plugins/personal/generic/generic.tpl:98
 #, fuzzy
 #, fuzzy
-msgid "Mountpoint"
-msgstr "Мониторинг"
-
-#: plugins/personal/environment/environment.tpl:118
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/generic/generic_certs.tpl:17
-#: plugins/personal/generic/generic_certs.tpl:37
-#: plugins/personal/generic/generic_certs.tpl:57
-#: plugins/personal/connectivity/class_kolabAccount.inc:206
-#: plugins/admin/fai/faiPackage.tpl:75
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
-#: plugins/admin/groups/class_groupMail.inc:417
-#: plugins/admin/applications/class_applicationParameters.inc:98
-#: plugins/admin/systems/workstationStartup.tpl:90
-#: plugins/admin/systems/printer.tpl:47
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
-msgid "Remove"
-msgstr "Удалить"
+msgid "Preferred langage"
+msgstr "Язык по умолчанию"
 
 
-#: plugins/personal/environment/environment.tpl:124
-msgid "Logon scripts"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:109
+#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/systems/server.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/terminal.tpl:18 plugins/admin/systems/printer.tpl:20
+#: plugins/admin/systems/workstation.tpl:27
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/component.tpl:13 plugins/admin/ogroups/generic.tpl:22
+#: plugins/gofon/macro/generic.tpl:20 plugins/gofon/conference/generic.tpl:33
+msgid "Base"
+msgstr "Ветка"
 
 
-#: plugins/personal/environment/environment.tpl:125
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-#, fuzzy
-msgid "Logon script management"
-msgstr "Управление системами"
+#: plugins/personal/generic/generic.tpl:113
+msgid "Choose subtree to place user in"
+msgstr "Выберите ветку для пользователя"
 
 
-#: plugins/personal/environment/environment.tpl:149
-#, fuzzy
-msgid "Hotplug devices"
-msgstr "Дисковод"
+#: plugins/personal/generic/generic.tpl:128
+#: plugins/personal/generic/generic.tpl:272
+#: plugins/addons/addressbook/address_edit.tpl:72
+#: plugins/addons/addressbook/address_edit.tpl:182
+#: plugins/addons/addressbook/address_info.tpl:33
+#: plugins/addons/addressbook/address_info.tpl:82
+#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
+msgid "Address"
+msgstr "Адрес"
 
 
-#: plugins/personal/environment/environment.tpl:150
-#, fuzzy
-msgid "Hotplug device settings"
-msgstr "Дисковод"
+#: plugins/personal/generic/generic.tpl:132
+msgid "Private phone"
+msgstr "Личный телефон"
 
 
-#: plugins/personal/environment/environment.tpl:160
-#: plugins/admin/groups/class_groupManagement.inc:354
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
-msgid "New"
-msgstr "Создать"
+#: plugins/personal/generic/generic.tpl:136
+msgid "Homepage"
+msgstr "Домашняя страница"
 
 
-#: plugins/personal/environment/environment.tpl:161
-msgid "Existing"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:145
+msgid "Password storage"
+msgstr "Хэширование паролей"
 
 
-#: plugins/personal/environment/environment.tpl:169
-#, fuzzy
-msgid "Printer settings"
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82елеÑ\84она"
+#: plugins/personal/generic/generic.tpl:155
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "СеÑ\80Ñ\82иÑ\84икаÑ\82Ñ\8b"
 
 
-#: plugins/personal/environment/environment.tpl:179
-#, fuzzy
-msgid "Admin Toggle"
-msgstr "Пользователи домена"
+#: plugins/personal/generic/generic.tpl:157
+msgid "Edit certificates"
+msgstr "Изменить сертификаты"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:96
-#, fuzzy
-msgid "Specified name is invalid."
-msgstr "Указанное имя уже используется."
+#: plugins/personal/generic/generic.tpl:161
+msgid "Kerberos"
+msgstr "Kerberos"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-#, fuzzy
-msgid "Specified description contains invalid characters."
-msgstr "Неправильное указание таймаута '%s'"
+#: plugins/personal/generic/generic.tpl:162
+msgid "Edit properties"
+msgstr "Изменить свойства"
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-#, fuzzy
-msgid "Logon script settings"
-msgstr "Атрибуты UNIX"
+#: plugins/personal/generic/generic.tpl:178
+msgid "Organizational information"
+msgstr "Информация об организации"
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-#, fuzzy
-msgid "Skript name"
-msgstr "Список"
+#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
+msgid "Organization"
+msgstr "Организация"
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:41
-#: plugins/admin/fai/faiPartitionTable.tpl:19
-#: plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
-#: plugins/admin/fai/faiProfile.tpl:19
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
-#: plugins/admin/fai/faiScript.tpl:19
-#: plugins/admin/fai/faiVariableEntry.tpl:17
-#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/server.tpl:24
-#: plugins/admin/systems/phone.tpl:24 plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/wingeneric.tpl:24
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:36
-#: plugins/gofon/conference/generic.tpl:51
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Описание"
+#: plugins/personal/generic/generic.tpl:194
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/groups/class_groupManagement.inc:385
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/admin/applications/class_applicationManagement.inc:357
+#: plugins/admin/systems/class_systemManagement.inc:589
+#: plugins/admin/ogroups/class_ogroupManagement.inc:416
+#: plugins/admin/ogroups/class_ogroupManagement.inc:484
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: plugins/generic/references/class_reference.inc:38
+msgid "Department"
+msgstr "Подразделение"
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-#, fuzzy
-msgid "Priority"
-msgstr "Порт"
+#: plugins/personal/generic/generic.tpl:198
+msgid "Department No."
+msgstr "Номер подразделения"
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:204
+msgid "Employee No."
+msgstr "Номер работника"
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:210
+msgid "Employee type"
+msgstr "Форма трудоустройства"
 
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:226
+#: plugins/personal/generic/generic.tpl:365
+msgid "Room No."
+msgstr "Номер комнаты"
 
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:238
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40 html/getxls.php:236
+msgid "Mobile"
+msgstr "Мобильный"
 
 
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/personal/environment/kioskManagement.tpl:24
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:67
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:69
-#: plugins/admin/fai/faiTemplateEntry.tpl:132
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:8
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-msgid "Apply"
-msgstr "Применить"
+#: plugins/personal/generic/generic.tpl:242
+#: plugins/personal/nagios/nagios.tpl:48
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Pager"
+msgstr "Пейджер"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:61
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:264
+#: plugins/admin/departments/generic.tpl:42
+#: plugins/admin/departments/generic.tpl:50
+#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
+msgid "Location"
+msgstr "Местоположение"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:64
-#, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:268
+#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
+#: html/getxls.php:236
+msgid "State"
+msgstr "Адм. единица"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:88
-msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:286
+msgid "Vocation"
+msgstr "Специальность"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:290
+msgid "Unit description"
+msgstr "Описание подразделения"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-#, fuzzy
-msgid "Create new hotplug entry"
-msgstr "Создание нового объекта в"
+#: plugins/personal/generic/generic.tpl:298
+msgid "Subject area"
+msgstr "Область деятельности"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-#, fuzzy
-msgid "Create new hotplug device"
-msgstr "Создание нового объекта в"
+#: plugins/personal/generic/generic.tpl:306
+msgid "Functional title"
+msgstr "Должность"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-#, fuzzy
-msgid "Device name"
-msgstr "Имя сервера"
+#: plugins/personal/generic/generic.tpl:313
+msgid "Role"
+msgstr "Роль"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#, fuzzy
-msgid "Device ID"
-msgstr "Устройства"
+#: plugins/personal/generic/generic.tpl:325
+msgid "Person locality"
+msgstr "Местоположение сотрудника"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:38
-#, fuzzy
-msgid "save"
-msgstr "Сохранить"
+#: plugins/personal/generic/generic.tpl:333
+msgid "Unit"
+msgstr "Подразделение"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-#, fuzzy
-msgid "Kiosk profile management"
-msgstr "Управление системами"
+#: plugins/personal/generic/generic.tpl:340
+msgid "Street"
+msgstr "Улица"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:12
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Просмотр"
+#: plugins/personal/generic/generic.tpl:346
+#: plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
+msgid "Postal code"
+msgstr "Почтовый индекс"
 
 
-#: plugins/personal/environment/main.inc:124
-#, fuzzy
-msgid "User environment settings"
-msgstr "Почтовые настройки пользователя"
+#: plugins/personal/generic/generic.tpl:352
+msgid "House identifier"
+msgstr "Номер дома"
 
 
-#: plugins/personal/generic/password.tpl:2
-msgid ""
-"You have changed the method your password is stored in the ldap database. "
-"For that reason you've to enter your password at this point again. GOsa will "
-"then encode it with the selected method."
-msgstr ""
-"Вы изменили метод шифрования паролей в базе LDAP. В связи с этим введите "
-"свой пароль снова. GOsa произведет шифрование в соответствии с выбраной "
-"схемой."
+#: plugins/personal/generic/generic.tpl:374
+msgid "Please use the phone tab"
+msgstr "Воспользуйтесь закладкой \"Телефон\""
 
 
-#: plugins/personal/generic/generic_picture.tpl:6
-#: plugins/personal/generic/generic.tpl:15
-msgid "Personal picture"
-msgstr "Изображение"
+#: plugins/personal/generic/generic.tpl:387
+msgid "Last delivery"
+msgstr "Последняя доставка"
+
+#: plugins/personal/generic/generic.tpl:394
+msgid "Public visible"
+msgstr "Видимый всем"
 
 #: plugins/personal/generic/generic_picture.tpl:23
 msgid "Remove picture"
 
 #: plugins/personal/generic/generic_picture.tpl:23
 msgid "Remove picture"
@@ -2282,536 +2088,308 @@ msgstr "Удалить изображение"
 
 #: plugins/personal/generic/generic_picture.tpl:29
 #: plugins/addons/addressbook/address_edit.tpl:233
 
 #: plugins/personal/generic/generic_picture.tpl:29
 #: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
 #: plugins/admin/systems/servnfs.tpl:75
 #: plugins/admin/systems/servnfs.tpl:75
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
 msgid "Save"
 msgstr "Сохранить"
 
 msgid "Save"
 msgstr "Сохранить"
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Ð\9bиÑ\87наÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "СÑ\82андаÑ\80Ñ\82нÑ\8bй Ñ\81еÑ\80Ñ\82иÑ\84икаÑ\82"
 
 
-#: plugins/personal/generic/generic.tpl:17
-msgid "Change picture"
-msgstr "Сменить изображение"
+#: plugins/personal/generic/generic_certs.tpl:17
+#: plugins/personal/generic/generic_certs.tpl:37
+#: plugins/personal/generic/generic_certs.tpl:57
+#: plugins/personal/connectivity/class_kolabAccount.inc:206
+#: plugins/personal/environment/environment.tpl:118
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/admin/groups/class_groupMail.inc:417
+#: plugins/admin/applications/class_applicationParameters.inc:98
+#: plugins/admin/systems/printer.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:90
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/fai/faiPackage.tpl:75
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:248
+#: ihtml/themes/altlinux/islocked.tpl:13 ihtml/themes/default/islocked.tpl:13
+msgid "Remove"
+msgstr "Удалить"
 
 
-#: plugins/personal/generic/generic.tpl:25
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:23
-#, fuzzy
-msgid "Last name"
-msgstr "Список"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "Сертификат S/MIME"
 
 
-#: plugins/personal/generic/generic.tpl:30
-#, fuzzy
-msgid "Template name"
-msgstr "Шаблон"
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "Сертификат PKCS12"
 
 
-#: plugins/personal/generic/generic.tpl:37
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:19
-#, fuzzy
-msgid "First name"
-msgstr "Список"
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Серийный номер сертификата"
 
 
-#: plugins/personal/generic/generic.tpl:41 plugins/admin/users/template.tpl:28
-msgid "Login"
-msgstr "Ð\98мÑ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
+msgstr "Ð\92ам Ð½Ðµ Ñ\80азÑ\80еÑ\88ено Ð¼ÐµÐ½Ñ\8fÑ\82Ñ\8c Ð¿Ð°Ñ\80олÑ\8c."
 
 
-#: plugins/personal/generic/generic.tpl:49
-#: plugins/addons/addressbook/address_info.tpl:22
-#: plugins/addons/addressbook/address_edit.tpl:54
-msgid "Personal title"
-msgstr "Обращение"
+#: plugins/personal/generic/main.inc:189
+msgid "Generic user information"
+msgstr "Общая информация о пользователе"
 
 
-#: plugins/personal/generic/generic.tpl:57
-msgid "Academic title"
-msgstr "Академическое звание"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+#: plugins/generic/references/class_reference.inc:34
+msgid "FTP"
+msgstr "FTP"
 
 
-#: plugins/personal/generic/generic.tpl:65
-msgid "Date of birth"
-msgstr "Ð\94аÑ\82а Ñ\80ождениÑ\8f"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
+msgid "Value specified as 'Upload bandwidth' is not valid."
+msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"Ð\9fÑ\80опÑ\83Ñ\81кнаÑ\8f Ñ\81поÑ\81обноÑ\81Ñ\82Ñ\8c (на Ñ\81еÑ\80веÑ\80)\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
 
 
-#: plugins/personal/generic/generic.tpl:82
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "Установить"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr "Значение поля \"Пропускная способность (с сервера)\" некорректно."
 
 
-#: plugins/personal/generic/generic.tpl:88 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Пол"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
+msgid "Value specified as 'Files' is not valid."
+msgstr "Значение поля \"Файлы\" некорректно."
 
 
-#: plugins/personal/generic/generic.tpl:98
-#, fuzzy
-msgid "Preferred langage"
-msgstr "Язык по умолчанию"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
+msgid "Value specified as 'Size' is not valid."
+msgstr "Значение поля \"Размер\" некорректно."
 
 
-#: plugins/personal/generic/generic.tpl:109
-#: plugins/gofax/blocklists/generic.tpl:14 plugins/admin/groups/generic.tpl:21
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/server.tpl:13
-#: plugins/admin/systems/phone.tpl:13 plugins/admin/systems/terminal.tpl:18
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/workstation.tpl:27
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:22 plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/conference/generic.tpl:33
-msgid "Base"
-msgstr "Ветка"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "Значение поля \"Отношение\" некорректно."
 
 
-#: plugins/personal/generic/generic.tpl:113
-msgid "Choose subtree to place user in"
-msgstr "Выберите ветку для пользователя"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "PHPGroupware"
 
 
-#: plugins/personal/generic/generic.tpl:128
-#: plugins/personal/generic/generic.tpl:272
-#: plugins/addons/addressbook/address_info.tpl:33
-#: plugins/addons/addressbook/address_info.tpl:82
-#: plugins/addons/addressbook/address_edit.tpl:72
-#: plugins/addons/addressbook/address_edit.tpl:182
-#: plugins/admin/departments/generic.tpl:54 html/getxls.php:174
-msgid "Address"
-msgstr "Адрес"
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr "Аккаунт Proxy"
 
 
-#: plugins/personal/generic/generic.tpl:132
-msgid "Private phone"
-msgstr "Личный телефон"
+#: plugins/personal/connectivity/proxy.tpl:18
+msgid "Filter unwanted content (i.e. pornographic or violence related)"
+msgstr ""
+"Фильтровать нежелательное содержимое (например, порнографическое или "
+"связанное с насилием)"
 
 
-#: plugins/personal/generic/generic.tpl:136
-msgid "Homepage"
-msgstr "Ð\94омаÑ\88нÑ\8fÑ\8f Ñ\81Ñ\82Ñ\80аниÑ\86а"
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Ð\9eгÑ\80аниÑ\87иÑ\82Ñ\8c Ð´Ð¾Ñ\81Ñ\82Ñ\83п Ðº Ð¿Ñ\80окÑ\81и Ñ\80абоÑ\87им Ð²Ñ\80еменем"
 
 
-#: plugins/personal/generic/generic.tpl:145
-msgid "Password storage"
-msgstr "Ð¥Ñ\8dÑ\88иÑ\80ование Ð¿Ð°Ñ\80олей"
+#: plugins/personal/connectivity/proxy.tpl:54
+msgid "Restrict proxy usage by quota"
+msgstr "Ð\9eгÑ\80аниÑ\87иÑ\82Ñ\8c ÐºÐ²Ð¾Ñ\82ой Ð¸Ñ\81полÑ\8cзование Ð¿Ñ\80окÑ\81и"
 
 
-#: plugins/personal/generic/generic.tpl:155
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Сертификаты"
+#: plugins/personal/connectivity/proxy.tpl:65
+msgid "per"
+msgstr "per"
 
 
-#: plugins/personal/generic/generic.tpl:157
-msgid "Edit certificates"
-msgstr "Изменить сертификаты"
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:161
-msgid "Kerberos"
-msgstr "Kerberos"
+#: plugins/personal/connectivity/class_kolabAccount.inc:105
+#, fuzzy
+msgid ""
+"You're trying to add an invalid email address to the list of delegations."
+msgstr ""
+"Вы пытаетесь добавить некорректный адрес электронной почты к списку тех, "
+"кому должны пересылаться сообщения."
 
 
-#: plugins/personal/generic/generic.tpl:162
-msgid "Edit properties"
-msgstr "Изменить свойства"
+#: plugins/personal/connectivity/class_kolabAccount.inc:113
+#, fuzzy
+msgid ""
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
+msgstr "Добавляемый вами адрес уже используется пользователем"
 
 
-#: plugins/personal/generic/generic.tpl:178
-msgid "Organizational information"
-msgstr "Информация об организации"
+#: plugins/personal/connectivity/class_kolabAccount.inc:140
+msgid "Always accept"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:190 html/getxls.php:236
-msgid "Organization"
-msgstr "Организация"
+#: plugins/personal/connectivity/class_kolabAccount.inc:141
+msgid "Always reject"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:194
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/admin/groups/class_groupManagement.inc:385
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/admin/applications/class_applicationManagement.inc:357
-#: plugins/admin/systems/class_systemManagement.inc:589
-#: plugins/admin/ogroups/class_ogroupManagement.inc:416
-#: plugins/admin/ogroups/class_ogroupManagement.inc:484
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
-msgstr "Подразделение"
+#: plugins/personal/connectivity/class_kolabAccount.inc:142
+#, fuzzy
+msgid "Reject if conflicts"
+msgstr "В"
 
 
-#: plugins/personal/generic/generic.tpl:198
-msgid "Department No."
-msgstr "Номер подразделения"
+#: plugins/personal/connectivity/class_kolabAccount.inc:143
+msgid "Manual if conflicts"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:204
-msgid "Employee No."
-msgstr "Номер работника"
+#: plugins/personal/connectivity/class_kolabAccount.inc:144
+#, fuzzy
+msgid "Manual"
+msgstr "Январь"
 
 
-#: plugins/personal/generic/generic.tpl:210
-msgid "Employee type"
-msgstr "Форма трудоустройства"
+#: plugins/personal/connectivity/class_kolabAccount.inc:180
+msgid "Anonymous"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:226
-#: plugins/personal/generic/generic.tpl:365
-msgid "Room No."
-msgstr "Номер комнаты"
+#: plugins/personal/connectivity/class_kolabAccount.inc:232
+msgid "The value specified as Free Busy future needs to be an integer."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:238
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:40
-#: plugins/addons/addressbook/address_edit.tpl:95 html/getxls.php:236
-msgid "Mobile"
-msgstr "Мобильный"
-
-#: plugins/personal/generic/generic.tpl:264
-#: plugins/admin/departments/generic.tpl:42
-#: plugins/admin/departments/generic.tpl:50
-#: plugins/admin/systems/workstation.tpl:18 html/getxls.php:174
-msgid "Location"
-msgstr "Местоположение"
-
-#: plugins/personal/generic/generic.tpl:268
-#: plugins/admin/departments/generic.tpl:46 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Адм. единица"
-
-#: plugins/personal/generic/generic.tpl:286
-msgid "Vocation"
-msgstr "Специальность"
-
-#: plugins/personal/generic/generic.tpl:290
-msgid "Unit description"
-msgstr "Описание подразделения"
-
-#: plugins/personal/generic/generic.tpl:298
-msgid "Subject area"
-msgstr "Область деятельности"
-
-#: plugins/personal/generic/generic.tpl:306
-msgid "Functional title"
-msgstr "Должность"
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+#, fuzzy
+msgid "The value specified as Free Busy Information URL is invalid."
+msgstr "Значение поля \"Файлы\" некорректно."
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Role"
-msgstr "Роль"
+#: plugins/personal/connectivity/class_kolabAccount.inc:251
+#, php-format
+msgid "The invitation policy entry for address '%s' is not valid."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:325
-msgid "Person locality"
-msgstr "Местоположение сотрудника"
+#: plugins/personal/connectivity/class_kolabAccount.inc:259
+#, php-format
+msgid "There's no mail user with address '%s' for your invitation policy!"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:333
-msgid "Unit"
-msgstr "Подразделение"
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 
-#: plugins/personal/generic/generic.tpl:340
-msgid "Street"
-msgstr "Улица"
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "Учетная запись Groupware"
 
 
-#: plugins/personal/generic/generic.tpl:346
-#: plugins/addons/addressbook/address_info.tpl:70
-#: plugins/addons/addressbook/address_edit.tpl:158 html/getxls.php:174
-msgid "Postal code"
-msgstr "Почтовый индекс"
+#: plugins/personal/connectivity/kolab.tpl:1
+#, fuzzy
+msgid "Kolab account"
+msgstr "Моя учетная запись"
 
 
-#: plugins/personal/generic/generic.tpl:352
-msgid "House identifier"
-msgstr "Номер дома"
+#: plugins/personal/connectivity/kolab.tpl:4
+msgid ""
+"The kolab account is currently disabled. It's features can be adjusted if "
+"you add a mail account."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:374
-msgid "Please use the phone tab"
-msgstr "Воспользуйтесь закладкой \"Телефон\""
+#: plugins/personal/connectivity/kolab.tpl:10
+#, fuzzy
+msgid "Delegations"
+msgstr "Назначение"
 
 
-#: plugins/personal/generic/generic.tpl:387
-msgid "Last delivery"
-msgstr "Последняя доставка"
+#: plugins/personal/connectivity/kolab.tpl:23
+#, fuzzy
+msgid "Mail size"
+msgstr "Размер квоты"
 
 
-#: plugins/personal/generic/generic.tpl:394
-msgid "Public visible"
-msgstr "Видимый всем"
+#: plugins/personal/connectivity/kolab.tpl:24
+msgid "No mail size restriction for this account"
+msgstr ""
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Стандартный сертификат"
+#: plugins/personal/connectivity/kolab.tpl:32
+#, fuzzy
+msgid "Free Busy information"
+msgstr "Общая информация о пользователе"
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "Сертификат S/MIME"
+#: plugins/personal/connectivity/kolab.tpl:35
+msgid "URL"
+msgstr ""
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "Сертификат PKCS12"
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "Future"
+msgstr ""
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Серийный номер сертификата"
+#: plugins/personal/connectivity/kolab.tpl:40
+#: plugins/personal/connectivity/oxchange.tpl:18
+#: plugins/personal/connectivity/oxchange.tpl:22
+#, fuzzy
+msgid "days"
+msgstr "день"
 
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "female"
-msgstr "женский"
+#: plugins/personal/connectivity/kolab.tpl:45
+msgid "Invitation policy"
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:251
-msgid "male"
-msgstr "мÑ\83жÑ\81кой"
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "УÑ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c WebDAV"
 
 
-#: plugins/personal/generic/class_user.inc:265
-msgid "This account has no valid GOsa extensions."
-msgstr "Для этой учетной записи нет корректных расширений GOsa."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:294
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#, fuzzy, php-format
+msgid ""
+"This account has %s features disabled. Posix features are needed for "
+"openXchange accounts, enable them first."
 msgstr ""
 msgstr ""
-"УказаннÑ\8bй Ñ\84айл Ð½Ðµ Ð±Ñ\8bл Ð·Ð°Ð³Ñ\80Ñ\83жен Ð½Ð° Ñ\81еÑ\80веÑ\80 (меÑ\82од HTTP POST)! Ð\9eпеÑ\80аÑ\86иÑ\8f "
-"пÑ\80еÑ\80вана."
+"Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð½ÐµÑ\82 Ð½Ð°Ñ\81Ñ\82Ñ\80оек Samba. Ð\94лÑ\8f Ñ\83Ñ\87еÑ\82нÑ\8bÑ\85 Ð·Ð°Ð¿Ð¸Ñ\81ей Samba Ð½Ñ\83жнÑ\8b "
+"аÑ\82Ñ\80ибÑ\83Ñ\82Ñ\8b POSIX, Ð²ÐºÐ»Ñ\8eÑ\87иÑ\82е Ñ\81наÑ\87ала Ð¸Ñ\85 Ð¸Ñ\81полÑ\8cзование."
 
 
-#: plugins/personal/generic/class_user.inc:390
-msgid "Please enter a valid serial number"
-msgstr "Введите корректный серийный номер"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+#, fuzzy
+msgid "OpenXchange"
+msgstr "Удалить телефонный аккаунт"
 
 
-#: plugins/personal/generic/class_user.inc:427
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+#, fuzzy, php-format
+msgid ""
+"This account has %s features disabled. Mail features are needed for "
+"openXchange accounts, enable them first."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек Samba. Для учетных записей Samba нужны "
+"атрибуты POSIX, включите сначала их использование."
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "valid"
-msgstr ""
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
+#, fuzzy
+msgid "Couldn't connect to postgresql database!"
+msgstr "Невозможно подключиться к серверу базы данных!"
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "invalid"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:431
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
 #, fuzzy
 #, fuzzy
-msgid "No certificate installed"
-msgstr "Изменить сертификаты"
-
-#: plugins/personal/generic/class_user.inc:840
-msgid "Kerberos database communication failed"
-msgstr "Ошибка соединения с базой данных Kerberos"
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "Невозможно выполнить запрос к базе данных журналов!"
 
 
-#: plugins/personal/generic/class_user.inc:857
-msgid "Can't remove user from kerberos database."
-msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ñ\83далиÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f Ð¸Ð· Ð±Ð°Ð·Ñ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Kerberos."
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "Ð\90ккаÑ\83нÑ\82 FTP"
 
 
-#: plugins/personal/generic/class_user.inc:868
-msgid "Can't add user to kerberos database."
-msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ð´Ð¾Ð±Ð°Ð²Ð¸Ñ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f Ð² Ð±Ð°Ð·Ñ\83 Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Kerberos."
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Ð\9fÑ\80опÑ\83Ñ\81кнаÑ\8f Ñ\81поÑ\81обноÑ\81Ñ\82Ñ\8c"
 
 
-#: plugins/personal/generic/class_user.inc:898
-#, fuzzy
-msgid "Invalid characters in uid."
-msgstr "Значение поля \"Имя\" содержит недопустимые символы."
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Пропускная способность (на сервер)"
 
 
-#: plugins/personal/generic/class_user.inc:912
-msgid "You have no permissions to create a user on this 'Base'."
-msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "Кб/с"
 
 
-#: plugins/personal/generic/class_user.inc:917
-#, fuzzy
-msgid "You have no permissions to move a user from the original 'Base'."
-msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Пропускная способность (с сервера)"
 
 
-#: plugins/personal/generic/class_user.inc:923
-#: plugins/addons/addressbook/class_addressbook.inc:547
-#: plugins/admin/users/class_userManagement.inc:547
-msgid "The required field 'Name' is not set."
-msgstr "Обязательное поле \"Имя\" не заполнено."
+#: plugins/personal/connectivity/pureftpd.tpl:35
+#: plugins/personal/environment/environment.tpl:65
+msgid "Quota"
+msgstr "Квота"
 
 
-#: plugins/personal/generic/class_user.inc:932
-msgid "There's already a person with this 'Login' in the database."
-msgstr ""
-"Пользователь с таким регистрационным именем в базе данных уже существует."
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "Файлы"
 
 
-#: plugins/personal/generic/class_user.inc:938
-#: plugins/addons/addressbook/class_addressbook.inc:551
-#: plugins/admin/users/class_userManagement.inc:550
-msgid "The required field 'Given name' is not set."
-msgstr "Обязательное поле \"Личное имя\" не заполнено."
-
-#: plugins/personal/generic/class_user.inc:941
-msgid "The required field 'Login' is not set."
-msgstr "Обязательное поле \"Регистрационное имя\" не заполнено."
-
-#: plugins/personal/generic/class_user.inc:948
-msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
-msgstr ""
-"Пользователь с такой комбинацией имени и личного имени в базе данных уже "
-"существует."
-
-#: plugins/personal/generic/class_user.inc:955
-msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
-"Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
-"Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
-
-#: plugins/personal/generic/class_user.inc:958
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr "Значение поля \"Домашняя страница\" содержит некорректный URL."
-
-#: plugins/personal/generic/class_user.inc:961
-#: plugins/personal/generic/class_user.inc:989
-#: plugins/addons/addressbook/class_addressbook.inc:557
-#: plugins/addons/addressbook/class_addressbook.inc:585
-#: plugins/admin/departments/class_departmentGeneric.inc:176
-msgid "The field 'Name' contains invalid characters."
-msgstr "Значение поля \"Имя\" содержит недопустимые символы."
-
-#: plugins/personal/generic/class_user.inc:964
-#: plugins/personal/generic/class_user.inc:986
-#: plugins/addons/addressbook/class_addressbook.inc:560
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Given name' contains invalid characters."
-msgstr "Значение поля \"Личное имя\" содержит недопустимые символы."
-
-#: plugins/personal/generic/class_user.inc:969
-#: plugins/personal/generic/class_user.inc:972
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/admin/departments/class_departmentGeneric.inc:179
-msgid "The field 'Phone' contains an invalid phone number."
-msgstr "Значение поля \"Телефон\" содержит недопустимый номер телефона."
-
-#: plugins/personal/generic/class_user.inc:975
-#: plugins/addons/addressbook/class_addressbook.inc:571
-#: plugins/admin/departments/class_departmentGeneric.inc:182
-msgid "The field 'Fax' contains an invalid phone number."
-msgstr "Значение поля \"Факс\" содержит недопустимый номер телефона."
-
-#: plugins/personal/generic/class_user.inc:978
-#: plugins/addons/addressbook/class_addressbook.inc:574
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "Значение поля \"Мобильный\" содержит некорректный номер телефона."
-
-#: plugins/personal/generic/class_user.inc:981
-#: plugins/addons/addressbook/class_addressbook.inc:577
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr "Значение поля \"Пейджер\" содержит некорректный номер телефона."
-
-#: plugins/personal/generic/class_user.inc:1108
-#, fuzzy
-msgid "Could not open specified certificate!"
-msgstr "Невозможно выбрать базу данных!"
-
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
-msgstr "Вам не разрешено менять пароль."
-
-#: plugins/personal/generic/main.inc:189
-msgid "Generic user information"
-msgstr "Общая информация о пользователе"
-
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Аккаунт Proxy"
-
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
-msgstr ""
-"Фильтровать нежелательное содержимое (например, порнографическое или "
-"связанное с насилием)"
-
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Ограничить доступ к прокси рабочим временем"
-
-#: plugins/personal/connectivity/proxy.tpl:54
-msgid "Restrict proxy usage by quota"
-msgstr "Ограничить квотой использование прокси"
-
-#: plugins/personal/connectivity/proxy.tpl:65
-msgid "per"
-msgstr "per"
-
-#: plugins/personal/connectivity/pptp.tpl:3
-#, fuzzy
-msgid "PPTP account"
-msgstr "Аккаунт FTP"
-
-#: plugins/personal/connectivity/intranet.tpl:3
-#, fuzzy
-msgid "Intranet account"
-msgstr "Создать телефонный аккаунт"
-
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
-
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "Учетная запись Groupware"
-
-#: plugins/personal/connectivity/kolab.tpl:1
-#, fuzzy
-msgid "Kolab account"
-msgstr "Моя учетная запись"
-
-#: plugins/personal/connectivity/kolab.tpl:4
-msgid ""
-"The kolab account is currently disabled. It's features can be adjusted if "
-"you add a mail account."
-msgstr ""
-
-#: plugins/personal/connectivity/kolab.tpl:10
-#, fuzzy
-msgid "Delegations"
-msgstr "Назначение"
-
-#: plugins/personal/connectivity/kolab.tpl:23
-#, fuzzy
-msgid "Mail size"
-msgstr "Размер квоты"
-
-#: plugins/personal/connectivity/kolab.tpl:24
-msgid "No mail size restriction for this account"
-msgstr ""
-
-#: plugins/personal/connectivity/kolab.tpl:32
-#, fuzzy
-msgid "Free Busy information"
-msgstr "Общая информация о пользователе"
-
-#: plugins/personal/connectivity/kolab.tpl:35
-msgid "URL"
-msgstr ""
-
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "Future"
-msgstr ""
-
-#: plugins/personal/connectivity/kolab.tpl:40
-#: plugins/personal/connectivity/oxchange.tpl:18
-#: plugins/personal/connectivity/oxchange.tpl:22
-#, fuzzy
-msgid "days"
-msgstr "день"
-
-#: plugins/personal/connectivity/kolab.tpl:45
-msgid "Invitation policy"
-msgstr ""
-
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "Аккаунт FTP"
-
-#: plugins/personal/connectivity/pureftpd.tpl:15
-msgid "Bandwidth"
-msgstr "Пропускная способность"
-
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Пропускная способность (на сервер)"
-
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "Кб/с"
-
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Пропускная способность (с сервера)"
-
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "Файлы"
-
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Size"
-msgstr "Размер"
+#: plugins/personal/connectivity/pureftpd.tpl:43
+#: plugins/addons/mailqueue/contents.tpl:56
+msgid "Size"
+msgstr "Размер"
 
 #: plugins/personal/connectivity/pureftpd.tpl:54
 msgid "Ratio"
 
 #: plugins/personal/connectivity/pureftpd.tpl:54
 msgid "Ratio"
@@ -2829,11 +2407,6 @@ msgstr "Отметьте, чтобы отключить доступ к FTP"
 msgid "Temporary disable FTP access"
 msgstr "Временно отключить доступ к FTP"
 
 msgid "Temporary disable FTP access"
 msgstr "Временно отключить доступ к FTP"
 
-#: plugins/personal/connectivity/glpi.tpl:1
-#, fuzzy
-msgid "GLPI account"
-msgstr "Аккаунт FTP"
-
 #: plugins/personal/connectivity/oxchange.tpl:2
 msgid "Open-Xchange Account"
 msgstr ""
 #: plugins/personal/connectivity/oxchange.tpl:2
 msgid "Open-Xchange Account"
 msgstr ""
@@ -2869,6 +2442,10 @@ msgstr "Информация"
 msgid "User Timezone"
 msgstr ""
 
 msgid "User Timezone"
 msgstr ""
 
+#: plugins/personal/connectivity/class_connectivity.inc:63
+msgid "This account has no connectivity extensions."
+msgstr "В этой учетной записи нет атрибутов для подключения."
+
 #: plugins/personal/connectivity/class_proxyAccount.inc:5
 #: plugins/generic/references/class_reference.inc:32
 msgid "Proxy"
 #: plugins/personal/connectivity/class_proxyAccount.inc:5
 #: plugins/generic/references/class_reference.inc:32
 msgid "Proxy"
@@ -2908,6195 +2485,6524 @@ msgstr ""
 msgid "Numerical value for Quota Setting is not valid."
 msgstr "Значение поля \"Квота\" некорректно."
 
 msgid "Numerical value for Quota Setting is not valid."
 msgstr "Значение поля \"Квота\" некорректно."
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr ""
+#: plugins/personal/connectivity/intranet.tpl:3
+#, fuzzy
+msgid "Intranet account"
+msgstr "Создать телефонный аккаунт"
 
 #: plugins/personal/connectivity/class_intranetAccount.inc:14
 msgid "Intranet"
 msgstr ""
 
 
 #: plugins/personal/connectivity/class_intranetAccount.inc:14
 msgid "Intranet"
 msgstr ""
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "PHPGroupware"
-
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
+#: plugins/personal/connectivity/opengw.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "PHPscheduleit account"
+msgid "Opengroupware"
 msgstr "Учетная запись Groupware"
 
 msgstr "Учетная запись Groupware"
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
-msgstr ""
-
-#: plugins/personal/connectivity/class_kolabAccount.inc:105
+#: plugins/personal/connectivity/opengw.tpl:8
 #, fuzzy
 #, fuzzy
-msgid ""
-"You're trying to add an invalid email address to the list of delegations."
-msgstr ""
-"Вы пытаетесь добавить некорректный адрес электронной почты к списку тех, "
-"кому должны пересылаться сообщения."
+msgid "Location team"
+msgstr "Местоположение"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:113
+#: plugins/personal/connectivity/opengw.tpl:18
 #, fuzzy
 #, fuzzy
-msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
-msgstr "Добавляемый вами адрес уже используется пользователем"
+msgid "Template user"
+msgstr "Шаблон"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:140
-msgid "Always accept"
+#: plugins/personal/connectivity/opengw.tpl:28
+#: plugins/admin/systems/class_workstationGeneric.inc:71
+msgid "Locked"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:141
-msgid "Always reject"
+#: plugins/personal/connectivity/opengw.tpl:40
+msgid "Teams"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:142
+#: plugins/personal/connectivity/pptp.tpl:3
 #, fuzzy
 #, fuzzy
-msgid "Reject if conflicts"
-msgstr "Ð\92"
+msgid "PPTP account"
+msgstr "Ð\90ккаÑ\83нÑ\82 FTP"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:143
-msgid "Manual if conflicts"
+#: plugins/personal/connectivity/glpi.tpl:1
+#, fuzzy
+msgid "GLPI account"
+msgstr "Аккаунт FTP"
+
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:144
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
 #, fuzzy
 #, fuzzy
-msgid "Manual"
-msgstr "Январь"
-
-#: plugins/personal/connectivity/class_kolabAccount.inc:180
-msgid "Anonymous"
-msgstr ""
+msgid "PHPscheduleit account"
+msgstr "Учетная запись Groupware"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:232
-msgid "The value specified as Free Busy future needs to be an integer."
+#: plugins/personal/connectivity/class_glpiAccount.inc:25
+msgid "GLPI"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:237
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
 #, fuzzy
 #, fuzzy
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"ФайлÑ\8b\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
+msgid "Opengroupware account"
+msgstr "УÑ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Groupware"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:251
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
+#: plugins/personal/connectivity/class_opengwAccount.inc:123
+msgid ""
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:259
-#, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
+#: plugins/personal/connectivity/class_opengwAccount.inc:128
+msgid ""
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "FTP"
+#: plugins/personal/connectivity/class_opengwAccount.inc:137
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:133
-msgid "Value specified as 'Upload bandwidth' is not valid."
-msgstr "Значение поля \"Пропускная способность (на сервер)\" некорректно."
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+#, fuzzy
+msgid "PHPscheduleit"
+msgstr "Учетная запись Groupware"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:136
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr "Значение поля \"Пропускная способность (с сервера)\" некорректно."
+#: plugins/personal/environment/main.inc:124
+#, fuzzy
+msgid "User environment settings"
+msgstr "Почтовые настройки пользователя"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:139
-msgid "Value specified as 'Files' is not valid."
-msgstr "Значение поля \"Файлы\" некорректно."
+#: plugins/personal/environment/class_hotplugDialog.inc:111
+#, fuzzy
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+msgstr "Введите корректное имя пользователя!"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:142
-msgid "Value specified as 'Size' is not valid."
-msgstr "Значение поля \"Размер\" некорректно."
+#: plugins/personal/environment/class_hotplugDialog.inc:114
+#, fuzzy
+msgid "Invalid character in description. Please specify a valid description."
+msgstr "Введите корректное имя пользователя!"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:145
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "Значение поля \"Отношение\" некорректно."
+#: plugins/personal/environment/class_hotplugDialog.inc:117
+#, fuzzy
+msgid "Please specify a valid id."
+msgstr "Введите корректное имя пользователя!"
 
 
-#: plugins/personal/connectivity/class_glpiAccount.inc:25
-msgid "GLPI"
-msgstr ""
+#: plugins/personal/environment/class_hotplugDialog.inc:123
+#, fuzzy
+msgid "An Entry with this name already exists."
+msgstr "Подразделение с таким именем уже существует."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr ""
+#: plugins/personal/environment/class_hotplugDialog.inc:128
+#, fuzzy
+msgid "Please select an entry or press cancel."
+msgstr "Введите корректный номер телефона!"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#, fuzzy, php-format
-msgid ""
-"This account has %s features disabled. Posix features are needed for "
-"openXchange accounts, enable them first."
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
 msgstr ""
 msgstr ""
-"В этой учетной записи нет настроек Samba. Для учетных записей Samba нужны "
-"атрибуты POSIX, включите сначала их использование."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:613
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:100
+#: plugins/personal/environment/environment.tpl:146
 #, fuzzy
 #, fuzzy
-msgid "OpenXchange"
-msgstr "УдалиÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
+msgid "Environment managment settings"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:617
-#, fuzzy, php-format
-msgid ""
-"This account has %s features disabled. Mail features are needed for "
-"openXchange accounts, enable them first."
-msgstr ""
-"В этой учетной записи нет настроек Samba. Для учетных записей Samba нужны "
-"атрибуты POSIX, включите сначала их использование."
+#: plugins/personal/environment/environment.tpl:11
+#, fuzzy
+msgid "Profile managment"
+msgstr "Управление подразделениями"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:699
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:789
+#: plugins/personal/environment/environment.tpl:18
 #, fuzzy
 #, fuzzy
-msgid "Couldn't connect to postgresql database!"
-msgstr "Ð\9dевозможно Ð¿Ð¾Ð´ÐºÐ»Ñ\8eÑ\87иÑ\82Ñ\8cÑ\81Ñ\8f Ðº Ñ\81еÑ\80веÑ\80Ñ\83 Ð±Ð°Ð·Ñ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85!"
+msgid "Use profile managment"
+msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:703
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:793
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
-msgstr ""
+#: plugins/personal/environment/environment.tpl:25
+#, fuzzy
+msgid "Profile server managment"
+msgstr "Управление подразделениями"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:707
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:797
+#: plugins/personal/environment/environment.tpl:28
 #, fuzzy
 #, fuzzy
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "Ð\9dевозможно Ð²Ñ\8bполниÑ\82Ñ\8c Ð·Ð°Ð¿Ñ\80оÑ\81 Ðº Ð±Ð°Ð·Ðµ Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Ð¶Ñ\83Ñ\80налов!"
+msgid "Profil path"
+msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ð¿Ñ\80оÑ\84илÑ\8e"
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "Учетная запись WebDAV"
+#: plugins/personal/environment/environment.tpl:42
+msgid "Cache profile localy"
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+#: plugins/personal/environment/environment.tpl:51
 #, fuzzy
 #, fuzzy
-msgid "PHPscheduleit"
-msgstr "УÑ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Groupware"
+msgid "Kiosk profile settings"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/personal/connectivity/class_connectivity.inc:63
-msgid "This account has no connectivity extensions."
-msgstr "В этой учетной записи нет атрибутов для подключения."
+#: plugins/personal/environment/environment.tpl:54
+msgid "Kiosk profile"
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
+#: plugins/personal/environment/environment.tpl:60
 #, fuzzy
 #, fuzzy
-msgid "Opengroupware account"
-msgstr "Учетная запись Groupware"
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
-msgid "FAX Blocklists"
-msgstr "Стоп-лист номеров (факсы)"
+msgid "Manage"
+msgstr "Название"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:206
-#, php-format
-msgid "You're about to delete the blocklist '%s'."
-msgstr "Вы собираетесь удалить стоп-лист '%s'."
+#: plugins/personal/environment/environment.tpl:79
+msgid "Resolution changeable on runtime"
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:218
-msgid "You have no permission to remove this blocklist."
-msgstr "У вас недостаточно прав для удаления этого стоп-листа."
+#: plugins/personal/environment/environment.tpl:84
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/admin/systems/terminalService.tpl:94
+msgid "Resolution"
+msgstr "Разрешение"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:236
-msgid "Please specify a valid phone number."
-msgstr "Укажите корректный номер телефона."
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/admin/systems/workstationStartup.tpl:75
+#: plugins/admin/systems/terminalStartup.tpl:66
+#, fuzzy
+msgid "Shares"
+msgstr "сброс"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
-#: plugins/admin/groups/class_groupManagement.inc:350
-#: plugins/admin/users/class_userManagement.inc:670
-#: plugins/admin/applications/class_applicationManagement.inc:326
-#: plugins/admin/departments/class_departmentManagement.inc:277
-#: plugins/admin/systems/class_systemManagement.inc:565
-#: plugins/admin/ogroups/class_ogroupManagement.inc:358
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
+#: plugins/personal/environment/environment.tpl:116
+#: plugins/admin/systems/workstationStartup.tpl:88
+#: plugins/admin/systems/terminalStartup.tpl:79
 #, fuzzy
 #, fuzzy
-msgid "Go up one department"
-msgstr "Ð\9fодÑ\80азделение"
+msgid "Mountpoint"
+msgstr "Ð\9cониÑ\82оÑ\80инг"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
-#: plugins/admin/fai/class_faiManagement.inc:428
-#: plugins/admin/groups/class_groupManagement.inc:350
-#: plugins/admin/users/class_userManagement.inc:670
-#: plugins/admin/applications/class_applicationManagement.inc:326
-#: plugins/admin/departments/class_departmentManagement.inc:277
-#: plugins/admin/systems/class_systemManagement.inc:565
-#: plugins/admin/ogroups/class_ogroupManagement.inc:358
-#: plugins/admin/ogroups/phonequeue.tpl:17
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
-msgid "Up"
+#: plugins/personal/environment/environment.tpl:124
+msgid "Logon scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
-#: plugins/admin/groups/class_groupManagement.inc:351
-#: plugins/admin/users/class_userManagement.inc:671
-#: plugins/admin/applications/class_applicationManagement.inc:327
-#: plugins/admin/departments/class_departmentManagement.inc:278
-#: plugins/admin/systems/class_systemManagement.inc:566
-#: plugins/admin/ogroups/class_ogroupManagement.inc:359
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
+#: plugins/personal/environment/environment.tpl:125
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
 #, fuzzy
 #, fuzzy
-msgid "Go to root department"
-msgstr "СпиÑ\81ок Ð¿Ð¾Ð´Ñ\80азделений"
+msgid "Logon script management"
+msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-#: plugins/admin/fai/class_faiManagement.inc:431
-#: plugins/admin/groups/class_groupManagement.inc:351
-#: plugins/admin/users/class_userManagement.inc:671
-#: plugins/admin/applications/class_applicationManagement.inc:327
-#: plugins/admin/departments/class_departmentManagement.inc:278
-#: plugins/admin/systems/class_systemManagement.inc:566
-#: plugins/admin/ogroups/class_ogroupManagement.inc:360
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
+#: plugins/personal/environment/environment.tpl:149
 #, fuzzy
 #, fuzzy
-msgid "Root"
-msgstr "Ð\9fеÑ\80езагÑ\80Ñ\83зиÑ\82Ñ\8c"
+msgid "Hotplug devices"
+msgstr "Ð\94иÑ\81ковод"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
-#: plugins/admin/groups/class_groupManagement.inc:352
-#: plugins/admin/users/class_userManagement.inc:672
-#: plugins/admin/applications/class_applicationManagement.inc:328
-#: plugins/admin/systems/class_systemManagement.inc:567
-#: plugins/admin/ogroups/class_ogroupManagement.inc:361
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
+#: plugins/personal/environment/environment.tpl:150
 #, fuzzy
 #, fuzzy
-msgid "Go to users department"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð´Ñ\80азделение"
+msgid "Hotplug device settings"
+msgstr "Ð\94иÑ\81ковод"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
-#: plugins/admin/fai/class_faiManagement.inc:434
-#: plugins/admin/groups/class_groupManagement.inc:352
-#: plugins/admin/users/class_userManagement.inc:672
-#: plugins/admin/applications/class_applicationManagement.inc:328
-#: plugins/admin/departments/class_departmentManagement.inc:279
-#: plugins/admin/systems/class_systemManagement.inc:567
-#: plugins/admin/ogroups/class_ogroupManagement.inc:362
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
-#, fuzzy
-msgid "Home"
-msgstr "Имя системы"
+#: plugins/personal/environment/environment.tpl:160
+#: plugins/admin/groups/class_groupManagement.inc:354
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+msgid "New"
+msgstr "Создать"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
+#: plugins/personal/environment/environment.tpl:161
+msgid "Existing"
+msgstr ""
+
+#: plugins/personal/environment/environment.tpl:169
 #, fuzzy
 #, fuzzy
-msgid "Create new blocklist"
-msgstr "Ð\98мÑ\8f Ñ\81Ñ\82оп-лиÑ\81Ñ\82а"
+msgid "Printer settings"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82елеÑ\84она"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
+#: plugins/personal/environment/environment.tpl:179
 #, fuzzy
 #, fuzzy
-msgid "New Blocklist"
-msgstr "\"Черные списки\""
+msgid "Admin Toggle"
+msgstr "Пользователи домена"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:296
-#: plugins/admin/fai/class_faiManagement.inc:463
-#: plugins/admin/groups/class_groupManagement.inc:356
-#: plugins/admin/users/class_userManagement.inc:677
-#: plugins/admin/applications/class_applicationManagement.inc:332
-#: plugins/admin/departments/class_departmentManagement.inc:283
-#: plugins/admin/systems/class_systemManagement.inc:576
-#: plugins/admin/ogroups/class_ogroupManagement.inc:366
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:330
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
+#: plugins/personal/environment/class_environment.inc:246
+#: plugins/personal/environment/class_environment.inc:282
 #, fuzzy
 #, fuzzy
-msgid "Current base"
-msgstr "ТекÑ\83Ñ\89ий Ð¿Ð°Ñ\80олÑ\8c"
+msgid "Remove environment extension"
+msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
-#: plugins/admin/groups/class_groupManagement.inc:357
-#: plugins/admin/users/class_userManagement.inc:678
-#: plugins/admin/applications/class_applicationManagement.inc:333
-#: plugins/admin/departments/class_departmentManagement.inc:284
-#: plugins/admin/systems/class_systemManagement.inc:577
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
+#: plugins/personal/environment/class_environment.inc:247
+#: plugins/personal/environment/class_environment.inc:283
 #, fuzzy
 #, fuzzy
-msgid "Submit department"
-msgstr "Показать подразделения"
+msgid "Environment extension enabled. You can disable it by clicking below."
+msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
-#: plugins/admin/fai/class_faiManagement.inc:464
-#: plugins/admin/groups/class_groupManagement.inc:357
-#: plugins/admin/users/class_userManagement.inc:678
-#: plugins/admin/applications/class_applicationManagement.inc:333
-#: plugins/admin/departments/class_departmentManagement.inc:284
-#: plugins/admin/systems/class_systemManagement.inc:577
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
-msgid "Submit"
+#: plugins/personal/environment/class_environment.inc:256
+#: plugins/personal/environment/class_environment.inc:261
+#: plugins/personal/environment/class_environment.inc:289
+#: plugins/personal/environment/class_environment.inc:294
+msgid "Add environment extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
-#: plugins/admin/fai/class_faiManagement.inc:482
-#: plugins/admin/groups/class_groupManagement.inc:361
-#: plugins/admin/users/class_userManagement.inc:681
-#: plugins/admin/applications/class_applicationManagement.inc:337
-#: plugins/admin/departments/class_departmentManagement.inc:291
-#: plugins/admin/systems/class_systemManagement.inc:582
-#: plugins/admin/ogroups/class_ogroupManagement.inc:371
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:336
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
+#: plugins/personal/environment/class_environment.inc:257
+#: plugins/personal/environment/class_environment.inc:290
 #, fuzzy
 #, fuzzy
-msgid "edit"
-msgstr "Изменить"
+msgid "Environment extension disabled. You can enable it by clicking below."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
-#: plugins/admin/users/class_userManagement.inc:681
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:336
+#: plugins/personal/environment/class_environment.inc:262
+#: plugins/personal/environment/class_environment.inc:295
 #, fuzzy
 #, fuzzy
-msgid "Edit user"
-msgstr "Пользователи домена"
+msgid ""
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
-#: plugins/addons/mailqueue/contents.tpl:95
-#: plugins/admin/fai/class_faiManagement.inc:483
-#: plugins/admin/groups/class_groupManagement.inc:362
-#: plugins/admin/users/class_userManagement.inc:683
-#: plugins/admin/applications/class_applicationManagement.inc:338
-#: plugins/admin/departments/class_departmentManagement.inc:292
-#: plugins/admin/systems/class_systemManagement.inc:583
-#: plugins/admin/ogroups/class_ogroupManagement.inc:372
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+#: plugins/personal/environment/class_environment.inc:486
+#: plugins/personal/environment/class_environment.inc:488
+#: plugins/admin/systems/class_terminalStartup.inc:134
+#: plugins/admin/systems/class_workstationStartup.inc:345
 #, fuzzy
 #, fuzzy
-msgid "delete"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "You must specify a valid mount point."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
-#: plugins/admin/users/class_userManagement.inc:683
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
+#: plugins/personal/environment/class_environment.inc:717
 #, fuzzy
 #, fuzzy
-msgid "Delete user"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "Please set a valid profile quota size."
+msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ñ\83кажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\83Ñ\8e ÐºÐ°Ð´Ñ\80овÑ\83Ñ\8e Ñ\81инÑ\85Ñ\80онизаÑ\86иÑ\8e."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
-#, fuzzy
-msgid "Blocklist name"
-msgstr "Управление \"черными списками\""
+#: plugins/personal/environment/class_environment.inc:724
+msgid ""
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:308
-#: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_faiManagement.inc:479
-#: plugins/admin/groups/class_groupManagement.inc:387
-#: plugins/admin/users/class_userManagement.inc:692
-#: plugins/admin/applications/class_applicationManagement.inc:358
-#: plugins/admin/departments/class_departmentManagement.inc:299
-#: plugins/admin/systems/class_systemManagement.inc:590
-#: plugins/admin/ogroups/class_ogroupManagement.inc:393
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:344
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
-msgid "Actions"
-msgstr "Действия"
+#: plugins/personal/environment/class_environment.inc:746
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:311
-msgid "This table displays faxblocklists for the selected tree."
+#: plugins/personal/environment/class_environment.inc:839
+msgid "Error while writing printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
-msgid "send"
-msgstr "отправка"
+#: plugins/personal/environment/class_environment.inc:909
+msgid "Error while writing printer settings"
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
-msgid "receive"
-msgstr "получение"
+#: plugins/personal/environment/class_environment.inc:1033
+#, fuzzy
+msgid "Admin"
+msgstr "DN администратора"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:516
-msgid "You have no permissions to create a blocklist on this 'Base'."
-msgstr "У вас недостаточно прав для создания стоп-листа в этой ветке."
+#: plugins/personal/environment/hotplugDialog.tpl:1
+#, fuzzy
+msgid "Add hotplug devices"
+msgstr "Дисковод"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:522
-#: plugins/admin/departments/class_departmentGeneric.inc:164
-msgid "Required field 'Name' is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\98мÑ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+#: plugins/personal/environment/hotplugDialog.tpl:5
+#, fuzzy
+msgid "Hotplug management"
+msgstr "УпÑ\80авление Ð¿Ð¾Ð´Ñ\80азделениÑ\8fми"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:525
-msgid "Required field 'Name' contains invalid characters"
-msgstr "Значение поля 'Имя' содержит недопустимые символы."
+#: plugins/personal/environment/hotplugDialog.tpl:10
+#, fuzzy
+msgid "Select hotplug device to add"
+msgstr "Удалить"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:533
-msgid "Specified name is already used."
-msgstr "Указанное имя уже используется."
+#: plugins/personal/environment/hotplugDialog.tpl:34
+#, fuzzy
+msgid "Choose the department the search will be based    on"
+msgstr "Выбрать раздел, для которого будет осуществлен поиск"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:540
-msgid "No permission to create a blocklist on this base."
-msgstr "Недостаточно прав для создания стоп-листа в этой ветке."
+#: plugins/personal/environment/hotplugDialog.tpl:43
+#: plugins/admin/groups/group_objects.tpl:38
+#: plugins/admin/users/headpage.tpl:48
+#: plugins/gofon/conference/headpage.tpl:35
+msgid "Display users matching"
+msgstr "Фильтр"
 
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
-msgstr "Список"
+#: plugins/personal/environment/hotplugDialog.tpl:48
+#, fuzzy
+msgid "Regular expression for        matching hotplugs"
+msgstr "Регулярное выражение, соответствующее именам пользователей"
 
 
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr "Имя стоп-листа"
+#: plugins/personal/environment/class_selectPrinterDialog.inc:67
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:95
+#, fuzzy
+msgid "Please select a printer or press cancel."
+msgstr "Введите корректный номер телефона!"
 
 
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
-msgstr "Выберите ветку стоп-листа"
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+#, fuzzy
+msgid "Add printer devcies"
+msgstr "Устройство печати"
 
 
-#: plugins/gofax/blocklists/generic.tpl:32
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:39
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
-msgid "Type"
-msgstr "Тип"
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+#, fuzzy
+msgid "Select printer to add"
+msgstr "Выбрать номера для добавления"
 
 
-#: plugins/gofax/blocklists/generic.tpl:34
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr "Выберите, нужно ли фильтровать входящие или исходящие звонки"
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+#, fuzzy
+msgid "Display printers matching"
+msgstr "Показать совпадения номеров"
 
 
-#: plugins/gofax/blocklists/generic.tpl:43
-msgid "Descriptive text for this blocklist"
-msgstr "Описание стоп-листа"
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+#, fuzzy
+msgid "Regular expression for matching printer names"
+msgstr "Регулярное выражение, соответствующее именам пользователей"
 
 
-#: plugins/gofax/blocklists/generic.tpl:56
-msgid "Blocked numbers"
-msgstr "Блокируемые номера"
+#: plugins/personal/environment/logonManagement.tpl:8
+#, fuzzy
+msgid "Logon script settings"
+msgstr "Атрибуты UNIX"
 
 
-#: plugins/gofax/blocklists/generic.tpl:72
-msgid "Numbers can also contain wild cards."
-msgstr "Вместо точных номеров можно использовать шаблоны."
+#: plugins/personal/environment/logonManagement.tpl:10
+#, fuzzy
+msgid "Skript name"
+msgstr "Список"
 
 
-#: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/groups/remove.tpl:2 plugins/admin/users/remove.tpl:2
-#: plugins/admin/applications/remove.tpl:2
-#: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/ogroups/remove.tpl:2 plugins/gofon/macro/remove.tpl:2
-#: plugins/gofon/conference/remove.tpl:2 html/index.php:227 html/index.php:287
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/islocked.tpl:6
-msgid "Warning"
-msgstr "Предупреждение"
+#: plugins/personal/environment/logonManagement.tpl:17
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/gofax/blocklists/generic.tpl:41 plugins/admin/groups/generic.tpl:13
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12
+#: plugins/admin/systems/server.tpl:24 plugins/admin/systems/phone.tpl:24
+#: plugins/admin/systems/printer.tpl:13
+#: plugins/admin/systems/wingeneric.tpl:24
+#: plugins/admin/systems/component.tpl:24 plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19 plugins/admin/fai/faiHookEntry.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:11 plugins/admin/fai/faiHook.tpl:19
+#: plugins/gofon/macro/generic.tpl:36 plugins/gofon/conference/generic.tpl:51
+#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
+#: html/getxls.php:230
+msgid "Description"
+msgstr "Описание"
 
 
-#: plugins/gofax/blocklists/remove.tpl:6
-msgid ""
-"Please double check if your really want to do this since there is no way for "
-"GOsa to get your data back."
+#: plugins/personal/environment/logonManagement.tpl:24
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+#, fuzzy
+msgid "Priority"
+msgstr "Порт"
+
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
 msgstr ""
 msgstr ""
-"Подумайте еще раз, действительно ли вам нужно удаление, так как GOsa не "
-"сможет отменить результаты этой операции."
 
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/addons/addressbook/remove.tpl:10 plugins/admin/groups/remove.tpl:10
-#: plugins/admin/users/remove.tpl:10 plugins/admin/applications/remove.tpl:9
-#: plugins/admin/ogroups/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
-#, fuzzy
-msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
 msgstr ""
 msgstr ""
-"Если вы уверены в своих действиях, нажмите на кнопку <i>Удалить</i>, иначе "
-"нажмите <i>Отмена</i>."
 
 
-#: plugins/gofax/blocklists/headpage.tpl:6
-msgid "List of blocklists"
-msgstr "Стоп-листы"
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr ""
 
 
-#: plugins/gofax/blocklists/headpage.tpl:24
-#, fuzzy
-msgid ""
-"This menu allows you to create, delete and edit selected blocklists. Having "
-"a large size of lists, you might prefer the range selectors on top of the "
-"select box."
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
 msgstr ""
 msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные стоп-"
-"листы. Если у вас достаточно большое количество списков, вы можете "
-"использовать групповое выделение."
 
 
-#: plugins/gofax/blocklists/headpage.tpl:38
-msgid "Select to see send blocklists"
-msgstr "Выберите, чтобы просмотреть стоп-листы (отправка)"
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/environment/kioskManagement.tpl:24
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/admin/groups/application_options.tpl:8
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:67
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/fai/faiHookEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:132
+#: plugins/admin/fai/faiPackageEntry.tpl:63
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+msgid "Apply"
+msgstr "Применить"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:38
-msgid "Show send blocklists"
-msgstr "Показать стоп-листы отправки"
+#: plugins/personal/environment/class_logonManagementDialog.inc:96
+#, fuzzy
+msgid "Specified name is invalid."
+msgstr "Указанное имя уже используется."
 
 
-#: plugins/gofax/blocklists/headpage.tpl:39
-msgid "Select to see receive blocklists"
-msgstr "Выберите, чтобы просмотреть стоп-листы (получение)"
+#: plugins/personal/environment/class_logonManagementDialog.inc:100
+#, fuzzy
+msgid "Specified description contains invalid characters."
+msgstr "Неправильное указание таймаута '%s'"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:39
-msgid "Show receive blocklists"
-msgstr "Показать стоп-листы получения"
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+#, fuzzy
+msgid "Create new hotplug entry"
+msgstr "Создание нового объекта в"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:45
-msgid "Display lists matching"
-msgstr "Шаблон для стоп-листов"
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+#, fuzzy
+msgid "Create new hotplug device"
+msgstr "Создание нового объекта в"
 
 
-#: plugins/gofax/blocklists/headpage.tpl:48
-msgid "Regular expression for matching list names"
-msgstr "Регулярное выражение, соответствующее именам списков"
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+#: plugins/admin/systems/component.tpl:6
+#, fuzzy
+msgid "Device name"
+msgstr "Имя сервера"
 
 
-#: plugins/gofax/blocklists/main.inc:20 plugins/gofax/blocklists/main.inc:22
-msgid "Blocklist management"
-msgstr "Управление \"черными списками\""
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+#, fuzzy
+msgid "Device ID"
+msgstr "Устройства"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:12
-msgid "Fax number for GOfax to trigger on"
-msgstr "Номер факса, для которого сработает GOfax"
+#: plugins/personal/environment/hotplugDialogNew.tpl:38
+#, fuzzy
+msgid "save"
+msgstr "Сохранить"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:35 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Language"
-msgstr "Язык"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:61
+#, php-format
+msgid "Can't delete '%s'. Error was: permission denied."
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/generic.tpl:18
-msgid "Specify the GOfax communication language for fax to mail gateway"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:64
+#, php-format
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
 msgstr ""
 msgstr ""
-"Укаэите предпочтительный язык для получения сообщений о факсах по эл. почте"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
-msgstr "Формат доставки"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:88
+msgid ""
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/generic.tpl:26
-msgid "Specify delivery format for fax to mail gateway"
-msgstr "Укажите в каком формате должны перенаправляться факсы"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:94
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
-msgstr "Способ доставки"
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+#, fuzzy
+msgid "Kiosk profile management"
+msgstr "Управление системами"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
-msgstr "Временно отключить использование факса"
+#: plugins/personal/environment/kioskManagement.tpl:12
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+msgid "Browse"
+msgstr "Просмотр"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:45
+#: plugins/personal/nagios/nagios.tpl:4
 #, fuzzy
 #, fuzzy
-msgid "Deliver fax as mail to"
-msgstr "Отправлять факсы по эл. почте"
-
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
-msgstr "Отправлять факсы по эл. почте"
+msgid "Nagios Account"
+msgstr "Контакт"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
-msgstr "Отправлять факсы на принтер"
+#: plugins/personal/nagios/nagios.tpl:7
+#, fuzzy
+msgid "Alias"
+msgstr "женский"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
-msgstr "Альтернативные номера факсов"
+#: plugins/personal/nagios/nagios.tpl:12 html/getxls.php:174
+#, fuzzy
+msgid "Mail address"
+msgstr "MAC-адрес"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
-msgstr "\"Черные списки\""
+#: plugins/personal/nagios/nagios.tpl:17
+#, fuzzy
+msgid "Host notification period"
+msgstr "Параметры приложения"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
-msgstr "\"Черные списки\" для входящих факсов"
+#: plugins/personal/nagios/nagios.tpl:25
+#, fuzzy
+msgid "Service notification period"
+msgstr "Параметры приложения"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
-msgstr "\"Черные списки\" для исходящих факсов"
+#: plugins/personal/nagios/nagios.tpl:32
+#, fuzzy
+msgid "Service notification options"
+msgstr "Параметры приложения"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
-msgstr "Выбрать номера для добавления"
-
-#: plugins/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
-msgstr "Показать номера из подразделения"
-
-#: plugins/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
-msgstr "Показать совпадения номеров"
-
-#: plugins/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
-msgstr "Регулярное выражение, соответствующее номерам"
-
-#: plugins/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
-msgstr "Показать номера пользователя"
-
-#: plugins/gofax/faxaccount/locals.tpl:50
-msgid "User name of which numbers are shown"
-msgstr "Имя пользователя, для которого перечисляются номера"
+#: plugins/personal/nagios/nagios.tpl:41
+#, fuzzy
+msgid "Host notification options"
+msgstr "Параметры приложения"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
-msgstr "Блокируемые номера/списки"
+#: plugins/personal/nagios/nagios.tpl:53
+#, fuzzy
+msgid "Service notification commands"
+msgstr "Параметры приложения"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:17
-msgid "List of predefined blocklists"
-msgstr "Готовые \"черные списки\""
+#: plugins/personal/nagios/nagios.tpl:57
+#, fuzzy
+msgid "Host notification commands"
+msgstr "Параметры приложения"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:25
+#: plugins/personal/nagios/nagios.tpl:66
 #, fuzzy
 #, fuzzy
-msgid "Add the list to the blocklists"
-msgstr "СÑ\82оп-лиÑ\81Ñ\82Ñ\8b"
+msgid "Nagios authentification"
+msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f Windows"
 
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
-msgstr "Настройки факса"
+#: plugins/personal/nagios/nagios.tpl:69
+#, fuzzy
+msgid "view system informations"
+msgstr "Системная информация"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
-#: plugins/addons/addressbook/address_info.tpl:88
-#: plugins/addons/addressbook/address_edit.tpl:206
-#: plugins/generic/references/class_reference.inc:30
-msgid "FAX"
-msgstr "Факс"
+#: plugins/personal/nagios/nagios.tpl:72
+#, fuzzy
+msgid "view configuration information"
+msgstr "Информация об организации"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:137
-msgid "This account has no fax extensions."
-msgstr "Для этой учетной записи нет расширений факса."
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:146
-msgid "Remove fax account"
-msgstr "Удалить настройки факса"
+#: plugins/personal/nagios/nagios.tpl:78
+#, fuzzy
+msgid "view all services"
+msgstr "Предоставлять службу сканирования"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:147
-msgid ""
-"This account has fax features enabled. You can disable them by clicking "
-"below."
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
 msgstr ""
 msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
-
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:149
-msgid "Create fax account"
-msgstr "Создать настройки факса"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:150
-msgid ""
-"This account has fax features disabled. You can enable them by clicking "
-"below."
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
 msgstr ""
 msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:218
-msgid "You're trying to add an invalid phone number."
-msgstr "Вы пытаетесь ввести некорректный номер телефона."
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/admin/groups/class_groupApplication.inc:365
-#: plugins/admin/groups/class_groupApplication.inc:416
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
+#: plugins/personal/nagios/main.inc:124
 #, fuzzy
 #, fuzzy
-msgid "back"
-msgstr "Ð\9dазад"
+msgid "Nagios settings"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:637
-msgid "The required field 'Fax' is not set."
-msgstr "Обязательное поле \"Факс\" не заполнено."
+#: plugins/personal/nagios/class_nagiosAccount.inc:92
+#, fuzzy
+msgid "This account has no nagios extensions."
+msgstr "В этой учетной записи нет почтовых расширений."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:641
-msgid "Please enter a valid telephone number in the 'Fax' field."
-msgstr "Введите корректный номер телефона в поле \"Факс\"."
+#: plugins/personal/nagios/class_nagiosAccount.inc:101
+#, fuzzy
+msgid "Remove nagios account"
+msgstr "Удалить настройки эл. почты"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:649
-msgid "Mail delivery is checked, but no address has been specified."
+#: plugins/personal/nagios/class_nagiosAccount.inc:102
+#, fuzzy
+msgid ""
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
+"их, щелкнув ниже."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
 #, fuzzy
 #, fuzzy
-msgid "The mail address you've entered is invalid."
-msgstr "Ð\92веденнÑ\8bй Ð²Ð°Ð¼Ð¸ Ð°Ð´Ñ\80еÑ\81 Ñ\83же Ð¸Ñ\81полÑ\8cзÑ\83еÑ\82Ñ\81Ñ\8f."
+msgid "Create nagios account"
+msgstr "СоздаÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
+#: plugins/personal/nagios/class_nagiosAccount.inc:104
+#, fuzzy
 msgid ""
 msgid ""
-"Deliver fax to printer, is only possible if valid printer is given. Please "
-"correct your choice."
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
+"щелкнув ниже."
 
 
-#: plugins/gofax/faxreports/detail.tpl:6
-msgid "FAX preview - please wait"
-msgstr "Предварительный просмотр - пожалуйста, подождите"
+#: plugins/personal/nagios/class_nagiosAccount.inc:163
+#, fuzzy
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "Обязательное поле \"Имя\" не заполнено."
 
 
-#: plugins/gofax/faxreports/detail.tpl:9
-msgid "Click on fax to download"
-msgstr "Щелкните по факсу, чтобы загрузить его"
+#: plugins/personal/nagios/class_nagiosAccount.inc:166
+#, fuzzy
+msgid "The required field 'NagiosMail' is not set."
+msgstr "Обязательное поле \"Имя\" не заполнено."
 
 
-#: plugins/gofax/faxreports/detail.tpl:18
-msgid "FAX ID"
-msgstr "Идентификатор факса"
+#: plugins/personal/nagios/class_nagiosAccount.inc:170
+#: plugins/personal/nagios/class_nagiosAccount.inc:174
+#, fuzzy
+msgid "Please enter a valid email address in 'NagiosMail' field."
+msgstr "Введите корректное значение в поле \"Основной адрес\"."
 
 
-#: plugins/gofax/faxreports/detail.tpl:22
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/systems/class_printGeneric.inc:589
-#: plugins/admin/ogroups/class_ogroupManagement.inc:481
-msgid "User"
-msgstr "Пользователь"
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Список"
 
 
-#: plugins/gofax/faxreports/detail.tpl:26
-msgid "Date / Time"
-msgstr "Ð\94аÑ\82а / Ð²Ñ\80емÑ\8f"
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Ð\98мÑ\8f Ñ\81Ñ\82оп-лиÑ\81Ñ\82а"
 
 
-#: plugins/gofax/faxreports/detail.tpl:30
-msgid "Sender MSN"
-msgstr "MSN отправителя"
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
+msgstr "Выберите ветку стоп-листа"
 
 
-#: plugins/gofax/faxreports/detail.tpl:34
-msgid "Sender ID"
-msgstr "Идентификатор отправителя"
+#: plugins/gofax/blocklists/generic.tpl:32
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/admin/systems/servnfs.tpl:39
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:179
+#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:122
+msgid "Type"
+msgstr "Тип"
 
 
-#: plugins/gofax/faxreports/detail.tpl:38
-msgid "Receiver MSN"
-msgstr "MSN получателя"
+#: plugins/gofax/blocklists/generic.tpl:34
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr "Выберите, нужно ли фильтровать входящие или исходящие звонки"
 
 
-#: plugins/gofax/faxreports/detail.tpl:42
-msgid "Receiver ID"
-msgstr "Ð\98денÑ\82иÑ\84икаÑ\82оÑ\80 Ð¿Ð¾Ð»Ñ\83Ñ\87аÑ\82елÑ\8f"
+#: plugins/gofax/blocklists/generic.tpl:43
+msgid "Descriptive text for this blocklist"
+msgstr "Ð\9eпиÑ\81ание Ñ\81Ñ\82оп-лиÑ\81Ñ\82а"
 
 
-#: plugins/gofax/faxreports/detail.tpl:50
-msgid "Status message"
-msgstr "СообÑ\89ение Ð¾ Ñ\81оÑ\81Ñ\82оÑ\8fнии"
+#: plugins/gofax/blocklists/generic.tpl:56
+msgid "Blocked numbers"
+msgstr "Ð\91локиÑ\80Ñ\83емÑ\8bе Ð½Ð¾Ð¼ÐµÑ\80а"
 
 
-#: plugins/gofax/faxreports/detail.tpl:54
-msgid "Transfer time"
-msgstr "Время передачи"
+#: plugins/gofax/blocklists/generic.tpl:72
+msgid "Numbers can also contain wild cards."
+msgstr "Вместо точных номеров можно использовать шаблоны."
 
 
-#: plugins/gofax/faxreports/detail.tpl:58
-#: plugins/gofax/faxreports/contents.tpl:35
-msgid "# pages"
-msgstr "Число страниц"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
+msgid "FAX Blocklists"
+msgstr "Стоп-лист номеров (факсы)"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Отчеты о факсах"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:206
+#, php-format
+msgid "You're about to delete the blocklist '%s'."
+msgstr "Вы собираетесь удалить стоп-лист '%s'."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/gofax/faxreports/class_faxreport.inc:119
-#: plugins/gofax/faxreports/class_faxreport.inc:165
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-msgid "Can't connect to fax database, no reports can be shown!"
-msgstr ""
-"Не удается подключиться к базе данных факсов, отчеты показаны не будут!"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:218
+msgid "You have no permission to remove this blocklist."
+msgstr "У вас недостаточно прав для удаления этого стоп-листа."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:112
-#: plugins/addons/logview/class_logview.inc:66
-#: plugins/gofon/fonreports/class_fonreport.inc:99
-msgid "There is no mysql extension available, please check your php setup."
-msgstr ""
-
-#: plugins/gofax/faxreports/class_faxreport.inc:123
-#: plugins/gofax/faxreports/class_faxreport.inc:128
-#: plugins/gofax/faxreports/class_faxreport.inc:169
-#: plugins/gofax/faxreports/class_faxreport.inc:278
-msgid "Can't select fax database for report generation!"
-msgstr "Не удается выбрать базу данных факсов для создания отчетов!"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:286
-msgid "Query for fax database failed!"
-msgstr "Невозможно выполнить запрос к базе данных факсов!"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:185
-msgid "You have no permission to retrieve informations about this fax id!"
-msgstr "У вас недостаточно прав для получения информации об этом факсе!"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:205
-#: plugins/gofax/faxreports/class_faxreport.inc:294
-#: plugins/gofon/fonreports/class_fonreport.inc:220
-msgid "Y-M-D"
-msgstr "Г-М-Д"
-
-#: plugins/gofax/faxreports/contents.tpl:2
-#: plugins/addons/logview/contents.tpl:2
-#: plugins/gofon/fonreports/contents.tpl:2
-msgid "Filter"
-msgstr "Фильтр"
-
-#: plugins/gofax/faxreports/contents.tpl:6
-#: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:12
-#: plugins/addons/logview/contents.tpl:47
-#: plugins/gofon/fonreports/contents.tpl:6
-msgid "Search for"
-msgstr "Поиск"
-
-#: plugins/gofax/faxreports/contents.tpl:7
-#: plugins/gofon/fonreports/contents.tpl:7
-msgid "Enter user name to search for"
-msgstr "Введите искомое имя пользователя"
-
-#: plugins/gofax/faxreports/contents.tpl:8
-#: plugins/gofax/faxreports/contents.tpl:16
-#: plugins/gofon/fonreports/contents.tpl:8
-#: plugins/gofon/fonreports/contents.tpl:16
-msgid "in"
-msgstr "в"
-
-#: plugins/gofax/faxreports/contents.tpl:9
-#: plugins/gofon/fonreports/contents.tpl:9
-msgid "Select subtree to base search on"
-msgstr "Выберите ветку для поиска"
-
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
-msgstr "в течение"
-
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:27
-#: plugins/addons/logview/contents.tpl:67
-#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
-msgid "Search"
-msgstr "Поиск"
-
-#: plugins/gofax/faxreports/contents.tpl:31
-#: plugins/addons/logview/contents.tpl:84
-#: plugins/gofon/fonreports/contents.tpl:30
-msgid "Date"
-msgstr "Дата"
-
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:58
-msgid "Sender"
-msgstr "Отправитель"
-
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
-msgstr "Получатель"
-
-#: plugins/gofax/faxreports/contents.tpl:50
-#: plugins/addons/logview/contents.tpl:97
-#: plugins/gofon/fonreports/contents.tpl:51
-msgid "Search returned no results..."
-msgstr "Не найдено..."
-
-#: plugins/gofax/faxreports/main.inc:5
-msgid "FAX reports"
-msgstr "Отчеты о факсах"
-
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Соединение..."
-
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:361
-#: plugins/addons/addressbook/class_addressbook.inc:368
-#: plugins/addons/addressbook/class_addressbook.inc:372
-#: plugins/addons/addressbook/class_addressbook.inc:455
-msgid "Dial"
-msgstr "Звонок"
-
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
-#: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
-#: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
-#: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
-#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
-#: html/getxls.php:174 html/getxls.php:233
-msgid "Name"
-msgstr "Фамилия"
-
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_info.tpl:29
-#: plugins/addons/addressbook/address_edit.tpl:66
-msgid "Private"
-msgstr "Личный"
-
-#: plugins/addons/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr "Контакт"
-
-#: plugins/addons/addressbook/contents.tpl:37
-msgid ""
-"The telephone list plugin provides list and search facilities for the people "
-"in your site. You may want to specify the asterisk [*] like in 'Go*us' to "
-"find 'Gonicus'. Use the filters below to narrow down your search."
-msgstr ""
-"Этот модуль предоставляет возможности просмотра и поиска информации для "
-"пользователей вашего сайта. В шаблоне вы можете использовать звездочку [*], "
-"например, \"И*н\", чтобы найти имя \"Иван\". Уточнить результаты поиска "
-"можно с помощью фильтров ниже."
-
-#: plugins/addons/addressbook/contents.tpl:47
-msgid "Add entry"
-msgstr "Добавить объект"
-
-#: plugins/addons/addressbook/contents.tpl:50
-msgid "Edit entry"
-msgstr "Редактиовать объект"
-
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr "Удалить объект"
-
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr "Выберите, чтобы просмотреть пользователей"
-
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr "Показать организационные объекты"
-
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Select to see users in addressbook"
-msgstr "Выберите, чтобы просмотреть пользователей в адресной книге"
-
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr "Показать объекты адресной книги"
-
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr "Показать результаты для подразделения"
-
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr "Соответствующий объект"
-
-#: plugins/addons/addressbook/contents.tpl:93
-msgid "Choose the object that will be searched in"
-msgstr "Выберите объект, в котором будет осуществлен поиск"
-
-#: plugins/addons/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr "Строка поиска"
-
-#: plugins/addons/addressbook/remove.tpl:6
-msgid ""
-"This includes all addressbook data in this entry. Please double check if "
-"your really want to do this since there is no way for GOsa to get your data "
-"back."
-msgstr ""
-"Это включает все объекты адресной книги. Проверте действительно ли это так, "
-"поскольку GOsa не сможет отменить результаты этой операции."
-
-#: plugins/addons/addressbook/main.inc:23
-msgid "Address book"
-msgstr "Адресная книга"
-
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Адресная книга"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:236
+msgid "Please specify a valid phone number."
+msgstr "Укажите корректный номер телефона."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:154
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr "Звоним с %s на %s?"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
+#: plugins/admin/groups/class_groupManagement.inc:350
+#: plugins/admin/users/class_userManagement.inc:670
+#: plugins/admin/applications/class_applicationManagement.inc:326
+#: plugins/admin/departments/class_departmentManagement.inc:277
+#: plugins/admin/systems/class_systemManagement.inc:565
+#: plugins/admin/ogroups/class_ogroupManagement.inc:358
+#: plugins/admin/fai/class_faiManagement.inc:428
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
+#, fuzzy
+msgid "Go up one department"
+msgstr "Подразделение"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:158
-msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:291
+#: plugins/admin/groups/class_groupManagement.inc:350
+#: plugins/admin/users/class_userManagement.inc:670
+#: plugins/admin/applications/class_applicationManagement.inc:326
+#: plugins/admin/departments/class_departmentManagement.inc:277
+#: plugins/admin/systems/class_systemManagement.inc:565
+#: plugins/admin/ogroups/class_ogroupManagement.inc:358
+#: plugins/admin/ogroups/phonequeue.tpl:17
+#: plugins/admin/fai/class_faiManagement.inc:428
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:324
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:285
+msgid "Up"
 msgstr ""
 msgstr ""
-"У вас нет персонального набора телефонов. Настройте это прежде чем звонить."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:187
-#: plugins/addons/addressbook/class_addressbook.inc:288
-msgid "You are not allowed to delete this entry!"
-msgstr "У вас недостаточно прав для удаления этого объекта!"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
+#: plugins/admin/groups/class_groupManagement.inc:351
+#: plugins/admin/users/class_userManagement.inc:671
+#: plugins/admin/applications/class_applicationManagement.inc:327
+#: plugins/admin/departments/class_departmentManagement.inc:278
+#: plugins/admin/systems/class_systemManagement.inc:566
+#: plugins/admin/ogroups/class_ogroupManagement.inc:359
+#: plugins/admin/fai/class_faiManagement.inc:431
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
+#, fuzzy
+msgid "Go to root department"
+msgstr "Список подразделений"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:282
-#, php-format
-msgid "You're about to delete the entry %s."
-msgstr "Вы собираетесь удалить объект %s."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
+#: plugins/admin/groups/class_groupManagement.inc:351
+#: plugins/admin/users/class_userManagement.inc:671
+#: plugins/admin/applications/class_applicationManagement.inc:327
+#: plugins/admin/departments/class_departmentManagement.inc:278
+#: plugins/admin/systems/class_systemManagement.inc:566
+#: plugins/admin/ogroups/class_ogroupManagement.inc:360
+#: plugins/admin/fai/class_faiManagement.inc:431
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:325
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:286
+#, fuzzy
+msgid "Root"
+msgstr "Перезагрузить"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:378
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr "Сохранить контактную информацию %s в формате vcard"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
+#: plugins/admin/groups/class_groupManagement.inc:352
+#: plugins/admin/users/class_userManagement.inc:672
+#: plugins/admin/applications/class_applicationManagement.inc:328
+#: plugins/admin/systems/class_systemManagement.inc:567
+#: plugins/admin/ogroups/class_ogroupManagement.inc:361
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
+#, fuzzy
+msgid "Go to users department"
+msgstr "Выберите подразделение"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:382
-#, php-format
-msgid "Send mail to %s"
-msgstr "Отправить %s сообщение по эл. почте"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:293
+#: plugins/admin/groups/class_groupManagement.inc:352
+#: plugins/admin/users/class_userManagement.inc:672
+#: plugins/admin/applications/class_applicationManagement.inc:328
+#: plugins/admin/departments/class_departmentManagement.inc:279
+#: plugins/admin/systems/class_systemManagement.inc:567
+#: plugins/admin/ogroups/class_ogroupManagement.inc:362
+#: plugins/admin/fai/class_faiManagement.inc:434
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:326
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:287
+#, fuzzy
+msgid "Home"
+msgstr "Имя системы"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:467
-msgid "global addressbook"
-msgstr "общая адресная книга"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
+#, fuzzy
+msgid "Create new blocklist"
+msgstr "Имя стоп-листа"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:470
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:295
 #, fuzzy
 #, fuzzy
-msgid "user database"
-msgstr "Базы данных"
+msgid "New Blocklist"
+msgstr "\"Черные списки\""
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:474
-#, fuzzy, php-format
-msgid "Contact stored in '%s'"
-msgstr "Контакт сохранен в %s"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:296
+#: plugins/admin/groups/class_groupManagement.inc:356
+#: plugins/admin/users/class_userManagement.inc:677
+#: plugins/admin/applications/class_applicationManagement.inc:332
+#: plugins/admin/departments/class_departmentManagement.inc:283
+#: plugins/admin/systems/class_systemManagement.inc:576
+#: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/fai/class_faiManagement.inc:463
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:330
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:291
+#, fuzzy
+msgid "Current base"
+msgstr "Текущий пароль"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:476
-msgid "Creating new entry in"
-msgstr "Создание нового объекта в"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
+#: plugins/admin/groups/class_groupManagement.inc:357
+#: plugins/admin/users/class_userManagement.inc:678
+#: plugins/admin/applications/class_applicationManagement.inc:333
+#: plugins/admin/departments/class_departmentManagement.inc:284
+#: plugins/admin/systems/class_systemManagement.inc:577
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
+#, fuzzy
+msgid "Submit department"
+msgstr "Показать подразделения"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:515
-#: plugins/addons/mailqueue/class_mailqueue.inc:281
-#: plugins/addons/mailqueue/class_mailqueue.inc:346
-#: plugins/addons/logview/class_logview.inc:94
-#: plugins/addons/logview/class_logview.inc:111
-msgid "All"
-msgstr "Все"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:297
+#: plugins/admin/groups/class_groupManagement.inc:357
+#: plugins/admin/users/class_userManagement.inc:678
+#: plugins/admin/applications/class_applicationManagement.inc:333
+#: plugins/admin/departments/class_departmentManagement.inc:284
+#: plugins/admin/systems/class_systemManagement.inc:577
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/fai/class_faiManagement.inc:464
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:331
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:292
+msgid "Submit"
+msgstr ""
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
-msgstr "Имя"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
+#: plugins/admin/groups/class_groupManagement.inc:361
+#: plugins/admin/users/class_userManagement.inc:681
+#: plugins/admin/applications/class_applicationManagement.inc:337
+#: plugins/admin/departments/class_departmentManagement.inc:291
+#: plugins/admin/systems/class_systemManagement.inc:582
+#: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/fai/class_faiManagement.inc:482
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:336
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
+#, fuzzy
+msgid "edit"
+msgstr "Изменить"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Work phone"
-msgstr "Рабочий телефон"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:300
+#: plugins/admin/users/class_userManagement.inc:681
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:336
+#, fuzzy
+msgid "Edit user"
+msgstr "Пользователи домена"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:516
-msgid "Cell phone"
-msgstr "Сотовый телефон"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
+#: plugins/addons/mailqueue/contents.tpl:95
+#: plugins/admin/groups/class_groupManagement.inc:362
+#: plugins/admin/users/class_userManagement.inc:683
+#: plugins/admin/applications/class_applicationManagement.inc:338
+#: plugins/admin/departments/class_departmentManagement.inc:292
+#: plugins/admin/systems/class_systemManagement.inc:583
+#: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/admin/fai/class_faiManagement.inc:483
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+#, fuzzy
+msgid "delete"
+msgstr "Удалить"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
-msgid "Home phone"
-msgstr "Домашний телефон"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:301
+#: plugins/admin/users/class_userManagement.inc:683
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:337
+#, fuzzy
+msgid "Delete user"
+msgstr "Удалить"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
-#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
-#: html/getxls.php:299
-msgid "User ID"
-msgstr "Идентификатор пользователя"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:307
+#, fuzzy
+msgid "Blocklist name"
+msgstr "Управление \"черными списками\""
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:598
-msgid ""
-"Cannot create a unique DN for your entry. Please fill more formular fields."
-msgstr ""
-"Невозможно создать уникальный DN для объекта. Заполните все поля формы."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:308
+#: plugins/addons/addressbook/contents.tpl:42
+#: plugins/admin/groups/class_groupManagement.inc:387
+#: plugins/admin/users/class_userManagement.inc:692
+#: plugins/admin/applications/class_applicationManagement.inc:358
+#: plugins/admin/departments/class_departmentManagement.inc:299
+#: plugins/admin/systems/class_systemManagement.inc:590
+#: plugins/admin/ogroups/class_ogroupManagement.inc:393
+#: plugins/admin/fai/class_faiManagement.inc:479
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:344
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:312
+msgid "Actions"
+msgstr "Действия"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
-msgid ""
-"You have no permissions to create or modify a global address book entry."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:311
+msgid "This table displays faxblocklists for the selected tree."
 msgstr ""
 msgstr ""
-"У вас недостаточно прав для создания или изменения объекта в общей адресной "
-"книге."
-
-#: plugins/addons/addressbook/address_info.tpl:12
-#: plugins/addons/addressbook/address_edit.tpl:24
-msgid "Personal"
-msgstr "Контакт"
 
 
-#: plugins/addons/addressbook/address_info.tpl:19
-#: plugins/addons/addressbook/address_edit.tpl:44 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Initials"
-msgstr "Отчество"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
+msgid "send"
+msgstr "отправка"
 
 
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/addons/addressbook/address_edit.tpl:105
-msgid "Email"
-msgstr "Email"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:379
+msgid "receive"
+msgstr "получение"
 
 
-#: plugins/addons/addressbook/address_info.tpl:53
-#: plugins/addons/addressbook/address_edit.tpl:119
-msgid "Organizational"
-msgstr "Организация"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:516
+msgid "You have no permissions to create a blocklist on this 'Base'."
+msgstr "У вас недостаточно прав для создания стоп-листа в этой ветке."
 
 
-#: plugins/addons/addressbook/address_info.tpl:61
-#: plugins/addons/addressbook/address_edit.tpl:128
-msgid "Company"
-msgstr "Ð\9aомпаниÑ\8f"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:522
+#: plugins/admin/departments/class_departmentGeneric.inc:164
+msgid "Required field 'Name' is not set."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\98мÑ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: plugins/addons/addressbook/address_info.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:148 html/getxls.php:174
-#: html/getxls.php:236
-msgid "City"
-msgstr "Город"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:525
+msgid "Required field 'Name' contains invalid characters"
+msgstr "Значение поля 'Имя' содержит недопустимые символы."
 
 
-#: plugins/addons/addressbook/address_info.tpl:73
-#: plugins/addons/addressbook/address_edit.tpl:168
-msgid "Country"
-msgstr "Страна"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:533
+msgid "Specified name is already used."
+msgstr "Указанное имя уже используется."
 
 
-#: plugins/addons/addressbook/address_edit.tpl:7
-msgid "Choose the department to store entry in"
-msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ñ\80аздел, Ð´Ð»Ñ\8f Ñ\85Ñ\80анениÑ\8f Ð¾Ð±Ñ\8aекÑ\82а"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:540
+msgid "No permission to create a blocklist on this base."
+msgstr "Ð\9dедоÑ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ñ\81Ñ\82оп-лиÑ\81Ñ\82а Ð² Ñ\8dÑ\82ой Ð²ÐµÑ\82ке."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:23
-#, fuzzy
-msgid "Mail queue"
-msgstr "Сервер"
+#: plugins/gofax/blocklists/remove.tpl:2
+#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/users/remove.tpl:2 plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/systems/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: html/index.php:227 html/index.php:287 ihtml/themes/altlinux/conflict.tpl:6
+#: ihtml/themes/altlinux/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
+#: ihtml/themes/default/islocked.tpl:6
+msgid "Warning"
+msgstr "Предупреждение"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:53
+#: plugins/gofax/blocklists/remove.tpl:6
 msgid ""
 msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUE_QUERY_COMMAND' "
-"specified."
-msgstr ""
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:80
-#: plugins/addons/mailqueue/class_mailqueue.inc:88
-#: plugins/addons/mailqueue/class_mailqueue.inc:107
-#: plugins/addons/mailqueue/class_mailqueue.inc:116
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
-#, php-format
-msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
-msgstr ""
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:251
-msgid "up"
+"Please double check if your really want to do this since there is no way for "
+"GOsa to get your data back."
 msgstr ""
 msgstr ""
+"Подумайте еще раз, действительно ли вам нужно удаление, так как GOsa не "
+"сможет отменить результаты этой операции."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:253
+#: plugins/gofax/blocklists/remove.tpl:10
+#: plugins/addons/addressbook/remove.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/users/remove.tpl:10 plugins/admin/applications/remove.tpl:9
+#: plugins/admin/ogroups/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
 #, fuzzy
 #, fuzzy
-msgid "down"
-msgstr "Домен"
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:296
-msgid "no limit"
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 msgstr ""
+"Если вы уверены в своих действиях, нажмите на кнопку <i>Удалить</i>, иначе "
+"нажмите <i>Отмена</i>."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:301
-#, fuzzy
-msgid "hours"
-msgstr "час"
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:347
-msgid "Hold"
-msgstr ""
+#: plugins/gofax/blocklists/headpage.tpl:6
+msgid "List of blocklists"
+msgstr "Стоп-листы"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:348
-msgid "Un hold"
+#: plugins/gofax/blocklists/headpage.tpl:24
+#, fuzzy
+msgid ""
+"This menu allows you to create, delete and edit selected blocklists. Having "
+"a large size of lists, you might prefer the range selectors on top of the "
+"select box."
 msgstr ""
 msgstr ""
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранные стоп-"
+"листы. Если у вас достаточно большое количество списков, вы можете "
+"использовать групповое выделение."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:349
-#: plugins/addons/mailqueue/contents.tpl:78
-#, fuzzy
-msgid "Active"
-msgstr "Личный"
+#: plugins/gofax/blocklists/headpage.tpl:38
+msgid "Select to see send blocklists"
+msgstr "Выберите, чтобы просмотреть стоп-листы (отправка)"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:350
-msgid "Not active"
-msgstr ""
+#: plugins/gofax/blocklists/headpage.tpl:38
+msgid "Show send blocklists"
+msgstr "Показать стоп-листы отправки"
 
 
-#: plugins/addons/mailqueue/contents.tpl:13
-#, fuzzy
-msgid "Please enter a search string here."
-msgstr "Введите корректный серийный номер"
+#: plugins/gofax/blocklists/headpage.tpl:39
+msgid "Select to see receive blocklists"
+msgstr "Выберите, чтобы просмотреть стоп-листы (получение)"
 
 
-#: plugins/addons/mailqueue/contents.tpl:15
-#, fuzzy
-msgid "Select a server"
-msgstr "Выберите, чтобы просмотреть серверы"
+#: plugins/gofax/blocklists/headpage.tpl:39
+msgid "Show receive blocklists"
+msgstr "Показать стоп-листы получения"
 
 
-#: plugins/addons/mailqueue/contents.tpl:18
-#, fuzzy
-msgid "with status"
-msgstr "Состояние"
+#: plugins/gofax/blocklists/headpage.tpl:45
+msgid "Display lists matching"
+msgstr "Шаблон для стоп-листов"
 
 
-#: plugins/addons/mailqueue/contents.tpl:22
-msgid "within the last"
-msgstr ""
+#: plugins/gofax/blocklists/headpage.tpl:48
+msgid "Regular expression for matching list names"
+msgstr "Регулярное выражение, соответствующее именам списков"
 
 
-#: plugins/addons/mailqueue/contents.tpl:30
-msgid "Remove all messages"
-msgstr ""
+#: plugins/gofax/blocklists/main.inc:20 plugins/gofax/blocklists/main.inc:22
+msgid "Blocklist management"
+msgstr "Управление \"черными списками\""
 
 
-#: plugins/addons/mailqueue/contents.tpl:31
-msgid "Remove all messages from selected servers queue"
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:12
+msgid "Fax number for GOfax to trigger on"
+msgstr "Номер факса, для которого сработает GOfax"
 
 
-#: plugins/addons/mailqueue/contents.tpl:32
-#, fuzzy
-msgid "Hold all messages"
-msgstr "Перенаправлять сообщения"
+#: plugins/gofax/faxaccount/generic.tpl:16
+#: plugins/admin/ogroups/phonequeue.tpl:35 html/getxls.php:65
+#: html/getxls.php:224
+msgid "Language"
+msgstr "Язык"
 
 
-#: plugins/addons/mailqueue/contents.tpl:33
-msgid "Hold all messages in selected servers queue"
+#: plugins/gofax/faxaccount/generic.tpl:18
+msgid "Specify the GOfax communication language for fax to mail gateway"
 msgstr ""
 msgstr ""
+"Укаэите предпочтительный язык для получения сообщений о факсах по эл. почте"
 
 
-#: plugins/addons/mailqueue/contents.tpl:34
-msgid "Release all messages"
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
+msgstr "Формат доставки"
 
 
-#: plugins/addons/mailqueue/contents.tpl:35
-msgid "Release all messages in selected servers queue"
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:26
+msgid "Specify delivery format for fax to mail gateway"
+msgstr "Укажите в каком формате должны перенаправляться факсы"
 
 
-#: plugins/addons/mailqueue/contents.tpl:36
-msgid "Requeue all messages"
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
+msgstr "Способ доставки"
 
 
-#: plugins/addons/mailqueue/contents.tpl:37
-msgid "Requeue all messages in selected servers queue"
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
+msgstr "Временно отключить использование факса"
 
 
-#: plugins/addons/mailqueue/contents.tpl:48
+#: plugins/gofax/faxaccount/generic.tpl:45
 #, fuzzy
 #, fuzzy
-msgid "Search returned no results"
-msgstr "Ð\9dе Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾..."
+msgid "Deliver fax as mail to"
+msgstr "Ð\9eÑ\82пÑ\80авлÑ\8fÑ\82Ñ\8c Ñ\84акÑ\81Ñ\8b Ð¿Ð¾ Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82е"
 
 
-#: plugins/addons/mailqueue/contents.tpl:54
-#, fuzzy
-msgid "ID"
-msgstr "UID"
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
+msgstr "Отправлять факсы по эл. почте"
 
 
-#: plugins/addons/mailqueue/contents.tpl:57
-#, fuzzy
-msgid "Arrival"
-msgstr "Апрель"
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
+msgstr "Отправлять факсы на принтер"
 
 
-#: plugins/addons/mailqueue/contents.tpl:59
-#, fuzzy
-msgid "Recipient"
-msgstr "Описание"
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
+msgstr "Альтернативные номера факсов"
 
 
-#: plugins/addons/mailqueue/contents.tpl:60
-msgid "Error"
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
+msgstr "\"Черные списки\""
 
 
-#: plugins/addons/mailqueue/contents.tpl:95
-#, fuzzy
-msgid "Delete this message"
-msgstr "Удалить"
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
+msgstr "\"Черные списки\" для входящих факсов"
 
 
-#: plugins/addons/mailqueue/contents.tpl:99
-msgid "unhold"
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
+msgstr "\"Черные списки\" для исходящих факсов"
 
 
-#: plugins/addons/mailqueue/contents.tpl:99
-#, fuzzy
-msgid "Release message"
-msgstr "Сообщение о состоянии"
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
+msgstr "Выбрать номера для добавления"
 
 
-#: plugins/addons/mailqueue/contents.tpl:103
-#, fuzzy
-msgid "hold"
-msgstr "Почтовые настройки"
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
+msgstr "Показать номера из подразделения"
 
 
-#: plugins/addons/mailqueue/contents.tpl:103
-#, fuzzy
-msgid "Hold message"
-msgstr "Домашняя страница"
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
+msgstr "Показать совпадения номеров"
 
 
-#: plugins/addons/mailqueue/contents.tpl:107
-#, fuzzy
-msgid "requeue"
-msgstr "Номер телефона"
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
+msgstr "Регулярное выражение, соответствующее номерам"
 
 
-#: plugins/addons/mailqueue/contents.tpl:107
-msgid "Requeue this message"
-msgstr ""
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
+msgstr "Показать номера пользователя"
 
 
-#: plugins/addons/mailqueue/contents.tpl:110
-#, fuzzy
-msgid "header"
-msgstr "Отправитель"
+#: plugins/gofax/faxaccount/locals.tpl:50
+msgid "User name of which numbers are shown"
+msgstr "Имя пользователя, для которого перечисляются номера"
 
 
-#: plugins/addons/mailqueue/contents.tpl:110
-#, fuzzy
-msgid "Display header from this message"
-msgstr "Показать совпадения номеров"
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
+msgstr "Блокируемые номера/списки"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:3
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
+msgstr "Готовые \"черные списки\""
+
+#: plugins/gofax/faxaccount/lists.tpl:25
 #, fuzzy
 #, fuzzy
-msgid ""
-"The XLS export plugin provides methods to download a complete snapshot of "
-"the running LDAP directory as xls. You may save these files for "
-"documentation."
-msgstr ""
-"Модуль экспорта в LDIF позволяет получать полный образ текущего каталога "
-"LDAPв формате ldif. Эти образы можно сохранять как резервные копии или "
-"использовать при инициализации нового сервера."
+msgid "Add the list to the blocklists"
+msgstr "Стоп-листы"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
-msgstr "Экспорт объекта"
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
+msgstr "Настройки факса"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-#, fuzzy
-msgid "Choose the data you want to Export"
-msgstr "Выбрать подразделение для экспорта"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+msgid "FAX"
+msgstr "Факс"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
-msgstr ""
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:137
+msgid "This account has no fax extensions."
+msgstr "Для этой учетной записи нет расширений факса."
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:27
-#: plugins/addons/ldapmanager/contentexportxls.tpl:42
-#: plugins/addons/ldapmanager/contentexport.tpl:24
-#: plugins/addons/ldapmanager/contentexport.tpl:39
-msgid "Choose the department you want to Export"
-msgstr "Выбрать подразделение для экспорта"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:146
+msgid "Remove fax account"
+msgstr "Удалить настройки факса"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:147
+msgid ""
+"This account has fax features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-#, fuzzy
-msgid "Export successful"
-msgstr "Экспорт успешен."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:149
+msgid "Create fax account"
+msgstr "Создать настройки факса"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:150
+msgid ""
+"This account has fax features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-#, fuzzy
-msgid "Click here to save the complete LDAP database to a xls file"
-msgstr "Щелкните здесь, чтобы сохранить образ базы данных LDAP в файл"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:218
+msgid "You're trying to add an invalid phone number."
+msgstr "Вы пытаетесь ввести некорректный номер телефона."
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:431
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:513
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/groups/class_groupApplication.inc:495
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:88
 #, fuzzy
 #, fuzzy
-msgid "Click here to save the LDAP Export to a xls file"
-msgstr "ЩелкниÑ\82е Ð·Ð´ÐµÑ\81Ñ\8c, Ñ\87Ñ\82обÑ\8b Ñ\81оÑ\85Ñ\80аниÑ\82Ñ\8c Ñ\80езÑ\83лÑ\8cÑ\82аÑ\82Ñ\8b Ñ\8dкÑ\81поÑ\80Ñ\82а"
+msgid "back"
+msgstr "Ð\9dазад"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
-msgstr "Экспорт в LDIF"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:637
+msgid "The required field 'Fax' is not set."
+msgstr "Обязательное поле \"Факс\" не заполнено."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:101
-#, fuzzy
-msgid "You've no permission to do CSV imports."
-msgstr "У вас недостаточно прав для удаления этого подразделения."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:641
+msgid "Please enter a valid telephone number in the 'Fax' field."
+msgstr "Введите корректный номер телефона в поле \"Факс\"."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:161
-msgid "Need 'sn','givenName' and 'uid' to create user."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:649
+msgid "Mail delivery is checked, but no address has been specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
 #, fuzzy
 #, fuzzy
-msgid "failed"
-msgstr "Ð\9eÑ\88ибка"
+msgid "The mail address you've entered is invalid."
+msgstr "Ð\92веденнÑ\8bй Ð²Ð°Ð¼Ð¸ Ð°Ð´Ñ\80еÑ\81 Ñ\83же Ð¸Ñ\81полÑ\8cзÑ\83еÑ\82Ñ\81Ñ\8f."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
+msgid ""
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
-#, fuzzy
-msgid "status"
-msgstr "Состояние"
+#: plugins/gofax/faxreports/detail.tpl:6
+msgid "FAX preview - please wait"
+msgstr "Предварительный просмотр - пожалуйста, подождите"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:281
-#, php-format
-msgid "An Error Occured while inserting entry %s - process aborted"
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:9
+msgid "Click on fax to download"
+msgstr "Щелкните по факсу, чтобы загрузить его"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:18
+msgid "FAX ID"
+msgstr "Идентификатор факса"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:331
-#: plugins/addons/ldapmanager/class_csvimport.inc:342
-#: plugins/addons/ldapmanager/class_csvimport.inc:347
-#: plugins/addons/ldapmanager/class_import.inc:62
-#: plugins/addons/ldapmanager/class_import.inc:70
-#, fuzzy
-msgid "There is no file uploaded."
-msgstr "Файл небыл загружен"
+#: plugins/gofax/faxreports/detail.tpl:22
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/admin/systems/class_printGeneric.inc:589
+#: plugins/admin/ogroups/class_ogroupManagement.inc:481
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+msgid "User"
+msgstr "Пользователь"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:336
-#: plugins/addons/ldapmanager/class_import.inc:55
-#, fuzzy
-msgid "The specified file is empty."
-msgstr "Значение поля \"Файлы\" некорректно."
+#: plugins/gofax/faxreports/detail.tpl:26
+msgid "Date / Time"
+msgstr "Дата / время"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:490
-msgid "The selected file does not contain any CSV Data..."
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:30
+msgid "Sender MSN"
+msgstr "MSN отправителя"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:3
-#, fuzzy
-msgid ""
-"The LDIF import plugin provides methods to upload a set of entries to your "
-"running LDAP directory as ldif. You may use this to add new or modify "
-"existing entries. Remember that GOsa will not check your ldifs for GOsa "
-"conformance."
-msgstr ""
-"Модуль экспорта в LDIF позволяет получать полный образ текущего каталога "
-"LDAPв формате ldif. Эти образы можно сохранять как резервные копии или "
-"использовать при инициализации нового сервера."
+#: plugins/gofax/faxreports/detail.tpl:34
+msgid "Sender ID"
+msgstr "Идентификатор отправителя"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:38
+msgid "Receiver MSN"
+msgstr "MSN получателя"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:42
+msgid "Receiver ID"
+msgstr "Идентификатор получателя"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-#, fuzzy
-msgid "Overwrite existing entry"
-msgstr "Экспорт объекта"
+#: plugins/gofax/faxreports/detail.tpl:50
+msgid "Status message"
+msgstr "Сообщение о состоянии"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-#, fuzzy
-msgid "Import successful"
-msgstr "Импорт успешен."
+#: plugins/gofax/faxreports/detail.tpl:54
+msgid "Transfer time"
+msgstr "Время передачи"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:2
-msgid ""
-"The CSV import plugin provides methods to generate user accounts from a file "
-"containing Comma Seperated Values. The administrator can decide which "
-"columns should be transfered to which attribute. Note that you must have at "
-"least the UID, GIVENNAME and SURENAME set."
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:58
+#: plugins/gofax/faxreports/contents.tpl:35
+msgid "# pages"
+msgstr "Число страниц"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
-msgstr ""
+#: plugins/gofax/faxreports/contents.tpl:2
+#: plugins/addons/logview/contents.tpl:2
+#: plugins/gofon/fonreports/contents.tpl:2
+msgid "Filter"
+msgstr "Фильтр"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-#, fuzzy
-msgid "Select template"
-msgstr "Создать шаблон"
+#: plugins/gofax/faxreports/contents.tpl:6
+#: plugins/addons/addressbook/contents.tpl:102
+#: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:6
+msgid "Search for"
+msgstr "Поиск"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:34
-msgid "All entries have been written to the LDAP database successfully."
-msgstr ""
+#: plugins/gofax/faxreports/contents.tpl:7
+#: plugins/gofon/fonreports/contents.tpl:7
+msgid "Enter user name to search for"
+msgstr "Введите искомое имя пользователя"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:36
-msgid "Oups. There was an error during the import of your data."
-msgstr ""
+#: plugins/gofax/faxreports/contents.tpl:8
+#: plugins/gofax/faxreports/contents.tpl:16
+#: plugins/gofon/fonreports/contents.tpl:8
+#: plugins/gofon/fonreports/contents.tpl:16
+msgid "in"
+msgstr "в"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-msgid "Here is the status report for the import:"
-msgstr ""
+#: plugins/gofax/faxreports/contents.tpl:9
+#: plugins/gofon/fonreports/contents.tpl:9
+msgid "Select subtree to base search on"
+msgstr "Выберите ветку для поиска"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-#, fuzzy
-msgid "Selected Template"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\80ежим Ñ\82еÑ\80минала"
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
+msgstr "в Ñ\82еÑ\87ение"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-#, fuzzy
-msgid "XLS import"
-msgstr "Импортировать"
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/addons/mailqueue/contents.tpl:27
+#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
+msgid "Search"
+msgstr "Поиск"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:39
-#: plugins/addons/ldapmanager/class_export.inc:38
-#, fuzzy
-msgid "You've no permission to do LDAP exports."
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¿Ð¾Ð´Ñ\80азделениÑ\8f."
+#: plugins/gofax/faxreports/contents.tpl:31
+#: plugins/addons/logview/contents.tpl:84
+#: plugins/gofon/fonreports/contents.tpl:30
+msgid "Date"
+msgstr "Ð\94аÑ\82а"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:89
-#: plugins/addons/ldapmanager/class_export.inc:83
-msgid "Error while exporting the requested entries!"
-msgstr ""
+#: plugins/gofax/faxreports/contents.tpl:33
+#: plugins/addons/mailqueue/contents.tpl:58
+msgid "Sender"
+msgstr "Отправитель"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:41
-#, fuzzy
-msgid "You've no permission to do LDAP imports."
-msgstr "У вас недостаточно прав для удаления этого подразделения."
+#: plugins/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
+msgstr "Получатель"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr ""
+#: plugins/gofax/faxreports/contents.tpl:50
+#: plugins/addons/logview/contents.tpl:97
+#: plugins/gofon/fonreports/contents.tpl:51
+msgid "Search returned no results..."
+msgstr "Не найдено..."
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:3
-#, fuzzy
-msgid ""
-"The LDIF export plugin provides methods to download a complete snapshot of "
-"the running LDAP directory as ldif. You may save these files for backup "
-"purpose or when initializing a new server."
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
+msgstr "Отчеты о факсах"
+
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofax/faxreports/class_faxreport.inc:119
+#: plugins/gofax/faxreports/class_faxreport.inc:165
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+msgid "Can't connect to fax database, no reports can be shown!"
 msgstr ""
 msgstr ""
-"Модуль экспорта в LDIF позволяет получать полный образ текущего каталога "
-"LDAPв формате ldif. Эти образы можно сохранять как резервные копии или "
-"использовать при инициализации нового сервера."
+"Не удается подключиться к базе данных факсов, отчеты показаны не будут!"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
+#: plugins/gofax/faxreports/class_faxreport.inc:112
+#: plugins/addons/logview/class_logview.inc:66
+#: plugins/gofon/fonreports/class_fonreport.inc:99
+msgid "There is no mysql extension available, please check your php setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the complete LDAP database to a file"
-msgstr "Щелкните здесь, чтобы сохранить образ базы данных LDAP в файл"
+#: plugins/gofax/faxreports/class_faxreport.inc:123
+#: plugins/gofax/faxreports/class_faxreport.inc:128
+#: plugins/gofax/faxreports/class_faxreport.inc:169
+#: plugins/gofax/faxreports/class_faxreport.inc:278
+msgid "Can't select fax database for report generation!"
+msgstr "Не удается выбрать базу данных факсов для создания отчетов!"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the LDAP Export "
-msgstr "Щелкните здесь, чтобы сохранить результаты экспорта"
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:286
+msgid "Query for fax database failed!"
+msgstr "Невозможно выполнить запрос к базе данных факсов!"
 
 
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-#: plugins/addons/ldapmanager/main.inc:23
-#, fuzzy
-msgid "LDAP manager"
-msgstr "Экспорт в LDIF"
+#: plugins/gofax/faxreports/class_faxreport.inc:185
+msgid "You have no permission to retrieve informations about this fax id!"
+msgstr "У вас недостаточно прав для получения информации об этом факсе!"
 
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-#, fuzzy
-msgid "CSV import"
-msgstr "Импортировать"
+#: plugins/gofax/faxreports/class_faxreport.inc:205
+#: plugins/gofax/faxreports/class_faxreport.inc:294
+#: plugins/gofon/fonreports/class_fonreport.inc:220
+msgid "Y-M-D"
+msgstr "Г-М-Д"
 
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "СиÑ\81Ñ\82емнÑ\8bе Ð¶Ñ\83Ñ\80налÑ\8b"
+#: plugins/gofax/faxreports/main.inc:5
+msgid "FAX reports"
+msgstr "Ð\9eÑ\82Ñ\87еÑ\82Ñ\8b Ð¾ Ñ\84акÑ\81аÑ\85"
 
 
-#: plugins/addons/logview/class_logview.inc:63
-msgid "No LOG servers defined!"
-msgstr "Не указан сервер журналов."
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/admin/systems/servnfs.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiVariable.tpl:9 plugins/admin/fai/faiScriptEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9 plugins/admin/fai/faiProfile.tpl:9
+#: plugins/admin/fai/faiScript.tpl:9 plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/faiTemplate.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7 plugins/admin/fai/faiHook.tpl:9
+#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
+msgid "Name"
+msgstr "Фамилия"
 
 
-#: plugins/addons/logview/class_logview.inc:73
-#: plugins/addons/logview/class_logview.inc:168
-msgid "Can't connect to log database, no logs can be shown!"
-msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+msgid "Private"
+msgstr "Личный"
 
 
-#: plugins/addons/logview/class_logview.inc:77
-#: plugins/addons/logview/class_logview.inc:171
-msgid "Can't select log database for log generation!"
-msgstr "Не удается выбрать базу журналов для создания отчетов!"
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
+msgstr "Контакт"
 
 
-#: plugins/addons/logview/class_logview.inc:86
-#: plugins/addons/logview/class_logview.inc:103
-msgid "Query for log database failed!"
-msgstr "Невозможно выполнить запрос к базе данных журналов!"
+#: plugins/addons/addressbook/contents.tpl:37
+msgid ""
+"The telephone list plugin provides list and search facilities for the people "
+"in your site. You may want to specify the asterisk [*] like in 'Go*us' to "
+"find 'Gonicus'. Use the filters below to narrow down your search."
+msgstr ""
+"Этот модуль предоставляет возможности просмотра и поиска информации для "
+"пользователей вашего сайта. В шаблоне вы можете использовать звездочку [*], "
+"например, \"И*н\", чтобы найти имя \"Иван\". Уточнить результаты поиска "
+"можно с помощью фильтров ниже."
 
 
-#: plugins/addons/logview/class_logview.inc:118
-msgid "one hour"
-msgstr "один Ñ\87аÑ\81"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
+msgstr "Ð\94обавиÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
 
 
-#: plugins/addons/logview/class_logview.inc:118
-msgid "6 hours"
-msgstr "6 часов"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:587
+msgid "Edit entry"
+msgstr "Редактиовать объект"
 
 
-#: plugins/addons/logview/class_logview.inc:119
-msgid "12 hours"
-msgstr "12 часов"
+#: plugins/addons/addressbook/contents.tpl:52
+msgid "Remove entry"
+msgstr "Удалить объект"
 
 
-#: plugins/addons/logview/class_logview.inc:119
-msgid "24 hours"
-msgstr "24 часа"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Select to see regular users"
+msgstr "Выберите, чтобы просмотреть пользователей"
 
 
-#: plugins/addons/logview/class_logview.inc:120
-msgid "2 days"
-msgstr "2 дня"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
+msgstr "Показать организационные объекты"
 
 
-#: plugins/addons/logview/class_logview.inc:120
-msgid "one week"
-msgstr "одна Ð½ÐµÐ´ÐµÐ»Ñ\8f"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Select to see users in addressbook"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ð² Ð°Ð´Ñ\80еÑ\81ной ÐºÐ½Ð¸Ð³Ðµ"
 
 
-#: plugins/addons/logview/class_logview.inc:121
-msgid "2 weeks"
-msgstr "2 недели"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
+msgstr "Показать объекты адресной книги"
 
 
-#: plugins/addons/logview/class_logview.inc:121
-msgid "one month"
-msgstr "один Ð¼ÐµÑ\81Ñ\8fÑ\86"
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80езÑ\83лÑ\8cÑ\82аÑ\82Ñ\8b Ð´Ð»Ñ\8f Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
+msgstr "СооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ий Ð¾Ð±Ñ\8aекÑ\82"
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "УÑ\80овенÑ\8c Ð¸Ð½Ñ\84оÑ\80маÑ\82ивноÑ\81Ñ\82и"
+#: plugins/addons/addressbook/contents.tpl:93
+msgid "Choose the object that will be searched in"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¾Ð±Ñ\8aекÑ\82, Ð² ÐºÐ¾Ñ\82оÑ\80ом Ð±Ñ\83деÑ\82 Ð¾Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82влен Ð¿Ð¾Ð¸Ñ\81к"
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Ð\98нÑ\82еÑ\80вал Ð²Ñ\80емени"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
+msgstr "СÑ\82Ñ\80ока Ð¿Ð¾Ð¸Ñ\81ка"
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Ð\92ведиÑ\82е Ñ\81Ñ\82Ñ\80окÑ\83 Ð´Ð»Ñ\8f Ð¿Ð¾Ð¸Ñ\81ка"
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Соединение..."
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Набор правил"
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/class_addressbook.inc:361
+#: plugins/addons/addressbook/class_addressbook.inc:368
+#: plugins/addons/addressbook/class_addressbook.inc:372
+#: plugins/addons/addressbook/class_addressbook.inc:455
+msgid "Dial"
+msgstr "Звонок"
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "УÑ\80овенÑ\8c"
+#: plugins/addons/addressbook/address_edit.tpl:7
+msgid "Choose the department to store entry in"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ñ\80аздел, Ð´Ð»Ñ\8f Ñ\85Ñ\80анениÑ\8f Ð¾Ð±Ñ\8aекÑ\82а"
 
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Имя системы"
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Контакт"
 
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "Сообщение"
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19 html/getxls.php:174
+#: html/getxls.php:236
+msgid "Initials"
+msgstr "Отчество"
 
 
-#: plugins/addons/logview/main.inc:23
-msgid "System log view"
-msgstr "Просмотр системного журнала"
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+msgid "Email"
+msgstr "Email"
 
 
-#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
-#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
-#: plugins/admin/fai/tabsProfile.inc:30 plugins/admin/fai/tabsScript.inc:30
-#: plugins/admin/fai/tabsTemplate.inc:30
-#: plugins/admin/departments/tabs_department.inc:30
-msgid "Try to move tree failed. Destination tree is subtree of source tree."
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
+msgstr "Организация"
+
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
+msgstr "Компания"
+
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67 html/getxls.php:174
+#: html/getxls.php:236
+msgid "City"
+msgstr "Город"
+
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Страна"
+
+#: plugins/addons/addressbook/remove.tpl:6
+msgid ""
+"This includes all addressbook data in this entry. Please double check if "
+"your really want to do this since there is no way for GOsa to get your data "
+"back."
 msgstr ""
 msgstr ""
+"Это включает все объекты адресной книги. Проверте действительно ли это так, "
+"поскольку GOsa не сможет отменить результаты этой операции."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:31
-#, fuzzy
-msgid "FAI"
-msgstr "Идентификатор факса"
+#: plugins/addons/addressbook/main.inc:23
+msgid "Address book"
+msgstr "Адресная книга"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-#, fuzzy
-msgid "Fully Automatic Installation - management"
-msgstr "Управление приложениями"
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Адресная книга"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:204
-#, fuzzy, php-format
-msgid "You're about to delete all information about the FAI class at '%s'."
-msgstr "Ð\92Ñ\8b Ñ\81обиÑ\80аеÑ\82еÑ\81Ñ\8c Ñ\83далиÑ\82Ñ\8c Ð²Ñ\81Ñ\8e Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8e Ð¾ Ñ\82еÑ\80минале (\"%s\")."
+#: plugins/addons/addressbook/class_addressbook.inc:154
+#, php-format
+msgid "Dial from %s to %s now?"
+msgstr "Ð\97воним Ñ\81 %s Ð½Ð° %s?"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:210
-#: plugins/admin/fai/class_faiManagement.inc:249
-#: plugins/admin/systems/class_systemManagement.inc:413
-#: plugins/admin/systems/class_systemManagement.inc:477
-#, fuzzy
-msgid "You are not allowed to delete this component!"
+#: plugins/addons/addressbook/class_addressbook.inc:158
+msgid ""
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
+msgstr ""
+"У вас нет персонального набора телефонов. Настройте это прежде чем звонить."
+
+#: plugins/addons/addressbook/class_addressbook.inc:187
+#: plugins/addons/addressbook/class_addressbook.inc:288
+msgid "You are not allowed to delete this entry!"
 msgstr "У вас недостаточно прав для удаления этого объекта!"
 
 msgstr "У вас недостаточно прав для удаления этого объекта!"
 
-#: plugins/admin/fai/class_faiManagement.inc:398
-#: plugins/admin/fai/faiPackageNew.tpl:65 plugins/admin/users/template.tpl:44
-#: ihtml/themes/altlinux/setup_introduction.tpl:12
-#: ihtml/themes/altlinux/setup_useradmin.tpl:41
-#: ihtml/themes/altlinux/setup_step2.tpl:13
-#: ihtml/themes/altlinux/setup_step3.tpl:18
-#: ihtml/themes/default/setup_introduction.tpl:12
-#: ihtml/themes/default/setup_useradmin.tpl:41
-#: ihtml/themes/default/setup_step2.tpl:13
-#: ihtml/themes/default/setup_step3.tpl:18
-msgid "Continue"
-msgstr "Продолжить"
+#: plugins/addons/addressbook/class_addressbook.inc:282
+#, php-format
+msgid "You're about to delete the entry %s."
+msgstr "Вы собираетесь удалить объект %s."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:434
-#: plugins/admin/departments/class_departmentManagement.inc:279
-#, fuzzy
-msgid "Go to users home department"
-msgstr "Подразделение"
+#: plugins/addons/addressbook/class_addressbook.inc:378
+#, php-format
+msgid "Save contact for %s as vcard"
+msgstr "Сохранить контактную информацию %s в формате vcard"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-#, fuzzy
-msgid "New profile"
-msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
+#: plugins/addons/addressbook/class_addressbook.inc:382
+#, php-format
+msgid "Send mail to %s"
+msgstr "Ð\9eÑ\82пÑ\80авиÑ\82Ñ\8c %s Ñ\81ообÑ\89ение Ð¿Ð¾ Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82е"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:439
-msgid "P"
-msgstr ""
+#: plugins/addons/addressbook/class_addressbook.inc:467
+msgid "global addressbook"
+msgstr "общая адресная книга"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:444
+#: plugins/addons/addressbook/class_addressbook.inc:470
 #, fuzzy
 #, fuzzy
-msgid "New partition table"
-msgstr "Ð\9fÑ\80инÑ\82еÑ\80"
+msgid "user database"
+msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:444
-msgid "PT"
-msgstr ""
+#: plugins/addons/addressbook/class_addressbook.inc:474
+#, fuzzy, php-format
+msgid "Contact stored in '%s'"
+msgstr "Контакт сохранен в %s"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-#, fuzzy
-msgid "New scripts"
-msgstr "Показать хосты"
+#: plugins/addons/addressbook/class_addressbook.inc:476
+msgid "Creating new entry in"
+msgstr "Создание нового объекта в"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:447
-msgid "S"
-msgstr ""
+#: plugins/addons/addressbook/class_addressbook.inc:515
+#: plugins/addons/logview/class_logview.inc:94
+#: plugins/addons/logview/class_logview.inc:111
+#: plugins/addons/mailqueue/class_mailqueue.inc:281
+#: plugins/addons/mailqueue/class_mailqueue.inc:346
+msgid "All"
+msgstr "Все"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-#, fuzzy
-msgid "New hooks"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
+#: plugins/addons/addressbook/class_addressbook.inc:515 html/getxls.php:65
+#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
+msgid "Given name"
+msgstr "Ð\98мÑ\8f"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:450
-msgid "H"
-msgstr ""
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Work phone"
+msgstr "Рабочий телефон"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:453
-#, fuzzy
-msgid "New variables"
-msgstr "Показать терминалы"
+#: plugins/addons/addressbook/class_addressbook.inc:516
+msgid "Cell phone"
+msgstr "Сотовый телефон"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:453
-msgid "V"
-msgstr ""
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:174
+msgid "Home phone"
+msgstr "Домашний телефон"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-#, fuzzy
-msgid "New templates"
-msgstr "Создать шаблон"
+#: plugins/addons/addressbook/class_addressbook.inc:517 html/getxls.php:80
+#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
+#: html/getxls.php:299
+msgid "User ID"
+msgstr "Идентификатор пользователя"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:456
-msgid "T"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+msgid ""
+"Cannot create a unique DN for your entry. Please fill more formular fields."
 msgstr ""
 msgstr ""
+"Невозможно создать уникальный DN для объекта. Заполните все поля формы."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:459
-#, fuzzy
-msgid "New package list"
-msgstr "Число страниц"
-
-#: plugins/admin/fai/class_faiManagement.inc:459
-msgid "PK"
+#: plugins/addons/addressbook/class_addressbook.inc:606
+msgid ""
+"You have no permissions to create or modify a global address book entry."
 msgstr ""
 msgstr ""
+"У вас недостаточно прав для создания или изменения объекта в общей адресной "
+"книге."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:473
-#: plugins/admin/systems/class_systemManagement.inc:592
-msgid "This table displays all systems, in the selected tree."
-msgstr ""
+#: plugins/addons/ldapmanager/class_csvimport.inc:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
+msgstr "Экспорт в LDIF"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:477
+#: plugins/addons/ldapmanager/class_csvimport.inc:101
 #, fuzzy
 #, fuzzy
-msgid "Name of FAI class"
-msgstr "Ð\98мÑ\8f Ñ\81Ñ\82оп-лиÑ\81Ñ\82а"
+msgid "You've no permission to do CSV imports."
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¿Ð¾Ð´Ñ\80азделениÑ\8f."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:478
-msgid "Class type"
+#: plugins/addons/ldapmanager/class_csvimport.inc:161
+msgid "Need 'sn','givenName' and 'uid' to create user."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:482
-#, fuzzy
-msgid "Edit class"
-msgstr "Список систем"
-
-#: plugins/admin/fai/class_faiManagement.inc:483
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
 #, fuzzy
 #, fuzzy
-msgid "Delete class"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "failed"
+msgstr "Ð\9eÑ\88ибка"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:503
-#: plugins/admin/groups/class_groupApplication.inc:371
-#: plugins/admin/departments/class_departmentManagement.inc:315
-#, fuzzy
-msgid "department"
-msgstr "подразделения"
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiManagement.inc:525
-#: plugins/admin/fai/class_faiManagement.inc:526
-#: plugins/admin/fai/class_faiProfile.inc:161
-#: plugins/admin/fai/class_faiProfileEntry.inc:123
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
 #, fuzzy
 #, fuzzy
-msgid "Partition table"
-msgstr "Ð\9fеÑ\80еменнаÑ\8f"
+msgid "status"
+msgstr "СоÑ\81Ñ\82оÑ\8fние"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:532
-#: plugins/admin/fai/class_faiManagement.inc:533
-msgid "Package list"
+#: plugins/addons/ldapmanager/class_csvimport.inc:281
+#, php-format
+msgid "An Error Occured while inserting entry %s - process aborted"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:539
-#: plugins/admin/fai/class_faiManagement.inc:540
-#, fuzzy
-msgid "Scripts"
-msgstr "Путь к сценариям"
+#: plugins/addons/ldapmanager/class_csvimport.inc:319
+msgid "Nothing to import!"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiManagement.inc:560
-#: plugins/admin/fai/class_faiManagement.inc:561
+#: plugins/addons/ldapmanager/class_csvimport.inc:331
+#: plugins/addons/ldapmanager/class_csvimport.inc:342
+#: plugins/addons/ldapmanager/class_csvimport.inc:347
+#: plugins/addons/ldapmanager/class_import.inc:62
+#: plugins/addons/ldapmanager/class_import.inc:70
 #, fuzzy
 #, fuzzy
-msgid "Profile"
-msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ð¿Ñ\80оÑ\84илÑ\8e"
+msgid "There is no file uploaded."
+msgstr "Файл Ð½ÐµÐ±Ñ\8bл Ð·Ð°Ð³Ñ\80Ñ\83жен"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
+#: plugins/addons/ldapmanager/class_csvimport.inc:336
+#: plugins/addons/ldapmanager/class_import.inc:55
 #, fuzzy
 #, fuzzy
-msgid "Please enter your search string here"
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
+msgid "The specified file is empty."
+msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"ФайлÑ\8b\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
-msgid ""
-"This list displays all assigned package names for this repository settings."
+#: plugins/addons/ldapmanager/class_csvimport.inc:490
+msgid "The selected file does not contain any CSV Data..."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
-#, fuzzy
-msgid "Fully Automatic Installation"
-msgstr "Управление приложениями"
-
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
-#: plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/class_faiProfileEntry.inc:154
-#: plugins/admin/fai/faiHook.tpl:32
-#, fuzzy
-msgid "Objects"
-msgstr "Объект"
-
-#: plugins/admin/fai/faiPartitionTable.tpl:34
+#: plugins/addons/ldapmanager/contentimport.tpl:3
 #, fuzzy
 #, fuzzy
-msgid "Discs"
-msgstr "Устройства"
+msgid ""
+"The LDIF import plugin provides methods to upload a set of entries to your "
+"running LDAP directory as ldif. You may use this to add new or modify "
+"existing entries. Remember that GOsa will not check your ldifs for GOsa "
+"conformance."
+msgstr ""
+"Модуль экспорта в LDIF позволяет получать полный образ текущего каталога "
+"LDAPв формате ldif. Эти образы можно сохранять как резервные копии или "
+"использовать при инициализации нового сервера."
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:27
-msgid ""
-"This menu allows you to select FAI class names and to add them to the "
-"currently edited profile."
-msgstr ""
+#: plugins/addons/ldapmanager/contentimport.tpl:33
+#, fuzzy
+msgid "Overwrite existing entry"
+msgstr "Экспорт объекта"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:40
+#: plugins/addons/ldapmanager/contentimport.tpl:40
 #, fuzzy
 #, fuzzy
-msgid "Show only classes with templates"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\88аблонÑ\8b"
+msgid "Import successful"
+msgstr "Ð\98мпоÑ\80Ñ\82 Ñ\83Ñ\81пеÑ\88ен."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:42
-msgid "Show only classes with scripts"
+#: plugins/addons/ldapmanager/contentcsv.tpl:2
+msgid ""
+"The CSV import plugin provides methods to generate user accounts from a file "
+"containing Comma Seperated Values. The administrator can decide which "
+"columns should be transfered to which attribute. Note that you must have at "
+"least the UID, GIVENNAME and SURENAME set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:44
-msgid "Show only classes with hooks"
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:46
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
 #, fuzzy
 #, fuzzy
-msgid "Show only classes with variables"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82еÑ\80миналÑ\8b"
+msgid "Select template"
+msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:48
-msgid "Show only classes with packages"
+#: plugins/addons/ldapmanager/contentcsv.tpl:34
+msgid "All entries have been written to the LDAP database successfully."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:50
-#, fuzzy
-msgid "Show only classes with partitions"
-msgstr "Показать рабочие станции"
-
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiProfileEntry.tpl:56
-#: plugins/admin/fai/faiPackageEntry.tpl:48 plugins/admin/fai/headpage.tpl:47
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects matching"
-msgstr "Показать совпадения объектов"
-
-#: plugins/admin/fai/faiProfileEntry.tpl:60
-#: plugins/admin/fai/faiPackageEntry.tpl:53 plugins/admin/fai/headpage.tpl:51
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Regular expression for matching object names"
-msgstr "Регулярное выражение, соответствующее именам объектов"
+#: plugins/addons/ldapmanager/contentcsv.tpl:36
+msgid "Oups. There was an error during the import of your data."
+msgstr ""
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-#, fuzzy
-msgid "Package"
-msgstr "Показать телефоны"
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
+msgid "Here is the status report for the import:"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:51
-#: plugins/admin/fai/class_faiHookEntry.inc:54
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
 #, fuzzy
 #, fuzzy
-msgid "Please select a valid file."
-msgstr "Введите корректный серийный номер"
+msgid "Selected Template"
+msgstr "Выберите режим терминала"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:54
-#: plugins/admin/fai/class_faiHookEntry.inc:57
+#: plugins/addons/ldapmanager/class_import.inc:41
 #, fuzzy
 #, fuzzy
-msgid "Selected file is empty."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"ФайлÑ\8b\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
+msgid "You've no permission to do LDAP imports."
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¿Ð¾Ð´Ñ\80азделениÑ\8f."
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:99
-#: plugins/admin/fai/class_faiVariableEntry.inc:86
-#: plugins/admin/fai/class_faiHookEntry.inc:112
-#: plugins/admin/fai/class_faiTemplateEntry.inc:164
-#, fuzzy
-msgid "Please enter a name."
-msgstr "Введите адрес сервера"
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:103
+#: plugins/addons/ldapmanager/contentexport.tpl:3
 #, fuzzy
 #, fuzzy
-msgid "Please enter a script."
-msgstr "Введите корректный серийный номер"
+msgid ""
+"The LDIF export plugin provides methods to download a complete snapshot of "
+"the running LDAP directory as ldif. You may save these files for backup "
+"purpose or when initializing a new server."
+msgstr ""
+"Модуль экспорта в LDIF позволяет получать полный образ текущего каталога "
+"LDAPв формате ldif. Эти образы можно сохранять как резервные копии или "
+"использовать при инициализации нового сервера."
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
-#, fuzzy
-msgid "List of assigned variables"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð¾Ð±Ñ\8aекÑ\82а"
 
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:386
-#: plugins/admin/users/class_userManagement.inc:691
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_ogroupManagement.inc:392
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
-msgstr "Свойства"
+#: plugins/addons/ldapmanager/contentexport.tpl:24
+#: plugins/addons/ldapmanager/contentexport.tpl:39
+#: plugins/addons/ldapmanager/contentexportxls.tpl:27
+#: plugins/addons/ldapmanager/contentexportxls.tpl:42
+msgid "Choose the department you want to Export"
+msgstr "Выбрать подразделение для экспорта"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
 #, fuzzy
 #, fuzzy
-msgid "Script attributes"
-msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82 DN Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "Export successful"
+msgstr "ЭкÑ\81поÑ\80Ñ\82 Ñ\83Ñ\81пеÑ\88ен."
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the complete LDAP database to a file"
+msgstr "Щелкните здесь, чтобы сохранить образ базы данных LDAP в файл"
+
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the LDAP Export "
+msgstr "Щелкните здесь, чтобы сохранить результаты экспорта"
+
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:23
 #, fuzzy
 #, fuzzy
-msgid "Choose a priority"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+msgid "LDAP manager"
+msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð² LDIF"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
+#: plugins/addons/ldapmanager/class_export.inc:6
 #, fuzzy
 #, fuzzy
-msgid "Import script"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
+msgid "CSV import"
+msgstr "Ð\98мпоÑ\80Ñ\82иÑ\80оваÑ\82Ñ\8c"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:150
+#: plugins/addons/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
 #, fuzzy
 #, fuzzy
-msgid "There is no useable package list defined."
-msgstr "Файл Ð½ÐµÐ±Ñ\8bл Ð·Ð°Ð³Ñ\80Ñ\83жен"
+msgid "You've no permission to do LDAP exports."
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¿Ð¾Ð´Ñ\80азделениÑ\8f."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:295
-#, php-format
-msgid "Can't read configuration folder '%s'."
+#: plugins/addons/ldapmanager/class_export.inc:83
+#: plugins/addons/ldapmanager/class_exportxls.inc:89
+msgid "Error while exporting the requested entries!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:377
-#, fuzzy
-msgid "Please select a least one Package."
-msgstr "Введите корректный номер телефона!"
-
-#: plugins/admin/fai/class_faiPackage.inc:381
+#: plugins/addons/ldapmanager/contentexportxls.tpl:3
 #, fuzzy
 #, fuzzy
-msgid "Please choose a valid combination for your repository setup."
-msgstr "Укажите корректный номер телефона."
+msgid ""
+"The XLS export plugin provides methods to download a complete snapshot of "
+"the running LDAP directory as xls. You may save these files for "
+"documentation."
+msgstr ""
+"Модуль экспорта в LDIF позволяет получать полный образ текущего каталога "
+"LDAPв формате ldif. Эти образы можно сохранять как резервные копии или "
+"использовать при инициализации нового сервера."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:402
+#: plugins/addons/ldapmanager/contentexportxls.tpl:14
 #, fuzzy
 #, fuzzy
-msgid "package is configured"
-msgstr "Ð\9dе Ð½Ð°Ñ\81Ñ\82Ñ\80оено"
+msgid "Choose the data you want to Export"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделение Ð´Ð»Ñ\8f Ñ\8dкÑ\81поÑ\80Ñ\82а"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:426
-#, php-format
-msgid "Package file '%s' does not exist."
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:29
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
 #, fuzzy
 #, fuzzy
-msgid "Repository"
-msgstr "Ð\9fовÑ\82оÑ\80иÑ\82Ñ\8c"
+msgid "Click here to save the complete LDAP database to a xls file"
+msgstr "ЩелкниÑ\82е Ð·Ð´ÐµÑ\81Ñ\8c, Ñ\87Ñ\82обÑ\8b Ñ\81оÑ\85Ñ\80аниÑ\82Ñ\8c Ð¾Ð±Ñ\80аз Ð±Ð°Ð·Ñ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85 LDAP Ð² Ñ\84айл"
 
 
-#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
 #, fuzzy
 #, fuzzy
-msgid "Release"
-msgstr "Ð\9dабоÑ\80 Ð¿Ñ\80авил"
+msgid "Click here to save the LDAP Export to a xls file"
+msgstr "ЩелкниÑ\82е Ð·Ð´ÐµÑ\81Ñ\8c, Ñ\87Ñ\82обÑ\8b Ñ\81оÑ\85Ñ\80аниÑ\82Ñ\8c Ñ\80езÑ\83лÑ\8cÑ\82аÑ\82Ñ\8b Ñ\8dкÑ\81поÑ\80Ñ\82а"
 
 
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:313
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
 #, fuzzy
 #, fuzzy
-msgid "Section"
-msgstr "Ð\94ейÑ\81Ñ\82вие"
+msgid "XLS import"
+msgstr "Ð\98мпоÑ\80Ñ\82иÑ\80оваÑ\82Ñ\8c"
 
 
-#: plugins/admin/fai/faiPackage.tpl:50
-msgid "Mirror"
-msgstr ""
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Системные журналы"
 
 
-#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
-msgid "mirror"
-msgstr ""
+#: plugins/addons/logview/class_logview.inc:63
+msgid "No LOG servers defined!"
+msgstr "Не указан сервер журналов."
 
 
-#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
-#: plugins/admin/systems/workstationStartup.tpl:41
-#, fuzzy
-msgid "set"
-msgstr "сброс"
+#: plugins/addons/logview/class_logview.inc:73
+#: plugins/addons/logview/class_logview.inc:168
+msgid "Can't connect to log database, no logs can be shown!"
+msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
 
-#: plugins/admin/fai/faiPackage.tpl:68
-#, fuzzy
-msgid "Used packages"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82елеÑ\84онÑ\8b"
+#: plugins/addons/logview/class_logview.inc:77
+#: plugins/addons/logview/class_logview.inc:171
+msgid "Can't select log database for log generation!"
+msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ð²Ñ\8bбÑ\80аÑ\82Ñ\8c Ð±Ð°Ð·Ñ\83 Ð¶Ñ\83Ñ\80налов Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ð¾Ñ\82Ñ\87еÑ\82ов!"
 
 
-#: plugins/admin/fai/faiPackage.tpl:70
-#, fuzzy
-msgid "Choosen packages"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82елеÑ\84онÑ\8b"
+#: plugins/addons/logview/class_logview.inc:86
+#: plugins/addons/logview/class_logview.inc:103
+msgid "Query for log database failed!"
+msgstr "Ð\9dевозможно Ð²Ñ\8bполниÑ\82Ñ\8c Ð·Ð°Ð¿Ñ\80оÑ\81 Ðº Ð±Ð°Ð·Ðµ Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Ð¶Ñ\83Ñ\80налов!"
 
 
-#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
-msgid "Configure"
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80оиÑ\82Ñ\8c"
+#: plugins/addons/logview/class_logview.inc:118
+msgid "one hour"
+msgstr "один Ñ\87аÑ\81"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:145
-#: plugins/admin/fai/class_faiProfileEntry.inc:151
-msgid "This list displays all assigned class names for this profile."
-msgstr ""
+#: plugins/addons/logview/class_logview.inc:118
+msgid "6 hours"
+msgstr "6 часов"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:153
-#, fuzzy
-msgid "Append new class names"
-msgstr "Доступные приложения"
+#: plugins/addons/logview/class_logview.inc:119
+msgid "12 hours"
+msgstr "12 часов"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:156
-#: plugins/admin/fai/class_faiProfileEntry.inc:118
-msgid "Hook bundle"
-msgstr ""
+#: plugins/addons/logview/class_logview.inc:119
+msgid "24 hours"
+msgstr "24 часа"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:157
-#: plugins/admin/fai/class_faiProfileEntry.inc:119
-#, fuzzy
-msgid "Template bundle"
-msgstr "Шаблон"
+#: plugins/addons/logview/class_logview.inc:120
+msgid "2 days"
+msgstr "2 дня"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:158
-#: plugins/admin/fai/class_faiProfileEntry.inc:120
-#, fuzzy
-msgid "Script bundle"
-msgstr "Путь к сценариям"
+#: plugins/addons/logview/class_logview.inc:120
+msgid "one week"
+msgstr "одна неделя"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:159
-#: plugins/admin/fai/class_faiProfileEntry.inc:121
-#, fuzzy
-msgid "Variable bundle"
-msgstr "Переменная"
+#: plugins/addons/logview/class_logview.inc:121
+msgid "2 weeks"
+msgstr "2 недели"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:160
-msgid "Packages bundle"
-msgstr ""
+#: plugins/addons/logview/class_logview.inc:121
+msgid "one month"
+msgstr "один месяц"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:163
-msgid "Remove class from profile"
-msgstr ""
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Показать хосты"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:226
-msgid "Please assign at least one class to this  profile."
-msgstr ""
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Уровень информативности"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:230
-#, fuzzy
-msgid "Please enter a valid name."
-msgstr "Введите корректный серийный номер"
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Интервал времени"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:238
-#, fuzzy
-msgid "There is already a profile with this class name defined."
-msgstr ""
-"Пользователь с таким регистрационным именем в базе данных уже существует."
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Введите строку для поиска"
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
-#, fuzzy
-msgid "FAI classes"
-msgstr "Выберите тип мыши"
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Набор правил"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
-#, fuzzy
-msgid "FS type"
-msgstr "Тип"
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Уровень"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
-#, fuzzy
-msgid "Mount point"
-msgstr "Мониторинг"
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Имя системы"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
-#, fuzzy
-msgid "Size in MB"
-msgstr "Пользователь:"
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Сообщение"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
-#, fuzzy
-msgid "Mount options"
-msgstr "Дополнительные параметры"
+#: plugins/addons/logview/main.inc:23
+msgid "System log view"
+msgstr "Просмотр системного журнала"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
+#: plugins/addons/mailqueue/main.inc:23
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
 #, fuzzy
 #, fuzzy
-msgid "FS option"
-msgstr "Ð\94обавиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82р"
+msgid "Mail queue"
+msgstr "СеÑ\80вер"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
-#, fuzzy
-msgid "Preserve"
-msgstr "серверы"
+#: plugins/addons/mailqueue/class_mailqueue.inc:53
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUE_QUERY_COMMAND' "
+"specified."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
+#: plugins/addons/mailqueue/class_mailqueue.inc:80
+#: plugins/addons/mailqueue/class_mailqueue.inc:88
+#: plugins/addons/mailqueue/class_mailqueue.inc:107
+#: plugins/addons/mailqueue/class_mailqueue.inc:116
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
 #, php-format
 #, php-format
-msgid "please enter a unique mount point for partition %s"
+msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
-#, fuzzy, php-format
-msgid "Please enter a valid mount point for partition %s."
-msgstr "Введите корректный путь в поле \"Домашний каталог\"."
-
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
-#, php-format
-msgid ""
-"File system type 'swap' is already used, change file system type for "
-"partition %s."
+#: plugins/addons/mailqueue/class_mailqueue.inc:251
+msgid "up"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
+#: plugins/addons/mailqueue/class_mailqueue.inc:253
+#, fuzzy
+msgid "down"
+msgstr "Домен"
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:296
+msgid "no limit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
-#, fuzzy, php-format
-msgid "Please enter a valid partition size for partition %s."
-msgstr "Введите корректный путь в поле \"Домашний каталог\"."
+#: plugins/addons/mailqueue/class_mailqueue.inc:301
+#, fuzzy
+msgid "hours"
+msgstr "час"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
-#, fuzzy, php-format
-msgid "Please enter a valid range for partition %s."
-msgstr "Введите корректный серийный номер"
+#: plugins/addons/mailqueue/class_mailqueue.inc:347
+msgid "Hold"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
-#, fuzzy, php-format
-msgid "Please enter a range for partition size for partition %s."
-msgstr "Введите корректный серийный номер"
+#: plugins/addons/mailqueue/class_mailqueue.inc:348
+msgid "Un hold"
+msgstr ""
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+#: plugins/addons/mailqueue/class_mailqueue.inc:349
+#: plugins/addons/mailqueue/contents.tpl:78
 #, fuzzy
 #, fuzzy
-msgid "Device"
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
+msgid "Active"
+msgstr "Ð\9bиÑ\87нÑ\8bй"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+#: plugins/addons/mailqueue/class_mailqueue.inc:350
+msgid "Not active"
+msgstr ""
+
+#: plugins/addons/mailqueue/contents.tpl:13
 #, fuzzy
 #, fuzzy
-msgid "Partition entries"
-msgstr "Ð\9fеÑ\80еменнаÑ\8f"
+msgid "Please enter a search string here."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+#: plugins/addons/mailqueue/contents.tpl:15
 #, fuzzy
 #, fuzzy
-msgid "Add partition"
-msgstr "Ð\94обавиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80"
+msgid "Select a server"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81еÑ\80веÑ\80Ñ\8b"
 
 
-#: plugins/admin/fai/faiScript.tpl:34
+#: plugins/addons/mailqueue/contents.tpl:18
 #, fuzzy
 #, fuzzy
-msgid "List of scripts"
-msgstr "СпиÑ\81ок Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "with status"
+msgstr "СоÑ\81Ñ\82оÑ\8fние"
 
 
-#: plugins/admin/fai/faiScript.tpl:40
-msgid "Choose a script to delete or edit"
+#: plugins/addons/mailqueue/contents.tpl:22
+msgid "within the last"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:2
-#, fuzzy
-msgid "Repository settings"
-msgstr "Сетевые настройки"
-
-#: plugins/admin/fai/faiPackageNew.tpl:6
-msgid ""
-"To add packages to your package list you have to setup the repository "
-"settings first."
+#: plugins/addons/mailqueue/contents.tpl:30
+msgid "Remove all messages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:8
-msgid ""
-"Packages are usually stored on different servers called mirrors. These "
-"mirrors have different types of releases (for example woody/sarge/etch), "
-"which finally contain packages sorted by section."
+#: plugins/addons/mailqueue/contents.tpl:31
+msgid "Remove all messages from selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:11
-msgid ""
-"Section and release can't be changed in future dialogs, but the mirror can "
-"be changed by editing the entry."
+#: plugins/addons/mailqueue/contents.tpl:32
+#, fuzzy
+msgid "Hold all messages"
+msgstr "Перенаправлять сообщения"
+
+#: plugins/addons/mailqueue/contents.tpl:33
+msgid "Hold all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:17
-msgid ""
-"First select the preferred release, then the section and finally the mirror."
+#: plugins/addons/mailqueue/contents.tpl:34
+msgid "Release all messages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:25
-msgid "Following releases are available"
+#: plugins/addons/mailqueue/contents.tpl:35
+msgid "Release all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageNew.tpl:37
-#, fuzzy
-msgid "Sections for this release"
-msgstr "Местоположение ветки"
+#: plugins/addons/mailqueue/contents.tpl:36
+msgid "Requeue all messages"
+msgstr ""
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:48
-msgid "Matching mirrors"
+#: plugins/addons/mailqueue/contents.tpl:37
+msgid "Requeue all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:82
+#: plugins/addons/mailqueue/contents.tpl:48
 #, fuzzy
 #, fuzzy
-msgid "Please specify a value for the attribute 'content'."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "Search returned no results"
+msgstr "Ð\9dе Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾..."
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
+#: plugins/addons/mailqueue/contents.tpl:54
 #, fuzzy
 #, fuzzy
-msgid "Variable attributes"
-msgstr "Атрибут DN пользователей"
+msgid "ID"
+msgstr "UID"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
+#: plugins/addons/mailqueue/contents.tpl:57
 #, fuzzy
 #, fuzzy
-msgid "Variable content"
-msgstr "Ð\9fеÑ\80еменнаÑ\8f"
+msgid "Arrival"
+msgstr "Ð\90пÑ\80елÑ\8c"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:31
+#: plugins/addons/mailqueue/contents.tpl:59
 #, fuzzy
 #, fuzzy
-msgid "List of template files"
-msgstr "СпиÑ\81ок Ð¿Ð¾Ð´Ñ\80азделений"
+msgid "Recipient"
+msgstr "Ð\9eпиÑ\81ание"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:37
-#, fuzzy
-msgid "Choose a template to delete or edit"
-msgstr "Выбрать раздел, для хранения объекта"
+#: plugins/addons/mailqueue/contents.tpl:60
+msgid "Error"
+msgstr ""
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
+#: plugins/addons/mailqueue/contents.tpl:95
 #, fuzzy
 #, fuzzy
-msgid "List of available packages"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+msgid "Delete this message"
+msgstr "УдалиÑ\82Ñ\8c"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:26
-msgid ""
-"This menu allows you to select multiple packages to add them to the "
-"currently edited package list."
+#: plugins/addons/mailqueue/contents.tpl:99
+msgid "unhold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/remove.tpl:7
+#: plugins/addons/mailqueue/contents.tpl:99
 #, fuzzy
 #, fuzzy
-msgid ""
-"This includes 'all' object information. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
-msgstr ""
-"Сюда входит <b>вся</b> информация о системе и ее настройках. Подумайте еще "
-"раз, действительно ли вам нужно удаление, так как GOsa не сможет отменить "
-"результаты этой операции."
+msgid "Release message"
+msgstr "Сообщение о состоянии"
 
 
-#: plugins/admin/fai/remove.tpl:11 plugins/admin/departments/remove.tpl:10
-#: plugins/admin/systems/remove.tpl:10 plugins/gofon/conference/remove.tpl:10
+#: plugins/addons/mailqueue/contents.tpl:103
 #, fuzzy
 #, fuzzy
-msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your LDAP tree in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
-msgstr ""
-"Лучше всего перед удалением сохранить резервную копию текущего дерева LDAP в "
-"файл. Если вы сделали это и действительно хотите выполнить удаление, нажмите "
-"<i>Удалить</i>, иначе нажмите <i>Отмена</i>."
+msgid "hold"
+msgstr "Почтовые настройки"
 
 
-#: plugins/admin/fai/headpage.tpl:6
+#: plugins/addons/mailqueue/contents.tpl:103
 #, fuzzy
 #, fuzzy
-msgid "List of FAI classes"
-msgstr "Выберите тип мыши"
-
-#: plugins/admin/fai/headpage.tpl:24
-msgid "This menu allows you to create, delete and edit FAI classes."
-msgstr ""
+msgid "Hold message"
+msgstr "Домашняя страница"
 
 
-#: plugins/admin/fai/headpage.tpl:36
+#: plugins/addons/mailqueue/contents.tpl:107
 #, fuzzy
 #, fuzzy
-msgid "Show profiles"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ñ\80инÑ\82еÑ\80Ñ\8b"
+msgid "requeue"
+msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
 
 
-#: plugins/admin/fai/headpage.tpl:37 plugins/admin/users/headpage.tpl:38
-msgid "Show templates"
-msgstr "Показать шаблоны"
+#: plugins/addons/mailqueue/contents.tpl:107
+msgid "Requeue this message"
+msgstr ""
 
 
-#: plugins/admin/fai/headpage.tpl:38
+#: plugins/addons/mailqueue/contents.tpl:110
 #, fuzzy
 #, fuzzy
-msgid "Show scripts"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
+msgid "header"
+msgstr "Ð\9eÑ\82пÑ\80авиÑ\82елÑ\8c"
 
 
-#: plugins/admin/fai/headpage.tpl:39
+#: plugins/addons/mailqueue/contents.tpl:110
 #, fuzzy
 #, fuzzy
-msgid "Show hooks"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
+msgid "Display header from this message"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð½Ð¾Ð¼ÐµÑ\80ов"
 
 
-#: plugins/admin/fai/headpage.tpl:40
-#, fuzzy
-msgid "Show variables"
-msgstr "Показать терминалы"
+#: plugins/admin/groups/class_groupGeneric.inc:115
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
+msgstr "Не могу найти SID в базе LDAP или в сонфигурационном файле!"
 
 
-#: plugins/admin/fai/headpage.tpl:41
-#, fuzzy
-msgid "Show packages"
-msgstr "Показать телефоны"
+#: plugins/admin/groups/class_groupGeneric.inc:167
+msgid "This 'dn' is no group."
+msgstr "Это DN соответствует не группе."
 
 
-#: plugins/admin/fai/headpage.tpl:42
-#, fuzzy
-msgid "Show partitions"
-msgstr "Показать рабочие станции"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Samba group"
+msgstr "Группа Samba"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:226
-#: plugins/admin/fai/class_faiPartitionTable.inc:232
-#, fuzzy, php-format
-msgid "%s partition"
-msgstr "Показать рабочие станции"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain admins"
+msgstr "Администраторы домена"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:228
-#: plugins/admin/fai/class_faiPartitionTable.inc:234
-#, fuzzy, php-format
-msgid "%s partition(s)"
-msgstr "Показать рабочие станции"
+#: plugins/admin/groups/class_groupGeneric.inc:284
+msgid "Domain users"
+msgstr "Пользователи домена"
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:108
-#, fuzzy
-msgid "Please enter a value for script."
-msgstr "Введите корректный серийный номер"
+#: plugins/admin/groups/class_groupGeneric.inc:285
+msgid "Domain guests"
+msgstr "Непривилегированные пользователи домена"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:122
-msgid "Package bundle"
+#: plugins/admin/groups/class_groupGeneric.inc:290
+#, php-format
+msgid "Special group (%d)"
+msgstr "Специальная группа (%d)"
+
+#: plugins/admin/groups/class_groupGeneric.inc:626
+#: plugins/admin/ogroups/class_ogroup.inc:541
+msgid "You have no permissions to create a group on this 'Base'."
+msgstr "У вас недостаточно прав для создания группы в этой ветке."
+
+#: plugins/admin/groups/class_groupGeneric.inc:636
+msgid ""
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
+"Значение поля \"Имя\" содержит недопустимые символы. Допустимыми являются "
+"буквы в нижнем регистре, цифры и дефисы."
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:153
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-#, fuzzy
-msgid "Class name"
-msgstr "Выберите тип мыши"
+#: plugins/admin/groups/class_groupGeneric.inc:647
+#: plugins/admin/groups/class_groupGeneric.inc:654
+msgid "Value specified as 'Name' is already used."
+msgstr "Группа с таким именем уже существует."
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
-#, fuzzy
-msgid "Hook attributes"
-msgstr "Атрибут DN пользователей"
+#: plugins/admin/groups/mail.tpl:11
+msgid "Primary mail address for this shared folder"
+msgstr "Основной адрес эл. почты для этой общей папки"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:34
-msgid "Task"
-msgstr ""
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
+msgstr "Выберите почтовый сервер для пользователя"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:36
-msgid "Choose an existing FAI task"
-msgstr ""
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "Общие папки IMAP"
 
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
-#, php-format
-msgid "Debconf information for package '%s'"
-msgstr ""
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Права по умолчанию"
 
 
-#: plugins/admin/fai/class_askClassName.inc:71
-#, fuzzy
-msgid "Create new FAI object - partition table."
-msgstr "Объект группы"
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Права для членов группы"
 
 
-#: plugins/admin/fai/class_askClassName.inc:72
-#, fuzzy
-msgid "Create new FAI object - package bundle."
-msgstr "Объект группы"
+#: plugins/admin/groups/mail.tpl:88
+msgid "Forward messages to non group members"
+msgstr "Пересылать сообщения не членам группы"
 
 
-#: plugins/admin/fai/class_askClassName.inc:73
+#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
+msgid "List of groups"
+msgstr "Список групп"
+
+#: plugins/admin/groups/headpage.tpl:25
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - script bundle."
-msgstr "Объект группы"
+msgid ""
+"This menu allows you to add, edit and remove selected groups. You may want "
+"to use the range selector on top of the group listbox, when working with a "
+"large number of groups."
+msgstr ""
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
+"группы пользователей. Если у вас их достаточно большое количество, вы можете "
+"использовать групповое выделение."
+
+#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
+msgid "Group administration"
+msgstr "Управление группами"
+
+#: plugins/admin/groups/class_groupManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
+#: html/getxls.php:99 html/getxls.php:244
+msgid "Groups"
+msgstr "Группы"
+
+#: plugins/admin/groups/class_groupManagement.inc:275
+#, php-format
+msgid "You're about to delete the group '%s'."
+msgstr "Вы собираетесь удалить группу \"%s\"."
 
 
-#: plugins/admin/fai/class_askClassName.inc:74
-#, fuzzy
-msgid "Create new FAI object - variable bundle."
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+#: plugins/admin/groups/class_groupManagement.inc:281
+#: plugins/admin/groups/class_groupManagement.inc:307
+msgid "You are not allowed to delete this group!"
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ой Ð³Ñ\80Ñ\83ппÑ\8b!"
 
 
-#: plugins/admin/fai/class_askClassName.inc:75
+#: plugins/admin/groups/class_groupManagement.inc:354
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - hook bundle."
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Create new group"
+msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
 
 
-#: plugins/admin/fai/class_askClassName.inc:76
+#: plugins/admin/groups/class_groupManagement.inc:361
+#: plugins/admin/applications/class_applicationManagement.inc:337
+#: plugins/admin/departments/class_departmentManagement.inc:291
+#: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - profile."
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Edit this entry"
+msgstr "РедакÑ\82иоваÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
 
 
-#: plugins/admin/fai/class_askClassName.inc:77
+#: plugins/admin/groups/class_groupManagement.inc:362
+#: plugins/admin/applications/class_applicationManagement.inc:338
+#: plugins/admin/departments/class_departmentManagement.inc:292
+#: plugins/admin/ogroups/class_ogroupManagement.inc:372
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - template."
-msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
+msgid "Delete this entry"
+msgstr "УдалиÑ\82Ñ\8c"
 
 
-#: plugins/admin/fai/class_askClassName.inc:78
+#: plugins/admin/groups/class_groupManagement.inc:372
+#: plugins/admin/users/class_userManagement.inc:728
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object"
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Posix"
+msgstr "Ð\9fÑ\80окÑ\81и-Ñ\81еÑ\80веÑ\80"
 
 
-#: plugins/admin/fai/class_askClassName.inc:131
-#, fuzzy
-msgid "The given class name is empty."
-msgstr "Значение поля \"Файлы\" некорректно."
+#: plugins/admin/groups/class_groupManagement.inc:375
+#: plugins/admin/applications/class_applicationManagement.inc:348
+#: plugins/admin/ogroups/class_ogroupManagement.inc:483
+#: plugins/gofon/fonreports/contents.tpl:34
+#: plugins/generic/references/class_reference.inc:42
+msgid "Application"
+msgstr "Приложение"
 
 
-#: plugins/admin/fai/class_askClassName.inc:135
+#: plugins/admin/groups/class_groupManagement.inc:385
 #, fuzzy
 #, fuzzy
-msgid "The specified class name is already in use for this object type."
-msgstr "Группа с таким именем уже существует."
+msgid "Groupname"
+msgstr "Группа"
 
 
-#: plugins/admin/fai/askClassName.tpl:6
-msgid ""
-"Adding a new class to the FAI management, requires a class name. You have to "
-"specify a unique class name for unique types of FAI classes, while you can "
-"use the same class name for different types of FAI classes. In the laste "
-"case, FAI will automatically enclose all these different class types to one "
-"unique class name."
+#: plugins/admin/groups/class_groupManagement.inc:386
+#: plugins/admin/users/class_userManagement.inc:691
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/ogroups/class_ogroupManagement.inc:392
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Свойства"
+
+#: plugins/admin/groups/class_groupManagement.inc:390
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/ogroups/class_ogroupManagement.inc:397
+msgid "This table displays all groups, in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:12
+#: plugins/admin/groups/remove.tpl:6
 msgid ""
 msgid ""
-"Please use one of the following methods to choose the name for the new FAI "
-"class."
+"This may be a primary user group. Please double check if you really want to "
+"do this since there is no way for GOsa to get your data back."
 msgstr ""
 msgstr ""
+"Возможно, это основная группа пользователей. Еще раз проверте что Вы "
+"действительно хотите удалить ее, так как GOsa не сможет отменить результаты "
+"этой операции."
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr ""
+#: plugins/admin/groups/application_options.tpl:1
+msgid "Application options"
+msgstr "Параметры приложения"
 
 
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
-msgstr ""
+#: plugins/admin/groups/class_groupMail.inc:158
+msgid "read"
+msgstr "чтение"
 
 
-#: plugins/admin/fai/askClassName.tpl:54
-#, fuzzy
-msgid "Choose class name"
-msgstr "Выберите тип мыши"
+#: plugins/admin/groups/class_groupMail.inc:159
+msgid "post"
+msgstr "отправка"
 
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-#, fuzzy
-msgid "Use"
-msgstr "Пользователь"
+#: plugins/admin/groups/class_groupMail.inc:160
+msgid "external post"
+msgstr "отправка (внешн.)"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
-#, fuzzy
-msgid "A new class name."
-msgstr "Доступные приложения"
+#: plugins/admin/groups/class_groupMail.inc:161
+msgid "append"
+msgstr "добавление"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:74
-#, fuzzy
-msgid "no file uploaded yet"
-msgstr "Файл небыл загружен"
+#: plugins/admin/groups/class_groupMail.inc:162
+msgid "write"
+msgstr "запись"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:76
-#, php-format
-msgid "exists in database (size: %s bytes)"
+#: plugins/admin/groups/class_groupMail.inc:187
+msgid "This 'dn' has no valid mail extensions."
+msgstr "Для этого DN нет корректных почтовых расширений."
+
+#: plugins/admin/groups/class_groupMail.inc:252
+msgid "You're trying to add an invalid email address "
+msgstr "Вы пытаетесь добавить некорректный адрес электронной почты "
+
+#: plugins/admin/groups/class_groupMail.inc:253
+msgid "to the list of forwarders."
+msgstr "к списку тех, кому должны пересылаться сообщения."
+
+#: plugins/admin/groups/class_groupMail.inc:622
+msgid "Please enter a valid email addres in 'Primary address' field."
+msgstr "Введите корректное значение в поле \"Основной адрес\"."
+
+#: plugins/admin/groups/class_groupMail.inc:655
+msgid ""
+"Please choose valid permission settings. Default permission can't be emtpy."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:156
+#: plugins/admin/groups/class_groupMail.inc:659
 #, fuzzy
 #, fuzzy
-msgid "Please specify a value for attribute 'file'."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "Please select a valid mail server."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:160
-#, fuzzy
-msgid "Please specify a value for attribute 'path'."
-msgstr "Укажите корректный номер телефона."
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Объект"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:168
-#, fuzzy
-msgid "Please enter a user."
-msgstr "Введите адрес сервера"
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+msgid "Choose"
+msgstr "Выбрать"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:171
-#, fuzzy
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
-msgstr "Введите корректное имя пользователя!"
+#: plugins/admin/groups/acl.tpl:17
+msgid "Apply this acl only for users own entries"
+msgstr "Применить эти права доступа только к собственным записям пользователей"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:175
-#, fuzzy
-msgid "Please enter a group."
-msgstr "Введите адрес сервера"
+#: plugins/admin/groups/application.tpl:4
+msgid "Used applications"
+msgstr "Используемые приложения"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:178
+#: plugins/admin/groups/application.tpl:7
 #, fuzzy
 #, fuzzy
-msgid "Please enter a valid group. Only a-z/0-9 are allowed."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
+msgid "Add category"
+msgstr "Ð\9aаÑ\82егоÑ\80иÑ\8f"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:21
-#, fuzzy
-msgid "Template attributes"
-msgstr "Атрибут DN пользователей"
+#: plugins/admin/groups/application.tpl:12
+msgid "Available applications"
+msgstr "Доступные приложения"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
-#, fuzzy
-msgid "File"
-msgstr "Файлы"
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Выбрать пользователей для добавления"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:35
-#, fuzzy
-msgid "Save template"
-msgstr "Создать шаблон"
+#: plugins/admin/groups/group_objects.tpl:29
+msgid "Display users of department"
+msgstr "Подразделение"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:92
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-#, fuzzy
-msgid "Upload"
-msgstr "Загрузка процессора"
+#: plugins/admin/groups/group_objects.tpl:39
+#: plugins/admin/users/headpage.tpl:49
+msgid "Regular expression for matching user names"
+msgstr "Регулярное выражение, соответствующее именам пользователей"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:47
-#, fuzzy
-msgid "Destination path"
-msgstr "Назначение"
+#: plugins/admin/groups/class_groupAcl.inc:58
+msgid "This 'dn' is no acl container."
+msgstr "Это DN не содержит ACL."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:62
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
-msgid "Owner"
-msgstr ""
+#: plugins/admin/groups/class_groupAcl.inc:203
+msgid "All fields are writeable"
+msgstr "Все поля доступны для записи"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:71
-#: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:584
-#: plugins/admin/systems/class_printGeneric.inc:586
-#: plugins/admin/ogroups/class_ogroupManagement.inc:482
-#: plugins/generic/references/class_reference.inc:36
-msgid "Group"
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
+msgid "Group name"
 msgstr "Группа"
 
 msgstr "Группа"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:80
-#, fuzzy
-msgid "Access"
-msgstr "Адрес"
+#: plugins/admin/groups/generic.tpl:9
+msgid "Posix name of the group"
+msgstr "Имя группы, соответствующее стандарту POSIX"
+
+#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
+msgid "Descriptive text for this group"
+msgstr "Описание группы"
+
+#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
+msgid "Choose subtree to place group in"
+msgstr "Выберите ветку для группы"
+
+#: plugins/admin/groups/generic.tpl:36
+msgid "Normally IDs are autogenerated, select to specify manually"
+msgstr ""
+"Обычно идентификаторы создаются автоматически, но вы можете выбрать указание "
+"вручную"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:86
-#, fuzzy
-msgid "Class"
-msgstr "Выберите тип мыши"
+#: plugins/admin/groups/generic.tpl:36
+msgid "Force GID"
+msgstr "Указать GID вручную"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:87
-#, fuzzy
-msgid "Read"
-msgstr "чтение"
+#: plugins/admin/groups/generic.tpl:38
+msgid "Forced ID number"
+msgstr "Указанный вручную GID"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-#, fuzzy
-msgid "Write"
-msgstr "запись"
+#: plugins/admin/groups/generic.tpl:45
+msgid "Select to create a samba conform group"
+msgstr "Создать группу для работы с Samba"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
-#: plugins/admin/systems/workstation.tpl:88
-#: plugins/admin/ogroups/termgroup.tpl:13
-msgid "Execute"
-msgstr "Выполнить"
+#: plugins/admin/groups/generic.tpl:50
+msgid "in domain"
+msgstr "в домене"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-#, fuzzy
-msgid "Special"
-msgstr "терминалы"
+#: plugins/admin/groups/generic.tpl:67
+msgid "Members are in a phone pickup group"
+msgstr "Члены телефонной группы"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
+#: plugins/admin/groups/generic.tpl:80
 #, fuzzy
 #, fuzzy
-msgid "SUID"
-msgstr "UID"
+msgid "Members are in a nagios group"
+msgstr "Члены телефонной группы"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:109
-#, fuzzy
-msgid "SGID"
-msgstr "GID"
+#: plugins/admin/groups/generic.tpl:96
+msgid "Group members"
+msgstr "Члены группы"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
-#, fuzzy
-msgid "Others"
-msgstr "Фильтры"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Администраторы папки"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
-#, fuzzy
-msgid "sticky"
-msgstr "Состояние"
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Выберите подразделение."
 
 
-#: plugins/admin/fai/faiHook.tpl:34
-#, fuzzy
-msgid "List of hook scripts"
-msgstr "Стоп-листы"
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Показать адреса подразделения"
 
 
-#: plugins/admin/fai/faiHook.tpl:40
-msgid "Choose a hook to delete or edit"
-msgstr ""
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Показать подходяшие адреса"
 
 
-#: plugins/admin/groups/mail.tpl:11
-msgid "Primary mail address for this shared folder"
-msgstr "Ð\9eÑ\81новной Ð°Ð´Ñ\80еÑ\81 Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b Ð´Ð»Ñ\8f Ñ\8dÑ\82ой Ð¾Ð±Ñ\89ей Ð¿Ð°Ð¿ÐºÐ¸"
+#: plugins/admin/groups/class_groupApplication.inc:299
+msgid "This 'dn' is no appgroup."
+msgstr "ЭÑ\82о DN Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83еÑ\82 Ð½Ðµ Ð³Ñ\80Ñ\83ппе Ð¿Ñ\80иложений."
 
 
-#: plugins/admin/groups/mail.tpl:16
-msgid "Select mail server to place user on"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ñ\87Ñ\82овÑ\8bй Ñ\81еÑ\80веÑ\80 Ð´Ð»Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еля"
+#: plugins/admin/groups/class_groupApplication.inc:307
+msgid "Remove applications"
+msgstr "УдалиÑ\82Ñ\8c Ð¿Ñ\80иложения"
 
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "Общие папки IMAP"
+#: plugins/admin/groups/class_groupApplication.inc:308
+msgid ""
+"This group has application features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Этой группе доступны приложения. Вы можете запретить доступ к ним, щелкнув "
+"ниже."
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Ð\9fÑ\80ава Ð¿Ð¾ Ñ\83молÑ\87аниÑ\8e"
+#: plugins/admin/groups/class_groupApplication.inc:310
+msgid "Create applications"
+msgstr "СоздаÑ\82Ñ\8c Ð¿Ñ\80иложениÑ\8f"
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Права для членов группы"
+#: plugins/admin/groups/class_groupApplication.inc:311
+msgid ""
+"This group has application features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Этой группе недоступны приложения. Вы можете разрешить доступ к ним, щелкнув "
+"ниже."
 
 
-#: plugins/admin/groups/mail.tpl:88
-msgid "Forward messages to non group members"
-msgstr "Пересылать сообщения не членам группы"
+#: plugins/admin/groups/class_groupApplication.inc:323
+#, fuzzy
+msgid "Invalid character in category name."
+msgstr "Значение поля \"Имя\" содержит недопустимые символы."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:42 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Группы"
+#: plugins/admin/groups/class_groupApplication.inc:331
+#, fuzzy
+msgid "The specified category already exists."
+msgstr "Подразделение с таким именем уже существует."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:275
-#, php-format
-msgid "You're about to delete the group '%s'."
-msgstr "Вы собираетесь удалить группу \"%s\"."
+#: plugins/admin/groups/class_groupApplication.inc:372
+msgid "The selected application name is not uniq. Please check your LDAP."
+msgstr ""
+"Выбранное имя приложения не уникально. Проверьте свою базу данных LDAP."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:281
-#: plugins/admin/groups/class_groupManagement.inc:307
-msgid "You are not allowed to delete this group!"
-msgstr "У вас недостаточно прав для удаления этой группы!"
+#: plugins/admin/groups/class_groupApplication.inc:408
+msgid "The selected application has no options."
+msgstr "У выбранного приложения нет параметров."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:354
+#: plugins/admin/groups/class_groupApplication.inc:501
+#: plugins/admin/departments/class_departmentManagement.inc:315
+#: plugins/admin/fai/class_faiManagement.inc:503
 #, fuzzy
 #, fuzzy
-msgid "Create new group"
-msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
+msgid "department"
+msgstr "подÑ\80азделениÑ\8f"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:361
-#: plugins/admin/applications/class_applicationManagement.inc:337
-#: plugins/admin/departments/class_departmentManagement.inc:291
-#: plugins/admin/ogroups/class_ogroupManagement.inc:371
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:296
+#: plugins/admin/groups/class_groupApplication.inc:509
 #, fuzzy
 #, fuzzy
-msgid "Edit this entry"
-msgstr "РедакÑ\82иоваÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
+msgid "application"
+msgstr "пÑ\80иложениÑ\8f"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:362
-#: plugins/admin/applications/class_applicationManagement.inc:338
-#: plugins/admin/departments/class_departmentManagement.inc:292
-#: plugins/admin/ogroups/class_ogroupManagement.inc:372
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:297
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:299
+#: plugins/admin/groups/class_groupApplication.inc:550
+#: plugins/admin/groups/class_groupApplication.inc:586
 #, fuzzy
 #, fuzzy
-msgid "Delete this entry"
+msgid "Delete entry"
 msgstr "Удалить"
 
 msgstr "Удалить"
 
-#: plugins/admin/groups/class_groupManagement.inc:372
-#: plugins/admin/users/class_userManagement.inc:728
+#: plugins/admin/groups/class_groupApplication.inc:554
+#: plugins/admin/groups/class_groupApplication.inc:584
+msgid "Move up"
+msgstr ""
+
+#: plugins/admin/groups/class_groupApplication.inc:555
+#: plugins/admin/groups/class_groupApplication.inc:585
 #, fuzzy
 #, fuzzy
-msgid "Posix"
-msgstr "Ð\9fÑ\80окÑ\81и-Ñ\81еÑ\80веÑ\80"
+msgid "Move down"
+msgstr "Ð\94омен"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:375
-#: plugins/admin/applications/class_applicationManagement.inc:348
-#: plugins/admin/ogroups/class_ogroupManagement.inc:483
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Приложение"
+#: plugins/admin/groups/class_groupApplication.inc:582
+msgid "Insert seperator"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupManagement.inc:385
+#: plugins/admin/users/password.tpl:2
 #, fuzzy
 #, fuzzy
-msgid "Groupname"
-msgstr "Группа"
+msgid ""
+"To change the user password use the fields below. The changes take effect "
+"immediately. Please memorize the new password, because the user wouldn't be "
+"able to login without it."
+msgstr ""
+"В полях ниже вы можете изменить пароль выбранного пользователя. Изменения "
+"вступят в силу немедленно. Пожалуйста, запомните новый пароль, так как иначе "
+"пользователь не сможет войти в систему."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:390
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/ogroups/class_ogroupManagement.inc:397
-msgid "This table displays all groups, in the selected tree."
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
+msgstr "Создание пользователя на основе шаблона"
+
+#: plugins/admin/users/template.tpl:6
+#, fuzzy
+msgid ""
+"Creating a new user can be assisted by using templates. Many database "
+"records will be filled automatically. Choose 'none' to skip the usage of "
+"templates."
 msgstr ""
 msgstr ""
+"Можно создавать пользователей на основе шаблонов. При этом многие поля в "
+"базе данных будут заполнены автоматически. Выберите <b>нет</b>, чтобы не "
+"использовать шаблоны."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:115
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
-msgstr "Не могу найти SID в базе LDAP или в сонфигурационном файле!"
+#: plugins/admin/users/template.tpl:11
+#: plugins/admin/users/class_userManagement.inc:1028
+#: plugins/admin/systems/class_systemManagement.inc:705
+msgid "Template"
+msgstr "Шаблон"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:167
-msgid "This 'dn' is no group."
-msgstr "Это DN соответствует не группе."
+#: plugins/admin/users/template.tpl:44
+#: plugins/admin/fai/class_faiManagement.inc:398
+#: plugins/admin/fai/faiPackageNew.tpl:65
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+msgid "Continue"
+msgstr "Продолжить"
+
+#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
+msgid "User administration"
+msgstr "Управление пользователями"
+
+#: plugins/admin/users/class_userManagement.inc:25
+#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
+#: html/getxls.php:243
+msgid "Users"
+msgstr "Пользователи"
+
+#: plugins/admin/users/class_userManagement.inc:247
+#: plugins/admin/users/class_userManagement.inc:317
+msgid "You are not allowed to set this users password!"
+msgstr "У вас недостаточно прав для смены пароля этого пользователя!"
+
+#: plugins/admin/users/class_userManagement.inc:353
+#, php-format
+msgid "You're about to delete the user %s."
+msgstr "Вы собираетесь удалить пользователя %s."
+
+#: plugins/admin/users/class_userManagement.inc:359
+#: plugins/admin/users/class_userManagement.inc:387
+msgid "You are not allowed to delete this user!"
+msgstr "У вас недостаточно прав для удаления этого пользователя!"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Samba group"
-msgstr "Группа Samba"
+#: plugins/admin/users/class_userManagement.inc:488
+#: plugins/admin/systems/class_workstationStartup.inc:49
+#: plugins/admin/ogroups/class_ogroup.inc:240
+msgid "none"
+msgstr "нет"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain admins"
-msgstr "Ð\90дминиÑ\81Ñ\82Ñ\80аÑ\82оÑ\80Ñ\8b Ð´Ð¾Ð¼ÐµÐ½Ð°"
+#: plugins/admin/users/class_userManagement.inc:559
+msgid "A person with the choosen name is already used in this tree."
+msgstr "Ð\9fолÑ\8cзоваÑ\82елÑ\8c Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же ÐµÑ\81Ñ\82Ñ\8c Ð² Ñ\8dÑ\82ой Ð²ÐµÑ\82ке."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:284
-msgid "Domain users"
-msgstr "Пользователи домена"
+#: plugins/admin/users/class_userManagement.inc:674
+#, fuzzy
+msgid "Create new user"
+msgstr "Создание нового объекта в"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:285
-msgid "Domain guests"
-msgstr "Непривилегированные пользователи домена"
+#: plugins/admin/users/class_userManagement.inc:674
+#, fuzzy
+msgid "New user"
+msgstr "пользователи"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:290
-#, php-format
-msgid "Special group (%d)"
-msgstr "СпеÑ\86иалÑ\8cнаÑ\8f Ð³Ñ\80Ñ\83ппа (%d)"
+#: plugins/admin/users/class_userManagement.inc:675
+#, fuzzy
+msgid "Create new template"
+msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:626
-#: plugins/admin/ogroups/class_ogroup.inc:541
-msgid "You have no permissions to create a group on this 'Base'."
-msgstr "У вас недостаточно прав для создания группы в этой ветке."
+#: plugins/admin/users/class_userManagement.inc:675
+msgid "New template"
+msgstr "Создать шаблон"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:636
-msgid ""
-"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
-"Значение поля \"Имя\" содержит недопустимые символы. Допустимыми являются "
-"буквы в нижнем регистре, цифры и дефисы."
+#: plugins/admin/users/class_userManagement.inc:682
+#, fuzzy
+msgid "password"
+msgstr "Пароль"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:647
-#: plugins/admin/groups/class_groupGeneric.inc:654
-msgid "Value specified as 'Name' is already used."
-msgstr "Группа с таким именем уже существует."
+#: plugins/admin/users/class_userManagement.inc:690
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
+#: ihtml/themes/default/setup_useradmin.tpl:22
+msgid "Username"
+msgstr "Имя пользователя"
 
 
-#: plugins/admin/groups/remove.tpl:6
-msgid ""
-"This may be a primary user group. Please double check if you really want to "
-"do this since there is no way for GOsa to get your data back."
+#: plugins/admin/users/class_userManagement.inc:695
+msgid "This table displays all users, in the selected tree."
 msgstr ""
 msgstr ""
-"Возможно, это основная группа пользователей. Еще раз проверте что Вы "
-"действительно хотите удалить ее, так как GOsa не сможет отменить результаты "
-"этой операции."
 
 
-#: plugins/admin/groups/main.inc:39 plugins/admin/groups/main.inc:43
-msgid "Group administration"
-msgstr "Управление группами"
+#: plugins/admin/users/class_userManagement.inc:726
+msgid "GOsa"
+msgstr ""
 
 
-#: plugins/admin/groups/headpage.tpl:6 plugins/admin/ogroups/headpage.tpl:6
-msgid "List of groups"
-msgstr "Список групп"
+#: plugins/admin/users/class_userManagement.inc:727
+#, fuzzy
+msgid "Edit generic properties"
+msgstr "Изменить свойства"
 
 
-#: plugins/admin/groups/headpage.tpl:25
+#: plugins/admin/users/class_userManagement.inc:729
 #, fuzzy
 #, fuzzy
-msgid ""
-"This menu allows you to add, edit and remove selected groups. You may want "
-"to use the range selector on top of the group listbox, when working with a "
-"large number of groups."
-msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"группы пользователей. Если у вас их достаточно большое количество, вы можете "
-"использовать групповое выделение."
+msgid "Edit UNIX properties"
+msgstr "Изменить свойства"
 
 
-#: plugins/admin/groups/class_groupMail.inc:158
-msgid "read"
-msgstr "чтение"
+#: plugins/admin/users/class_userManagement.inc:731
+#, fuzzy
+msgid "Edit environment properties"
+msgstr "Изменить свойства"
 
 
-#: plugins/admin/groups/class_groupMail.inc:159
-msgid "post"
-msgstr "отправка"
+#: plugins/admin/users/class_userManagement.inc:733
+#, fuzzy
+msgid "Edit mail properties"
+msgstr "Изменить свойства"
 
 
-#: plugins/admin/groups/class_groupMail.inc:160
-msgid "external post"
-msgstr "отправка (внешн.)"
+#: plugins/admin/users/class_userManagement.inc:735
+#, fuzzy
+msgid "Edit phone properties"
+msgstr "Изменить свойства"
 
 
-#: plugins/admin/groups/class_groupMail.inc:161
-msgid "append"
-msgstr "добавление"
+#: plugins/admin/users/class_userManagement.inc:737
+#, fuzzy
+msgid "Edit fax properies"
+msgstr "Изменить свойства"
 
 
-#: plugins/admin/groups/class_groupMail.inc:162
-msgid "write"
-msgstr "запись"
+#: plugins/admin/users/class_userManagement.inc:739
+#, fuzzy
+msgid "Edit samba properties"
+msgstr "Изменить свойства"
 
 
-#: plugins/admin/groups/class_groupMail.inc:187
-msgid "This 'dn' has no valid mail extensions."
-msgstr "Для этого DN нет корректных почтовых расширений."
+#: plugins/admin/users/class_userManagement.inc:740
+#, fuzzy
+msgid "Create user from template"
+msgstr "Создать шаблон"
 
 
-#: plugins/admin/groups/class_groupMail.inc:252
-msgid "You're trying to add an invalid email address "
-msgstr "Вы пытаетесь добавить некорректный адрес электронной почты "
+#: plugins/admin/users/class_userManagement.inc:741
+#, fuzzy
+msgid "Create user with this template"
+msgstr "Создать шаблон"
 
 
-#: plugins/admin/groups/class_groupMail.inc:253
-msgid "to the list of forwarders."
-msgstr "к списку тех, кому должны пересылаться сообщения."
+#: plugins/admin/users/class_userManagement.inc:800
+#, fuzzy
+msgid "Online"
+msgstr "в сети"
 
 
-#: plugins/admin/groups/class_groupMail.inc:622
-msgid "Please enter a valid email addres in 'Primary address' field."
-msgstr "Введите корректное значение в поле \"Основной адрес\"."
+#: plugins/admin/users/class_userManagement.inc:807
+#, fuzzy
+msgid "Offline"
+msgstr "не в сети"
 
 
-#: plugins/admin/groups/class_groupMail.inc:655
+#: plugins/admin/users/remove.tpl:6
 msgid ""
 msgid ""
-"Please choose valid permission settings. Default permission can't be emtpy."
+"This includes all account data, system access rules, imap settings, etc. for "
+"this user. Please double check if your really want to do this since there is "
+"no way for GOsa to get your data back."
 msgstr ""
 msgstr ""
+"Сюда входит вся информация об учетной записи этого пользователя, его права "
+"доступа в системе, настройки IMAP и т. д. Подумайте еще раз, действительно "
+"ли вам нужно удаление, так как GOsa не сможет отменить результаты этой "
+"операции."
 
 
-#: plugins/admin/groups/class_groupMail.inc:659
-#, fuzzy
-msgid "Please select a valid mail server."
-msgstr "Введите корректный серийный номер"
-
-#: plugins/admin/groups/acl.tpl:4
-msgid "Object"
-msgstr "Объект"
+#: plugins/admin/users/headpage.tpl:6
+msgid "List of users"
+msgstr "Список пользователей"
 
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-msgid "Choose"
-msgstr "Выбрать"
+#: plugins/admin/users/headpage.tpl:24
+#, fuzzy
+msgid ""
+"This menu allows you to create, edit and delete selected users. Having a "
+"great number of users, you may want to use the range selectors on top of the "
+"user list."
+msgstr ""
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранных "
+"пользователей. Если у вас достаточно большое количество пользователей, вы "
+"можете использовать групповое выделение."
 
 
-#: plugins/admin/groups/acl.tpl:17
-msgid "Apply this acl only for users own entries"
-msgstr "Ð\9fÑ\80имениÑ\82Ñ\8c Ñ\8dÑ\82и Ð¿Ñ\80ава Ð´Ð¾Ñ\81Ñ\82Ñ\83па Ñ\82олÑ\8cко Ðº Ñ\81обÑ\81Ñ\82веннÑ\8bм Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8fм пользователей"
+#: plugins/admin/users/headpage.tpl:38
+msgid "Select to see template pseudo users"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\88аблонÑ\8b Ð¿Ñ\81евдопользователей"
 
 
-#: plugins/admin/groups/application.tpl:4
-msgid "Used applications"
-msgstr "Ð\98Ñ\81полÑ\8cзÑ\83емÑ\8bе Ð¿Ñ\80иложениÑ\8f"
+#: plugins/admin/users/headpage.tpl:38 plugins/admin/fai/headpage.tpl:37
+msgid "Show templates"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\88аблонÑ\8b"
 
 
-#: plugins/admin/groups/application.tpl:6
-msgid "Seperator"
+#: plugins/admin/users/headpage.tpl:39
+msgid "Select to see users that have only a GOsa object"
 msgstr ""
 msgstr ""
+"Выберите, чтобы просмотреть пользователей, у которых есть только объект GOsa"
 
 
-#: plugins/admin/groups/application.tpl:11
-msgid "Available applications"
-msgstr "Ð\94оÑ\81Ñ\82Ñ\83пнÑ\8bе Ð¿Ñ\80иложениÑ\8f"
+#: plugins/admin/users/headpage.tpl:39
+msgid "Show functional users"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¾Ð±Ñ\8bÑ\87нÑ\8bÑ\85 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
 
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
-msgstr "Выбрать пользователей для добавления"
+#: plugins/admin/users/headpage.tpl:40
+msgid "Select to see users that have posix settings"
+msgstr ""
+"Выберите, чтобы просмотреть пользователей с атрибутами в стандарте POSIX"
 
 
-#: plugins/admin/groups/group_objects.tpl:29
-msgid "Display users of department"
-msgstr "Ð\9fодÑ\80азделение"
+#: plugins/admin/users/headpage.tpl:40
+msgid "Show unix users"
+msgstr "Ð\9fоказаÑ\82Ñ\8c UNIX-полÑ\8cзоваÑ\82елей"
 
 
-#: plugins/admin/groups/group_objects.tpl:39
-#: plugins/admin/users/headpage.tpl:49
-msgid "Regular expression for matching user names"
-msgstr "Регулярное выражение, соответствующее именам пользователей"
+#: plugins/admin/users/headpage.tpl:41
+msgid "Select to see users that have mail settings"
+msgstr "Выберите, чтобы просмотреть пользователей с настройками почты"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:58
-msgid "This 'dn' is no acl container."
-msgstr "ЭÑ\82о DN Ð½Ðµ Ñ\81одеÑ\80жиÑ\82 ACL."
+#: plugins/admin/users/headpage.tpl:41
+msgid "Show mail users"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ñ\81 Ð¿Ð¾Ñ\87Ñ\82ой"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:203
-msgid "All fields are writeable"
-msgstr "Ð\92Ñ\81е Ð¿Ð¾Ð»Ñ\8f Ð´Ð¾Ñ\81Ñ\82Ñ\83пнÑ\8b Ð´Ð»Ñ\8f Ð·Ð°Ð¿Ð¸Ñ\81и"
+#: plugins/admin/users/headpage.tpl:42
+msgid "Select to see users that have samba settings"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ñ\81 Ð½Ð°Ñ\81Ñ\82Ñ\80ойками Samba"
 
 
-#: plugins/admin/groups/generic.tpl:7 plugins/admin/ogroups/generic.tpl:7
-msgid "Group name"
-msgstr "Ð\93Ñ\80Ñ\83ппа"
+#: plugins/admin/users/headpage.tpl:42
+msgid "Show samba users"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Samba"
 
 
-#: plugins/admin/groups/generic.tpl:9
-msgid "Posix name of the group"
-msgstr "Ð\98мÑ\8f Ð³Ñ\80Ñ\83ппÑ\8b, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ñ\81Ñ\82андаÑ\80Ñ\82Ñ\83 POSIX"
+#: plugins/admin/users/headpage.tpl:43
+msgid "Select to see users that have proxy settings"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ñ\81 Ð½Ð°Ñ\81Ñ\82Ñ\80ойками Ð¿Ñ\80окÑ\81и-Ñ\81еÑ\80веÑ\80а"
 
 
-#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
-msgid "Descriptive text for this group"
-msgstr "Ð\9eпиÑ\81ание Ð³Ñ\80Ñ\83ппÑ\8b"
+#: plugins/admin/users/headpage.tpl:43
+msgid "Show proxy users"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ñ\81 Ð¿Ñ\80окÑ\81и-Ñ\81еÑ\80веÑ\80ами"
 
 
-#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:24
-msgid "Choose subtree to place group in"
-msgstr "Выберите ветку для группы"
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+#: plugins/admin/applications/class_applicationManagement.inc:357
+msgid "Application name"
+msgstr "Приложение"
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Normally IDs are autogenerated, select to specify manually"
-msgstr ""
-"Обычно идентификаторы создаются автоматически, но вы можете выбрать указание "
-"вручную"
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
+msgid "Display name"
+msgstr "Отображаемое имя"
 
 
-#: plugins/admin/groups/generic.tpl:36
-msgid "Force GID"
-msgstr "Указать GID вручную"
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr ""
+"Имя приложения, которое будет показано пользователям (например, под "
+"пиктограммами)"
 
 
-#: plugins/admin/groups/generic.tpl:38
-msgid "Forced ID number"
-msgstr "Указанный вручную GID"
+#: plugins/admin/applications/generic.tpl:17
+#: plugins/admin/systems/server.tpl:48 plugins/admin/systems/terminal.tpl:109
+#: plugins/admin/systems/workstation.tpl:88
+#: plugins/admin/ogroups/termgroup.tpl:13
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+msgid "Execute"
+msgstr "Выполнить"
 
 
-#: plugins/admin/groups/generic.tpl:45
-msgid "Select to create a samba conform group"
-msgstr "СоздаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\83 Ð´Ð»Ñ\8f Ñ\80абоÑ\82Ñ\8b Ñ\81 Samba"
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ð¸/или Ð¸Ð¼Ñ\8f Ð¸Ñ\81полнÑ\8fемого Ñ\84айла Ð¿Ñ\80иложениÑ\8f"
 
 
-#: plugins/admin/groups/generic.tpl:50
-msgid "in domain"
-msgstr "в Ð´Ð¾Ð¼ÐµÐ½е"
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð²ÐµÑ\82кÑ\83, ÐºÑ\83да Ð½Ñ\83жно Ð¿Ð¾Ð¼ÐµÑ\81Ñ\82иÑ\82Ñ\8c Ð¿Ñ\80иложение"
 
 
-#: plugins/admin/groups/generic.tpl:67
-msgid "Members are in a phone pickup group"
-msgstr "ЧленÑ\8b Ñ\82елеÑ\84онной Ð³Ñ\80Ñ\83ппÑ\8b"
+#: plugins/admin/applications/generic.tpl:48
+msgid "Icon"
+msgstr "Ð\9fикÑ\82огÑ\80амма"
 
 
-#: plugins/admin/groups/generic.tpl:80
-#, fuzzy
-msgid "Members are in a nagios group"
-msgstr "Члены телефонной группы"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Update"
+msgstr "Обновить"
 
 
-#: plugins/admin/groups/generic.tpl:96
-msgid "Group members"
-msgstr "ЧленÑ\8b Ð³Ñ\80Ñ\83ппÑ\8b"
+#: plugins/admin/applications/generic.tpl:56
+msgid "Reload picture from LDAP"
+msgstr "Ð\9eбновиÑ\82Ñ\8c Ð¸Ð·Ð¾Ð±Ñ\80ажение Ñ\81 LDAP"
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Ð\90дминиÑ\81Ñ\82Ñ\80аÑ\82оÑ\80Ñ\8b Ð¿Ð°Ð¿ÐºÐ¸"
+#: plugins/admin/applications/generic.tpl:70
+msgid "Only executable for members"
+msgstr "РазÑ\80еÑ\88ено Ð´Ð»Ñ\8f Ð²Ñ\8bполнениÑ\8f Ñ\82олÑ\8cко Ñ\87ленам Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð´Ñ\80азделение."
+#: plugins/admin/applications/generic.tpl:72
+msgid "Replace user configuration on startup"
+msgstr "Ð\97аменÑ\8fÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f Ð¿Ñ\80и Ð·Ð°Ð¿Ñ\83Ñ\81ке"
 
 
-#: plugins/admin/groups/application_options.tpl:1
-msgid "Application options"
-msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложениÑ\8f"
+#: plugins/admin/applications/generic.tpl:76
+msgid "Place icon on members desktop"
+msgstr "Ð\9fомеÑ\89аÑ\82Ñ\8c Ð¿Ð¸ÐºÑ\82огÑ\80аммÑ\83 Ð½Ð° Ñ\80абоÑ\87ие Ñ\81Ñ\82олÑ\8b Ñ\87ленов Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð°Ð´Ñ\80еÑ\81а Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+#: plugins/admin/applications/generic.tpl:79
+msgid "Place entry in members startmenu"
+msgstr "Ð\9fомеÑ\89аÑ\82Ñ\8c Ñ\87ленам Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ий Ñ\8dлеменÑ\82 Ð² Ð¼ÐµÐ½Ñ\8e Ð·Ð°Ð¿Ñ\83Ñ\81ка"
 
 
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Показать подходяшие адреса"
+#: plugins/admin/applications/generic.tpl:82
+#, fuzzy
+msgid "Place entry in members launch bar"
+msgstr "Помещать членам группы соответствующий элемент в меню запуска"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:202
-msgid "This 'dn' is no appgroup."
-msgstr "Это DN соответствует не группе приложений."
+#: plugins/admin/applications/generic.tpl:95
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+#, fuzzy
+msgid "Upload"
+msgstr "Загрузка процессора"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:210
-msgid "Remove applications"
-msgstr "Удалить приложения"
+#: plugins/admin/applications/class_applicationParameters.inc:50
+msgid "Remove options"
+msgstr "Удалить параметры"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:211
-msgid ""
-"This group has application features enabled. You can disable them by "
-"clicking below."
+#: plugins/admin/applications/class_applicationParameters.inc:51
+msgid "This application has options. You can disable them by clicking below."
 msgstr ""
 msgstr ""
-"ЭÑ\82ой Ð³Ñ\80Ñ\83ппе Ð´Ð¾Ñ\81Ñ\82Ñ\83пнÑ\8b Ð¿Ñ\80иложениÑ\8f. Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ð·Ð°Ð¿Ñ\80еÑ\82иÑ\82Ñ\8c Ð´Ð¾Ñ\81Ñ\82Ñ\83п Ðº Ð½Ð¸Ð¼, Ñ\89елкнÑ\83в "
-"ниже."
+"Ð\94лÑ\8f Ñ\8dÑ\82ого Ð¿Ñ\80иложениÑ\8f Ñ\83казанÑ\8b Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b. Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ð¾Ñ\82клÑ\8eÑ\87иÑ\82Ñ\8c Ð¸Ñ\85 "
+"иÑ\81полÑ\8cзование, Ñ\89елкнÑ\83в Ð½Ð¸Ð¶Ðµ."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:213
-msgid "Create applications"
-msgstr "Создать приложения"
+#: plugins/admin/applications/class_applicationParameters.inc:53
+msgid "Create options"
+msgstr "Создать параметры"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:214
+#: plugins/admin/applications/class_applicationParameters.inc:54
 msgid ""
 msgid ""
-"This group has application features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Этой группе недоступны приложения. Вы можете разрешить доступ к ним, щелкнув "
-"ниже."
-
-#: plugins/admin/groups/class_groupApplication.inc:242
-msgid "The selected application name is not uniq. Please check your LDAP."
+"This application has options disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"Выбранное имя приложения не уникально. Проверьте свою базу данных LDAP."
+"Для этого приложения отключено использование параметров. Вы можете включить "
+"его, щелкнув ниже."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:278
-msgid "The selected application has no options."
-msgstr "У Ð²Ñ\8bбÑ\80анного Ð¿Ñ\80иложениÑ\8f Ð½ÐµÑ\82 Ð¿Ð°Ñ\80амеÑ\82Ñ\80ов."
+#: plugins/admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "Ð\9fеÑ\80еменнаÑ\8f"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:379
-#, fuzzy
-msgid "application"
-msgstr "пÑ\80иложениÑ\8f"
+#: plugins/admin/applications/class_applicationParameters.inc:91
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "Ð\9fо Ñ\83молÑ\87аниÑ\8e"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:595
-#: plugins/admin/applications/class_applicationGeneric.inc:38
-#, fuzzy
-msgid ""
-"There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
-msgstr "Метод '%s' не описан в вашем файле конфигурации."
+#: plugins/admin/applications/class_applicationParameters.inc:102
+msgid "Add option"
+msgstr "Добавить параметр"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:603
-#: plugins/admin/groups/class_groupApplication.inc:606
-#: plugins/admin/applications/class_applicationGeneric.inc:46
-#: plugins/admin/applications/class_applicationGeneric.inc:49
+#: plugins/admin/applications/class_applicationParameters.inc:154
 #, php-format
 #, php-format
+msgid "Value '%s' specified as option name is not valid."
+msgstr "Значение \"%s\", указанное как имя параметра, некорректно."
+
+#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
 msgid ""
 msgid ""
-"The specified file '%s' for 'KDE_APPLICATIONS_MENU' in your gosa.conf is not "
-"accessable."
+"This may be used by several groups. Please double check if your really want "
+"to do this since there is no way for GOsa to get your data back."
 msgstr ""
 msgstr ""
+"Это приложение может использоваться несколькими группами. Подумайте еще раз, "
+"действительно ли вы хотите удалить его, так как GOsa не сможет отменить "
+"результаты этой операции."
 
 
-#: plugins/admin/users/password.tpl:2
+#: plugins/admin/applications/headpage.tpl:6
+msgid "List of applications"
+msgstr "Список приложений"
+
+#: plugins/admin/applications/headpage.tpl:24
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"To change the user password use the fields below. The changes take effect "
-"immediately. Please memorize the new password, because the user wouldn't be "
-"able to login without it."
+"This menu allows you to add, edit and remove selected applications. You may "
+"want to use the range selector on top of the application listbox, when "
+"working with a large number of applications."
 msgstr ""
 msgstr ""
-"В полях ниже вы можете изменить пароль выбранного пользователя. Изменения "
-"вступят в силу немедленно. Пожалуйста, запомните новый пароль, так как иначе "
-"пользователь не сможет войти в систему."
-
-#: plugins/admin/users/class_userManagement.inc:25
-#: plugins/admin/systems/printer.tpl:65 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Пользователи"
-
-#: plugins/admin/users/class_userManagement.inc:247
-#: plugins/admin/users/class_userManagement.inc:317
-msgid "You are not allowed to set this users password!"
-msgstr "У вас недостаточно прав для смены пароля этого пользователя!"
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
+"приложения. Если у вас достаточно большое количество приложений, вы можете "
+"использовать групповое выделение."
 
 
-#: plugins/admin/users/class_userManagement.inc:353
-#, php-format
-msgid "You're about to delete the user %s."
-msgstr "Вы собираетесь удалить пользователя %s."
+#: plugins/admin/applications/headpage.tpl:38
+msgid "Display applications matching"
+msgstr "Шаблон для приложений"
 
 
-#: plugins/admin/users/class_userManagement.inc:359
-#: plugins/admin/users/class_userManagement.inc:387
-msgid "You are not allowed to delete this user!"
-msgstr "У вас недостаточно прав для удаления этого пользователя!"
+#: plugins/admin/applications/headpage.tpl:41
+msgid "Regular expression for matching application names"
+msgstr "Регулярное выражение, соответствующее именам приложений"
 
 
-#: plugins/admin/users/class_userManagement.inc:488
-#: plugins/admin/systems/class_workstationStartup.inc:49
-#: plugins/admin/ogroups/class_ogroup.inc:240
-msgid "none"
-msgstr "нет"
+#: plugins/admin/applications/main.inc:38
+#: plugins/admin/applications/main.inc:40
+msgid "Application management"
+msgstr "Управление приложениями"
 
 
-#: plugins/admin/users/class_userManagement.inc:559
-msgid "A person with the choosen name is already used in this tree."
-msgstr "Пользователь с таким именем уже есть в этой ветке."
+#: plugins/admin/applications/class_applicationManagement.inc:250
+#, php-format
+msgid "You're about to delete the application '%s'."
+msgstr "Вы собираетесь удалить приложение \"%s\"."
 
 
-#: plugins/admin/users/class_userManagement.inc:674
-#, fuzzy
-msgid "Create new user"
-msgstr "Создание Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð¾Ð±Ñ\8aекÑ\82а Ð²"
+#: plugins/admin/applications/class_applicationManagement.inc:256
+#: plugins/admin/applications/class_applicationManagement.inc:282
+msgid "You are not allowed to delete this application!"
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¿Ñ\80иложениÑ\8f!"
 
 
-#: plugins/admin/users/class_userManagement.inc:674
+#: plugins/admin/applications/class_applicationManagement.inc:330
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
 #, fuzzy
 #, fuzzy
-msgid "New user"
-msgstr "полÑ\8cзоваÑ\82ели"
+msgid "new"
+msgstr "СоздаÑ\82Ñ\8c"
 
 
-#: plugins/admin/users/class_userManagement.inc:675
+#: plugins/admin/applications/class_applicationManagement.inc:330
 #, fuzzy
 #, fuzzy
-msgid "Create new template"
-msgstr "Создать шаблон"
-
-#: plugins/admin/users/class_userManagement.inc:675
-msgid "New template"
-msgstr "Создать шаблон"
+msgid "Create new application"
+msgstr "Создать приложения"
 
 
-#: plugins/admin/users/class_userManagement.inc:682
+#: plugins/admin/applications/class_applicationGeneric.inc:86
 #, fuzzy
 #, fuzzy
-msgid "password"
-msgstr "Ð\9fаÑ\80олÑ\8c"
+msgid "no example"
+msgstr "не Ð¿Ð¾Ð»Ð½Ñ\8bй"
 
 
-#: plugins/admin/users/class_userManagement.inc:690
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:342
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:26 ihtml/themes/default/login.tpl:30
-msgid "Username"
-msgstr "Имя пользователя"
+#: plugins/admin/applications/class_applicationGeneric.inc:106
+msgid "This 'dn' is no application."
+msgstr "Это DN соответствует не приложению."
 
 
-#: plugins/admin/users/class_userManagement.inc:695
-msgid "This table displays all users, in the selected tree."
-msgstr ""
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+msgid "The specified picture has not been uploaded correctly."
+msgstr "Указанное изображение было загружено некорректно."
 
 
-#: plugins/admin/users/class_userManagement.inc:726
-msgid "GOsa"
+#: plugins/admin/applications/class_applicationGeneric.inc:306
+msgid "You have no permissions to create a application on this 'Base'."
+msgstr "У вас недостаточно прав для создания приложения в этой ветке."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:311
+msgid "Required field 'Name' is not filled."
+msgstr "Обязательное поле \"Имя\" не заполнено."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:315
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:727
-#, fuzzy
-msgid "Edit generic properties"
-msgstr "Изменить свойства"
+#: plugins/admin/applications/class_applicationGeneric.inc:319
+msgid "Required field 'Execute' is not filled."
+msgstr "Обязательное поле \"Выполнить\" не заполнено."
 
 
-#: plugins/admin/users/class_userManagement.inc:729
-#, fuzzy
-msgid "Edit UNIX properties"
-msgstr "Изменить свойства"
+#: plugins/admin/applications/class_applicationGeneric.inc:328
+msgid "There's already an application with this 'Name'."
+msgstr "Приложение с таким именем уже существует."
 
 
-#: plugins/admin/users/class_userManagement.inc:731
-#, fuzzy
-msgid "Edit environment properties"
-msgstr "Изменить свойства"
+#: plugins/admin/departments/tabs_department.inc:30
+#: plugins/admin/fai/tabsHook.inc:30 plugins/admin/fai/tabsPartition.inc:33
+#: plugins/admin/fai/tabsVariable.inc:30 plugins/admin/fai/tabsPackage.inc:30
+#: plugins/admin/fai/tabsTemplate.inc:30 plugins/admin/fai/tabsProfile.inc:30
+#: plugins/admin/fai/tabsScript.inc:30
+msgid "Try to move tree failed. Destination tree is subtree of source tree."
+msgstr ""
 
 
-#: plugins/admin/users/class_userManagement.inc:733
-#, fuzzy
-msgid "Edit mail properties"
-msgstr "Изменить свойства"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Подразделение"
 
 
-#: plugins/admin/users/class_userManagement.inc:735
-#, fuzzy
-msgid "Edit phone properties"
-msgstr "Изменить свойства"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Имя создаваемой ветки"
 
 
-#: plugins/admin/users/class_userManagement.inc:737
-#, fuzzy
-msgid "Edit fax properies"
-msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81войÑ\81Ñ\82ва"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:56
+msgid "Descriptive text for department"
+msgstr "Ð\9eпиÑ\81ание Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
 
 
-#: plugins/admin/users/class_userManagement.inc:739
-#, fuzzy
-msgid "Edit samba properties"
-msgstr "Изменить свойства"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Категория"
 
 
-#: plugins/admin/users/class_userManagement.inc:740
-#, fuzzy
-msgid "Create user from template"
-msgstr "Создать шаблон"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Категория этой ветки"
 
 
-#: plugins/admin/users/class_userManagement.inc:741
-#, fuzzy
-msgid "Create user with this template"
-msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:122
+msgid "Choose subtree to place department in"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð²ÐµÑ\82кÑ\83 Ð´Ð»Ñ\8f Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
 
 
-#: plugins/admin/users/class_userManagement.inc:800
-#, fuzzy
-msgid "Online"
-msgstr "в сети"
+#: plugins/admin/departments/generic.tpl:47
+msgid "State where this subtree is located"
+msgstr "Адм. единица, в которой находится ветка"
 
 
-#: plugins/admin/users/class_userManagement.inc:807
-#, fuzzy
-msgid "Offline"
-msgstr "не в сети"
+#: plugins/admin/departments/generic.tpl:51
+msgid "Location of this subtree"
+msgstr "Местоположение ветки"
 
 
-#: plugins/admin/users/class_userManagement.inc:1028
-#: plugins/admin/users/template.tpl:11
-#: plugins/admin/systems/class_systemManagement.inc:705
-msgid "Template"
-msgstr "Шаблон"
+#: plugins/admin/departments/generic.tpl:55
+msgid "Postal address of this subtree"
+msgstr "Почтовый адрес для ветки"
 
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
-msgstr "Создание Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f Ð½Ð° Ð¾Ñ\81нове Ñ\88аблона"
+#: plugins/admin/departments/generic.tpl:59
+msgid "Base telephone number of this subtree"
+msgstr "Ð\9eÑ\81новнÑ\8bй Ñ\82елеÑ\84оннÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ð´Ð»Ñ\8f Ð²ÐµÑ\82ки"
 
 
-#: plugins/admin/users/template.tpl:6
+#: plugins/admin/departments/generic.tpl:63
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Основный номер факса для ветки"
+
+#: plugins/admin/departments/remove.tpl:6
+#: plugins/gofon/conference/remove.tpl:6
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"Creating a new user can be assisted by using templates. Many database "
-"records will be filled automatically. Choose 'none' to skip the usage of "
-"templates."
+"This includes 'all' accounts, systems, etc. in this subtree. Please double "
+"check if your really want to do this since there is no way for GOsa to get "
+"your data back."
 msgstr ""
 msgstr ""
-"Ð\9cожно Ñ\81оздаваÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ð½Ð° Ð¾Ñ\81нове Ñ\88аблонов. Ð\9fÑ\80и Ñ\8dÑ\82ом Ð¼Ð½Ð¾Ð³Ð¸Ðµ Ð¿Ð¾Ð»Ñ\8f Ð² "
-"базе Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Ð±Ñ\83дÑ\83Ñ\82 Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ñ\8b Ð°Ð²Ñ\82омаÑ\82иÑ\87еÑ\81ки. Ð\92Ñ\8bбеÑ\80иÑ\82е <b>неÑ\82</b>, Ñ\87Ñ\82обÑ\8b Ð½Ðµ "
-"использовать шаблоны."
+"ЭÑ\82о Ð²ÐºÐ»Ñ\8eÑ\87аеÑ\82 <b>вÑ\81е</b> Ñ\83Ñ\87еÑ\82нÑ\8bе Ð·Ð°Ð¿Ð¸Ñ\81и, Ñ\81иÑ\81Ñ\82емÑ\8b Ð¸ Ñ\82.п. Ð´Ð»Ñ\8f Ð´Ð°Ð½Ð½Ð¾Ð³Ð¾ "
+"подÑ\80азделениÑ\8f. Ð\9fодÑ\83майÑ\82е ÐµÑ\89е Ñ\80аз, Ð´ÐµÐ¹Ñ\81Ñ\82виÑ\82елÑ\8cно Ð»Ð¸ Ð²Ñ\8b Ñ\85оÑ\82иÑ\82е ÐµÐ³Ð¾ Ñ\83далиÑ\82Ñ\8c, "
+"так как GOsa не сможет отменить результаты этой операции."
 
 
-#: plugins/admin/users/remove.tpl:6
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/systems/remove.tpl:10
+#: plugins/admin/fai/remove.tpl:11 plugins/gofon/conference/remove.tpl:10
+#, fuzzy
 msgid ""
 msgid ""
-"This includes all account data, system access rules, imap settings, etc. for "
-"this user. Please double check if your really want to do this since there is "
-"no way for GOsa to get your data back."
+"Best thing to do before performing this action would be to save the current "
+"contents of your LDAP tree in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 msgstr ""
-"Сюда входит вся информация об учетной записи этого пользователя, его права "
-"доступа в системе, настройки IMAP и т. д. Подумайте еще раз, действительно "
-"ли вам нужно удаление, так как GOsa не сможет отменить результаты этой "
-"операции."
+"Лучше всего перед удалением сохранить резервную копию текущего дерева LDAP в "
+"файл. Если вы сделали это и действительно хотите выполнить удаление, нажмите "
+"<i>Удалить</i>, иначе нажмите <i>Отмена</i>."
 
 
-#: plugins/admin/users/headpage.tpl:6
-msgid "List of users"
-msgstr "СпиÑ\81ок Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+#: plugins/admin/departments/headpage.tpl:6
+msgid "List of departments"
+msgstr "СпиÑ\81ок Ð¿Ð¾Ð´Ñ\80азделений"
 
 
-#: plugins/admin/users/headpage.tpl:24
+#: plugins/admin/departments/headpage.tpl:24
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This menu allows you to create, edit and delete selected users. Having a "
-"great number of users, you may want to use the range selectors on top of the "
-"user list."
+"This menu allows you to create, delete and edit selected departments. Having "
+"a large size of departments, you might prefer the range selectors on top of "
+"the department list."
 msgstr ""
 msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранных "
-"полÑ\8cзоваÑ\82елей. Ð\95Ñ\81ли Ñ\83 Ð²Ð°Ñ\81 Ð´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð±Ð¾Ð»Ñ\8cÑ\88ое ÐºÐ¾Ð»Ð¸Ñ\87еÑ\81Ñ\82во Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей, вы "
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
+"подÑ\80азделениÑ\8f. Ð\95Ñ\81ли Ñ\83 Ð²Ð°Ñ\81 Ð´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð±Ð¾Ð»Ñ\8cÑ\88ое ÐºÐ¾Ð»Ð¸Ñ\87еÑ\81Ñ\82во Ð¿Ð¾Ð´Ñ\80азделений, вы "
 "можете использовать групповое выделение."
 
 "можете использовать групповое выделение."
 
-#: plugins/admin/users/headpage.tpl:38
-msgid "Select to see template pseudo users"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\88аблонÑ\8b Ð¿Ñ\81евдополÑ\8cзоваÑ\82елей"
+#: plugins/admin/departments/headpage.tpl:38
+msgid "Display departments matching"
+msgstr "Шаблон Ð´Ð»Ñ\8f Ð¿Ð¾Ð´Ñ\80азделений"
 
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Select to see users that have only a GOsa object"
+#: plugins/admin/departments/headpage.tpl:42
+msgid "Regular expression for matching department names"
+msgstr "Регулярное выражение, соответствующее именам подразделений"
+
+#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
+msgid "Department management"
+msgstr "Управление подразделениями"
+
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_ogroupManagement.inc:43
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+msgid "Departments"
+msgstr "Подразделения"
+
+#: plugins/admin/departments/class_departmentManagement.inc:185
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
+#, php-format
+msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+msgstr "Вы собираетесь удалить целую ветку LDAP с корнем в \"%s\"."
+
+#: plugins/admin/departments/class_departmentManagement.inc:202
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
+msgid "You have no permission to remove this department."
+msgstr "У вас недостаточно прав для удаления этого подразделения."
+
+#: plugins/admin/departments/class_departmentManagement.inc:279
+#: plugins/admin/fai/class_faiManagement.inc:434
+#, fuzzy
+msgid "Go to users home department"
+msgstr "Подразделение"
+
+#: plugins/admin/departments/class_departmentManagement.inc:281
+#, fuzzy
+msgid "Create new department"
+msgstr "Подразделение"
+
+#: plugins/admin/departments/class_departmentManagement.inc:289
+msgid "This table displays all departments, in the selected tree."
 msgstr ""
 msgstr ""
-"Выберите, чтобы просмотреть пользователей, у которых есть только объект GOsa"
 
 
-#: plugins/admin/users/headpage.tpl:39
-msgid "Show functional users"
-msgstr "Показать обычных пользователей"
+#: plugins/admin/departments/class_departmentManagement.inc:298
+#, fuzzy
+msgid "Department name"
+msgstr "Управление подразделениями"
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Select to see users that have posix settings"
+#: plugins/admin/departments/class_departmentManagement.inc:392
+msgid ".."
 msgstr ""
 msgstr ""
-"Выберите, чтобы просмотреть пользователей с атрибутами в стандарте POSIX"
 
 
-#: plugins/admin/users/headpage.tpl:40
-msgid "Show unix users"
-msgstr "Показать UNIX-пользователей"
+#: plugins/admin/departments/class_departmentGeneric.inc:150
+msgid "You have no permissions to create a department on this 'Base'."
+msgstr "У вас недостаточно прав для создания подразделения в этой ветке."
+
+#: plugins/admin/departments/class_departmentGeneric.inc:157
+#: plugins/admin/departments/class_departmentGeneric.inc:159
+msgid "Department with that 'Name' already exists."
+msgstr "Подразделение с таким именем уже существует."
+
+#: plugins/admin/departments/class_departmentGeneric.inc:167
+msgid "Required field 'Description' is not set."
+msgstr "Обязательное поле \"Описание\" не заполнено."
+
+#: plugins/admin/departments/class_departmentGeneric.inc:172
+msgid "The field 'Name' contains the reserved word 'incoming'."
+msgstr "Значение поля \"Имя\" содержит служебное слово \"incoming\"."
+
+#: plugins/admin/departments/class_departmentGeneric.inc:173
+msgid " Please choose another name."
+msgstr " Введите другое имя."
+
+#: plugins/admin/systems/class_terminalInfo.inc:53
+#: plugins/admin/systems/class_terminalInfo.inc:181
+msgid "present"
+msgstr "присутствует"
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Select to see users that have mail settings"
-msgstr "Выберите, чтобы просмотреть пользователей с настройками почты"
+#: plugins/admin/systems/class_terminalInfo.inc:65
+#: plugins/admin/systems/class_terminalService.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:99
+#: plugins/admin/systems/class_terminalGeneric.inc:130
+#: plugins/admin/systems/class_workstationStartup.inc:215
+#: plugins/admin/systems/class_workstationService.inc:124
+msgid "This 'dn' has no terminal features."
+msgstr "Это DN не соответствует терминалу."
 
 
-#: plugins/admin/users/headpage.tpl:41
-msgid "Show mail users"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ñ\81 Ð¿Ð¾Ñ\87Ñ\82ой"
+#: plugins/admin/systems/class_terminalInfo.inc:72
+msgid "This is a virtual terminal which has no properties to show here."
+msgstr "ЭÑ\82о Ð²Ð¸Ñ\80Ñ\82Ñ\83алÑ\8cнÑ\8bй Ñ\82еÑ\80минал Ð±ÐµÐ· Ð¾Ñ\81обÑ\8bÑ\85 Ñ\81войÑ\81Ñ\82в."
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Select to see users that have samba settings"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ñ\81 Ð½Ð°Ñ\81Ñ\82Ñ\80ойками Samba"
+#: plugins/admin/systems/class_terminalInfo.inc:92
+msgid "online"
+msgstr "в Ñ\81еÑ\82и"
 
 
-#: plugins/admin/users/headpage.tpl:42
-msgid "Show samba users"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Samba"
+#: plugins/admin/systems/class_terminalInfo.inc:144
+msgid "running"
+msgstr "запÑ\83Ñ\89ен"
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Select to see users that have proxy settings"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ñ\81 Ð½Ð°Ñ\81Ñ\82Ñ\80ойками Ð¿Ñ\80окÑ\81и-Ñ\81еÑ\80веÑ\80а"
+#: plugins/admin/systems/class_terminalInfo.inc:147
+msgid "not running"
+msgstr "не Ð·Ð°Ð¿Ñ\83Ñ\89ен"
 
 
-#: plugins/admin/users/headpage.tpl:43
-msgid "Show proxy users"
-msgstr "Показать пользователей с прокси-серверами"
+#: plugins/admin/systems/class_terminalInfo.inc:155
+msgid "unknown status"
+msgstr "состояние неизвестно"
 
 
-#: plugins/admin/users/main.inc:40 plugins/admin/users/main.inc:46
-msgid "User administration"
-msgstr "УпÑ\80авление Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8fми"
+#: plugins/admin/systems/class_terminalInfo.inc:173
+msgid "offline"
+msgstr "не Ð² Ñ\81еÑ\82и"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:50
-msgid "Remove options"
-msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+#: plugins/admin/systems/network.tpl:1
+msgid "Network settings"
+msgstr "СеÑ\82евÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:51
-msgid "This application has options. You can disable them by clicking below."
-msgstr ""
-"Для этого приложения указаны параметры. Вы можете отключить их "
-"использование, щелкнув ниже."
+#: plugins/admin/systems/network.tpl:8
+msgid "IP-address"
+msgstr "IP-адрес"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:53
-msgid "Create options"
-msgstr "Создать параметры"
+#: plugins/admin/systems/network.tpl:16
+msgid "MAC-address"
+msgstr "MAC-адрес"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:54
-msgid ""
-"This application has options disabled. You can enable them by clicking below."
+#: plugins/admin/systems/class_servService.inc:264
+msgid "Terminal server, must have fontpath specified."
 msgstr ""
 msgstr ""
-"Для этого приложения отключено использование параметров. Вы можете включить "
-"его, щелкнув ниже."
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "Переменная"
+#: plugins/admin/systems/class_winGeneric.inc:73
+#: plugins/admin/systems/class_componentGeneric.inc:51
+#, fuzzy
+msgid "This 'dn' has no network features."
+msgstr "Этот DN не имеет свойств принтера."
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:91
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
-msgstr "По умолчанию"
+#: plugins/admin/systems/class_winGeneric.inc:142
+#: plugins/admin/systems/class_componentGeneric.inc:113
+#, fuzzy
+msgid "The required field 'Component name' is not set."
+msgstr "Обязательное поле \"Личное имя\" не заполнено."
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:102
-msgid "Add option"
-msgstr "Добавить параметр"
+#: plugins/admin/systems/class_winGeneric.inc:156
+#: plugins/admin/systems/class_componentGeneric.inc:126
+#, fuzzy
+msgid "You have no permissions to create a component on this 'Base'."
+msgstr "У вас недостаточно прав для создания телефонов в этой ветке."
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:154
+#: plugins/admin/systems/class_winGeneric.inc:166
+#: plugins/admin/systems/class_terminalGeneric.inc:260
+#: plugins/admin/systems/class_servGeneric.inc:183
+#: plugins/admin/systems/class_workstationGeneric.inc:221
+#: plugins/admin/systems/class_printGeneric.inc:458
+#: plugins/admin/systems/class_componentGeneric.inc:136
+#: plugins/admin/systems/class_phoneGeneric.inc:307
 #, php-format
 #, php-format
-msgid "Value '%s' specified as option name is not valid."
-msgstr "Ð\97наÑ\87ение \"%s\", Ñ\83казанное ÐºÐ°Ðº Ð¸Ð¼Ñ\8f Ð¿Ð°Ñ\80амеÑ\82Ñ\80а, Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
+msgid "There is already an entry '%s' in the base choosen by you"
+msgstr "Ð\92 Ð²Ñ\8bбÑ\80анной Ð²Ð°Ð¼Ð¸ Ð²ÐµÑ\82ке Ñ\83же ÐµÑ\81Ñ\82Ñ\8c Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c \"%s\""
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_applicationManagement.inc:357
-msgid "Application name"
-msgstr "Приложение"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "Системная информация"
 
 
-#: plugins/admin/applications/generic.tpl:11
-#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
-msgid "Display name"
-msgstr "Отображаемое имя"
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "Процессор"
 
 
-#: plugins/admin/applications/generic.tpl:13
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr ""
-"Имя приложения, которое будет показано пользователям (например, под "
-"пиктограммами)"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "Память"
 
 
-#: plugins/admin/applications/generic.tpl:19
-msgid "Path and/or binary name of application"
-msgstr "Путь и/или имя исполняемого файла приложения"
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr "MAC-адрес"
 
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð²ÐµÑ\82кÑ\83, ÐºÑ\83да Ð½Ñ\83жно Ð¿Ð¾Ð¼ÐµÑ\81Ñ\82иÑ\82Ñ\8c Ð¿Ñ\80иложение"
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "Ð\9fоддеÑ\80жка USB"
 
 
-#: plugins/admin/applications/generic.tpl:48
-msgid "Icon"
-msgstr "Ð\9fикÑ\82огÑ\80амма"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "СоÑ\81Ñ\82оÑ\8fние Ñ\81иÑ\81Ñ\82емÑ\8b"
 
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Update"
-msgstr "Обновить"
+#: plugins/admin/systems/info.tpl:23
+#, fuzzy
+msgid "Inventory number"
+msgstr "Номер телефона"
 
 
-#: plugins/admin/applications/generic.tpl:56
-msgid "Reload picture from LDAP"
-msgstr "Ð\9eбновиÑ\82Ñ\8c Ð¸Ð·Ð¾Ð±Ñ\80ажение Ñ\81 LDAP"
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Ð\9fоÑ\81ледний Ð²Ñ\85од Ð² Ñ\81иÑ\81Ñ\82емÑ\83"
 
 
-#: plugins/admin/applications/generic.tpl:70
-msgid "Only executable for members"
-msgstr "РазÑ\80еÑ\88ено Ð´Ð»Ñ\8f Ð²Ñ\8bполнениÑ\8f Ñ\82олÑ\8cко Ñ\87ленам Ð³Ñ\80Ñ\83ппÑ\8b"
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "СеÑ\82евÑ\8bе Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
 
 
-#: plugins/admin/applications/generic.tpl:72
-msgid "Replace user configuration on startup"
-msgstr "Ð\97аменÑ\8fÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f Ð¿Ñ\80и Ð·Ð°Ð¿Ñ\83Ñ\81ке"
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва IDE"
 
 
-#: plugins/admin/applications/generic.tpl:76
-msgid "Place icon on members desktop"
-msgstr "Ð\9fомеÑ\89аÑ\82Ñ\8c Ð¿Ð¸ÐºÑ\82огÑ\80аммÑ\83 Ð½Ð° Ñ\80абоÑ\87ие Ñ\81Ñ\82олÑ\8b Ñ\87ленов Ð³Ñ\80Ñ\83ппÑ\8b"
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва SCSI"
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Place entry in members startmenu"
-msgstr "Ð\9fомеÑ\89аÑ\82Ñ\8c Ñ\87ленам Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ий Ñ\8dлеменÑ\82 Ð² Ð¼ÐµÐ½Ñ\8e Ð·Ð°Ð¿Ñ\83Ñ\81ка"
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Ð\94иÑ\81ковод"
 
 
-#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
-msgid ""
-"This may be used by several groups. Please double check if your really want "
-"to do this since there is no way for GOsa to get your data back."
-msgstr ""
-"Это приложение может использоваться несколькими группами. Подумайте еще раз, "
-"действительно ли вы хотите удалить его, так как GOsa не сможет отменить "
-"результаты этой операции."
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "Привод CDROM"
 
 
-#: plugins/admin/applications/headpage.tpl:6
-msgid "List of applications"
-msgstr "Список приложений"
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/workstationService.tpl:83
+#: plugins/admin/systems/terminalService.tpl:83
+msgid "Graphic device"
+msgstr "Видеокарта"
 
 
-#: plugins/admin/applications/headpage.tpl:24
-#, fuzzy
-msgid ""
-"This menu allows you to add, edit and remove selected applications. You may "
-"want to use the range selector on top of the application listbox, when "
-"working with a large number of applications."
-msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"приложения. Если у вас достаточно большое количество приложений, вы можете "
-"использовать групповое выделение."
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Звуковая карта"
 
 
-#: plugins/admin/applications/headpage.tpl:38
-msgid "Display applications matching"
-msgstr "Шаблон Ð´Ð»Ñ\8f Ð¿Ñ\80иложений"
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "РабоÑ\82аеÑ\82 Ñ\81"
 
 
-#: plugins/admin/applications/headpage.tpl:41
-msgid "Regular expression for matching application names"
-msgstr "Регулярное выражение, соответствующее именам приложений"
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr "Загрузка процессора"
+
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
+msgstr "Использование памяти"
+
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
+msgstr "Использование подкачки"
+
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr "Служба SSH"
+
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
+msgstr "Служба печати"
 
 
-#: plugins/admin/applications/main.inc:38
-#: plugins/admin/applications/main.inc:40
-msgid "Application management"
-msgstr "Управление приложениями"
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "Сканер"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:106
-#, fuzzy
-msgid "no example"
-msgstr "не полный"
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
+msgstr "Звук"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:126
-msgid "This 'dn' is no application."
-msgstr "ЭÑ\82о DN Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83еÑ\82 Ð½Ðµ Ð¿Ñ\80иложениÑ\8e."
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "Ð\93Ñ\80аÑ\84иÑ\87еÑ\81кий Ð¸Ð½Ñ\82еÑ\80Ñ\84ейÑ\81"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:241
-msgid "The specified picture has not been uploaded correctly."
-msgstr "Указанное Ð¸Ð·Ð¾Ð±Ñ\80ажение Ð±Ñ\8bло Ð·Ð°Ð³Ñ\80Ñ\83жено Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:322
-msgid "You have no permissions to create a application on this 'Base'."
-msgstr "У вас недостаточно прав для создания приложения в этой ветке."
+#: plugins/admin/systems/servservice.tpl:11
+#, fuzzy
+msgid "Nfs Export"
+msgstr "Экспорт"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:327
-msgid "Required field 'Name' is not filled."
-msgstr "Обязательное поле \"Имя\" не заполнено."
+#: plugins/admin/systems/servservice.tpl:37
+#, fuzzy
+msgid "Time Service"
+msgstr "Сервисы"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:331
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
-msgstr ""
+#: plugins/admin/systems/servservice.tpl:61
+#, fuzzy
+msgid "LDAP Service"
+msgstr "LDAP-сервер"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:335
-msgid "Required field 'Execute' is not filled."
-msgstr "Обязательное поле \"Выполнить\" не заполнено."
+#: plugins/admin/systems/servservice.tpl:72
+#, fuzzy
+msgid "Terminal Service"
+msgstr "Терминальный сервер"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:344
-msgid "There's already an application with this 'Name'."
-msgstr "Приложение с таким именем уже существует."
+#: plugins/admin/systems/servservice.tpl:77
+#, fuzzy
+msgid "Temporary disable login"
+msgstr "Временно отключить использование факса"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:250
-#, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "Ð\92Ñ\8b Ñ\81обиÑ\80аеÑ\82еÑ\81Ñ\8c Ñ\83далиÑ\82Ñ\8c Ð¿Ñ\80иложение \"%s\"."
+#: plugins/admin/systems/servservice.tpl:80
+#, fuzzy
+msgid "Font path"
+msgstr "Ð\9aонÑ\82акÑ\82"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:256
-#: plugins/admin/applications/class_applicationManagement.inc:282
-msgid "You are not allowed to delete this application!"
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¿Ñ\80иложениÑ\8f!"
+#: plugins/admin/systems/servservice.tpl:93
+#, fuzzy
+msgid "Syslog Service"
+msgstr "СеÑ\80веÑ\80 Ñ\81иÑ\81Ñ\82емнÑ\8bÑ\85 Ð¶Ñ\83Ñ\80налов"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/systems/servservice.tpl:101
 #, fuzzy
 #, fuzzy
-msgid "new"
-msgstr "СоздаÑ\82Ñ\8c"
+msgid "Print Service"
+msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:330
+#: plugins/admin/systems/servservice.tpl:109
 #, fuzzy
 #, fuzzy
-msgid "Create new application"
-msgstr "СоздаÑ\82Ñ\8c Ð¿Ñ\80иложениÑ\8f"
+msgid "Mail server"
+msgstr "СеÑ\80веÑ\80"
 
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Подразделение"
+#: plugins/admin/systems/class_terminalService.inc:83
+#: plugins/admin/systems/class_workstationService.inc:68
+msgid "default"
+msgstr "по умолчанию"
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Имя создаваемой ветки"
+#: plugins/admin/systems/class_terminalService.inc:84
+#: plugins/admin/systems/class_workstationService.inc:69
+msgid "show chooser"
+msgstr "показать окно входа в систему"
 
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:56
-msgid "Descriptive text for department"
-msgstr "Ð\9eпиÑ\81ание Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+#: plugins/admin/systems/class_terminalService.inc:85
+#: plugins/admin/systems/class_workstationService.inc:70
+msgid "direct"
+msgstr "напÑ\80Ñ\8fмÑ\83Ñ\8e"
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Категория"
+#: plugins/admin/systems/class_terminalService.inc:88
+#: plugins/admin/systems/class_workstationService.inc:73
+msgid "load balanced"
+msgstr "с выравниваем нагрузки"
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Категория этой ветки"
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:76
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:122
-msgid "Choose subtree to place department in"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð²ÐµÑ\82кÑ\83 Ð´Ð»Ñ\8f Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+#: plugins/admin/systems/class_terminalService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:77
+msgid "ICA client"
+msgstr "Ð\9aлиенÑ\82 ICA"
 
 
-#: plugins/admin/departments/generic.tpl:47
-msgid "State where this subtree is located"
-msgstr "Адм. единица, в которой находится ветка"
+#: plugins/admin/systems/class_terminalService.inc:187
+#: plugins/admin/systems/class_workstationService.inc:171
+#, fuzzy
+msgid "Choose the phone located at the current terminal"
+msgstr "Выбрать раздел, для хранения объекта"
 
 
-#: plugins/admin/departments/generic.tpl:51
-msgid "Location of this subtree"
-msgstr "Местоположение ветки"
+#: plugins/admin/systems/class_terminalService.inc:251
+#: plugins/admin/systems/class_terminalService.inc:256
+#: plugins/admin/systems/class_workstationService.inc:236
+#: plugins/admin/systems/class_workstationService.inc:241
+msgid "Please specify a valid VSync range."
+msgstr "Пожалуйста, укажите корректную кадровую синхронизацию."
 
 
-#: plugins/admin/departments/generic.tpl:55
-msgid "Postal address of this subtree"
-msgstr "Почтовый адрес для ветки"
+#: plugins/admin/systems/class_terminalService.inc:266
+#: plugins/admin/systems/class_terminalService.inc:271
+#: plugins/admin/systems/class_workstationService.inc:251
+#: plugins/admin/systems/class_workstationService.inc:256
+msgid "Please specify a valid HSync range."
+msgstr "Пожалуйста, укажите корректную строчную синхронзацию."
 
 
-#: plugins/admin/departments/generic.tpl:59
-msgid "Base telephone number of this subtree"
-msgstr "Основный телефонный номер для ветки"
+#: plugins/admin/systems/class_servDB.inc:134
+#: plugins/admin/systems/class_servDB.inc:150
+#: plugins/admin/systems/class_servDB.inc:160
+#: plugins/admin/systems/class_servDB.inc:165
+#: plugins/admin/systems/class_servDB.inc:171
+#, fuzzy, php-format
+msgid "The attribute '%s' is empty or contains invalid characters."
+msgstr "Неправильное указание таймаута '%s'"
 
 
-#: plugins/admin/departments/generic.tpl:63
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Основный номер факса для ветки"
+#: plugins/admin/systems/class_servDB.inc:140
+#, php-format
+msgid "The imap connect string needs to be in the form '%s'."
+msgstr ""
 
 
-#: plugins/admin/departments/remove.tpl:6
-#: plugins/gofon/conference/remove.tpl:6
-#, fuzzy
-msgid ""
-"This includes 'all' accounts, systems, etc. in this subtree. Please double "
-"check if your really want to do this since there is no way for GOsa to get "
-"your data back."
+#: plugins/admin/systems/class_servDB.inc:144
+msgid "The sieve port needs to be numeric."
 msgstr ""
 msgstr ""
-"Это включает <b>все</b> учетные записи, системы и т.п. для данного "
-"подразделения. Подумайте еще раз, действительно ли вы хотите его удалить, "
-"так как GOsa не сможет отменить результаты этой операции."
 
 
-#: plugins/admin/departments/headpage.tpl:6
-msgid "List of departments"
-msgstr "Список подразделений"
+#: plugins/admin/systems/class_servDB.inc:155
+#, fuzzy, php-format
+msgid "The specified kerberos password is empty."
+msgstr "Значение поля \"Файлы\" некорректно."
 
 
-#: plugins/admin/departments/headpage.tpl:24
-#, fuzzy
-msgid ""
-"This menu allows you to create, delete and edit selected departments. Having "
-"a large size of departments, you might prefer the range selectors on top of "
-"the department list."
+#: plugins/admin/systems/class_servDB.inc:179
+#, php-format
+msgid "The imap name string needs to be a hostname or an IP-address."
 msgstr ""
 msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"подразделения. Если у вас достаточно большое количество подразделений, вы "
-"можете использовать групповое выделение."
 
 
-#: plugins/admin/departments/headpage.tpl:38
-msgid "Display departments matching"
-msgstr "Шаблон Ð´Ð»Ñ\8f Ð¿Ð¾Ð´Ñ\80азделений"
+#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
+msgid "Server name"
+msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
 
 
-#: plugins/admin/departments/headpage.tpl:42
-msgid "Regular expression for matching department names"
-msgstr "Регулярное выражение, соответствующее именам подразделений"
+#: plugins/admin/systems/server.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/terminal.tpl:20 plugins/admin/systems/printer.tpl:22
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/component.tpl:15
+msgid "Choose subtree to place terminal in"
+msgstr "Выберите ветку терминала"
 
 
-#: plugins/admin/departments/main.inc:38 plugins/admin/departments/main.inc:40
-msgid "Department management"
-msgstr "Управление подразделениями"
+#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/ogroups/termgroup.tpl:3
+msgid "Action"
+msgstr "Действие"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:150
-msgid "You have no permissions to create a department on this 'Base'."
-msgstr "У вас недостаточно прав для создания подразделения в этой ветке."
+#: plugins/admin/systems/server.tpl:42
+#, fuzzy
+msgid "Select action to execute for this server"
+msgstr "Выберите действие, которое нужно выполнить на этом терминале"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:157
-#: plugins/admin/departments/class_departmentGeneric.inc:159
-msgid "Department with that 'Name' already exists."
-msgstr "Подразделение с таким именем уже существует."
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Название"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:167
-msgid "Required field 'Description' is not set."
-msgstr "Обязательное поле \"Описание\" не заполнено."
+#: plugins/admin/systems/terminal.tpl:9
+msgid "Terminal template"
+msgstr "Шаблон терминала"
+
+#: plugins/admin/systems/terminal.tpl:11
+msgid "Terminal name"
+msgstr "Терминал"
+
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:45
+#: plugins/admin/systems/phonesettings.tpl:21
+msgid "Mode"
+msgstr "Режим"
+
+#: plugins/admin/systems/terminal.tpl:38
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Select terminal mode"
+msgstr "Выберите режим терминала"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:172
-msgid "The field 'Name' contains the reserved word 'incoming'."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"Ð\98мÑ\8f\" Ñ\81одеÑ\80жиÑ\82 Ñ\81лÑ\83жебное Ñ\81лово \"incoming\"."
+#: plugins/admin/systems/terminal.tpl:52
+msgid "Root server"
+msgstr "Ð\9eÑ\81новной Ñ\81еÑ\80веÑ\80"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:173
-msgid " Please choose another name."
-msgstr " Введите другое имя."
+#: plugins/admin/systems/terminal.tpl:54
+msgid "Select NFS root filesystem to use"
+msgstr "Выберите корневую файловую систему NFS"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/ogroups/class_ogroupManagement.inc:43
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
-msgid "Departments"
-msgstr "Подразделения"
+#: plugins/admin/systems/terminal.tpl:60
+msgid "Swap server"
+msgstr "Сервер подкачки"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:185
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:182
-#, php-format
-msgid "You're about to delete the whole LDAP subtree placed under '%s'."
-msgstr "Вы собираетесь удалить целую ветку LDAP с корнем в \"%s\"."
+#: plugins/admin/systems/terminal.tpl:62
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "Выберите файловую систему NFS для файлов подкачки"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:202
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:197
-msgid "You have no permission to remove this department."
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¿Ð¾Ð´Ñ\80азделениÑ\8f."
+#: plugins/admin/systems/terminal.tpl:74
+#: plugins/admin/systems/workstation.tpl:54
+msgid "Syslog server"
+msgstr "СеÑ\80веÑ\80 Ñ\81иÑ\81Ñ\82емнÑ\8bÑ\85 Ð¶Ñ\83Ñ\80налов"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:281
-#, fuzzy
-msgid "Create new department"
-msgstr "Ð\9fодÑ\80азделение"
+#: plugins/admin/systems/terminal.tpl:76
+#: plugins/admin/systems/workstation.tpl:56
+msgid "Choose server to use for logging"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\81еÑ\80веÑ\80 Ð´Ð»Ñ\8f Ð²ÐµÐ´ÐµÐ½Ð¸Ñ\8f Ñ\81иÑ\81Ñ\82емнÑ\8bÑ\85 Ð¶Ñ\83Ñ\80налов"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:289
-msgid "This table displays all departments, in the selected tree."
-msgstr ""
+#: plugins/admin/systems/terminal.tpl:82
+#: plugins/admin/systems/workstation.tpl:62
+msgid "NTP server"
+msgstr "Сервер NTP"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:298
-#, fuzzy
-msgid "Department name"
-msgstr "УпÑ\80авление Ð¿Ð¾Ð´Ñ\80азделениÑ\8fми"
+#: plugins/admin/systems/terminal.tpl:84
+#: plugins/admin/systems/workstation.tpl:64
+msgid "Choose server to use for synchronizing time"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\81еÑ\80веÑ\80 Ð´Ð»Ñ\8f Ñ\81инÑ\85Ñ\80онизаÑ\86ии Ð²Ñ\80емени"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:392
-msgid ".."
-msgstr ""
+#: plugins/admin/systems/terminal.tpl:103
+#: plugins/admin/systems/workstation.tpl:82
+msgid "Select action to execute for this terminal"
+msgstr "Выберите действие, которое нужно выполнить на этом терминале"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:53
-#: plugins/admin/systems/class_terminalInfo.inc:181
-msgid "present"
-msgstr "присутствует"
+#: plugins/admin/systems/class_terminalGeneric.inc:63
+msgid "text"
+msgstr "текст"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:65
-#: plugins/admin/systems/class_terminalService.inc:139
-#: plugins/admin/systems/class_terminalStartup.inc:99
-#: plugins/admin/systems/class_workstationService.inc:124
-#: plugins/admin/systems/class_workstationStartup.inc:215
-#: plugins/admin/systems/class_terminalGeneric.inc:130
-msgid "This 'dn' has no terminal features."
-msgstr "Это DN не соответствует терминалу."
+#: plugins/admin/systems/class_terminalGeneric.inc:64
+msgid "graphic"
+msgstr "графика"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:72
-msgid "This is a virtual terminal which has no properties to show here."
-msgstr "Это виртуальный терминал без особых свойств."
+#: plugins/admin/systems/class_terminalGeneric.inc:92
+#: plugins/admin/systems/class_servGeneric.inc:62
+#: plugins/admin/ogroups/class_termgroup.inc:62
+msgid "No WAKECMD definition found in your gosa.conf"
+msgstr "Определение WAKECMD в вашем файле gosa.conf не найдено"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:92
-msgid "online"
-msgstr "в сети"
+#: plugins/admin/systems/class_terminalGeneric.inc:96
+#: plugins/admin/systems/class_terminalGeneric.inc:108
+#: plugins/admin/systems/class_terminalGeneric.inc:120
+#: plugins/admin/systems/class_servGeneric.inc:66
+#: plugins/admin/systems/class_servGeneric.inc:78
+#: plugins/admin/systems/class_servGeneric.inc:90
+#: plugins/admin/systems/class_workstationGeneric.inc:104
+#: plugins/admin/ogroups/class_termgroup.inc:66
+#: plugins/admin/ogroups/class_termgroup.inc:78
+#: plugins/admin/ogroups/class_termgroup.inc:90
+#, php-format
+msgid "Execution of '%s' failed!"
+msgstr "Ошибка при выполнении \"%s\"!"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:144
-msgid "running"
-msgstr "запущен"
+#: plugins/admin/systems/class_terminalGeneric.inc:104
+#: plugins/admin/systems/class_servGeneric.inc:74
+#: plugins/admin/ogroups/class_termgroup.inc:74
+msgid "No REBOOTCMD definition found in your gosa.conf"
+msgstr "Определение REBOOTCMD в вашем файле gosa.conf не найдено"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:147
-msgid "not running"
-msgstr "не запущен"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_servGeneric.inc:86
+#: plugins/admin/ogroups/class_termgroup.inc:86
+msgid "No HALTCMD definition found in your gosa.conf"
+msgstr "Определение HALTCMD в вашем файле gosa.conf не найдено"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:155
-msgid "unknown status"
-msgstr "состояние неизвестно"
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Switch off"
+msgstr "Выключить"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:173
-msgid "offline"
-msgstr "не в сети"
+#: plugins/admin/systems/class_terminalGeneric.inc:147
+#: plugins/admin/systems/class_servGeneric.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:131
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Reboot"
+msgstr "Перезагрузить"
 
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network settings"
-msgstr "Сетевые настройки"
+#: plugins/admin/systems/class_terminalGeneric.inc:149
+#: plugins/admin/systems/class_servGeneric.inc:117
+#: plugins/admin/systems/class_workstationGeneric.inc:137
+#: plugins/admin/ogroups/class_termgroup.inc:102
+msgid "Wake up"
+msgstr "Вернуть в обычный режим"
 
 
-#: plugins/admin/systems/network.tpl:8
-msgid "IP-address"
-msgstr "IP-адрес"
+#: plugins/admin/systems/class_terminalGeneric.inc:243
+msgid "You have no permissions to create a terminal on this 'Base'."
+msgstr "У вас недостаточно прав для создания терминала в этой ветке."
 
 
-#: plugins/admin/systems/network.tpl:16
-msgid "MAC-address"
-msgstr "MAC-адрес"
+#: plugins/admin/systems/class_terminalGeneric.inc:247
+msgid "The required field 'Terminal name' is not set."
+msgstr "Обязательное поле 'Название терминала' не заполнено."
 
 
-#: plugins/admin/systems/class_winGeneric.inc:73
-#: plugins/admin/systems/class_componentGeneric.inc:51
+#: plugins/admin/systems/class_servGeneric.inc:52
 #, fuzzy
 #, fuzzy
-msgid "This 'dn' has no network features."
+msgid "This 'dn' has no server features."
 msgstr "Этот DN не имеет свойств принтера."
 
 msgstr "Этот DN не имеет свойств принтера."
 
-#: plugins/admin/systems/class_winGeneric.inc:142
-#: plugins/admin/systems/class_componentGeneric.inc:113
+#: plugins/admin/systems/class_servGeneric.inc:166
 #, fuzzy
 #, fuzzy
-msgid "The required field 'Component name' is not set."
+msgid "The required field 'Server name' is not set."
 msgstr "Обязательное поле \"Личное имя\" не заполнено."
 
 msgstr "Обязательное поле \"Личное имя\" не заполнено."
 
-#: plugins/admin/systems/class_winGeneric.inc:156
-#: plugins/admin/systems/class_componentGeneric.inc:126
+#: plugins/admin/systems/class_servGeneric.inc:173
 #, fuzzy
 #, fuzzy
-msgid "You have no permissions to create a component on this 'Base'."
-msgstr "У вас недостаточно прав для создания телефонов в этой ветке."
+msgid "You have no permissions to create a server on this 'Base'."
+msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
 
 
-#: plugins/admin/systems/class_winGeneric.inc:166
-#: plugins/admin/systems/class_phoneGeneric.inc:302
-#: plugins/admin/systems/class_terminalGeneric.inc:260
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/systems/class_workstationGeneric.inc:221
-#: plugins/admin/systems/class_printGeneric.inc:458
-#: plugins/admin/systems/class_componentGeneric.inc:136
-#, php-format
-msgid "There is already an entry '%s' in the base choosen by you"
-msgstr "В выбранной вами ветке уже есть запись \"%s\""
+#: plugins/admin/systems/class_servDHCP.inc:36
+msgid "Remove DHCP service"
+msgstr "Удалить сервис DHCP"
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "Системная информация"
+#: plugins/admin/systems/class_servDHCP.inc:37
+#, fuzzy
+msgid ""
+"This server has DHCP features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "Ð\9fÑ\80оÑ\86еÑ\81Ñ\81оÑ\80"
+#: plugins/admin/systems/class_servDHCP.inc:39
+msgid "Add DHCP service"
+msgstr "Ð\94обавиÑ\82Ñ\8c Ñ\81еÑ\80виÑ\81 DHCP"
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "Память"
+#: plugins/admin/systems/class_servDHCP.inc:40
+#, fuzzy
+msgid ""
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "MAC-адрес"
+#: plugins/admin/systems/printer.tpl:6
+#, fuzzy
+msgid "General"
+msgstr "Общее"
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "Ð\9fоддеÑ\80жка USB"
+#: plugins/admin/systems/printer.tpl:9
+msgid "Printer name"
+msgstr "Ð\98мÑ\8f Ð¿Ñ\80инÑ\82еÑ\80а"
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "Состояние системы"
+#: plugins/admin/systems/printer.tpl:30
+msgid "Details"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:23
+#: plugins/admin/systems/printer.tpl:33
 #, fuzzy
 #, fuzzy
-msgid "Inventory number"
-msgstr "Ð\9dомеÑ\80 телефона"
+msgid "Printer location"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки телефона"
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Последний вход в систему"
+#: plugins/admin/systems/printer.tpl:37
+msgid "Printer URL"
+msgstr "URL принтера"
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Сетевые устройства"
+#: plugins/admin/systems/printer.tpl:45
+#: plugins/admin/systems/workstationService.tpl:86
+#: plugins/admin/systems/terminalService.tpl:86
+msgid "Driver"
+msgstr "Драйвер"
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "Устройства IDE"
+#: plugins/admin/systems/printer.tpl:57
+#, fuzzy
+msgid "Permissions"
+msgstr "Права для членов группы"
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "Устройства SCSI"
+#: plugins/admin/systems/printer.tpl:64
+#, fuzzy
+msgid "Users which are allowed to use this printer"
+msgstr "У вас недостаточно прав для удаления этого объекта!"
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Дисковод"
+#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
+#, fuzzy
+msgid "Add user"
+msgstr "Пользователи домена"
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "Привод CDROM"
+#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
+#, fuzzy
+msgid "Add group"
+msgstr "группы"
 
 
-#: plugins/admin/systems/info.tpl:73
-#: plugins/admin/systems/workstationService.tpl:83
-#: plugins/admin/systems/terminalService.tpl:83
-msgid "Graphic device"
-msgstr "Видеокарта"
+#: plugins/admin/systems/printer.tpl:80
+#, fuzzy
+msgid "Users which are allowed to administrate this printer"
+msgstr "У вас недостаточно прав для удаления этого объекта!"
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Звуковая карта"
+#: plugins/admin/systems/printer.tpl:81
+#, fuzzy
+msgid "Admins"
+msgstr "DN администратора"
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "РабоÑ\82аеÑ\82 Ñ\81"
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "СиÑ\81Ñ\82емÑ\8b"
 
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
-msgstr "Ð\97агÑ\80Ñ\83зка Ð¿Ñ\80оÑ\86еÑ\81Ñ\81оÑ\80а"
+#: plugins/admin/systems/class_systemManagement.inc:334
+msgid "You can't edit this object type yet!"
+msgstr "Ð\92Ñ\8b Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ\82е Ñ\80едакÑ\82иÑ\80оваÑ\82Ñ\8c Ñ\81ейÑ\87аÑ\81 Ñ\8dÑ\82оÑ\82 Ñ\82ип Ð¾Ð±Ñ\8aекÑ\82а!"
 
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
-msgstr "Ð\98Ñ\81полÑ\8cзование Ð¿Ð°Ð¼Ñ\8fÑ\82и"
+#: plugins/admin/systems/class_systemManagement.inc:350
+msgid "Passwords entered as new and repeated do not match!"
+msgstr "Ð\92веденнÑ\8bе Ð¿Ð°Ñ\80оли Ð½Ðµ Ñ\81овпадаÑ\8eÑ\82!"
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Ð\98Ñ\81полÑ\8cзование Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
+#: plugins/admin/systems/class_systemManagement.inc:363
+msgid "You are not allowed to set this systems password!"
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81менÑ\8b Ð¿Ð°Ñ\80олÑ\8f Ñ\8dÑ\82ой Ñ\81иÑ\81Ñ\82емÑ\8b!"
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "Служба SSH"
+#: plugins/admin/systems/class_systemManagement.inc:407
+#, fuzzy, php-format
+msgid "You're about to delete all information about the component at '%s'."
+msgstr "Вы собираетесь удалить всю информацию о терминале (\"%s\")."
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "Служба печати"
+#: plugins/admin/systems/class_systemManagement.inc:413
+#: plugins/admin/systems/class_systemManagement.inc:477
+#: plugins/admin/fai/class_faiManagement.inc:210
+#: plugins/admin/fai/class_faiManagement.inc:249
+#, fuzzy
+msgid "You are not allowed to delete this component!"
+msgstr "У вас недостаточно прав для удаления этого объекта!"
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Сканер"
+#: plugins/admin/systems/class_systemManagement.inc:569
+#, fuzzy
+msgid "New Terminal template"
+msgstr "Шаблон терминала"
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Звук"
+#: plugins/admin/systems/class_systemManagement.inc:569
+#: plugins/admin/systems/class_systemManagement.inc:710
+#, fuzzy
+msgid "New Terminal"
+msgstr "Создать терминал"
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "Графический интерфейс"
+#: plugins/admin/systems/class_systemManagement.inc:570
+#, fuzzy
+msgid "New Workstation template"
+msgstr "Шаблон рабочей станции"
 
 
-#: plugins/admin/systems/class_terminalService.inc:83
-#: plugins/admin/systems/class_workstationService.inc:68
-msgid "default"
-msgstr "по умолчанию"
+#: plugins/admin/systems/class_systemManagement.inc:570
+#: plugins/admin/systems/class_systemManagement.inc:711
+#, fuzzy
+msgid "New Workstation"
+msgstr "Новая рабочая станция"
 
 
-#: plugins/admin/systems/class_terminalService.inc:84
-#: plugins/admin/systems/class_workstationService.inc:69
-msgid "show chooser"
-msgstr "показаÑ\82Ñ\8c Ð¾ÐºÐ½Ð¾ Ð²Ñ\85ода Ð² Ñ\81иÑ\81Ñ\82емÑ\83"
+#: plugins/admin/systems/class_systemManagement.inc:571
+#, fuzzy
+msgid "New Server"
+msgstr "СеÑ\80веÑ\80"
 
 
-#: plugins/admin/systems/class_terminalService.inc:85
-#: plugins/admin/systems/class_workstationService.inc:70
-msgid "direct"
-msgstr "напÑ\80Ñ\8fмÑ\83Ñ\8e"
+#: plugins/admin/systems/class_systemManagement.inc:572
+#, fuzzy
+msgid "New Printer"
+msgstr "Ð\9fÑ\80инÑ\82еÑ\80"
 
 
-#: plugins/admin/systems/class_terminalService.inc:88
-#: plugins/admin/systems/class_workstationService.inc:73
-msgid "load balanced"
-msgstr "с выравниваем нагрузки"
+#: plugins/admin/systems/class_systemManagement.inc:573
+#, fuzzy
+msgid "New Phone"
+msgstr "Телефон"
 
 
-#: plugins/admin/systems/class_terminalService.inc:91
-#: plugins/admin/systems/class_workstationService.inc:76
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/class_systemManagement.inc:574
+#, fuzzy
+msgid "New Component"
+msgstr "Прочие сетевые компоненты"
 
 
-#: plugins/admin/systems/class_terminalService.inc:92
-#: plugins/admin/systems/class_workstationService.inc:77
-msgid "ICA client"
-msgstr "Ð\9aлиенÑ\82 ICA"
+#: plugins/admin/systems/class_systemManagement.inc:582
+#, fuzzy
+msgid "Edit system"
+msgstr "СпиÑ\81ок Ñ\81иÑ\81Ñ\82ем"
 
 
-#: plugins/admin/systems/class_terminalService.inc:187
-#: plugins/admin/systems/class_workstationService.inc:171
+#: plugins/admin/systems/class_systemManagement.inc:583
 #, fuzzy
 #, fuzzy
-msgid "Choose the phone located at the current terminal"
-msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ñ\80аздел, Ð´Ð»Ñ\8f Ñ\85Ñ\80анениÑ\8f Ð¾Ð±Ñ\8aекÑ\82а"
+msgid "Delete system"
+msgstr "УдалиÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/class_terminalService.inc:251
-#: plugins/admin/systems/class_terminalService.inc:256
-#: plugins/admin/systems/class_workstationService.inc:236
-#: plugins/admin/systems/class_workstationService.inc:241
-msgid "Please specify a valid VSync range."
-msgstr "Пожалуйста, укажите корректную кадровую синхронизацию."
+#: plugins/admin/systems/class_systemManagement.inc:589
+#, fuzzy
+msgid "System"
+msgstr "Системы"
 
 
-#: plugins/admin/systems/class_terminalService.inc:266
-#: plugins/admin/systems/class_terminalService.inc:271
-#: plugins/admin/systems/class_workstationService.inc:251
-#: plugins/admin/systems/class_workstationService.inc:256
-msgid "Please specify a valid HSync range."
-msgstr "Пожалуйста, укажите корректную строчную синхронзацию."
+#: plugins/admin/systems/class_systemManagement.inc:592
+#: plugins/admin/fai/class_faiManagement.inc:473
+msgid "This table displays all systems, in the selected tree."
+msgstr ""
 
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Управление системами"
+#: plugins/admin/systems/class_systemManagement.inc:625
+#, fuzzy
+msgid "Cups Server"
+msgstr "Сервер"
 
 
-#: plugins/admin/systems/class_servService.inc:264
-msgid "Terminal server, must have fontpath specified."
+#: plugins/admin/systems/class_systemManagement.inc:626
+msgid "Log Db"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:11
+#: plugins/admin/systems/class_systemManagement.inc:627
 #, fuzzy
 #, fuzzy
-msgid "Nfs Export"
-msgstr "ЭкÑ\81поÑ\80Ñ\82"
+msgid "Syslog Server"
+msgstr "СеÑ\80веÑ\80 Ñ\81иÑ\81Ñ\82емнÑ\8bÑ\85 Ð¶Ñ\83Ñ\80налов"
 
 
-#: plugins/admin/systems/servservice.tpl:37
+#: plugins/admin/systems/class_systemManagement.inc:628
 #, fuzzy
 #, fuzzy
-msgid "Time Service"
-msgstr "СеÑ\80виÑ\81Ñ\8b"
+msgid "Mail Server"
+msgstr "СеÑ\80веÑ\80"
 
 
-#: plugins/admin/systems/servservice.tpl:61
+#: plugins/admin/systems/class_systemManagement.inc:629
 #, fuzzy
 #, fuzzy
-msgid "LDAP Service"
-msgstr "LDAP-сервер"
+msgid "Imap Server"
+msgstr "Сервер подкачки"
 
 
-#: plugins/admin/systems/servservice.tpl:72
+#: plugins/admin/systems/class_systemManagement.inc:630
 #, fuzzy
 #, fuzzy
-msgid "Terminal Service"
+msgid "Nfs Server"
+msgstr "Сервер"
+
+#: plugins/admin/systems/class_systemManagement.inc:631
+#, fuzzy
+msgid "Kerberos Server"
+msgstr "Kerberos"
+
+#: plugins/admin/systems/class_systemManagement.inc:632
+#, fuzzy
+msgid "Asterisk Server"
 msgstr "Терминальный сервер"
 
 msgstr "Терминальный сервер"
 
-#: plugins/admin/systems/servservice.tpl:77
+#: plugins/admin/systems/class_systemManagement.inc:633
 #, fuzzy
 #, fuzzy
-msgid "Temporary disable login"
-msgstr "Ð\92Ñ\80еменно Ð¾Ñ\82клÑ\8eÑ\87иÑ\82Ñ\8c Ð¸Ñ\81полÑ\8cзование Ñ\84акÑ\81а"
+msgid "Fax Server"
+msgstr "СеÑ\80веÑ\80"
 
 
-#: plugins/admin/systems/servservice.tpl:80
+#: plugins/admin/systems/class_systemManagement.inc:634
 #, fuzzy
 #, fuzzy
-msgid "Font path"
-msgstr "Ð\9aонÑ\82акÑ\82"
+msgid "Ldap Server"
+msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
 
 
-#: plugins/admin/systems/servservice.tpl:93
+#: plugins/admin/systems/class_systemManagement.inc:660
 #, fuzzy
 #, fuzzy
-msgid "Syslog Service"
-msgstr "Сервер системных журналов"
+msgid "Set root password"
+msgstr "Изменить пароль"
+
+#: plugins/admin/systems/class_systemManagement.inc:706
+#: plugins/admin/ogroups/class_ogroupManagement.inc:488
+#, fuzzy
+msgid "Terminal"
+msgstr "Терминалы"
+
+#: plugins/admin/systems/class_systemManagement.inc:707
+#: plugins/admin/ogroups/class_ogroupManagement.inc:487
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Рабочая станция"
 
 
-#: plugins/admin/systems/servservice.tpl:101
+#: plugins/admin/systems/class_systemManagement.inc:712
 #, fuzzy
 #, fuzzy
-msgid "Print Service"
-msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
+msgid "Winstation"
+msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f"
 
 
-#: plugins/admin/systems/servservice.tpl:109
+#: plugins/admin/systems/class_systemManagement.inc:713
 #, fuzzy
 #, fuzzy
-msgid "Mail server"
-msgstr "Сервер"
-
-#: plugins/admin/systems/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
-msgstr "Выберите тип системного компонента который желаете создать"
+msgid "Network Device"
+msgstr "Сетевые устройства"
 
 
-#: plugins/admin/systems/chooser.tpl:4
-msgid ""
-"Linux terminals and workstations are autocreated on bootup. For this reason "
-"you're only be able to create templates for a specific tree. Servers are "
-"normally automatically added too, but in some special cases you may need to "
-"create a faked server entry to provide GOsa with some informations. Other "
-"network components may be used for Nagios setups to create component "
-"dependencies."
-msgstr ""
-"Терминалы и рабочие станцие Linux были созданы автоматически. Поэтому вам "
-"необходимо только создать шаблоны для нужного подразделения. Сервера обычно "
-"добавляются тоже, но в отдельных случаях вам может понадобиться "
-"'виртуальный' сервер для описания обязательных сервисов. Прочие сетевые "
-"компоненты могут быть использованы при установке Nagios для создания "
-"межкомпонентных зависимостей."
+#: plugins/admin/systems/class_systemManagement.inc:930
+msgid "New terminal"
+msgstr "Создать терминал"
 
 
-#: plugins/admin/systems/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Шаблон Ñ\82онкого ÐºÐ»Ð¸ÐµÐ½Ñ\82а Linux"
+#: plugins/admin/systems/class_systemManagement.inc:933
+msgid "New workstation"
+msgstr "Ð\9dоваÑ\8f Ñ\80абоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f"
 
 
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Шаблон рабочей станции Linux"
+#: plugins/admin/systems/class_systemManagement.inc:950
+#, fuzzy
+msgid "Terminal template for"
+msgstr "Шаблон терминала"
 
 
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
-msgstr "СеÑ\80веÑ\80 Linux"
+#: plugins/admin/systems/class_systemManagement.inc:962
+msgid "Workstation template for"
+msgstr "Шаблон Ñ\80абоÑ\87ей Ñ\81Ñ\82анÑ\86ии Ð´Ð»Ñ\8f"
 
 
-#: plugins/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Рабочая станция Windows"
+#: plugins/admin/systems/class_workstationGeneric.inc:70
+#, fuzzy
+msgid "Activated"
+msgstr "Личный"
 
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
-msgstr "Сетевой принтер"
+#: plugins/admin/systems/class_workstationGeneric.inc:72
+#, fuzzy
+msgid "Memory test"
+msgstr "Память"
 
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
-msgstr "Прочие сетевые компоненты"
+#: plugins/admin/systems/class_workstationGeneric.inc:73
+#, fuzzy
+msgid "System analysis"
+msgstr "Системные журналы"
 
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
-msgstr "Создать"
+#: plugins/admin/systems/class_workstationGeneric.inc:100
+#, fuzzy
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "Определение HALTCMD в вашем файле gosa.conf не найдено"
 
 
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/server.tpl:15
-#: plugins/admin/systems/phone.tpl:15 plugins/admin/systems/terminal.tpl:20
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
-msgstr "Выберите ветку терминала"
+#: plugins/admin/systems/class_workstationGeneric.inc:114
+msgid "This 'dn' has no workstation features."
+msgstr "Это DN не содержит атрибутоов рабочей станции."
 
 
-#: plugins/admin/systems/workstationService.tpl:4
-#: plugins/admin/systems/terminalService.tpl:4
-msgid "Keyboard"
-msgstr "Ð\9aлавиаÑ\82Ñ\83Ñ\80а"
+#: plugins/admin/systems/class_workstationGeneric.inc:132
+#, fuzzy
+msgid "Instant update"
+msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
 
 
-#: plugins/admin/systems/workstationService.tpl:7
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:210
-msgid "Model"
-msgstr "Модель"
+#: plugins/admin/systems/class_workstationGeneric.inc:133
+#: plugins/admin/systems/class_workstationGeneric.inc:139
+#, fuzzy
+msgid "Scheduled update"
+msgstr "Выберите режим терминала"
 
 
-#: plugins/admin/systems/workstationService.tpl:9
-#: plugins/admin/systems/terminalService.tpl:9
-msgid "Choose keyboard model"
-msgstr "Выберите модель клавиатуры"
+#: plugins/admin/systems/class_workstationGeneric.inc:134
+#: plugins/admin/systems/class_workstationGeneric.inc:138
+msgid "Reinstall"
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:15
-#: plugins/admin/systems/terminalService.tpl:15
-msgid "Layout"
-msgstr "РаÑ\81кладка"
+#: plugins/admin/systems/class_workstationGeneric.inc:135
+#, fuzzy
+msgid "Rescan hardware"
+msgstr "ТелеÑ\84онное Ð¾Ð±Ð¾Ñ\80Ñ\83дование"
 
 
-#: plugins/admin/systems/workstationService.tpl:17
-#: plugins/admin/systems/terminalService.tpl:17
-msgid "Choose keyboard layout"
-msgstr "Выберите раскладку"
+#: plugins/admin/systems/class_workstationGeneric.inc:204
+msgid "You have no permissions to create a workstation on this 'Base'."
+msgstr "У вас недостаточно прав для создания рабочей станции в этой ветке."
 
 
-#: plugins/admin/systems/workstationService.tpl:23
-#: plugins/admin/systems/terminalService.tpl:23
-msgid "Variant"
-msgstr "Вариант"
+#: plugins/admin/systems/class_workstationGeneric.inc:208
+msgid "The required field 'Workstation name' is not set."
+msgstr "Обязательное поле 'Название рабочей станции' не заполнено."
 
 
-#: plugins/admin/systems/workstationService.tpl:25
-#: plugins/admin/systems/terminalService.tpl:25
-msgid "Choose keyboard variant"
-msgstr "Выберите вариант раскладки"
+#: plugins/admin/systems/class_printGeneric.inc:194
+#: plugins/admin/systems/class_printGeneric.inc:215
+#: plugins/admin/systems/class_printGeneric.inc:218
+msgid "Add printer extension"
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:39
-#: plugins/admin/systems/terminalService.tpl:39
-msgid "Mouse"
-msgstr "Мышь"
+#: plugins/admin/systems/class_printGeneric.inc:195
+#, fuzzy
+msgid ""
+"This workstation has printer extension disabled. You can't enable it while "
+"'cn' is not present in entry. Possibly you are currently creating a new "
+"terminal template"
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/workstationService.tpl:44
-#: plugins/admin/systems/terminalService.tpl:44
-msgid "Choose mouse type"
-msgstr "Выберите тип мыши"
+#: plugins/admin/systems/class_printGeneric.inc:207
+#: plugins/admin/systems/class_printGeneric.inc:210
+#, fuzzy
+msgid "Remove printer extension"
+msgstr "Удалить параметры"
 
 
-#: plugins/admin/systems/workstationService.tpl:50
-#: plugins/admin/systems/terminalService.tpl:50
-msgid "Port"
-msgstr "Порт"
+#: plugins/admin/systems/class_printGeneric.inc:208
+#, fuzzy
+msgid ""
+"This workstation has printer extension enabled.You can disable it by "
+"clicking below."
+msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/workstationService.tpl:52
-#: plugins/admin/systems/terminalService.tpl:52
-msgid "Choose mouse port"
-msgstr "Выберите порт мыши"
+#: plugins/admin/systems/class_printGeneric.inc:211
+#, fuzzy
+msgid ""
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
+msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/workstationService.tpl:66
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/gofon/phoneaccount/generic.tpl:24
-msgid "Telephone hardware"
-msgstr "Телефонное оборудование"
+#: plugins/admin/systems/class_printGeneric.inc:216
+#, fuzzy
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/workstationService.tpl:69
-#: plugins/admin/systems/terminalService.tpl:69
-#: plugins/gofon/phoneaccount/generic.tpl:26
-#: plugins/gofon/phoneaccount/generic.tpl:28
-msgid "Telephone"
-msgstr "Телефон"
+#: plugins/admin/systems/class_printGeneric.inc:219
+#, fuzzy
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/printer.tpl:45
-#: plugins/admin/systems/terminalService.tpl:86
-msgid "Driver"
-msgstr "Драйвер"
+#: plugins/admin/systems/class_printGeneric.inc:230
+msgid "This 'dn' has no printer features."
+msgstr "Этот DN не имеет свойств принтера."
 
 
-#: plugins/admin/systems/workstationService.tpl:88
-#: plugins/admin/systems/terminalService.tpl:88
-msgid "Choose graphic driver that is needed by the installed graphic board"
-msgstr "Выберите подходящий драйвер для установленной видеокарты"
+#: plugins/admin/systems/class_printGeneric.inc:364
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:96
-#: plugins/admin/systems/terminalService.tpl:96
-msgid "Choose screen resolution used in graphic mode"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð´Ñ\85одÑ\8fÑ\89ее Ñ\80азÑ\80еÑ\88ение Ñ\8dкÑ\80ана"
+#: plugins/admin/systems/class_printGeneric.inc:372
+#, fuzzy
+msgid "can't get ppd informations."
+msgstr "СиÑ\81Ñ\82емнаÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f"
 
 
-#: plugins/admin/systems/workstationService.tpl:102
-#: plugins/admin/systems/terminalService.tpl:102
-msgid "Color depth"
-msgstr "Глубина цвета"
+#: plugins/admin/systems/class_printGeneric.inc:384
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:104
-#: plugins/admin/systems/terminalService.tpl:104
-msgid "Choose colordepth used in graphic mode"
-msgstr "Выберите подходящую глубину цвета"
+#: plugins/admin/systems/class_printGeneric.inc:386
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:117
-#: plugins/admin/systems/terminalService.tpl:117
-msgid "Display device"
-msgstr "Устройство отображения"
+#: plugins/admin/systems/class_printGeneric.inc:448
+msgid "You have no permissions to create a printer on this 'Base'."
+msgstr "У вас недостаточно прав для создания принтера в этой ветке."
 
 
-#: plugins/admin/systems/workstationService.tpl:124
-#: plugins/admin/systems/terminalService.tpl:124
-msgid "HSync"
-msgstr "Строчная синхронизация"
+#: plugins/admin/systems/class_printGeneric.inc:584
+#: plugins/admin/systems/class_printGeneric.inc:586
+#: plugins/admin/ogroups/class_ogroupManagement.inc:482
+#: plugins/admin/fai/faiTemplateEntry.tpl:71
+#: plugins/admin/fai/faiTemplateEntry.tpl:103
+#: plugins/generic/references/class_reference.inc:36
+msgid "Group"
+msgstr "Группа"
 
 
-#: plugins/admin/systems/workstationService.tpl:126
-#: plugins/admin/systems/terminalService.tpl:126
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "Частота обновления строк для данного монитора"
+#: plugins/admin/systems/class_servDNS.inc:36
+msgid "Remove DNS service"
+msgstr "Удалить сервис DNS"
 
 
-#: plugins/admin/systems/workstationService.tpl:129
-#: plugins/admin/systems/terminalService.tpl:129
-msgid "VSync"
-msgstr "Кадровая синхронизация"
+#: plugins/admin/systems/class_servDNS.inc:37
+#, fuzzy
+msgid ""
+"This server has DNS features enabled. You can disable them by clicking below."
+msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/workstationService.tpl:131
-#: plugins/admin/systems/terminalService.tpl:131
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "Частота обновления кадров для данного монитора"
+#: plugins/admin/systems/class_servDNS.inc:39
+msgid "Add DNS service"
+msgstr "Добавить сервис DNS"
 
 
-#: plugins/admin/systems/workstationService.tpl:143
-#: plugins/admin/systems/terminalService.tpl:203
-msgid "Scan device"
-msgstr "Устройство сканирования"
+#: plugins/admin/systems/class_servDNS.inc:40
+#, fuzzy
+msgid ""
+"This server has DNS features disabled. You can enable them by clicking below."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/workstationService.tpl:144
-#: plugins/admin/systems/terminalService.tpl:204
-msgid "Select to start SANE scan service on terminal"
-msgstr "Выберите, чтобы запустить на терминале службу сканирования"
+#: plugins/admin/systems/workstation.tpl:9
+msgid "Workstation template"
+msgstr "Шаблон рабочей станции"
 
 
-#: plugins/admin/systems/workstationService.tpl:145
-#: plugins/admin/systems/terminalService.tpl:205
-msgid "Provide scan services"
-msgstr "Предоставлять службу сканирования"
+#: plugins/admin/systems/workstation.tpl:11
+msgid "Workstation name"
+msgstr "Имя рабочий станции"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-#, fuzzy
-msgid "Select entries to add"
-msgstr "Выбрать пользователей для добавления"
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
+msgstr ""
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+#: plugins/admin/systems/servdb.tpl:10
 #, fuzzy
 #, fuzzy
-msgid "Display members of department"
-msgstr "Показать номера из подразделения"
+msgid "Kerberos Realm"
+msgstr "Kerberos"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
 #, fuzzy
 #, fuzzy
-msgid "Display members matching"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð½Ð¾Ð¼ÐµÑ\80ов"
+msgid "Admin user"
+msgstr "Ð\9fолÑ\8cзоваÑ\82ели Ð´Ð¾Ð¼ÐµÐ½Ð°"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+#: plugins/admin/systems/servdb.tpl:26
 #, fuzzy
 #, fuzzy
-msgid "Regular expression for matching member names"
-msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ð¸Ð¼ÐµÐ½Ð°Ð¼ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "FAX database"
+msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:197
+#: plugins/admin/systems/servdb.tpl:30
 #, fuzzy
 #, fuzzy
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она!"
+msgid "FAX DB user"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ñ\84акÑ\81ов"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:251
+#: plugins/admin/systems/servdb.tpl:42
 #, fuzzy
 #, fuzzy
-msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
+msgid "Asterisk management"
+msgstr "Управление системами"
+
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
 msgstr ""
 msgstr ""
-"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:105
-msgid "This 'dn' has no phone features."
-msgstr "Этот DN не имеет свойств телефона."
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
+msgstr ""
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+#: plugins/admin/systems/servdb.tpl:58
+msgid "Local dial prefix"
+msgstr ""
+
+#: plugins/admin/systems/servdb.tpl:70
+msgid "IMAP admin access"
+msgstr ""
+
+#: plugins/admin/systems/servdb.tpl:74
 #, fuzzy
 #, fuzzy
-msgid "yes"
-msgstr "СиÑ\81Ñ\82емÑ\8b"
+msgid "Server identifier"
+msgstr "Ð\9dомеÑ\80 Ð´Ð¾Ð¼Ð°"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:177
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+#: plugins/admin/systems/servdb.tpl:78
 #, fuzzy
 #, fuzzy
-msgid "no"
-msgstr "неÑ\82"
+msgid "Connect URL"
+msgstr "Ð\9fодклÑ\8eÑ\87ение"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:198
-msgid "dynamic"
-msgstr ""
+#: plugins/admin/systems/servdb.tpl:91
+#, fuzzy
+msgid "Sieve port"
+msgstr "Сервер"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:198
+#: plugins/admin/systems/servdb.tpl:100
 #, fuzzy
 #, fuzzy
-msgid "Networksettings"
-msgstr "СеÑ\82евÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки"
+msgid "Logging database"
+msgstr "база Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:216
-#, php-format
-msgid ""
-"Can't delete because there are user which are depending on this phone. One "
-"of them is user '%s'."
+#: plugins/admin/systems/servdb.tpl:104
+msgid "Logging DB user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:273
+#: plugins/admin/systems/class_servKolab.inc:115
 #, fuzzy
 #, fuzzy
-msgid "The required field 'Phone name' is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9bиÑ\87ное Ð¸Ð¼Ñ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+msgid "Remove Kolab extension"
+msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:276
-msgid "The 'Phone name' '0' is reserved and cannot be used."
+#: plugins/admin/systems/class_servKolab.inc:115
+#, fuzzy
+msgid ""
+"This server has kolab features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:279
-#: plugins/admin/systems/class_componentGeneric.inc:116
+#: plugins/admin/systems/class_servKolab.inc:118
 #, fuzzy
 #, fuzzy
-msgid "The required field 'MAC-address' is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9eÑ\81новной Ð°Ð´Ñ\80еÑ\81\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+msgid "Add Kolab service"
+msgstr "Ð\94обавиÑ\82Ñ\8c Ñ\81еÑ\80виÑ\81 DNS"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:282
-#: plugins/admin/systems/class_componentGeneric.inc:119
+#: plugins/admin/systems/class_servKolab.inc:118
 #, fuzzy
 #, fuzzy
-msgid "The required field 'IP-address' is not set."
-msgstr "Обязательное поле \"Основной адрес\" не заполнено."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:285
-msgid "Wrong IP format in field IP-address."
+msgid ""
+"This server has kolab features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "You have no permissions to create a phone on this 'Base'."
-msgstr "У вас недостаточно прав для создания телефонов в этой ветке."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:64
+#: plugins/admin/systems/class_servKolab.inc:146
 #, php-format
 #, php-format
-msgid "Can't open '%s', ppd settings resetted."
+msgid "Include data from %s days in the past when creating free/busy lists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:105
+#: plugins/admin/systems/class_servKolab.inc:152
 #, php-format
 #, php-format
-msgid ""
-"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
-"informations."
+msgid "Warn users when using more than %s%% of their mail quota"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:106
-#, fuzzy
-msgid "Can't get ppd informations."
-msgstr "Общая информация о пользователе"
+#: plugins/admin/systems/class_servKolab.inc:224
+msgid "Future days in Free/Busy settings must be set."
+msgstr ""
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:122
-#, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
+#: plugins/admin/systems/class_servKolab.inc:226
+msgid "Future days in Free/Busy settings must be a positive value."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:135
-#, fuzzy, php-format
-msgid "There is already a ppd file for this kind of printer."
+#: plugins/admin/systems/class_servKolab.inc:230
+msgid "The given Quota settings value must be a number."
 msgstr ""
 msgstr ""
-"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:143
-#, fuzzy, php-format
-msgid "Can't save file '%s'."
-msgstr "Удалить"
+#: plugins/admin/systems/class_servKolab.inc:232
+msgid "Please choose a value between 1 and 100 for Quota settings."
+msgstr ""
+
+#: plugins/admin/systems/class_servKolab.inc:234
+msgid "Future days must be a value."
+msgstr ""
+
+#: plugins/admin/systems/class_servKolab.inc:238
+msgid "No SMTP privileged networks set."
+msgstr ""
+
+#: plugins/admin/systems/class_servKolab.inc:242
+msgid "No SMTP smarthost/relayhost set."
+msgstr ""
+
+#: plugins/admin/systems/servkolab.tpl:14
+#, fuzzy
+msgid "POP3 service"
+msgstr "Служба печати"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:162
-#: plugins/admin/systems/class_printerPPDDialog.inc:165
+#: plugins/admin/systems/servkolab.tpl:22
 #, fuzzy
 #, fuzzy
-msgid "Please specify a valid ppd file."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
+msgid "POP3/SSL service"
+msgstr "СлÑ\83жба SSH"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:189
+#: plugins/admin/systems/servkolab.tpl:30
 #, fuzzy
 #, fuzzy
-msgid "Please select a valid ppd."
-msgstr "Введите корректный серийный номер"
+msgid "IMAP service"
+msgstr "LDAP-сервер"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:363
-#: plugins/admin/systems/class_printerPPDDialog.inc:366
+#: plugins/admin/systems/servkolab.tpl:38
 #, fuzzy
 #, fuzzy
-msgid "True"
-msgstr "УлиÑ\86а"
+msgid "IMAP/SSL service"
+msgstr "СлÑ\83жба SSH"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:364
-#: plugins/admin/systems/class_printerPPDDialog.inc:367
+#: plugins/admin/systems/servkolab.tpl:46
 #, fuzzy
 #, fuzzy
-msgid "False"
-msgstr "женÑ\81кий"
+msgid "Sieve service"
+msgstr "СлÑ\83жба SSH"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:372
-#, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
+#: plugins/admin/systems/servkolab.tpl:54
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
-msgstr "Имя сервера"
+#: plugins/admin/systems/servkolab.tpl:62
+msgid "HTTP FreeBusy service (legacy)"
+msgstr ""
 
 
-#: plugins/admin/systems/server.tpl:38 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/ogroups/termgroup.tpl:3
-msgid "Action"
-msgstr "Действие"
+#: plugins/admin/systems/servkolab.tpl:70
+msgid "Amavis email scanning (virus/spam)"
+msgstr ""
 
 
-#: plugins/admin/systems/server.tpl:42
+#: plugins/admin/systems/servkolab.tpl:81
 #, fuzzy
 #, fuzzy
-msgid "Select action to execute for this server"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð´ÐµÐ¹Ñ\81Ñ\82вие, ÐºÐ¾Ñ\82оÑ\80ое Ð½Ñ\83жно Ð²Ñ\8bполниÑ\82Ñ\8c Ð½Ð° Ñ\8dÑ\82ом Ñ\82еÑ\80минале"
+msgid "Quota settings"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Samba"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:63
-msgid "text"
-msgstr "текст"
+#: plugins/admin/systems/servkolab.tpl:97
+#, fuzzy
+msgid "Free/Busy settings"
+msgstr "Настройки факса"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:64
-msgid "graphic"
-msgstr "графика"
+#: plugins/admin/systems/servkolab.tpl:102
+msgid "Allow unauthenticated downloading of Free/Busy information"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:92
-#: plugins/admin/systems/class_servGeneric.inc:62
-#: plugins/admin/ogroups/class_termgroup.inc:62
-msgid "No WAKECMD definition found in your gosa.conf"
-msgstr "Определение WAKECMD в вашем файле gosa.conf не найдено"
+#: plugins/admin/systems/servkolab.tpl:117
+msgid "SMTP privileged networks"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:96
-#: plugins/admin/systems/class_terminalGeneric.inc:108
-#: plugins/admin/systems/class_terminalGeneric.inc:120
-#: plugins/admin/systems/class_servGeneric.inc:66
-#: plugins/admin/systems/class_servGeneric.inc:78
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/systems/class_workstationGeneric.inc:104
-#: plugins/admin/ogroups/class_termgroup.inc:66
-#: plugins/admin/ogroups/class_termgroup.inc:78
-#: plugins/admin/ogroups/class_termgroup.inc:90
-#, php-format
-msgid "Execution of '%s' failed!"
-msgstr "Ошибка при выполнении \"%s\"!"
+#: plugins/admin/systems/servkolab.tpl:122
+msgid "Hosts/networks allowed to relay"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: plugins/admin/systems/class_servGeneric.inc:74
-#: plugins/admin/ogroups/class_termgroup.inc:74
-msgid "No REBOOTCMD definition found in your gosa.conf"
-msgstr "Определение REBOOTCMD в вашем файле gosa.conf не найдено"
+#: plugins/admin/systems/servkolab.tpl:125
+msgid "Enter multiple values, seperated with"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:116
-#: plugins/admin/systems/class_servGeneric.inc:86
-#: plugins/admin/ogroups/class_termgroup.inc:86
-msgid "No HALTCMD definition found in your gosa.conf"
-msgstr "Определение HALTCMD в вашем файле gosa.conf не найдено"
+#: plugins/admin/systems/servkolab.tpl:138
+msgid "SMTP smarthost/relayhost"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Switch off"
-msgstr "Выключить"
+#: plugins/admin/systems/servkolab.tpl:144
+msgid "Enable MX lookup for relayhost"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:147
-#: plugins/admin/systems/class_servGeneric.inc:115
-#: plugins/admin/systems/class_workstationGeneric.inc:131
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Reboot"
-msgstr "Перезагрузить"
+#: plugins/admin/systems/servkolab.tpl:149
+msgid "Host used to relay mails"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:117
-#: plugins/admin/systems/class_workstationGeneric.inc:137
-#: plugins/admin/ogroups/class_termgroup.inc:102
-msgid "Wake up"
-msgstr "Вернуть в обычный режим"
+#: plugins/admin/systems/servkolab.tpl:163
+msgid "Accept Internet Mail"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:243
-msgid "You have no permissions to create a terminal on this 'Base'."
-msgstr "У вас недостаточно прав для создания терминала в этой ветке."
+#: plugins/admin/systems/servkolab.tpl:169
+msgid "Accept mail from other domains over non-authenticated SMTP"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:247
-msgid "The required field 'Terminal name' is not set."
-msgstr "Обязательное поле 'Название терминала' не заполнено."
+#: plugins/admin/systems/wingeneric.tpl:6
+#, fuzzy
+msgid "Machine name"
+msgstr "Название"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
+#: plugins/admin/systems/remove.tpl:6
+msgid ""
+"This includes <b>all</b> system and setup informations. Please double check "
+"if your really want to do this since there is no way for GOsa to get your "
+"data back."
+msgstr ""
+"Сюда входит <b>вся</b> информация о системе и ее настройках. Подумайте еще "
+"раз, действительно ли вам нужно удаление, так как GOsa не сможет отменить "
+"результаты этой операции."
+
+#: plugins/admin/systems/headpage.tpl:6
+msgid "List of systems"
+msgstr "Список систем"
+
+#: plugins/admin/systems/headpage.tpl:24
 #, fuzzy
 #, fuzzy
-msgid "Printer driver"
-msgstr "Устройство печати"
+msgid ""
+"This menu allows you to add, remove and change the properties of specific "
+"systems. You can only add systems which have already been started once."
+msgstr ""
+"С помощью этого меню вы можете добавлять, изменять и удалять свойства "
+"отдельных систем. Вы можете только добавлять системы которые однажды уже "
+"были запущены."
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:46
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Select to see servers"
+msgstr "Выберите, чтобы просмотреть серверы"
+
+#: plugins/admin/systems/headpage.tpl:38
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+msgid "Show servers"
+msgstr "Показать серверы"
+
+#: plugins/admin/systems/headpage.tpl:39
 #, fuzzy
 #, fuzzy
-msgid "Select"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "Select to see Linux terminals"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\87Ñ\82обÑ\8b Ð¿Ð¾Ñ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\82еÑ\80миналÑ\8b"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
+#: plugins/admin/systems/headpage.tpl:39
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Show terminals"
+msgstr "Показать терминалы"
+
+#: plugins/admin/systems/headpage.tpl:40
 #, fuzzy
 #, fuzzy
-msgid "New driver"
-msgstr "СеÑ\80веÑ\80"
+msgid "Select to see Linux workstations"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\87Ñ\82обÑ\8b Ð¿Ð¾Ñ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
-msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð·Ð°Ð³Ñ\80Ñ\83зки"
+#: plugins/admin/systems/headpage.tpl:40
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Show workstations"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "LDAP server"
-msgstr "LDAP-сервер"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Посмотреть рабочие станции с MicroSoft Windows"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:10
-#: plugins/admin/systems/terminalStartup.tpl:10
-msgid "Choose LDAP server to use for accounts and terminal management"
-msgstr "Выберите LDAP-сервер для управления учетными записями и терминалами"
+#: plugins/admin/systems/headpage.tpl:41
+msgid "Show windows based workstations"
+msgstr "Показать рабочие станции с windows"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Boot kernel"
-msgstr "Ядро для загрузки"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Select to see network printers"
+msgstr "Выберите чтобы посмотреть сетевые принтеры"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
-msgid "Enter the filename of the kernel to use"
-msgstr "Введите имя файла загружаемого ядра"
+#: plugins/admin/systems/headpage.tpl:42
+msgid "Show network printers"
+msgstr "Показать сетевые принтеры"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "Custom options"
-msgstr "Дополнительные параметры"
+#: plugins/admin/systems/headpage.tpl:43
+msgid "Select to see VOIP phones"
+msgstr "Выберите чтобы посмотреть VOIP телефоны"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:24
-#: plugins/admin/systems/terminalStartup.tpl:24
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
-msgstr ""
-"Введите любые дополнительные параметры, которые должны передаваться ядру во "
-"время загрузки"
+#: plugins/admin/systems/headpage.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Show phones"
+msgstr "Показать телефоны"
+
+#: plugins/admin/systems/headpage.tpl:44
+#, fuzzy
+msgid "Select to see network devices"
+msgstr "Выберите чтобы посмотреть сетевые принтеры"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:35
+#: plugins/admin/systems/headpage.tpl:44
 #, fuzzy
 #, fuzzy
-msgid "FAI server"
-msgstr "LDAP-сервер"
+msgid "Show network devices"
+msgstr "Сетевые устройства"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:42
+#: plugins/admin/systems/headpage.tpl:52
+msgid "Regular expression for matching system names"
+msgstr "Регулярное выражение, соответствующее именам систем"
+
+#: plugins/admin/systems/headpage.tpl:59
 #, fuzzy
 #, fuzzy
-msgid "Assigned FAI classes"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+msgid "Display systems of user"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð°Ð´Ñ\80еÑ\81а Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:62
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
-msgstr "Модули ядра (формат: имя параметры)"
+#: plugins/admin/systems/headpage.tpl:62
+msgid "User name of which terminal(s) are shown"
+msgstr "Имя пользователя, для которого перечисляются терминалы"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:64
-#: plugins/admin/systems/terminalStartup.tpl:55
-msgid "Add additional modules to load on startup"
+#: plugins/admin/systems/password.tpl:2
+#, fuzzy
+msgid ""
+"To change the terminal root password use the fields below. The changes take "
+"effect during the next reboot. Please memorize the new password, because you "
+"wouldn't be able to log in."
 msgstr ""
 msgstr ""
-"Укажите дополнительные модули, которые должны загружаться при запуске системы"
+"В полях ниже вы можете изменить пароль выбранного пользователя. Изменения "
+"вступят в силу немедленно. Пожалуйста, запомните новый пароль, так как иначе "
+"пользователь не сможет войти в систему."
 
 
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
-msgstr "Название"
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
+msgstr ""
 
 
-#: plugins/admin/systems/class_servGeneric.inc:52
+#: plugins/admin/systems/password.tpl:9
+msgid "Changing the password impinges on authentification only."
+msgstr "Изменение пароля влияет только на аутентификацию в системе."
+
+#: plugins/admin/systems/class_servRepositorySetup.inc:115
 #, fuzzy
 #, fuzzy
-msgid "This 'dn' has no server features."
-msgstr "ЭÑ\82оÑ\82 DN Ð½Ðµ Ð¸Ð¼ÐµÐµÑ\82 Ñ\81войÑ\81Ñ\82в Ð¿Ñ\80инÑ\82еÑ\80а."
+msgid "Please enter a value for 'release'."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/class_servGeneric.inc:166
+#: plugins/admin/systems/class_servRepositorySetup.inc:146
 #, fuzzy
 #, fuzzy
-msgid "The required field 'Server name' is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9bиÑ\87ное Ð¸Ð¼Ñ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+msgid "Master"
+msgstr "Ð\94аÑ\82а"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:173
+#: plugins/admin/systems/class_componentGeneric.inc:116
+#: plugins/admin/systems/class_phoneGeneric.inc:279
 #, fuzzy
 #, fuzzy
-msgid "You have no permissions to create a server on this 'Base'."
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f Ð² Ñ\8dÑ\82ой Ð²ÐµÑ\82ке."
+msgid "The required field 'MAC-address' is not set."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9eÑ\81новной Ð°Ð´Ñ\80еÑ\81\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: plugins/admin/systems/terminal.tpl:9
-msgid "Terminal template"
-msgstr "Шаблон терминала"
+#: plugins/admin/systems/class_componentGeneric.inc:119
+#: plugins/admin/systems/class_phoneGeneric.inc:282
+#, fuzzy
+msgid "The required field 'IP-address' is not set."
+msgstr "Обязательное поле \"Основной адрес\" не заполнено."
 
 
-#: plugins/admin/systems/terminal.tpl:11
-msgid "Terminal name"
-msgstr "ТеÑ\80минал"
+#: plugins/admin/systems/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ñ\81иÑ\81Ñ\82емного ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½Ñ\82а ÐºÐ¾Ñ\82оÑ\80Ñ\8bй Ð¶ÐµÐ»Ð°ÐµÑ\82е Ñ\81оздаÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/terminal.tpl:36
-#: plugins/admin/systems/workstation.tpl:45
-#: plugins/admin/systems/phonesettings.tpl:21
-msgid "Mode"
-msgstr "Режим"
+#: plugins/admin/systems/chooser.tpl:4
+msgid ""
+"Linux terminals and workstations are autocreated on bootup. For this reason "
+"you're only be able to create templates for a specific tree. Servers are "
+"normally automatically added too, but in some special cases you may need to "
+"create a faked server entry to provide GOsa with some informations. Other "
+"network components may be used for Nagios setups to create component "
+"dependencies."
+msgstr ""
+"Терминалы и рабочие станцие Linux были созданы автоматически. Поэтому вам "
+"необходимо только создать шаблоны для нужного подразделения. Сервера обычно "
+"добавляются тоже, но в отдельных случаях вам может понадобиться "
+"'виртуальный' сервер для описания обязательных сервисов. Прочие сетевые "
+"компоненты могут быть использованы при установке Nagios для создания "
+"межкомпонентных зависимостей."
 
 
-#: plugins/admin/systems/terminal.tpl:38
-#: plugins/admin/systems/workstation.tpl:47
-msgid "Select terminal mode"
-msgstr "Выберите режим терминала"
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Шаблон тонкого клиента Linux"
 
 
-#: plugins/admin/systems/terminal.tpl:52
-msgid "Root server"
-msgstr "Ð\9eÑ\81новной Ñ\81еÑ\80веÑ\80"
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Шаблон Ñ\80абоÑ\87ей Ñ\81Ñ\82анÑ\86ии Linux"
 
 
-#: plugins/admin/systems/terminal.tpl:54
-msgid "Select NFS root filesystem to use"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е ÐºÐ¾Ñ\80невÑ\83Ñ\8e Ñ\84айловÑ\83Ñ\8e Ñ\81иÑ\81Ñ\82емÑ\83 NFS"
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
+msgstr "СеÑ\80веÑ\80 Linux"
 
 
-#: plugins/admin/systems/terminal.tpl:60
-msgid "Swap server"
-msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f Windows"
 
 
-#: plugins/admin/systems/terminal.tpl:62
-msgid "Choose NFS filesystem to place swap files on"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\84айловÑ\83Ñ\8e Ñ\81иÑ\81Ñ\82емÑ\83 NFS Ð´Ð»Ñ\8f Ñ\84айлов Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
+msgstr "СеÑ\82евой Ð¿Ñ\80инÑ\82еÑ\80"
 
 
-#: plugins/admin/systems/terminal.tpl:74
-#: plugins/admin/systems/workstation.tpl:54
-msgid "Syslog server"
-msgstr "Сервер системных журналов"
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
+msgstr "Прочие сетевые компоненты"
 
 
-#: plugins/admin/systems/terminal.tpl:76
-#: plugins/admin/systems/workstation.tpl:56
-msgid "Choose server to use for logging"
-msgstr "Выберите сервер для ведения системных журналов"
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
+msgstr "Создать"
 
 
-#: plugins/admin/systems/terminal.tpl:82
-#: plugins/admin/systems/workstation.tpl:62
-msgid "NTP server"
-msgstr "Сервер NTP"
+#: plugins/admin/systems/class_phoneGeneric.inc:105
+msgid "This 'dn' has no phone features."
+msgstr "Этот DN не имеет свойств телефона."
 
 
-#: plugins/admin/systems/terminal.tpl:84
-#: plugins/admin/systems/workstation.tpl:64
-msgid "Choose server to use for synchronizing time"
-msgstr "Выберите сервер для синхронизации времени"
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+#, fuzzy
+msgid "yes"
+msgstr "Системы"
 
 
-#: plugins/admin/systems/terminal.tpl:103
-#: plugins/admin/systems/workstation.tpl:82
-msgid "Select action to execute for this terminal"
-msgstr "Выберите действие, которое нужно выполнить на этом терминале"
+#: plugins/admin/systems/class_phoneGeneric.inc:177
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+#, fuzzy
+msgid "no"
+msgstr "нет"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr "Удалить сервис DHCP"
+#: plugins/admin/systems/class_phoneGeneric.inc:198
+msgid "dynamic"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDHCP.inc:37
+#: plugins/admin/systems/class_phoneGeneric.inc:198
 #, fuzzy
 #, fuzzy
+msgid "Networksettings"
+msgstr "Сетевые настройки"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:216
+#, php-format
 msgid ""
 msgid ""
-"This server has DHCP features enabled. You can disable them by clicking "
-"below."
+"Can't delete because there are user which are depending on this phone. One "
+"of them is user '%s'."
 msgstr ""
 msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
-
-#: plugins/admin/systems/class_servDHCP.inc:39
-msgid "Add DHCP service"
-msgstr "Добавить сервис DHCP"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:40
+#: plugins/admin/systems/class_phoneGeneric.inc:273
 #, fuzzy
 #, fuzzy
+msgid "The required field 'Phone name' is not set."
+msgstr "Обязательное поле \"Личное имя\" не заполнено."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:276
+msgid "The 'Phone name' '0' is reserved and cannot be used."
+msgstr ""
+
+#: plugins/admin/systems/class_phoneGeneric.inc:285
+msgid "Wrong IP format in field IP-address."
+msgstr ""
+
+#: plugins/admin/systems/class_phoneGeneric.inc:290
 msgid ""
 msgid ""
-"This server has DHCP features disabled. You can enable them by clicking "
-"below."
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
 msgstr ""
 msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
 
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
-#: plugins/admin/ogroups/ogroup_objects.tpl:6
-msgid "Select objects to add"
-msgstr "Выбрать объекты для добавления"
+#: plugins/admin/systems/class_phoneGeneric.inc:297
+msgid "You have no permissions to create a phone on this 'Base'."
+msgstr "У вас недостаточно прав для создания телефонов в этой ветке."
 
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
+#: plugins/admin/systems/phonesettings.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "Close"
-msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c"
+msgid "Advanced phone settings"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82елеÑ\84она"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:70
+#: plugins/admin/systems/phonesettings.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Activated"
-msgstr "Ð\9bиÑ\87нÑ\8bй"
+msgid "Phone type"
+msgstr "Ð\9dазвание"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:71
-msgid "Locked"
+#: plugins/admin/systems/phonesettings.tpl:7
+#: plugins/admin/systems/phonesettings.tpl:25
+#: plugins/admin/systems/phonesettings.tpl:35
+#: plugins/admin/systems/phonesettings.tpl:49
+#: plugins/admin/systems/phonesettings.tpl:78
+#: plugins/admin/systems/phonesettings.tpl:109
+#: plugins/admin/systems/phonesettings.tpl:156
+#, fuzzy
+msgid "Choose a phone type"
+msgstr "Выберите тип мыши"
+
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
+msgstr ""
+
+#: plugins/admin/systems/phonesettings.tpl:32
+#, fuzzy
+msgid "DTMF mode"
+msgstr "Режим"
+
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+#, fuzzy
+msgid "Default IP"
+msgstr "по умолчанию"
+
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:72
+#: plugins/admin/systems/phonesettings.tpl:75
 #, fuzzy
 #, fuzzy
-msgid "Memory test"
-msgstr "Ð\9fамÑ\8fÑ\82ь"
+msgid "Modus"
+msgstr "Ð\9cÑ\8bÑ\88ь"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:73
-#, fuzzy
-msgid "System analysis"
-msgstr "Системные журналы"
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:100
+#: plugins/admin/systems/phonesettings.tpl:116
 #, fuzzy
 #, fuzzy
-msgid "No ACTIONCMD definition found in your gosa.conf"
-msgstr "Ð\9eпÑ\80еделение HALTCMD Ð² Ð²Ð°Ñ\88ем Ñ\84айле gosa.conf Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾"
+msgid "Secret"
+msgstr "УлиÑ\86а"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:114
-msgid "This 'dn' has no workstation features."
-msgstr "Это DN не содержит атрибутоов рабочей станции."
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:132
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
+msgstr ""
+
+#: plugins/admin/systems/phonesettings.tpl:145
 #, fuzzy
 #, fuzzy
-msgid "Instant update"
-msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
+msgid "Account code"
+msgstr "УÑ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:133
-#: plugins/admin/systems/class_workstationGeneric.inc:139
+#: plugins/admin/systems/phonesettings.tpl:153
 #, fuzzy
 #, fuzzy
-msgid "Scheduled update"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\80ежим Ñ\82еÑ\80минала"
+msgid "Trunk lines"
+msgstr "Тонкие ÐºÐ»Ð¸ÐµÐ½Ñ\82Ñ\8b"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:134
-#: plugins/admin/systems/class_workstationGeneric.inc:138
-msgid "Reinstall"
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:135
+#: plugins/admin/systems/phonesettings.tpl:183
 #, fuzzy
 #, fuzzy
-msgid "Rescan hardware"
-msgstr "ТелеÑ\84онное Ð¾Ð±Ð¾Ñ\80Ñ\83дование"
+msgid "Hosts that are not allowed to connect"
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¾Ð±Ñ\8aекÑ\82а!"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:204
-msgid "You have no permissions to create a workstation on this 'Base'."
-msgstr "У вас недостаточно прав для создания рабочей станции в этой ветке."
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:208
-msgid "The required field 'Workstation name' is not set."
-msgstr "Обязательное поле 'Название рабочей станции' не заполнено."
+#: plugins/admin/systems/workstationService.tpl:4
+#: plugins/admin/systems/terminalService.tpl:4
+msgid "Keyboard"
+msgstr "Клавиатура"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Системы"
+#: plugins/admin/systems/workstationService.tpl:7
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:210
+msgid "Model"
+msgstr "Модель"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:334
-msgid "You can't edit this object type yet!"
-msgstr "Вы не можете редактировать сейчас этот тип объекта!"
+#: plugins/admin/systems/workstationService.tpl:9
+#: plugins/admin/systems/terminalService.tpl:9
+msgid "Choose keyboard model"
+msgstr "Выберите модель клавиатуры"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:350
-msgid "Passwords entered as new and repeated do not match!"
-msgstr "Введенные пароли не совпадают!"
+#: plugins/admin/systems/workstationService.tpl:15
+#: plugins/admin/systems/terminalService.tpl:15
+msgid "Layout"
+msgstr "Раскладка"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:363
-msgid "You are not allowed to set this systems password!"
-msgstr "У вас недостаточно прав для смены пароля этой системы!"
+#: plugins/admin/systems/workstationService.tpl:17
+#: plugins/admin/systems/terminalService.tpl:17
+msgid "Choose keyboard layout"
+msgstr "Выберите раскладку"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:407
-#, fuzzy, php-format
-msgid "You're about to delete all information about the component at '%s'."
-msgstr "Вы собираетесь удалить всю информацию о терминале (\"%s\")."
+#: plugins/admin/systems/workstationService.tpl:23
+#: plugins/admin/systems/terminalService.tpl:23
+msgid "Variant"
+msgstr "Вариант"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:569
-#, fuzzy
-msgid "New Terminal template"
-msgstr "Шаблон Ñ\82еÑ\80минала"
+#: plugins/admin/systems/workstationService.tpl:25
+#: plugins/admin/systems/terminalService.tpl:25
+msgid "Choose keyboard variant"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð²Ð°Ñ\80ианÑ\82 Ñ\80аÑ\81кладки"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:569
-#: plugins/admin/systems/class_systemManagement.inc:710
-#, fuzzy
-msgid "New Terminal"
-msgstr "Создать терминал"
+#: plugins/admin/systems/workstationService.tpl:39
+#: plugins/admin/systems/terminalService.tpl:39
+msgid "Mouse"
+msgstr "Мышь"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:570
-#, fuzzy
-msgid "New Workstation template"
-msgstr "Шаблон Ñ\80абоÑ\87ей Ñ\81Ñ\82анÑ\86ии"
+#: plugins/admin/systems/workstationService.tpl:44
+#: plugins/admin/systems/terminalService.tpl:44
+msgid "Choose mouse type"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:570
-#: plugins/admin/systems/class_systemManagement.inc:711
-#, fuzzy
-msgid "New Workstation"
-msgstr "Новая рабочая станция"
+#: plugins/admin/systems/workstationService.tpl:50
+#: plugins/admin/systems/terminalService.tpl:50
+msgid "Port"
+msgstr "Порт"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:571
-#, fuzzy
-msgid "New Server"
-msgstr "СеÑ\80веÑ\80"
+#: plugins/admin/systems/workstationService.tpl:52
+#: plugins/admin/systems/terminalService.tpl:52
+msgid "Choose mouse port"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ñ\80Ñ\82 Ð¼Ñ\8bÑ\88и"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:572
-#, fuzzy
-msgid "New Printer"
-msgstr "Принтер"
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+msgid "Telephone hardware"
+msgstr "Телефонное оборудование"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:573
-#, fuzzy
-msgid "New Phone"
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+msgid "Telephone"
 msgstr "Телефон"
 
 msgstr "Телефон"
 
-#: plugins/admin/systems/class_systemManagement.inc:574
-#, fuzzy
-msgid "New Component"
-msgstr "Прочие сетевые компоненты"
-
-#: plugins/admin/systems/class_systemManagement.inc:582
-#, fuzzy
-msgid "Edit system"
-msgstr "Список систем"
+#: plugins/admin/systems/workstationService.tpl:88
+#: plugins/admin/systems/terminalService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
+msgstr "Выберите подходящий драйвер для установленной видеокарты"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:583
-#, fuzzy
-msgid "Delete system"
-msgstr "УдалиÑ\82Ñ\8c"
+#: plugins/admin/systems/workstationService.tpl:96
+#: plugins/admin/systems/terminalService.tpl:96
+msgid "Choose screen resolution used in graphic mode"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð´Ñ\85одÑ\8fÑ\89ее Ñ\80азÑ\80еÑ\88ение Ñ\8dкÑ\80ана"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:589
-#, fuzzy
-msgid "System"
-msgstr "СиÑ\81Ñ\82емÑ\8b"
+#: plugins/admin/systems/workstationService.tpl:102
+#: plugins/admin/systems/terminalService.tpl:102
+msgid "Color depth"
+msgstr "Ð\93лÑ\83бина Ñ\86веÑ\82а"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:625
-#, fuzzy
-msgid "Cups Server"
-msgstr "СеÑ\80веÑ\80"
+#: plugins/admin/systems/workstationService.tpl:104
+#: plugins/admin/systems/terminalService.tpl:104
+msgid "Choose colordepth used in graphic mode"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð´Ñ\85одÑ\8fÑ\89Ñ\83Ñ\8e Ð³Ð»Ñ\83бинÑ\83 Ñ\86веÑ\82а"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:626
-msgid "Log Db"
-msgstr ""
+#: plugins/admin/systems/workstationService.tpl:117
+#: plugins/admin/systems/terminalService.tpl:117
+msgid "Display device"
+msgstr "Устройство отображения"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:627
-#, fuzzy
-msgid "Syslog Server"
-msgstr "Сервер системных журналов"
+#: plugins/admin/systems/workstationService.tpl:124
+#: plugins/admin/systems/terminalService.tpl:124
+msgid "HSync"
+msgstr "Строчная синхронизация"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:628
-#, fuzzy
-msgid "Mail Server"
-msgstr "СеÑ\80веÑ\80"
+#: plugins/admin/systems/workstationService.tpl:126
+#: plugins/admin/systems/terminalService.tpl:126
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "ЧаÑ\81Ñ\82оÑ\82а Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ\8f Ñ\81Ñ\82Ñ\80ок Ð´Ð»Ñ\8f Ð´Ð°Ð½Ð½Ð¾Ð³Ð¾ Ð¼Ð¾Ð½Ð¸Ñ\82оÑ\80а"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:629
-#, fuzzy
-msgid "Imap Server"
-msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
+#: plugins/admin/systems/workstationService.tpl:129
+#: plugins/admin/systems/terminalService.tpl:129
+msgid "VSync"
+msgstr "Ð\9aадÑ\80оваÑ\8f Ñ\81инÑ\85Ñ\80онизаÑ\86иÑ\8f"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:630
-#, fuzzy
-msgid "Nfs Server"
-msgstr "СеÑ\80веÑ\80"
+#: plugins/admin/systems/workstationService.tpl:131
+#: plugins/admin/systems/terminalService.tpl:131
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "ЧаÑ\81Ñ\82оÑ\82а Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ\8f ÐºÐ°Ð´Ñ\80ов Ð´Ð»Ñ\8f Ð´Ð°Ð½Ð½Ð¾Ð³Ð¾ Ð¼Ð¾Ð½Ð¸Ñ\82оÑ\80а"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:631
-#, fuzzy
-msgid "Kerberos Server"
-msgstr "Kerberos"
+#: plugins/admin/systems/workstationService.tpl:143
+#: plugins/admin/systems/terminalService.tpl:203
+msgid "Scan device"
+msgstr "Устройство сканирования"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:632
-#, fuzzy
-msgid "Asterisk Server"
-msgstr "ТеÑ\80миналÑ\8cнÑ\8bй Ñ\81еÑ\80веÑ\80"
+#: plugins/admin/systems/workstationService.tpl:144
+#: plugins/admin/systems/terminalService.tpl:204
+msgid "Select to start SANE scan service on terminal"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð·Ð°Ð¿Ñ\83Ñ\81Ñ\82иÑ\82Ñ\8c Ð½Ð° Ñ\82еÑ\80минале Ñ\81лÑ\83жбÑ\83 Ñ\81каниÑ\80ованиÑ\8f"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:633
-#, fuzzy
-msgid "Fax Server"
-msgstr "СеÑ\80веÑ\80"
+#: plugins/admin/systems/workstationService.tpl:145
+#: plugins/admin/systems/terminalService.tpl:205
+msgid "Provide scan services"
+msgstr "Ð\9fÑ\80едоÑ\81Ñ\82авлÑ\8fÑ\82Ñ\8c Ñ\81лÑ\83жбÑ\83 Ñ\81каниÑ\80ованиÑ\8f"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:634
+#: plugins/admin/systems/class_servNfs.inc:104
 #, fuzzy
 #, fuzzy
-msgid "Ldap Server"
-msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
+msgid "Please specify a valid path for your setup."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:660
+#: plugins/admin/systems/class_servNfs.inc:110
 #, fuzzy
 #, fuzzy
-msgid "Set root password"
-msgstr "Ð\98змениÑ\82Ñ\8c Ð¿Ð°Ñ\80олÑ\8c"
+msgid "Please specify a valid name for your setup."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:706
-#: plugins/admin/ogroups/class_ogroupManagement.inc:488
+#: plugins/admin/systems/class_servNfs.inc:113
 #, fuzzy
 #, fuzzy
-msgid "Terminal"
-msgstr "Терминалы"
-
-#: plugins/admin/systems/class_systemManagement.inc:707
-#: plugins/admin/ogroups/class_ogroupManagement.inc:487
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
-msgstr "Рабочая станция"
+msgid "Please specify a name for your setup."
+msgstr "Укажите корректный номер телефона."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:712
+#: plugins/admin/systems/class_servNfs.inc:118
 #, fuzzy
 #, fuzzy
-msgid "Winstation"
-msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f"
+msgid "Description contains invalid characters."
+msgstr "Ð\9dепÑ\80авилÑ\8cное Ñ\83казание Ñ\82аймаÑ\83Ñ\82а '%s'"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:713
+#: plugins/admin/systems/class_servNfs.inc:122
 #, fuzzy
 #, fuzzy
-msgid "Network Device"
-msgstr "Сетевые устройства"
-
-#: plugins/admin/systems/class_systemManagement.inc:930
-msgid "New terminal"
-msgstr "Создать терминал"
-
-#: plugins/admin/systems/class_systemManagement.inc:933
-msgid "New workstation"
-msgstr "Новая рабочая станция"
+msgid "Path contains invalid characters."
+msgstr "Значение поля \"Имя\" содержит недопустимые символы."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:950
+#: plugins/admin/systems/class_servNfs.inc:126
 #, fuzzy
 #, fuzzy
-msgid "Terminal template for"
-msgstr "Шаблон терминала"
-
-#: plugins/admin/systems/class_systemManagement.inc:962
-msgid "Workstation template for"
-msgstr "Шаблон рабочей станции для"
+msgid "Option contains invalid characters."
+msgstr "Неправильное указание таймаута '%s'"
 
 
-#: plugins/admin/systems/printer.tpl:6
+#: plugins/admin/systems/servnfs.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "General"
-msgstr "Общее"
-
-#: plugins/admin/systems/printer.tpl:9
-msgid "Printer name"
-msgstr "Имя принтера"
+msgid "Edit share"
+msgstr "Пользователи домена"
 
 
-#: plugins/admin/systems/printer.tpl:30
-msgid "Details"
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:33
-#, fuzzy
-msgid "Printer location"
-msgstr "Настройки телефона"
-
-#: plugins/admin/systems/printer.tpl:37
-msgid "Printer URL"
-msgstr "URL принтера"
-
-#: plugins/admin/systems/printer.tpl:57
-#, fuzzy
-msgid "Permissions"
-msgstr "Права для членов группы"
+#: plugins/admin/systems/servnfs.tpl:25
+msgid "Path"
+msgstr ""
 
 
-#: plugins/admin/systems/printer.tpl:64
+#: plugins/admin/systems/servnfs.tpl:49
 #, fuzzy
 #, fuzzy
-msgid "Users which are allowed to use this printer"
-msgstr "У вас недостаточно прав для удаления этого объекта!"
+msgid "Charset"
+msgstr "сброс"
 
 
-#: plugins/admin/systems/printer.tpl:68 plugins/admin/systems/printer.tpl:84
+#: plugins/admin/systems/servnfs.tpl:59
 #, fuzzy
 #, fuzzy
-msgid "Add user"
-msgstr "Ð\9fолÑ\8cзоваÑ\82ели Ð´Ð¾Ð¼ÐµÐ½Ð°"
+msgid "Option"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/systems/printer.tpl:69 plugins/admin/systems/printer.tpl:85
+#: plugins/admin/systems/printerPPDDialog.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "Add group"
-msgstr "гÑ\80Ñ\83ппÑ\8b"
+msgid "Printer driver"
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ð¿ÐµÑ\87аÑ\82и"
 
 
-#: plugins/admin/systems/printer.tpl:80
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:46
 #, fuzzy
 #, fuzzy
-msgid "Users which are allowed to administrate this printer"
-msgstr "У вас недостаточно прав для удаления этого объекта!"
+msgid "Select"
+msgstr "Удалить"
 
 
-#: plugins/admin/systems/printer.tpl:81
+#: plugins/admin/systems/printerPPDDialog.tpl:9
 #, fuzzy
 #, fuzzy
-msgid "Admins"
-msgstr "DN администратора"
-
-#: plugins/admin/systems/class_servDNS.inc:36
-msgid "Remove DNS service"
-msgstr "Удалить сервис DNS"
+msgid "New driver"
+msgstr "Сервер"
 
 
-#: plugins/admin/systems/class_servDNS.inc:37
-#, fuzzy
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
+#: plugins/admin/systems/class_printerPPDDialog.inc:64
+#, php-format
+msgid "Can't open '%s', ppd settings resetted."
 msgstr ""
 msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
-
-#: plugins/admin/systems/class_servDNS.inc:39
-msgid "Add DNS service"
-msgstr "Добавить сервис DNS"
 
 
-#: plugins/admin/systems/class_servDNS.inc:40
-#, fuzzy
+#: plugins/admin/systems/class_printerPPDDialog.inc:105
+#, php-format
 msgid ""
 msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
+"The specified PPD_PATH='%s' in your gosa.conf is invalid, can't read any ppd "
+"informations."
 msgstr ""
 msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
 
 
-#: plugins/admin/systems/class_servDB.inc:134
-#: plugins/admin/systems/class_servDB.inc:150
-#: plugins/admin/systems/class_servDB.inc:160
-#: plugins/admin/systems/class_servDB.inc:165
-#: plugins/admin/systems/class_servDB.inc:171
-#, fuzzy, php-format
-msgid "The attribute '%s' is empty or contains invalid characters."
-msgstr "Неправильное указание таймаута '%s'"
+#: plugins/admin/systems/class_printerPPDDialog.inc:106
+#, fuzzy
+msgid "Can't get ppd informations."
+msgstr "Общая информация о пользователе"
 
 
-#: plugins/admin/systems/class_servDB.inc:140
+#: plugins/admin/systems/class_printerPPDDialog.inc:122
 #, php-format
 #, php-format
-msgid "The imap connect string needs to be in the form '%s'."
+msgid "Can't create folder '%s' for the uploaded ppd file."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:144
-msgid "The sieve port needs to be numeric."
+#: plugins/admin/systems/class_printerPPDDialog.inc:135
+#, fuzzy, php-format
+msgid "There is already a ppd file for this kind of printer."
 msgstr ""
 msgstr ""
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/systems/class_servDB.inc:155
+#: plugins/admin/systems/class_printerPPDDialog.inc:143
 #, fuzzy, php-format
 #, fuzzy, php-format
-msgid "The specified kerberos password is empty."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"ФайлÑ\8b\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
+msgid "Can't save file '%s'."
+msgstr "УдалиÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/class_servDB.inc:179
-#, php-format
-msgid "The imap name string needs to be a hostname or an IP-address."
-msgstr ""
+#: plugins/admin/systems/class_printerPPDDialog.inc:162
+#: plugins/admin/systems/class_printerPPDDialog.inc:165
+#, fuzzy
+msgid "Please specify a valid ppd file."
+msgstr "Введите корректное имя пользователя!"
 
 
-#: plugins/admin/systems/workstation.tpl:9
-msgid "Workstation template"
-msgstr "Шаблон рабочей станции"
+#: plugins/admin/systems/class_printerPPDDialog.inc:189
+#, fuzzy
+msgid "Please select a valid ppd."
+msgstr "Введите корректный серийный номер"
 
 
-#: plugins/admin/systems/workstation.tpl:11
-msgid "Workstation name"
-msgstr "Имя рабочий станции"
+#: plugins/admin/systems/class_printerPPDDialog.inc:313
+#: plugins/admin/fai/faiPackage.tpl:41
+#, fuzzy
+msgid "Section"
+msgstr "Действие"
 
 
-#: plugins/admin/systems/class_servNfs.inc:104
+#: plugins/admin/systems/class_printerPPDDialog.inc:363
+#: plugins/admin/systems/class_printerPPDDialog.inc:366
 #, fuzzy
 #, fuzzy
-msgid "Please specify a valid path for your setup."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "True"
+msgstr "УлиÑ\86а"
 
 
-#: plugins/admin/systems/class_servNfs.inc:110
+#: plugins/admin/systems/class_printerPPDDialog.inc:364
+#: plugins/admin/systems/class_printerPPDDialog.inc:367
 #, fuzzy
 #, fuzzy
-msgid "Please specify a valid name for your setup."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "False"
+msgstr "женÑ\81кий"
 
 
-#: plugins/admin/systems/class_servNfs.inc:113
+#: plugins/admin/systems/class_printerPPDDialog.inc:372
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
+msgstr ""
+
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
 #, fuzzy
 #, fuzzy
-msgid "Please specify a name for your setup."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "Printer ppd selection."
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82елеÑ\84она"
 
 
-#: plugins/admin/systems/class_servNfs.inc:118
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+msgid "Select objects to add"
+msgstr "Выбрать объекты для добавления"
+
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/fai/faiProfileEntry.tpl:56 plugins/admin/fai/headpage.tpl:47
+#: plugins/admin/fai/faiPackageEntry.tpl:48
+msgid "Display objects matching"
+msgstr "Показать совпадения объектов"
+
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:34
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:60 plugins/admin/fai/headpage.tpl:51
+#: plugins/admin/fai/faiPackageEntry.tpl:53
+msgid "Regular expression for matching object names"
+msgstr "Регулярное выражение, соответствующее именам объектов"
+
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:48
 #, fuzzy
 #, fuzzy
-msgid "Description contains invalid characters."
-msgstr "Ð\9dепÑ\80авилÑ\8cное Ñ\83казание Ñ\82аймаÑ\83Ñ\82а '%s'"
+msgid "Close"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/class_servNfs.inc:122
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+#, fuzzy
+msgid "Select entries to add"
+msgstr "Выбрать пользователей для добавления"
+
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
 #, fuzzy
 #, fuzzy
-msgid "Path contains invalid characters."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"Ð\98мÑ\8f\" Ñ\81одеÑ\80жиÑ\82 Ð½ÐµÐ´Ð¾Ð¿Ñ\83Ñ\81Ñ\82имÑ\8bе Ñ\81имволÑ\8b."
+msgid "Display members of department"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð½Ð¾Ð¼ÐµÑ\80а Ð¸Ð· Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
 
 
-#: plugins/admin/systems/class_servNfs.inc:126
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
 #, fuzzy
 #, fuzzy
-msgid "Option contains invalid characters."
-msgstr "Ð\9dепÑ\80авилÑ\8cное Ñ\83казание Ñ\82аймаÑ\83Ñ\82а '%s'"
+msgid "Display members matching"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð½Ð¾Ð¼ÐµÑ\80ов"
 
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
-msgstr ""
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+#, fuzzy
+msgid "Regular expression for matching member names"
+msgstr "Регулярное выражение, соответствующее именам пользователей"
 
 
-#: plugins/admin/systems/servdb.tpl:10
+#: plugins/admin/systems/class_workstationStartup.inc:197
 #, fuzzy
 #, fuzzy
-msgid "Kerberos Realm"
-msgstr "Kerberos"
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Введите корректный номер телефона!"
 
 
-#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
+#: plugins/admin/systems/class_workstationStartup.inc:251
 #, fuzzy
 #, fuzzy
-msgid "Admin user"
-msgstr "Пользователи домена"
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
+msgstr ""
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/systems/servdb.tpl:26
+#: plugins/admin/systems/servRepositorySetup.tpl:1
+#: plugins/admin/fai/faiPackage.tpl:29
 #, fuzzy
 #, fuzzy
-msgid "FAX database"
-msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
+msgid "Repository"
+msgstr "Ð\9fовÑ\82оÑ\80иÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/servdb.tpl:30
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+#: plugins/admin/fai/faiPackage.tpl:33 plugins/admin/fai/faiPackageNew.tpl:29
 #, fuzzy
 #, fuzzy
-msgid "FAX DB user"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ñ\84акÑ\81ов"
+msgid "Release"
+msgstr "Ð\9dабоÑ\80 Ð¿Ñ\80авил"
 
 
-#: plugins/admin/systems/servdb.tpl:42
+#: plugins/admin/systems/servRepositorySetup.tpl:15
 #, fuzzy
 #, fuzzy
-msgid "Asterisk management"
-msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
+msgid "Parent server"
+msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
 
 
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+msgid "Url"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
-msgstr ""
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:152
+#, fuzzy
+msgid "Sections"
+msgstr "Действие"
 
 
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
-msgstr ""
+#: plugins/admin/systems/workstationStartup.tpl:4
+#: plugins/admin/systems/terminalStartup.tpl:1
+msgid "Boot parameters"
+msgstr "Параметры загрузки"
 
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
-msgstr ""
+#: plugins/admin/systems/workstationStartup.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:8
+msgid "LDAP server"
+msgstr "LDAP-сервер"
 
 
-#: plugins/admin/systems/servdb.tpl:74
-#, fuzzy
-msgid "Server identifier"
-msgstr "Ð\9dомеÑ\80 Ð´Ð¾Ð¼Ð°"
+#: plugins/admin/systems/workstationStartup.tpl:10
+#: plugins/admin/systems/terminalStartup.tpl:10
+msgid "Choose LDAP server to use for accounts and terminal management"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е LDAP-Ñ\81еÑ\80веÑ\80 Ð´Ð»Ñ\8f Ñ\83пÑ\80авлениÑ\8f Ñ\83Ñ\87еÑ\82нÑ\8bми Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8fми Ð¸ Ñ\82еÑ\80миналами"
 
 
-#: plugins/admin/systems/servdb.tpl:78
-#, fuzzy
-msgid "Connect URL"
-msgstr "Ð\9fодклÑ\8eÑ\87ение"
+#: plugins/admin/systems/workstationStartup.tpl:17
+#: plugins/admin/systems/terminalStartup.tpl:17
+msgid "Boot kernel"
+msgstr "ЯдÑ\80о Ð´Ð»Ñ\8f Ð·Ð°Ð³Ñ\80Ñ\83зки"
 
 
-#: plugins/admin/systems/servdb.tpl:91
-#, fuzzy
-msgid "Sieve port"
-msgstr "СеÑ\80веÑ\80"
+#: plugins/admin/systems/workstationStartup.tpl:19
+#: plugins/admin/systems/terminalStartup.tpl:19
+msgid "Enter the filename of the kernel to use"
+msgstr "Ð\92ведиÑ\82е Ð¸Ð¼Ñ\8f Ñ\84айла Ð·Ð°Ð³Ñ\80Ñ\83жаемого Ñ\8fдÑ\80а"
 
 
-#: plugins/admin/systems/servdb.tpl:100
-#, fuzzy
-msgid "Logging database"
-msgstr "база Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
+#: plugins/admin/systems/workstationStartup.tpl:22
+#: plugins/admin/systems/terminalStartup.tpl:22
+msgid "Custom options"
+msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/systems/servdb.tpl:104
-msgid "Logging DB user"
+#: plugins/admin/systems/workstationStartup.tpl:24
+#: plugins/admin/systems/terminalStartup.tpl:24
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
 msgstr ""
 msgstr ""
+"Введите любые дополнительные параметры, которые должны передаваться ядру во "
+"время загрузки"
 
 
-#: plugins/admin/systems/servnfs.tpl:1
+#: plugins/admin/systems/workstationStartup.tpl:35
 #, fuzzy
 #, fuzzy
-msgid "Edit share"
-msgstr "Пользователи домена"
-
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
-msgstr ""
-
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr ""
+msgid "FAI server"
+msgstr "LDAP-сервер"
 
 
-#: plugins/admin/systems/servnfs.tpl:49
+#: plugins/admin/systems/workstationStartup.tpl:41
+#: plugins/admin/fai/faiPackage.tpl:57 plugins/admin/fai/faiPackageNew.tpl:59
 #, fuzzy
 #, fuzzy
-msgid "Charset"
+msgid "set"
 msgstr "сброс"
 
 msgstr "сброс"
 
-#: plugins/admin/systems/servnfs.tpl:59
+#: plugins/admin/systems/workstationStartup.tpl:42
 #, fuzzy
 #, fuzzy
-msgid "Option"
-msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b"
+msgid "Assigned FAI classes"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-#, fuzzy
-msgid "Remove Kolab extension"
-msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+#: plugins/admin/systems/workstationStartup.tpl:62
+#: plugins/admin/systems/terminalStartup.tpl:53
+msgid "Kernel modules (format: name parameters)"
+msgstr "Ð\9cодÑ\83ли Ñ\8fдÑ\80а (Ñ\84оÑ\80маÑ\82: Ð¸Ð¼Ñ\8f Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b)"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-#, fuzzy
-msgid ""
-"This server has kolab features enabled. You can disable them by clicking "
-"below."
+#: plugins/admin/systems/workstationStartup.tpl:64
+#: plugins/admin/systems/terminalStartup.tpl:55
+msgid "Add additional modules to load on startup"
 msgstr ""
 msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
+"Укажите дополнительные модули, которые должны загружаться при запуске системы"
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-#, fuzzy
-msgid "Add Kolab service"
-msgstr "Добавить сервис DNS"
+#: plugins/admin/systems/terminalService.tpl:141
+msgid "Remote desktop"
+msgstr "Удаленная рабочая станция"
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-#, fuzzy
-msgid ""
-"This server has kolab features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+#: plugins/admin/systems/terminalService.tpl:145
+msgid "Connect method"
+msgstr "Способ подключения"
 
 
-#: plugins/admin/systems/class_servKolab.inc:146
-#, php-format
-msgid "Include data from %s days in the past when creating free/busy lists"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:147
+msgid "Choose method to connect to terminal server"
+msgstr "Выберите способ подключения к серверу терминалов"
 
 
-#: plugins/admin/systems/class_servKolab.inc:152
-#, php-format
-msgid "Warn users when using more than %s%% of their mail quota"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:154
+msgid "Terminal server"
+msgstr "Терминал-сервер"
 
 
-#: plugins/admin/systems/class_servKolab.inc:224
-msgid "Future days in Free/Busy settings must be set."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:156
+msgid "Select specific terminal server to use"
+msgstr "Выберите сервер терминалов"
 
 
-#: plugins/admin/systems/class_servKolab.inc:226
-msgid "Future days in Free/Busy settings must be a positive value."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:163
+msgid "Font server"
+msgstr "Сервер шрифтов"
 
 
-#: plugins/admin/systems/class_servKolab.inc:230
-msgid "The given Quota settings value must be a number."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:165
+msgid "Select specific font server to use"
+msgstr "Выберите сервер шрифтов"
 
 
-#: plugins/admin/systems/class_servKolab.inc:232
-msgid "Please choose a value between 1 and 100 for Quota settings."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:181
+msgid "Print device"
+msgstr "Устройство печати"
 
 
-#: plugins/admin/systems/class_servKolab.inc:234
-msgid "Future days must be a value."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:182
+msgid "Select to start IPP based printing service on terminal"
+msgstr "Выберите, чтобы запустить на терминале службу печати по протоколу IPP"
 
 
-#: plugins/admin/systems/class_servKolab.inc:238
-msgid "No SMTP privileged networks set."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:183
+msgid "Provide print services"
+msgstr "Предоставлять службу печати"
 
 
-#: plugins/admin/systems/class_servKolab.inc:242
-msgid "No SMTP smarthost/relayhost set."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:189
+msgid "Spool server"
+msgstr "Сервер для хранения запросов и временных файлов"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:194
-#: plugins/admin/systems/class_printGeneric.inc:215
-#: plugins/admin/systems/class_printGeneric.inc:218
-msgid "Add printer extension"
+#: plugins/admin/systems/terminalService.tpl:191
+msgid "Select NFS filesystem to place spool files on"
+msgstr "Выберите файловую систему NFS для хранения временных файлов"
+
+#: plugins/admin/systems/terminalService.tpl:212
+msgid "Select scanner driver to use"
+msgstr "Выберите драйвер для используемого сканера"
+
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
 msgstr ""
 msgstr ""
+"Выберите, должен ли терминал подерживать загрузку в графическом режиме с "
+"показом индикатора состояния"
+
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "Загружать в графическом режиме"
+
+#: plugins/admin/systems/terminalStartup.tpl:38
+msgid "Select if terminal should boot in text mode"
+msgstr "Выберите, должен ли терминал загружаться в текстовом режиме"
+
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "Загружать в стандартном текстовом режиме"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:195
-#, fuzzy
-msgid ""
-"This workstation has printer extension disabled. You can't enable it while "
-"'cn' is not present in entry. Possibly you are currently creating a new "
-"terminal template"
+#: plugins/admin/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
 msgstr ""
 msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+"Выберите, нужно ли использовать подробный вывод информации при загрузке"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:207
-#: plugins/admin/systems/class_printGeneric.inc:210
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
+msgstr "Используйте отладочный режим"
+
+#: plugins/admin/systems/class_servRepository.inc:73
 #, fuzzy
 #, fuzzy
-msgid "Remove printer extension"
+msgid "Remove FAI repository extension."
 msgstr "Удалить параметры"
 
 msgstr "Удалить параметры"
 
-#: plugins/admin/systems/class_printGeneric.inc:208
+#: plugins/admin/systems/class_servRepository.inc:74
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This workstation has printer extension enabled.You can disable it by "
+"This server has FAI repository features enabled. You can disable them by "
 "clicking below."
 msgstr ""
 "В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
 "ниже."
 
 "clicking below."
 msgstr ""
 "В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
 "ниже."
 
-#: plugins/admin/systems/class_printGeneric.inc:211
-#, fuzzy
-msgid ""
-"This terminal has printer extension enabled. You can disable it by clicking "
-"below."
+#: plugins/admin/systems/class_servRepository.inc:76
+msgid "Add FAI repository extension."
 msgstr ""
 msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:216
+#: plugins/admin/systems/class_servRepository.inc:77
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This workstation has printer extension disabled. You can enable it by "
+"This server has FAI repository features disabled. You can enable them by "
 "clicking below."
 msgstr ""
 "В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
 "ниже."
 
 "clicking below."
 msgstr ""
 "В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
 "ниже."
 
-#: plugins/admin/systems/class_printGeneric.inc:219
+#: plugins/admin/systems/class_servRepository.inc:109
 #, fuzzy
 #, fuzzy
-msgid ""
-"This terminal has printer extension disabled. You can enable it by clicking "
-"below."
-msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+msgid "This name is already in use."
+msgstr "Указанное имя уже используется."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:230
-msgid "This 'dn' has no printer features."
-msgstr "Этот DN не имеет свойств принтера."
+#: plugins/admin/systems/servRepository.tpl:7
+#, fuzzy
+msgid "Repositories"
+msgstr "Повторить"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:364
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr ""
+#: plugins/admin/systems/servRepository.tpl:40
+#, fuzzy
+msgid "Search filter"
+msgstr "Поиск"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:372
+#: plugins/admin/ogroups/tabs_ogroups.inc:59
+#: plugins/admin/ogroups/tabs_ogroups.inc:151
 #, fuzzy
 #, fuzzy
-msgid "can't get ppd informations."
-msgstr "СиÑ\81Ñ\82емнаÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f"
+msgid "Phone queue"
+msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:384
-#, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
+#: plugins/admin/ogroups/tabs_ogroups.inc:84
+#: plugins/admin/ogroups/tabs_ogroups.inc:131
+msgid "Terminals"
+msgstr "Терминалы"
+
+#: plugins/admin/ogroups/class_mailogroup.inc:41
+#, fuzzy
+msgid ""
+"This group has mail features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
+"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
+"их, щелкнув ниже."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:386
-#, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
+#: plugins/admin/ogroups/class_mailogroup.inc:43
+#, fuzzy
+msgid ""
+"This group has mail features disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
+"щелкнув ниже."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:448
-msgid "You have no permissions to create a printer on this 'Base'."
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ð¿Ñ\80инÑ\82еÑ\80а Ð² Ñ\8dÑ\82ой Ð²ÐµÑ\82ке."
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð´Ñ\80азделение"
 
 
-#: plugins/admin/systems/servkolab.tpl:14
-#, fuzzy
-msgid "POP3 service"
-msgstr "Служба печати"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Показать подразделения"
 
 
-#: plugins/admin/systems/servkolab.tpl:22
-#, fuzzy
-msgid "POP3/SSL service"
-msgstr "Служба SSH"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Выберите чтобы посмотреть пользователей GOsa"
 
 
-#: plugins/admin/systems/servkolab.tpl:30
-#, fuzzy
-msgid "IMAP service"
-msgstr "LDAP-сервер"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Показать людей"
 
 
-#: plugins/admin/systems/servkolab.tpl:38
-#, fuzzy
-msgid "IMAP/SSL service"
-msgstr "Служба SSH"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Выберите чтобы посмотреть группы GOsa"
 
 
-#: plugins/admin/systems/servkolab.tpl:46
-#, fuzzy
-msgid "Sieve service"
-msgstr "Служба SSH"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Показать группы"
 
 
-#: plugins/admin/systems/servkolab.tpl:54
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Выберите чтобы посмотреть приложения"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Показать приложения"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Выберите чтобы посмотреть рабочие станции"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Выберите чтобы посмотреть терминалы"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Выберите чтобы посмотреть принтеры"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Показать принтеры"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Выберите чтобы посмотреть телефоны"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:37
+msgid "Display objects of department"
+msgstr "Показать объекты подразделения"
+
+#: plugins/admin/ogroups/termgroup.tpl:1
+msgid ""
+"All actions you choose here influence <b>all</b> machines in this object "
+"group. Be aware that rebooting machines may not make people happy who are "
+"currently working at these machines."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:62
-msgid "HTTP FreeBusy service (legacy)"
+#: plugins/admin/ogroups/termgroup.tpl:7
+#, fuzzy
+msgid "Select action to execute for this   group of terminals"
+msgstr "Выберите действие, которое нужно выполнить на этом терминале"
+
+#: plugins/admin/ogroups/class_ogroup.inc:132
+msgid "This 'dn' is no object group."
+msgstr "Этот объект не является группой."
+
+#: plugins/admin/ogroups/class_ogroup.inc:242
+msgid "too many different objects!"
+msgstr "слишком много различных объектов!"
+
+#: plugins/admin/ogroups/class_ogroup.inc:244
+msgid "users"
+msgstr "пользователи"
+
+#: plugins/admin/ogroups/class_ogroup.inc:245
+msgid "groups"
+msgstr "группы"
+
+#: plugins/admin/ogroups/class_ogroup.inc:246
+msgid "applications"
+msgstr "приложения"
+
+#: plugins/admin/ogroups/class_ogroup.inc:247
+msgid "departments"
+msgstr "подразделения"
+
+#: plugins/admin/ogroups/class_ogroup.inc:248
+msgid "servers"
+msgstr "серверы"
+
+#: plugins/admin/ogroups/class_ogroup.inc:249
+msgid "workstations"
+msgstr "рабочие станции"
+
+#: plugins/admin/ogroups/class_ogroup.inc:250
+msgid "terminals"
+msgstr "терминалы"
+
+#: plugins/admin/ogroups/class_ogroup.inc:251
+msgid "phones"
+msgstr "телефоны"
+
+#: plugins/admin/ogroups/class_ogroup.inc:252
+msgid "printers"
+msgstr "принтеры"
+
+#: plugins/admin/ogroups/class_ogroup.inc:259
+msgid "and"
+msgstr "и"
+
+#: plugins/admin/ogroups/class_ogroup.inc:410
+msgid "Non existing dn: "
+msgstr "Не существующий dn:"
+
+#: plugins/admin/ogroups/class_ogroup.inc:534
+#, fuzzy
+msgid "There is already an object with this cn."
 msgstr ""
 msgstr ""
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/systems/servkolab.tpl:70
-msgid "Amavis email scanning (virus/spam)"
+#: plugins/admin/ogroups/class_ogroup.inc:551
+msgid "You can combine two different object types at maximum only!"
 msgstr ""
 msgstr ""
+"Вы можете комбинировать не более двух различных классов в одном объекте!"
+
+#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+msgid "Object groups"
+msgstr "Объединения"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:41
+msgid "UNIX accounts"
+msgstr "UNIX аккаунт"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
+#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
+#: html/getxls.php:245 html/getxls.php:316
+msgid "Servers"
+msgstr "Серверы"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:46
+msgid "Thin Clients"
+msgstr "Тонкие клиенты"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:47
+msgid "Workstations"
+msgstr "Рабочие станции"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:217
+#, php-format
+msgid "You're about to delete the object group '%s'."
+msgstr "Вы собираетесь удалить групповой объект \"%s\"."
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:223
+#: plugins/admin/ogroups/class_ogroupManagement.inc:249
+msgid "You are not allowed to delete this object group!"
+msgstr "У вас недостаточно прав для удаления этого группового объекта!"
 
 
-#: plugins/admin/systems/servkolab.tpl:81
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
 #, fuzzy
 #, fuzzy
-msgid "Quota settings"
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Samba"
+msgid "Create new object group"
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/admin/systems/servkolab.tpl:97
+#: plugins/admin/ogroups/class_ogroupManagement.inc:391
 #, fuzzy
 #, fuzzy
-msgid "Free/Busy settings"
-msgstr "Настройки факса"
-
-#: plugins/admin/systems/servkolab.tpl:102
-msgid "Allow unauthenticated downloading of Free/Busy information"
-msgstr ""
+msgid "Name of object groups"
+msgstr "Название группы"
 
 
-#: plugins/admin/systems/servkolab.tpl:117
-msgid "SMTP privileged networks"
-msgstr ""
+#: plugins/admin/ogroups/class_ogroupManagement.inc:440
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Объект группы"
 
 
-#: plugins/admin/systems/servkolab.tpl:122
-msgid "Hosts/networks allowed to relay"
-msgstr ""
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Название группы"
 
 
-#: plugins/admin/systems/servkolab.tpl:125
-msgid "Enter multiple values, seperated with"
-msgstr ""
+#: plugins/admin/ogroups/generic.tpl:33
+msgid "Member objects"
+msgstr "Включаемые объекты"
 
 
-#: plugins/admin/systems/servkolab.tpl:138
-msgid "SMTP smarthost/relayhost"
+#: plugins/admin/ogroups/remove.tpl:7
+msgid ""
+"Please double check if you really want to do this since there is no way for "
+"GOsa to get your data back."
 msgstr ""
 msgstr ""
+"Подумайте еще раз, действительно ли вам нужно удаление, так как GOsa не "
+"сможет восстановить эти данные."
 
 
-#: plugins/admin/systems/servkolab.tpl:144
-msgid "Enable MX lookup for relayhost"
+#: plugins/admin/ogroups/headpage.tpl:24
+#, fuzzy
+msgid ""
+"This menu allows you to add, edit or remove selected groups. You may want to "
+"use the range selector on top of the group listbox, when working with a "
+"large number of groups."
 msgstr ""
 msgstr ""
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
+"группы пользователей. Если у вас их достаточно большое количество, вы можете "
+"использовать групповое выделение."
 
 
-#: plugins/admin/systems/servkolab.tpl:149
-msgid "Host used to relay mails"
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:39
+msgid "Show groups containing users"
+msgstr "Показать группы с пользователями"
 
 
-#: plugins/admin/systems/servkolab.tpl:163
-msgid "Accept Internet Mail"
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:40
+msgid "Show groups containing groups"
+msgstr "Показать группы с группами"
 
 
-#: plugins/admin/systems/servkolab.tpl:169
-msgid "Accept mail from other domains over non-authenticated SMTP"
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:41
+msgid "Show groups containing applications"
+msgstr "Показать группы с приложениями"
 
 
-#: plugins/admin/systems/phonesettings.tpl:1
-#, fuzzy
-msgid "Advanced phone settings"
-msgstr "Настройки телефона"
+#: plugins/admin/ogroups/headpage.tpl:42
+msgid "Show groups containing departments"
+msgstr "Показать группы с подразделениями"
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
-#, fuzzy
-msgid "Phone type"
-msgstr "Название"
+#: plugins/admin/ogroups/headpage.tpl:43
+msgid "Show groups containing servers"
+msgstr "Показать группы с серверами"
 
 
-#: plugins/admin/systems/phonesettings.tpl:7
-#: plugins/admin/systems/phonesettings.tpl:25
-#: plugins/admin/systems/phonesettings.tpl:35
-#: plugins/admin/systems/phonesettings.tpl:49
-#: plugins/admin/systems/phonesettings.tpl:78
-#: plugins/admin/systems/phonesettings.tpl:109
-#: plugins/admin/systems/phonesettings.tpl:156
-#, fuzzy
-msgid "Choose a phone type"
-msgstr "Выберите тип мыши"
+#: plugins/admin/ogroups/headpage.tpl:44
+msgid "Show groups containing workstations"
+msgstr "Показать группы с рабочими станциями"
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr ""
+#: plugins/admin/ogroups/headpage.tpl:45
+msgid "Show groups containing terminals"
+msgstr "Показать группы с терминалами"
 
 
-#: plugins/admin/systems/phonesettings.tpl:32
-#, fuzzy
-msgid "DTMF mode"
-msgstr "Режим"
+#: plugins/admin/ogroups/headpage.tpl:46
+msgid "Show groups containing printers"
+msgstr "Показать группы с принтерами"
 
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
+#: plugins/admin/ogroups/headpage.tpl:51
 #, fuzzy
 #, fuzzy
-msgid "Default IP"
-msgstr "по Ñ\83молÑ\87аниÑ\8e"
+msgid "Display object groups matching"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð¾Ð±Ñ\8aекÑ\82ов"
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:75
+#: plugins/admin/ogroups/mail.tpl:11
 #, fuzzy
 #, fuzzy
-msgid "Modus"
-msgstr "Мышь"
-
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
-msgstr ""
+msgid "Primary mail address for this distribution list"
+msgstr "Основной адрес эл. почты для этой общей папки"
 
 
-#: plugins/admin/systems/phonesettings.tpl:116
+#: plugins/admin/ogroups/class_phonequeue.inc:79
 #, fuzzy
 #, fuzzy
-msgid "Secret"
-msgstr "УлиÑ\86а"
+msgid "ring all"
+msgstr "ТеÑ\80миналÑ\8b"
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
+#: plugins/admin/ogroups/class_phonequeue.inc:80
+msgid "round robin"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
+#: plugins/admin/ogroups/class_phonequeue.inc:81
+msgid "least recently called"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:145
-#, fuzzy
-msgid "Account code"
-msgstr "Учетная запись"
+#: plugins/admin/ogroups/class_phonequeue.inc:82
+msgid "fewest completed calls"
+msgstr ""
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
+#: plugins/admin/ogroups/class_phonequeue.inc:83
 #, fuzzy
 #, fuzzy
-msgid "Trunk lines"
-msgstr "Тонкие ÐºÐ»Ð¸ÐµÐ½Ñ\82Ñ\8b"
+msgid "random"
+msgstr "и"
 
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
+#: plugins/admin/ogroups/class_phonequeue.inc:84
+msgid "round robin with memory"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:183
+#: plugins/admin/ogroups/class_phonequeue.inc:113
 #, fuzzy
 #, fuzzy
-msgid "Hosts that are not allowed to connect"
-msgstr "У вас недостаточно прав для удаления этого объекта!"
+msgid "Remove the phone queue from this Account"
+msgstr "Удалить телефонный аккаунт"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
+#: plugins/admin/ogroups/class_phonequeue.inc:114
+#, fuzzy
+msgid ""
+"Phone queue is enabled for this group. You can disable it by clicking below."
 msgstr ""
 msgstr ""
+"В этой учетной записи включены телефонные атрибуты. Вы можете отключить их, "
+"щелкнув ниже."
 
 
-#: plugins/admin/systems/wingeneric.tpl:6
+#: plugins/admin/ogroups/class_phonequeue.inc:116
 #, fuzzy
 #, fuzzy
-msgid "Machine name"
-msgstr "Название"
-
-#: plugins/admin/systems/terminalService.tpl:141
-msgid "Remote desktop"
-msgstr "Удаленная рабочая станция"
-
-#: plugins/admin/systems/terminalService.tpl:145
-msgid "Connect method"
-msgstr "Способ подключения"
-
-#: plugins/admin/systems/terminalService.tpl:147
-msgid "Choose method to connect to terminal server"
-msgstr "Выберите способ подключения к серверу терминалов"
-
-#: plugins/admin/systems/terminalService.tpl:154
-msgid "Terminal server"
-msgstr "Терминал-сервер"
-
-#: plugins/admin/systems/terminalService.tpl:156
-msgid "Select specific terminal server to use"
-msgstr "Выберите сервер терминалов"
-
-#: plugins/admin/systems/terminalService.tpl:163
-msgid "Font server"
-msgstr "Сервер шрифтов"
+msgid "Create phone queue"
+msgstr "Создать телефонный аккаунт"
 
 
-#: plugins/admin/systems/terminalService.tpl:165
-msgid "Select specific font server to use"
-msgstr "Выберите сервер шрифтов"
+#: plugins/admin/ogroups/class_phonequeue.inc:117
+#, fuzzy
+msgid ""
+"For this group the phone queues are disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
+"щелкнув ниже."
 
 
-#: plugins/admin/systems/terminalService.tpl:181
-msgid "Print device"
-msgstr "Устройство печати"
+#: plugins/admin/ogroups/class_phonequeue.inc:199
+msgid "Timeout must be numeric"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalService.tpl:182
-msgid "Select to start IPP based printing service on terminal"
-msgstr "Выберите, чтобы запустить на терминале службу печати по протоколу IPP"
+#: plugins/admin/ogroups/class_phonequeue.inc:202
+msgid "Retry must be numeric"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalService.tpl:183
-msgid "Provide print services"
-msgstr "Предоставлять службу печати"
+#: plugins/admin/ogroups/class_phonequeue.inc:205
+msgid "Max queue length must be numeric"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalService.tpl:189
-msgid "Spool server"
-msgstr "Сервер для хранения запросов и временных файлов"
+#: plugins/admin/ogroups/class_phonequeue.inc:208
+msgid "Announce frequency must be numeric"
+msgstr ""
 
 
-#: plugins/admin/systems/terminalService.tpl:191
-msgid "Select NFS filesystem to place spool files on"
-msgstr "Выберите файловую систему NFS для хранения временных файлов"
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "There must be least one queue number defined."
+msgstr ""
 
 
-#: plugins/admin/systems/terminalService.tpl:212
-msgid "Select scanner driver to use"
-msgstr "Выберите драйвер для используемого сканера"
+#: plugins/admin/ogroups/class_phonequeue.inc:225
+msgid ""
+"There is currently no asterisk server defined. Your settings can't be saved."
+msgstr ""
 
 
-#: plugins/admin/systems/remove.tpl:6
+#: plugins/admin/ogroups/class_phonequeue.inc:238
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
+#, php-format
 msgid ""
 msgid ""
-"This includes <b>all</b> system and setup informations. Please double check "
-"if your really want to do this since there is no way for GOsa to get your "
-"data back."
+"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
 msgstr ""
 msgstr ""
-"Сюда входит <b>вся</b> информация о системе и ее настройках. Подумайте еще "
-"раз, действительно ли вам нужно удаление, так как GOsa не сможет отменить "
-"результаты этой операции."
 
 
-#: plugins/admin/systems/headpage.tpl:6
-msgid "List of systems"
-msgstr "Список систем"
+#: plugins/admin/ogroups/class_phonequeue.inc:248
+#: plugins/admin/ogroups/class_phonequeue.inc:622
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1044
+#: plugins/gofon/macro/class_gofonMacro.inc:216
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
+#, fuzzy, php-format
+msgid "Can't select database %s on %s."
+msgstr "Невозможно выбрать базу данных!"
 
 
-#: plugins/admin/systems/headpage.tpl:24
-#, fuzzy
+#: plugins/admin/ogroups/class_phonequeue.inc:279
+#: plugins/admin/ogroups/class_phonequeue.inc:493
+#: plugins/admin/ogroups/class_phonequeue.inc:658
+#, fuzzy, php-format
+msgid "Can't delete in Database %s, on Server %s."
+msgstr "Невозможно выбрать базу данных!"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:523
+#: plugins/admin/ogroups/class_phonequeue.inc:525
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1145
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1147
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
+#, php-format
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+msgstr ""
+
+#: plugins/admin/ogroups/class_phonequeue.inc:612
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1033
+#: plugins/gofon/macro/class_gofonMacro.inc:205
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
+#, php-format
 msgid ""
 msgid ""
-"This menu allows you to add, remove and change the properties of specific "
-"systems. You can only add systems which have already been started once."
+"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
 msgstr ""
 msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять свойства "
-"отдельных систем. Вы можете только добавлять системы которые однажды уже "
-"были запущены."
 
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81еÑ\80веÑ\80Ñ\8b"
+#: plugins/admin/ogroups/phonequeue.tpl:1
+#, fuzzy
+msgid "Queue Settings"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Samba"
 
 
-#: plugins/admin/systems/headpage.tpl:38
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Показать серверы"
+#: plugins/admin/ogroups/phonequeue.tpl:4
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+msgid "Phone numbers"
+msgstr "Телефонные номера"
 
 
-#: plugins/admin/systems/headpage.tpl:39
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/admin/ogroups/phonequeue.tpl:96
 #, fuzzy
 #, fuzzy
-msgid "Select to see Linux terminals"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\87Ñ\82обÑ\8b Ð¿Ð¾Ñ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\82еÑ\80миналÑ\8b"
+msgid "Generic queue Settings"
+msgstr "Ð\9eбÑ\89аÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еле"
 
 
-#: plugins/admin/systems/headpage.tpl:39
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82еÑ\80миналÑ\8b"
+#: plugins/admin/ogroups/phonequeue.tpl:18
+#, fuzzy
+msgid "Down"
+msgstr "Ð\94омен"
 
 
-#: plugins/admin/systems/headpage.tpl:40
+#: plugins/admin/ogroups/phonequeue.tpl:46
 #, fuzzy
 #, fuzzy
-msgid "Select to see Linux workstations"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\87Ñ\82обÑ\8b Ð¿Ð¾Ñ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
+msgid "Timeout"
+msgstr "ТаймаÑ\83Ñ\82 (Ñ\81)"
 
 
-#: plugins/admin/systems/headpage.tpl:40
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Показать рабочие станции"
+#: plugins/admin/ogroups/phonequeue.tpl:54
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+msgid "Retry"
+msgstr "Повторить"
 
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Посмотреть рабочие станции с MicroSoft Windows"
+#: plugins/admin/ogroups/phonequeue.tpl:62
+#, fuzzy
+msgid "Strategy"
+msgstr "Адм. единица"
 
 
-#: plugins/admin/systems/headpage.tpl:41
-msgid "Show windows based workstations"
-msgstr "Показать рабочие станции с windows"
+#: plugins/admin/ogroups/phonequeue.tpl:74
+msgid "Max queue length"
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Select to see network printers"
-msgstr "Выберите чтобы посмотреть сетевые принтеры"
+#: plugins/admin/ogroups/phonequeue.tpl:82
+msgid "Announce frequency"
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:42
-msgid "Show network printers"
-msgstr "Показать сетевые принтеры"
+#: plugins/admin/ogroups/phonequeue.tpl:86
+msgid "(in seconds)"
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:43
-msgid "Select to see VOIP phones"
-msgstr "Выберите чтобы посмотреть VOIP телефоны"
+#: plugins/admin/ogroups/phonequeue.tpl:94
+msgid "Queue sound setup"
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Показать телефоны"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "Use music on hold instead of ringing"
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:44
-#, fuzzy
-msgid "Select to see network devices"
-msgstr "Выберите чтобы посмотреть сетевые принтеры"
+#: plugins/admin/ogroups/phonequeue.tpl:108
+msgid "Music on hold"
+msgstr ""
 
 
-#: plugins/admin/systems/headpage.tpl:44
+#: plugins/admin/ogroups/phonequeue.tpl:116
 #, fuzzy
 #, fuzzy
-msgid "Show network devices"
-msgstr "Сетевые устройства"
-
-#: plugins/admin/systems/headpage.tpl:52
-msgid "Regular expression for matching system names"
-msgstr "Регулярное выражение, соответствующее именам систем"
+msgid "Welcome sound file"
+msgstr "Добро пожаловать %s!"
 
 
-#: plugins/admin/systems/headpage.tpl:59
+#: plugins/admin/ogroups/phonequeue.tpl:124
 #, fuzzy
 #, fuzzy
-msgid "Display systems of user"
-msgstr "Показать адреса пользователя"
-
-#: plugins/admin/systems/headpage.tpl:62
-msgid "User name of which terminal(s) are shown"
-msgstr "Имя пользователя, для которого перечисляются терминалы"
+msgid "Announce message"
+msgstr "Сообщение автоответчика"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
+#: plugins/admin/ogroups/phonequeue.tpl:132
+msgid "Sound file for 'You are next ...'"
 msgstr ""
 msgstr ""
-"Выберите, должен ли терминал подерживать загрузку в графическом режиме с "
-"показом индикатора состояния"
-
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr "Загружать в графическом режиме"
-
-#: plugins/admin/systems/terminalStartup.tpl:38
-msgid "Select if terminal should boot in text mode"
-msgstr "Выберите, должен ли терминал загружаться в текстовом режиме"
-
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
-msgstr "Загружать в стандартном текстовом режиме"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:41
-msgid "Select to get more verbose output during startup"
+#: plugins/admin/ogroups/phonequeue.tpl:140
+msgid "'There are ...'"
 msgstr ""
 msgstr ""
-"Выберите, нужно ли использовать подробный вывод информации при загрузке"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
-msgstr "Используйте отладочный режим"
+#: plugins/admin/ogroups/phonequeue.tpl:148
+msgid "'... calls waiting'"
+msgstr ""
 
 
-#: plugins/admin/systems/password.tpl:2
+#: plugins/admin/ogroups/phonequeue.tpl:156
 #, fuzzy
 #, fuzzy
-msgid ""
-"To change the terminal root password use the fields below. The changes take "
-"effect during the next reboot. Please memorize the new password, because you "
-"wouldn't be able to log in."
+msgid "'Thank you' message"
+msgstr "Сообщение о состоянии"
+
+#: plugins/admin/ogroups/phonequeue.tpl:164
+msgid "'minutes' sound file"
 msgstr ""
 msgstr ""
-"В полях ниже вы можете изменить пароль выбранного пользователя. Изменения "
-"вступят в силу немедленно. Пожалуйста, запомните новый пароль, так как иначе "
-"пользователь не сможет войти в систему."
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
+#: plugins/admin/ogroups/phonequeue.tpl:172
+msgid "'seconds' sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/password.tpl:9
-msgid "Changing the password impinges on authentification only."
-msgstr "Изменение пароля влияет только на аутентификацию в системе."
+#: plugins/admin/ogroups/phonequeue.tpl:180
+msgid "Hold sound file"
+msgstr ""
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
+#: plugins/admin/ogroups/phonequeue.tpl:188
 #, fuzzy
 #, fuzzy
-msgid "Printer ppd selection."
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82елеÑ\84она"
+msgid "Less Than sound file"
+msgstr "Ð\94обÑ\80о Ð¿Ð¾Ð¶Ð°Ð»Ð¾Ð²Ð°Ñ\82Ñ\8c %s!"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:59
-#: plugins/admin/ogroups/tabs_ogroups.inc:151
+#: plugins/admin/ogroups/phonequeue.tpl:204
 #, fuzzy
 #, fuzzy
-msgid "Phone queue"
-msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
+msgid "Phone attributes "
+msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82 DN Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:84
-#: plugins/admin/ogroups/tabs_ogroups.inc:131
-msgid "Terminals"
-msgstr "Терминалы"
+#: plugins/admin/ogroups/phonequeue.tpl:212
+msgid "Announce holdtime"
+msgstr ""
 
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
+#: plugins/admin/ogroups/phonequeue.tpl:218
+msgid "Allow the called user to transfer his call"
+msgstr ""
+
+#: plugins/admin/ogroups/phonequeue.tpl:224
+msgid "Allows calling user to transfer call"
+msgstr ""
+
+#: plugins/admin/ogroups/phonequeue.tpl:234
+msgid "Allow the called to hangup by pressing *"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/mail.tpl:11
-#, fuzzy
-msgid "Primary mail address for this distribution list"
-msgstr "Основной адрес эл. почты для этой общей папки"
-
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Выберите подразделение"
+#: plugins/admin/ogroups/phonequeue.tpl:240
+msgid "Allows calling to hangup by pressing *"
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Показать подразделения"
+#: plugins/admin/ogroups/phonequeue.tpl:246
+msgid "Ring instead of playing background music"
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Выберите чтобы посмотреть пользователей GOsa"
+#: plugins/admin/fai/remove.tpl:7
+#, fuzzy
+msgid ""
+"This includes 'all' object information. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
+msgstr ""
+"Сюда входит <b>вся</b> информация о системе и ее настройках. Подумайте еще "
+"раз, действительно ли вам нужно удаление, так как GOsa не сможет отменить "
+"результаты этой операции."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Показать людей"
+#: plugins/admin/fai/main.inc:38 plugins/admin/fai/main.inc:40
+#, fuzzy
+msgid "Fully Automatic Installation"
+msgstr "Управление приложениями"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Выберите чтобы посмотреть группы GOsa"
+#: plugins/admin/fai/class_faiManagement.inc:31
+#, fuzzy
+msgid "FAI"
+msgstr "Идентификатор факса"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Показать группы"
+#: plugins/admin/fai/class_faiManagement.inc:32
+#, fuzzy
+msgid "Fully Automatic Installation - management"
+msgstr "Управление приложениями"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Выберите чтобы посмотреть приложения"
+#: plugins/admin/fai/class_faiManagement.inc:204
+#, fuzzy, php-format
+msgid "You're about to delete all information about the FAI class at '%s'."
+msgstr "Вы собираетесь удалить всю информацию о терминале (\"%s\")."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Показать приложения"
+#: plugins/admin/fai/class_faiManagement.inc:439
+#, fuzzy
+msgid "New profile"
+msgstr "Управление системами"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Выберите чтобы посмотреть рабочие станции"
+#: plugins/admin/fai/class_faiManagement.inc:439
+msgid "P"
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Выберите чтобы посмотреть терминалы"
+#: plugins/admin/fai/class_faiManagement.inc:444
+#, fuzzy
+msgid "New partition table"
+msgstr "Принтер"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Выберите чтобы посмотреть принтеры"
+#: plugins/admin/fai/class_faiManagement.inc:444
+msgid "PT"
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Показать принтеры"
+#: plugins/admin/fai/class_faiManagement.inc:447
+#, fuzzy
+msgid "New scripts"
+msgstr "Показать хосты"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Выберите чтобы посмотреть телефоны"
+#: plugins/admin/fai/class_faiManagement.inc:447
+msgid "S"
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:37
-msgid "Display objects of department"
-msgstr "Показать объекты подразделения"
+#: plugins/admin/fai/class_faiManagement.inc:450
+#, fuzzy
+msgid "New hooks"
+msgstr "Показать хосты"
 
 
-#: plugins/admin/ogroups/termgroup.tpl:1
-msgid ""
-"All actions you choose here influence <b>all</b> machines in this object "
-"group. Be aware that rebooting machines may not make people happy who are "
-"currently working at these machines."
+#: plugins/admin/fai/class_faiManagement.inc:450
+msgid "H"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/termgroup.tpl:7
+#: plugins/admin/fai/class_faiManagement.inc:453
 #, fuzzy
 #, fuzzy
-msgid "Select action to execute for this   group of terminals"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð´ÐµÐ¹Ñ\81Ñ\82вие, ÐºÐ¾Ñ\82оÑ\80ое Ð½Ñ\83жно Ð²Ñ\8bполниÑ\82Ñ\8c Ð½Ð° Ñ\8dÑ\82ом Ñ\82еÑ\80минале"
+msgid "New variables"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82еÑ\80миналÑ\8b"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:34 plugins/admin/ogroups/main.inc:39
-msgid "Object groups"
-msgstr "Объединения"
+#: plugins/admin/fai/class_faiManagement.inc:453
+msgid "V"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:41
-msgid "UNIX accounts"
-msgstr "UNIX аккаунт"
+#: plugins/admin/fai/class_faiManagement.inc:456
+#, fuzzy
+msgid "New templates"
+msgstr "Создать шаблон"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:45 html/getxls.php:149
-#: html/getxls.php:151 html/getxls.php:158 html/getxls.php:179
-#: html/getxls.php:245 html/getxls.php:316
-msgid "Servers"
-msgstr "Серверы"
+#: plugins/admin/fai/class_faiManagement.inc:456
+msgid "T"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:46
-msgid "Thin Clients"
-msgstr "Тонкие клиенты"
+#: plugins/admin/fai/class_faiManagement.inc:459
+#, fuzzy
+msgid "New package list"
+msgstr "Число страниц"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:47
-msgid "Workstations"
-msgstr "Рабочие станции"
+#: plugins/admin/fai/class_faiManagement.inc:459
+msgid "PK"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:217
-#, php-format
-msgid "You're about to delete the object group '%s'."
-msgstr "Ð\92Ñ\8b Ñ\81обиÑ\80аеÑ\82еÑ\81Ñ\8c Ñ\83далиÑ\82Ñ\8c Ð³Ñ\80Ñ\83пповой Ð¾Ð±Ñ\8aекÑ\82 \"%s\"."
+#: plugins/admin/fai/class_faiManagement.inc:477
+#, fuzzy
+msgid "Name of FAI class"
+msgstr "Ð\98мÑ\8f Ñ\81Ñ\82оп-лиÑ\81Ñ\82а"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:223
-#: plugins/admin/ogroups/class_ogroupManagement.inc:249
-msgid "You are not allowed to delete this object group!"
-msgstr "У вас недостаточно прав для удаления этого группового объекта!"
+#: plugins/admin/fai/class_faiManagement.inc:478
+msgid "Class type"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/fai/class_faiManagement.inc:482
 #, fuzzy
 #, fuzzy
-msgid "Create new object group"
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Edit class"
+msgstr "СпиÑ\81ок Ñ\81иÑ\81Ñ\82ем"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:391
+#: plugins/admin/fai/class_faiManagement.inc:483
 #, fuzzy
 #, fuzzy
-msgid "Name of object groups"
-msgstr "Название группы"
-
-#: plugins/admin/ogroups/class_ogroupManagement.inc:440
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Объект группы"
-
-#: plugins/admin/ogroups/class_ogroup.inc:132
-msgid "This 'dn' is no object group."
-msgstr "Этот объект не является группой."
+msgid "Delete class"
+msgstr "Удалить"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:242
-msgid "too many different objects!"
-msgstr "слишком много различных объектов!"
+#: plugins/admin/fai/class_faiManagement.inc:525
+#: plugins/admin/fai/class_faiManagement.inc:526
+#: plugins/admin/fai/class_faiProfile.inc:161
+#: plugins/admin/fai/class_faiProfileEntry.inc:123
+#, fuzzy
+msgid "Partition table"
+msgstr "Переменная"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:244
-msgid "users"
-msgstr "пользователи"
+#: plugins/admin/fai/class_faiManagement.inc:532
+#: plugins/admin/fai/class_faiManagement.inc:533
+msgid "Package list"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:245
-msgid "groups"
-msgstr "группы"
+#: plugins/admin/fai/class_faiManagement.inc:539
+#: plugins/admin/fai/class_faiManagement.inc:540
+#, fuzzy
+msgid "Scripts"
+msgstr "Путь к сценариям"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:246
-msgid "applications"
-msgstr "приложения"
+#: plugins/admin/fai/class_faiManagement.inc:560
+#: plugins/admin/fai/class_faiManagement.inc:561
+#, fuzzy
+msgid "Profile"
+msgstr "Путь к профилю"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:247
-msgid "departments"
-msgstr "подразделения"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+#, fuzzy
+msgid "Device"
+msgstr "Устройства"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:248
-msgid "servers"
-msgstr "серверы"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+#, fuzzy
+msgid "Partition entries"
+msgstr "Переменная"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:249
-msgid "workstations"
-msgstr "рабочие станции"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+#, fuzzy
+msgid "Add partition"
+msgstr "Добавить параметр"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:250
-msgid "terminals"
-msgstr "терминалы"
+#: plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiVariable.tpl:32 plugins/admin/fai/faiScript.tpl:32
+#: plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/class_faiProfileEntry.inc:154
+#: plugins/admin/fai/faiHook.tpl:32
+#, fuzzy
+msgid "Objects"
+msgstr "Объект"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:251
-msgid "phones"
-msgstr "телефоны"
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+#, fuzzy
+msgid "Discs"
+msgstr "Устройства"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:252
-msgid "printers"
-msgstr "принтеры"
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:259
-msgid "and"
-msgstr "и"
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:410
-msgid "Non existing dn: "
-msgstr "Не существующий dn:"
+#: plugins/admin/fai/faiProfileEntry.tpl:27
+msgid ""
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:534
+#: plugins/admin/fai/faiProfileEntry.tpl:40
 #, fuzzy
 #, fuzzy
-msgid "There is already an object with this cn."
+msgid "Show only classes with templates"
+msgstr "Показать шаблоны"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:42
+msgid "Show only classes with scripts"
 msgstr ""
 msgstr ""
-"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:551
-msgid "You can combine two different object types at maximum only!"
+#: plugins/admin/fai/faiProfileEntry.tpl:44
+msgid "Show only classes with hooks"
 msgstr ""
 msgstr ""
-"Вы можете комбинировать не более двух различных классов в одном объекте!"
 
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Название группы"
+#: plugins/admin/fai/faiProfileEntry.tpl:46
+#, fuzzy
+msgid "Show only classes with variables"
+msgstr "Показать терминалы"
 
 
-#: plugins/admin/ogroups/generic.tpl:33
-msgid "Member objects"
-msgstr "Включаемые объекты"
+#: plugins/admin/fai/faiProfileEntry.tpl:48
+msgid "Show only classes with packages"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:41
+#: plugins/admin/fai/faiProfileEntry.tpl:50
 #, fuzzy
 #, fuzzy
-msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
-msgstr ""
-"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
-"их, щелкнув ниже."
+msgid "Show only classes with partitions"
+msgstr "Показать рабочие станции"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:43
+#: plugins/admin/fai/faiVariable.tpl:34
 #, fuzzy
 #, fuzzy
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
+msgid "List of assigned variables"
+msgstr "Выберите тип мыши"
+
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
 msgstr ""
 msgstr ""
-"В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
-"щелкнув ниже."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:79
+#: plugins/admin/fai/class_faiScriptEntry.inc:51
+#: plugins/admin/fai/class_faiHookEntry.inc:54
 #, fuzzy
 #, fuzzy
-msgid "ring all"
-msgstr "ТеÑ\80миналÑ\8b"
+msgid "Please select a valid file."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:80
-msgid "round robin"
-msgstr ""
+#: plugins/admin/fai/class_faiScriptEntry.inc:54
+#: plugins/admin/fai/class_faiHookEntry.inc:57
+#, fuzzy
+msgid "Selected file is empty."
+msgstr "Значение поля \"Файлы\" некорректно."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:81
-msgid "least recently called"
-msgstr ""
+#: plugins/admin/fai/class_faiScriptEntry.inc:99
+#: plugins/admin/fai/class_faiVariableEntry.inc:86
+#: plugins/admin/fai/class_faiTemplateEntry.inc:164
+#: plugins/admin/fai/class_faiHookEntry.inc:112
+#, fuzzy
+msgid "Please enter a name."
+msgstr "Введите адрес сервера"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:82
-msgid "fewest completed calls"
-msgstr ""
+#: plugins/admin/fai/class_faiScriptEntry.inc:103
+#, fuzzy
+msgid "Please enter a script."
+msgstr "Введите корректный серийный номер"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:83
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
 #, fuzzy
 #, fuzzy
-msgid "random"
-msgstr "и"
+msgid "Script attributes"
+msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82 DN Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:84
-msgid "round robin with memory"
-msgstr ""
+#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
+#, fuzzy
+msgid "Choose a priority"
+msgstr "Выберите тип мыши"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:113
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+#: plugins/admin/fai/faiHookEntry.tpl:63
 #, fuzzy
 #, fuzzy
-msgid "Remove the phone queue from this Account"
-msgstr "УдалиÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
+msgid "Import script"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:114
+#: plugins/admin/fai/class_faiPackage.inc:150
 #, fuzzy
 #, fuzzy
-msgid ""
-"Phone queue is enabled for this group. You can disable it by clicking below."
+msgid "There is no useable package list defined."
+msgstr "Файл небыл загружен"
+
+#: plugins/admin/fai/class_faiPackage.inc:295
+#, php-format
+msgid "Can't read configuration folder '%s'."
 msgstr ""
 msgstr ""
-"В этой учетной записи включены телефонные атрибуты. Вы можете отключить их, "
-"щелкнув ниже."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:116
+#: plugins/admin/fai/class_faiPackage.inc:377
 #, fuzzy
 #, fuzzy
-msgid "Create phone queue"
-msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
+msgid "Please select a least one Package."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она!"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:117
+#: plugins/admin/fai/class_faiPackage.inc:381
 #, fuzzy
 #, fuzzy
-msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
-"щелкнув ниже."
+msgid "Please choose a valid combination for your repository setup."
+msgstr "Укажите корректный номер телефона."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:199
-msgid "Timeout must be numeric"
-msgstr ""
+#: plugins/admin/fai/class_faiPackage.inc:402
+#, fuzzy
+msgid "package is configured"
+msgstr "Не настроено"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:202
-msgid "Retry must be numeric"
+#: plugins/admin/fai/class_faiPackage.inc:426
+#, php-format
+msgid "Package file '%s' does not exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:205
-msgid "Max queue length must be numeric"
+#: plugins/admin/fai/faiPackage.tpl:50
+msgid "Mirror"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:208
-msgid "Announce frequency must be numeric"
+#: plugins/admin/fai/faiPackage.tpl:54 plugins/admin/fai/faiPackageNew.tpl:51
+msgid "mirror"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "There must be least one queue number defined."
-msgstr ""
+#: plugins/admin/fai/faiPackage.tpl:68
+#, fuzzy
+msgid "Used packages"
+msgstr "Показать телефоны"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:225
-msgid ""
-"There is currently no asterisk server defined. Your settings can't be saved."
+#: plugins/admin/fai/faiPackage.tpl:70
+#, fuzzy
+msgid "Choosen packages"
+msgstr "Показать телефоны"
+
+#: plugins/admin/fai/faiPackage.tpl:76 include/functions.inc:595
+msgid "Configure"
+msgstr "Настроить"
+
+#: plugins/admin/fai/class_faiProfile.inc:145
+#: plugins/admin/fai/class_faiProfileEntry.inc:151
+msgid "This list displays all assigned class names for this profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:238
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:245
-#, php-format
-msgid ""
-"The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
+#: plugins/admin/fai/class_faiProfile.inc:153
+#, fuzzy
+msgid "Append new class names"
+msgstr "Доступные приложения"
+
+#: plugins/admin/fai/class_faiProfile.inc:156
+#: plugins/admin/fai/class_faiProfileEntry.inc:118
+msgid "Hook bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:248
-#: plugins/admin/ogroups/class_phonequeue.inc:622
-#: plugins/gofon/macro/class_gofonMacro.inc:216
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:86
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:306
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1045
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:256
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:372
-#, fuzzy, php-format
-msgid "Can't select database %s on %s."
-msgstr "Невозможно выбрать базу данных!"
+#: plugins/admin/fai/class_faiProfile.inc:157
+#: plugins/admin/fai/class_faiProfileEntry.inc:119
+#, fuzzy
+msgid "Template bundle"
+msgstr "Шаблон"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:279
-#: plugins/admin/ogroups/class_phonequeue.inc:493
-#: plugins/admin/ogroups/class_phonequeue.inc:658
-#, fuzzy, php-format
-msgid "Can't delete in Database %s, on Server %s."
-msgstr "Невозможно выбрать базу данных!"
+#: plugins/admin/fai/class_faiProfile.inc:158
+#: plugins/admin/fai/class_faiProfileEntry.inc:120
+#, fuzzy
+msgid "Script bundle"
+msgstr "Путь к сценариям"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:523
-#: plugins/admin/ogroups/class_phonequeue.inc:525
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1146
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1148
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:412
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:414
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+#: plugins/admin/fai/class_faiProfile.inc:159
+#: plugins/admin/fai/class_faiProfileEntry.inc:121
+#, fuzzy
+msgid "Variable bundle"
+msgstr "Переменная"
+
+#: plugins/admin/fai/class_faiProfile.inc:160
+msgid "Packages bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:612
-#: plugins/gofon/macro/class_gofonMacro.inc:205
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:79
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1034
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:361
-#, php-format
-msgid ""
-"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
+#: plugins/admin/fai/class_faiProfile.inc:163
+msgid "Remove class from profile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/remove.tpl:7
-msgid ""
-"Please double check if you really want to do this since there is no way for "
-"GOsa to get your data back."
+#: plugins/admin/fai/class_faiProfile.inc:226
+msgid "Please assign at least one class to this  profile."
 msgstr ""
 msgstr ""
-"Подумайте еще раз, действительно ли вам нужно удаление, так как GOsa не "
-"сможет восстановить эти данные."
 
 
-#: plugins/admin/ogroups/headpage.tpl:24
+#: plugins/admin/fai/class_faiProfile.inc:230
 #, fuzzy
 #, fuzzy
-msgid ""
-"This menu allows you to add, edit or remove selected groups. You may want to "
-"use the range selector on top of the group listbox, when working with a "
-"large number of groups."
-msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"группы пользователей. Если у вас их достаточно большое количество, вы можете "
-"использовать групповое выделение."
+msgid "Please enter a valid name."
+msgstr "Введите корректный серийный номер"
 
 
-#: plugins/admin/ogroups/headpage.tpl:39
-msgid "Show groups containing users"
-msgstr "Показать группы с пользователями"
+#: plugins/admin/fai/class_faiProfile.inc:238
+#, fuzzy
+msgid "There is already a profile with this class name defined."
+msgstr ""
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/ogroups/headpage.tpl:40
-msgid "Show groups containing groups"
-msgstr "Показать группы с группами"
+#: plugins/admin/fai/faiProfile.tpl:32
+#, fuzzy
+msgid "FAI classes"
+msgstr "Выберите тип мыши"
 
 
-#: plugins/admin/ogroups/headpage.tpl:41
-msgid "Show groups containing applications"
-msgstr "Показать группы с приложениями"
+#: plugins/admin/fai/headpage.tpl:6
+#, fuzzy
+msgid "List of FAI classes"
+msgstr "Выберите тип мыши"
 
 
-#: plugins/admin/ogroups/headpage.tpl:42
-msgid "Show groups containing departments"
-msgstr "Показать группы с подразделениями"
+#: plugins/admin/fai/headpage.tpl:24
+msgid "This menu allows you to create, delete and edit FAI classes."
+msgstr ""
 
 
-#: plugins/admin/ogroups/headpage.tpl:43
-msgid "Show groups containing servers"
-msgstr "Показать группы с серверами"
+#: plugins/admin/fai/headpage.tpl:36
+#, fuzzy
+msgid "Show profiles"
+msgstr "Показать принтеры"
 
 
-#: plugins/admin/ogroups/headpage.tpl:44
-msgid "Show groups containing workstations"
-msgstr "Показать группы с рабочими станциями"
+#: plugins/admin/fai/headpage.tpl:38
+#, fuzzy
+msgid "Show scripts"
+msgstr "Показать хосты"
 
 
-#: plugins/admin/ogroups/headpage.tpl:45
-msgid "Show groups containing terminals"
-msgstr "Показать группы с терминалами"
+#: plugins/admin/fai/headpage.tpl:39
+#, fuzzy
+msgid "Show hooks"
+msgstr "Показать хосты"
 
 
-#: plugins/admin/ogroups/headpage.tpl:46
-msgid "Show groups containing printers"
-msgstr "Показать группы с принтерами"
+#: plugins/admin/fai/headpage.tpl:40
+#, fuzzy
+msgid "Show variables"
+msgstr "Показать терминалы"
 
 
-#: plugins/admin/ogroups/headpage.tpl:51
+#: plugins/admin/fai/headpage.tpl:41
 #, fuzzy
 #, fuzzy
-msgid "Display object groups matching"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð¾Ð±Ñ\8aекÑ\82ов"
+msgid "Show packages"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82елеÑ\84онÑ\8b"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:1
+#: plugins/admin/fai/headpage.tpl:42
 #, fuzzy
 #, fuzzy
-msgid "Queue Settings"
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Samba"
+msgid "Show partitions"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:4
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-msgid "Phone numbers"
-msgstr "Телефонные номера"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:180
+#, fuzzy
+msgid "FS type"
+msgstr "Тип"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/admin/ogroups/phonequeue.tpl:96
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:181
 #, fuzzy
 #, fuzzy
-msgid "Generic queue Settings"
-msgstr "Ð\9eбÑ\89аÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еле"
+msgid "Mount point"
+msgstr "Ð\9cониÑ\82оÑ\80инг"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:18
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:182
 #, fuzzy
 #, fuzzy
-msgid "Down"
-msgstr "Ð\94омен"
+msgid "Size in MB"
+msgstr "Ð\9fолÑ\8cзоваÑ\82елÑ\8c:"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:46
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:183
 #, fuzzy
 #, fuzzy
-msgid "Timeout"
-msgstr "ТаймаÑ\83Ñ\82 (Ñ\81)"
+msgid "Mount options"
+msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:54
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Повторить"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:184
+#, fuzzy
+msgid "FS option"
+msgstr "Добавить параметр"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:62
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:185
 #, fuzzy
 #, fuzzy
-msgid "Strategy"
-msgstr "Адм. единица"
+msgid "Preserve"
+msgstr "серверы"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:74
-msgid "Max queue length"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:337
+#, php-format
+msgid "please enter a unique mount point for partition %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:82
-msgid "Announce frequency"
-msgstr ""
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:342
+#, fuzzy, php-format
+msgid "Please enter a valid mount point for partition %s."
+msgstr "Введите корректный путь в поле \"Домашний каталог\"."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:86
-msgid "(in seconds)"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:347
+#, php-format
+msgid ""
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:94
-msgid "Queue sound setup"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:351
+msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "Use music on hold instead of ringing"
-msgstr ""
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:357
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:361
+#, fuzzy, php-format
+msgid "Please enter a valid partition size for partition %s."
+msgstr "Введите корректный путь в поле \"Домашний каталог\"."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:108
-msgid "Music on hold"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:369
+#, fuzzy, php-format
+msgid "Please enter a valid range for partition %s."
+msgstr "Введите корректный серийный номер"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:374
+#, fuzzy, php-format
+msgid "Please enter a range for partition size for partition %s."
+msgstr "Введите корректный серийный номер"
+
+#: plugins/admin/fai/faiScript.tpl:34
+#, fuzzy
+msgid "List of scripts"
+msgstr "Список пользователей"
+
+#: plugins/admin/fai/faiScript.tpl:40
+msgid "Choose a script to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:116
+#: plugins/admin/fai/class_faiVariableEntry.inc:82
 #, fuzzy
 #, fuzzy
-msgid "Welcome sound file"
-msgstr "Ð\94обÑ\80о Ð¿Ð¾Ð¶Ð°Ð»Ð¾Ð²Ð°Ñ\82Ñ\8c %s!"
+msgid "Please specify a value for the attribute 'content'."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:124
+#: plugins/admin/fai/faiVariableEntry.tpl:29
 #, fuzzy
 #, fuzzy
-msgid "Announce message"
-msgstr "СообÑ\89ение Ð°Ð²Ñ\82ооÑ\82веÑ\82Ñ\87ика"
+msgid "Variable attributes"
+msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82 DN Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:132
-msgid "Sound file for 'You are next ...'"
-msgstr ""
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+#, fuzzy
+msgid "Variable content"
+msgstr "Переменная"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:140
-msgid "'There are ...'"
-msgstr ""
+#: plugins/admin/fai/faiTemplate.tpl:31
+#, fuzzy
+msgid "List of template files"
+msgstr "Список подразделений"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:148
-msgid "'... calls waiting'"
-msgstr ""
+#: plugins/admin/fai/faiTemplate.tpl:37
+#, fuzzy
+msgid "Choose a template to delete or edit"
+msgstr "Выбрать раздел, для хранения объекта"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:156
+#: plugins/admin/fai/class_faiPartitionTable.inc:226
+#: plugins/admin/fai/class_faiPartitionTable.inc:232
+#, fuzzy, php-format
+msgid "%s partition"
+msgstr "Показать рабочие станции"
+
+#: plugins/admin/fai/class_faiPartitionTable.inc:228
+#: plugins/admin/fai/class_faiPartitionTable.inc:234
+#, fuzzy, php-format
+msgid "%s partition(s)"
+msgstr "Показать рабочие станции"
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:74
 #, fuzzy
 #, fuzzy
-msgid "'Thank you' message"
-msgstr "СообÑ\89ение Ð¾ Ñ\81оÑ\81Ñ\82оÑ\8fнии"
+msgid "no file uploaded yet"
+msgstr "Файл Ð½ÐµÐ±Ñ\8bл Ð·Ð°Ð³Ñ\80Ñ\83жен"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:164
-msgid "'minutes' sound file"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:76
+#, php-format
+msgid "exists in database (size: %s bytes)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:172
-msgid "'seconds' sound file"
-msgstr ""
+#: plugins/admin/fai/class_faiTemplateEntry.inc:156
+#, fuzzy
+msgid "Please specify a value for attribute 'file'."
+msgstr "Укажите корректный номер телефона."
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:160
+#, fuzzy
+msgid "Please specify a value for attribute 'path'."
+msgstr "Укажите корректный номер телефона."
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:168
+#, fuzzy
+msgid "Please enter a user."
+msgstr "Введите адрес сервера"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:180
-msgid "Hold sound file"
-msgstr ""
+#: plugins/admin/fai/class_faiTemplateEntry.inc:171
+#, fuzzy
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+msgstr "Введите корректное имя пользователя!"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:188
+#: plugins/admin/fai/class_faiTemplateEntry.inc:175
 #, fuzzy
 #, fuzzy
-msgid "Less Than sound file"
-msgstr "Ð\94обÑ\80о Ð¿Ð¾Ð¶Ð°Ð»Ð¾Ð²Ð°Ñ\82Ñ\8c %s!"
+msgid "Please enter a group."
+msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ñ\81еÑ\80веÑ\80а"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:204
+#: plugins/admin/fai/class_faiTemplateEntry.inc:178
 #, fuzzy
 #, fuzzy
-msgid "Phone attributes "
-msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82 DN Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:212
-msgid "Announce holdtime"
-msgstr ""
+#: plugins/admin/fai/class_faiHookEntry.inc:108
+#, fuzzy
+msgid "Please enter a value for script."
+msgstr "Введите корректный серийный номер"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:218
-msgid "Allow the called user to transfer his call"
+#: plugins/admin/fai/class_faiProfileEntry.inc:122
+msgid "Package bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:224
-msgid "Allows calling user to transfer call"
-msgstr ""
+#: plugins/admin/fai/class_faiProfileEntry.inc:153
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#, fuzzy
+msgid "Class name"
+msgstr "Выберите тип мыши"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:234
-msgid "Allow the called to hangup by pressing *"
-msgstr ""
+#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
+#, fuzzy
+msgid "Hook attributes"
+msgstr "Атрибут DN пользователей"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:240
-msgid "Allows calling to hangup by pressing *"
+#: plugins/admin/fai/faiHookEntry.tpl:34
+msgid "Task"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:246
-msgid "Ring instead of playing background music"
+#: plugins/admin/fai/faiHookEntry.tpl:36
+msgid "Choose an existing FAI task"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+#: plugins/admin/fai/class_askClassName.inc:71
 #, fuzzy
 #, fuzzy
-msgid "Phone macros"
-msgstr "Телефонные отчеты"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
-#, fuzzy, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "Вы собираетесь удалить группу \"%s\"."
+msgid "Create new FAI object - partition table."
+msgstr "Объект группы"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
+#: plugins/admin/fai/class_askClassName.inc:72
 #, fuzzy
 #, fuzzy
-msgid "You are not allowed to delete this macro!"
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ой Ð³Ñ\80Ñ\83ппÑ\8b!"
+msgid "Create new FAI object - package bundle."
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+#: plugins/admin/fai/class_askClassName.inc:73
 #, fuzzy
 #, fuzzy
-msgid "Create new phone macro"
-msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
+msgid "Create new FAI object - script bundle."
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
+#: plugins/admin/fai/class_askClassName.inc:74
 #, fuzzy
 #, fuzzy
-msgid "Visible"
-msgstr "Ð\9fеÑ\80еменнаÑ\8f"
+msgid "Create new FAI object - variable bundle."
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
-msgid "This table displays all phone macros, in the selected tree."
-msgstr ""
+#: plugins/admin/fai/class_askClassName.inc:75
+#, fuzzy
+msgid "Create new FAI object - hook bundle."
+msgstr "Объект группы"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
+#: plugins/admin/fai/class_askClassName.inc:76
 #, fuzzy
 #, fuzzy
-msgid "Macro"
-msgstr "Ð\9dазвание"
+msgid "Create new FAI object - profile."
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
+#: plugins/admin/fai/class_askClassName.inc:77
 #, fuzzy
 #, fuzzy
-msgid "visible"
-msgstr "Ð\92идимÑ\8bй Ð²Ñ\81ем"
+msgid "Create new FAI object - template."
+msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
+#: plugins/admin/fai/class_askClassName.inc:78
 #, fuzzy
 #, fuzzy
-msgid "invisible"
-msgstr "Ð\92идимÑ\8bй Ð²Ñ\81ем"
+msgid "Create new FAI object"
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:97
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
-msgid ""
-"There is currently no asterisk server defined. Possibly you are missing a "
-"server that handles the asterisk management (goFonServer). Your settings "
-"can't be saved to asterisk database."
-msgstr ""
+#: plugins/admin/fai/class_askClassName.inc:131
+#, fuzzy
+msgid "The given class name is empty."
+msgstr "Значение поля \"Файлы\" некорректно."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:103
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/admin/fai/class_askClassName.inc:135
 #, fuzzy
 #, fuzzy
-msgid "This 'dn' is no phone macro."
-msgstr "ЭÑ\82оÑ\82 DN Ð½Ðµ Ð¸Ð¼ÐµÐµÑ\82 Ñ\81войÑ\81Ñ\82в Ñ\82елеÑ\84она."
+msgid "The specified class name is already in use for this object type."
+msgstr "Ð\93Ñ\80Ñ\83ппа Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:159
+#: plugins/admin/fai/askClassName.tpl:6
 msgid ""
 msgid ""
-"This macro ist still in use. To delete this Macro ensure that nobody has "
-"selected this Macro."
+"Adding a new class to the FAI management, requires a class name. You have to "
+"specify a unique class name for unique types of FAI classes, while you can "
+"use the same class name for different types of FAI classes. In the laste "
+"case, FAI will automatically enclose all these different class types to one "
+"unique class name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:191
+#: plugins/admin/fai/askClassName.tpl:12
 msgid ""
 msgid ""
-"There is no mysql extension available in your php setup, can't save any "
-"changes to asterisk db."
+"Please use one of the following methods to choose the name for the new FAI "
+"class."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:261
-#, php-format
-msgid "Unable to parse macro contents on line: %s"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:279
-#, php-format
-msgid "Can't perform SELECT query in DB '%s'"
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:288
-#: plugins/gofon/macro/class_gofonMacro.inc:296
-#, php-format
-msgid "Can't perform DELETE query in DB '%s'"
-msgstr ""
+#: plugins/admin/fai/askClassName.tpl:54
+#, fuzzy
+msgid "Choose class name"
+msgstr "Выберите тип мыши"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:310
-#, php-format
-msgid "Can't perform INSERT query in DB '%s'"
-msgstr ""
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#, fuzzy
+msgid "Use"
+msgstr "Пользователь"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:357
-#, fuzzy, php-format
-msgid "The given cn '%s' already exists."
-msgstr "Ð\9fодÑ\80азделение Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
+#: plugins/admin/fai/askClassName.tpl:74
+#, fuzzy
+msgid "A new class name."
+msgstr "Ð\94оÑ\81Ñ\82Ñ\83пнÑ\8bе Ð¿Ñ\80иложениÑ\8f"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:362
-msgid "You must specify the 'Display Name' in order to save this macro"
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:21
+#, fuzzy
+msgid "Template attributes"
+msgstr "Атрибут DN пользователей"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:366
-msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:29 include/php_setup.inc:122
+#, fuzzy
+msgid "File"
+msgstr "Файлы"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:371
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:35
+#, fuzzy
+msgid "Save template"
+msgstr "Создать шаблон"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:377
-msgid "Makro length must be lower than 100 lines"
+#: plugins/admin/fai/faiTemplateEntry.tpl:47
+#, fuzzy
+msgid "Destination path"
+msgstr "Назначение"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:62
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:310
+msgid "Owner"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:382
+#: plugins/admin/fai/faiTemplateEntry.tpl:80
 #, fuzzy
 #, fuzzy
-msgid "Please choose a valid  base."
-msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ñ\83кажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\83Ñ\8e ÐºÐ°Ð´Ñ\80овÑ\83Ñ\8e Ñ\81инÑ\85Ñ\80онизаÑ\86иÑ\8e."
+msgid "Access"
+msgstr "Ð\90дÑ\80еÑ\81"
 
 
-#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+#: plugins/admin/fai/faiTemplateEntry.tpl:86
 #, fuzzy
 #, fuzzy
-msgid "Macro name"
-msgstr "Ð\9dазвание"
+msgid "Class"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
 
-#: plugins/gofon/macro/generic.tpl:12
-msgid "Macro name to be displayed"
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:87
+#, fuzzy
+msgid "Read"
+msgstr "чтение"
 
 
-#: plugins/gofon/macro/generic.tpl:22
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
 #, fuzzy
 #, fuzzy
-msgid "Choose subtree to place macro in"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð²ÐµÑ\82кÑ\83 Ð´Ð»Ñ\8f Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Write"
+msgstr "запиÑ\81Ñ\8c"
 
 
-#: plugins/gofon/macro/generic.tpl:43
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
 #, fuzzy
 #, fuzzy
-msgid "Visible for user"
-msgstr "Список пользователей"
+msgid "Special"
+msgstr "терминалы"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+#, fuzzy
+msgid "SUID"
+msgstr "UID"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
+#, fuzzy
+msgid "SGID"
+msgstr "GID"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
+#, fuzzy
+msgid "Others"
+msgstr "Фильтры"
 
 
-#: plugins/gofon/macro/generic.tpl:52
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
 #, fuzzy
 #, fuzzy
-msgid "Macro text"
-msgstr "Ð\9dазвание"
+msgid "sticky"
+msgstr "СоÑ\81Ñ\82оÑ\8fние"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+#: plugins/admin/fai/faiHook.tpl:34
 #, fuzzy
 #, fuzzy
-msgid "String"
-msgstr "в Ñ\82еÑ\87ение"
+msgid "List of hook scripts"
+msgstr "СÑ\82оп-лиÑ\81Ñ\82Ñ\8b"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
-msgid "Combobox"
+#: plugins/admin/fai/faiHook.tpl:40
+msgid "Choose a hook to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
-msgid "Bool"
+#: plugins/admin/fai/class_faiPackageEntry.inc:35
+#, fuzzy
+msgid "Please enter your search string here"
+msgstr "Введите корректный серийный номер"
+
+#: plugins/admin/fai/class_faiPackageEntry.inc:48
+msgid ""
+"This list displays all assigned package names for this repository settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+#: plugins/admin/fai/faiPackageEntry.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Delete unused"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "List of available packages"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
+#: plugins/admin/fai/faiPackageEntry.tpl:26
+msgid ""
+"This menu allows you to select multiple packages to add them to the "
+"currently edited package list."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:915
-#, fuzzy, php-format
-msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
-msgstr "Неправильное указание таймаута '%s'"
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+#, fuzzy
+msgid "Package"
+msgstr "Показать телефоны"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
-#, php-format
-msgid "The parameter %s has incorrect value for type bool."
-msgstr ""
+#: plugins/admin/fai/faiPackageNew.tpl:2
+#, fuzzy
+msgid "Repository settings"
+msgstr "Сетевые настройки"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
-#, php-format
+#: plugins/admin/fai/faiPackageNew.tpl:6
 msgid ""
 msgid ""
-"Parameter count of the macro changed, you must update each user which are "
-"using this macro '%s'."
+"To add packages to your package list you have to setup the repository "
+"settings first."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:6
-#, fuzzy
-msgid "List of macros"
-msgstr "Список групп"
+#: plugins/admin/fai/faiPackageNew.tpl:8
+msgid ""
+"Packages are usually stored on different servers called mirrors. These "
+"mirrors have different types of releases (for example woody/sarge/etch), "
+"which finally contain packages sorted by section."
+msgstr ""
 
 
-#: plugins/gofon/macro/headpage.tpl:24
-#, fuzzy
+#: plugins/admin/fai/faiPackageNew.tpl:11
 msgid ""
 msgid ""
-"This menu allows you to add, edit and remove selected macros. You may want "
-"to use the range selector on top of the macro listbox, when working with a "
-"large number of macros."
+"Section and release can't be changed in future dialogs, but the mirror can "
+"be changed by editing the entry."
 msgstr ""
 msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"группы пользователей. Если у вас их достаточно большое количество, вы можете "
-"использовать групповое выделение."
 
 
-#: plugins/gofon/macro/headpage.tpl:38
-#, fuzzy
-msgid "Display macros matching"
-msgstr "Шаблон для групп"
+#: plugins/admin/fai/faiPackageNew.tpl:17
+msgid ""
+"First select the preferred release, then the section and finally the mirror."
+msgstr ""
 
 
-#: plugins/gofon/macro/headpage.tpl:38
-#, fuzzy
-msgid "Display macros  matching"
-msgstr "Шаблон для групп"
+#: plugins/admin/fai/faiPackageNew.tpl:25
+msgid "Following releases are available"
+msgstr ""
 
 
-#: plugins/gofon/macro/headpage.tpl:41
+#: plugins/admin/fai/faiPackageNew.tpl:37
 #, fuzzy
 #, fuzzy
-msgid "Regular expression for matching macro names"
-msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ð¸Ð¼ÐµÐ½Ð°Ð¼ Ð³Ñ\80Ñ\83пп"
+msgid "Sections for this release"
+msgstr "Ð\9cеÑ\81Ñ\82оположение Ð²ÐµÑ\82ки"
 
 
-#: plugins/gofon/macro/main.inc:38 plugins/gofon/macro/main.inc:40
-#, fuzzy
-msgid "Phone macro management"
-msgstr "Управление системами"
+#: plugins/admin/fai/faiPackageNew.tpl:48
+msgid "Matching mirrors"
+msgstr ""
 
 
-#: plugins/gofon/macro/parameter.tpl:3
-#, fuzzy
-msgid "Argument"
-msgstr "подразделения"
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:42
+#, php-format
+msgid "Debconf information for package '%s'"
+msgstr ""
 
 
-#: plugins/gofon/macro/parameter.tpl:7
-#, fuzzy
-msgid "type"
-msgstr "Тип"
+#: plugins/gofon/phoneaccount/main.inc:122
+msgid "Phone settings"
+msgstr "Настройки телефона"
 
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
 #, fuzzy
 
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:118
 #, fuzzy
@@ -9108,6 +9014,16 @@ msgstr "Телефонные отчеты"
 msgid "undefined"
 msgstr "не определена"
 
 msgid "undefined"
 msgstr "не определена"
 
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:644
+#: plugins/gofon/macro/class_gofonMacro.inc:97
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:224
+msgid ""
+"There is currently no asterisk server defined. Possibly you are missing a "
+"server that handles the asterisk management (goFonServer). Your settings "
+"can't be saved to asterisk database."
+msgstr ""
+
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 #: plugins/gofon/phoneaccount/class_phoneAccount.inc:256
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
@@ -9146,133 +9062,312 @@ msgstr ""
 msgid "Create phone account"
 msgstr "Создать телефонный аккаунт"
 
 msgid "Create phone account"
 msgstr "Создать телефонный аккаунт"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:754
+#, fuzzy
+msgid ""
+"This account has phone features disabled. You can't enable them while no uid "
+"is set."
+msgstr ""
+"В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
+"щелкнув ниже."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
+msgid ""
+"This account has phone features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
+"щелкнув ниже."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
+msgid "Please enter a valid phone number!"
+msgstr "Введите корректный номер телефона!"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
+msgid "Choose your private phone"
+msgstr "Укажите личный телефон"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
+msgid "Voicemail PIN must be between 1-4 characters."
+msgstr ""
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
+#, fuzzy
+msgid ""
+"The specified Voicemail PIN contains invalid characters, only numeric values "
+"are allowed here."
+msgstr ""
+"Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
+"Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:894
+msgid "Phone PIN must be at least one character long."
+msgstr ""
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:897
+#, fuzzy
+msgid ""
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
+msgstr ""
+"Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
+"Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:907
+#, php-format
+msgid "You need to specify at least one phone number!"
+msgstr "Необходимо указать не менее одного телефонного номера!"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:914
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:335
+#, fuzzy, php-format
+msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
+msgstr "Неправильное указание таймаута '%s'"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1076
+msgid "Stop"
+msgstr ""
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1111
+#, php-format
+msgid "Removed user '%s' from phone queue '%s'."
+msgstr ""
+
+#: plugins/gofon/phoneaccount/generic.tpl:33
+msgid "Voicemail PIN"
+msgstr ""
+
+#: plugins/gofon/phoneaccount/generic.tpl:41
+#, fuzzy
+msgid "Phone PIN"
+msgstr "Телефон"
+
+#: plugins/gofon/phoneaccount/generic.tpl:59
+#: plugins/gofon/phoneaccount/generic.tpl:60
+#, fuzzy
+msgid "Phone macro"
+msgstr "Телефонные отчеты"
+
+#: plugins/gofon/phoneaccount/generic.tpl:67
+#, fuzzy
+msgid "Refresh"
+msgstr "Ссылки"
+
+#: plugins/gofon/macro/parameter.tpl:3
+#, fuzzy
+msgid "Argument"
+msgstr "подразделения"
+
+#: plugins/gofon/macro/parameter.tpl:7
+#, fuzzy
+msgid "type"
+msgstr "Тип"
+
+#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+#, fuzzy
+msgid "Macro name"
+msgstr "Название"
+
+#: plugins/gofon/macro/generic.tpl:12
+msgid "Macro name to be displayed"
+msgstr ""
+
+#: plugins/gofon/macro/generic.tpl:22
+#, fuzzy
+msgid "Choose subtree to place macro in"
+msgstr "Выберите ветку для группы"
+
+#: plugins/gofon/macro/generic.tpl:43
+#, fuzzy
+msgid "Visible for user"
+msgstr "Список пользователей"
+
+#: plugins/gofon/macro/generic.tpl:52
+#, fuzzy
+msgid "Macro text"
+msgstr "Название"
+
+#: plugins/gofon/macro/headpage.tpl:6
+#, fuzzy
+msgid "List of macros"
+msgstr "Список групп"
+
+#: plugins/gofon/macro/headpage.tpl:24
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This account has phone features disabled. You can't enable them while no uid "
-"is set."
+"This menu allows you to add, edit and remove selected macros. You may want "
+"to use the range selector on top of the macro listbox, when working with a "
+"large number of macros."
 msgstr ""
 msgstr ""
-"В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
-"щелкнув ниже."
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
+"группы пользователей. Если у вас их достаточно большое количество, вы можете "
+"использовать групповое выделение."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:757
-msgid ""
-"This account has phone features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
-"щелкнув ниже."
+#: plugins/gofon/macro/headpage.tpl:38
+#, fuzzy
+msgid "Display macros matching"
+msgstr "Шаблон для групп"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
-msgid "Please enter a valid phone number!"
-msgstr "Введите корректный номер телефона!"
+#: plugins/gofon/macro/headpage.tpl:38
+#, fuzzy
+msgid "Display macros  matching"
+msgstr "Шаблон для групп"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:800
-msgid "Choose your private phone"
-msgstr "Укажите личный телефон"
+#: plugins/gofon/macro/headpage.tpl:41
+#, fuzzy
+msgid "Regular expression for matching macro names"
+msgstr "Регулярное выражение, соответствующее именам групп"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:886
-msgid "Voicemail PIN must be between 1-4 characters."
-msgstr ""
+#: plugins/gofon/macro/main.inc:38 plugins/gofon/macro/main.inc:40
+#, fuzzy
+msgid "Phone macro management"
+msgstr "Управление системами"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:889
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacro.inc:103
 #, fuzzy
 #, fuzzy
-msgid ""
-"The specified Voicemail PIN contains invalid characters, only numeric values "
-"are allowed here."
+msgid "This 'dn' is no phone macro."
+msgstr "Этот DN не имеет свойств телефона."
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+#, fuzzy
+msgid "String"
+msgstr "в течение"
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+msgid "Combobox"
 msgstr ""
 msgstr ""
-"Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
-"Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:895
-msgid "Phone PIN must be 4 characters long."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+msgid "Bool"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:898
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
 #, fuzzy
 #, fuzzy
-msgid ""
-"The specified phone PIN contains invalid characters, only numeric values are "
-"allowed here."
-msgstr ""
-"Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
-"Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
+msgid "Delete unused"
+msgstr "Удалить"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:908
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:327
 #, php-format
 #, php-format
-msgid "You need to specify at least one phone number!"
-msgstr "Необходимо указать не менее одного телефонного номера!"
-
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1077
-msgid "Stop"
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:340
 #, php-format
 #, php-format
-msgid "Removed user '%s' from phone queue '%s'."
+msgid "The parameter %s has incorrect value for type bool."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/generic.tpl:33
-msgid "Voicemail PIN"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:369
+#, php-format
+msgid ""
+"Parameter count of the macro changed, you must update each user which are "
+"using this macro '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/generic.tpl:41
-#, fuzzy
-msgid "Phone PIN"
-msgstr "Телефон"
-
-#: plugins/gofon/phoneaccount/generic.tpl:59
-#: plugins/gofon/phoneaccount/generic.tpl:60
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
 #, fuzzy
 #, fuzzy
-msgid "Phone macro"
+msgid "Phone macros"
 msgstr "Телефонные отчеты"
 
 msgstr "Телефонные отчеты"
 
-#: plugins/gofon/phoneaccount/generic.tpl:67
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:248
+#, fuzzy, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "Вы собираетесь удалить группу \"%s\"."
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:254
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:279
 #, fuzzy
 #, fuzzy
-msgid "Refresh"
-msgstr "СÑ\81Ñ\8bлки"
+msgid "You are not allowed to delete this macro!"
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ой Ð³Ñ\80Ñ\83ппÑ\8b!"
 
 
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
-msgstr "Настройки телефона"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:328
+#, fuzzy
+msgid "Create new phone macro"
+msgstr "Создать телефонный аккаунт"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:343
 #, fuzzy
 #, fuzzy
-msgid "Phone conferences"
-msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
+msgid "Visible"
+msgstr "Ð\9fеÑ\80еменнаÑ\8f"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:347
+msgid "This table displays all phone macros, in the selected tree."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:378
 #, fuzzy
 #, fuzzy
-msgid "Management"
+msgid "Macro"
 msgstr "Название"
 
 msgstr "Название"
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:379
 #, fuzzy
 #, fuzzy
-msgid "Create new conference"
-msgstr "Создание Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð¾Ð±Ñ\8aекÑ\82а Ð²"
+msgid "visible"
+msgstr "Ð\92идимÑ\8bй Ð²Ñ\81ем"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:380
 #, fuzzy
 #, fuzzy
-msgid "New conference"
-msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
+msgid "invisible"
+msgstr "Ð\92идимÑ\8bй Ð²Ñ\81ем"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
-msgid "This table displays all available conference rooms."
+#: plugins/gofon/macro/class_gofonMacro.inc:159
+msgid ""
+"This macro ist still in use. To delete this Macro ensure that nobody has "
+"selected this Macro."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
-#, fuzzy
-msgid "Name - Number"
-msgstr "Номер телефона"
+#: plugins/gofon/macro/class_gofonMacro.inc:191
+msgid ""
+"There is no mysql extension available in your php setup, can't save any "
+"changes to asterisk db."
+msgstr ""
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
-#: plugins/gofon/conference/generic.tpl:107
-msgid "PIN"
+#: plugins/gofon/macro/class_gofonMacro.inc:261
+#, php-format
+msgid "Unable to parse macro contents on line: %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
+#: plugins/gofon/macro/class_gofonMacro.inc:279
+#, php-format
+msgid "Can't perform SELECT query in DB '%s'"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:288
+#: plugins/gofon/macro/class_gofonMacro.inc:296
+#, php-format
+msgid "Can't perform DELETE query in DB '%s'"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:310
+#, php-format
+msgid "Can't perform INSERT query in DB '%s'"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:357
+#, fuzzy, php-format
+msgid "The given cn '%s' already exists."
+msgstr "Подразделение с таким именем уже существует."
+
+#: plugins/gofon/macro/class_gofonMacro.inc:362
+msgid "You must specify the 'Display Name' in order to save this macro"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:366
+msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:371
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:377
+msgid "Makro length must be lower than 100 lines"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacro.inc:382
 #, fuzzy
 #, fuzzy
-msgid "Conference"
-msgstr "СÑ\81Ñ\8bлки"
+msgid "Please choose a valid  base."
+msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ñ\83кажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\83Ñ\8e ÐºÐ°Ð´Ñ\80овÑ\83Ñ\8e Ñ\81инÑ\85Ñ\80онизаÑ\86иÑ\8e."
 
 #: plugins/gofon/conference/generic.tpl:13
 #, fuzzy
 
 #: plugins/gofon/conference/generic.tpl:13
 #, fuzzy
@@ -9305,32 +9400,92 @@ msgstr "Телефонные номера"
 msgid "Preset PIN"
 msgstr "присутствует"
 
 msgid "Preset PIN"
 msgstr "присутствует"
 
-#: plugins/gofon/conference/generic.tpl:113
+#: plugins/gofon/conference/generic.tpl:107
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:311
+msgid "PIN"
+msgstr ""
+
+#: plugins/gofon/conference/generic.tpl:113
+#, fuzzy
+msgid "Record conference"
+msgstr "Ссылки"
+
+#: plugins/gofon/conference/generic.tpl:121
+msgid "Sound file format"
+msgstr ""
+
+#: plugins/gofon/conference/generic.tpl:138
+msgid "Play music on hold"
+msgstr ""
+
+#: plugins/gofon/conference/generic.tpl:144
+#, fuzzy
+msgid "Activate session menu"
+msgstr "Включить автоответчик"
+
+#: plugins/gofon/conference/generic.tpl:150
+msgid "Announce users joining or leaving the conference"
+msgstr ""
+
+#: plugins/gofon/conference/generic.tpl:156
+#, fuzzy
+msgid "Count users"
+msgstr "Страна"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+#, fuzzy
+msgid "Phone conferences"
+msgstr "Номер телефона"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+#, fuzzy
+msgid "Management"
+msgstr "Название"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
+#, fuzzy
+msgid "Create new conference"
+msgstr "Создание нового объекта в"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:289
 #, fuzzy
 #, fuzzy
-msgid "Record conference"
-msgstr "СÑ\81Ñ\8bлки"
+msgid "New conference"
+msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
 
 
-#: plugins/gofon/conference/generic.tpl:121
-msgid "Sound file format"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:305
+msgid "This table displays all available conference rooms."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:138
-msgid "Play music on hold"
-msgstr ""
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:309
+#, fuzzy
+msgid "Name - Number"
+msgstr "Номер телефона"
 
 
-#: plugins/gofon/conference/generic.tpl:144
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:365
 #, fuzzy
 #, fuzzy
-msgid "Activate session menu"
-msgstr "Ð\92клÑ\8eÑ\87иÑ\82Ñ\8c Ð°Ð²Ñ\82ооÑ\82веÑ\82Ñ\87ик"
+msgid "Conference"
+msgstr "СÑ\81Ñ\8bлки"
 
 
-#: plugins/gofon/conference/generic.tpl:150
-msgid "Announce users joining or leaving the conference"
+#: plugins/gofon/conference/headpage.tpl:6
+#, fuzzy
+msgid "List of conference rooms"
+msgstr "Список групп"
+
+#: plugins/gofon/conference/headpage.tpl:24
+#, fuzzy
+msgid ""
+"This menu allows you to create, delete and edit selected phone conferences. "
+"Having a large number of phone conferences, you might prefer the range "
+"selectors on top of the conferences list."
 msgstr ""
 msgstr ""
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
+"подразделения. Если у вас достаточно большое количество подразделений, вы "
+"можете использовать групповое выделение."
 
 
-#: plugins/gofon/conference/generic.tpl:156
+#: plugins/gofon/conference/headpage.tpl:36
 #, fuzzy
 #, fuzzy
-msgid "Count users"
-msgstr "СÑ\82Ñ\80ана"
+msgid "Regular expression for        matching user names"
+msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ð¸Ð¼ÐµÐ½Ð°Ð¼ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
 
 #: plugins/gofon/conference/class_phoneConferenceGeneric.inc:190
 msgid ""
@@ -9363,27 +9518,6 @@ msgid ""
 "extension available in your php setup."
 msgstr ""
 
 "extension available in your php setup."
 msgstr ""
 
-#: plugins/gofon/conference/headpage.tpl:6
-#, fuzzy
-msgid "List of conference rooms"
-msgstr "Список групп"
-
-#: plugins/gofon/conference/headpage.tpl:24
-#, fuzzy
-msgid ""
-"This menu allows you to create, delete and edit selected phone conferences. "
-"Having a large number of phone conferences, you might prefer the range "
-"selectors on top of the conferences list."
-msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"подразделения. Если у вас достаточно большое количество подразделений, вы "
-"можете использовать групповое выделение."
-
-#: plugins/gofon/conference/headpage.tpl:36
-#, fuzzy
-msgid "Regular expression for        matching user names"
-msgstr "Регулярное выражение, соответствующее именам пользователей"
-
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 #, fuzzy
 msgid "Conference management"
 #: plugins/gofon/conference/main.inc:38 plugins/gofon/conference/main.inc:40
 #, fuzzy
 msgid "Conference management"
@@ -9475,908 +9609,898 @@ msgstr "Команда разработчиков GOsa"
 msgid "Welcome %s!"
 msgstr "Добро пожаловать %s!"
 
 msgid "Welcome %s!"
 msgstr "Добро пожаловать %s!"
 
-#: include/class_mail-methods-cyrus.inc:39
-msgid ""
-"Warning: Account has an invalid mailserver string! Please check the mail "
-"server settings in the mail tab."
-msgstr ""
-
-#: include/class_mail-methods-cyrus.inc:52
-msgid ""
-"Warning: IMAP Server cannot be reached! If you save this account, some mail "
-"settings will not be stored on your server!"
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
 msgstr ""
 msgstr ""
-"Предупреждение: не удается получить доступ к серверу IMAP! Некоторые "
-"почтовые настройки не будут сохранены."
-
-#: include/class_mail-methods-cyrus.inc:115
-#, php-format
-msgid "Can't create IMAP mailbox. Server says '%s'."
-msgstr "Не удается создать почтовый ящик IMAP. Ответ сервера: \"%s\"."
-
-#: include/class_mail-methods-cyrus.inc:131
-#, php-format
-msgid "Can't write IMAP quota. Server says '%s'."
-msgstr "Не удается создать квоту IMAP. Ответ сервера: \"%s\"."
 
 
-#: include/class_mail-methods-cyrus.inc:155
+#: include/php_setup.inc:71 html/main.php:316
 #, fuzzy
 #, fuzzy
-msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
-msgstr ""
-"Предупреждение: функция imap_getacl не реализована, и вы не сможете менять "
-"права доступа к общим папкам."
-
-#: include/class_mail-methods-cyrus.inc:173
-msgid "Warning: imap_getacl is not available, can't get imap permissions!"
-msgstr ""
-"Предупреждение: функция imap_getacl недоступна, не удается считать права на "
-"доступ к папкам!"
-
-#: include/class_mail-methods-cyrus.inc:195
-#, php-format
-msgid "Can't remove IMAP mailbox. Server says '%s'."
-msgstr "Не удается удалить почтовый ящик IMAP. Ответ сервера: '%s'."
-
-#: include/class_mail-methods-cyrus.inc:223
-#, php-format
-msgid "Can't log into SIEVE server. Server says '%s'."
-msgstr "Невозможно зарегистрироваться на сервере SIEVE. Ответ сервера: \"%s\"."
-
-#: include/class_mail-methods-cyrus.inc:236
-#, php-format
-msgid "Can't get sieve script. Server says '%s'."
-msgstr "Невозможно получить сценарий SIEVE. Ответ сервера: \"%s\"."
-
-#: include/class_mail-methods-cyrus.inc:307
-#, php-format
-msgid "Can't send sieve script. Server says '%s'."
-msgstr "Невозможно отправить сценарий SIEVE. Ответ сервера: \"%s\"."
-
-#: include/class_mail-methods-cyrus.inc:311
-#, php-format
-msgid "Can't activate GOsa sieve script. Server says '%s'."
-msgstr "Невозможно активировать сценарий  GOsa SIEVE. Ответ сервера: \"%s\"."
-
-#: include/class_xmlParse.inc:42
-#, php-format
-msgid "Could not open XML input '%s'."
-msgstr ""
-
-#: include/class_xmlParse.inc:117
-#, fuzzy, php-format
-msgid "XML error in %s : %s at line %d"
-msgstr "Ошибка XML в gosa.conf: %s в строке %d"
-
-#: include/class_plugin.inc:391
-#, php-format
-msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
-
-#: include/class_plugin.inc:419 include/class_password-methods.inc:181
-#, fuzzy, php-format
-msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"."
-
-#: include/class_plugin.inc:447
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"."
-
-#: include/functions_setup.inc:98
-msgid "Can't bind to LDAP. No schema check possible!"
-msgstr "Не удается начать сеанс на LDAP-сервере. Проверка схем невозможна!"
-
-#: include/functions_setup.inc:107 include/functions_setup.inc:116
-msgid "Can't get schema information from server. No schema check possible!"
-msgstr "Не удается получить информацию о схемах. Проверка схем невозможна!"
-
-#: include/functions_setup.inc:136
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
-msgstr ""
-"Необязательный класс объектов \"%s\", нужный для модуля \"%s\", отсутствует "
-"в установке LDAP."
-
-#: include/functions_setup.inc:140
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
-msgstr ""
-"У необязательного класса объектов \"%s\", нужного для модуля \"%s\", версия "
-"не %s"
-
-#: include/functions_setup.inc:145
-#, fuzzy, php-format
-msgid "Support for '%s' enabled"
-msgstr "Поддержка phpgroupware отключена, не все схемы установлены!"
-
-#: include/functions_setup.inc:155
-#, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
-msgstr "Обязательный класс объектов \"%s\" отсутствует в установке LDAP."
-
-#: include/functions_setup.inc:159
-#, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr "У обязательного класса объектов \"%s\" версия не %s"
+msgid "Toggle information"
+msgstr "Личная информация"
 
 
-#: include/functions_setup.inc:170
+#: include/php_setup.inc:76
 #, fuzzy
 #, fuzzy
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
-msgstr "Ð\9fоддеÑ\80жка Samba 3 Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
+msgid "PHP error"
+msgstr "Ð\9eÑ\88ибка LDAP:"
 
 
-#: include/functions_setup.inc:175
-msgid "SAMBA 3 support enabled"
+#: include/php_setup.inc:87
+msgid "class"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:180
+#: include/php_setup.inc:93
 #, fuzzy
 #, fuzzy
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
-msgstr "Поддержка Samba 2 отключена, не все схемы установлены!"
-
-#: include/functions_setup.inc:185
-msgid "SAMBA 2 support enabled"
-msgstr ""
+msgid "function"
+msgstr "Действие"
 
 
-#: include/functions_setup.inc:191
+#: include/php_setup.inc:98
 #, fuzzy
 #, fuzzy
-msgid "Support for pureftp disabled, no schema seems to be installed"
-msgstr "Поддержка PureFTP отключена, не все схемы установлены!"
-
-#: include/functions_setup.inc:196
-msgid "Support for pureftp enabled"
-msgstr ""
+msgid "static"
+msgstr "Состояние"
 
 
-#: include/functions_setup.inc:201
+#: include/php_setup.inc:102
 #, fuzzy
 #, fuzzy
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr "Поддержка WebDAV отключена, не все схемы установлены!"
+msgid "method"
+msgstr "Почтовые настройки"
 
 
-#: include/functions_setup.inc:206
-msgid "Support for WebDAV enabled"
+#: include/php_setup.inc:121
+msgid "Trace"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:211
+#: include/php_setup.inc:122
 #, fuzzy
 #, fuzzy
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
-msgstr "Ð\9fоддеÑ\80жка phpgroupware Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
+msgid "Line"
+msgstr "в"
 
 
-#: include/functions_setup.inc:216
+#: include/php_setup.inc:123
 #, fuzzy
 #, fuzzy
-msgid "Support for phpgroupware enabled"
-msgstr "Ð\9fоддеÑ\80жка phpgroupware Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
+msgid "Arguments"
+msgstr "подÑ\80азделениÑ\8f"
 
 
-#: include/functions_setup.inc:221
-#, fuzzy
-msgid "Support for gofon disabled, no schema seems to be installed"
-msgstr "Поддержка Gofon отключена, не все схемы установлены!"
+#: include/class_mail-methods-cyrus.inc:39
+msgid ""
+"Warning: Account has an invalid mailserver string! Please check the mail "
+"server settings in the mail tab."
+msgstr ""
 
 
-#: include/functions_setup.inc:226
-msgid "Support for gofon enabled"
+#: include/class_mail-methods-cyrus.inc:52
+msgid ""
+"Warning: IMAP Server cannot be reached! If you save this account, some mail "
+"settings will not be stored on your server!"
 msgstr ""
 msgstr ""
+"Предупреждение: не удается получить доступ к серверу IMAP! Некоторые "
+"почтовые настройки не будут сохранены."
 
 
-#: include/functions_setup.inc:231
-#, fuzzy
-msgid "Support for nagios disabled, no schema seems to be installed"
-msgstr "Ð\9fоддеÑ\80жка Gofon Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
+#: include/class_mail-methods-cyrus.inc:115
+#, php-format
+msgid "Can't create IMAP mailbox. Server says '%s'."
+msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ñ\81оздаÑ\82Ñ\8c Ð¿Ð¾Ñ\87Ñ\82овÑ\8bй Ñ\8fÑ\89ик IMAP. Ð\9eÑ\82веÑ\82 Ñ\81еÑ\80веÑ\80а: \"%s\"."
 
 
-#: include/functions_setup.inc:236
-#, fuzzy
-msgid "Support for nagios enabled"
-msgstr "Ð\9fоддеÑ\80жка phpgroupware Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
+#: include/class_mail-methods-cyrus.inc:131
+#, php-format
+msgid "Can't write IMAP quota. Server says '%s'."
+msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ñ\81оздаÑ\82Ñ\8c ÐºÐ²Ð¾Ñ\82Ñ\83 IMAP. Ð\9eÑ\82веÑ\82 Ñ\81еÑ\80веÑ\80а: \"%s\"."
 
 
-#: include/functions_setup.inc:246
+#: include/class_mail-methods-cyrus.inc:155
 #, fuzzy
 #, fuzzy
-msgid ""
-"Support for Kolab disabled, no schema seems to be installed, setting mail-"
-"method to cyrus"
-msgstr "Поддержка Gofon отключена, не все схемы установлены!"
+msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
+msgstr ""
+"Предупреждение: функция imap_getacl не реализована, и вы не сможете менять "
+"права доступа к общим папкам."
 
 
-#: include/functions_setup.inc:253
-msgid "Support for Kolab enabled"
+#: include/class_mail-methods-cyrus.inc:173
+msgid "Warning: imap_getacl is not available, can't get imap permissions!"
 msgstr ""
 msgstr ""
+"Предупреждение: функция imap_getacl недоступна, не удается считать права на "
+"доступ к папкам!"
 
 
-#: include/functions_setup.inc:271
-msgid "OK"
-msgstr "OK"
+#: include/class_mail-methods-cyrus.inc:195
+#, php-format
+msgid "Can't remove IMAP mailbox. Server says '%s'."
+msgstr "Не удается удалить почтовый ящик IMAP. Ответ сервера: '%s'."
 
 
-#: include/functions_setup.inc:274
-msgid "Ignored"
-msgstr "Пропуск"
+#: include/class_mail-methods-cyrus.inc:223
+#, php-format
+msgid "Can't log into SIEVE server. Server says '%s'."
+msgstr "Невозможно зарегистрироваться на сервере SIEVE. Ответ сервера: \"%s\"."
 
 
-#: include/functions_setup.inc:276
-msgid "Failed"
-msgstr "Ошибка"
+#: include/class_mail-methods-cyrus.inc:236
+#, php-format
+msgid "Can't get sieve script. Server says '%s'."
+msgstr "Невозможно получить сценарий SIEVE. Ответ сервера: \"%s\"."
 
 
-#: include/functions_setup.inc:293
-msgid "PHP setup inspection"
-msgstr "Проверка конфигурации PHP"
+#: include/class_mail-methods-cyrus.inc:307
+#, php-format
+msgid "Can't send sieve script. Server says '%s'."
+msgstr "Невозможно отправить сценарий SIEVE. Ответ сервера: \"%s\"."
 
 
-#: include/functions_setup.inc:294
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Проверка версии PHP (>=4.1.0)"
+#: include/class_mail-methods-cyrus.inc:311
+#, php-format
+msgid "Can't activate GOsa sieve script. Server says '%s'."
+msgstr "Невозможно активировать сценарий  GOsa SIEVE. Ответ сервера: \"%s\"."
 
 
-#: include/functions_setup.inc:295
+#: include/class_pluglist.inc:115
 msgid ""
 msgid ""
-"PHP must be of version 4.1.0 or above for some functions and known bugs in "
-"PHP language."
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
 msgstr ""
 msgstr ""
-"У вас должна быть установка PHP версии не ниже 4.1.0, так как в ней "
-"реализованы некоторые новые функции и исправлены некоторые ошибки."
-
-#: include/functions_setup.inc:298
-msgid "Checking if register_globals is set to 'off'"
-msgstr "Проверка значения параметра register_globals (должно быть: off)"
+"Ваш конфигурационный файл gosa.conf был частично изменен. Пожалуйста, "
+"сконвертиуйте его используя скрипт fix_config.sh"
 
 
-#: include/functions_setup.inc:299
+#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
+#: ihtml/themes/altlinux/framework.tpl:24
+#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
 msgid ""
 msgid ""
-"register_globals is a PHP mechanism to register all global varibales to be "
-"accessible from scripts without changing the scope. This may be a security "
-"risk. GOsa will run in both modes."
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
 msgstr ""
 msgstr ""
-"register_globals - механизм PHP, позволяющий делать все глобальные "
-"переменные доступными из сценария без смены области действия. Это может быть "
-"нарушением безопасности. Тем не менее, GOsa будет работать в любом случае."
+"Вы сейчас редактируете объект базы данных. Хотите отказаться от изменений?"
 
 
-#: include/functions_setup.inc:302
-msgid "Checking for ldap module"
-msgstr "Проверка модуля ldap"
+#: include/functions.inc:290
+#, php-format
+msgid "Error when connecting the LDAP. Server said '%s'."
+msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"."
 
 
-#: include/functions_setup.inc:303
-msgid "This is the main module used by GOsa and therefore really required."
-msgstr "Основной модуль, используемый GOsa, и поэтому обязательный."
+#: include/functions.inc:311
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"."
 
 
-#: include/functions_setup.inc:306
-#, fuzzy
-msgid "Checking for XML functions"
-msgstr "Проверка поддержки gettext"
+#: include/functions.inc:330
+msgid "Username / UID is not unique. Please check your LDAP database."
+msgstr ""
+"Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных LDAP."
 
 
-#: include/functions_setup.inc:307
-msgid "XML functions are required to parse the configuration file."
+#: include/functions.inc:368
+msgid ""
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
+msgstr "Ошибка при создании блокировки. Заданные параметры некорректны."
+
+#: include/functions.inc:378
+#, php-format
+msgid ""
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
 msgstr ""
 msgstr ""
+"Не удается создать блокировку в базе данных LDAP. Проверьте, раздел config в "
+"файле gosa.conf! Ответ сервера: %s"
 
 
-#: include/functions_setup.inc:310
-msgid "Checking for gettext support"
-msgstr "Проверка поддержки gettext"
+#: include/functions.inc:393
+#, php-format
+msgid "Adding a lock failed. LDAP server says '%s'."
+msgstr "Ошибка при создании блокировки. Ответ сервера: \"%s\"."
 
 
-#: include/functions_setup.inc:311
-msgid "Gettext support is required for internationalized GOsa."
-msgstr "Необходима для локализованных версий GOsa."
+#: include/functions.inc:419
+#, php-format
+msgid "Removing a lock failed. LDAP server says '%s'."
+msgstr "Ошибка при удалении блокировки. Ответ сервера: \"%s\"."
 
 
-#: include/functions_setup.inc:314
+#: include/functions.inc:449
 #, fuzzy
 #, fuzzy
-msgid "Checking for iconv support"
-msgstr "Проверка поддержки gettext"
-
-#: include/functions_setup.inc:315
 msgid ""
 msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
-msgstr ""
-
-#: include/functions_setup.inc:318
-msgid "Checking for mhash module"
-msgstr "Проверка модуля mhash"
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
+msgstr "Ошибка при чтении блокировки. Заданные параметры некорректны."
 
 
-#: include/functions_setup.inc:319
+#: include/functions.inc:459
 msgid ""
 msgid ""
-"To use SSHA encryption, you'll need this module. If you are just using crypt "
-"or md5 encryption, ignore this message. GOsa will run without it."
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
 msgstr ""
 msgstr ""
-"Этот модуль нужен для использования алгоритма шифрования SSHA. Если вы "
-"используете только алгоритмы crypt или MD5, не обращайте внимания на "
-"результат проверки. GOsa будет работать и без этого модуля."
-
-#: include/functions_setup.inc:322
-msgid "Checking for imap module"
-msgstr "Проверка модуля IMAP"
+"Не удается считать блокировку в базе данных LDAP. Проверьте, раздел \"config"
+"\" в файле gosa.conf!"
 
 
-#: include/functions_setup.inc:323
+#: include/functions.inc:467
 msgid ""
 msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
 msgstr ""
 msgstr ""
-"ЭÑ\82оÑ\82 Ð¼Ð¾Ð´Ñ\83лÑ\8c Ð½Ñ\83жен Ð´Ð»Ñ\8f Ñ\80абоÑ\82Ñ\8b Ñ\81 Ñ\81еÑ\80веÑ\80ом IMAP. Ð¡ ÐµÐ³Ð¾ Ð¿Ð¾Ð¼Ð¾Ñ\89Ñ\8cÑ\8e Ð¼Ð¾Ð¶Ð½Ð¾ Ð¿Ð¾Ð»Ñ\83Ñ\87аÑ\82Ñ\8c "
-"инÑ\84оÑ\80маÑ\86иÑ\8e Ð¾ Ñ\81оÑ\81Ñ\82оÑ\8fнии Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и, Ñ\81оздаваÑ\82Ñ\8c Ð¸ Ñ\83далÑ\8fÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей."
+"Ð\94лÑ\8f Ð±Ð»Ð¾ÐºÐ¸Ñ\80Ñ\83емого Ð¾Ð±Ñ\8aекÑ\82а Ð¾Ð±Ð½Ð°Ñ\80Ñ\83жено Ð½ÐµÑ\81колÑ\8cко Ð±Ð»Ð¾ÐºÐ¸Ñ\80овок. Ð­Ñ\82ого Ð±Ñ\8bÑ\82Ñ\8c Ð½Ðµ "
+"должно, Ð¿Ñ\80овеÑ\80Ñ\8cÑ\82е Ñ\80абоÑ\82Ñ\83 LDAP."
 
 
-#: include/functions_setup.inc:326
-msgid "Checking for getacl in imap"
-msgstr "Проверка использования getacl в IMAP"
+#: include/functions.inc:581
+#, php-format
+msgid "The size limit of %d entries is exceed!"
+msgstr "Найдено более %d объектов."
 
 
-#: include/functions_setup.inc:327
+#: include/functions.inc:583
+#, php-format
 msgid ""
 msgid ""
-"The getacl support is needed for shared folder permissions. The standard "
-"IMAP module is not capable of reading acl's. You need a recend PHP version "
-"for this feature."
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
 msgstr ""
 msgstr ""
-"Поддержка getacl в IMAP нужна для выставления прав на общие папки. "
-"Стандартный модуль IMAP не может обрабатывать acl. Для использования этой "
-"функции вам нужна последняя версия PHP."
+"Установить новое значение лимита в %s и показать мне это сообщение если "
+"лимит будет исчерпан."
 
 
-#: include/functions_setup.inc:330
-msgid "Checking for mysql module"
-msgstr "Ð\9fÑ\80овеÑ\80ка Ð¼Ð¾Ð´Ñ\83лÑ\8f mysql"
+#: include/functions.inc:600
+msgid "incomplete"
+msgstr "не Ð¿Ð¾Ð»Ð½Ñ\8bй"
 
 
-#: include/functions_setup.inc:331
-msgid "MySQL support is needed for reading GOfax reports from databases."
+#: include/functions.inc:1005
+#, php-format
+msgid ""
+"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
+"Please contact the person in order to clarify proceedings."
 msgstr ""
 msgstr ""
-"Ð\9dеобÑ\85одим Ð´Ð»Ñ\8f Ñ\87Ñ\82ениÑ\8f Ð¾Ñ\82Ñ\87еÑ\82ов Ð¾ Ð¿Ð¾Ð»Ñ\83Ñ\87еннÑ\8bÑ\85 Ñ\84акÑ\81имилÑ\8cнÑ\8bÑ\85 Ñ\81ообÑ\89ениÑ\8fÑ\85 Ð¸Ð· Ð±Ð°Ð·Ñ\8b "
-"данных."
+"Ð\92Ñ\8b Ñ\81обиÑ\80аеÑ\82еÑ\81Ñ\8c Ñ\80едакÑ\82иÑ\80оваÑ\82Ñ\8c Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c LDAP \"%s\", ÐºÐ¾Ñ\82оÑ\80аÑ\8f Ð¸Ñ\81полÑ\8cзÑ\83еÑ\82Ñ\81Ñ\8f \"%s"
+"\". Пожалуйста, обратитесь к пользователю и уточните отношения."
 
 
-#: include/functions_setup.inc:334
-msgid "Checking for cups module"
-msgstr "Ð\9fÑ\80овеÑ\80ка Ð¼Ð¾Ð´Ñ\83лÑ\8f cups"
+#: include/functions.inc:1104
+msgid "LDAP error:"
+msgstr "Ð\9eÑ\88ибка LDAP:"
 
 
-#: include/functions_setup.inc:335
-msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
+#: include/functions.inc:1282
+msgid "Entries per page"
 msgstr ""
 msgstr ""
-"Чтобы получать информацию о доступных принтерах по протоколу IPP вместо "
-"чтения файлов printcap, вам нужно установить модуль CUPS."
-
-#: include/functions_setup.inc:338
-msgid "Checking for kadm5 module"
-msgstr "Проверка модуля kadm5"
 
 
-#: include/functions_setup.inc:339
-msgid ""
-"Managing users in kerberos requires the kadm5 module which is downloadable "
-"via PEAR network."
+#: include/functions.inc:1310
+msgid "Apply filter"
 msgstr ""
 msgstr ""
-"Чтобы управлять пользователями с помощью Kerberos, необходим модуль kadm5, "
-"который можно загрузить из сети PEAR."
 
 
-#: include/functions_setup.inc:342
-#, fuzzy
-msgid "Checking for snmp Module"
-msgstr "Проверка модуля IMAP"
+#: include/functions.inc:1584
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЫЭЮЯ0123456789"
 
 
-#: include/functions_setup.inc:343
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
+#: include/functions.inc:1627
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:379
-#, fuzzy
-msgid "PHP detailed function inspection"
-msgstr "Проверка конфигурации PHP"
+#: include/class_plugin.inc:391
+#, php-format
+msgid ""
+"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
 
 
-#: include/functions_setup.inc:383
+#: include/class_plugin.inc:419 include/class_password-methods.inc:181
 #, fuzzy, php-format
 #, fuzzy, php-format
-msgid "Checking for function %s"
-msgstr "Проверка поддержки gettext"
+msgid ""
+"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"."
 
 
-#: include/functions_setup.inc:384
+#: include/class_plugin.inc:447
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
+"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"."
 
 
-#: include/functions_setup.inc:395
-msgid "Checking for some additional programms"
-msgstr "Проверка дополнительных программ"
-
-#: include/functions_setup.inc:404
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Проверка ImageMagick (>=5.4.0)"
+#: include/class_config.inc:69
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "Ошибка XML в gosa.conf: %s в строке %d"
 
 
-#: include/functions_setup.inc:405
-msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
+#: include/class_config.inc:195 html/index.php:136
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 msgstr ""
-"ImageMagick используется для приведения изображений, полученных от "
-"полÑ\8cзоваÑ\82елей, Ðº Ð·Ð°Ð´Ð°Ð½Ð½Ñ\8bм Ñ\80азмеÑ\80ам Ð¸ Ñ\84оÑ\80маÑ\82Ñ\83 JPEG."
+"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному "
+"админиÑ\81Ñ\82Ñ\80аÑ\82оÑ\80Ñ\83."
 
 
-#: include/functions_setup.inc:408
-#, fuzzy
-msgid "Checking imagick module for PHP"
-msgstr "Проверка модуля IMAP"
+#: include/class_config.inc:439
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "В вашем файле настройки отсутствуют значения SID и/или RIDBASE!"
 
 
-#: include/functions_setup.inc:409
-#, fuzzy
-msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
+#: include/class_password-methods-ssha.inc:51
+msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
 msgstr ""
 msgstr ""
-"ImageMagick используется для приведения изображений, полученных от "
-"пользователей, к заданным размерам и формату JPEG."
 
 
-#: include/functions_setup.inc:416
-msgid "Checking for fping utility"
-msgstr "Проверка утилиты fping"
+#: include/class_password-methods.inc:165
+#, php-format
+msgid "Setting the password failed. LDAP server says '%s'."
+msgstr "Ошибка при установке пароля. Ответ LDAP-сервера: \"%s\"."
 
 
-#: include/functions_setup.inc:417
+#: include/class_password-methods.inc:202
 msgid ""
 msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
 msgstr ""
 msgstr ""
-"Эта программа используется, только если вы работате с бездисковыми "
-"терминалами."
-
-#: include/functions_setup.inc:432
-msgid "Checking for a way to generate LM/NT password hashes"
-msgstr "Проверка возможности создания хэшей LM/NT для паролей"
+"Параметр SMBHASH в gosa.conf некорректен! Не удается сменить пароль Samba."
 
 
-#: include/functions_setup.inc:433
+#: include/class_password-methods-kerberos.inc:43
 msgid ""
 msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
 msgstr ""
 msgstr ""
-"ЧÑ\82обÑ\8b Ð¿Ð¾Ð»Ñ\8cзоваÑ\82Ñ\8cÑ\81Ñ\8f Samba 2/3, Ð²Ð°Ð¼ Ð½Ñ\83жно Ñ\83Ñ\81Ñ\82ановиÑ\82Ñ\8c Ð½ÐµÐºÐ¾Ñ\82оÑ\80Ñ\8bе Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ\82елÑ\8cнÑ\8bе "
-"пÑ\80огÑ\80аммÑ\8b Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ñ\85Ñ\8dÑ\88ей Ð¿Ð°Ñ\80олей."
+"Ð\9fÑ\80едÑ\83пÑ\80еждение: Ð½Ðµ Ñ\83даеÑ\82Ñ\81Ñ\8f Ñ\81оздаÑ\82Ñ\8c Ð¿Ð°Ñ\80олÑ\8c Kerberos. Ð\92 Ð²Ð°Ñ\88ей Ñ\83Ñ\81Ñ\82ановке PHP "
+"неÑ\82 Ð¿Ð¾Ð´Ð´ÐµÑ\80жки Kerberos, Ð¿Ð°Ñ\80олÑ\8c Ð½Ðµ Ð±Ñ\8bл Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½."
 
 
-#: include/functions_setup.inc:446
-msgid "php.ini check -> session.auto_register"
-msgstr ""
+#: include/class_password-methods-kerberos.inc:52
+msgid "Kerberos database communication failed!"
+msgstr "Ошибка подключения к базе данных Kerberos!"
 
 
-#: include/functions_setup.inc:447
-msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
-msgstr ""
+#: include/class_password-methods-kerberos.inc:59
+msgid "Changing password in kerberos database failed!"
+msgstr "Ошибка смены пароля в базе данных Kerberos!"
 
 
-#: include/functions_setup.inc:450
-msgid "php.ini check -> implicit_flush"
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:451
+#: include/class_ldap.inc:437
+#, php-format
 msgid ""
 msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
 msgstr ""
 msgstr ""
+"Автоматическое создание типа \"%s\" не поддерживается. Пожалуйста, сообщите "
+"об этом команде разработчиков GOsa."
 
 
-#: include/functions_setup.inc:458
-msgid "php.ini check -> max_execution_time"
+#: include/class_ldap.inc:699
+#, php-format
+msgid ""
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:459
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
+#: include/class_ldap.inc:712
+#, php-format
+msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:466
-msgid "php.ini check -> memory_limit"
+#: include/class_ldap.inc:728
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:467
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:471
-msgid "php.ini check -> expose_php"
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:472
-msgid ""
-"Increase the server security by setting expose_php to 'off'. PHP won't send "
-"any Information about the server you are running in this case."
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:476
-msgid "php.ini check -> magic_quotes_gpc"
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:477
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
+#: include/class_certificate.inc:192
+#, fuzzy
+msgid "Can't create/open File"
+msgstr "Невозможно импортиовать пустой файл"
+
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:722
-msgid "You've to specify an ldap server before continuing!"
-msgstr "Для продолжения укажите LDAP-сервер!"
+#: include/functions_helpviewer.inc:43
+#, fuzzy, php-format
+msgid "XML error in guide.xml: %s at line %d"
+msgstr "Ошибка XML в gosa.conf: %s в строке %d"
 
 
-#: include/functions_setup.inc:731 include/functions_setup.inc:814
-msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
+#: include/functions_helpviewer.inc:86
+msgid "No help available for this plugin."
 msgstr ""
 msgstr ""
-"Не удается подключиться к указанному LDAP-серверу! Убедитесь, что он "
-"доступен GOsa."
 
 
-#: include/functions_setup.inc:745 include/functions_setup.inc:819
-#: include/functions_setup.inc:824
+#: include/functions_helpviewer.inc:95
+msgid "previous"
+msgstr ""
+
+#: include/functions_helpviewer.inc:99
 #, fuzzy
 #, fuzzy
-msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+msgid "next"
+msgstr "текст"
+
+#: include/functions_helpviewer.inc:387
+#, php-format
+msgid "%s results for your search with the keyword %s interpreted as %s"
 msgstr ""
 msgstr ""
-"Не удается начать сеанс на указанном LDAP-сервере! Убедитесь, что он "
-"доступен GOsa."
 
 
-#: include/functions_setup.inc:834
-msgid ""
-"Bind to server successful, but the server seems to be completly empty, "
-"please check all informations twice"
+#: include/functions_helpviewer.inc:462
+#, php-format
+msgid "%s%% hit rate in file %s"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:890
+#: include/functions_setup.inc:98
+msgid "Can't bind to LDAP. No schema check possible!"
+msgstr "Не удается начать сеанс на LDAP-сервере. Проверка схем невозможна!"
+
+#: include/functions_setup.inc:107 include/functions_setup.inc:116
+msgid "Can't get schema information from server. No schema check possible!"
+msgstr "Не удается получить информацию о схемах. Проверка схем невозможна!"
+
+#: include/functions_setup.inc:136
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
 msgstr ""
 msgstr ""
-"Ð\92Ñ\8b Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½Ð¸Ð»Ð¸ Ð¾Ð±Ñ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"%s\". Ð\9fожалÑ\83йÑ\81Ñ\82а, Ð·Ð°Ð¿Ð¾Ð»Ð½Ð¸Ñ\82е Ñ\84оÑ\80мÑ\83 "
-"целиком."
+"Ð\9dеобÑ\8fзаÑ\82елÑ\8cнÑ\8bй ÐºÐ»Ð°Ñ\81Ñ\81 Ð¾Ð±Ñ\8aекÑ\82ов \"%s\", Ð½Ñ\83жнÑ\8bй Ð´Ð»Ñ\8f Ð¼Ð¾Ð´Ñ\83лÑ\8f \"%s\", Ð¾Ñ\82Ñ\81Ñ\83Ñ\82Ñ\81Ñ\82вÑ\83еÑ\82 "
+"в установке LDAP."
 
 
-#: include/functions_setup.inc:921
+#: include/functions_setup.inc:140
+#, php-format
 msgid ""
 msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
 msgstr ""
 msgstr ""
+"У необязательного класса объектов \"%s\", нужного для модуля \"%s\", версия "
+"не %s"
+
+#: include/functions_setup.inc:145
+#, fuzzy, php-format
+msgid "Support for '%s' enabled"
+msgstr "Поддержка phpgroupware отключена, не все схемы установлены!"
+
+#: include/functions_setup.inc:155
+#, php-format
+msgid "Required objectclass '%s' is not present in LDAP setup"
+msgstr "Обязательный класс объектов \"%s\" отсутствует в установке LDAP."
 
 
-#: include/functions_setup.inc:930
+#: include/functions_setup.inc:159
 #, php-format
 #, php-format
-msgid "Can't log into LDAP server. Reason was: %s."
-msgstr "Ð\9dевозможно Ð·Ð°Ñ\80егиÑ\81Ñ\82Ñ\80иÑ\80оваÑ\82Ñ\8cÑ\81Ñ\8f Ð½Ð° LDAP-Ñ\81еÑ\80веÑ\80е. Ð\9fÑ\80иÑ\87ина: %s."
+msgid "Required objectclass '%s' does not have version %s"
+msgstr "У Ð¾Ð±Ñ\8fзаÑ\82елÑ\8cного ÐºÐ»Ð°Ñ\81Ñ\81а Ð¾Ð±Ñ\8aекÑ\82ов \"%s\" Ð²ÐµÑ\80Ñ\81иÑ\8f Ð½Ðµ %s"
 
 
-#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
-#: include/functions_setup.inc:1072 html/index.php:172
-#: ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
-msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
+#: include/functions_setup.inc:170
+#, fuzzy
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
+msgstr "Поддержка Samba 3 отключена, не все схемы установлены!"
+
+#: include/functions_setup.inc:175
+msgid "SAMBA 3 support enabled"
 msgstr ""
 msgstr ""
-"У вас нет учетной записи администратора для GOsa, так что вы не сможете что-"
-"либо администрировать!"
 
 
-#: include/class_password-methods.inc:165
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
-msgstr "Ð\9eÑ\88ибка Ð¿Ñ\80и Ñ\83Ñ\81Ñ\82ановке Ð¿Ð°Ñ\80олÑ\8f. Ð\9eÑ\82веÑ\82 LDAP-Ñ\81еÑ\80веÑ\80а: \"%s\"."
+#: include/functions_setup.inc:180
+#, fuzzy
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
+msgstr "Ð\9fоддеÑ\80жка Samba 2 Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
 
 
-#: include/class_password-methods.inc:202
-msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+#: include/functions_setup.inc:185
+msgid "SAMBA 2 support enabled"
 msgstr ""
 msgstr ""
-"Параметр SMBHASH в gosa.conf некорректен! Не удается сменить пароль Samba."
 
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+#: include/functions_setup.inc:191
+#, fuzzy
+msgid "Support for pureftp disabled, no schema seems to be installed"
+msgstr "Поддержка PureFTP отключена, не все схемы установлены!"
+
+#: include/functions_setup.inc:196
+msgid "Support for pureftp enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:43
-#, fuzzy, php-format
-msgid "XML error in guide.xml: %s at line %d"
-msgstr "Ð\9eÑ\88ибка XML Ð² gosa.conf: %s Ð² Ñ\81Ñ\82Ñ\80оке %d"
+#: include/functions_setup.inc:201
+#, fuzzy
+msgid "Support for WebDAV disabled, no schema seems to be installed"
+msgstr "Ð\9fоддеÑ\80жка WebDAV Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
 
 
-#: include/functions_helpviewer.inc:86
-msgid "No help available for this plugin."
+#: include/functions_setup.inc:206
+msgid "Support for WebDAV enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:95
-msgid "previous"
-msgstr ""
+#: include/functions_setup.inc:211
+#, fuzzy
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
+msgstr "Поддержка phpgroupware отключена, не все схемы установлены!"
 
 
-#: include/functions_helpviewer.inc:99
+#: include/functions_setup.inc:216
 #, fuzzy
 #, fuzzy
-msgid "next"
-msgstr "текст"
+msgid "Support for phpgroupware enabled"
+msgstr "Поддержка phpgroupware отключена, не все схемы установлены!"
 
 
-#: include/functions_helpviewer.inc:387
-#, php-format
-msgid "%s results for your search with the keyword %s interpreted as %s"
-msgstr ""
+#: include/functions_setup.inc:221
+#, fuzzy
+msgid "Support for gofon disabled, no schema seems to be installed"
+msgstr "Поддержка Gofon отключена, не все схемы установлены!"
 
 
-#: include/functions_helpviewer.inc:462
-#, php-format
-msgid "%s%% hit rate in file %s"
+#: include/functions_setup.inc:226
+msgid "Support for gofon enabled"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-kerberos.inc:43
+#: include/functions_setup.inc:231
+#, fuzzy
+msgid "Support for nagios disabled, no schema seems to be installed"
+msgstr "Поддержка Gofon отключена, не все схемы установлены!"
+
+#: include/functions_setup.inc:236
+#, fuzzy
+msgid "Support for nagios enabled"
+msgstr "Поддержка phpgroupware отключена, не все схемы установлены!"
+
+#: include/functions_setup.inc:246
+#, fuzzy
 msgid ""
 msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
+msgstr "Поддержка Gofon отключена, не все схемы установлены!"
+
+#: include/functions_setup.inc:253
+msgid "Support for Kolab enabled"
 msgstr ""
 msgstr ""
-"Предупреждение: не удается создать пароль Kerberos. В вашей установке PHP "
-"нет поддержки Kerberos, пароль не был изменен."
 
 
-#: include/class_password-methods-kerberos.inc:52
-msgid "Kerberos database communication failed!"
-msgstr "Ошибка подключения к базе данных Kerberos!"
+#: include/functions_setup.inc:271
+msgid "OK"
+msgstr "OK"
 
 
-#: include/class_password-methods-kerberos.inc:59
-msgid "Changing password in kerberos database failed!"
-msgstr "Ð\9eÑ\88ибка Ñ\81менÑ\8b Ð¿Ð°Ñ\80олÑ\8f Ð² Ð±Ð°Ð·Ðµ Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Kerberos!"
+#: include/functions_setup.inc:274
+msgid "Ignored"
+msgstr "Ð\9fÑ\80опÑ\83Ñ\81к"
 
 
-#: include/class_ppdManager.inc:13
-#, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
+#: include/functions_setup.inc:276
+msgid "Failed"
+msgstr "Ошибка"
+
+#: include/functions_setup.inc:293
+msgid "PHP setup inspection"
+msgstr "Проверка конфигурации PHP"
+
+#: include/functions_setup.inc:294
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Проверка версии PHP (>=4.1.0)"
+
+#: include/functions_setup.inc:295
+msgid ""
+"PHP must be of version 4.1.0 or above for some functions and known bugs in "
+"PHP language."
 msgstr ""
 msgstr ""
+"У вас должна быть установка PHP версии не ниже 4.1.0, так как в ней "
+"реализованы некоторые новые функции и исправлены некоторые ошибки."
 
 
-#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
-#, php-format
+#: include/functions_setup.inc:298
+msgid "Checking if register_globals is set to 'off'"
+msgstr "Проверка значения параметра register_globals (должно быть: off)"
+
+#: include/functions_setup.inc:299
 msgid ""
 msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"register_globals is a PHP mechanism to register all global varibales to be "
+"accessible from scripts without changing the scope. This may be a security "
+"risk. GOsa will run in both modes."
 msgstr ""
 msgstr ""
+"register_globals - механизм PHP, позволяющий делать все глобальные "
+"переменные доступными из сценария без смены области действия. Это может быть "
+"нарушением безопасности. Тем не менее, GOsa будет работать в любом случае."
 
 
-#: include/class_ppdManager.inc:137
+#: include/functions_setup.inc:302
+msgid "Checking for ldap module"
+msgstr "Проверка модуля ldap"
+
+#: include/functions_setup.inc:303
+msgid "This is the main module used by GOsa and therefore really required."
+msgstr "Основной модуль, используемый GOsa, и поэтому обязательный."
+
+#: include/functions_setup.inc:306
 #, fuzzy
 #, fuzzy
-msgid "Nested groups are not supported!"
+msgid "Checking for XML functions"
+msgstr "Проверка поддержки gettext"
+
+#: include/functions_setup.inc:307
+msgid "XML functions are required to parse the configuration file."
 msgstr ""
 msgstr ""
-"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
 
 
-#: include/class_ppdManager.inc:141
+#: include/functions_setup.inc:310
+msgid "Checking for gettext support"
+msgstr "Проверка поддержки gettext"
+
+#: include/functions_setup.inc:311
+msgid "Gettext support is required for internationalized GOsa."
+msgstr "Необходима для локализованных версий GOsa."
+
+#: include/functions_setup.inc:314
 #, fuzzy
 #, fuzzy
-msgid "Group name not unique!"
-msgstr "Ð\93Ñ\80Ñ\83ппа"
+msgid "Checking for iconv support"
+msgstr "Ð\9fÑ\80овеÑ\80ка Ð¿Ð¾Ð´Ð´ÐµÑ\80жки gettext"
 
 
-#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
-msgid "Symbol values are not supported yet!"
+#: include/functions_setup.inc:315
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:171
-msgid "Nested options are not supported!"
-msgstr ""
+#: include/functions_setup.inc:318
+msgid "Checking for mhash module"
+msgstr "Проверка модуля mhash"
 
 
-#: include/class_ppdManager.inc:196
-msgid "PickMany is not supported yet!"
+#: include/functions_setup.inc:319
+msgid ""
+"To use SSHA encryption, you'll need this module. If you are just using crypt "
+"or md5 encryption, ignore this message. GOsa will run without it."
 msgstr ""
 msgstr ""
+"Этот модуль нужен для использования алгоритма шифрования SSHA. Если вы "
+"используете только алгоритмы crypt или MD5, не обращайте внимания на "
+"результат проверки. GOsa будет работать и без этого модуля."
 
 
-#: include/class_ppdManager.inc:268
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr ""
+#: include/functions_setup.inc:322
+msgid "Checking for imap module"
+msgstr "Проверка модуля IMAP"
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
+#: include/functions_setup.inc:323
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
 msgstr ""
 msgstr ""
+"Этот модуль нужен для работы с сервером IMAP. С его помощью можно получать "
+"информацию о состоянии учетной записи, создавать и удалять пользователей."
 
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
+#: include/functions_setup.inc:326
+msgid "Checking for getacl in imap"
+msgstr "Проверка использования getacl в IMAP"
+
+#: include/functions_setup.inc:327
+msgid ""
+"The getacl support is needed for shared folder permissions. The standard "
+"IMAP module is not capable of reading acl's. You need a recend PHP version "
+"for this feature."
 msgstr ""
 msgstr ""
+"Поддержка getacl в IMAP нужна для выставления прав на общие папки. "
+"Стандартный модуль IMAP не может обрабатывать acl. Для использования этой "
+"функции вам нужна последняя версия PHP."
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+#: include/functions_setup.inc:330
+msgid "Checking for mysql module"
+msgstr "Проверка модуля mysql"
+
+#: include/functions_setup.inc:331
+msgid "MySQL support is needed for reading GOfax reports from databases."
 msgstr ""
 msgstr ""
+"Необходим для чтения отчетов о полученных факсимильных сообщениях из базы "
+"данных."
 
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
+#: include/functions_setup.inc:334
+msgid "Checking for cups module"
+msgstr "Проверка модуля cups"
+
+#: include/functions_setup.inc:335
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
 msgstr ""
 msgstr ""
+"Чтобы получать информацию о доступных принтерах по протоколу IPP вместо "
+"чтения файлов printcap, вам нужно установить модуль CUPS."
 
 
-#: include/class_certificate.inc:192
-#, fuzzy
-msgid "Can't create/open File"
-msgstr "Невозможно импортиовать пустой файл"
+#: include/functions_setup.inc:338
+msgid "Checking for kadm5 module"
+msgstr "Проверка модуля kadm5"
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
+#: include/functions_setup.inc:339
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
 msgstr ""
 msgstr ""
+"Чтобы управлять пользователями с помощью Kerberos, необходим модуль kadm5, "
+"который можно загрузить из сети PEAR."
 
 
-#: include/php_setup.inc:71
-msgid "Generating this page caused the PHP interpreter to raise some errors!"
+#: include/functions_setup.inc:342
+#, fuzzy
+msgid "Checking for snmp Module"
+msgstr "Проверка модуля IMAP"
+
+#: include/functions_setup.inc:343
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:71 html/main.php:316
+#: include/functions_setup.inc:379
 #, fuzzy
 #, fuzzy
-msgid "Toggle information"
-msgstr "Ð\9bиÑ\87наÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f"
+msgid "PHP detailed function inspection"
+msgstr "Ð\9fÑ\80овеÑ\80ка ÐºÐ¾Ð½Ñ\84игÑ\83Ñ\80аÑ\86ии PHP"
 
 
-#: include/php_setup.inc:76
-#, fuzzy
-msgid "PHP error"
-msgstr "Ð\9eÑ\88ибка LDAP:"
+#: include/functions_setup.inc:383
+#, fuzzy, php-format
+msgid "Checking for function %s"
+msgstr "Ð\9fÑ\80овеÑ\80ка Ð¿Ð¾Ð´Ð´ÐµÑ\80жки gettext"
 
 
-#: include/php_setup.inc:87
-msgid "class"
+#: include/functions_setup.inc:384
+#, php-format
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:93
-#, fuzzy
-msgid "function"
-msgstr "Действие"
-
-#: include/php_setup.inc:98
-#, fuzzy
-msgid "static"
-msgstr "Состояние"
+#: include/functions_setup.inc:395
+msgid "Checking for some additional programms"
+msgstr "Проверка дополнительных программ"
 
 
-#: include/php_setup.inc:102
-#, fuzzy
-msgid "method"
-msgstr "Почтовые настройки"
+#: include/functions_setup.inc:404
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Проверка ImageMagick (>=5.4.0)"
 
 
-#: include/php_setup.inc:121
-msgid "Trace"
+#: include/functions_setup.inc:405
+msgid ""
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 msgstr ""
 msgstr ""
+"ImageMagick используется для приведения изображений, полученных от "
+"пользователей, к заданным размерам и формату JPEG."
 
 
-#: include/php_setup.inc:122
+#: include/functions_setup.inc:408
 #, fuzzy
 #, fuzzy
-msgid "Line"
-msgstr "в"
+msgid "Checking imagick module for PHP"
+msgstr "Ð\9fÑ\80овеÑ\80ка Ð¼Ð¾Ð´Ñ\83лÑ\8f IMAP"
 
 
-#: include/php_setup.inc:123
+#: include/functions_setup.inc:409
 #, fuzzy
 #, fuzzy
-msgid "Arguments"
-msgstr "подразделения"
-
-#: include/functions.inc:290
-#, php-format
-msgid "Error when connecting the LDAP. Server said '%s'."
-msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"."
+msgid ""
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
+msgstr ""
+"ImageMagick используется для приведения изображений, полученных от "
+"пользователей, к заданным размерам и формату JPEG."
 
 
-#: include/functions.inc:311
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"."
+#: include/functions_setup.inc:416
+msgid "Checking for fping utility"
+msgstr "Проверка утилиты fping"
 
 
-#: include/functions.inc:330
-msgid "Username / UID is not unique. Please check your LDAP database."
+#: include/functions_setup.inc:417
+msgid ""
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
 msgstr ""
 msgstr ""
-"Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных LDAP."
+"Эта программа используется, только если вы работате с бездисковыми "
+"терминалами."
 
 
-#: include/functions.inc:368
-msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
-msgstr "Ошибка при создании блокировки. Заданные параметры некорректны."
+#: include/functions_setup.inc:432
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr "Проверка возможности создания хэшей LM/NT для паролей"
 
 
-#: include/functions.inc:378
-#, php-format
+#: include/functions_setup.inc:433
 msgid ""
 msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
 msgstr ""
 msgstr ""
-"Не удается создать блокировку в базе данных LDAP. Проверьте, раздел config в "
-"файле gosa.conf! Ответ сервера: %s"
-
-#: include/functions.inc:393
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr "Ошибка при создании блокировки. Ответ сервера: \"%s\"."
+"Чтобы пользоваться Samba 2/3, вам нужно установить некоторые дополнительные "
+"программы для создания хэшей паролей."
 
 
-#: include/functions.inc:419
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
-msgstr "Ошибка при удалении блокировки. Ответ сервера: \"%s\"."
+#: include/functions_setup.inc:446
+msgid "php.ini check -> session.auto_register"
+msgstr ""
 
 
-#: include/functions.inc:449
-#, fuzzy
+#: include/functions_setup.inc:447
 msgid ""
 msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
-msgstr "Ошибка при чтении блокировки. Заданные параметры некорректны."
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
+msgstr ""
 
 
-#: include/functions.inc:459
-msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
+#: include/functions_setup.inc:450
+msgid "php.ini check -> implicit_flush"
 msgstr ""
 msgstr ""
-"Не удается считать блокировку в базе данных LDAP. Проверьте, раздел \"config"
-"\" в файле gosa.conf!"
 
 
-#: include/functions.inc:467
+#: include/functions_setup.inc:451
 msgid ""
 msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
 msgstr ""
 msgstr ""
-"Для блокируемого объекта обнаружено несколько блокировок. Этого быть не "
-"должно, проверьте работу LDAP."
 
 
-#: include/functions.inc:581
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "Найдено более %d объектов."
+#: include/functions_setup.inc:458
+msgid "php.ini check -> max_execution_time"
+msgstr ""
 
 
-#: include/functions.inc:583
-#, php-format
+#: include/functions_setup.inc:459
 msgid ""
 msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
 msgstr ""
 msgstr ""
-"Установить новое значение лимита в %s и показать мне это сообщение если "
-"лимит будет исчерпан."
 
 
-#: include/functions.inc:600
-msgid "incomplete"
-msgstr "не полный"
+#: include/functions_setup.inc:466
+msgid "php.ini check -> memory_limit"
+msgstr ""
 
 
-#: include/functions.inc:1005
-#, php-format
+#: include/functions_setup.inc:467
 msgid ""
 msgid ""
-"You're going to edit the LDAP entry '%s' which appears to be used by '%s'. "
-"Please contact the person in order to clarify proceedings."
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
 msgstr ""
 msgstr ""
-"Вы собираетесь редактировать запись LDAP \"%s\", которая используется \"%s"
-"\". Пожалуйста, обратитесь к пользователю и уточните отношения."
 
 
-#: include/functions.inc:1104
-msgid "LDAP error:"
-msgstr "Ошибка LDAP:"
+#: include/functions_setup.inc:471
+msgid "php.ini check -> expose_php"
+msgstr ""
 
 
-#: include/functions.inc:1282
-msgid "Entries per page"
+#: include/functions_setup.inc:472
+msgid ""
+"Increase the server security by setting expose_php to 'off'. PHP won't send "
+"any Information about the server you are running in this case."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1310
-msgid "Apply filter"
+#: include/functions_setup.inc:476
+msgid "php.ini check -> magic_quotes_gpc"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1584
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЫЭЮЯ0123456789"
+#: include/functions_setup.inc:477
+msgid ""
+"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
+"escape all quotes in strings in this case."
+msgstr ""
 
 
-#: include/functions.inc:1627
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
+#: include/functions_setup.inc:722
+msgid "You've to specify an ldap server before continuing!"
+msgstr "Для продолжения укажите LDAP-сервер!"
+
+#: include/functions_setup.inc:731 include/functions_setup.inc:814
+msgid ""
+"Can't connect to the specified LDAP server! Please make sure that is "
+"reachable for GOsa."
 msgstr ""
 msgstr ""
+"Не удается подключиться к указанному LDAP-серверу! Убедитесь, что он "
+"доступен GOsa."
 
 
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+#: include/functions_setup.inc:745 include/functions_setup.inc:819
+#: include/functions_setup.inc:824
+#, fuzzy
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
 msgstr ""
 msgstr ""
+"Не удается начать сеанс на указанном LDAP-сервере! Убедитесь, что он "
+"доступен GOsa."
 
 
-#: include/class_pluglist.inc:115
+#: include/functions_setup.inc:834
+msgid ""
+"Bind to server successful, but the server seems to be completly empty, "
+"please check all informations twice"
+msgstr ""
+
+#: include/functions_setup.inc:890
+#, php-format
 msgid ""
 msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
 msgstr ""
 msgstr ""
-"Ваш конфигурационный файл gosa.conf был частично изменен. Пожалуйста, "
-"Ñ\81конвеÑ\80Ñ\82иÑ\83йÑ\82е ÐµÐ³Ð¾ Ð¸Ñ\81полÑ\8cзÑ\83Ñ\8f Ñ\81кÑ\80ипÑ\82 fix_config.sh"
+"Вы не заполнили обязательное поле \"%s\". Пожалуйста, заполните форму "
+"Ñ\86еликом."
 
 
-#: include/class_pluglist.inc:130 ihtml/themes/altlinux/framework.tpl:14
-#: ihtml/themes/altlinux/framework.tpl:24
-#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
+#: include/functions_setup.inc:921
 msgid ""
 msgid ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
 msgstr ""
 msgstr ""
-"Вы сейчас редактируете объект базы данных. Хотите отказаться от изменений?"
 
 
-#: include/class_config.inc:69
+#: include/functions_setup.inc:930
 #, php-format
 #, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "Ð\9eÑ\88ибка XML Ð² gosa.conf: %s Ð² Ñ\81Ñ\82Ñ\80оке %d"
+msgid "Can't log into LDAP server. Reason was: %s."
+msgstr "Ð\9dевозможно Ð·Ð°Ñ\80егиÑ\81Ñ\82Ñ\80иÑ\80оваÑ\82Ñ\8cÑ\81Ñ\8f Ð½Ð° LDAP-Ñ\81еÑ\80веÑ\80е. Ð\9fÑ\80иÑ\87ина: %s."
 
 
-#: include/class_config.inc:195 html/index.php:136
-msgid "Can't bind to LDAP. Please contact the system administrator."
+#: include/functions_setup.inc:1040 include/functions_setup.inc:1063
+#: include/functions_setup.inc:1072 html/index.php:172
+#: ihtml/themes/altlinux/setup_useradmin.tpl:6
+#: ihtml/themes/default/setup_useradmin.tpl:6
+msgid ""
+"You're missing an administrative account for GOsa, you'll not be able to "
+"administrate anything!"
 msgstr ""
 msgstr ""
-"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному "
-"администратору."
-
-#: include/class_config.inc:433
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "В вашем файле настройки отсутствуют значения SID и/или RIDBASE!"
+"У вас нет учетной записи администратора для GOsa, так что вы не сможете что-"
+"либо администрировать!"
 
 
-#: include/class_ldap.inc:437
+#: include/class_ppdManager.inc:13
 #, php-format
 #, php-format
-msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
+msgid "PPD manager : The specified path '%s' doesn't exists."
 msgstr ""
 msgstr ""
-"Автоматическое создание типа \"%s\" не поддерживается. Пожалуйста, сообщите "
-"об этом команде разработчиков GOsa."
 
 
-#: include/class_ldap.inc:699
+#: include/class_ppdManager.inc:129 include/class_ppdManager.inc:247
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:712
-#, php-format
-msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+#: include/class_ppdManager.inc:137
+#, fuzzy
+msgid "Nested groups are not supported!"
 msgstr ""
 msgstr ""
+"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
 
 
-#: include/class_ldap.inc:728
+#: include/class_ppdManager.inc:141
+#, fuzzy
+msgid "Group name not unique!"
+msgstr "Группа"
+
+#: include/class_ppdManager.inc:147 include/class_ppdManager.inc:177
+msgid "Symbol values are not supported yet!"
+msgstr ""
+
+#: include/class_ppdManager.inc:171
+msgid "Nested options are not supported!"
+msgstr ""
+
+#: include/class_ppdManager.inc:196
+msgid "PickMany is not supported yet!"
+msgstr ""
+
+#: include/class_ppdManager.inc:268
 #, php-format
 #, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgid "Parsing PPD file %s failed - no information found."
 msgstr ""
 
 #: include/class_debconfTemplate.inc:251
 msgstr ""
 
 #: include/class_debconfTemplate.inc:251
@@ -10384,6 +10508,16 @@ msgstr ""
 msgid "This package has no debconf options."
 msgstr "В этой учетной записи нет атрибутов для телефона."
 
 msgid "This package has no debconf options."
 msgstr "В этой учетной записи нет атрибутов для телефона."
 
+#: html/helpviewer.php:116
+#, fuzzy
+msgid "There is no helpfile specified for this class."
+msgstr "Метод '%s' не описан в вашем файле конфигурации."
+
+#: html/helpviewer.php:226
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+msgstr ""
+
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
 #: html/getvcard.php:36
 msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
@@ -10558,16 +10692,6 @@ msgstr "Данные, передаваемые в течение этого се
 msgid "Enter SSL session"
 msgstr "Использовать шифрование SSL"
 
 msgid "Enter SSL session"
 msgstr "Использовать шифрование SSL"
 
-#: html/helpviewer.php:116
-#, fuzzy
-msgid "There is no helpfile specified for this class."
-msgstr "Метод '%s' не описан в вашем файле конфигурации."
-
-#: html/helpviewer.php:226
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
-msgstr ""
-
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "Невозможно подключиться к серверу базы данных!"
 #: html/getfax.php:53
 msgid "Could not connect to database server!"
 msgstr "Невозможно подключиться к серверу базы данных!"
@@ -10602,6 +10726,37 @@ msgid ""
 "Generating this page caused the W3C conformance checker to raise some errors!"
 msgstr ""
 
 "Generating this page caused the W3C conformance checker to raise some errors!"
 msgstr ""
 
+#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
+msgid ""
+"The size limit option makes LDAP operations faster and saves the LDAP server "
+"from getting too much load. The easiest way to handle big databases without "
+"long timeouts would be to limit your search to smaller values and use "
+"filters to get the entries you are looking for."
+msgstr ""
+"Ограничение на количество возвращаемых объектов позволяет ускорить операции "
+"поиска и предохраняет сервер LDAP от большой нагрузки. Простейший способ "
+"снизить время обработки запроса при обслуживаии большой базы данных это "
+"установить минимальное значение. Кроме того, будет очень полезно "
+"использовать фильтры для просмотра только ограниченного количества объектов."
+
+#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
+msgid "Please choose the way to react for this session"
+msgstr "Выберите тип реакции для данной сессии"
+
+#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
+msgid "ignore this error and show all entries the LDAP server returns"
+msgstr "игнорировать ошибку и показать все найденые объекты"
+
+#: ihtml/themes/altlinux/sizelimit.tpl:10
+#: ihtml/themes/default/sizelimit.tpl:10
+#, fuzzy
+msgid ""
+"ignore this error and show all entries that fit into the defined sizelimit "
+"and let me use filters instead"
+msgstr ""
+"Игнорировать ошибку и показать все возвращаемые объекты в пределах лимита и "
+"позволить использовать фильтры"
+
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Конфликт сеансов"
 #: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Конфликт сеансов"
@@ -10631,6 +10786,25 @@ msgstr ""
 msgid "Logout"
 msgstr "Выход"
 
 msgid "Logout"
 msgstr "Выход"
 
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+msgid "Please use your <i>username</i> and <i>password</i> to log in"
+msgstr ""
+"Чтобы войти в систему<br> введите свои <i>имя пользователя</i> и <i>пароль</"
+"i>."
+
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
+msgid "Directory"
+msgstr "Каталог"
+
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
+msgid "Sign in"
+msgstr "Войти"
+
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
+msgid "Click here to log in"
+msgstr "Нажмите на эту кнопку, чтобы войти в систему"
+
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
 #: ihtml/themes/altlinux/setup_introduction.tpl:1
 #: ihtml/themes/default/setup_introduction.tpl:1
 msgid "Welcome to the GOsa setup!"
@@ -10666,56 +10840,6 @@ msgid ""
 "create the missing entries."
 msgstr ""
 
 "create the missing entries."
 msgstr ""
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-msgid "Please use your <i>username</i> and <i>password</i> to log in"
-msgstr ""
-"Чтобы войти в систему<br> введите свои <i>имя пользователя</i> и <i>пароль</"
-"i>."
-
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:44 ihtml/themes/default/login.tpl:47
-msgid "Directory"
-msgstr "Каталог"
-
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:55
-msgid "Sign in"
-msgstr "Войти"
-
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:56
-msgid "Click here to log in"
-msgstr "Нажмите на эту кнопку, чтобы войти в систему"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
-msgid ""
-"The size limit option makes LDAP operations faster and saves the LDAP server "
-"from getting too much load. The easiest way to handle big databases without "
-"long timeouts would be to limit your search to smaller values and use "
-"filters to get the entries you are looking for."
-msgstr ""
-"Ограничение на количество возвращаемых объектов позволяет ускорить операции "
-"поиска и предохраняет сервер LDAP от большой нагрузки. Простейший способ "
-"снизить время обработки запроса при обслуживаии большой базы данных это "
-"установить минимальное значение. Кроме того, будет очень полезно "
-"использовать фильтры для просмотра только ограниченного количества объектов."
-
-#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
-msgid "Please choose the way to react for this session"
-msgstr "Выберите тип реакции для данной сессии"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
-msgid "ignore this error and show all entries the LDAP server returns"
-msgstr "игнорировать ошибку и показать все найденые объекты"
-
-#: ihtml/themes/altlinux/sizelimit.tpl:10
-#: ihtml/themes/default/sizelimit.tpl:10
-#, fuzzy
-msgid ""
-"ignore this error and show all entries that fit into the defined sizelimit "
-"and let me use filters instead"
-msgstr ""
-"Игнорировать ошибку и показать все возвращаемые объекты в пределах лимита и "
-"позволить использовать фильтры"
-
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
 #: ihtml/themes/altlinux/framework.tpl:15
 #: ihtml/themes/default/framework.tpl:15
 msgid "Main"
@@ -10736,20 +10860,6 @@ msgstr "Выход"
 msgid "Signed in:"
 msgstr "Пользователь:"
 
 msgid "Signed in:"
 msgstr "Пользователь:"
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Конфликт блокировок"
-
-#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
-msgid ""
-"If this lock detection is false, the other person has obviously closed the "
-"webbrowser during the edit operation. You may delete the lockfile in this "
-"case by pressing the <i>Remove</i> button."
-msgstr ""
-"Если результат этой проверки блокировки - ложь, очевидно, другой человек "
-"закрыл браузер во время редактирования данных. Вы можете удалить файл "
-"блокировки, нажав на кнопку <i>Удалить</i>."
-
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
 #: ihtml/themes/altlinux/setup_step2.tpl:1
 #: ihtml/themes/altlinux/setup_step3.tpl:1
 #: ihtml/themes/altlinux/setup_step4.tpl:1
@@ -10768,6 +10878,20 @@ msgstr ""
 "На втором шаге происходит поиск вспомогательных программ и проверка "
 "допустимости их версии."
 
 "На втором шаге происходит поиск вспомогательных программ и проверка "
 "допустимости их версии."
 
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr "Конфликт блокировок"
+
+#: ihtml/themes/altlinux/islocked.tpl:9 ihtml/themes/default/islocked.tpl:9
+msgid ""
+"If this lock detection is false, the other person has obviously closed the "
+"webbrowser during the edit operation. You may delete the lockfile in this "
+"case by pressing the <i>Remove</i> button."
+msgstr ""
+"Если результат этой проверки блокировки - ложь, очевидно, другой человек "
+"закрыл браузер во время редактирования данных. Вы можете удалить файл "
+"блокировки, нажав на кнопку <i>Удалить</i>."
+
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
 #: ihtml/themes/altlinux/setup_step3.tpl:4
 #: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
@@ -10977,6 +11101,14 @@ msgstr ""
 "пользователь веб-сервера может его читать. Для этого вам, возможно, "
 "понадобится выполнить следующие команды:"
 
 "пользователь веб-сервера может его читать. Для этого вам, возможно, "
 "понадобится выполнить следующие команды:"
 
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr ""
+
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr ""
+
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
 #: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 "You can also use the new and more-advanced way of inspecting your PHP-"
@@ -10989,20 +11121,37 @@ msgstr ""
 msgid "Toggle Show/Hide"
 msgstr ""
 
 msgid "Toggle Show/Hide"
 msgstr ""
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
+#: ihtml/themes/default/logout.tpl:7
+msgid ""
+"The last interaction with the GOsa web interface has been some time ago in "
+"the past. For security reasons, the session has been closed. To continue "
+"with administrative tasks, please sign in again."
 msgstr ""
 
 msgstr ""
 
+#: ihtml/themes/default/logout.tpl:10
+#, fuzzy
+msgid "Sign in again"
+msgstr "Войти"
+
 #: ihtml/themes/default/setup_step4.tpl:100
 msgid ""
 "GOsa may cause PHP interpreter errors, particularly in case of Beta "
 "versions. In some cases it would be helpful to enable the error reporting."
 msgstr ""
 
 #: ihtml/themes/default/setup_step4.tpl:100
 msgid ""
 "GOsa may cause PHP interpreter errors, particularly in case of Beta "
 "versions. In some cases it would be helpful to enable the error reporting."
 msgstr ""
 
+#, fuzzy
+#~ msgid ""
+#~ "There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."
+#~ msgstr "Метод '%s' не описан в вашем файле конфигурации."
+
+#, fuzzy
+#~ msgid "XML error in %s : %s at line %d"
+#~ msgstr "Ошибка XML в gosa.conf: %s в строке %d"
+
 #, fuzzy
 #~ msgid ""
 #~ "Can't connect to fax database, no reports can be shown!. Check username, "
 #, fuzzy
 #~ msgid ""
 #~ "Can't connect to fax database, no reports can be shown!. Check username, "
@@ -11255,10 +11404,6 @@ msgstr ""
 #~ msgid "Undefined"
 #~ msgstr "не определена"
 
 #~ msgid "Undefined"
 #~ msgstr "не определена"
 
-#, fuzzy
-#~ msgid "Select entry"
-#~ msgstr "Удалить"
-
 #, fuzzy
 #~ msgid "Select user/group to add"
 #~ msgstr "Выберите группы для добавления"
 #, fuzzy
 #~ msgid "Select user/group to add"
 #~ msgstr "Выберите группы для добавления"
@@ -11319,10 +11464,6 @@ msgstr ""
 #~ msgid "Please enter a valid name. Only 0-9 a-Z are allowed here."
 #~ msgstr "Введите корректное имя пользователя!"
 
 #~ msgid "Please enter a valid name. Only 0-9 a-Z are allowed here."
 #~ msgstr "Введите корректное имя пользователя!"
 
-#, fuzzy
-#~ msgid "Please enter a value for task."
-#~ msgstr "Укажите корректный номер телефона."
-
 #, fuzzy
 #~ msgid "Please enter a valid class name. Only 0-9 a-z is allowed here."
 #~ msgstr "Введите корректное имя пользователя!"
 #, fuzzy
 #~ msgid "Please enter a valid class name. Only 0-9 a-z is allowed here."
 #~ msgstr "Введите корректное имя пользователя!"